@charset "UTF-8";


/****共通ここから****/

.h3_wrap{
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #0495e0;
}

.h3_wrap h3 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #0495e0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 30px 20px;
    line-height: 1.8;
    text-align: center;
	}

.acc_img{
	max-width: 220px;
    width: 100%;
    margin: 40px auto 0;
}


.acc_con {
	/*max-width: 750px;*/
	width: 100%;
	margin: 0 auto;
}

.acc_con dl{
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 20px 50px;
}

.acc_con dl dt{
	padding: 15px 0;
	text-align: center;
	background-color: #dee6f6;
	font-weight: bold;
	line-height: 1.2;
}

.acc_con dl dd{
	padding: 20px;
    line-height: 1.6;
}


.h2_wrap h2 {
    margin-top: 20px;
}

/****共通ここまで****/



/****FV****/


.acc_fv{
	padding: 0 20px;
}

.acc_fv p:first-of-type{

max-width: 600px;
    width: 100%;
    margin: 25px auto;
}

.acc_fv p:last-of-type{
	/*max-width: 650px;
	width: 100%;
	margin: 0 auto;*/
	line-height: 1.6;
	font-size: 18px;
	max-width: 850px;
    margin: 0 auto;
}





.check_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 890px;
    padding: 0 20px;
    margin: 0 auto;
}

.check_list li {
    position: relative;
    display: flex;
    align-items: center;
    width: 48%;
    font-size: 25px;
    height: 100px;
	line-height: 1.3;
	
    border-bottom: 1px dashed #292a38;
}




.check_list li span:first-child {
    width: 40px;
    height: auto;
    margin-right: 5px;
}




.omakase{
    max-width: 600px;
    width: 100%;
    margin: 50px auto;
	padding: 0 20px;
}



.top_com_wrap .top_com .top_com-btn01 img {
    position: absolute;
    top: 51.5%;
    width: 72%;
    left: 13.5%;
}



/******メリット******/


.merit{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    /*align-items: self-end;*/
	max-width: 1040px;
    padding: 0 20px 50px;
}

.merit li{
	width: 32%;
    border: 4px solid #f03876;
	position: relative;
}


.merit li:nth-child(-n+3){
margin-bottom: 20px;
}

.merit li p:first-of-type{
    margin: 0 auto;
	border-bottom: dashed 2px #a1a4d4;
    padding: 10px 30px 20px 15px;
    line-height: 1.8;


}




.merit li p:last-of-type{
	padding: 25px 14px;
    line-height: 1.8;
}


/****交通事故治療の流れ****/

.step_wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	/*align-items: self-start;*/
    max-width: 1040px;
	padding: 0 20px;
    width: 100%;
    margin: 40px auto 50px;
}


.step_wrap li{
	border: #abddf7 3px solid;
	width: 32%;
	padding: 25px 20px;
}

.step_wrap li:nth-child(-n+6){
	margin-bottom: 20px;
}


.step_wrap li p:last-of-type{
	line-height: 1.8;
    padding-top: 15px;
}

.step_wrap li p:last-of-type span{
	font-weight: bold;
}







.acc_link{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
	padding: 0 20px;
}

.acc_link li{
	position: relative;
    display: flex;
    align-items: center;
    width: 48%;
    font-size: 20px;
    height: 100px;
	line-height: 1.2;
}

.acc_link li a{
	display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #1e226a;
}


.acc_link li a::after{
	content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #292a38;
    border-right: 3px solid #292a38;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 14px;
    position: absolute;
    top: 41px;
    right: 0;
}


.acc_link li a span:first-child{
	width: 40px;
    height: auto;
    margin-right: 5px;
}

.acc_link li a span:last-child{
	width: 75px;
    height: auto;
    position: absolute;
    right: 45px;
    bottom: 9%;
}

.acc_link li a:hover {
    background: #cfd1f4;
}


.tenin{
	max-width: 790px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.6;
}

.tenin p:first-of-type{
    text-align: center;
	    margin: 25px 0;
}

.bg_blue{
	font-size: 20px;
}

.tenin .center_txt{
	display: block;
	    font-size: 22px;
}


.tenin p:last-of-type{
	font-size: 15px;
}


.dl_gree_wrap {
	padding: 30px 20px 50px;
}

.dl_gree_wrap .dl_gree{
	border: #6fa732 1px solid;
	padding: 0 !important;
}

.dl_gree_wrap .dl_gree dt{
	background-color: #e5f2d7 !important;
}

