/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
body {
  line-height: 1.5;
  font-family: 'Hiragino Kaku Gothic Pro W3';
  background: #142559;
  color: #333333; }

a {
  color: #1b2d55;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover {
    opacity: 0.8; }

a:visited {
  color: #9e4ec6; }

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  border-color: #142559;
  border-width: 1px;
  border-style: solid;
  border-bottom: none; }

.main {
  background: #0d1738;
  overflow: hidden; }

.hidden {
  display: none; }

.footer {
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.is-hidden {
  display: none; }

@media screen and (max-width: 767px) {
  .footer {
    padding: 25px 0; } }

@media screen and (min-width: 768px) {
  .footer {
    min-width: 1200px;
    width: 100%;
    padding: 30px 50px; }
  header,
  .main {
    width: 1200px;
    margin: 0 auto; } }
/*
 * unsupported.scss
 */
.unsupported {
  background: #e2e2e2;
  padding: 16px; }
  .unsupported__inner {
    background: #fff;
    border: 10px;
    border-radius: 3px;
    padding: 18px 16px 20px;
    text-align: center; }
  .unsupported__text {
    font-size: 14px;
    line-height: 22px; }
  .unsupported__highlight {
    color: #f00; }
  .unsupported__btn {
    background: #2d8c3c;
    border-radius: 2px;
    margin-top: 14px;
    padding: 8px;
    width: 100%; }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.module {
  background: #FFFFFF;
  margin: 4%;
  border-radius: 10px;
  overflow: hidden; }

.module__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #0d1738;
  background: #FFFFFF;
  text-align: center;
  line-height: 1em; }

.module__content {
  padding: 14px; }

.module__title {
  background: #FFFFFF; }

.module-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.module-title:before,
.module-title:after {
  content: '';
  display: inline-block;
  margin: -20px 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.module-title:before {
  background: url(img/titile_deco_left.png) no-repeat;
  background-size: contain; }

.module-title:after {
  background: url(img/titile_deco_right.png) no-repeat;
  background-size: contain; }

.module-title__text {
  display: block; }

@media screen and (max-width: 767px) {
  .module {
    margin: 11% 4%; }
  .module:first-child {
    margin: 4%; }
  .module__title {
    font-size: 1.1rem;
    padding: 0.8rem 0;
    line-height: 1.4rem; }
  .module-title:before,
  .module-title:after {
    width: 48px;
    height: 29px; } }

@media screen and (min-width: 768px) {
  .module {
    margin: 4%; }
  .module__title {
    font-size: 1.8rem;
    padding: 1.5rem; }
  .module-title:before,
  .module-title:after {
    width: 96px;
    height: 58px; } }
@charset "UTF-8";
/*  global footer 基本触らない
************************************************************/
#globalFooter {
  line-height: 1;
  width: 100%; }
  #globalFooter .footerNav {
    text-align: center;
    padding: 10px 0;
    background: #fefefe; }
  #globalFooter .footerNav ul,
  #globalFooter .footerNav li {
    padding: 0;
    display: inline; }
  #globalFooter .footerNav li {
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #999;
    font-size: 12px; }
  #globalFooter .footerNav li:last-child {
    margin: 0;
    padding: 0;
    border-right: none; }
  #globalFooter .footerNav li a {
    color: #666; }
  #globalFooter .copyright {
    border-top: 1px dotted #ddd;
    text-align: center;
    line-height: 24px;
    height: 24px;
    background: #fefefe; }
  #globalFooter .copyright__text {
    font-size: 10px;
    color: #999; }
  #globalFooter #amb_footer,
  #globalFooter #amb_copyright {
    background-color: #fefefe !important; }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.mainVisual {
  background: #0d1738; }
  .mainVisual h1 > picture > img {
    width: 100%; }

.mainVisual__leadText {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif; }

@media screen and (max-width: 767px) {
  .mainVisual__leadText {
    margin: 10px;
    font-size: 1rem; } }

