@charset "utf-8";
/* CSS Document */
#reception {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #reception {
    font-size: 18px;
  }
}
/*-----------------------------共通項目*/
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
/*-----------------------------下矢印三角形*/
.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;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------セクションベース*/
[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;
}
@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;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.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;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.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%;
  }
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 20px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
  width: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
ul.row > li .panel_wrap p {
  font-size: initial;
  line-height: 1.8em;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
p.catch_tx {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px auto;
  color: #038d92;
}
p.catch_tx a {
  color: #3366ff;
  text-decoration: underline;
}
/*-----------------------------ボタン上コメント*/
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;
}
/*-----------------------------アーティクルBOX*/
[class^="art_"], [class*=" art_"] {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------main_image*/
#main_img_area {
  padding: 0px 10px 0px;
  background: url("../img/rec_text_img/main_image_bg.jpg") no-repeat top center / cover;
  height: auto;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    padding: 70px 0 0;
    height: auto;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area {
    height: 550px;
  }
}
section#main_img_area ul.row {
  justify-content: center;
  align-items: center;
  height: auto;
}
@media print, screen and (min-width:992px) {
  section#main_img_area ul.row {
    height: 480px;
  }
}
section#main_img_area ul.row li .tit_wrap {
  padding: 30px 15px;
  background: #ffffffc9;
  margin-top: 0;
  margin-right: 0px;
}
@media print, screen and (min-width:992px) {
  section#main_img_area ul.row li .tit_wrap {
    margin-right: 12%;
  }
}
section#main_img_area ul.row li:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}
section#main_img_area ul.row li h2 {
  font-size: 30px;
  font-weight: 900;
  color: #0051bf;
  line-height: 150%;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  section#main_img_area ul.row li h2 {
    font-size: 44px;
    line-height: 200%;
  }
}
section#main_img_area ul.row li img {
  padding-right: 0%;
  padding-top: 0px;
}
@media print, screen and (min-width:768px) {
  section#main_img_area ul.row li img {
    padding-top: 50px;
    padding-left: 7%;
  }
}
section#main_img_area ul.row li a {
  background: #ff3366;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 12px;
  text-decoration: none;
  max-width: 500px;
  margin: 10px auto;
  font-size: 1.2em;
  transition: 0.3s;
}
section#main_img_area ul.row li a:hover {
  background: #fff;
  border: 2px solid #ff3366;
  color: #ff3366;
  transition: 0.3s;
}
section#main_img_area ul.row li p.catch {
  color: #0c0c0c;
  display: inline;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #efff1d 60%);
}
/*-----------------------------#sec_01*/
#sec_01 {
  background: #fff;
  padding-top: 0;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
}
#sec_01 p span {
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
  margin: auto 0.2em;
}
/*-----------------------------#sec_02*/
#sec_02 {
  background: #dbefff;
}
#sec_02 ul.row {
  justify-content: center;
}
#sec_02 ul.row > li .panel_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column wrap;
  position: relative;
}
#sec_02 ul.row > li .panel_wrap h5 {
  color: #0660c5;
}
#sec_02 ul.row > li .panel_wrap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #3F51B5 transparent transparent transparent;
}
/*-----------------------------#sec_03*/
#sec_03 {
  background: #fff;
}
#sec_03 ul.row {
  justify-content: center;
}
#sec_03 ul.row > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column wrap;
}
#sec_03 ul.row > li .panel_wrap {
  padding: 15px;
  border: 1px solid #0660c5;
}
@media print, screen and (min-width:768px) {
  #sec_03 ul.row > li .panel_wrap {
    padding: 30px;
  }
}
#sec_03 ul.row > li .panel_wrap h5 {
  background: #0660c5;
  padding: 10px;
  color: #fff
}
/*-----------------------------#sec_04*/
#sec_04 {
  background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
}
#sec_04 h3, #sec_04 p {
  color: #fff;
}
#sec_04 img {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0px;
}
@media print, screen and (min-width:768px) {
  #sec_04 img {
    margin-bottom: 30px;
  }
}
/*-----------------------------#sec_05*/
#sec_05 ul.row {
  justify-content: center;
  padding: 10px;
}
#sec_05 ul.row > li {
  padding: 0 5px;
}
#sec_05 ul.row > li .panel_wrap {
  display: flex;
  justify-content: space-space-around;
  align-items: center;
  flex-flow: column wrap;
  padding: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row > li {
    padding: 0 10px;
  }
  #sec_05 ul.row > li .panel_wrap {
    padding: 20px;
  }
}
#sec_05 ul.row > li a .panel_wrap {
  border: 1px solid #1c738b;
}
#sec_05 ul.row > li a:hover .panel_wrap {
  background: #e9faff;
  transition: 0.3s;
}
#sec_05 ul.row > li a:hover .panel_wrap img {
  transform: rotate(5deg);
  opacity: 1;
  transition: 0.3s;
}
#sec_05 ul.row > li .panel_wrap img {
  width: 100px;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row > li .panel_wrap img {
    width: 200px;
  }
}
#sec_05 ul.row h5 {
  font-size: 16px;
  color: #1c738b;
}
#sec_05 ul.row p {
  color: #666;
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row h5 {
    font-size: 18px;
  }
  #sec_05 ul.row p {
    font-size: 16px;
  }
}
/*-----------------------------#sec_06*/
#sec_06 {
  background: transparent linear-gradient(307deg, #147bd1 0%, #56b7e6 100%);
}
#sec_06 h3 {
  color: #fff;
}
#sec_06 p {
  color: #fff;
}
#sec_06 ul.row {
  background: #fff;
  padding: 40px 20px;
  margin: 5px;
}
#sec_06 ul.row p {
  color: #666;
}
/*-----------------------------#sec_07*/
#sec_07 table {
  width: 100%;
  margin: 30px auto;
  border: 3px solid #fff
}
#sec_07 table tr {
  background: #b8dbff;
}
#sec_07 table tr:nth-child(even) {
  background: #fff;
}
#sec_07 table tr th, #sec_07 table tr td {
  padding: 10px;
  text-align: center;
  border-right: 1px dotted #afafaf
}
#sec_07 table tr th {
  padding: 15px 10px;
  border-right: 1px solid #fff;
  background: #003da3;
  font-weight: bold;
  color: #fff;
}
#sec_07 a {
  text-decoration: underline;
  color: #003da3
}
/*-----------------------------#sec_08*/
#sec_08 {
  background: #dbefff;
  margin-bottom: -30px;
}