@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

@font-face {
  src: url(../font/SeaweedScript-Regular.ttf);
  font-family: seaweed-script-pro;
}

@font-face {
  src: url(../font/SourceHanSansJP-Regular.otf);
  font-family: source-han-sans-cjk-ja;
}

@font-face {
  src: url(../font/Petersburg-Regular.woff);
  font-family: 'petersburg-web';
}

@font-face {
  src: url(../font/Raleway-VariableFont_wght.ttf);
  font-family: Raleway;
}

@font-face {
  src: url(../font/MonsieurLaDoulaise-Regular.ttf);
  font-family: Monsieur La Doulaise;
}

@font-face {
  src: url(../font/Notera_PersonalUseOnly.ttf);
  font-family: Notera;
}

img.wp-smiley, img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

header nav .ownmenu li{
	float: left;
}
header nav .ownmenu li ul li{
	float: none;
}

#introduction ul li div{
	display: block;
	margin: 0 20px 20px 20px;
	width: calc(100% - 40px);
}
#introduction ul li a img{
	max-width: 100%;
}

/*slide*/
#furisode_slider{
	margin-bottom: 30px;
}
	.tns-inner{
		margin: 0px 20px;
	}
		.tns-item{
		}
			.tns-item a{
				display: block;
				margin: 5px;
			}
			.tns-item a:hover{
				text-decoration: none;
			}
			.tns-item img{
				max-width: 100%;
			}
			.tns-item h3{
			    margin: 1rem 0;
				text-align: center;
				color: #ec7c8d;
			}
			.tns-item .txt{
				padding: 0 7px;
			}


/*bottom menu*/
.sp-bottom-menu{
	opacity: .9;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #cc2233;
    z-index: 100;
}
	.sp-bottom-menu ul {
	    display: flex;
	    justify-content: center;
	}
		.sp-bottom-menu ul li {		  
			width: 100%;
		    text-align: center;
		}
		.sp-bottom-menu ul li:nth-child(2) {
		    background-color: #32cd32;
		    border-left: 1px solid #e0827e;
		    border-right: 1px solid #e0827e;
		}
			.sp-bottom-menu ul li a {
			    display: block;
			    font-size: 11px;
			    color: #fff;
			    padding: 5px 0 5px;
			}
			.sp-bottom-menu ul li a:hover{
				text-decoration: none;
			}
				.sp-bottom-menu ul li figure {
				    padding-bottom: 7px;
				}
					.sp-bottom-menu ul li figure img {
					    width: 30px;
					    height: auto;
					}

#page-top{
	position: fixed; 
	bottom: 15px;
	right: 5px;
	opacity: 0.7;
    z-index: 102;

}
	#page-top:hover, #page-top a:hover{
		opacity: 1;
	}
	#page-top img{
		width: 55px;
	}


#page-tel{
	position: fixed; 
	bottom: 15px;
	left: 5px;
	opacity: 0.7;
    z-index: 102;
}
	#page-tel:hover, #page-tel a:hover{
		opacity: 1;
	}
	#page-tel img{
		width: 55px;
	}




#page-sin{
	position: fixed; 
	bottom: 15px;
	left: 5px;
	opacity: 0.7;
    z-index: 102;
}
	#page-sin:hover, #page-sin a:hover{
		opacity: 1;
	}
	#page-sin img{
		width: 55px;
	}



#page-30dai{
	position: fixed; 
	bottom: 90px;
	left: 5px;
	opacity: 0.7;
    z-index: 102;
}
	#page-30dai:hover, #page-30dai a:hover{
		opacity: 1;
	}
	#page-30dai img{
		width: 55px;
	}




.slide_arrow{
	height: auto;
}

/*test*/
#test{
	margin-top: 50px;
}
#test .left, #test .right{
	width: calc(50% - 15px);	
}
#test .left{
	float: left;
}
#test .right{
	float: right;
}
@media(max-width:768px) {
	#test .left, #test .right{
		width: 100%;	
	}
}

#blog ul li p.thumb {
    height: auto;
}



/*IMG -> CSSの対応*/
.mincho {
	font-family: 'Sawarabi Mincho', sans-serif;
}
#meeting .left{
	float: left;
}
#meeting .right{
	float: right;
}




.daihyoucontact_link{
	width: 100%;
	background-color: #01108f;
}
.daihyoucontact_link a{
	font-size: 1.2em;
	color: #fff;
	text-align: center;	
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	margin: 4px;
	width: calc(100% - 10px);	
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.daihyoucontact_link a:hover{
	text-decoration: none;
}
.daihyoucontact_link a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	top: calc(50% - 5px);
	right: 5%;
}

#meeting .daihyoucontact_link{
	margin: 20px;
	width: calc(100% - 40px);
}


.contact_link{
	width: 100%;
	background-color: #ff526c;
}





	



