@charset "utf-8";
/* CSS Document */
#meiwaku_denwaban {
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  #meiwaku_denwaban {
    margin-top: 70px;
  }
}
#meiwaku_denwaban .container {
  margin-top: 0;
}
#meiwaku_denwaban [id^="sec_"] {
  padding-top: 50px;
  padding-bottom: 50px;
}
#meiwaku_denwaban .link_btn_area a small {
  font-size: 13px;
}
@media print, screen and (min-width:768px) {
  #meiwaku_denwaban .link_btn_area a small {
    font-size: 16px;
  }
}
#meiwaku_denwaban .pankuzu {
  width: 100%;
}
/*-----------------------------セクションタイトル*/
#meiwaku_denwaban h3 {
  margin: 10px auto;
}
section[id^="sec_"] h3 {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.5em;
}
@media print, screen and (min-width:768px) {
  section[id^="sec_"] h3 {
    font-size: 36px;
  }
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  /* margin-top: 30px;*/
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h4 {
    font-size: 28px;
    text-align: center;
  }
}
[id^="sec_"] h5 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
[id^="sec_"] ul.row > li p {
  text-align: left;
}
[id^="sec_"] ul.row > li figure figcaption {
  text-align: left;
}
[id^="sec_"] figure {
  margin-bottom: 20px;
}
/*@media screen and (min-width:1200px) {
  [id^="sec_"] figure img {
    max-width: 980px;
  }
}*/
[id^="sec_"] p a {
  text-decoration: underline;
  color: blue;
}
[id^="sec_"] p a:hover {
  text-decoration: none;
}
/*----------------ロゴ表示*/
img.mcc_logo {
  display: inline-block;
  max-height: 53px;
  width: auto;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}
/*-----------------------------下矢印三角形*/
.triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: auto;
}
/*-----------------------------リンクボタン*/
.link_btn_area {
  display: block;
  margin: 30px auto 0;
  z-index: 10;
  width: 100%;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 10px auto 0;
  font-weight: bold;
  transition: all 0.5s;
}
.link_btn_area.in_site a {
  background: #ff9900;
  transition: all 0.5s;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area {
    width: 50%;
  }
}
strong {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------ボタン上コメント*/
p.more_tx {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}
p.more_tx:before {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  left: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
  transform: scaleX(-1);
}
p.more_tx:after {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  right: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
}
/*---------------------------main_image*/
#meiwaku_denwaban #main_img_area {
  position: relative;
  z-index: 0;
  background-image: url("../img/meiwaku_denwaban_img/main_image_bg.png"), linear-gradient(to right, #fff 0, #b2e0ff 70%, #e4f4ff 80%);
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-size: cover;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media screen and (min-width:1200px) {
  #meiwaku_denwaban #main_img_area {
    background-position: right 15% top;
    background-size: contain;
    color: #333;
  }
}
#meiwaku_denwaban #main_img_area::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (min-width:922px) {
  #meiwaku_denwaban #main_img_area::after {
    opacity: 0;
  }
}
#meiwaku_denwaban #main_img_area h2, #meiwaku_denwaban #main_img_area p {
  position: relative;
  z-index: 3;
}
#meiwaku_denwaban #main_img_area .row {
  display: flex;
  height: auto;
}
@media screen and (min-width:768px) {
  #meiwaku_denwaban #main_img_area .row {
    height: 500px;
  }
}
#meiwaku_denwaban #main_img_area .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: url("../img/meiwaku_denwaban_img/dotted_ptn_75.png");
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width:924px) {
  #meiwaku_denwaban #main_img_area .row > div {
    border-radius: 0 0 1000px 0;
  }
}
#meiwaku_denwaban #main_img_area h2 {
  display: block;
  font-size: 26px;
  font-weight: 900;
  margin: 10px -20px 0;
  line-height: 1em;
  text-align: center;
  color: #333;
  transition: all 0.3s;
}
@media screen and (min-width:576px) {
  #meiwaku_denwaban #main_img_area h2 {
    font-size: 32px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width:768px) {
  #meiwaku_denwaban #main_img_area h2 {
    font-size: 42px;
    line-height: 1.8em;
  }
}
#meiwaku_denwaban #main_img_area p.catch_a {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
#meiwaku_denwaban #main_img_area p.catch_b {
  color: #003da3;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
