*:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    * {
        font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
        padding:0;
        margin:0;
    }

    td,
    th,
    #contents {
        font-size: small;
    }
    .tleft {
    text-align: left;
}
a:link {
    color: #0066CC;
}
a {
    color: #0066CC;
}
img {
    border: 0;
}

#MainContents {
    font-size: small;
    font-size: x-small\9;
    width: 950px;
    margin:0 auto;
    text-align: left;
    line-height: 140%;
}
#PathArea {
    padding: 5px 5px 15px;
}
p.toptext {
    margin: 0;
    padding: 30px 10px 0;
}
 p.text1 {
    margin: 0;
    padding: 30px 10px 0;
    font-size: 16px;
}
div.title {
    margin: 16px 0 34px;
    padding: 15px 20px;
    background: #5ea1e5;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    line-height:18px;
}
.row{
	margin:0;
}
ul.recommend_navi {
    width: 904px;
    display: table;
    margin: 0 auto;
    padding: 0;
}
ul.recommend_navi li {
    width: 50%;
    display: table-cell;
    text-align: center;
    cursor: pointer;
}
a:visited {
    color: #0066CC;
}

a:link {
    color: #0066CC;
}
a:visited {
    color: #0066CC;
}
a:link {
    color: #0066CC;
}
img {
    border: 0;
}

img {
    border: none;
}
.imageBox {
    margin: 35px auto 0;
    text-align: center;
    position: relative;
    pointer-events: none;
}
.imageBox h2 {
    margin: 0 auto;
    padding: 0;
}
/*
.imageBox img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
*/
.imageBox .q2 {
    width: 523px;
    margin: 0 auto 0;
    display: table-cell;
}
.imageBox .inner .box {
    margin: 0 auto;
    padding: 10px;
    display: block;
    text-align: left;
    border-left: #cfcfd1 solid 1px;
    border-right: #cfcfd1 solid 1px;
    border-bottom: #cfcfd1 solid 1px;
    box-sizing: border-box;
}
.imageBox .q3-left {
    width: 251px;
    padding: 0 21px 0 0;
    display: table-cell;
    box-sizing: border-box;
}
.imageBox .q3-right {
    width: 251px;
    margin: 0 auto 0;
    display: table-cell;
}
.imageBox .other {
    margin: 0 auto 0;
    padding-left: 64px;
    display: table-cell;
    text-align: right;
}
.imageBox .inner .box2 {
    margin: 0 auto;
    padding: 23px;
    display: block;
    text-align: left;
    border-left: #cfcfd1 solid 1px;
    border-right: #cfcfd1 solid 1px;
    border-bottom: #cfcfd1 solid 1px;
    box-sizing: border-box;
}
.imageBox .inner .box2 a:hover{
    opacity: 0.7;
}
 .imageBox .inner .box2 a:first-child img {
    margin: 0 auto 16px;
}
.btnBox {
    padding: 35px 10px;
    font-size: 120%;
    border-bottom: 1px dashed #a7a7a7;
}
.fleft {
    float: left;
}
#MainContents .imageBox.active {
    pointer-events: auto;
}
.fright {
    float: right;
}
.topagetop a {
    padding-left: 10px;
    background: url(/include/images/recommend/recommend/img_arrow_05.gif) left center no-repeat;
}
.imageBox.active img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.subheader{display:none;}
.mainheader{border-bottom:1px solid #ccc;}
#MainContents .btnBox {
    padding: 35px 10px;
    overflow: hidden;
    font-size: 120%;
    border-bottom: 1px dashed #a7a7a7;
}

/*==================================================

ページコンテンツ用パーツ・リセットCSS

==================================================*/
body .wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
body .wrapper *,
body .wrapper *::before,
body .wrapper *::after {
  box-sizing: border-box;
}
body .wrapper a {
  text-decoration: none;
  outline: none;
}
body .wrapper section,
body .wrapper h2,
body .wrapper h3,
body .wrapper h4 {
  padding: 0;
  margin: 0;
}
body .wrapper button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
body .wrapper img {
  display: block;
  width: 100%;
}
body .wrapper ul,
body .wrapper ol {
  margin: 0;
}

.accent_font {
  font-family: "Noto Serif JP", serif;
}

.innerbox_1200 {
  max-width: 1232px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot_list > li {
  display: block;
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
}
.dot_list > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none !important;
  }
}

.u_tb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_tb {
    display: block !important;
  }
}

.u_sp,
.u_sp_b {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .u_sp,
.u_sp_b {
    display: block !important;
  }
}