.contact_link a{
	font-size: 1.2em;
	color: #fff;
	text-align: center;	
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	margin: 4px;
	width: calc(100% - 10px);	
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.contact_link a:hover{
	text-decoration: none;
}
.contact_link a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #ffffff;
	top: calc(50% - 5px);
	right: 5%;
}

#meeting .contact_link{
	margin: 20px;
	width: calc(100% - 40px);
}

/*@media(max-width:768px) {
	#meeting .left, #meeting .right{
		float: left;
		width: 100%!important;
	}
}*/



.counselor-slide .slick-prev, .counselor-slide .slick-next{
	width: 25px; 
	height: 25px;
	z-index: 1;
}
.counselor-slide .slick-prev{
	left: 1px;
}
.counselor-slide .slick-next{
	right: 1px;
}
.counselor-slide .slick-prev:before, .counselor-slide .slick-next:before {
	font-size: 25px;
	color: #ee7688;
}



#meeting .wrap {
	background-image: none;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	overflow: hidden;
	font-size: 1.65em;
	line-height: 1.3em;
	color: #333;
	font-weight: bold;
}
.meeting_ttl{
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	color: #ff617c;
	font-size: 1.7em;
	margin-left: 1%;
	line-height: 1.2em;
	padding-top: 10px;
        padding-bottom : 10px;
	padding-left: 10px;
	overflow: hidden;
 text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;;
        font-weight: 800;
}
.meeting_cct{
	overflow: hidden;
}
.meeting_cct .left{
	width: 36%;
}
.meeting_cct .right{
	width: calc(55% - 70px);
	padding-left: 65px;
	padding-right: 5px;
}
.meeting_cct p{
	margin-top: 15px;
	font-size: 1.3em;
        font-weight: 700;
text-shadow: #fff 0.5px 0.5px 0;

}
.meeting_cct p:last-of-type{
	text-align: right;
	padding-right: 20%;
}

@media(max-width:768px) {
	#meeting{
		padding: 0px 0px 0px;
	}
	#meeting .contact_link{
		margin-bottom: 0px;
	}
	#meeting .wrap {
		font-size: 1.2em;
	}
	.meeting_ttl{
		margin-left: 0px;
		background-size: 25% auto;
		padding-left: 5vw;
		font-size: 1.6em;
		padding-top:2vw;
                padding-bottom : 2vw;
text-shadow: #000 2px 2px 0;
        font-weight: 800;
	}
	.meeting_cct .left img{
		width: auto;
	}
	.meeting_cct .right{
		padding-left: 0px;
		width: 40%;
	}
}



h2.index_ttl{
	text-align: center;
	color: #333;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 35px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 1.5em;
	max-width: 1000px;
	margin: 70px auto 0.5em;
	font-weight: normal;
}
h2.index_ttl.news_ttl{
	margin-top: 90px;
}
h2.index_ttl.news_ttl span:nth-of-type(1){
	position: relative;
}
h2.index_ttl.news_ttl span:nth-of-type(1):before{
	visibility: visible;
	z-index: 1000;
	position: absolute;
	top: -70px;
	left: -30px;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	transform: translateX(-50%);
	background: url(../img/bg02.png) no-repeat top center;
	background-size: contain;
	vertical-align: middle;
	content: "";
}
h2.index_ttl span{
	position: relative;
	display: inline-block;
}
h2.index_ttl span.sub_ttl{
	display: block;
	font-size: 15px;
	line-height: 1.2em;
}
@media(max-width:768px) {
	h2.index_ttl{
		font-size: 25px;
		margin-bottom: 1em;
	}
}










#point .box h3{
	background-color: #cd0017;
	color: #fff;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	font-size: 2em;
	padding: 7px 10px;
	position: relative;
}
#point .box h3 span{
	display: inline-block;
}
#point .box h3 span:nth-child(1){
	position: absolute;
}
#point .box h3 span:nth-child(2){
	width: 100%;
	text-align: center;
}

.point10{	
	overflow: hidden;
	padding: 20px 0 10px 0;
}
.point10_caption{
	width: 85%;
	padding: 20px 0 10px 0;  
}
.point10_irasuto{
	width: 350px;	
	text-align: center;
	font-size: 1.75em;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}
.irasuto_ttl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	width: 220px;
}
.point10_irasuto p{
	margin-top: 10px;
}
.point10_irasuto p:nth-child(2) span{
	font-size: 0.85em;
}
.point10_irasuto p:nth-child(3) span{
	font-size: 2em;
	color: red;
}
.point10_irasuto .inner{
	border: 4px solid #333;
	padding: 5px;
	margin-top: 10px;
}
.point10_irasuto .inner div{
	border: 2px solid #333;
	padding-bottom: 20px;
}
.point10_irasuto.right{
	float: right;
}
.point10_irasuto.left{
	float: left;
}


