@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px) {
#business-trip_ex{
	margin-top: 9.23%;
}
#business-trip_ex_top{
	
}
.business-trip_ex_top_catch{
	box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    background-color: #E2513A;
    color: #FFFFFF;
    padding: 8px 14px;
    box-shadow: 3px 3px 0px #3E3A39;
    display: inline-block;
	margin-bottom: 18px;
}
.font_red{
	color: #920e14;
}
#business-trip_ex_top hgroup{
    display: flex;
    align-items: center;
    border-bottom: 3px dotted #3d3a39;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#business-trip_ex_top hgroup .play-btn{
    width: 19px;
	min-width: 19px;
    margin-right: 14px;
}
#business-trip_ex_top hgroup .play-btn img{
    width: 100%;
}
#business-trip_ex_top hgroup h2{
    font-size: 26px;
    line-height: 1.3em;
}
.business-trip_ex_top_content{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.business-trip_ex_top_cont_l{
	width: 100%;
	margin-bottom: 16px;
}
.business-trip_ex_top_cont_l img{
	width: 100%;
}
.business-trip_ex_top_cont_r{
	width: 100%;
}
.business-trip_ex_top_cont_txt{
	margin-bottom: 10px;
}
.business-trip_ex_top_cont_txt p{
	font-weight: 500;
	line-height: 1.6em;
}

.business-trip_ex_content{
	margin-bottom: 4.61%;
}
.cross-tit-dot{
	display: flex;
	align-items: center;
	border-bottom: 3px dotted #3d3a39;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.cross-tit-dot_img{
	width: 17px;
	min-width: 17px;
	margin-right: 12px;
}
.cross-tit-dot_img img{
	width: 100%;
}
.cross-tit-dot h2{
    font-size: 21px;
    line-height: 1.4em;
}
.business-trip_ex_content p{
	line-height: 1.6em;
	font-weight: 500;
}
.cross-tit-dot_img img{
	width: 100%;
}
.business-trip_ex_content{
	margin-bottom: 32px;
}
.b-t_ex_check-box{
	margin-top: 16px;
	margin-bottom: 16px;
	    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-top: 1.6px solid #3d3a39;
    border-bottom: 1.6px solid #3d3a39;
    border-left: 1.6px solid #3d3a39;
    border-right: 1.6px solid #3d3a39;
    border-radius: 8px;
    background-color: #fbfbf2;
}
.business-trip_ex_content ul{
}
.business-trip_ex_content ul li{
    display: flex;
    margin-bottom: 14px;
    line-height: 1.6em;
    align-items: flex-start;
	flex-direction: column;
}
.business-trip_ex_content ul li:last-child{
	margin-bottom: 0;
}
.check-tit{
    display: flex;
    align-items: center;
    white-space: nowrap;
	margin-bottom: 4px;
}
.check_img{
    width: 19px;
    margin-right: 6px;
}
.check_img img{
    width: 100%;
    display: block;
}
.check-tit p{
    color: #920e14;
    font-weight: 600;
    line-height: 1.6em;
}
.business-trip_ex_content .check_txt{
	line-height: 1.5em;
}
.b-t_ex_point-box{
	display: flex;
	align-items: center;
    justify-content: space-between;
	flex-direction: column;
}
.b-t_ex_point-box_l{
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: baseline;
	justify-content: center;
	margin-bottom: 10px;
}

.b-t_ex_point-box_ico{
	width: 28px;
	min-width: 28px;
	margin-right: 8px;
}
.b-t_ex_point-box_ico img{
	width: 100%;
	display: block;
}
.b-t_ex_point-box_l p{
	font-size: 26px;
	line-height: 1em;
}
.b-t_ex_point-box_r{
	box-sizing: border-box;
    border-left: 0px dotted #3d3a39;
    padding-left: 0;
	border-top: 2px dotted #3d3a39;
    padding-top: 12px;
    width: 100%;
}
.b-t_ex_point-box_r p{
	line-height: 1.6em;
}


#business-trip_ex_flow{
	margin-top: 7.69%;
}
#business-trip_ex_flow .content_wrap{
	margin-bottom: 0;
}
#business-trip_ex_flow .cross-tit-dot{
	margin-bottom: 20px;
}
.b-t_ex_flow_each{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.b-t_ex_flow_each::after{
    position: absolute;
    content: "";
    background-image: url("../images/business-trip_ex/black_dots.svg");
    width: 5px;
    height: 100%;
    background-size: 5px auto;
    background-repeat: repeat-y;
    background-position: bottom center;
    bottom: 0px;
	top: 8px;
    left: 24px;
    z-index: -1;
}
.b-t_ex_flow_tit{
	    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.b-t_ex_flow_step{
	width: 52px;
    height: 52px;
	padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #C82122;
    color: #FFFFFF;
    -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.73);
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.73);
    margin-right: 16px;
	font-size: 11px;
	line-height: 1em;
	box-sizing: border-box;
}
.b-t_ex_flow_step em{
	margin-top: 2px;
	    display: block;
    font-style: normal;
    font-size: 26px;
    line-height: 1em;
	box-sizing: border-box;
}
.b-t_ex_flow_tit h3{
	    font-size: 24px;
	line-height: 1.4em;
}
.b-t_ex_flow_each_r{
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-left: 58px;
}
.b-t_ex_flow_each_img{
	width: 100%;
	margin-bottom: 16px;
}
.b-t_ex_flow_each_img img{
	width: 100%;
}
.b-t_ex_flow_each_txt{
	width: 100%;
}
.b-t_ex_flow_each_txt p{
	font-weight: 500;
    line-height: 1.6em;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_contact{
	background-color: #fbfbf2;
    border: 1.6px solid #3E3A39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    width: auto;
    margin-top: 16px;
    margin-bottom: 0;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_conta_tel{
	    font-size: 28px;
    font-weight: 600;
    background-image: url(../images/ico_tel.svg);
    background-repeat: no-repeat;
    background-size: 32px auto;
    padding-left: 32px;
    background-position: 8px center;
	line-height: 1.2em;
	text-align: center;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_conta_jikan{
	    font-size: 17px;
	line-height: 1.4em;
    border-top-width: 1.6px;
    border-top-style: dashed;
    border-bottom-width: 1.6px;
    border-bottom-style: dashed;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
	margin-top: 12px;
    margin-bottom: 16px;
	text-align: center;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_contact ul{
	display: flex;
	flex-wrap: wrap;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_contact ul li{
	    -webkit-box-shadow: 3px 3px #3E3A39;
    box-shadow: 3px 3px #3E3A39;
    margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_contact ul li a{
	color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 20px;
    display: block;
	line-height: 1.3em;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_contact .mail_bt{
	    background-color: #e2513a;
    display: block;
    background-image: url(../images/ico_send.svg),url("../images/wh-btn.svg");
    background-repeat: no-repeat,no-repeat;
    background-position: 16px center,94.61% center;
    background-size: 19px auto,6px auto;
}
.b-t_ex_flow_each_txt .b-t_ex_flow_contact .line_bt{
	    background-color: #39B54A;
    background-image: url(../images/ico_line.svg),url("../images/wh-btn.svg");
    background-repeat: no-repeat,no-repeat;
    background-position: 14px center,94.61% center;
    background-size: 22px auto,6px auto;
}
.p_margin{
	margin-bottom: 16px;
}
.b-t_ex_flow_bot{
	margin-top: 20px;
	background-color: #fbfbf2;
    border: 1.6px solid #3E3A39;
	    padding: 20px 20px;
       border-radius: 8px;
    box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-direction: column;
}
.b-t_ex_flow_bot_tit{
	box-sizing: border-box;
    width: 100%;
	    min-width: 100%;
    margin-right: 0;
	margin-bottom: 12px;
}
.b-t_ex_flow_bot_tit .check_ico{
	width: 22px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.b-t_ex_flow_bot_tit h4{
	font-size: 17px;
	line-height: 1em;
}
.b-t_ex_flow_bot_tit .check_ico img{
	width: 100%;
}
.b-t_ex_flow_bot_tit h4{
	text-align: center;
}
.b-t_ex_flow_bot_txt{
	border-left: 0px dotted #3d3a39;
    padding-left: 0;
	border-top: 2px dotted #3d3a39;
    padding-top: 14px;
    width: 100%;
}
.b-t_ex_flow_bot_txt_p1{
	font-weight: 500;
	line-height: 1.4em;
	font-size: 16px;
	margin-bottom: 8px;
}
.b-t_ex_flow_bot_txt_p2{
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 13px;
}
.b-t_ex_flow_bot_txt_p3{
	
}
.b-t_ex_flow_bot_txt_p3 a{
	line-height: 1.4em;
	font-size: 15px;
	text-decoration: underline;
	color: #0000ff;
}

#business-trip_ex .faq_each_cate_wrap9{
	padding-top: 3.84%;
	margin-bottom: 3.07%;
}
#business-trip_ex .faq-question{
	cursor: pointer;
}
}