.accordion_area .item {
  transition: all 0.5s ease;
}
.accordion_area .item .accordion_title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.accordion_area .item .accordion_title::before, .accordion_area .item .accordion_title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s ease;
  top: 48%;
}
.accordion_area .item .accordion_title::before {
  right: 18px;
  transform: rotate(45deg);
}
.accordion_area .item .accordion_title::after {
  right: 10px;
  transform: rotate(135deg);
}
.accordion_area .item .accordion_title.open::before {
  transform: rotate(-135deg);
}
.accordion_area .item .accordion_title.open::after {
  transform: rotate(315deg);
}
.accordion_area .item .accordion_box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: background-color 0.3s, opacity 0.3s;
}
.modal_overlay.active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal_overlay .modal_content {
  position: relative;
  padding: 32px;
  transition: opacity 0.3s, transform 0.3s;
  width: 664px;
  height: 914px;
  max-width: 96vw;
  max-height: 94vh;
}
@media screen and (max-width: 480px) {
  .modal_overlay .modal_content {
    padding: 16px;
  }
}
.modal_overlay .modal_content.active {
  opacity: 1;
  transform: scale(1);
}
.modal_overlay .modal_content .cross_btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
}
.modal_overlay .modal_content .cross_btn:hover {
  transform: scale(1.1);
}
.modal_overlay .modal_content .content_inner {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/*==================================================

ページコンテンツ

==================================================*/
section#overview {
  background: linear-gradient(to right, #1e1743 0%, #0b2b51 20%, #355e94 50%, #0b2b51 80%, #1e1743 100%);
  padding-top: 42px;
  padding-bottom: 64px;
  margin-top: 24px;
}
section#overview .overview_head {
  position: relative;
  z-index: 500;
}
section#overview .overview_head .overview_head_text {
  font-size: 22px;
  line-height: 1.5909090909;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#overview .overview_head .overview_head_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  section#overview .overview_head .overview_head_text {
    font-size: 16px;
  }
}
section#overview .overview_head .overview_head_title {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #1d1f2f;
  border-radius: 6px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  section#overview .overview_head .overview_head_title {
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  section#overview .overview_head .overview_head_title {
    height: 54px;
  }
}
section#overview .overview_head .overview_head_title .logo {
  display: block;
  width: auto;
  height: 84px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  section#overview .overview_head .overview_head_title .logo {
    height: 64px;
  }
}
@media screen and (max-width: 480px) {
  section#overview .overview_head .overview_head_title .logo {
    height: 40px;
  }
}
section#overview .overview_head .overview_head_title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: linear-gradient(to right, #ebc532, #fdff9d, #ebc532);
  border-radius: 6px;
}
section#overview .overview_explain {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 10px;
  margin-top: 64px;
}
section#overview .overview_explain .explain_title {
  position: absolute;
  top: -0.7291666667em;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 700;
  white-space: nowrap;
  background: none;
}
@media screen and (max-width: 768px) {
  section#overview .overview_explain .explain_title {
    font-size: 18px;
  }
}
section#overview .overview_explain .explain_title::before, section#overview .overview_explain .explain_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  border-top: 1px solid #fff;
}
section#overview .overview_explain .explain_title::before {
  border-top-left-radius: 10px;
}
section#overview .overview_explain .explain_title::after {
  border-top-right-radius: 10px;
}
section#overview .overview_explain .explain_text {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 32px 12px 24px;
}
@media screen and (max-width: 768px) {
  section#overview .overview_explain .explain_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  section#overview .overview_explain .explain_text {
    font-size: 13px;
  }
}
section#overview .overview_flex_items {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section#overview .overview_flex_items {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
section#overview .overview_flex_items .oco {
  width: calc((100% - 32px) / 3);
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom right, #ebc532, #fdff9d, #ebc532) 1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  background-color: #1d1f2f;
  padding: 24px 14px 16px;
}
@media screen and (max-width: 1200px) {
  section#overview .overview_flex_items .oco {
    padding: 20px 10px 12px;
  }
}
@media screen and (max-width: 768px) {
  section#overview .overview_flex_items .oco {
    width: 100%;
    max-width: 400px;
  }
}
section#overview .overview_flex_items .oco .oco_title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section#overview .overview_flex_items .oco .oco_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  section#overview .overview_flex_items .oco .oco_title {
    font-size: 16px;
  }
}
section#overview .overview_flex_items .oco .oco_title .big {
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  section#overview .overview_flex_items .oco .oco_title .big {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  section#overview .overview_flex_items .oco .oco_title .big {
    font-size: 22px;
  }
}
section#overview .overview_flex_items .oco .oco_icon {
  max-width: 100%;
  width: 170px;
  height: 140px;
  object-fit: contain;
  margin: 8px auto 0;
}
section#overview .overview_flex_items .oco .oco_label {
  width: 100%;
  height: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #c9a051;
  border-radius: 25px;
  margin-top: 32px;
}
@media screen and (max-width: 1200px) {
  section#overview .overview_flex_items .oco .oco_label {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  section#overview .overview_flex_items .oco .oco_label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  section#overview .overview_flex_items .oco .oco_label {
    height: 40px;
  }
}
section#overview .overview_flex_items .oco .oco_explain {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  section#overview .overview_flex_items .oco .oco_explain {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section#overview .overview_flex_items .oco .oco_explain {
    font-size: 12px;
  }
}
section#overview .overview_flex_items .oco .oco_explain .big {
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  section#overview .overview_flex_items .oco .oco_explain .big {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  section#overview .overview_flex_items .oco .oco_explain .big {
    font-size: 16px;
  }
}
section#overview .overview_flex_items .oco.co1 .oco_icon {
  padding: 0 8px 0 20px;
}
section#overview .overview_flex_items .oco.co2 .oco_title {
  padding-bottom: 0.7em;
}
section#overview .overview_flex_items .oco.co3 .oco_title {
  padding-bottom: 0.7em;
}

