@charset "utf-8";
.ttl{
  margin-bottom: 40px;
  text-align: center;
}
.ttl_box p{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .ttl{
  margin-bottom: 20px;
}
  .ttl_box p{
  font-size: 1.4rem;
  margin-bottom: 20px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	opening	*/
/*-------------------------------------*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-image: url("../images/bg_opning.png");
  z-index:1000;
  display: flex;
  align-items: center;
}
 #opening .op_img{
  font-weight: 900;
   font-family: "MuseoModerno", sans-serif;
   color: #FFFFFF;
   margin: 0 auto;
   width: 80%;
   text-align: center;
   position: relative;
}
#opening .op_img span.count{
  font-weight: 900;
   font-size: 30.0rem;
   padding-right: 0.7em;
}
#opening .op_img span.temp{
  font-weight: 900;
  font-size: 19.0rem;
  max-width: 190px;  
      position: absolute;
    bottom: 10%;
    right: calc( 50% - 2em );
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    vertical-align: bottom;
    line-height: 1;
    display: inline-block;
}
@media screen and (max-width: 768px) {
 #opening .op_img{
}
#opening .op_img span.count{
   font-size: 13.0rem;
}
#opening .op_img span.temp{
   font-size: 7.0rem;
    max-width: 68px; 
    bottom: 15%;
    right: calc( 50% - 2.1em );
}
}


.bg{
  background-image: url(../images/index/bg_doted.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
#main_area {
  width: 100%;
  height: 100vh;
  position: relative;
}
#main_area::before {
  content: "";
  background-image: url("../images/bg_main.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.blank{
    width: 100%;
  height: 100vh;
}
#main_area h2 {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    opacity: 0;
    animation: late-open 0.5s ease-in 3.5s forwards;
}
@keyframes late-open {
  to {
    opacity: 1;
  }
}
a#scroll{
 z-index: 1;
 position: absolute;
 left: 2%;
 bottom: 10%;
 display: block;
 width: 15px;
}
a#scroll ul{
  text-align: center;
  margin-top: 10px;
}
a#scroll ul li{
  position: relative;
}
a#scroll ul li::before{
  content: "";
  width: 10px ;
  height: 10px;
  background-color: #2D70BE;
  border-radius: 50px;
  display: inline-block;
}
a#scroll ul li:first-child::before{
  animation: blinking 1s ease-in-out infinite alternate;
}
@keyframes blinking {
   0% {
   opacity: 0;
   }
   100% {
   opacity: 1;
   }
}
#bt_contact{
  position: fixed;
  right: 5%;
  top: 5%;
  width: 180px;
  height: 180px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #main_area::before {
  background-image: url("../images/bg_main_sp.png");
}
  #bt_contact{
  width: 60px;
  height: 60px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	#sec01	*/
/*-------------------------------------*/
#sec01 {
  position: relative;
  background-image: url("../images/bg_wave-b.svg");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
    z-index: 1;
    padding-top: 90px;
}
#sec01::before {
  content: "";
  width: 100%;
  height: calc( 100% - 150px );
  background-image: url("../images/bg_sec01.png");
  background-position: center top;
    background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#sec01 h2{
  text-align: center;
  margin-bottom: 25px;
}
#sec01 ul{
  max-width: 820px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#sec01 h3{
  text-align: center;
  margin-bottom: 25px;
}
#sec01 .caption{
  font-size: 2.0rem;
  line-height: 2;
  text-align: center;
}
.sld_wrap{
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
#sec01 {
  position: relative;
  background-image: url("../images/bg_wave-b_sp.svg");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
    z-index: 1;
    padding-top: 90px;
}
#sec01::before {
  content: "";
  width: 100%;
  height: calc( 100% - 70px );
  background-image: url("../images/bg_sec01_sp.png");
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#sec01 ul{
  max-width: 820px;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
#sec01 ul li{
  width: calc( 100% / 2 - 20px);
}
#sec01 ul li:nth-child(3){
  margin-top: -10px;
}
#sec01 .caption{
  font-size: 1.4rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	#sec02	*/