@media(max-width:768px) {
	#point .box h3{
		font-size: 1.2em;
		padding: 20px 15px;
	}
	#point .box h3 span:nth-child(2){
		text-align: left;
		padding-left: 5.7em;
		width: calc(100% - 5.7em);
	}

	.point10{	
		padding-left: 10px;
		padding-right: 10px;
	}
	.point10_irasuto{
		max-width: 768px!important;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
	}	
	.point10_irasuto p{
		margin-top: 10px;
	}

	.point10_irasuto.right{
		width: 100%;
	}
	.point10_irasuto.left{
		width: 100%;
	}

}



#sale h3, #rental h3{
	font-size: 3em;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#sale .contact_link a{
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media(max-width:768px) {
	#sale h3, #rental h3{
		font-size: 1.75em;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}


#guidance h2{
	width: 100%;
	font-size: 2.5em;
	font-weight: normal;
	background-image: url("../img/h2-guidance_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 1em;
	text-align: center;
}
#guidance h2 span{
	display: block;
}
#guidance h2 span:nth-child(2){
	font-size: 0.9em;
	font-family: 'Dancing Script', cursive;
}
#guidance .contact_link{
	font-size: 1.2em;
}
#guidance .sub_ttl{
	color: #ff617c;
}
#guidance .sub_ttl.pc{
	width: 540px;
	font-size: 1.4em;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#guidance .sub_ttl.sp{
	margin-top: 20px;
	margin-bottom: 30px;
}
@media(max-width:768px) {
	#guidance h2{
		background-image: url("../img/h2-guidance_bg_sp.png");
		background-size: 100% 100%;
		font-size: 1.5em;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	#guidance .contact_link{
		font-size: 0.85em;
	}
}


#shop h2{
	width: 100%;
	height: 166px;
	font-size: 3.5em;
	font-weight: normal;
	background-image: url("../img/h2-shop_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
#shop h2 span{
	display: block;
}
#shop h2 span:nth-child(1){
	font-size: 0.7em;
}
@media(max-width:768px) {
	#shop h2{
		background-image: url("../img/h2-shop_bg_sp.png");
		background-size: 100% 100%;
		background-position: bottom center;
		height: auto;
		font-size: 1.5em;
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

.ft_btn.contact_link{
	width: 680px;
    margin: 96px auto 95px auto;
    font-size: 1.5em;
}
@media(max-width:768px) {
	.ft_btn.contact_link{
		width: calc(100% - 50px);
		margin: 25px auto;
		font-size: 0.8em;
	}
}



.ft_btn.uranaicontact_link{
	width: 680px;
    margin: 96px auto 95px auto;
    font-size: 1.5em;
}
@media(max-width:768px) {
	.ft_btn.uranaicontact_link{
		width: calc(100% - 50px);
		margin: 25px auto;
		font-size: 0.8em;
	}
}


.uranaicontact_link{
	width: 100%;
	background-color:  #01108f;
}



.uranaicontact_link a{
	font-size: 1.2em;
	color: #fff;
	text-align: center;	
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: normal;
	border: 1px solid #fff;
	display: inline-block;
	margin: 4px;
	width: calc(100% - 10px);	
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
























#sendai h3{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}    
#sendai h3 span{
	display: block;
	width: 100%;
	font-weight: normal;
}
#sendai h3 span:nth-of-type(1){
	font-size: 1.7em;
}
#sendai h3 span:nth-of-type(2){
	color: #ff617c;
	font-size: 2.3em;
}

#price h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3em;
    color: #000000;
    position: relative;
    font-family: "游明朝", "YuMincho", serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}
#price h2:after {
    display: block;
    content: url(../img/title_bar.svg);
}
.p-desc {
    margin: 0 0 30px 0;
    font-size: 80%;
    text-align: center;
}

#introduction #sale ul li p.thumb{
    margin: 0px 0px 20px;
    position: relative;
}
#introduction #sale ul li p.thumb:after{
	content: "";
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 55px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.6;
}
#introduction #sale ul li p.thumb span{
	position: absolute;
	z-index: 2;
	width: 100%;
	display: block;
	text-align: center;
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 1.2em;
	line-height: 55px;
}
@media(max-width:768px) {
	#introduction #sale ul li p.thumb{
		height: 55vw;
		overflow: hidden;
	}
	#introduction #sale ul li p.thumb img{
		width: 100%;
	}
}


