/*-------------------- mv --------------------*/

.idx_mv {
	width: 100%;
	padding: 0px 0 33px 0;
	background: url(../img/bg_top_mv.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.idx_mv .mv_text01{
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	height: 376px;
	background: url(../img/top_mv_txt01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.idx_mv .mv_text01 img{
	display: none;
}
.idx_mv .mv_text01::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top_mv_txt01_bg.png);
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

.mv_text02{
	width: 1010px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.mv_text02>div:nth-child(1){
	width: 41.08%;
}
.mv_text02>div:nth-child(2){
	width: 55.94%;
}
.mv_text02>div:nth-child(2) img{
	display: block;
	margin: 0 auto;
}

.btn_top_mv {
	display: block;
	width: 100%;
	max-width: 404px;
	margin: 18px 0 8px 0;
	font-size: 2.2rem;
	color: #FFFFFF;
	font-weight: bold;
	padding: 19px 0;
	background: #e23079;
	border: 2px solid #e23079;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn_top_mv::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 13px solid #FFFFFF;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-left: 10px;
}

.btn_top_mv:hover {
	background: #FFFFFF;
	color: #e23079;
}

.btn_top_mv:hover::after {
	border-left-color: #e23079;
}

.mv_text03{
	padding-top: 15px;
}
.mv_text03>div{
	width: 1002px;
	max-width: 90%;
	margin: 0 auto;
}
.mv_text03>div .mv_text03_pc{
	display: block;
}
.mv_text03>div .mv_text03_sp{
	display: none;
}

@media only screen and (max-width:1100px) {
	
	.idx_mv .mv_text01 {
	    height: 33.90vw;
		background-size: auto 100%;
	}
	
}

@media only screen and (max-width: 1024px) {
	/*-------------------- mv --------------------*/
	.idx_mv .inner {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) {
	/*-------------------- mv --------------------*/
	.idx_mv {
		padding-bottom: 40px;
	}
	
	.mv_text02>div:nth-child(1) {
	    width: 100%;
	}
	.mv_text02>div:nth-child(2) {
	    width: 100%;
		margin-top: 20px;
	}
	
	.btn_top_mv {
		width: 90%;
		max-width: 400px;
		margin: 20px auto 0 auto;
		font-size: 1.8rem;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 480px) {
	/*-------------------- mv --------------------*/
	.idx_mv {
	    padding-top: 30px;
	}
	.idx_mv .inner{
		width: 80%;
	}
	.btn_top_mv {
		font-size: 1.8rem;
		padding: 10px 0;
	}
	.btn_top_mv::after{
		border-left-width: 9px;
	    border-bottom-width: 6px;
	    border-top-width: 6px;
	}
	
	.idx_mv .mv_text01 {
	    height: 65.81vw;
	    background: url(../img/top_mv_txt01_sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.mv_text02 {
	    margin-top: 5px;
	}
	.mv_text03 {
	    padding-top: 10px;
	}
	.mv_text03>div .mv_text03_pc{
		display: none;
	}
	.mv_text03>div .mv_text03_sp{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
}

/* ----------- mvold ----------- */
/*.mv {
	position: relative;
}
.mv_box{
	width: 100%;
	box-sizing: border-box;
	background: url(../img/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.mv_tableBox{
	height: 709px;
	background: url(../img/mv_img01.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.mv_tableBox img.mv_ipad{
	display: none;
	max-width: 100%;
	margin: 0 auto;
}
.mv_tableBox img.mv_sp{
	display: none;
	max-width: 100%;
	margin: 0 auto;
}
.mv_tableBox img.mv_iphone{
	display: none;
	max-width: 100%;
	margin: 0 auto;
}*/
/* ----------- btn_click_wrap ----------- */
.btn_click_wrap{
	width: 100%;
	padding: 50px 0 80px 0;
	text-align: center;
}
.contact_form .btn_click_wrap{
	padding: 20px 0 0 0;
}
.btn_click{
	display: inline-block;
}
.btn_click img{
	display: block;
	margin: 0 auto;
}
.btn_click:hover{
	transform: scale(1.05);
}
/* ----------- annoyance ----------- */
.annoyance{
	background: url(../img/annoyance_bg.png);
	padding: 70px 0 0;
	position: relative;
	overflow: hidden;
}
.annoyance_pc{
	padding-top: 45px;
}
.annoyance_pc img{
	display: block;
	margin: 0 auto;
}
.annoyance_sp{
	display: none;
}
.annoyance_footer{
	/* position: absolute;
	width: 100%;
	bottom: 0; */
}
.annoyance_footer::before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 80px solid #FFFFFF;
	border-right: 50vw solid transparent;
}
.annoyance_footer::after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 80px solid #FFFFFF;
	border-left: 50vw solid transparent;
}
.annoyance_img{
	display: none;
}
/* ----------- compare ----------- */
.compare{
	width: 100%;
	padding: 55px 0 95px 0;
	text-align: center;
}
.compare_mark{
	font-size: 2rem;
	padding: 20px 0;
}
.compare_table{
	width: 100%;
	border-collapse: collapse;
}
.compare_table th,.compare_table td{
	border: 2px solid #FFFFFF;
	background: #f6f6f6;
	vertical-align: middle;
}
.compare_table th{
	width: 16.5%;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 12px 10px;
}
.compare_table tr:first-of-type th:first-of-type{
	background: #FFFFFF;
	width: 26.5%;
}
/*.compare_table tr:first-of-type th:last-of-type{
	width: 23.4%;
	background: #e23079;
	color: #FFFFFF;
}*/
.compare_table tr:first-of-type th:nth-of-type(2){
	width: 23.4%;
	background: #e23079;
	color: #FFFFFF;
}
.compare_table td{
	font-size: 1.6rem;
	color: #221815;
	padding: 12px 10px;
}
.compare_table td.compare_no{
	font-size: 3rem;
	font-weight: bold;
	color: #e6091b;
}
.compare_table td.compare_yes{
	font-size: 3rem;
	font-weight: bold;
	color: #901ddb;
}
.compare_table tr td:first-of-type{
	background: #ffe8e9;
	color: #901ddb;
	font-weight: bold;
	text-align: left;
	font-size: 1.8rem;
	padding: 20px 15px 20px 20px;
}
/*.compare_table tr td:last-of-type{
	background: #ffe8e9;
}*/
.compare_table tr td:nth-of-type(2){
	background: #ffe8e9;
}
.compare_td_mark{
	font-size: 1.4rem;
	font-weight: normal;
	color: #221815;
}
.compare_table tr:last-of-type .compare_td_mark{
	letter-spacing: -1px;
}
/* ----------- reason ----------- */
.reason{
	background-color: #f6f6f6;
	padding: 40px 0 50px;
	/* background: #FFFFFF;
	background: -moz-linear-gradient(top, #b0cdf3 0%, #b0cdf3 5%, #ffffff 75%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0cdf3), color-stop(5%,#b0cdf3), color-stop(75%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #b0cdf3 0%, #b0cdf3 5%, #ffffff 75%, #ffffff 100%);
	background: -o-linear-gradient(top, #b0cdf3 0%, #b0cdf3 5%, #ffffff 75%, #ffffff 100%);
	background: -ms-linear-gradient(top, #b0cdf3 0%, #b0cdf3 5%, #ffffff 75%, #ffffff 100%);
	background: linear-gradient(to bottom, #b0cdf3 0%, #b0cdf3 5%, #ffffff 75%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0cdf3', endColorstr='#ffffff',GradientType=1 ); */
	
}
:root .reason {
    /* filter: none; */
}
.reason_Box{
	/* width: 56.7%; */
	/* margin: 0 auto 0 0; */
}
.reason_content{
	padding-top: 50px;
}
.reason_content ul{
	
}
.reason_content li{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.reason_content li:last-child{
	margin-bottom: 0;
}
.reason_inner{
	width: 429px;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.reason_img{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reason_img img{
	display: block;
	margin: 0 auto;
	box-shadow: -10px 10px 0 #e4e4e4;
}
.reason_img02{
	display: none;
}
.reason_teble{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reason_tL{
	width: 62px;
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reason_tR{
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
}
.reason_title{
	font-size: 2.8rem;
	color: #901ddb;
	font-weight: bold;
	text-align: justify;
}
.reason_text{
	font-size: 1.6rem;
	color: #221815;
	line-height: 2.8rem;
	margin-top: 10px;
}

.reason_content li:nth-child(2n) .reason_img img{
	box-shadow: 10px 10px 0 #e4e4e4;
}

.reason_content li:nth-child(2n) .reason_inner{
	padding-left: 30px;
	padding-right: 0;
}

/* ----------- speciality ----------- */
.speciality{
	padding-top: 50px;
	padding-bottom: 90px;
}
.speciality_Box{
	
}
.speciality_list{
	padding-top: 28px;
}
.speciality_list ul{
	overflow: hidden;
}
.speciality_list ul>li{
	width: 31%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 3.5%;
	
	background-color: #FFFFFF;
	border: 2px solid #e0e4ec;
	border-radius: 10px;
}
.speciality_list ul>li:nth-child(3n){
	margin-right: 0;
}
.speciality_img{
	background-color: #e0e4ec;
	padding: 35px 24px 30px;
	text-align: center;
}
.speciality_img img{
	display: block;
	margin: 0 auto;
}
.speciality_img p{
	font-size: 2.8rem;
	line-height: 3.5rem;
	font-weight: bold;
	color: #901ddb;
	padding-top: 15px;
}
.speciality_title{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 24px 10px;
}
.speciality_title span{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-size: 2.0rem;
	color: #221815;
	line-height: 3.0rem;
	font-weight: bold;
	text-align: center;
}
.speciality_text{
	padding: 0 24px 25px;
	font-size: 1.6rem;
	color: #221815;
	line-height: 2.6rem;
	text-align: justify;
}
.speciality_btn{
	padding-top: 54px;
	text-align: center;
}
.speciality_btn a{
	display: inline-block;
	width: 493px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	background-color: #e23079;
	color: #FFFFFF;
	text-align: center;
	padding: 25px 10px 22px;
	padding: 27px 10px 20px\0;
	letter-spacing: 2px;
	border-radius: 5px;
	border: 1px solid #e23079;
	box-sizing: border-box;
}
.speciality_btn a span{
	margin-right: 8px;
}
.speciality_btn a:hover{
	background-color: #FFFFFF;
	color: #e23079;
}
.speciality_btn a::after{
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 13px solid #FFFFFF;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-left: 10px;
	position: relative\0;
	top: -2px\0;
}
.speciality_btn a:hover::after{
	border-left: 13px solid #e23079;
}

/* ----------- banner01 ----------- */
.banner01{
	padding: 97px 0;
	background: url(../img/banner01_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner01_inner{
	padding: 50px 65px 40px;
	background-color: rgba(144,29,219,0.9);
}
.banner01_title{
	font-size: 3.5rem;
	color: #FFFFFF;
	line-height: 5.5rem;
	text-align: center;
	font-weight: bold;
}
.banner01_title span{
	color: #e7e552;
}
.banner01_border{
	display: block;
	margin: 10px auto 25px;
}
.banner01_text{
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 3.0rem;
}

/* ----------- voice ----------- */
.voice{
	padding: 85px 0 44px;
}
.voice_content{
	padding-top: 40px;
}
.voice_content ul{
	
}
.voice_content ul li{
	margin-bottom: 36px;
}
.voice_content ul li:last-child{
	margin-bottom: 0px;
}

.voice_medule{
	background-color: #FFFFFF;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #e0e4ec;
	
}
.voice_img{
	width: 284px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 36px 30px;
	position: relative;
}
.voice_img img{
	display: block;
	margin: 0 auto;
}
.voice_img p{
	display: inline-block;
	position: absolute;
	top: calc(50% + 62px);
	left: -5px;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #901ddb;
	padding: 0px 25px 0 18px;
	height: 36px;
	box-sizing: border-box;
}
.voice_img p::after{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 36px solid #901ddb;
	border-right: 17px solid transparent;
	position: absolute;
	left: 100%;
	top: 0;
}

.voice_inner{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 55px;
	padding-top: 36px;
	padding-bottom: 36px;
}
.voice_iTitle{
	font-size: 2.2rem;
	color: #901ddb;
	font-weight: bold;
	text-align: justify;
}
.voice_iText{
	font-size: 1.4rem;
	color: #221815;
	line-height: 2.4rem;
	text-align: justify;
	padding-top: 5px;
}

.voice_img02{
	display: none;
}
.voice_img01 p {
    left: auto;
    right: -5px;
}
.voice_img01 p::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 36px solid #901ddb;
    border-left: 17px solid transparent;
	border-right: none;
    position: absolute;
    right: 100%;
	left: auto;
    top: 0;
}
.voice_content ul li:nth-child(2n) .voice_inner {
    padding-left: 55px;
	padding-right: 0;
}

/* ----------- flow ----------- */
.flow{
	padding-top: 50px;
	padding-bottom: 85px;
}
.flow_content{
	padding-top: 35px;
}
.flow_content ul{
	
}
.flow_content ul li{
	width: 32.8%;
	float: left;
	margin-right: 0.8%;
}
.flow_content ul li:nth-child(3n){
	margin-right: 0;
}
.flow_medule{
	
}
.flow_img{
	position: relative;
}
.flow_img img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.flow_img img.flow_num{
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.flow_inner{
	padding: 25px 24px 22px;
	background-color: #e0e4ec;
	font-size: 1.6rem;
	color: #221815;
	line-height: 2.6rem;
	text-align: justify;
}
/* ----------- price ----------- */
.price{
	padding: 85px 0;
	background: url(../img/price_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.price_inner{
	width: 551px;
	max-width: 100%;
	margin: 0 0 0 auto;
	background-color: rgba(144,29,219,0.9);
	box-sizing: border-box;
	padding: 40px 20px;
}
.price_iBox img{
	display: block;
	margin: 0 auto;
}
.price_title{
	margin-top: 10px;
}
.price_title h2{
	font-size: 3.5rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.price_text{
	padding-top: 3px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

/* ----------- contact01 ----------- */
.contact01{
	background: url(../img/contact01_bg.png);
	padding: 74px 0 128px;
	position: relative;
}
.contact01_title01{
	text-align: center;
	margin-bottom: 10px;
}
.contact01_title01 p{
	display: inline-block;
	font-size: 2.4rem;
	color: #221815;
	font-weight: bold;
	padding: 0 40px 0 48px;
	background: url(../img/contact01_img01.png) left bottom,url(../img/contact01_img02.png) right bottom;
	background-repeat: no-repeat;
}
.contact01_img{
	padding-top: 20px;
}
.contact01_img img{
	display: block;
	margin: 0 auto;
}
.contact01_bottom{
	
}
.contact01_bottom::before{
	content: "";
	width: 0;
	height: 0;
	border-left: calc(50vw - 60px) solid #FFFFFF;
	border-bottom: 55px solid #FFFFFF;
	border-right: 60px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact01_bottom::after{
	content: "";
	width: 0;
	height: 0;
	border-right: calc(50vw - 60px) solid #FFFFFF;
	border-bottom: 55px solid #FFFFFF;
	border-left: 60px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* ----------- contact_form_text ----------- */
.contact_form_text{
	padding-top: 15px;
}
.contact_form_t01{
	font-size: 2.0rem;
	color: #221815;
	line-height: 3.0rem;
	text-align: center;
}
.contact_form_tel{
	padding-top: 20px;
}
.contact_form_tel p:nth-child(1){
	text-align: center;
	line-height: 1;
}
.contact_form_tel p:nth-child(1) span{
	font-size: 2.6rem;
	color: #2e3136;
	font-weight: bold;
	margin-right: 10px;
}
.contact_form_tel p:nth-child(1) a{
	font-size: 4.2rem;
	color: #901ddb;
	font-weight: bold;
	display: inline-block;
}
.contact_form_tel p:nth-child(1) a:hover{
	text-decoration: underline;
	/* transform: scale(1.02); */
}
.contact_form_tel p:nth-child(2){
	font-size: 2.0rem;
	color: #221815;
	line-height: 3.0rem;
	text-align: center;
	padding-top: 8px;
}
.contact_form_tel_mark{
	font-size: 2.0rem;
	color: #221815;
	line-height: 3.0rem;
	text-align: center;
	padding-top: 8px;
}
.contact_form_t02{
	padding: 30px 60px;
	border: 4px solid #e0e4ec;
	margin-top: 15px;
}
.contact_form_t02Box{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_form_t02L{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}
.contact_form_t02R{
	width: 385px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_form_t02L p:nth-child(1){
	font-size: 2.0rem;
	color: #2e3136;
	font-weight: bold;
}
.contact_form_t02L p:nth-child(2){
	font-size: 1.6rem;
	color: #2e3136;
	padding-top: 2px;
}

.contact_form_t02R a {
    display: block;
    width: auto;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    background-color: #901ddb;
    color: #FFFFFF;
    text-align: center;
    padding: 24px 10px 19px;
    letter-spacing: 2px;
    border-radius: 8px;
    border: 1px solid #901ddb;
    box-sizing: border-box;
}
.contact_form_t02R a span{
	margin-right: 8px;
}
.contact_form_t02R a:hover{
	background-color: #FFFFFF;
	color: #901ddb;
}
.contact_form_t02R a::after{
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 13px solid #FFFFFF;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-left: 10px;
	position: relative\0;
	top: -2px\0;
}
.contact_form_t02R a:hover::after{
	border-left: 13px solid #901ddb;
}

/* ----------- mv_bar ----------- */
.mv_bar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.mv_bar .main1000{
	display: table;
	table-layout: fixed;
	border: 3px solid #e23079;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.mv_bar_close{
	width: 24px;
	padding: 1px;
	background: #e23079;
	position: absolute;
	top: 0;
	right: 0;
}
.mv_bar_close img{
	display: block;
}
.mv_bar_left{
	width: 56.5%;
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	background: #e23079;
	line-height: 1.3;
	padding: 18px 0 8px 30px;
	position: relative;
}
.mv_bar_left_arrow{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 50px solid #e23079;
	border-right: 50px solid transparent;
	top: 0;
	bottom: 0;
	right: -100px;
	margin: auto;
}
.mv_bar_left_t{
	font-size: 2.8rem;
}
.mv_bar_left_t span,.mv_bar_left_t img{
	vertical-align: middle;
}
.mv_bar_left_b{
	font-size: 5.6rem;
	font-weight: bold;
}
.mv_bar_right{
	width: 43.5%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 10px 15px 60px;
	background: #FFFFFF;
}
.mv_bar_right_tit{
	display: inline-block;
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 0 35px;
	background: url(../img/mv_bar_line01.png) no-repeat left center,url(../img/mv_bar_line02.png) no-repeat right center;
}
.mv_bar_right_tit span{
	font-size: 4.1rem;
}
.mv_bar_btn{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 334px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    background-color: #e23079;
    border: 2px solid #e23079;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 5px 13px;
    letter-spacing: 2px;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow:0px 5px 0px #5e3034;
}
.mv_bar_btn:hover{
	background: #FFFFFF;
	color: #e23079;
	box-shadow: none;
	transform: translate3d(0, 5px, 0);
}

/* ----------- information ----------- */
.information{
	padding: 70px 0 60px;
}
.information_link{
	font-size: 0;
}
.information_link ul{
	text-align: center;
}
.information_link ul li{
	display: inline-block;
	padding: 0 22px;
	border-right: 1px solid #221815;
}
.information_link ul li:last-child{
	border-right: none;
}
.information_link ul li a{
	font-size: 1.4rem;
	color: #221815;
	line-height: 1;
}
.information_link ul li a:hover{
	color: #901ddb;
}
.information_logo{
	text-align: center;
	padding-top: 23px;
}
.information_logo a{
	display: inline-block;
}
.information_logo a:hover{
	opacity: 0.8;
}

/* ----------- YouTube ----------- */
.youtube{
	width: 100%;
	padding: 90px 0 20px 0;
}
.info_YouTube{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 40px;
}
.info_YouTubeImg{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.info_YouTubeImg img{
	display: block;
}
.info_YouTubeInner{
	width: 48%;
	float: left;
}
.info_YouTubeTitle{
	font-size: 2rem;
	font-weight: bold;
	color: #901ddb;
}
.info_YouTubeBtn{
	margin: 15px auto 30px auto;
}
.info_YouTubeBtn a {
    display: inline-block;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 15px 40px;
    border-radius: 40px;
    background: #e23079;
}
.info_YouTubeText {
    font-size: 1.4rem;
    color: #000000;
    text-align: justify;
    line-height: 2;
}
.info_YouTubeText span {
    font-weight: bold;
    color: #901ddb;
}

@media only screen and (max-width: 1024px) {
	/* ----------- mv ----------- */
	/*.mv_box {
	    background-position: 60% center;
	}
	.mv_tableBox{
		background: none;
		height: auto;
	}
	.mv_tableBox img.mv_ipad {
	    display: block;
		width: 100%;
	}*/
	
	/* ----------- annoyance ----------- */
	.annoyance_footer::before{
		border-bottom: 5.0vw solid #FFFFFF;
	}
	.annoyance_footer::after{
		border-bottom: 5.0vw solid #FFFFFF;
	}
	/* ----------- reason ----------- */
	.reason_content {
	    padding-top: 45px;
	}
	.reason_tL {
	    width: 55px;
	}
	.reason_tL img{
	    width: 45px;
	}
	.reason_tR {
	    padding-top: 22px;
	}
	.reason_title {
	    font-size: 2.4rem;
	}
	.reason_inner {
	    width: 380px;
	}
	
	/* ----------- speciality ----------- */
	.speciality_list ul>li {
	    width: 32%;
	    margin-right: 2%;
	    border: 2px solid #e0e4ec;
	    border-radius: 10px;
	}
	.speciality_img {
	    padding: 35px 15px 30px;
	}
	.speciality_img p {
	    font-size: 2.4rem;
	    line-height: 3.0rem;
	    padding-top: 15px;
	}
	.speciality_title {
	   padding: 20px 15px 10px;
	}
	.speciality_title span {
	    font-size: 1.8rem;
	    line-height: 2.8rem;
	}
	.speciality_text {
	    padding: 0 15px 25px;
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	.speciality_btn {
	    padding-top: 40px;
	}
	.speciality_btn a {
	    width: 460px;
	    font-size: 2.2rem;
	    padding: 20px 10px 17px;
	}
	/* ----------- banner01 ----------- */
	.banner01{
		padding: 80px 0;
		background-position: right center;
	}
	.banner01_inner {
	    padding: 40px 40px 30px;
	    /* background-color: rgba(6,80,203,0.9); */
	}
	.banner01_title {
	    font-size: 3.2rem;
	    line-height: 4.7rem;
	}
	.banner01_text {
	    font-size: 1.6rem;
	    line-height: 2.6rem;
	}
	/* ----------- voice ----------- */
	.voice {
	    padding: 80px 0 40px;
	}
	.voice_img {
	    width: 264px;
	    padding: 36px 20px;
	}
	.voice_inner {
	    padding-right: 30px;
	}
	.voice_content ul li:nth-child(2n) .voice_inner {
		padding-left: 30px;
	}
	/* ----------- flow ----------- */
	.flow{
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.flow_img img.flow_num {
	    max-width: 30%;
	}
	
	/* ----------- price ----------- */
	.price {
	    padding: 80px 0;
	}
	.price_title h2 {
	    font-size: 3.2rem;
	}
	
	
	/* ----------- contact_form_text ----------- */
	.contact_form_text{
		
	}
	.contact_form_t01 {
	    font-size: 1.8rem;
	    line-height: 2.8rem;
	}
	.contact_form_tel p:nth-child(1) span {
	    font-size: 2.4rem;
	    margin-right: 8px;
	}
	.contact_form_tel p:nth-child(1) a {
	    font-size: 3.8rem;
	}
	.contact_form_tel p:nth-child(2),.contact_form_tel_mark {
	    font-size: 1.8rem;
	    line-height: 2.8rem;
	}
	.contact_form_t02 {
	    padding: 25px 30px;
	    border: 4px solid #e0e4ec;
	    margin-top: 15px;
	}
	.contact_form_t02R {
	    width: 360px;
	}
	.contact_form_t02R a {
	    font-size: 2.2rem;
	    padding: 20px 10px 17px;
	}
	
	.mv_barText p {
	    font-size: 2.4rem;
	    letter-spacing: 3px;
	}
	.mv_barText p.mv_barTime {
	    font-size: 3.0rem;
	    background: url(../img/mv_bar_img02.png) left center,url(../img/mv_bar_img03.png) right center;
	    background-repeat: no-repeat;
		background-size: 15px auto;
	    padding: 0 25px;
	    margin: 0 10px;
	}
	
	
	
	
	
	
	
	
	/* ----------- mv_bar ----------- */
	.mv_bar .main1000{
		width: 100%;
		max-width: 1000px;
	}
	.mv_bar_left{
		padding: 18px 0 8px 10px;
	}
	.mv_bar_left_arrow{
		border-left-width: 40px;
		border-right-width: 40px;
		right: -80px;
	}
	.mv_bar_left_t{
		font-size: 2rem;
	}
	.mv_bar_left_b{
		font-size: 4.2rem;
	}
	.mv_bar_right{
		padding: 10px 10px 15px 50px;
	}
	.mv_bar_right_tit{
		font-size: 2rem;
	}
	.mv_bar_right_tit span{
		font-size: 3.6rem;
	}
	.mv_bar_btn{
	    font-size: 2rem;
	}
	.mv_bar_close{
		top: -13px;
		right: -3px;
	}
	
	
	
	
	
	
	
}

@media only screen and (max-width: 768px) {
	/* ----------- mv ----------- */
	
	/* ----------- annoyance ----------- */
	.annoyance {
	    padding: 60px 0 0;
	}
	.annoyance_pc{
		display: none;
	}
	.annoyance_sp{
		display: block;
		padding-top: 30px;
	}
	.annoyance_sp ul{
		overflow: hidden;
		margin-bottom: -10px;
	}
	.annoyance_sp ul>li{
		width: 48%;
		float: left;
		margin-bottom: 10px;
	}
	.annoyance_sp ul>li:nth-child(2n){
		float: right;
	}
	.annoyance_listBox{
		width: 100%;
		display: table;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.annoyance_listBox>div{
		display: table-cell;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.annoyance_listBox>div:nth-child(1){
		width: 28px;
	}
	.annoyance_listBox>div:nth-child(1) img{
		width: 22px;
		display: block;
	}
	.annoyance_listBox>div:nth-child(2){
		padding-top: 0px;
	}
	.annoyance_title{
		font-size: 1.6rem;
		font-weight: bold;
		color: #221815;
		text-align: justify;
	}
	.annoyance_text{
		font-size: 1.4rem;
		color: #221815;
		line-height: 2.2rem;
		text-align: justify;
	}
	.annoyance_img{
		display: block;
		padding-top: 20px;
	}
	.annoyance_img img{
		width: 240px;
		display: block;
		margin: 0 auto;
	}
	/* ----------- compare ----------- */
	.compare{
		padding: 50px 0;
	}
	.compare_mark{
		font-size: 1.8rem;
	}
	.compare_table th,.compare_table td{
		border-width: 1px;
	}
	.compare_table th{
		font-size: 2rem;
		width: 18%;
	}
	.compare_table tr:first-of-type th:first-of-type{
		width: 22%;
	}
	.compare_table tr:first-of-type th:last-of-type{
		width: 24%;
	}
	.compare_table td{
		font-size: 1.4rem;
	}
	.compare_table td.compare_no{
		font-size: 2.6rem;
	}
	.compare_table td.compare_yes{
		font-size: 2.6rem;
	}
	.compare_table tr td:first-of-type{
		font-size: 1.6rem;
		padding: 20px 15px;
	}
	.compare_td_mark{
		font-size: 1.3rem;
	}
	/* ----------- reason ----------- */
	.reason {
	    padding-bottom: 40px;
	}
	.reason_content {
	    padding-top: 30px;
	}
	.reason_inner {
	    width: auto;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.reason_img {
	    display: block;
		padding-top: 20px;
	}
	.reason_title br.pc_br03{
		display: none;
	}
	.reason_text br.pc_br02{
		display: none;
	}
	.reason_img01{
		display: none;
	}
	.reason_img02{
		display: block;
		padding-top: 20px;
	}
	.reason_img02 img{
		display: block;
		margin: 0 auto;
		box-shadow: 5px 5px 0 #e4e4e4;
	}
	.reason_img img {
	    box-shadow: 5px 5px 0 #e4e4e4;
	}
	.reason_content li:nth-child(2n) .reason_inner {
	    padding-left: 0px;
	}
	.reason_content li {
	    margin-bottom: 30px;
	}
	.reason_tL img {
	    width: 40px;
	}
	.reason_tL {
	    width: 50px;
	}
	.reason_tR {
	    padding-top: 20px;
	}
	.reason_title {
	    font-size: 2.0rem;
	}
	.reason_text {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	    margin-top: 5px;
	}
	/* ----------- speciality ----------- */
	.speciality {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	.speciality_list ul {
	    margin-bottom: -20px;
	}
	.speciality_list ul>li {
	    width: 49%;
	    margin-right: 2%;
		margin-bottom: 20px;
	}
	.speciality_list ul>li:nth-child(3n) {
	    margin-right: 2%;
	}
	.speciality_list ul>li:nth-child(2n) {
	    margin-right: 0;
	}
	.speciality_img img {
	    width: 90px;
	}
	.speciality_img {
	    padding: 25px 15px 15px;
	}
	.speciality_img p {
	    font-size: 2.2rem;
	    line-height: 2.8rem;
	}
	.speciality_title span {
	    font-size: 1.6rem;
	    line-height: 2.6rem;
	}
	.speciality_btn a {
	    max-width: 100%;
	    font-size: 1.8rem;
	    padding: 18px 10px 15px;
	}
	.speciality_btn a::after {
	    border-left: 10px solid #FFFFFF;
	    border-bottom: 6px solid transparent;
	    border-top: 6px solid transparent;
	    margin-left: 10px;
	}
	.speciality_btn a:hover::after {
	    border-left: 10px solid #e23079;
	}
	/* ----------- banner01 ----------- */
	.banner01_inner {
	    padding: 40px 20px 30px;
	}
	.banner01_border {
	    margin: 15px auto 20px;
	}
	.banner01_title {
	    font-size: 3.0rem;
	    line-height: 4.0rem;
	}
	/* ----------- voice ----------- */
	.voice {
	    padding: 60px 0 40px;
	}
	.voice_content {
	    padding-top: 30px;
	}
	.voice_content ul li {
	    margin-bottom: 20px;
	}
	.voice_medule {
	    border: 3px solid #e0e4ec;
	}
	.voice_img p {
	    top: calc(50% + 62px);
	    left: -3px;
	    font-size: 1.4rem;
	    line-height: 3.4rem;
	    height: 34px;
		padding: 0px 15px 0 15px;
	}
	.voice_img p::after {
	    border-bottom: 34px solid #901ddb;
	}
	.voice_img {
	    width: 220px;
	    padding: 25px 20px;
	}
	.voice_inner {
	    padding-right: 20px;
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	.voice_iTitle {
	    font-size: 2.0rem;
	}
	.voice_img01 p {
	    left: auto;
	    right: -3px;
	}
	.voice_content ul li:nth-child(2n) .voice_inner {
	    padding-left: 20px;
	}
	/* ----------- flow ----------- */
	.flow{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.flow_img img.flow_num {
	    max-width: 30%;
	}
	.flow_content {
	    padding-top: 30px;
	}
	.flow_content ul{
		margin-bottom: -20px;
	}
	.flow_content ul li {
	    width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.flow_content ul li:nth-child(3n){
		margin-right: 2%;
	}
	.flow_content ul li:nth-child(2n){
		margin-right: 0;
	}
	.flow_inner {
	    padding: 20px 20px 17px;
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	/* ----------- price ----------- */
	.price_inner {
	    width: auto;
	    padding: 30px 20px 25px;
	}
	.price_title h2 {
	    font-size: 3.0rem;
	}
	.price_text {
	    padding-top: 5px;
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	
	/* ----------- contact01 ----------- */
	.contact01{
		padding: 60px 0 100px;
	}
	.contact01_title01 p {
	    font-size: 2.0rem;
	    padding: 0 30px 0 35px;
	    background: url(../img/contact01_img01.png) left bottom,url(../img/contact01_img02.png) right bottom;
	    background-repeat: no-repeat;
		background-size: 30px auto;
	}
	.contact01_img img {
	    width: 500px;
	}
	.contact01_bottom::before {
	    border-left: calc(50vw - 50px) solid #FFFFFF;
	    border-bottom: 40px solid #FFFFFF;
	    border-right: 50px solid transparent;
	}
	.contact01_bottom::after {
	    border-right: calc(50vw - 50px) solid #FFFFFF;
	    border-bottom: 40px solid #FFFFFF;
	    border-left: 50px solid transparent;
	}
	
	/* ----------- contact_form_text ----------- */
	.contact_form_t01 {
	    font-size: 1.6rem;
	    line-height: 2.6rem;
	}
	.contact_form_tel {
	    padding-top: 15px;
	}
	.contact_form_tel p:nth-child(1) span {
	    font-size: 2.0rem;
	    margin-right: 5px;
	}
	.contact_form_tel p:nth-child(1) a {
	    font-size: 3.4rem;
	}
	.contact_form_tel p:nth-child(2),.contact_form_tel_mark {
	    font-size: 1.6rem;
	    line-height: 2.6rem;
	}
	.contact_form_t02 {
	    padding: 25px 20px;
	    border: 4px solid #e0e4ec;
	    margin-top: 15px;
	}
	.contact_form_t02L {
	    display: block;
	    padding-right: 0px;
	}
	.contact_form_t02R {
		display: block;
	    width: auto;
		padding-top: 15px;
		text-align: center;
	}
	.contact_form_t02R a {
		display: inline-block;
		width: 100%;
	    max-width: 460px;
	    font-size: 1.8rem;
	    padding: 18px 10px 15px;
		border-radius: 5px;
	}
	.contact_form_t02R a::after {
	    border-left: 10px solid #FFFFFF;
	    border-bottom: 6px solid transparent;
	    border-top: 6px solid transparent;
	    margin-left: 10px;
	}
	.contact_form_t02R a:hover::after {
	    border-left: 10px solid #901ddb;
	}
	.contact_form_t02L p:nth-child(1) {
	    font-size: 1.8rem;
	}
	.contact_form_t02L p:nth-child(2) {
	    font-size: 1.4rem;
	}
	
	/* ----------- mv_bar ----------- */
	
	.mv_bar .main1000{
		border-width: 2px;
	}
	.mv_bar_close{
		width: 20px;
		top: -11px;
		right: -2px;
	}
	.mv_bar_left{
		width: 60%;
		padding: 18px 0 8px 20px;
	}
	.mv_bar_left_arrow{
		border-left-width: 30px;
		border-right-width: 30px;
		right: -60px;
	}
	.mv_bar_left_t{
		font-size: 2rem;
	}
	.mv_bar_left_b{
		font-size: 4rem;
		font-weight: bold;
	}
	.mv_bar_right{
		width: 40%;
		padding: 10px 10px 15px 40px;
	}
	.mv_bar_right_tit{
		font-size: 2rem;
		letter-spacing: 0;
		padding: 0 30px;
		background-size: 22px;
	}
	.mv_bar_right_tit span{
		font-size: 3.6rem;
	}
	.mv_bar_btn{
	    font-size: 2rem;
	    padding: 18px 5px 15px;
	    letter-spacing: 0;
	    box-shadow:0px 3px 0px #5e3034;
	}
	
	
	
	
	
	/* ----------- common ----------- */
	
	
	
	
	
	/* ----------- information ----------- */
	.information {
	    padding-top: 60px;
	}
	.information_content {
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	
	.information_title {
	    font-size: 1.6rem;
	    margin-bottom: -3px;
	}
	.information_list li {
	    padding: 10px 0 7px;
	    font-size: 1.6rem;
	}
	.information_map iframe {
	    height: 400px;
	}
	/* ----------- YouTube ----------- */
	.youtube{
		padding-bottom: 0 !important;
	}
	.info_YouTube{
		margin-top: 30px;
	}
	.info_YouTubeImg{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.info_YouTubeImg img{
		margin: 0 auto;
	}
	.info_YouTubeInner{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.info_YouTubeTitle{
		font-size: 1.8rem;
	}
	.info_YouTubeBtn{
		margin: 15px auto 30px auto;
	}
	.info_YouTubeBtn a {
	    font-size: 1.6rem;
	}
	
}
@media only screen and (max-width: 640px ) {
	/* ----------- mv_bar ----------- */
	.mv_bar_left_t{
		font-size: 1.8rem;
	}
	.mv_bar_left_t span,.mv_bar_left_t img{
		vertical-align: middle;
	}
	.mv_bar_left_b{
		font-size: 3rem;
	}
	.mv_bar_right_tit{
		font-size: 1.8rem;
		padding: 0 35px;
	}
	.mv_bar_right_tit span{
		font-size: 2.2rem;
	}
	.mv_bar_btn{
	    font-size: 1.6rem;
	    padding: 18px 5px 15px;
	    margin-top: 5px;
	}
	/* ----------- btn_click_wrap ----------- */
	.btn_click_wrap{
		padding: 30px 0 50px 0;
	}
	.btn_click:hover{
		transform: scale(1);
	}
}

@media only screen and (max-width: 480px) {
	
	/* ----------- mv ----------- */
	/*.mv_box {
	    background: url(../img/mv_bg02.png),#3473c2;
		background-repeat: no-repeat;
	    background-position: center 120%;
	    background-size: 100% auto;
	    padding-bottom: 50vw;
		padding-top: 10px;
	}
	.mv_tableBox img.mv_ipad {
	    display: none;
	}
	.mv_tableBox img.mv_iphone{
		display: block;
	}
	.mv_tableBox img.mv_iphone02{
		margin: 10px auto 0;
	}*/
	/* ----------- btn_click_wrap ----------- */
	.btn_click_wrap{
		padding: 20px 0 35px 0;
	}
	
	/* ----------- annoyance ----------- */
	.annoyance {
	    padding: 40px 0 0;
	}
	.annoyance_sp {
	    padding-top: 25px;
	}
	.annoyance_sp ul>li {
	    width: auto;
	    float: none;
	}
	.annoyance_sp ul>li:nth-child(2n) {
	    float: none;
	}
	.annoyance_img img {
	    width: 180px;
	}
	/* ----------- compare ----------- */
	.compare_mark{
		font-size: 1.6rem;
	}
	.compare_table th{
		font-size: 1.6rem;
		padding: 10px 5px;
	}
	.compare_table td{
		padding: 10px 5px;
	}
	.compare_table td.compare_no,.compare_table td.compare_yes{
		font-size: 2rem;
	}
	.compare_table tr td:first-of-type{
		font-size: 1.4rem;
		padding: 15px 10px;
	}
	.compare_td_mark{
		font-size: 1.2rem;
	}
	/* ----------- reason ----------- */
	.reason {
	    padding-bottom: 30px;
	}
	.reason_content {
	    padding-top: 30px;
	}
	.reason_content li {
		
	}
	.reason_tL img {
	    width: 30px;
	}
	.reason_tL {
	    width: 35px;
	}
	.reason_tR {
	    padding-top: 13px;
	}
	.reason_title {
	    font-size: 1.8rem;
	}
	.reason_img {
	    padding-top: 15px;
	}
	.reason_content li {
	    margin-bottom: 25px;
	}
	.reason_img02 {
	    padding-top: 15px;
	}
	
	/* ----------- speciality ----------- */
	.speciality {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.speciality_list ul>li {
		float: none;
	    width: auto;
	    margin-right: 0%;
	    margin-bottom: 20px;
		border-radius: 5px;
	}
	.speciality_list ul>li:nth-child(3n) {
	    margin-right: 0%;
	}
	.speciality_img {
	    padding: 20px 15px 10px;
	}
	.speciality_img img {
	    width: 80px;
	}
	.speciality_img p {
	    font-size: 2.0rem;
	    line-height: 2.6rem;
	}
	.speciality_title {
	    padding: 15px 15px 5px;
	}
	.speciality_btn {
	    padding-top: 30px;
	}
	.speciality_btn a {
	    font-size: 1.6rem;
	}
	/* ----------- banner01 ----------- */
	.banner01 {
	    background-position: 90% center;
	}
	.banner01_inner {
	    padding: 30px 15px 25px;
	}
	.banner01_border {
	    margin: 15px auto 20px;
	}
	.banner01_title {
	    font-size: 2.4rem;
	    line-height: 3.4rem;
	}
	.banner01_title br{
		display: none;
	}
	.banner01_border {
	    margin: 10px auto 15px;
	}
	/* ----------- voice ----------- */
	.voice {
	    padding: 40px 0 30px;
	}
	.voice_content {
	    padding-top: 25px;
	}
	.voice_img {
		display: block;
	    width: auto;
	    padding: 25px 15px 0;
		text-align: center;
	}
	.voice_inner {
		display: block;
	    padding-right: 15px;
		padding-left: 15px;
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.voice_img p {
		position: absolute;
	    top: auto;
		bottom: 0;
	    left: 0;
	    font-size: 1.4rem;
	    line-height: 3.4rem;
	    height: 34px;
	    padding: 0px 15px 0 15px;
	}
	.voice_content ul li:nth-child(2n) .voice_inner {
	    padding-left: 15px;
		padding-right: 15px;
	}
	.voice_img01{
		display: none;
	}
	.voice_iTitle {
	    font-size: 1.8rem;
	}
	/* ----------- flow ----------- */
	.flow{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.flow_content {
	    padding-top: 25px;
	}
	.flow_content ul li {
	    width: auto;
	    margin-right: 0;
	}
	.flow_content ul li:nth-child(2n){
		margin-right: 0;
	}
	.flow_inner {
	    padding: 20px 15px 17px;
	}
	.flow_img img.flow_num {
	    max-width: 22%;
	}
	/* ----------- price ----------- */
	.price_inner {
	    width: auto;
	    padding: 25px 15px 20px;
	}
	.price_iBox img {
	    width: 35px;
	}
	.price_title h2 {
	    font-size: 2.4rem;
	}
	/* ----------- contact01 ----------- */
	.contact01{
		padding: 40px 0 70px;
	}
	.contact01_title01 p {
	    font-size: 1.8rem;
	    padding: 0 25px 0 30px;
	    background: url(../img/contact01_img01.png) left bottom,url(../img/contact01_img02.png) right bottom;
	    background-repeat: no-repeat;
		background-size: 25px auto;
	}
	.contact01_img img {
	    width: 500px;
	}
	.contact01_bottom::before {
	    border-left: calc(50vw - 40px) solid #FFFFFF;
	    border-bottom: 30px solid #FFFFFF;
	    border-right: 40px solid transparent;
	}
	.contact01_bottom::after {
	    border-right: calc(50vw - 40px) solid #FFFFFF;
	    border-bottom: 30px solid #FFFFFF;
	    border-left: 40px solid transparent;
	}
	
	/* ----------- contact_form ----------- */
	.contact_form_t01 {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	.contact_form_tel {
	    padding-top: 10px;
	}
	.contact_form_tel p:nth-child(1) a {
	    font-size: 3.0rem;
	}
	.contact_form_tel p:nth-child(2),.contact_form_tel_mark {
	    font-size: 1.4rem;
	    line-height: 2.4rem;
	}
	.contact_form_t02 {
	    padding: 20px 15px;
	    border: 2px solid #e0e4ec;
	    margin-top: 15px;
	}
	.contact_form_t02L p:nth-child(1) {
	    font-size: 1.6rem;
	}
	.contact_form_t02R a {
	    font-size: 1.6rem;
	}
	
	/* ----------- mv_bar ----------- */
	.mv_bar .main1000{
		border-width: 1px;
	}
	.mv_bar_close{
		right: -1px;
	}
	.mv_bar_left{
		width: 56%;
		padding: 15px 0 8px 10px;
	}
	.mv_bar_left_arrow{
		border-left-width: 10px;
		border-right-width: 10px;
		right: -20px;
	}
	.mv_bar_left_t{
		font-size: 1.2rem;
	}
	.mv_bar_left_t img{
		width: 10px;
	}
	.mv_bar_left_b{
		font-size: 2rem;
	}
	.mv_bar_right{
		width: 44%;
		padding: 5px 5px 10px 15px;
	}
	.mv_bar_right_tit{
		font-size: 1.3rem;
		padding: 0 15px;
		background-size: 15px;
	}
	.mv_bar_right_tit span{
		font-size: 2rem;
	}
	.mv_bar_btn{
	    font-size: 1.2rem;
	    padding: 10px 5px 8px;
	    border-radius: 4px;
	    margin-top: 3px;
	}
	
	
	
	
	
	
	
	
	
	
	/* ----------- information ----------- */
	.information {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.information_content {
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.information_title {
	    font-size: 1.4rem;
	    margin-bottom: -3px;
	}
	.information_list li {
	    font-size: 1.4rem;
	}
	.information_map iframe {
	    height: 350px;
	}
	/* ----------- YouTube ----------- */
	.youtube{
		padding-bottom: 0 !important;
	}
	.info_YouTube{
		margin-top: 25px;
	}
	.info_YouTubeTitle{
		font-size: 1.6rem;
	}
	.info_YouTubeBtn{
		margin: 10px auto 20px auto;
	}
	.info_YouTubeBtn a {
	    font-size: 1.4rem;
	    padding: 12px 30px;
	    border-radius: 30px;
	}
}