/*-------------------------------------*/
#sec02 {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.reason_box{
  background-color: #EAF1F8;
  border-radius:  20px;
  padding:45px;
    box-shadow : 0px 5px 0px rgba(76, 73, 72, 0.5);
  width: calc( 100% - 50px );
  margin: 0 0 40px auto;
}
.reason_box dl{
  display: flex;
  position: relative;
}
.reason_box dl dd{
  position: relative;
}
.reason_box dl h3{
  margin-bottom: 20px;
}
.reason_box dl p{
  font-size: 2.0rem;
}
.reason_box dl p span{
  font-weight: 700;
  color: #2D70BE;
}
.reason_box dl p.caption{
  font-size: 1.2rem;
  color: #706D6D;
}
/* r1 */
.reason_box.r1 dl{
  flex-direction: row-reverse;
    padding-top: 80px;
}
.reason_box.r1 dl dt{
  max-width: 610px;
  width: 100%;
  position: relative;
}
.reason_box.r1 dl dt .snow{
  position: absolute;
  -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.reason_box.r1 dl dd{
  width: 100%;
  max-width: 270px;
  padding-right: 20px;
  position: relative;
}
.reason_box.r1 dl dd .fukidashi{
  position: absolute;
  left: -100px;
  top: -90px;
}
/* r2 */
.reason_box.r2 dl{
}
.reason_box.r2 dl dt{
  max-width: 380px;
  width: 100%;
}
.reason_box.r2 dl dd{
  width: 100%;
  max-width: 510px;
  padding-left: 20px;
}
.reason_box.r2 dl dd .fukidashi{
  position: absolute;
  left: -100px;
  top: -10px;
}
.reason_box.r2 dl dd h3{
  padding-left: 110px;
}
/* r3 */
.reason_box.r3 dl{
  flex-direction: row-reverse;
}
.reason_box.r3 dl dt{
  max-width: 380px;
  width: 100%;
}
.reason_box.r3 dl dd{
  width: 100%;
  max-width: 510px;
  padding-right: 20px;
}
.reason_box.r3 dl dd .fukidashi{
  position: absolute;
  left: -100px;
  top: -10px;
}
.reason_box.r3 dl dd h3{
  padding-left: 130px;
}

@media screen and (max-width: 991px) {
  .reason_box{
  padding:45px;
  width: 100%;
  margin: 0 auto 40px auto;
}
.reason_box dl p{
  font-size: 2.0rem;
}
.reason_box dl p.caption{
  font-size: 1.2rem;
  color: #706D6D;
}
.reason_box dl dd .fukidashi{
  max-width: 300px;
  width: 50%;
  margin-bottom: 10px;
}
/* r1 */
.reason_box.r1 dl{
  flex-direction: column-reverse;
  padding-top: 0;
}
.reason_box.r1 dl dt{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.reason_box.r1 dl dd{
  width: 100%;
  max-width: 700px;
  padding-right: 0;
  margin-bottom: 20px;
}
.reason_box.r1 dl dd .fukidashi{
  position: relative;
  left: auto;
  top: auto;
}
/* r2 */
.reason_box.r2 dl{
  flex-direction: column-reverse;
}
.reason_box.r2 dl dt{
  max-width: 700px;
  width: 100%;
  text-align: center;
}
.reason_box.r2 dl dd{
  width: 100%;
  max-width: 700px;
  padding-left: 0;
   margin-bottom: 20px;
}
.reason_box.r2 dl dd .fukidashi{
  position: relative;
  left: auto;
  top: auto;
}
.reason_box.r2 dl dd h3{
  padding-left: 0;
}
/* r3 */
.reason_box.r3 dl{
  flex-direction: column-reverse;
}
.reason_box.r3 dl dt{
  max-width: 700px;
  width: 100%;
  text-align: center;
}
.reason_box.r3 dl dd{
  width: 100%;
  max-width: 700px;
  padding-right: 0;
   margin-bottom: 20px;
}
.reason_box.r3 dl dd .fukidashi{
  position: relative;
  left: auto;
  top: auto;
}
.reason_box.r3 dl dd h3{
  padding-left: 0;
}
}
@media screen and (max-width: 768px) {
    .reason_box{
  padding:25px;
  width: 100%;
  margin: 0 auto 20px auto;
}
}
@media screen and (max-width: 550px) {
  .reason_box dl p{
  font-size: 1.4rem;
}
.reason_box dl p.caption{
  font-size: 1.2rem;
}
}
/*-------------------------------------*/
/*	#type	*/
/*-------------------------------------*/
#type {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
/* タブ */
.tab-list {
  display: flex;
  justify-content: space-between;
}
.tab-item {
  width: 50%;
  padding: 20px 5px;
  border-radius: 20px 20px 0 0;
  background-color: #e28194;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: .4s ease-in-out;
  font-size: 3.0rem;
  margin-top: 0;
}
.tab-item span{
font-weight: 700;
  font-size: 2.0rem;
}
.tab-item {
 
}

/* タブをクリックした時 ホバーした時 */
.tab-item.is-active {
      margin-top: -10px;
     padding-top: 30px;
}
.tab-item:first-child {
  background-color: #2D70BE;
}
.tab-item:nth-child(2) {
  background-color: #CEDA00;
}
.tab-item:first-child:hover {
  background-color: #2D70BE;
}
.tab-item:nth-child(2):hover {
  background-color: #CEDA00;
}
.tab-item:first-child.is-active {

}
.tab-item:nth-child(2).is-active {

}


/* パネル */
.panel-list {

}

.panel-item {
  display: none;
  width: 100%;
  padding: 40px 20px;
  background-color: #fff;
}
.panel-item:first-of-type.is-active {
  display: block;
  animation: panel-show .5s ease-in-out forwards;
  border: 10px solid #2D70BE;
  border-radius: 0 0 20px 20px;
}
.panel-item:nth-of-type(2).is-active {
  display: block;
  animation: panel-show .5s ease-in-out forwards;
  border: 10px solid #CEDA00;
  border-radius: 0 0 20px 20px;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-item dl{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.panel-item dl dt{
  width: 48%;
}
.panel-item dl dd{
  width: 48%;
}
.panel-item dl dd h3{
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .panel-item dl{
  flex-direction: column-reverse;
}
.panel-item dl dt{
  width: 100%;
  text-align: center;
}
.panel-item dl dd{
  width: 100%;
  margin-bottom: 20px;
}
.panel-item dl dd h3{
  text-align: center;
}
}
@media screen and (max-width: 768px) {

  .tab-item {
  width: 50%;
  padding: 20px 5px;
  font-size: 1.8rem;
}
.tab-item span{
font-weight: 700;
  font-size: 1.2rem;
  display: block;
}
  .tab-item.is-active {
      margin-top: -5px;
     padding-top: 25px;
}
  .panel-item:first-of-type.is-active {
  border: 5px solid #2D70BE;
}
.panel-item:nth-of-type(2).is-active {
  border: 5px solid #CEDA00;
}
  .panel-item {
    padding: 20px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	works	*/
/*-------------------------------------*/
#works{
  background-color: #2D70BE;
  z-index: 1;
  position: relative;
}
#works .ttl_box p{
  color: #FFFFFF;
}
.works_box{
  max-width: 460px;
}
.works_box img{
  border: 4px solid #FFFFFF;
  border-radius: 25px;
  overflow: hidden;
}
.works_box p{
  color: #FFFFFF;
    padding-top: 15px;
  line-height: 1.5;
}
/* slide */
.works_sld {
  margin-bottom: 50px;
}
.works_sld .slick-slide {
  margin: 20px;
  text-align: center;
}
.works_sld .slick-next {
  right: -40px;
  z-index: 1;
}
.works_sld .slick-prev {
  left: -40px;
  z-index: 1;
}
.works_sld .slick-prev, .works_sld .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.works_sld .slick-prev:before, .works_sld .slick-next:before {
  font-family: none;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
}
.works_sld .slick-prev:before {
  background-image: url("../images/sld_l.png");
}
.works_sld .slick-prev:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
}
.works_sld .slick-next:before {
  background-image: url("../images/sld_r.png");
}
.works_sld .slick-next:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .works_sld .slick-next {
  right: 0;
  z-index: 1;
}
.works_sld .slick-prev {
  left: 0;
  z-index: 1;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	faq	*/
/*-------------------------------------*/
.bg_works{
  width: 100%;
  height: 400px;
  background-image: url("../images/bg_works.jpg");
  background-position: center;
background-size: cover;
  position: relative;
  z-index: 1;
}
.bg_works::before{
  content: "";
  width: 100%;
  height: 90px;
    background-image: url("../images/bg_wave-w.svg");
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
#faq{
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
#faq .ttl{
  margin-top: -45px;
  z-index: 1;
}
.qa_box dl {
  margin-bottom: 30px;
}
.qa_box dl:last-of-type {
  margin-bottom: 0;
}
.qa_box dl dt {
  padding: 0.8em 50px 0.8em 80px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
  font-size: 1.8rem;
  background-color: #EFEFEF;
  border-radius: 50px;
}
.qa_box dl dt::before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("../images/faq_q.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dt::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/faq_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 1.0s;
}
.qa_box dl dt.on::after {
  background-image: url("../images/faq_up.svg");
}
.qa_box dl dd {
  padding: 1.5em 1em 1em 60px;
  line-height: 1.5;
  position: relative;
}
.qa_box dl dd p:not(:last-of-type) {
  margin-bottom: 30px;
}
.qa_box dl dd::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/faq_a.svg");
  background-repeat: no-repeat;
  background-position: center;
   background-size: contain;
  position: absolute;
  left: 10px;
  top: 20px;
}
.qa_box .submenu {
  display: none;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .bg_works{
  width: 100%;
  height: 300px;
  background-image: url("../images/bg_works_sp.jpg");
}
.bg_works::before{
  content: "";
  width: 100%;
  height: 90px;
    background-image: url("../images/bg_wave-w_sp.svg");
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
  .qa_box dl dt {
  padding: 0.8em 50px 0.8em 70px;
  font-size: 1.4rem;
}
.qa_box dl dt::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/faq_q.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.qa_box dl dt::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/faq_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 1.0s;
}
.qa_box dl dt.on::after {
  background-image: url("../images/faq_up.svg");
}
.qa_box dl dd {
  padding: 1.5em 1em 1em 60px;
  line-height: 1.5;
  position: relative;
  font-size: 1.4rem;
}
.qa_box dl dd p:not(:last-of-type) {
  margin-bottom: 30px;
}
.qa_box dl dd::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/faq_a.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 20px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/

a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 25px);
}
.col-3_list .col_box {
  max-width: 290px;
  width: calc(100% / 3 - 25px);
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-3_list {
    gap: 30px 10px;
    flex-direction: column;
  }
  .col-3_list .col_box {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {

}

/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
#page main{
  padding-top: 160px;
}
#contact{
  background-image: url("../images/bg_contact.png");
  background-size: cover;
  position: relative;
  z-index: 1;
}
#contact .content{
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 110px 40px 40px 40px;
  position: relative;
}
#contact .content .c_mark{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.form_area {}
.form_area table {
  width: 100%;
   border-top: 1px solid #B7B6B6;
}
.form_area table th {
  vertical-align: middle;
  line-height: 1.5;
  width: 30%;
  font-size: 1.8rem;
  font-weight: 700;
}
.form_area table th, .form_area table td {

}
.form_area table th{
  padding: 1em 0.5em 1em 0;
  border-bottom: 1px solid #B7B6B6;
}
 .form_area table td {
  padding: 1em 0 1em 0.5em;
  border-bottom: 1px solid #B7B6B6;
}
 .form_area table td p{
  padding: 0.7em;
  line-height: 1.5;
}
.submit_btn_wrap {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
ul.submit2_btn_wrap li {
  width: 45%;
}
.submit_btn {
  width: 100%;
  max-width: 420px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em;
  line-height: 1;
  text-decoration: none !important;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  font-size: 2.4rem;
  background: #90e8ff;
  color: #2D70BE;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  border: none;
}
.submit_btn:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.back_btn {
  width: 100%;
  max-width: 420px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em;
  line-height: 1;
  text-decoration: none !important;
  font-size: 2.4rem;
  background: #b1b1b1;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  border: none;
}
.back_btn:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.privacy_box {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #DFEAF5;
  border-radius: 10px;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.privacy_inner h5{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2D70BE;
}
.consent_check_wrap {
	margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
}
.form_area .consent_check_wrap label{
  margin-bottom: 0;
}
.consent_check_wrap p a {
  text-decoration: underline;
	color:  #0071bc;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #707070;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  line-height: 1.5;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
 margin: 5px 10px 5px 0;
  font-size: 100%;
  font-weight: 700;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #page main{
  padding-top: 80px;
}
  #contact .content{
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 80px 20px 40px 20px;
  position: relative;
}
#contact .content .c_mark{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 90px;
}
  .form_area table {
    width: 100%;
  }
  .form_area table th {
    width: 100%;
    display: block;
    padding: 1em 0 0 0;
    text-align: left;
    border-bottom: none;
    font-size: 1.6rem;
  }
  .form_area table td {
    width: 100%;
    display: block;
    padding: 1em 0;
  }

  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap {
  position: relative;
  width: 90%;
  max-width: 700px;
}
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  .submit_btn,.back_btn {
    font-size: 1.6rem;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
  .privacy_inner {
  font-size: 1.4rem;
}
.privacy_inner h5{
  font-size: 1.6rem;
}
}