header h1 {
	top: 20px;
}
header h1 div{
	width: 100%;
	text-align: center;
	font-size: 14px!important;
}
@media(max-width:768px) {
	header {
		z-index: 9999;
		height: 60px;
	}
	header h1 div{
		font-size: 10px!important;
	}
	header h1 img {
		height: 23px;
	}
	header .wrap {
		margin: 0px 15px 0px 5px;
	}
	header .wrap h1, header .wrap > p{
		margin-top: 10px;
	}
	header .top-app-link{
		text-align: center;
		margin-right: 10px;
		margin-top: 5px;
	}
	header .top-app-link img{
		width: 35px;
	}
	header .top-app-link p{
		font-size: 10px;
	}
	#hd-menu i{
		background-color: #bd0000;
		width: 28px;
		height: 3px;
		display: block;
		position: relative;
		margin-top: 20px;		
	}
	#hd-menu i:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: -10px;
		left: 0px;
		background-color: #bd0000;
		transition: transform 0.3s;
	}
	#hd-menu i:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 10px;
		left: 0px;
		background-color: #bd0000;
		transition: transform 0.3s;
	}
	header #hd-menu.active {
		background: unset;
	}
	#hd-menu.active i{
		background-color: rgba(255, 255, 255, 0);
	}
	#hd-menu.active i:before{
		top: 0;
		bottom: 0;
		webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#hd-menu.active i:after{
		top: 0;
		bottom: 0;
		webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@media(max-width: 375px){
	header .top-app-link:first-of-type{
		margin-left: 5px;
		margin-right: 0px;
	}
	header .top-app-link:last-of-type{
		margin-left: 0px;
		margin-right: 5px;
	}
	header .top-app-link p{
		width: 120%;
		margin-left: -10%;
		transform: scale(0.85);
	}
}

.plan_box ul li table td div p.price .price_old, .price_old{
	position: relative;
        font-style: italic;
}
.plan_box ul li table td div p.price .price_old:after, .price_old:after{
	content: "";
	width: calc(100% + 20px);
	height: 7px;
	position: absolute;
	top: 40%;
	left: 0px;
	background-color: #000;
	border-radius: 2px;
        font-style: italic;
}
.priceCo .price_old:after{
	width: 100%;
}
.plan_box ul li table td div p.price .price_new, .price_new{
	color: red;
	display: block;
	margin-top: 10px;
        font-style: italic;
}
.priceCo .price_new{
	display: inline-block;
}
.plan_box ul li table td div p.price .price_new span{
	font-weight: normal;
}
.plan_box ul li table td div p.price .price_new span:nth-of-type(1){
	color: #442602;
}

nav.pc{
  background: #EC7C8D;
}

.boxTokucho.ryoukin ul{
	width: 100%;
	overflow: hidden;
}
.boxTokucho.ryoukin ul li{
	display: block;
	float: left;
	width: 33.3%;
	margin-top: 30px;
}
.boxTokucho.ryoukin ul li img{
	float: none!important;
	padding: 0px!important;
	width: 70%!important;
	display: block;
	margin: 0px auto 5px auto!important;
}
.boxTokucho.ryoukin ul li p{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:768px) {
	.boxTokucho.ryoukin ul li{
		width: 50%;
	}	
	.boxTokucho.ryoukin ul li p{
		width: 95%;
	}
}

.p-page-header {
    position: relative;
    max-height: 600px;
    margin-bottom: 88.8px;
    overflow: hidden;
}
.nagare-p-page-header{
	margin-bottom: 0px;
}
.p-page-header__title {
	display: block;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 250px;
    height: 60px;
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate3d(-50%,100%,0);
    transform: translate3d(-50%,100%,0);
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    width: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5)) !important;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5)) !important;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5)) !important;
}