@media screen and (min-width: 768px) {
  .mainVisual {
    position: relative; }
  .mainVisual__leadText {
    font-size: 20px;
    letter-spacing: 2;
    margin: -70px auto 0 auto;
    width: 700px;
    min-height: 70px; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.overview {
  padding: 10px 5%;
  background: #f7f6f2;
  margin: 4%;
  border-radius: 10px;
  word-break: break-all; }

.overview__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  border-bottom: 2px solid #dadad7; }

.overview__content {
  margin: 3% 5%; }

.overview-content__title {
  font-weight: bold; }

.overview-content__title:before {
  content: '\25A0';
  margin-right: 4px;
  color: #142559; }

.overview-content__contentList {
  list-style: disc; }
  .overview-content__contentList li {
    margin: 10px 0; }

@media screen and (max-width: 767px) {
  .overview {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 34px;
    margin-top: 20px; }
  .overview__title {
    font-size: 1rem; }
  .overview-content__title {
    font-size: 0.7rem; }
  .overview-content__contentList {
    font-size: 0.7rem;
    padding-left: 17px; } }

@media screen and (min-width: 768px) {
  .overview {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1200px;
    margin: 20px auto; }
  .overview__title {
    font-size: 1.6rem;
    padding: 1rem;
    font-weight: bold; }
  .overview-content__title {
    font-size: 1rem; }
  .overview-content__contentList {
    font-size: 0.8rem;
    padding-left: 20px; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.latestQuestion {
  margin-bottom: 20px; }
  .latestQuestion .descriptionTop,
  .latestQuestion .descriptionBottom {
    margin: 20px 20px 0;
    text-align: center; }
  .latestQuestion .question-container {
    background: #e7c03c;
    position: relative;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    width: 320px;
    height: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .latestQuestion .question {
    background: #fff7de;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .latestQuestion .notPreriodInfo {
    text-align: center;
    margin: 40px; }
  .latestQuestion .newRibbon {
    position: absolute;
    top: 0;
    left: 0; }
  .latestQuestion .attentionIcon {
    position: absolute;
    top: -32px;
    right: -10px; }

@media screen and (min-width: 768px) {
  .descriptionTop,
  .descriptionBottom {
    font-size: 1.1rem; }
  .link_archive {
    margin-right: 20px;
    font-size: 0.9rem;
    padding: 10px 0; }
  .notPreriodInfo {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .descriptionTop,
  .descriptionBottom {
    font-size: 0.9rem; }
  .link_archive {
    font-size: 0.8rem;
    padding: 20px 0 10px; }
  .notPreriodInfo {
    font-size: 1rem; } }

.latestQuestionContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0; }
  .latestQuestionContent .date {
    margin: 20px;
    font-size: 14px;
    line-height: 1em; }
  .latestQuestionContent p.title {
    width: 320px;
    font-size: 22px;
    line-height: 1.3em;
    height: 4.7em;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px; }
  .latestQuestionContent .submitBtn {
    background: #d72627;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.4rem;
    border-radius: 20px;
    margin: 0 20px; }
    .latestQuestionContent .submitBtn:hover {
      opacity: 0.8; }
  .latestQuestionContent .submitBtn a {
    display: block;
    color: #FFFFFF;
    text-decoration: none; }
  .latestQuestionContent .link_text {
    margin-top: 20px; }
    .latestQuestionContent .link_text > a {
      border-bottom: 1px solid #1b2d55;
      padding-bottom: 1%;
      line-height: 1em;
      color: #1b2d55;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      font-size: 14px;
      text-decoration: none; }
      .latestQuestionContent .link_text > a > i {
        vertical-align: bottom;
        font-weight: bold;
        line-height: 1.5; }

.link_archive {
  text-align: right;
  font-weight: bold; }
  .link_archive a {
    text-decoration: none; }
  .link_archive i {
    vertical-align: bottom;
    font-size: 1.2rem; }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.archiveQuestion .question-container {
  background: #e7c03c;
  position: relative;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.archiveQuestion .question {
  background: #fff7de;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.archiveQuestion .notPreriodInfo {
  text-align: center;
  margin: 40px;
  font-weight: bold; }

.archiveQuestion .newRibbon {
  position: absolute;
  top: 0;
  left: 0; }

.archiveQuestionContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .archiveQuestionContent .date {
    margin: 20px 20px 10px;
    font-size: 14px;
    line-height: 1em; }
  .archiveQuestionContent .image {
    width: 160px;
    margin: 0 auto; }
    .archiveQuestionContent .image > img {
      width: 100%; }
  .archiveQuestionContent p.title {
    width: 320px;
    font-size: 22px;
    line-height: 1.3em;
    height: 4.7em;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px; }
  .archiveQuestionContent .link_text {
    margin-bottom: 10px; }
    .archiveQuestionContent .link_text > a {
      border-bottom: 1px solid #1b2d55;
      padding-bottom: 1%;
      line-height: 1em;
      color: #1b2d55;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      font-size: 14px;
      text-decoration: none; }
      .archiveQuestionContent .link_text > a > i {
        vertical-align: bottom;
        font-weight: bold;
        line-height: 1.5; }
  .archiveQuestionContent .submitBtn {
    background: #d72627;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.4rem;
    border-radius: 20px;
    margin: 0 20px 20px; }
    .archiveQuestionContent .submitBtn:hover {
      opacity: 0.8; }
  .archiveQuestionContent .submitBtn a {
    display: block;
    text-decoration: none;
    color: #FFFFFF; }

@media screen and (min-width: 768px) {
  .notPreriodInfo {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .notPreriodInfo {
    font-size: 1rem; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
h3.howtoCharCheck__titile {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  text-align: center; }

.howtoCharCheck__img {
  text-align: center; }

@media screen and (max-width: 767px) {
  .howtoCharCheck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0; }
  .howtoCharCheck__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .howtoCharCheck__img img {
      max-width: 288px;
      width: 80%; }
  p.howtoCharCheck__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 0.8rem;
    margin: 10px 0; }
    p.howtoCharCheck__text span {
      display: inline !important; } }

@media screen and (min-width: 768px) {
  .howtoCharCheckContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .howtoCharCheck {
    background: #fff7de;
    border-radius: 203px;
    height: 406px;
    width: 406px;
    margin: 14px 0; }
  h3.howtoCharCheck__titile {
    font-size: 1.4rem;
    margin: 70px 0 20px; }
  p.howtoCharCheck__text {
    margin: 10px auto;
    width: 300px;
    text-align: center;
    font-size: 1.2rem; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.present__item {
  margin: 10px auto;
  background: #eff7ff; }

.present-item__title,
.present-item__moreLink {
  font-weight: bold; }

.present-item-title__index {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #0d1738;
  color: #FFFFFF;
  padding: 2px 10px 2px 8px;
  border-radius: 1rem;
  display: inline-block; }

.present-item__moreLink i {
  vertical-align: middle;
  font-weight: bold; }

.present__subBanner {
  border-top: 1px #142559;
  border-style: dashed; }
  .present__subBanner > picture > img {
    width: 100%; }

.presentsubBanner__moreLink {
  text-align: center;
  font-weight: bold; }
  .presentsubBanner__moreLink i {
    vertical-align: middle;
    font-weight: bold; }

@media screen and (max-width: 767px) {
  .present__item {
    text-align: center;
    padding: 20px 34px; }
  .present-item__description {
    content: '';
    clear: both;
    display: block; }
  .present-item__img > img {
    width: 76px;
    vertical-align: bottom; }
  .present-item__title {
    margin-top: 20px;
    font-size: 0.9rem; }
  .present-item-title__text {
    margin-top: 8px; }
  .present-item__description {
    font-size: 0.8rem;
    margin-top: 8px; }
  .present__item {
    border-radius: 5px; }
  .present-item__moreLink {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.2); }
  .present__subBanner {
    margin: 30px 0;
    padding: 10px 0; }
  .presentsubBanner__moreLink {
    font-size: 1rem; } }

@media screen and (min-width: 768px) {
  .present__item {
    border-style: solid;
    border-color: #eff7ff;
    padding: 10px;
    border-width: 8px;
    width: 900px;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .present-item__img {
    margin-right: 20px; }
  .present-item__title {
    font-size: 1.2rem; }
  .present-item-title__text {
    display: inline; }
  .present-item__description {
    margin-top: 10px; }
  .present-item__moreLink {
    position: absolute;
    bottom: 10px;
    right: 10px; }
    .present-item__moreLink i {
      font-size: 1.1rem; }
  .present__subBanner {
    margin: 40px auto 0 auto;
    width: 936px;
    padding: 20px 0; }
  .presentsubBanner__moreLink {
    font-size: 1.1rem; } }
.copylight {
  text-align: center; }

@media screen and (max-width: 767px) {
  .copylight {
    margin: 20px 0;
    font-size: 0.7rem; } }

@media screen and (min-width: 768px) {
  .copylight {
    margin: 30px 0;
    font-size: 0.8rem; } }
.bannerList-title {
  text-align: center;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .bannerList-title {
    margin-top: 20px; }
  .bannerList {
    text-align: center; }
  .bannerList__item {
    margin: 5px; }
    .bannerList__item img {
      width: 80%;
      max-width: 428px; } }

@media screen and (min-width: 768px) {
  .bannerList-title {
    margin-top: 40px; }
  .bannerList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .bannerList__item {
    margin: 10px; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.generalPr > picture > img {
  width: 100%; }

.generalPr__moreLink {
  text-align: center;
  margin-top: 20px; }

.generalPr__moreLink + picture {
  margin-top: 20px;
  display: block; }

@media screen and (max-width: 767px) {
  .generalPr {
    margin: 10px 0;
    padding: 10px 0; } }

@media screen and (min-width: 768px) {
  .generalPr {
    margin: 20px auto 0 auto;
    width: 936px;
    padding: 20px 0; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.skinPreview {
  text-align: center;
  margin: 0 auto; }
  .skinPreview .title {
    display: inline-block;
    height: 32px;
    border-radius: 16px;
    background: #FFFFFF;
    line-height: 32px;
    text-align: center;
    color: #0d1738;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 0 14px; }
  .skinPreview picture {
    display: block; }
  .skinPreview picture > img {
    width: 100%; }

@media screen and (max-width: 767px) {
  .skinPreview {
    padding: 10px 0; }
  .spSkin > picture > img {
    width: 198px; } }

@media screen and (min-width: 768px) {
  .skinPreview {
    padding: 20px 28px; }
  .spSkin > picture > img {
    width: 368px; } }
.snsShare {
  background-color: #e2e2e2;
  line-height: 1;
  min-height: 20px;
  padding: 15px 25px;
  margin-top: 20px; }

.snsShare__list {
  font-size: 0; }

.snsShareList__item {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

.snsShareList__item:first-child {
  margin-left: 0; }

@media screen and (max-width: 767px) {
  .snsShare__list {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .snsShare {
    margin-left: -50px;
    margin-right: -50px; }
  .snsShare__list {
    text-align: right; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
.link_top {
  margin: 0 auto;
  margin-top: 32px; }
  .link_top:hover {
    opacity: 0.8; }
  .link_top > div {
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative; }

.link_detail > a {
  display: block;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 30px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold; }
  .link_detail > a:visited {
    color: #FFFFFF; }

.link_detail > i {
  font-size: 1.4rem;
  vertical-align: text-bottom; }

@media screen and (max-width: 767px) {
  .link_top {
    margin-top: 40px; }
  .link_detail > a {
    font-size: 16px;
    width: 254px;
    height: 48px;
    line-height: 46px; } }

@media screen and (min-width: 768px) {
  .link_detail > a {
    font-size: 20px;
    width: 400px;
    height: 64px;
    line-height: 62px; }
  .link_top > div {
    padding-bottom: 48px; } }
@charset "UTF-8";
/* このvariablesは /task/setConfigCss.js により生成されます。 */
