@charset "UTF-8";

#mainScreen {
  width: 954px !important;
}

.portal {
  width: 950px;
  margin: 0 auto 50px;
  display: block;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

.portal * {
  box-sizing: border-box;
}

/*basic
**************************************************/
.portal section {
  margin-bottom: 60px;
}

.portal *:last-child {
  margin-bottom: 0;
}

.portal a:hover {
  opacity: 1;
}

.portal figure {
  margin: 0;
}

.portal h2 {
  background: #00aaeb;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding-left: 58px;
  padding-right: 20px;
  height: 80px;
  margin-bottom: 30px !important;
}

.portal h2 span {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

.portal h2 em {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  width: 58px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  line-height: 1;
  height: 1em;
}

.portal h3 {
  background: #C5EBFA;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 30px;
}

.portal h3 span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

.portal h2+h3 {
  margin-top: -30px;
}

.portal h4 {
  border-left: 4px solid #00aaeb;
  padding-left: 10px;
  color: #00aaeb;
  font-size: 14px;
  font-weight: bold;
  min-height: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-top: 0.1em;
}

.portal h4 span {
  display: table-cell;
  vertical-align: middle;
  height: 28px;
}

.portal p {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 24px;
}

.portal h4+p {
  margin-top: -5px;
}

/*parts
**************************************************/
.portal .sp {
  display: none;
}

.portal .image {
  width: 100%;
  margin-bottom: 30px;
}

.portal .-width-auto {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portal .blue {
  color: #00aaeb;
  font-size: 14px;
  line-height: 1.7;
}

.portal .bold {
  font-weight: bold;
}

.portal p.bold+p {
  margin-top: -10px;
}

.portal p.bold+h4 {
  margin-top: -10px;
}

.portal .note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.portal .mainTitle {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  width: 100%;
  display: block;
  background: none;
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 10px !important;
}

.portal .articleDate {
  font-size: 12px;
  line-height: 1.66;
  text-align: right;
}

.portal .publisher {
  font-size: 12px;
  line-height: 1.66;
  text-align: right;
}

.portal .leadText {
  /*font-weight: bold;*/
}

.portal .btnCheck {
  margin-bottom: 30px;
}

.portal .btnCheck+.btnCheck {
  margin-top: -15px;
}

.portal .btnCheck a {
  position: relative;
  width: 290px;
  height: 50px;
  line-height: 1.3;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-left: 14px;
  padding-right: 38px;
  color: #ed7b8c;
  border: 1px solid #ed7b8c;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.2s;
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);*/
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
}

.portal .btnCheck a:hover {
  background: rgba(237, 123, 140, 0.1);
}

.portal .btnCheck a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ed7b8c;
  background-image: url("../images/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: center;
}

.portal .btnCheck a span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

.portal .boxy {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  background: #FEFABA;
}

.portal .boxy *:last-child {
  margin-bottom: 0;
}

.portal .boxy.point {
  padding-top: 50px;
}

.portal .boxy.point .heading {
  padding: 0 15px 0 33px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #FF7500;
  background-image: url("../images/common/icon_light.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: auto 18px;
}

.portal .f-auth {
  font-size: 12px !important;
}

.portal .profile {
  border-radius: 4px;
  padding: 45px 50px 40px;
  margin-bottom: 50px;
  display: block;
  background-color: #f2f2f2;
}

.portal .profile .icon {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 1em;
  float: left;
}

.portal .profile h6, .portal .profile .heading {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
}

/*list
**************************************************/
.portal .anchors.-pc-column li:not(:first-child) {
  margin-top: 1em;
}

.portal .anchors.-pc-column li.sub {
  margin-left: 2.5em;
  margin-top: 0.5em;
}

.portal .anchors.-pc-column li.sub a {
  font-weight: normal;
}

.portal .anchors.-pc-column a {
  font-weight: bold;
}

.portal .anchors.-pc-column em {
  font-style: normal;
  margin-right: 1em;
}

.portal .anchors.-pc-column em::after {
  content: ".";
}

.portal .anchors.-pc-column li a:hover {
  opacity: 0.75;
}

.portal .anchors:not(.-pc-column) {
  /*font-size: 0;*/
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.portal .anchors:not(.-pc-column) li {
  /*margin: 0 10px 10px 0;
  vertical-align: top;
  display: inline-block;*/
  /*width: calc((100% - 10px * 2) / 3);*/
  width: 310px;
  height: 60px;
  position: relative;
}

/*
.portal .anchors:not(.-pc-column) li:nth-of-type(3n) {
  margin-right: 0;
}
*/
.portal .anchors:not(.-pc-column) li.sub {
  display: none;
}

.portal .anchors:not(.-pc-column) li em {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 1;
  height: 1em;
  color: #00aaeb;
  pointer-events: none;
}

.portal .anchors:not(.-pc-column) li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  border: 1px solid #00aaeb;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 40px;
  padding-right: 38px;
  position: relative;
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);*/
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
  transition: all 0.2s;
}

.portal .anchors:not(.-pc-column) li a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.portal .anchors:not(.-pc-column) li a::before {
  background-color: #00aaeb;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url("../images/common/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}

.portal .anchors:not(.-pc-column) li a:hover {
  background: rgba(197, 235, 250, 0.25);
}

.portal .anchors:not(.-pc-column) li a span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

.portal .linkList {
  border-radius: 4px;
  margin-bottom: 30px;
  line-height: 1;
  /*font-size: 0;
  border: 1px solid #c5c5c5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);*/
  border: solid #c5c5c5;
  border-width: 1px 0 0 1px;
  display: flex;
  flex-wrap: wrap;
}

.portal .linkList li {
  width: 50%;
  height: 60px;
  line-height: 60px;
  /*border-collapse: collapse;
  border-top: 1px solid #c5c5c5;
  display: inline-block;*/
  /**/
  display: block;
  border: solid #c5c5c5;
  border-width: 0 1px 1px 0;
}

/*
.portal .linkList li:nth-of-type(1),
.portal .linkList li:nth-of-type(2) {
  border-top: none;
}

.portal .linkList li:nth-of-type(2n) {
  border-left: 1px solid #c5c5c5;
}
*/
.portal .linkList li:nth-last-of-type(2):nth-of-type(2n),
.portal .linkList li:last-of-type {
  border-bottom-right-radius: 4px;
}

.portal .linkList li:nth-last-of-type(-n+2) {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
}

.portal .linkList a {
  font-size: 14px;
  line-height: 1.43;
  font-weight: bold;
  text-align: left;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-left: 19px;
  padding-right: 38px;
  position: relative;
  display: block;
  transition: all 0.2s;
}

.portal .linkList a:hover {
  background: rgba(197, 235, 250, 0.25);
}

.portal .linkList a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.portal .linkList a::before {
  background-color: #00aaeb;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url("../images/common/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: center;
}

.portal .linkList a span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

.portal .accordion {
  margin-bottom: 30px;
}

.portal h2+.accordion {
  margin-top: -30px;
}

.portal .accordion dt {
  cursor: pointer;
  margin: 0 0 1px;
  position: relative;
}

.portal .accordion dt .toggle {
  pointer-events: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.portal .accordion dt .toggle::after,
.portal .accordion dt .toggle::before {
  content: '';
  height: 15px;
  border-left: 1px solid #00aaeb;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}

.portal .accordion dt .toggle::after {
  transform: rotate(90deg);
}

.portal .accordion dt.open .toggle:before {
  transform: rotate(-45deg);
}

.portal .accordion dt.open .toggle::after {
  transform: rotate(45deg);
}

.portal .accordion.-anchors dt {
  cursor: default;
  pointer-events: none;
}

.portal .accordion.-anchors dt .toggle {
  display: none;
}

.portal .accordion dt h3 {
  margin: 0;
  background: #ebebeb;
  position: relative;
  transition: all 0.2s;
}

.portal .accordion dt:hover h3 {
  background: rgba(235, 235, 235, 0.75);
}

.portal .accordion.-anchors .ttl {
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  line-height: 1.3;
  margin: 0;
  background: #ebebeb;
  position: relative;
  transition: all 0.2s;
}

.portal .accordion.-anchors .ttl span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

.portal .accordion.-anchors dd {
  display: block !important;
  padding: 25px 0 0;
}

.portal .accordion dd {
  padding: 25px 15px 30px;
  display: none;
}

.portal .accordion dd *:last-child {
  margin-bottom: 0;
}

.portal ul.disc {
  list-style-type: disc;
  padding-left: 1.5em;
  text-align: left;
}

.portal ul.disc li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.portal .relatedLinks .heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.3;
}

.portal .relatedLinks ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.portal .relatedLinks ul li a:hover {
  text-decoration: underline;
}

.portal .figures {
  font-size: 0;
  margin: 30px auto;
  text-align: center;
}

.portal .figures figure {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  padding: 0 10px;
}

.portal .figures figure:nth-of-type(2n) {
  margin-right: 0;
}

.portal .figures figcaption {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.portal .figures figure img {
  width: 100%;
}

.portal .figures figure img.border {
  border: 1px solid #ccc;
  box-sizing: content-box;
}

.portal .figures.triple figure {
  margin-right: 30px;
  padding: 0;
}

.portal .figures.triple figure:nth-of-type(2n) {
  margin-right: 30px;
}

.portal .figures.triple figure:nth-of-type(3n) {
  margin-right: 0;
}

.portal .figures figure.w240 img {
  width: 240px;
}

.portal .figures figure.w265 img {
  width: 265px;
}

.portal .figures figure.w292 img {
  width: 292px;
}

.portal .figures figure.w300 img {
  width: 300px;
}

.portal .figures figure.w311 img {
  width: 311px;
}

/*section
**************************************************/
.portal #contentHeader {
  margin-bottom: 50px;
}

.portal #contentFooter {}

.portal#first .mainTitle {
  background-image: url(../images/first/first_PCmain.jpg);
  height: calc(950px / 1892 * 416);
}

.portal#first_fuan .mainTitle {
  background-image: url(../images/first/fuan_PCmain.jpg);
  height: calc(950px / 1892 * 416);
}

.portal#first_fuan_article .mainTitle {
  background-image: url(../images/first/fuan_article_PCmain.png);
  height: calc(950px / 1892 * 416);
}

.portal#first_qa .mainTitle {
  background-image: url(../images/first/qa_PCmain.jpg);
  height: calc(950px / 1892 * 416);
}

.portal#first_discus .mainTitle {
  background-image: url(../images/first/discus_PCmain.jpg);
  height: calc(950px / 1892 * 416);
}

.portal#document .mainTitle {
  background-image: url(../images/document/document_PCmain.jpg);
  height: calc(950px / 1892 * 416);
}

.portal#t_todoke .mainTitle {
  background-image: url(../images/t_todoke/t_todoke_PCmain.jpg);
  height: calc(950px / 1892 * 416);
}