﻿@charset "utf-8";

/* page_name
-------------------------------------------------------------------*/
body.home .visula{
    position:relative;
    background:url(../img/img_mv.jpg) no-repeat;
    background-position:50% 50%;
    background-size:cover;
    height:886px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10%;
    box-sizing: border-box;
    z-index: 0;
}
body.home .visula h1{
    text-align:left;
    color:#fff;
    font-size:65px;
    font-weight: 500;
    line-height:1.2;
    text-shadow: 0 0 5px #000d21,0 0 8px #000d21;
}
body.home .visula h1 .sub_txt{
    font-size:50px;
}
body.home .visula h1 .txt_ylw{
    color:#ffd22d;
}
main{
	margin-bottom: 0;
	overflow: hidden;
}
.chat_button_group{
	position: fixed;
	bottom: 160px;
	right: 15px;
	z-index: 99;
	opacity: 1;
	transition: 0.4s;
}
.chat_button{
	background: transparent;
	cursor: pointer;
	border: none; 
	outline: none;
}
.inner_button_group{
	position: relative;
	text-align: right;
}
.chat_button:hover{
	opacity: 0.9;
}
.chat_close_button{
	position: absolute;
	top: 0;
	right: 0;
	border: none; 
	outline: none;
	background: transparent;
	cursor: pointer;
	z-index: 999;
}
.chat_bar{
	width: 420px;
	position: absolute;
	bottom: -60px;
	right: 10px;
	background: #29407d;
	color: #fff;
	font-size: 14px;
	padding: 10px 25px 50px 25px;
	border-radius: 15px;
	transition: ease-out 0.3s;
	z-index: 1;
}
.chat_bar_view{
	bottom: -13px;
}