.top_subtitle, .p-entry__body h2.top_subtitle {
    text-align: center;
    font-size: 28px;
    font-size: 1.8rem;
    color: #442602;
    line-height: 130%;
    font-weight: bold;
    margin: 30px 0;
}
.price_downlist {
    margin: 50px 0 100px 0;
}
.price_downlist ul {
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
.price_downlist li {
	display: block;
    float: left;
    width: 30.3%;
    margin: 0 1%;
    background: #FFF;
    border: 1px solid #A19283;
    border-left: 7px solid #A19283;
    text-align: center;
    position: relative;
}
.price_downlist li .price_btn {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 10px 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.price_downlist li img {
    width: 90px;
    height: auto;
}
.price_downlist li h3 {
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0 0 0;
}

#priceOption{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:768px) {
	.top_subtitle, .p-entry__body h2.top_subtitle {
		font-size: 1.5em;
	}
	.p-page-header {
		/*height: 320px;*/
		margin-bottom: 33px;
	}
	.p-page-header__title {
		min-width: 250px;
		height: auto;
		font-size: 20px;
		line-height: auto;
	}
	.price_downlist li {
		float: none;
		width: calc(100% - 8px);
		margin: 0 0 10px 0;
		background: #FFF;
	}
	.price_downlist li img {
		float: left;
	}
	.price_downlist li h3 {
		font-weight: bold;
		margin: 0;
		line-height: 60px;
		color: #000;
		clear: none;
	}
	.price_downlist li .price_btn {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
}

.mainTitle2 {
    font-size: 35px;
    margin-bottom: 25px;
}

.procedureContentsWrapper .procedureContents, .procedureTitleBox.ctWrapper, .mainTitle2{
	padding-left: 10px;
	padding-right: 10px;
}
.procedureContentsWrapper .procedureWarning {
    padding: 40px 0px 0px 0px;
}

@media(max-width:768px) {
	.procedureContentsWrapper .procedureContents .article .detail {
		font-size: 1em;
	}
	.procedureContents .article .articleTitle {
		font-size: 1.2em!important;
	}
	.procedureContents .article .detail .example {
		font-size: 0.7em!important;
	}
}

.EVtracking_priceToyoyaku_sp{
	color: #0066c0!important;
	font-size: 2em;
}
.EVtracking_priceToyoyaku_sp:visited {
    color: #333333!important;
}

#step .box figure{
	position: relative;
}
#step .box figure img{
	max-width: 440px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.nagere_sub_ttl{
	font-size: 1.5em;
	color: #E7203D;
}

.business{
	overflow: hidden;
}
.business_ttl{
	font-size: 2.5em;
	color: #E7203D;
	text-align: center;
	width: 100%!important;
	padding-bottom: 30px;
}
.business_ctt{
	width: 100%!important;
	overflow: hidden;
	margin-bottom: 30px;
}
.business .image1{
	width: 230px;
	float: left;
}
.business .image1 img{
	max-width: 100%;
	margin-top: 20px;
}
.business .text1{
	width: calc(100% - 270px);
	float: right;
	overflow: hidden;
}
.business .text1 span{
	display: block;
	text-align: center;
	color: #281bfb;
	font-size: 1.2em;
}
@media(max-width:768px) {
	#step .box figure{
		padding-top: 35px;
	}
	.nagere_sub_ttl{
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 1.35em;
	}
	.business_ttl{
		padding-bottom: 0px;
	}
	.business .image1, .business .text1{
		width: 100%;
	}
	.business .text1 span{
		text-align: left;
		margin-top: 15px;
		font-size: 1em;
	}
	.business .image1 img{
		margin-top: 10px;
	}
}


#contact div.tab {
	padding: 50px 0 0px 0;
	position: relative;
	overflow: hidden;
}
#contact div.tab ul {
	position: relative;
	left: 50%;
	float: left;
}
#contact div.tab ul li {
	position: relative;
	left: -50%;
	float: left;
	width: 150px;
	height: 46px;
	line-height: 46px;
	margin: 0 5px 30px 0;
	border: solid 1px #310C0C;
	background: #fff;
	color: #310C0C;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#contact div.tab ul li.active {
	background: #310C0C;
	color: #fff;
	cursor: auto;
	transform: rotate3d(1,0,0,0deg);
}
#contact .p-desc {
	margin: 0 0 30px 0;
	font-size: 80%;
	text-align: center;
}
#contact h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}

.top_contact_link{
	background-color: #ff526c;
	width: 322px;
	line-height: 52px;
	text-align: center;	
}
.top_contact_link a{
	display: inline-block;
	color: #fff;
	width: calc(100% - 8px);
	border: 1px solid #fff;
	margin: 3px;
	font-size: 1.3em;
	font-weight: normal;
	position: relative;
}
.top_contact_link a:hover{
	text-decoration: none;
}
.top_contact_link a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}

.page {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ea608c;
}
.page a {	
	text-decoration: none;
	color: #666;
	background-color: transparent;
}
.page a, .page span{
	margin: 5px;
}


#konkatsu_list .box {
	margin-bottom: 19px;
	padding: 40px;    
	background: #FFFFFF;
}
#konkatsu_list h3{
	background-color: #333;
	color: #fff;
	font-size: 1.5em;
	padding: 0.5em;
	margin-top: 3em;
	font-weight: normal;
}
#konkatsu_list ul li{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
#konkatsu_list ul li:not(:first-of-type){
	border-top: 1px solid #ddd;
}
#konkatsu_list ul li a{
	text-decoration: none;
	transition-duration: 0.3s!important;
}
#konkatsu_list ul li a:hover{
	text-decoration: none;
	opacity: 0.5!important;
}
.konkatsu_ctt{
	overflow: hidden;
}
.konkatsu_ctt img{
	width: 90px;
	float: left;
	margin-right: 1rem;
}
.konkatsu_ctt .category{
	/*background-color: #ea608c;*/
	background-color: #ed6a23;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}
.konkatsu_ctt .area{
	background-color: #cf020c;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .9em;
}
.konkatsu_ctt .date{
	margin-left: 3rem;
	float: right;
	font-size: 0.8em;
}
.konkatsu_ctt p:nth-of-type(2){
	margin-top: 10px;
}

#konkatsu_list .goto_list {
	padding: 10px 20px;
	color: #EC6F82;
	display: block;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	border: solid 1px #EC6F82;
}
#konkatsu_list .goto_list:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #EC6F82;
}