#meiwaku_denwaban #main_img_area p.catch_c {
  background: #003da3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  #meiwaku_denwaban #main_img_area p.catch_c {
    font-size: 24px;
    max-width: 55%;
  }
}
@media screen and (min-width:768px) {
  #meiwaku_denwaban #main_img_area p.catch_a {
    font-size: 24px;
  }
  #meiwaku_denwaban #main_img_area p.catch_b {
    font-size: 36px;
  }
  #meiwaku_denwaban #main_img_area p.catch_c {
    font-size: 24px;
  }
}
#meiwaku_denwaban #main_img_area p.ruby {
  color: #333;
}
/*-------------------------------------------#sec_01*/
#sec_01 {
  padding-top: 0;
}
#sec_01 ul.row {
  justify-content: center;
  align-items: center;
}
#sec_01 ul.row > li {
  margin: 5px auto;
}
#sec_01 ul.row > li ul li {
  display: block;
  background: #aedcff;
  margin: 25px auto;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width:768px) {
  #sec_01 ul.row > li ul li {
    padding: 20px;
    margin: 35px auto;
  }
}
#sec_01 ul.row > li ul li strong {
  font-weight: bold;
  color: #E91E63;
}
#sec_01 ul.row > li ul li:nth-child(1) {
  margin: 0 auto;
}
#sec_01 ul.row > li ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#sec_01 ul.row > li > ul.fukidashi_l > li:after {
  border-top: 10px solid #aedcff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 auto;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -10px;
}
#sec_01 ul.row > li > ul.fukidashi_r > li:after {
  border-top: 10px solid #aedcff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 auto;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -10px;
}
@media print, screen and (min-width:768px) {
  #sec_01 ul.row > li ul li {
    margin: 35px auto;
  }
  #sec_01 ul.row > li > ul.fukidashi_l > li:after {
    border-top: 10px solid transparent;
    border-left: 10px solid #aedcff;
    border-bottom: 10px solid transparent;
    top: 40%;
    bottom: inherit;
    right: -20px;
    left: inherit;
  }
  #sec_01 ul.row > li > ul.fukidashi_r > li:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #aedcff;
    border-bottom: 10px solid transparent;
    top: 40%;
    bottom: inherit;
    right: inherit;
    left: -20px;
  }
}
#sec_01 ul.row > li > img {
  width: auto;
  height: auto;
  max-width: 70%;
}
@media screen and (min-width:768px) {
  #sec_01 ul.row > li > img {
    max-width: 100%;
  }
}
/*-------------------------------------------#sec_02*/
#sec_02 {
  background: #b2e0ff;
}
#sec_02 .triangle {
  border-color: #fff transparent transparent transparent;
}
#sec_02 ul.row {
  justify-content: center;
}
#sec_02 ul.row > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#sec_02 ul.row > li p {
  margin-bottom: 0;
}
#sec_02 ul.row > li p.qst {
  font-weight: bold;
  background: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  color: #333;
  margin-bottom: -6px;
  width: 100%;
}
#sec_02 ul.row > li h5 {
  color: #333;
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}
#sec_02 ul.row > li h5 span {
  font-weight: 900;
  font-size: 20px;
  color: #26a1a6;
  display: block;
}
#sec_02 ul.row > li h5 span strong {
  font-weight: 900;
  font-size: 40px;
  color: #26a1a6;
  margin-left: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li h5 {
    font-size: 26px;
    text-align: left;
  }
  #sec_02 ul.row > li h5 span {}
  #sec_02 ul.row > li h5 span strong {
    font-size: 58px;
  }
}
#sec_02 figure img {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  /*  border: 1px solid #003da6;*/
  max-width: 100%;
}
/*-------------------------------------------#sec_03*/
#sec_03 .triangle {
  border-color: #b2e0ff transparent transparent transparent;
}
/*-------------------------------------------#sec_04*/
#sec_04 {
  background: #b2e0ff;
}
#sec_04 .triangle {
  border-color: #ffffff transparent transparent transparent;
}
#sec_04 ul.row {
  justify-content: center;
}
#sec_04 ul.row li {
  margin-bottom: 15px;
}
#sec_04 ul.row > li .panel_wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #33333370, -1px -1px 3px #33333350;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  height: 100%;
}
#sec_04 ul.row > li .panel_wrap h5 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
#sec_04 ul.row > li .panel_wrap span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
  font-weight: 900;
  margin: 15px auto
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .panel_wrap h4 {
    font-size: 22px;
  }
  #sec_04 ul.row > li .panel_wrap span {
    font-size: 60px;
  }
}
#sec_04 ul.row > li .panel_wrap figcaption {
  text-align: left;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .panel_wrap figcaption {
    min-height: 120px;
  }
}
/*-------------------------------------------#sec_05*/
#sec_05 .triangle {
  border-color: #b2e0ff transparent transparent transparent;
}
#sec_05 ul.row {
  justify-content: center;
}
#sec_05 ul.row > li {
  margin-bottom: 15px;
}
#sec_05 ul.row > li .panel_wrap {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: center;
  height: 100%;
  padding: 15px;
  box-shadow: 1px 1px 4px #0089ff90, -1px -1px 3px #0089ff50;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row > li .panel_wrap {
    padding: 30px;
  }
}
#sec_05 ul.row > li .panel_wrap h5 {
  margin-bottom: 15px;
}
#sec_05 ul.row > li .panel_wrap a {
  display: block;
  background: #0089ff;
  border: 1px solid #0089ff;
  border-radius: 6px;
  color: #fff;
  padding: 8px;
  margin: 10px auto;
  transition: all 0.3s;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row > li .panel_wrap a {
    width: 70%;
  }
}
#sec_05 ul.row > li .panel_wrap a:hover {
  background: #fff;
  color: #0089ff;
}
/*-------------------------------------------#sec_06*/
#sec_06 {
  background: #b2e0ff;
}
#sec_06 .triangle {
  border-color: #ffffff transparent transparent transparent;
}
#sec_06 ul.row {
  justify-content: center;
}
#sec_06 ul.row li {
  margin-bottom: 15px;
}
#sec_06 ul.row > li .panel_wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #33333370, -1px -1px 3px #33333350;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  height: 100%;
}
#sec_06 ul.row > li .panel_wrap h5 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sec_06 ul.row > li .panel_wrap span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 46px;
  font-weight: 900;
  margin: 15px auto
}
@media print, screen and (min-width:768px) {
  #sec_06 ul.row > li .panel_wrap h4 {
    font-size: 22px;
  }
  #sec_06 ul.row > li .panel_wrap span {
    font-size: 60px;
  }
}
#sec_06 ul.row > li .panel_wrap p {
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  #sec_06 ul.row > li .panel_wrap p {
    min-height: 130px;
  }
}
/*-------------------------------------------#sec_07*/
#sec_07 .triangle {
  border-color: #b2e0ff transparent transparent transparent;
}
#sec_07 .fee_wrap {
  border-radius: 10px;
  padding: 40px 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #33333370, -1px -1px 3px #33333350;
  height: 100%;
}
#sec_07 .fee_wrap > p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#sec_07 .fee_wrap ul.row {
  box-sizing: border-box;
  justify-content: space-between;
  margin: 0px auto 20px;
  border-bottom: 1px dotted #999;
}
#sec_07 .fee_wrap ul.row > li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0px auto 80px;
  position: relative;
}
#sec_07 .fee_wrap ul.row > li:nth-child(3) {
  margin: 0px auto 20px;
}
@media print, screen and (min-width:768px) {
  #sec_07 .fee_wrap ul.row > li {
    margin: 0px auto 40px;
  }
}
#sec_07 .fee_wrap ul.row > li > span {
  font-size: 0.9em;
}
#sec_07 .fee_wrap ul.row > li p {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
}
#sec_07 .fee_wrap ul.row > li p strong {
  font-weight: bold;
  color: #F44336;
}
#sec_07 .fee_wrap ul.row > li h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #0F47AB;
}
#sec_07 .fee_wrap ul.row > li:after {
  content: "+";
  font-size: 40px;
  font-weight: bold;
  color: #0F47AB;
  position: absolute;
  top: inherit;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