.point_wrap{
    overflow:hidden;
	position: relative;
}
.point_wrap .point_tit{
    font-size:40px;
    font-weight:bold;
    text-align:center;
    margin-bottom: 40px;
}
.point_wrap .point_detail {
    position:relative;
    max-width:580px;
    padding: 60px 0 180px;
}
.point_wrap .point_detail .point_detail_txt{
    position:relative;
    display: inline-block;
    font-size:20px;
    font-weight:bold;
    color:#fff;
    line-height:1;
    background:#eb8002;
    border-radius:20px;
    padding: 5px 40px;
    box-sizing:border-box;
    margin-bottom: 30px;
}
.point_wrap .point_detail .point_detail_txt:before{
    position:absolute;
    display:inline-block;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #eb8002 transparent transparent;
    bottom: -20px;
}
.point_wrap .point_detail .point_detail_tit{
    font-size:28px;
    font-weight:500;
    margin-bottom: 20px;
}
.point_wrap .point_detail .point_detail_tit span{
    font-size:34px;
    font-weight:bold;
    color:#eb8002;
}
.point_wrap .point_detail .img_wrap{
    position:absolute;
    top: 0;
    bottom: 0;
    right: -140%;
    margin: auto;
}
.point_wrap .point_detail .txt{
    line-height: 1.8;
}
.point_wrap .point_detail.point_blu{
    margin-right:0;
    margin-left: auto;
} 
.point_wrap .point_detail.point_blu .point_detail_txt{
    background:#4367c7;
}
.point_wrap .point_detail.point_blu .point_detail_txt:before{
    border-color: transparent #4367c7 transparent transparent;
}
.point_wrap .point_detail.point_blu .img_wrap{
    left: -140%;
    right:auto;
}
.point_wrap .point_detail.point_blu .point_detail_tit span{
    color:#4367c7;
}
.contact_wrap .contact_items{
    border-radius:10px;
    padding:15px;
	background: rgb(247,151,30);
	background: -moz-linear-gradient(45deg, rgba(247,151,30,1) 0%, rgba(255,210,0,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(247,151,30,1) 0%, rgba(255,210,0,1) 100%);
	background: linear-gradient(45deg, rgba(247,151,30,1) 0%, rgba(255,210,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7971e",endColorstr="#ffd200",GradientType=1);
    box-sizing:border-box;
    box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.2);
}
.contact_wrap .contact_items .contact_tit{
    position:relative;
    font-size:34px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    margin-bottom:10px;
}
.contact_wrap .contact_items .contact_tit span{
    position:relative;
    display:inline-block;
    padding:0 40px;
}
.contact_wrap .contact_items .contact_tit span:before,
.contact_wrap .contact_items .contact_tit span:after{
    position:absolute;
    display:inline-block;
    content:"";
    width:28px;
    height:45px;
    background: url(../img/dec_consultation_l.png) no-repeat;
    left: 0;
}
.contact_wrap .contact_items .contact_tit span:after{
    background-image:url(../img/dec_consultation_r.png);
    right:0;
    left:auto;
}
.contact_wrap .contact_items .contact_detail{
    background:#fff;
    border-radius:10px;
    text-align:center;
    padding: 20px;
    box-sizing: border-box;
}
.contact_wrap .contact_items .contact_detail .contact_links{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    margin-bottom: 20px;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l,
.contact_wrap .contact_items .contact_detail .contact_links .links_r{
    max-width:400px;
    padding:10px 25px;
    box-sizing:border-box;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l .tel_tit,
.contact_wrap .contact_items .contact_detail .contact_links .links_r .form_tit{
    margin-bottom:15px;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l .tel_tit span,
.contact_wrap .contact_items .contact_detail .contact_links .links_r .form_tit span{
    font-size:18px;
    font-weight:bold;
    padding-left:20px;
    background-position:left center;
    background-repeat:no-repeat;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l .tel_tit span{
    background-image:url(../img/icon_tel_ylw.png);
}
.contact_wrap .contact_items .contact_detail .contact_links .links_r .form_tit span{
    padding-left:35px;
    background-image:url(../img/icon_contact_ylw.png);
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l{
    border-right:1px solid #282828;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l .tel_link{
    display:block;
    font-size:45px;
    font-weight:bold;
    color:#51ad0a;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l .tel_link:hover{
    text-decoration:none;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l .details{
    font-size:14px;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_l .details span{
    font-weight:bold;
    color:#fff;
    background:#51ad0a;
    border-radius:5px;
    display:inline-block;
    padding:2px 10px;
    margin-right:5px;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_r .contact_btn a{
    display:block;
    background:#4367c7;
    border:2px solid #4367c7;
    padding:15px 60px;
    border-radius:35px;
    box-sizing:border-box;
    transition: background .4s;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_r .contact_btn a:hover{
    background:#b3c8ff;
}
.contact_wrap .contact_items .contact_detail .contact_links .links_r .contact_btn a span{
    display:inline-block;
    background:url(../img/icon_contact_wht.png) no-repeat;
    background-position: left center;
    padding:5px  0 5px 35px;
    color:#fff;
    font-weight:bold;
}
.support_contents{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	min-width: 1200px;
	position: relative;
	z-index: 99;
	margin: auto;
	margin-top: -100px;
	box-sizing: border-box;
}
.support_card{
	width: 32%;
	background: #fff;
	box-shadow: 0px 0 8px rgba(0,0,0,0.3);
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
}
.support_card::before{
	content: "";
	position: absolute;
	background-image: url("../img/icon_support.png");
	background-repeat: no-repeat;
	top: -30px;
	left: -30px;
	background-size: contain;
	width: 99px;
	height: 129px;
}
.last_card::before{
	display: none;
}
.support_img{
	border-bottom: solid 5px #ffd22d; 
}
.support_card img{
	width: 100%;
	height: auto;
}
.support_list{
	display: inline-block;
	color: #282828;
	background: #ffd22d;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 55px;
	margin: auto;
	border-radius: 30px;
	transform: translateY(-50%);
}
.support_list span{
	vertical-align: middle;	
}
.support_list span:last-child{
	font-size: 31px;
}
.support_text{
	font-size: 22px;
	color: #282828;
	text-align: center;
	padding: 0 5px 25px 5px;
}
.support_text span{
	font-size: 28px;
	font-weight: bold;
	color: #4367c7;
}
.plan_wrap{
	background: url("../img/bg_plan.png") no-repeat;
	background-size: cover;
	padding: 60px 0 80px 0;
	margin-bottom: 80px;
}
.plan_wrap h2,
.caution_wrap h2{
	display: inline-block;
	font-size: 28px;
	color: #282828;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
}
.plan_wrap h2::before{
	position: absolute;
	content: "";
	background: url("../img/dec_plan_l.png") no-repeat;
	width: 27px;
	height: 33px;
	top: 0;
	left: -25px;
}
.plan_wrap h2::after{
	position: absolute;
	content: "";
	background: url("../img/dec_plan_r.png") no-repeat;
	width: 27px;
	height: 33px;
	top: 0;
	right: -25px;
}
.caution_wrap h2::before{
	position: absolute;
	content: "";
	background: url("../img/dec_plan_l2.png") no-repeat;
	background-size: contain;
	width: 28px;
	height: 45px;
	top: -5px;
	left: -36px;
}
.caution_wrap h2::after{
	position: absolute;
	content: "";
	background: url("../img/dec_plan_r2.png") no-repeat;
	background-size: contain;
	width: 28px;
	height: 45px;
	top: -5px;
	right: -36px;
}
.plan_wrap_box{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto 115px;
}
.plan_flex{
	display: flex;
	justify-content: space-between;
}
.plan_left{
	max-width: 820px;
	width: 68%;
}
.plan_wrap .comparison_list{
	display: flex;
	color: #282828;
	font-size: 22px;
	font-weight: bold;
}
.plan_wrap .comparison_list dt{
	width: 20%;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	background-color: #ffd22d;
	border-radius: 5px;
	margin: 0 5px 5px 0;
}
.plan_wrap .comparison_list dd,
.plan_wrap .upf_dl dd{
	width: 38%;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	font-size: 24px;
}
.plan_wrap .upf_dl dd{
	font-size:30px;
}
.plan_wrap .upf_dl dl::after{
	display: none;
}
.plan_wrap .upf_dl dd,
.plan_wrap .tittle dd{
	margin: 0 0 5px 0;
}
.plan_wrap_text{
	font-size: 12px;
	text-align: left;
	margin-top: -50px;
}
.blue_mark{
	font-size: 31px;
	color: #4367c7;
	font-weight: 1000;
}
.icon_skull{
	display: inline-block;
	width: 36px;
	vertical-align: baseline;
}
.orange_mark{
	font-size: 31px;
	color: #eb8002;
	font-weight: 1000;
}
.red_mark{
	font-size: 31px;
	color: #f30000;
	font-weight: 1000;
}
.cmparison_text{
	font-size: 14px;
	color: #282828;
	font-weight: normal;
}
.cmparison_text span{
	color: #f30000;
}
.upf_list .cmparison_text{
	font-weight:bold;
}
.cmparison_text_middle{
	font-size: 18px;
}
.upf_dl{
	width: 32%;
	max-width: 360px;
	background-color: #4367c7;
	padding: 0 20px 55px;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
}
.plan_wrap .upf_dl dd{
	width: 100%;
}
.upf_dl .tittle{
	color: #fff;
}
.plan_wrap .upf_dl dt{
	display: none;
}
.plan_wrap .tittle dt,
.plan_wrap .tittle dd{
	background-color: transparent;
}
.plan_flex p{
	font-size: 12px;
	text-align: left;
}
.bg_white_box{
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	position: relative;
}
.text_b{
	font-size: 28px;
}
.bg_white_box::before{
	position: absolute;
	background: url("../img/icon_right.png") no-repeat;
	content: "";
	top:-53px;
	right: -31px;
	width: 53px;
	height: 52px;
}
.inner_plan_wrap{
	width: 1000px;
	min-width: 1000px;
	box-sizing: border-box;
	margin: auto;
}
.inner_bg_white_box{
	border: solid 3px #ffd22d;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
}
.inner_bg_white_box::before{
	position: absolute;
	content: "";
	background: url("../img/img_plan.png");
	width: 267px;
	height: 260px;
	bottom: -8px;
	right: 0;
}
.inner_bg_white_box p{
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
.inner_bg_white_box p:nth-child(2){
	font-size: 18px;
	margin-top: 20px;
}
.inner_bg_white_box p:last-child{
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}
.inner_bg_white_box .marker,
.message_left_box .marker{
	background: linear-gradient(transparent 60%, #ffd22d 60%);
}
.caution_wrap{
	background: #ececec;
	margin-top: 80px;
	padding: 0 0 75px 0;
}
.caution_wrap h2{
	margin-top: 70px;
	margin-bottom: 20px;
}
.caution_wrap .caution_tittle{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
}
.caution_flex{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}
.caution_card{
	width: 32%;
}
.caution_card img{
	width: 100%;
	height: auto;
}
.caution_card p{
	font-size: 22px;
	text-align: left;
}
.caution_card p span{
	font-size: 28px;
	font-weight: bold;
}
.caution_card p:first-child{
	padding-bottom: 20px;
}
.caution_card p:nth-child(2){
	padding-bottom: 30px;
}
.caution_card p:last-child{
	font-size: 16px;
	line-height: 1.8;
}
.caution_card .text-center{
	text-align: center;
}
.introduction_wrap::before{
	content: "";
	background-image: url("../img/bg_blue.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}
.introduction_wrap{
	position: relative;
	background-color: #4d8af5;
	padding-bottom: 70px;
}
.introduction_wrap h2{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	padding-top: 95px;
	margin-bottom: 80px;
}
.introduction_wrap h2 span{
	color: #ffd22d;
	position: relative;
}
.introduction_wrap h2 span::before{
	content: "";
	position: absolute;
	background: url("../img/dec_examiner.png") no-repeat;
	background-size: contain;
	bottom: -20px;
	left: 0;
	width: 180px;
	height: 27px;
}
.introduction_card{
	width: 1000px;
	min-width: 1000px;
	background: #fff;
	margin:0 auto 20px;
	border-radius: 10px;
	text-align: left;
}
.introduction_inner_card{
	display: flex;
	padding: 30px 0;
	margin: 0 50px 30px 50px;
	border-bottom: solid 1px #e0e0e0;
}
.introduction_inner_card_right{
	margin-left: 30px;
}
.introduction_card_tittle{
	font-size: 28px;
	color: #4367c7;
	font-weight: bold;
	margin-bottom: 20px;
}
.introduction_inner_card_right p:last-of-type{
	line-height:1.8;
}
.introduction_text{
	font-size: 16px;
	padding: 0 60px 30px 60px;
	line-height: 1.8;
}
.introduction_wrap h3{
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	margin: 75px 0 50px 0;
}
.voice_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1100px;
	min-width: 1100px;
	margin: auto;
}
.voice_card{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	text-align: left;
	width: 32%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.voice_card p:first-child{
	width: 36%;
}
.voice_card p:last-child{
	width: 64%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.voice_card p span{
	display: block;
	color: #4367c7;
	font-weight: bold;
	margin-bottom: 10px;
}
.voice_card p img{
	width: 100%;
	height: auto;
}
.introduction_wrap .more_btn{
	display: block;
	background: #fff;
	margin-right: 0;
	margin-left: auto;
	padding: 15px 40px;
	border-radius: 30px;
	position: relative;
	transition: 0.4s;
	cursor: pointer;
}
.introduction_wrap .more_btn:hover{
	background: #b3c8ff;
}
.introduction_wrap .more_btn a{
	color: #4367c7;
	text-decoration: none;
}
.introduction_wrap .more_btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #4367c7;
  border-right: solid 2px #4367c7;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.media_bg_wrap{
	padding-bottom: 80px;
}
.media_bg_wrap h2{
	font-size: 40px;
	font-weight: bold;
	margin: 75px 0 65px 0;
}
.media_list{
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}
.media_flex{
	display: flex;
	flex-wrap: wrap;
}
.media_card{
	width: 20%;
	height: 80px;
	padding: 0 10px;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
	border: solid 1px #e2e2e2;
	box-sizing: border-box;
	position: relative;
}
.media_card p{
	/* margin-top: -50px; */
}
.media_card p img{
	max-width: 100%;
}
.media_card ul{
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
	margin: auto;
}
.media_card ul li{
	background: #c6c6c6;
	border-radius: 6px;
	margin: 0 5px;
}
.media_card ul li a{
	display: block;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.contact_bg_wrap{
	background: url("../img/bg_consultation.png") no-repeat;
	background-size: cover;
	padding: 0 0 35px 0;
}
.contact_bg_wrap h2{
	display: inline-block;
	font-size: 40px;
	font-weight:bold;
	color: #fff;
	position: relative;
	margin: 70px 0 50px 0;
}
.contact_bg_wrap h2::before{
	position: absolute;
	content: "";
	background: url("../img/dec_consultation_l.png") no-repeat;
	width: 27px;
    height: 45px;
    top: 10px;
    left: -30px;
}
.contact_bg_wrap h2::after{
	position: absolute;
	content: "";
	background: url("../img/dec_consultation_r.png") no-repeat;
	width: 27px;
    height: 45px;
    top: 10px;
    right: -30px;
}
.contact_bg_wrap p:last-child{
	color: #fff;
}
.contact_bg_wrap .tel_wrap,
.contact_bg_wrap .mail_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 675px;
	min-width: 675px;
	margin: auto;
	padding: 0 0 30px 0;
}
.contact_bg_wrap .mail_wrap{
	border-bottom: solid 1px #fff;
	margin-bottom: 15px;
}
.contact_bg_wrap .tel_wrap .tel_text,
.contact_bg_wrap .mail_wrap .mail_text{
	color: #fff;
	font-size: 20px;
	position: relative;
}
.contact_bg_wrap .tel_wrap .tel_text::before{
	position: absolute;
	content: "";
	background: url("../img/icon_tel_ylw.png") no-repeat;
	top: 0 ;
	left: -25px;
	width: 18px;
	height: 24px;
}
.contact_bg_wrap .tel_wrap .tel_number a{
	color: #ffd22d;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.contact_bg_wrap .tel_wrap .contact_time{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.contact_bg_wrap .tel_wrap .contact_time span:first-child{
	display: inline-block;
	color: #282828;
	font-weight: bold;
	background: #ffd22d;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 0 10px 0 0;
}
.contact_bg_wrap .mail_wrap .mail_text::before{
	position: absolute;
	content: "";
	background: url("../img/icon_contact_ylw.png") no-repeat;
	top: 7px;
	left: -31px;
	width: 24px;
	height: 18px;
}
.contact_bg_wrap .mail_wrap .mail_btn a{
	padding: 25px 0 25px 50px;
	width: 388px;
	min-width: 388px;
	background: #ffd22d;
	border-radius: 50px;
	display:block;
	border:2px solid #ffd22d;
	text-decoration:none;
	box-sizing: border-box;
	transition:background .4s;
	font-weight: bold;
	position: relative;
}
.contact_bg_wrap .mail_wrap .mail_btn a::before{
	position: absolute;
	content: "";
	background: url("../img/icon_contact.png") no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 128px;
	width: 32px;
	height: 26px;
}
.contact_bg_wrap .mail_wrap .mail_btn a:hover{
	background: #fff;
}
.flow_bg_wrap{
	background: #f2f6ff;
	padding-bottom: 100px;
}
.flow_bg_wrap h2{
	font-size: 40px;
	margin: 0 0 80px 0;
	padding: 80px 0 0 0;
	font-weight: bold;
}
.flow_bg_wrap .flow_flex{
	display: flex;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto 50px;
	text-align: left;
	position: relative;
}
.flow_flex_wrap{
	position: relative;
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}
.flow_flex_wrap::before{
	position: absolute;
	content: "";
	bottom: -40px;
	left: 90px;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #ffd22d;
}
.flow_bg_wrap .flow_flex .flow_left{
	width: 25%;
}
.flow_bg_wrap .flow_flex .flow_left img{
	width: 100%;
	height: auto;
}
.flow_bg_wrap .flow_flex .flow_right{
	width: 75%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.flow_bg_wrap .flow_flex .flow_right p{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.flow_bg_wrap .flow_flex .flow_right p:first-child{
	display: flex;
	align-items: center;
}
.flow_bg_wrap .flow_flex .flow_right p span:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4367c7;
	border-radius: 50%;
	width:55px;
	height: 55px;
	color: #fff;
	font-weight: normal;
	margin: 0 30px 0 0;
}
.flow_outer_text{
	display: table;
	width: 1200px;
	min-width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 30px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}
.flow_outer_text p{
	font-size:16px;
	line-height:1.8; 
	text-align: left;
	font-weight: normal;
	padding: 20px 100px 20px 30px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 5px 16px -6px rgba(67,103,199,0.35);
	margin-left: 25%;
}
.flow_bg_wrap .flow_text{
	color: #4367c7;
	font-size: 20px;
	margin-bottom: 10px;
}
.flow_bg_wrap .flow_mark{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background: #4367c7;
	border-radius: 50px;
	width: 1200px;
	min-width: 1200px;
	margin: auto;
	padding:12px 0;
}
.question_bg_wrap{
	
}
.question_bg_wrap h2{
	font-size: 40px;
	font-weight: bold;
	padding-top: 65px;
	margin-bottom: 40px;
}
.question_bg_wrap .question_list{
	width: 1100px;
	min-width: 1100px;
	text-align: left;
	margin: auto;
}
.question_bg_wrap .question_list dt{
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 15px 20px 15px 20px;
	border-bottom: solid 2px #eb8002;
	background: #fff;
	cursor:pointer;
	position:relative;
	color:#164cc9;
	font-weight:bold;
}
.question_bg_wrap .question_list dt:after{
	display:block;
	width:28px;
	height:22px;
	content:"";
	position:absolute;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../img/ico_accordion.png) no-repeat top center;
	background-size:contain;
}
.question_bg_wrap .question_list dt.opened:after{
	transform:scale(-1);
}
.question_bg_wrap .question_list dt .question_mark{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #164cc9;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 0 15px 0 0;
}
.question_bg_wrap .question_list dd{
	display: flex;
	flex-wrap: wrap;background: #fffeee;
	padding: 15px 20px 15px 20px;
}
.question_bg_wrap .question_list dd .answer_mark{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: solid 1px #ff9933;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 0 15px 0 0;
	box-sizing: border-box;
}
.question_list_text{
	width: 92%;
	display: block;
}
.blog_movie_bg_wrap{
	position: relative;
}
.blog_movie_bg_wrap::before{
	content: "";
	background-image: url("../img/bg_blue.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale(-1, 1);
}
.blog_wrap,
.movies_wrap{
	width: 1200px;
	min-width: 1200px;
	margin: auto;
	position: relative;
}
.youtube_btn{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
.blog_movie_bg_wrap h2{
	font-size: 40px;
	font-weight: bold;
	padding-top:95px;
	margin-bottom: 70px;
}
.blog_movie_bg_wrap h3{
	font-size: 34px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 25px;
}
.blog_movie_bg_wrap .blog_flex,
.blog_movie_bg_wrap .movie_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 110px;
}
.blog_movie_bg_wrap .blog_flex li,
.blog_movie_bg_wrap .movie_flex li{
	width: 23%;
	text-align: left;
	font-size: 16px;
}
.blog_text,
.movie_text{
		overflow: hidden;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
		text-overflow: ellipsis;
	}
.blog_movie_bg_wrap .movie_flex::after{
	display: none;
}
.blog_movie_bg_wrap .blog_flex li p:first-child{
	margin-bottom: 10px;
}
.blog_movie_bg_wrap .blog_flex li img,
.blog_movie_bg_wrap .movie_flex li img{
	width: 100%;
	height: auto;
}
.blog_movie_bg_wrap .movie_flex li p:first-child{
	margin-bottom: 15px;
}
.movie_top{
	margin-bottom: 50px;
}
.blog_movie_bg_wrap .youtube_btn a{
	display: block;
	width: 265px;
	min-width: 265px;
	background: #4367c7;
	border: 2px solid #4367c7;
	padding: 17px 0;
	border-radius: 30px;
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: background .4s;
}
.blog_movie_bg_wrap .youtube_btn a:hover{
    background:#b3c8ff;
}
.blog_movie_bg_wrap .youtube_btn a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.mail_form_bg_wrap::before{
	content: "";
	background-image: url("../img/bg_blue.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}
.mail_form_bg_wrap{
	position: relative;
	/* background-color: #4d8af5; */
	padding-bottom: 70px;
}
.mail_form_bg_wrap h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.mail_form_bg_wrap .subtittle{
	font-size: 24px;
	margin-bottom: 50px;
	text-align: center;
	color:#eb8002;
}
.contact_form_box{
	margin: auto;
	padding:20px;
	padding-bottom: 60px;
	background: #fff;
	position: relative;
	z-index: 3;
	border-radius: 15px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.contact_form_box h3{
	font-size: 20px;
	padding: 50px 0 25px 0;
}
.contact_form_box h3 span{
	color: #f30000;
}
.contact_form_box .privacy_flex{
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto 55px;
	border: solid 1px #eeeeee;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}
.contact_form_box .privacy_flex p:first-child{
	padding-right: 10px;
}
.privacy_text_box {
	margin-bottom: 35px;
}
.privacy_text_box p{
	font-size: 16px;
	padding-bottom:5px; 
}
.check_box01{
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-bottom: 30px; */
}
.check_box01 span a{
	color: #2e5ffa;
	text-decoration:underline;
}
.check_box01 span a:hover{
	text-decoration:none;
}
input[type='checkbox'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border: none;
    display: none;
}
.check_box01 span{
	position:relative;
	padding-left: 40px;
margin-left: 10px;}
input[type='checkbox'] ~ .check_box01 span::before,
input[type='checkbox'] ~ .check_box01 span::after{
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
input[type='checkbox'] ~ .check_box01 span::before {
    display: block;
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: #fff;
    border: solid 2px #cad1d0;
    border-radius: 5px;
}

input[type='checkbox']:checked ~ .check_box01 span::before {
}

input[type='checkbox'] ~ .check_box01 span::after {
    display: block;
    content: '';
    position: absolute;
    left: 10px;
    width: 8px;
    height: 16px;
    border-right: 3px solid #393e44;
    border-bottom: 3px solid #393e44;
    transform: rotate(45deg);
    opacity: 0;
}
input[type='checkbox']:checked ~ .check_box01 span::after {
    opacity: 1;
}
.error_checkbox {
	max-width:695px;
	margin: 10px auto 30px;
}
.error_checkbox p{
	text-align:left;
}
.contact_form_box dl{
	display: flex;
	max-width: 1000px;
	margin: 0 auto 20px;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
	background: #a8c4eb;
}
.contact_form_box dl:after{
	display:none;
}
.contact_form_box dl dt{
	width: 30%;
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding:0 10px;
	box-sizing: border-box;
	font-weight: bold;
}
.contact_form_box dl dt span{
	padding: 5px;
}
.contact_form_box dl dt span:last-child{
	color:#164cc9;
	font-size:75%;
}
.contact_form_box dl dd{
	width: 70%;
	background:#fff;
	padding:0 20px;
	min-height: 40px;
}
.contact_form_box form dd input[type="text"],
.contact_form_box form dd input[type="number"],
.contact_form_box form dd input[type="email"],
.contact_form_box form dd input[type="tel"],
.contact_form_box form dd textarea{
    width:100%;
    padding:5px 15px;
    font-size:16px;
    box-sizing:border-box;
	background: #fff;
	border: solid 1px #e0e0e0;
	line-height: 1.8;
	box-shadow: none;
}
.contact_form_box .text_box_flex{
	align-items: flex-start;
	margin-bottom: 35px;
}
.contact_form_box form .form_btns{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.contact_form_box form .form_btns input{
    padding: 17px 0;
    width: 345px;
    box-sizing:border-box;
    background: #4367c7;
	border: 2px solid #4367c7;
    border-radius: 30px;
    position:relative;
    cursor:pointer;
	color: #fff;
	font-size: 16px;
	transition: background .4s;
}
.contact_form_box form .form_btns input#back{
    background: #999;
	border: 2px solid #999;
}
.contact_form_box form .send_set {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
}
.contact_form_box form .send_set .form_btns{
	margin:0 10px 30px;
}
.contact_form_box form #sendCheck:checked ~ .form_btns input:hover{
	background: #b3c8ff;
}
.contact_form_box form .form_btns:before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	position: absolute;
  	top: 50%;
  	right: 20px;
  	margin-top: -4px;
  	transform: rotate(45deg);
	z-index: 99;
}
.caution_text{
	text-align: center;
	font-size: 14px;
}
.message_bg_wrap{
	position: relative;
	background: #f2f6ff;
	padding: 500px 0 100px 0;
	margin-top: -430px;
}
.message_bg_wrap h2{
	font-size:40px; 
	margin-bottom: 45px;
	font-weight: bold;
}
.message_flex{
	display: flex;
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}
.message_left_box{
	width: 70%;
	padding-right: 45px;
	box-sizing: border-box;
	text-align: left;
}
.message_left_box p{
	padding-bottom: 30px;
}
.message_list{
	font-weight: bold;	
}
.message_right_box{
	width: 30%;
}
.message_right_box img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
.message_right_box p{
	position: relative;
	z-index: 1;
}
.message_right_box p::after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: #4980e6;
	top: 10px;
	right: -10px;
}
.message_right_box .name_card{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	color: #4367c7;
	font-size: 22px;
	padding: 15px 20px;
	z-index: 3;
}
.message_right_box .name_card span{
	font-size: 14px;
}
.message_bg_wrap .company_view{
	width: 1200px;
	min-width: 1200px;
	margin: auto;
}
.message_bg_wrap .company_view_btn a{
	display: block;
	width: 265px;
	min-width: 265px;
	background: #4367c7;
	border: 2px solid #4367c7;
	padding: 17px 0;
	border-radius: 30px;
	position: relative;
	color: #fff;
	text-decoration: none;
	transition: background .4s;
}
.message_bg_wrap .company_view_btn a:hover{
    background:#b3c8ff;
}
.message_bg_wrap .company_view_btn a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.footer_flex{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.footer_flex li{
	padding: 0 10px;
	border-right: solid 1px #616161;
}
.footer_flex li:last-child{
	border-right: none;
}
.footer_flex li a{
	color: #fff;
	text-decoration: none;
}
footer small{
	display: block;
	text-align: center;
	color: #fff;
	opacity: 0.3;
}
footer{
	position: relative;
}
.footer{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 3;
	background:#282828; 
}
@media screen and (max-width:768px) {
	body.home .visula{
		background:url("../img/img_mv_sp.jpg") no-repeat;
		background-position:50% 50%;
		background-size:cover;
		height:668px;
		align-items: center;
		padding-bottom: 10%;
		box-sizing: border-box;
		z-index: 0;
	}
	body.home .visula h1 .sub_txt {
		font-size: 30px;
	}
	body.home .visula h1{
		padding: 50% 5% 0 5%;
		box-sizing: border-box;
		font-size: 36px;
	}
	.share_wrap{
		padding: 25px 10%;
		margin: -50px 5% 45px 5%;
	}
	.share_wrap .share_tit{
		font-size: 26px;
	}
	.share_wrap .share_tit .sub_txt{
		font-size: 18px;
	}
	.share_wrap .share_tit span{
		display: inline-block;
	}
	.share_wrap .share_detail{
		flex-wrap: wrap;
	}
	.share_wrap .share_detail img{
		width: 100%;
		height: auto;
	}
	.point_wrap .point_tit{
		font-size: 26px;
		margin-bottom: 25px;
	}
	.point_wrap .point_tit span{
		display: inline-block;
	}
	.point_wrap .point_detail{
		position: static;
		padding: 0;
	}
	.point_wrap .point_detail .img_wrap{
		position: static;
	}
	.point_wrap .point_detail .img_wrap img{
		width: 100%;
		height: auto;
	}
	.point_wrap .point_detail .point_detail_txt{
		font-size: 16px;
		padding: 8px 15px;
		margin: 0 5% 30px 5%;
	}
	.point_wrap .point_detail .point_detail_txt:before{
		border-width: 0 15px 15px 0;
		bottom: -12px;
		left: 35px;
	}
	.point_wrap .point_detail .point_detail_tit{
		font-size: 20px;
		padding: 0 5%;
	}
	.point_wrap .point_detail .point_detail_tit span{
		font-size: 23px;
	}
	.point_wrap .point_detail .txt{
		padding: 15px 5% 30px;
	}
	.contact_wrap .contact_items{
		border-radius: 0;
	}
	.contact_wrap .contact_items .contact_tit{
		font-size: 23px;
	}
	.contact_wrap .contact_items .contact_tit span:before, .contact_wrap .contact_items .contact_tit span:after{
		background-size: contain;
		width: 17px;
		bottom: -10px;
		left: 15px;
	}
	.contact_wrap .contact_items .contact_tit span:after{
		left: auto;
		right: 15px;
	}
	.contact_wrap .contact_items .contact_detail .contact_links{
		flex-direction: column;
		align-items: center;
	}
	.contact_wrap .contact_items .contact_detail .contact_links .links_l .tel_tit, .contact_wrap .contact_items .contact_detail .contact_links .links_r .form_tit{
		font-size: 15px;
	}
	.contact_wrap .contact_items .contact_detail .contact_links .links_l .tel_link{
		font-size: 30px;
	}
	.contact_wrap .contact_items .contact_detail .contact_links .links_l{
		border: none;
	}
	.contact_wrap .contact_items .contact_detail .contact_links .links_l, .contact_wrap .contact_items .contact_detail .contact_links .links_r{
		padding: 10px 0;
	}
	.contact_wrap .contact_items .contact_detail .contact_links .links_l .details{
		font-size: 12px;
	}
	.contact_wrap .contact_items .contact_detail .contact_links .links_l .details span{
		display: block;
	}
	.contact_detail p:last-child{
		font-size: 12px;
	}
	.trouble_wrap{
		margin-top: 0;
		padding-top: 45px;
		padding-bottom: 35px;
	}
	.trouble_wrap .sitewrap{
		width: 100%;
		min-width: auto;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.trouble_wrap .trouble_tit{
		text-align: left;
		font-size: 26px;
	}
	.trouble_wrap .trouble_tit span{
		padding: 0;
	}
	.trouble_wrap .img_wrap{
		position: static;
		width: 30%;
		min-width: 155px;
		padding: 10px 10% 0 20px;
		box-sizing: border-box;
		margin-right: 0;
		margin-left: auto;
		margin-top: -137px;
	}
	@media screen and (max-width:350px) {
		.trouble_wrap .img_wrap{
			min-width: 120px;
			padding: 10px 5% 0 20px;
		}
	}
	.trouble_wrap .img_wrap img{
		width: 100%;
		height: auto;
	}
	.trouble_wrap .trouble_details p{
		border-radius: 10px;
		padding: 25px 5%;
		display: flex;
		font-size: 16px;
		line-height: 1.3;
	}
	.trouble_wrap .trouble_details p .check{
		background-size: contain;
		width: 20px;
		height: 20px;
		font-size: 16px;
		padding-right: 20px;
	}
	.blue_back_wrap::after{
		background: url("../img/bg_trouble_parts_sp.png") no-repeat;
		background-size: contain;
		bottom: 281px;
		z-index: 1;
	}
	.blue_back_wrap_sp{
		background: linear-gradient(300deg, #4f92ff, #4367c7);
	}
	.blue_back_wrap{
		padding: 60px 0 50px;
		background: none;
	}
	.white_back_wrap{
		background: none;
		padding-bottom: 50px;
	}
	.blue_back_wrap h2{
		font-size: 26px;
	}
	.blue_back_wrap h2 .figure{
		font-size: 80px;
	}
	.blue_back_wrap h2 .attempt{
		font-size: 18px;
		padding: 0 25px;
		top: 35px;
		right: 25px;
	}
	.support_contents{
		width: 100%;
		min-width: auto;
		flex-direction: column;
		padding: 0 5%;
		box-sizing: border-box;
		margin-top: 0;
	}
	.support_card{
		width: 100%;
		display: flex;
		padding: 10px;
		align-items: center;
		margin-bottom: 18px;
	}
	.support_list{
		font-size: 14px;
		padding: 0 15px;
		transform: none;
		margin-left: 5px;
		margin-right: auto;
		display: table;
	}
	.support_list span:last-child{
		font-size: 20px;
	}
	.support_card div{
		width:55%;
		padding-left: 3%;
		box-sizing: border-box;
	}
	.support_text{
		font-size: 17px;
		text-align: left;
		padding: 0 0 0 5px;
	}
	.support_text span{
		font-size: 20px;
	}
	.support_img{
		width: 45%;
		border: none;
	}
	.support_card::before{
		left: -10px;
		width: 72px;
	}
	.plan_wrap h2, .caution_wrap h2{
		font-size: 20px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.plan_wrap h2::before{
		top: 46px;
		left: -16px;
	}
	.plan_wrap h2::after{
		top: 46px;
		right: -16px;
	}
	.plan_wrap_box{
		width: 100%;
		min-width: auto;
		margin-bottom: 30px;
	}
	.plan_flex{
		flex-direction: column;
		align-items: center;
		padding: 0 5%;
	}
	.plan_left{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.plan_wrap .comparison_list{
		flex-direction: column;
		width: 40%;
	}
	.plan_wrap .plan_left .tittle{
		width: 15%;
	}
	.plan_wrap .comparison_list dt,
	.plan_wrap .comparison_list dd{
		width: 100%;
		font-size: 15px;
		height: 80px;
	}
	.blue_mark{
		font-size: 23px;
	}
	.icon_skull{
		width: 28px;
	}
	.orange_mark{
		font-size: 22px;
	}
	.cmparison_text_middle{
		font-size: 15px;
	}
	.cmparison_text_middle{
		font-size: 12px;
	}
	.cmparison_text{
		font-size: 10px;
	}
	.plan_wrap .comparison_list dt{
		height: 55px;
	}
	.upf_dl{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: none;
		padding: 5px;
		box-sizing: border-box;
	}
	.upf_dl .tittle{
		width: 15%;
	}
	.upf_dl .upf_list{
		width: 40%;
	}
	.plan_wrap {
		font-size: 19px;
		margin: 0;
	}
	.upf_dl .upf_list dd{
		font-size:22px;
	}
	.upf_dl .upf_list .cmparison_text_middle{
		font-size: 12px;
	}
	.plan_wrap_text{
		margin-top: 15px;
		padding: 0 5%;
	}
	.inner_plan_wrap{
		width: 100%;
		min-width: auto;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.inner_bg_white_box p{
		font-size: 18px;
	}
	.text_b{
		font-size: 20px;
	}
	.inner_bg_white_box p:nth-child(2){
		font-size: 14px;
	}
	.inner_bg_white_box{
		padding: 15px;
	}
	.bg_white_box::before{
		display: none;
	}
	.inner_bg_white_box::before{
		background-repeat: no-repeat;
		background-size: contain;
		width: 153px;
		bottom: -119px;
	}
	@media screen and (max-width:350px) {
		.inner_bg_white_box::before{
			width: 106px;
			bottom: -164px;
		}
	}
	.inner_bg_white_box p:last-child{
		font-size: 12px;
	}
	.plan_wrap{
		margin-bottom: 0;
		padding: 40px 0;
	}
	.caution_wrap{
		margin-top: 0;
		padding: 0 0 15px 0;
	}
	.caution_wrap h2{
		font-size: 23px;
		margin-top: 30px;
	}
	.caution_wrap h2::before{
		height: 30px;
		top: 28px;
	}
.caution_wrap h2::after{
		height: 30px;
		top: 28px;
	}
	.caution_wrap .caution_tittle{
		font-size: 26px;
		padding: 0 5%;
		margin-bottom: 25px;
	}
	.caution_flex{
		width: 100%;
		min-width: auto;
		flex-direction: column;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.caution_card{
		width: 100%;
		margin-bottom: 25px;
	}
	.caution_card p{
		font-size: 16px;
	}
	.caution_card p span{
		font-size: 20px;
	}
	.caution_card p:nth-child(2){
		padding-bottom: 10px;
	}
	.caution_card p:last-child{
		font-size: 14px;
		line-height: 1.5;
	}
	.introduction_wrap{
		width: 100%;
		padding-bottom: 45px;
	}
	.introduction_wrap::before{
		content: "";
		background-image: url("../img/bg_blue_2_sp.png");
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 0.1;
		transform: scale(-1, 1);
	}
	.introduction_wrap h2{
		font-size: 26px;
		padding-top: 40px;
		margin-bottom: 55px;
		line-height: 1.2;
	}
	.introduction_wrap h2 span::before{
		width: 102px;
	}
	.introduction_card_wrap{
		padding: 0 5%;
	}
	.introduction_card{
		width: 100%;
		min-width: auto;
		margin: 0 0 55px;
	}
	.introduction_inner_card{
		flex-direction: column;
		padding: 80px 0px 20px 0px;
		margin: 0 15px 10px 15px;
	}
	.introduction_inner_card .introduction_img img{
		width: 100%;
		height: auto;
	}
	.introduction_img{
		width: 30%;
		margin: auto;
		margin-top: -115px;
	}
	.card_last{
		margin-bottom: 30px;
	}
	.introduction_card_tittle{
		font-size: 20px;
		margin-top: 10px;
	}
	.introduction_inner_card_right p:last-of-type{
		line-height:1.4;
	}
	.introduction_inner_card_right{
		margin-left: 0;
	}
	.introduction_text{
		font-size: 14px;
		padding: 0 15px 25px 15px;
		line-height: 1.4;
	}
	.introduction_wrap h3{
		font-size: 23px;
		margin: 20px 0 25px 0;
	}
	.voice_wrap{
		width: 100%;
		min-width: auto;
		flex-direction: column;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.voice_card{
		width: 100%;
	}
	.voice_card p:last-child{
		font-size: 12px;
	}
	.voice_card p span{
		font-size: 14px;
	}
	.introduction_wrap .more_btn{
		margin: auto;
	}
	.media_bg_wrap{
		padding: 0 5%;
	}
	.contact_bg_wrap{
		background: url("../img/bg_consultation_sp.png") no-repeat;
		background-size: cover;
		padding: 25px;
	}
	.media_bg_wrap h2{
		font-size: 26px;
		margin: 45px 0 25px 0;
	}
	.media_list{
		width: 100%;
		min-width: auto;
		margin-bottom: 30px;
	}
	.media_card{
		width: 33%;
	}
	.contact_bg_wrap h2{
		font-size: 26px;
		padding: 0 5%;
		margin: 0 0 15px 0;
	}
	.contact_bg_wrap h2::before{
		top: 32px;
		left: 0;
	}
	.contact_bg_wrap h2::after{
		top: 32px;
		right: 0;
	}
	.contact_bg_wrap .tel_wrap, .contact_bg_wrap .mail_wrap{
		flex-direction: column;
		width: 100%;
		min-width: auto;
		padding: 0;
	}
	.contact_bg_wrap .tel_wrap .tel_text, .contact_bg_wrap .mail_wrap .mail_text{
		font-size: 15px;
	}
	.contact_bg_wrap .tel_wrap .tel_number a{
		font-size: 27px;
	}
	.contact_bg_wrap .tel_wrap .contact_time{
		font-size: 12px;
		margin-bottom: 23px;
	}
	.contact_bg_wrap .tel_wrap .contact_time span:first-child{
		display: block;
		padding: 0;
		margin: 0;
	}
	.mail_btn{
		width: 100%;
		margin: 25px auto 15px;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.contact_bg_wrap .mail_wrap .mail_btn a{
		display: block;
		width: 100%;
		min-width: auto;
		padding: 20px 0 20px 50px;
	}
	.contact_bg_wrap .mail_wrap .mail_text::before{
		top:2px;
	}
	.contact_bg_wrap .mail_wrap .mail_btn a::before{
		left: 50px;
	}
	.flow_bg_wrap{
		padding-bottom: 50px;
	}
	.flow_bg_wrap .flow_text{
		display: none;
	}
	.flow_bg_wrap h2{
		font-size: 26px;
		margin: 0 0 45px 0;
		padding: 50px 0 0 0;
	}
	.flow_bg_wrap .flow_flex{
		width: 100%;
		min-width: auto;
		padding: 0 5%;
		margin: 0 auto 10px;
		box-sizing: border-box;
	}
	.flow_bg_wrap .flow_flex .flow_left{
		width: 66%;
		padding-right: 10px;
	}
	.flow_bg_wrap .flow_flex .flow_right{
		width: 100%;
		padding: 0;
	}
	.flow_bg_wrap .flow_flex::before{
		left: 0;
		right: 0;
		margin: auto;
	}
	.flow_flex_wrap{
		width: 100%;
		min-width: auto;
		margin-bottom: 45px;
	}
	.flow_outer_text{
		position: static;
		width: 100%;
		min-width: auto;
		margin: auto;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.flow_outer_text p{
		font-size: 12px;
		margin-left: 0;
		padding: 15px;
	}
	.flow_bg_wrap .flow_flex .flow_right p:first-child{
		font-size: 18px;
		align-items: flex-start;
	}
	.flow_bg_wrap .flow_flex .flow_right p span:first-child{
		font-size: 14px;
		margin: 0;
		width: 30px;
		height: 30px;
	}
	.flow_bg_wrap .flow_flex .flow_right p span:nth-child(2){
		width: 85%;
		padding-left: 5px;
		box-sizing: border-box;
	}
	.flow_flex_wrap::before{
		left: 0;
		right: 0;
		margin: auto;
	}
	.flow_mark_wrap{
		padding: 0 5%;
	}
	.flow_bg_wrap .flow_mark{
		width: 100%;
		min-width: auto;
		font-size: 20px;
		padding: 5px 0;
	}
	.question_bg_wrap h2{
		font-size: 26px;
		padding-top: 40px;
		margin-bottom: 25px;
	}
	.question_bg_wrap .question_list{
		width: 100%;
		min-width: auto;
	}
	.question_bg_wrap .question_list dt,
	.question_bg_wrap .question_list dd{
		padding:15px 40px 15px 10px;
	}
	.question_bg_wrap .question_list dd{
		padding-right:10px;
	}
	.question_bg_wrap .question_list dt .question_mark,
	.question_bg_wrap .question_list dd .answer_mark{
		width: 28px;
		height: 28px;
		padding: 9px;
		margin-right: 8px;
	}
	.question_bg_wrap .question_list dt .question_mark img,
	.question_bg_wrap .question_list dd .answer_mark img{
		max-width: 100%;
		height:auto;
	}
	.question_bg_wrap .question_list dt:after{
		width:20px;
		height:20px;
	}
	.question_list_text{
		font-size: 14px;
		width: calc(100% - 36px);
	}

	.mail_form_bg_wrap .contact_wrap{
		padding: 0;
	}
	.mail_form_bg_wrap h2{
		font-size: 25px;
	}
	.mail_form_bg_wrap .subtittle{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.contact_form_box{
		width: 100%;
		min-width: auto;
		padding: 0 15px 30px;
		box-sizing: border-box;
	}
	.contact_form_box h3{
		font-size: 16px;
		text-align: left;
	padding: 30px 0 15px;}
	.contact_form_box .privacy_flex{
		width: 100%;
		min-width: auto;
		flex-direction: column;
		padding:10px;
		line-height:1.6;
	margin-bottom: 30px;}
	.contact_form_box .privacy_flex p{
		font-size: 12px;
	}
	.privacy_text_box p{
		font-size: 14px;
		text-align: left;
	}
	.privacy_text_box p:first-child{
		text-align: center;
	}
	.check_box01{
		text-align: left;
	}
	.check_box01 span{
		/* margin-left: 5px; */
		padding-left: 30px;
	display: block;}
	input[type='checkbox'] ~ .check_box01 span::before {
		width: 20px;
		height: 20px;
	}
	input[type='checkbox'] ~ .check_box01 span::after {
		left: 9px;
		top: -5px;
	}
	.privacy_text_box{
		margin-bottom: 25px;
	}
	.check_box01{
		justify-content: flex-start;
		flex-wrap:wrap;
	}
	.error_checkbox {
		margin: 5px auto 10px;
	}
	.contact_form_box dl{
		width: 100%;
		min-width: auto;
		display: block;
		flex-direction: column;
		background: no-repeat;
	}
	.contact_form_box dl dt{
		width: 100%;
		padding: 10px 10px;margin-bottom: 10px;
		background: #a8c4eb;
	}
	.contact_form_box dl dd{
		width: 100%;
		padding: 0;
	}
	.contact_form_box form .form_btns{
		display: block;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.contact_form_box form .form_btns input{
		width: 100%;
		padding: 10px 0;
	}
	.contact_form_box form .form_btns:before{
		right: 40px;
	}
	.contact_form_box form .send_set {
		display:block;
		margin-bottom:30px;
	}
	.contact_form_box form .send_set .form_btns{
		margin:0 0 15px;
	}
	.caution_text{
		font-size: 12px;
		text-align: left;
	}
	.message_bg_wrap{
		padding: 390px 0 175px 0;
	}
	.message_flex{
		width: 100%;
		min-width: auto;
		flex-direction: column-reverse;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.message_bg_wrap h2{
		font-size: 26px;
		margin-bottom: 23px;
	}
	.message_left_box{
		width: 100%;
		font-size: 14px;
		padding: 0;
	}
	.message_right_box p{
		padding: 0 10%;
	}
	.message_right_box img{
		z-index: -1;
	}
	.message_right_box p::after{
		width: 80%;
		height: 100%;
		top: 4%;
		right: 7%;
		z-index: -2;
	}
	.message_right_box .name_card{
		position: static;
		display: block;
		width: 85%;
		margin-right:0;
		margin-left: auto;
		margin-top: -60px;
	}
	.message_right_box{
		width: 100%;
		margin-bottom: 70px;
	}
	.message_bg_wrap .company_view{
		width: 100%;
		min-width: auto;
		margin: auto;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.company_view_btn{
		padding: 0 5%;
	}
	.message_bg_wrap .company_view_btn a{
		width: 100%;
		min-width: auto;
		margin: auto;
		box-sizing: border-box;
	}
	.footer_flex{
		display: none;
	}
	footer{
		padding: 0;
	}
	.chat_bar{
		width: 67%;
		max-width: 610px;
		padding: 10px 25px 20px 25px;
		bottom: -50px;
	}
	.chat_button_group{
		bottom: 100px;
	}
	.chat_bar_view{
		bottom: -13px;
	}
	.chat_button{
		width: 70%;
	}
	.chat_button img{
		width: 100%;
		height: auto;
	}
}