@media(min-width: 769px){
	#konkatsu_list .box {
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	}
}

@media(max-width: 768px){
	#konkatsu_list .box {    
		margin-bottom: 15px;
		padding: 15px 4.3% 25px 4.3%;
		background: #FFFFFF;
		border: solid 1px #E6E6E6;
	}
}

.limited-offer{
	position: fixed;
	width: 100%;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: 700;
	top: -999px;
	left: 100%;
	z-index: 9999;
}

.limited-offer-inner{
	position: relative;
}

.limited-offer .limited-offer-info{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.limited-offer .limited-offer-info:not(:first-of-type){	
	display: none;
}

.flower_box{
	border: 2px dotted #EAA8BF;	/* 線の太さ・種類・色 */
	margin: 20px 15px;
	padding: 15px 20px;	/* 内側の余白 上下・左右 */
	position: relative;
}
.flower_box:before{
	content: '＊';
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	position: absolute;
	top: -0.4em;
	left: -0.6em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}
.flower_box:after{
	content: '*';
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	bottom: -0.6em;
	right: -0.3em;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}







.stripe_box{
	padding: 0px;
	position: relative;
	z-index: 0;
}
.stripe_box:before{
	background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプの色 */
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -2;
}
.stripe_box:after{
	background: #fff; /* 背景色 */
	content: '';
	position: absolute;
	top: 10px;	/* ストライプ部分の太さ・上 */
	bottom: 10px;	/* ストライプ部分の太さ・下 */
	left: 10px;	/* ストライプ部分の太さ・左 */
	right: 10px;	/* ストライプ部分の太さ・右 */
	z-index: -1;
}

















ul.header_menu {
	width: 1500px;
	display: -webkit-flex; /* Safari対応のつもり */
	display: -ms-flexbox; /* IE10以下対応 */
	display: flex;
}
ul.header_menu li{
	font-family: "Sawarabi Mincho";
	list-style-type: none;
	width: 100%;
	text-align: center;	
	position: relative;
	font-size: 1.25em;
	vertical-align: middle;
}
ul.header_menu li:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 0px;	
}
ul.header_menu li:last-of-type:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #fff;
	top: 0px;
	left: 100%;	
}
ul.header_menu li a{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 80px;
}
ul.header_menu li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #ffffff transparent;
}
ul.header_menu li a:hover{
	text-decoration: none;
	opacity: 1;
	background-color: #ff526c;
}
ul.header_menu li a:hover:after{
	opacity: 0.7;
}

ul.header_menu li a span{
	display: block;
	width: 100%;
	transition: 0.3s;
}
ul.header_menu li a:hover span{
	transform: scale(1.2);
}

#box.no-data{
	background-color: #fce6e2;
	font-size: 1.2em;
	text-align: center;
	line-height: 2.3em;
	padding-top: 5em;
	padding-bottom: 5em;
	font-weight: bold;
}
#box.no-data span, #box.no-data a{
	display: inline-block;	
	position: relative;
}
#box.no-data span:nth-child(1):before{
	content: "";
	width: 1.2em;
	height: 2em;
	position: absolute;
	top: 0px;
	left: -1.5em;
	background-image: url("/admin/asset/img/no-data.png");
	background-repeat: no-repeat;
	background-position: center;
}
#box.no-data ul#single_pager li a{
	padding: 3px 20px!important;
    font-weight: normal;
}
#box.no-data ul#single_pager li{
	margin-top: 1em!important;
}


#toc_container {
	margin: 2rem 0;
	padding: 10px 20px;
	color: #43a3ff;
	border: 1px solid #e0e0e0;
	line-height: 2em;
}
#toc_container p{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#toc_container li a{
	color: #43a3ff;
	margin-left: 10px;
}
.toc-ttl h2{
	font-size: 1.7rem;
	padding-bottom: 5px;
	color: #191919;
	border-bottom: 2px solid #755d35;
	margin-bottom: 0.5em;
	margin-top: 1em;
}


#meeting_new .article_h2 {
	margin-top: 55px;
	padding: 0 0 30px;
	text-align: center;
}
#meeting_new .article_h2 h2 {
	font-family: "petersburg-web", serif;
	font-size: 35px;
	font-weight: 100;
	letter-spacing: .05em;
	line-height: 1.1;
	text-transform: uppercase;
}
#meeting_new .sub {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
#meeting_new .section_bestrate.section_inner {
	position: relative;
}
#meeting_new .section_bestrate.section_inner:after {
	visibility: visible;
	z-index: 1000;
	position: absolute;
	top: -10px;
	left: 50%;
	width: 100%;
	max-width: 820px;
	height: 161px;
	margin-right: 15px;
	transform: translateX(-50%);
	background: url(../img/bg01_top.png) no-repeat top center;
	background-size: contain;
	vertical-align: middle;
	content: "";
}
#meeting_new .section_bestrate .box_main {
	margin-bottom: 30px;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
}