.dl_gree_wrap .dl_gree dd{
	padding: 20px;
}


.ichiran_tit_wrap{
	padding: 0 20px;
}


.ichiran_tit{
	    padding: 15px 0;
    text-align: center;
    background-color: #dee6f6;
    font-weight: bold;
    line-height: 1.2;
    max-width: 790px;
    margin: 0 auto;
}


.dl_blue_wrap{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	flex-wrap: wrap;
	/*align-items: flex-start;*/
	padding: 40px 20px 50px;
}

.dl_blue_wrap .dl_blue{
	border: #0495e0 1px solid;
    line-height: 1.6;
	width: 49%;
	background: #dee6f6;
}

.dl_blue_wrap .dl_blue:nth-child(-n+2){
	margin-bottom: 20px;
}

.dl_blue_wrap .dl_blue dt {
        padding: 15px 15px 15px 44px;
	display: flex;
	font-weight: bold;
	    background: #fff;
		position: relative;
}

.dl_blue_wrap .dl_blue dd{
background-color: #dee6f6;
    padding: 10px 20px 10px 44px;
    display: flex;
    position: relative;

}

.dl_blue_wrap .dl_blue dt span:first-of-type,.dl_blue_wrap .dl_blue dd span:first-of-type{
	display: block;
    font-weight: bold;
    font-size: 24px;
    margin-right: 15px;
}


.dl_blue_wrap .dl_blue dt span:first-of-type{
	color: #0495e0;
position: absolute;
    top: 8px;
	    left: 12px;
}


.dl_blue_wrap .dl_blue dd span:first-of-type{
	color: #232770;
	    position: absolute;
    top: 3px;
    left: 13px;

}



.dl_blue_wrap .dl_blue dt span:last-of-type,.dl_blue_wrap .dl_blue dd span:last-of-type{
	
}













@media screen and (max-width: 768px){


.merit li{
	width: 48.5%;
}


.merit li:nth-child(-n+4){
	margin-bottom: 20px;
}




.step_wrap li{
	width: 48.5%;
}

.step_wrap li:nth-child(-n+8){
	margin-bottom: 20px;
}



}


@media screen and (max-width: 600px) {



.acc_fv p:last-of-type{
	font-size: 15px;
}


.check_list li{
    width: 100%;
    font-size: 18px;
    height: 80px;
}

.omakase{
	margin: 25px auto;
}


.acc_img{
	max-width: 135.5px;
}


.acc_con dl dd {
   padding: 10px 0;
   font-size: 15px; 
}

.acc_link li {
    width: 100%;
    font-size: 17px;
    height: 80px;
}

.acc_link li a span:first-child {
    width: 25px;
    margin-right: 10px;
}

.acc_link li a span:last-child {
    width: 60px;
}

.acc_link li a::after {
    width: 10px;
    height: 10px;
	top: 35px;
}

.merit li{
width: 100%;
}

.merit li:not(:last-child){
	 
	 margin-bottom: 20px;
}


.tenin p:first-of-type{
    text-align: inherit;
	font-size: 15px;
}

.tenin .center_txt{
	text-align: center;
}



.step_wrap li{
	width: 100%;
}
.step_wrap li:not(:last-child){
	width: 100%;
	margin-bottom: 20px;
}


.dl_blue_wrap .dl_blue:not(:last-child){
	margin-bottom: 20px;
}

.dl_blue_wrap .dl_blue{
	width: 100%;
	font-size: 15px;
}


.dl_blue_wrap{
	padding: 27px 20px 35px;
}


.merit li p:last-of-type {
    font-size: 15px;
}

.check_list li span:first-child {
    width: 25px;
    margin-right: 10px;
}

.acc_img{
	margin-top: 20px;
}

.acc_con dl{
	padding-top: 10px;
}

.acc_con dl{
	padding-bottom: 20px;
}

.ichiran_tit{
	font-size: 15px;}


.h3_wrap h3{
	padding: 25px 20px;
	text-align: inherit;
	font-size: 17px;
}

.dl_gree_wrap,.merit{
	padding-bottom: 30px;
}

.step_wrap {

    margin: 20px auto 30px;
}


}




/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 420px) {

}

/* ▼▼ 画面サイズ / SP(SE/5など個別調整必要なときのみ) ▼▼ */
@media screen and (max-width: 320px) {
	
	.h2_wrap h2 {
    margin-top: 34px;
}

}