#sec_07 .fee_wrap ul.row > li:nth-child(2):after {
  content: none;
}
@media print, screen and (min-width:768px) {
  #sec_07 .fee_wrap ul.row > li h5 {
    margin-bottom: 20px;
  }
  #sec_07 .fee_wrap ul.row > li:after {
    top: 70%;
    bottom: 0;
    right: 0;
    left: inherit;
  }
}
/*-------------------------------------------#sec_08*/
#sec_08 {
  background: #b2e0ff;
}
#sec_08 .triangle {
  border-color: #ffffff transparent transparent transparent;
}
ul#qa {
  border: 1px solid #d4d4d4;
  padding: 10px 0;
  background: #fff;
}
ul#qa li.qa {
  border: none;
  font-size: 14px;
  padding: 10px 0 0;
  margin: 0 20px;
  text-align: left;
  border-bottom: 1px dotted #15579b;
}
@media print, screen and (min-width:768px) {
  ul#qa li.qa {
    font-size: 16px;
  }
}
ul#qa li.qa div.question {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 35px 15px 65px;
  color: #15579b;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
}
ul#qa li.qa div.question::before {
  position: absolute;
  top: 14px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "Q";
  font-family: "NotoSansBold";
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background: #15579b;
}
ul#qa li.qa div.question::after {
  position: absolute;
  top: 35px;
  left: 36px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid 5px transparent;
  border-left: solid 10px #15579b;
  transform: rotate(45deg);
}
ul#qa li.qa:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
ul#qa li.qa div.question:hover {
  text-decoration: none;
}
ul#qa li.qa div.question.on::before {
  transform: rotate(135deg);
}
ul#qa li.qa > div.ans {
  position: relative;
  display: block;
  padding: 30px 20px 20px 65px;
  color: #333;
  line-height: 26px;
  background: #efefef;
  margin-bottom: 15px;
}
ul#qa li.qa > div.ans p {
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  ul#qa li.qa > div.ans p {
    font-size: 16px;
  }
}
ul#qa li.qa > div.ans::before {
  position: absolute;
  top: 12px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  content: "A";
  font-family: "NotoSansBold";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  background: #0000ff;
}
ul#qa li.qa > div.ans::after {
  position: absolute;
  top: 35px;
  left: 36px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: solid 5px transparent;
  border-left: solid 10px #0000ff;
  transform: rotate(45deg);
}
/*ひらいたときのタイトルのスタイルをあてる */
ul#qa li.qa div.question.open {
  color: #000; /*c81507*/
}
ul#qa li.qa > div.ans {
  display: none;
}
ul#qa li.qa div.question span:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: solid 2px #15579b;
  border-bottom: solid 2px #15579b;
  transform: rotate(45deg);
  transition: 0.2s;
}
ul#qa li.qa div.question.open span:after {
  transform: rotate(225deg);
  transition: 0.2s;
}
ul#qa li.qa div.ans p {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: bold;
}
ul#qa li.qa div.ans p a {
  text-decoration: underline;
  color: blue;
  transition: all 0.3s;
}
ul#qa li.qa div.ans p a:hover {
  text-decoration: none;
}