#meeting_new .section_bestrate .toriatukai img{
	max-width:100%;
	margin: 0 auto 20px;
	text-align: center;
	margin: 0 auto 20px;
	margin-top: 30px;
}




#meeting_new .section_bestrate .icon_medal {
	width: 130px;
	margin: 0 auto 20px;
}

#meeting_new .section_bestrate .icon_medal img{
	width: 100%;
}


#meeting_new .section_bestrate .box_main .lead {
	margin-bottom: 10px;
	color: #a68244;
	font-size: 28px;
}
#meeting_new .section_bestrate .box_main .txt {
	font-size: 19px;
}
#meeting_new .section_bestrate .box_sub {
	margin-bottom: 60px;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: center;
}
#meeting_new .section_bestrate .box_sub .txt {
	font-size: 15px;
	line-height: 1.8;
}
#meeting_new .section_recfair {
	width: 100%;
	margin: 0 auto;	
	text-align: center;
	background-color: #fdf7ec;	
}
#meeting_new .section_recfair .aisatsu{
	padding: 60px 0 70px;
	overflow: hidden;
	background-image: url("../img/dansei.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 75px 30px;
}
#meeting_new .section_recfair h3.font01 {
	font-family: "petersburg-web", serif;
	font-size: 34px;
	font-weight: inherit;
	line-height: 1;
	margin-bottom: 5px;
}
#meeting_new .section_recfair .catch {
	font-family: "petersburg-web", serif;
	font-size: 20px;
	margin-bottom: 30px;
}
#meeting_new .section_recfair .right{
	font-size: 25px;
	text-align: left;
	float: right;
	width: 100%;
	max-width: 550px;
	margin-right: 50px;
}
#meeting_new .section_recfair .right p{
	margin-bottom: 20px;
}
#meeting_new .section_recfair-link{
	float: left;
	width: 100%;
}
#meeting_new .section_recfair .daihyoucontact_link{
	width: calc(100% - 60px);
	max-width: 390px;
	display: inline-block;
	margin: 50px 30px 0px;
}
@media(max-width: 768px){
	#meeting_new .section_recfair .aisatsu{
		background-position: -35px 150px;
	}
	#meeting_new .section_recfair .right{
		font-size: 19px;
		margin-right: 10px;
		width: 40%;
	}
	#meeting_new .section_recfair .daihyoucontact_link{
		display: block;
		margin: 30px 30px 0px;
	}
}



#hd-spmenu ul.flex{
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#hd-spmenu ul.flex li{
	flex-grow: 1;
	position: relative;
}
#hd-spmenu ul.flex li:not(:last-of-type):before{
	content: "";
	width: 2px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: -1px;
	background-color: #fff;
}
#hd-spmenu ul.flex li a {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

@media (min-width: 769px){
	.header-top-dmm{
		background-color: #bd0000;
		font-size: 14px;
	}
	.header-top-dmm .wrap{
		margin-right: 230px;
	}
	.header-top-dmm ul{
		display: flex;	
		justify-content: flex-end;			
		line-height: 30px;
	}
	.header-top-dmm ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-top-dmm a{
		color: #fff;
	}
	.header-top-dmm a:hover{
		text-decoration: none;
	}
	header h1 {
		position: absolute;
		left: 20px;
		top: 5px;
	}
	header .wrap {
		position: relative;
		width: 100%;
		height: 90px;		
	}
	.header-menu-dmm{
		padding-top: 25px;
		font-size: 14px;
	}
	.header-menu-dmm ul{		
		margin-left: auto;
		display: flex;
		justify-content: flex-end;		
	}
	.header-menu-dmm li{
		padding-left: 20px;
		padding-right: 20px;
	}	
	.header-menu-dmm a{
		color: rgb(0, 43, 137);
		display: block;
		line-height: 37px;
		text-align: center;
	}
	.header-menu-dmm a:hover{
		text-decoration: none;
	}
	.header-menu-dmm a.btn{
		border: 1px solid #EA7400;
		background: #EA7400;
		color: #fff;
		padding: 0 20px;
		border-radius: 4px;
		font-size: 13px;
		font-weight: 400;
		line-height: 36px;
		transition: 0.2s ease-in-out;
		position: relative;
	}
	.header-menu-dmm svg {
		position: absolute;
		top: 50%;
		right: 6px;
		width: 7px;
		height: 10px;
		transform: translateY(-50%);
	}
}

