@charset "utf-8";

/*---------------------------------

	2020/11 追加分

---------------------------------*/
/*ボタン領域*/
.f-wrapper{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.f-inner01 {
	width:calc(100% - 170px);
}
.f-inner02 {
	width:160px;
}
/*ボタン領域 スマホタブレット */
@media only screen and (max-width: 768px){
	.f-inner01,
	.f-inner02{
		width: 100%;
	}
}

/*申し込みボタンエリア*/
.apply_area{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content:space-between;
}
.apply_area .btn_box01{
	width: 100%;
	margin-bottom:15px;
}
.apply_area .btn_box02{
	width: 49%;
	margin-bottom:15px;
}
/*申し込みボタンエリア スマホタブレット */
@media only screen and (max-width: 768px){
	.apply_area .btn_box01,
	.apply_area .btn_box02{
		width: 100%;
	}
}
/*ボタン汎用スタイル*/
/*角丸*/
.apply_btn{
	position: relative;
	width:100%;
	padding:10px 20px;
	text-align: center;
	line-height: 1.25;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	}
/*オンライン*/
.online_btn{
	background: #ffd601!important;/*赤#CF1E1Eを黄色に*/
	border: 2px solid #000000!important;/*臙脂600000を紺に*/
	text-decoration: none;
	color: #000000!important;/*白FFFFを紺に*/
}
.online_btn:hover{
	background: #fdea8a;;/*薄赤#D64040を薄黄色に*/
}
/*オンライン　くの字*/
.online_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	/* border-top: .13em solid #fff; */
	/* border-right: .13em solid #fff; */
	border-top: .13em solid #000000!important;
	border-right: .13em solid #000000!important;
	transform: rotate(45deg);
}
/*資料請求*/
.request_btn{
	background: #cc023a!important;/*黄#ffd601;からドコモ赤に*/
	border: 2px solid #000000!important;/*青#004386;から臙脂に*/
	text-decoration: none;
	color: #FFFFFF!important;/*紺#004386;を白に*/
}
.request_btn:hover{
	color: #FFFFFF!important;/*紺#004386;を白に*/
}
/*資料請求　くの字*/
.request_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:.1em;
	right:1em;
	margin:auto;
	width: .3em;
	height: .3em;
	/* border-top: .13em solid #004386; */
	/* border-right: .13em solid #004386; */
	border-top: .13em solid #fff!important;
	border-right: .13em solid #fff!important;
	transform: rotate(45deg);
}

/*資料請求 カラム時文字サイズ小*/
.btn_box02 .request_btn{
	font-size:15px;
}
/*資料請求 カラム時文字サイズ小 スマホタブレット */
@media only screen and (max-width: 768px){
	.btn_box02 .request_btn{
		font-size:18px;
	}
}

/*追従ボタン*/
.js-contact_bt_1,
.js-contact_bt_2{
	font-weight:bold;
}

.contact_bt{
    padding: 12px 20px 12px 20px;
}

.title-link {
	padding-left: 1.0em;
	position: relative;
}

.title-link::before {
    content: "";
    position: absolute;
    bottom: 0.1em;
    margin: auto;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.13em solid #004386;
    border-right: 0.13em solid #004386;
    transform: rotate(45deg);
	top: calc(50% - 10px);
	left: 0;
}

/* =========================================================
 * 2022
 * 新テンプレ調整
 * ====================================================== */

/*MV*/
@media screen and (min-width: 769px){
	.p-facade__wrap {
		width: 100% !important;/*サービス説明文のテキストエリア横幅を広げて、1行減らす。*/
		max-width:800px !important;/*サービス説明文のテキストエリア横幅を広げて、1行減らす。*/
		padding:5px 0 10px !important;
		min-height:400px !important;
	}
}
@media screen and (max-width: 768px){
	.wrapper .p-facade.mv__photo{
		padding-bottom:20px !important;
	}
	.wrapper .p-facade.mv__photo .c-inner .p-facade__wrap{
		padding:0 !important;
	}
}
/*MV ボタン組*/
.f-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:30px;
}
.f-box01{
	width:100%;
}
.f-box02{
	width:auto;
}
.f-box03{
	width:160px;
	margin-left:20px;
}
.f-box03 img{
	max-width:100%;
}
@media screen and (max-width: 480px) {
	.f-box02{
		width:100%;
	}
	.f-box03{
		width:100%;
		margin-left:0;
	}
}
.f-wrap .c-btn__link{
	font-family: FrutigerNeueLTW10-Regul,FrutigerNeueW01-Regular,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif !important;
	font-size:16px !important;
	font-weight:bold;
	box-shadow: 0 2px 6px rgb(0 0 0 / 40%);
}
/*赤背景*/
.p-facade__txt{
	position: absolute;
	top:0;
	right:30px;
	width:28%;
}
.p-facade__txt .pic{
	width:100%;
	text-align:center;
}
.p-facade__txt h4{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin:30px 0 10px;
}
.p-facade__txt p{
	color:#FFF;
	font-size:14px;
	line-height:1.5;
}
@media screen and (max-width: 768px) {
	.p-facade__txt{
		background:#cc0033;
		position: initial;
		top: initial;
		right: initial;
		width: 100%;
		padding:20px;
	}
	.p-facade__txt h4{
		margin-top:0;
	}
	.wrapper .p-facade.cmn-mv{
		padding-bottom:0 !important;
	}
}
/*動画*/
.mov {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	max-width:500px;
	margin:0 auto;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	max-height:281px;
}
@media screen and (max-width: 768px) {
	.mov {
		max-width:100%;
	}
	.mov iframe{
		max-height:100%;
	}
}
/*フリースペース*/
.free-space_inner a{
	color:#004386 !important;
	text-decoration:none !important;
}
/*黄ボタン文字色*/
.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn.--yellow.--large .c-btn__link{
 	color:#000 !important;
}

/*CSSだけでアコーディオン*/
/*ベース*/
.toggle {
display: none;
}
/*タイトル*/
.Label {
padding: 0.5em 1em;
display: block;
font-size:14px;
font-weight:bold;
color: #000;
background:#DDD;
}
/*タイトル横の矢印*/
.Label::before{
content:"";
width: 7px;
height: 7px;
border-top: 3px solid #004386;
border-right: 3px solid #004386;
-webkit-transform: rotate(45deg);
position: absolute;
top:calc( 50% - 5px );
right: 20px;
transform: rotate(135deg);
}
.Label,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
/*本文*/
.content {
height: 0;
/*margin-bottom:10px;*/
padding:0;
overflow: hidden;
}
/*開閉時*/
.toggle:checked + .Label + .content {
height: auto;
padding:20px 0;
transition: all .3s;
}
.toggle:checked + .Label::before {
transform: rotate(-45deg) !important;
}

/*既存調整*/
.news_hq > dl{
	padding-top:0;
}
.news_hq dt{
	width:auto;
}