section#campaign {
  background: linear-gradient(to right, #abc7eb 0%, #edf2f7 35%, #edf2f7 65%, #abc7eb 100%);
  padding-top: 66px;
  padding-bottom: 77px;
}
@media screen and (max-width: 480px) {
  section#campaign {
    padding-top: 44px;
    padding-bottom: 55px;
  }
}
section#campaign .campaign_head {
  width: 140px;
  height: 140px;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  background-color: #c08436;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#campaign .campaign_head {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }
}
section#campaign .cmpaign_banner {
  margin-top: 42px;
}
section#campaign .application_btn {
  position: relative;
  gap: 16px;
  width: 800px;
  max-width: 100%;
  height: 90px;
  font-size: 26px;
  font-weight: 700;
  color: #f2c785;
  background-color: #1d1f2f;
  border-radius: 6px;
  margin: 62px auto 0;
}
@media screen and (max-width: 768px) {
  section#campaign .application_btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  section#campaign .application_btn {
    font-size: 16px;
    height: 60px;
  }
}
section#campaign .application_btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: linear-gradient(to right, #ebc532, #fdff9d, #ebc532);
  border-radius: 6px;
}
section#campaign .application_btn .arrow {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

section#more_merit {
  background-color: #f4ffff;
  padding-top: 85px;
  padding-bottom: 110px;
}
@media screen and (max-width: 480px) {
  section#more_merit {
    padding-top: 44px;
    padding-bottom: 55px;
  }
}
section#more_merit .more_merit_head {
  width: 140px;
  height: 140px;
  font-size: 31px;
  font-weight: 700;
  color: #212769;
  background-color: #fff;
  border: 3px solid #212769;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#more_merit .more_merit_head {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }
}
section#more_merit .more_merit_title {
  width: 100%;
  max-width: 800px;
  height: 90px;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  background-color: #212769;
  border-radius: 45px;
  margin: 42px auto 0;
}
@media screen and (max-width: 768px) {
  section#more_merit .more_merit_title {
    height: 64px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  section#more_merit .more_merit_title {
    font-size: 16px;
  }
}
section#more_merit .more_merit_items {
  padding-top: 5px;
}
section#more_merit .more_merit_items .mmico {
  position: relative;
  border: 3px solid #212769;
  height: 113px;
  margin-top: 52px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  section#more_merit .more_merit_items .mmico {
    height: 96px;
  }
}
@media screen and (max-width: 480px) {
  section#more_merit .more_merit_items .mmico {
    height: 80px;
    padding-top: 20px;
  }
}
section#more_merit .more_merit_items .mmico .mmico_title {
  position: absolute;
  top: -1em;
  display: inline-block;
  font-size: 27px;
  line-height: 1.2962962963;
  font-weight: 700;
  text-align: center;
  color: #212769;
  background-color: #f4ffff;
  padding: 8px;
}
@media screen and (max-width: 1200px) {
  section#more_merit .more_merit_items .mmico .mmico_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  section#more_merit .more_merit_items .mmico .mmico_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  section#more_merit .more_merit_items .mmico .mmico_title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  section#more_merit .more_merit_items .mmico .mmico_title {
    top: -2em;
  }
}
section#more_merit .more_merit_items .mmico .mmico_text {
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section#more_merit .more_merit_items .mmico .mmico_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  section#more_merit .more_merit_items .mmico .mmico_text {
    font-size: 14px;
  }
}
section#more_merit .more_merit_attention {
  width: 100%;
  height: 90px;
  font-size: 24px;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #f43512;
  padding: 8px;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  section#more_merit .more_merit_attention {
    height: 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  section#more_merit .more_merit_attention {
    font-size: 14px;
  }
}
section#more_merit a.link {
  color: #1a6eff;
  text-decoration: underline;
}