@media(max-width: 1500px){
	.header-menu-dmm li{
		padding-left: 10px;
		padding-right: 10px;
	}	
}
@media(max-width: 1350px){
	.header-menu-dmm li{
		padding-left: 5px;
		padding-right: 5px;
	}	
}
@media(max-width: 1200px){
	.header-menu-dmm ul{
		width: 70%;		
	}
	.header-menu-dmm a, .header-menu-dmm a.btn{
		line-height: 1.2em;
	}
}

.contentBox_graphArea {
	background: #f9f7f3;	
}

.contentBox_graphArea .reason_area {
	border-top: unset!important;
	margin-top: 30px!important;
}
.contentBox_graphArea .stitle {
	color: #9f8046;
	text-align: center;
	font-weight: lighter;
	margin-bottom: 24px;
}
.contentBox_graphArea .graphList {
	display: flex;
	flex-wrap: wrap;
}
.contentBox_graphArea .graphList li {
	max-width: 540px;	
	display: flex;	
	justify-content: space-between;
	border-radius: 5px;
	background: #fff;
	margin: 0 auto 24px;
}
.contentBox_graphArea .graphList li img {
	width: 150px;
	height: 150px;
}
.contentBox_graphArea .graphList li .txt {
	font-size: 16px;
	padding: 24px 8px 0;
	text-align: left;
}
.contentBox_graphArea .graphList li .txt p {
	font-size: 14px;
}
.contentBox_graphArea .graphList li .txt .age {
	color: #6899bb;
	font-size: 14px;
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.contentBox_graphArea .stitle {
		font-size: 24px;
		margin-bottom: 64px;
	}
	.contentBox_graphArea {
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
	.contentBox_graphArea .stitle {
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
	}
}

.contentBox .wrap {
	overflow: hidden; 
}
.contentBox .wrap .plan_tihou_title {
	width: 350px; 
}
.contentBox .wrap .staff-status{
	text-align: center;
	margin: 0px;
	overflow: hidden;
	margin-top: 5em;
	padding-left: 15px;
	padding-right: 15px;
}
.contentBox .wrap .staff-status strong{
	font-size: 2em;
	font-weight: normal;
	color: #007bff;
}
.contentBox .wrap .staff-status .col-sm-6{
	width: 50%;
	float: left;
	text-align: center;
}
@media(max-width: 768px) {
	.contentBox .wrap .staff-status{
		text-align: left;
	}
	.contentBox .wrap .plan_tihou_title {
		width: 40%;
	}
	.contentBox .wrap .plan_tihou_title {
		padding-left: 5px;
		padding-right: 5px;
	}
	.contentBox .wrap .staff-status .col-sm-6{
		width: 100%;
	}
}

.contentBox .wrap .mypage-staff-list{
	width: 100%;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.contentBox .wrap .mypage-staff-list ul{
	list-style: none;
	margin: 0px 0px 2rem;
	padding: 0px;
}
.contentBox .wrap .mypage-staff-list li:nth-of-type(2n){
	background-image: url("../img/mypage-title-2.png");
}
.contentBox .wrap .mypage-staff-list li:nth-of-type(2n + 1){
	background-image: url("../img/mypage-title-3.png");
}
.contentBox .wrap .mypage-staff-list li{
	display: block;
	padding: 40px 0px 40px 80px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 45px auto;
	min-height: 90px;
}

@media (max-width: 768px){
	.plan_tihou {
		width: 94%;
	}
}






#tryoubo1{	
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}
#tryoubo1 > div{
	position: relative;
}
#tryoubo1 #close_tryoubo1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}
#tryoubo1 a{
	color: #777;	
}
#tryoubo1 img{
	max-width: 100%;
}
#tryoubo1 a:hover, #try img{
	opacity: 1;
	text-decoration: none;
}







#tryuketuke{	
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}
#tryuketuke > div{
	position: relative;
}
#tryuketuke #close_tryuketuke{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}
#tryuketuke a{
	color: #777;	
}
#tryuketuke img{
	max-width: 100%;
}
#tryuketuke a:hover, #try img{
	opacity: 1;
	text-decoration: none;
}




#tryqa{	
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}
#tryqa > div{
	position: relative;
}
#tryqa #close_tryqa{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}
#tryqa a{
	color: #777;	
}
#tryqa img{
	max-width: 100%;
}
#tryqa a:hover, #try img{
	opacity: 1;
	text-decoration: none;
}






#try{	
	position: fixed;
	bottom: 0px;
	left: 15px;
	width: 190px;
	z-index: 9999;
	display: none;
}
#try > div{
	position: relative;
}
#try #close_try{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	border: 1px solid #777;
}
#try a{
	color: #777;	
}
#try img{
	max-width: 100%;
}
#try a:hover, #try img{
	opacity: 1;
	text-decoration: none;
}



