@charset "utf-8";
/* CSS Document */
#mcc_lite {
  margin-top: 0;
}
@media print, screen and (min-width:768px) {
  #mcc_lite {
    margin-top: 70px;
  }
}
#mcc_lite .container {
  margin-top: 0;
}
#mcc_lite [id^="sec_"] {
  padding-top: 50px;
  padding-bottom: 50px;
}
#mcc_lite .link_btn_area a small {
  font-size: 13px;
}
@media print, screen and (min-width:768px) {
  #mcc_lite .link_btn_area a small {
    font-size: 16px;
  }
}
#meiwaku_denwaban .pankuzu {
  width: 100%;
}
/*-----------------------------セクションタイトル*/
#mcc_lite h3 {
  margin: 20px auto 30px;
}
section[id^="sec_"] h3 {
  display: inline-block;
  padding-left: 38px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
}
@media print, screen and (min-width:768px) {
  section[id^="sec_"] h3 {
    padding-left: 45px;
    font-size: 36px;
  }
}
#sec_02 h3, #sec_03 h3, #sec_05 h3 {
  background: url("../img/mcc_lite_img/motcc_icon.png")no-repeat left center / 35px 35px;
}
@media print, screen and (min-width:768px) {
  #sec_02 h3, #sec_03 h3, #sec_05 h3 {
    background: url("../img/mcc_lite_img/motcc_icon.png")no-repeat left center / 40px 40px;
  }
}
/*---------------------------main_image*/
#mcc_lite #main_img_area {
  position: relative;
  z-index: 1;
  background-image: url("../img/mcc_lite_img/main_image_bg.png"), linear-gradient(to right, #fff 0, #e8e8e8 70%, #fff 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);
  /* padding-top: 30px; */
  transition: all 0.3s;
}
@media screen and (min-width:1200px) {
  #mcc_lite #main_img_area {
    background-position: right top;
    background-size: contain;
    color: #333;
  }
}
#mcc_lite #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) {
  #mcc_lite #main_img_area::after {
    opacity: 0;
  }
}
#mcc_lite #main_img_area h2, #mcc_lite #main_img_area p {
  position: relative;
  z-index: 3;
}
#mcc_lite #main_img_area .row {
  height: auto;
}
@media screen and (min-width:768px) {
  #mcc_lite #main_img_area .row {
    height: 500px;
  }
}
#mcc_lite #main_img_area .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #9ac5ff99;
  padding-top: 30px;
  padding-bottom: 30px;
}
#mcc_lite #main_img_area h2 {
  display: block;
  font-size: 40px;
  font-weight: 900;
  margin: 30px auto 0;
  line-height: 1em;
  text-align: center;
  color: #333;
}
#mcc_lite #main_img_area h2 img {
  max-width: 100%;
}
@media screen and (min-width:768px) {
  #mcc_lite #main_img_area h2 {
    line-height: 1.8em;
  }
  #mcc_lite #main_img_area h2 img {
    max-width: 650px;
  }
}
#mcc_lite #main_img_area p.catch_a {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #C0A000;
  padding-left: 1em;
  padding-right: 1em;
}
#mcc_lite #main_img_area p.catch_b {
  color: #003da3;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
#mcc_lite #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) {
  #mcc_lite #main_img_area p.catch_c {
    font-size: 24px;
    max-width: 55%;
  }
}
@media screen and (min-width:768px) {
  #mcc_lite #main_img_area p.catch_a {
    font-size: 24px;
  }
  #mcc_lite #main_img_area p.catch_b {
    font-size: 24px;
  }
  #mcc_lite #main_img_area p.catch_c {
    font-size: 24px;
  }
}
#mcc_lite #main_img_area p.ruby {
  color: #333;
}
/*-----------------------------セクションベース*/
[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: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
[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;
}
[id^="sec_"] figure img {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #003da6;
  max-width: 100%;
}
@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;
}
/*-----------------------------リンクボタン*/
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  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 a {
    width: 60%;
  }
}
#mcc_lite #main_img_area .link_btn_area {
  z-index: 10;
  width: 100%;
  margin: 15px auto;
}
#mcc_lite #main_img_area .link_btn_area a {
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  #mcc_lite #main_img_area .link_btn_area {
    width: 60%;
  }
}
strong {
  font-weight: bold;
  font-size: 1.1em;
}
/*-------------------------------------------#sec_01*/
#sec_01 {
  padding-top: 0;
}
#sec_01 h3 {
  text-align: center;
  padding: 0;
}
/*-------------------------------------------#sec_02*/
#sec_02 {
  background: #EBF7FD;
}
/*-------------------------------------------#sec_03*/
/*-------------------------------------------#sec_04*/
#sec_04 {
  background: #EBF7FD;
  margin-bottom: -30px;
}
#sec_04 ul.row {
  justify-content: center;
}
#sec_04 ul.row > li {
  margin-bottom: 15px;
}
#sec_04 ul.row li .panel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #003da3;
  border-radius: 6px;
}
#sec_04 ul.row li .panel_wrap a {
  background: #fff;
  color: #333;
  border: 2px solid #ffffff;
  border-radius: 6px;
  box-shadow: 1px 1px 3px #999;
  padding: 20px;
  transition: all 0.5s;
}
#sec_04 ul.row li .panel_wrap a img {
  transition: all 0.5s;
}
#sec_04 ul.row li .panel_wrap a:hover {
  background: #eef6ff;
  border: 2px solid #003da3;
}
#sec_04 ul.row li .panel_wrap a:hover img {
  transform: rotate(5deg);
  opacity: 1;
}
#sec_04 ul.row li .panel_wrap img {
  margin-bottom: 15px;
  width: 200px;
}
#sec_04 h5 {
  font-size: 22px;
  color: #003da3;
}
#sec_04 h5 strong {
  font-weight: bold;
  color: #0660c5;
}
#sec_04 ul.row li .panel_wrap p {
  font-size: 16px;
}