/* CSS Document */
@charset "UTF-8";


/* top slider ***********************************************/

.flexslider {
	/*
	position:absolute;
	left: 0;
	right: 0;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	*/
	overflow: hidden;
}

.slides{
	margin: 0;
	padding: 0;
}

.slides img {
	object-fit: cover;
}


/* top greeting ***********************************************/

.top-greeting{
	background: #F5F5F5;
}

.top-greeting-inner{
	text-align:center;
	padding: 25px 0 45px 0;
}


.top-greeting-inner h2{
	color: #F27900;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 800;
	padding-top: 30px;
}

.top-greeting-inner p{
	line-height: 2.0;
}

.top-greeting-ttl-bg{
	background: url(../../images/top/top-greeting-h2-bg.png) no-repeat center top;
	height: 78px;
}

@media screen and (max-width:980px){

.top-greeting{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
}

.top-greeting-ttl-bg {
    background-size: contain;
	font-size: 1.4rem;
}
	
.top-greeting-inner p{
	font-size: 1.4rem;
}
	
}


/* top main-cnt ***********************************************/

.top-main-cnt{
	background: #FFF;
	padding: 60px 0 70px;
}

.wrapper-column-three{
    display: flex;
	justify-content: space-between;
}



.wrapper-column-three .column{
	width: 30%;
	margin-right: 6%;
}

.wrapper-column-three .column:last-child{
	margin-right: 0;
}

.wrapper-column-three .column .ttl{
	color: #F37A00;
	font-size: 1.8rem;
	text-align:center;
	padding: 10px 0 20px;
	font-weight: bold;
}

.wrapper-column-three .column .lead{
	font-size: 1.4rem;
	text-align:center;
	margin-bottom: 20px;
	line-height: 1.5;
}

.wrapper-column-three .column .btn{
	text-align: center;
}

.wrapper-column-three .column .btn a{
	border: 1px solid #000;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 30px;
}

.wrapper-column-three .column .btn a:hover{
	background: #444444;
	color: #FFF;
    transition: all .3s ease-in-out;
	}
	
@media screen and (max-width:980px){

.top-main-sp-cnt{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
}

.top-main-sp-cnt .column{
	margin-bottom: 50px;
}

.top-main-sp-cnt .column .ttl{
	color: #F37A00;
	font-size: 1.8rem;
	text-align:center;
	padding: 10px 0 20px;
	font-weight: bold;
}

.top-main-sp-cnt .column .lead{
	font-size: 1.4rem;
	text-align:center;
	margin-bottom: 20px;
	line-height: 1.5;
}

.top-main-sp-cnt .column img{
	width: 100%;
	height:auto;
	margin-bottom: 30px;
}

.top-main-sp-cnt .column .btn{
	text-align: center;
}

.top-main-sp-cnt .column .btn a{
	border: 1px solid #000;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 30px;
}
	
}	

/* top-news ***********************************************/

.top-news{
	background: #F5F5F5;
	padding: 60px 0 70px;
}

.section-header{
	width: 220px;
	margin: 0 auto 25px;
	text-align:center;
	}

.top-news-inner h2{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0rem;
	font-weight: 800;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #F37A00;
	text-align:center;
}

.top-news-inner .sub-en-ttl{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #545454;
	font-size: 1.1rem;
	text-align:center;
}

.news-box{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 25px;
}

.news-box dl{
	border-top: 1px solid #DDDDDD;

	padding-bottom: 25px;
	padding-top: 25px;
    display: flex;	
}

.news-box dt{
	margin-right: 30px;
	width: 100px;
}

.news-box dd{
	width: 715px;
}

.news-box dd a{
	line-height: 1.5;
}

.media-box{
	margin-top: 50px;
}

@media screen and (max-width:980px){
	
.top-news{
	width: 96%;
	margin: 0 auto;
	padding: 10% 2%;
}

.news-box dl {
    display: block;
}

.news-box dt {
    margin-right: 0;
    width: 100%;
	margin-bottom:10px;
}

.news-box dd {
    width: 100%;
}
	
}

.top_sdgs{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
    align-items: center;
	/*
    -webkit-justify-content: space-between;
    justify-content: space-between;
	*/
}

	.text_right{
		text-align:right;
	}
	
	.text_center{
		text-align: center;
	}
	
	.icon_insta{
		text-align:center;
	}
	
	.icon_insta img{
		width:50px;
		height:auto;
	}
	
	
	.top_sdgs .item{
		margin: 0 20px 40px;
	}
	
	
	@media screen and (max-width: 980px){
		
		.top_sdgs{
			display: block;
		}
		
			.item{
				margin-bottom: 15px;
				text-align:center;
			}
			
				.text_right {
					text-align: left;
				}
	/*
		
		#page-top {
			bottom: 80px!important;
			font-size: 70%;
		}
		
		
		#page-top a {
			background: #666;
			width: 80px;
			padding: 25px 0;
		}
	*/
	
	}


/* top-campaign ***********************************************/

.top-campaign{
	background: #FFF;
	padding: 50px 0;
}

.top-campaign-inner{
    display: flex;
	justify-content: space-between;
}

.campaign-box .section-header{
	width: 280px;
	margin: 0 auto 25px;
	text-align:center;
	}


.campaign-box h2{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0rem;
	font-weight: 800;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #F37A00;
	text-align:center;
	letter-spacing: 0;
}

.campaign-box .sub-en-ttl{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #545454;
	font-size: 1.1rem;
	text-align:center;
}


.campaign-box{
	width: 46%;
	margin-right: 4%;
	text-align:center;
}

.campaign-two-img{
	display: flex;
}

.campaign-box:last-child{
	margin-right: 0;	
}

.campaign-box-inner{
	margin-bottom: 40px;
}

.campaign-pc-img img{
	max-width: 100%;
}

@media screen and (max-width:980px){

.top-sp-campaign-bg{
	background: #F5F5F5;
	width: 96%;
	margin: 0 auto;
	padding: 4% 2%;
}

.top-campaign-inner {
    display: block;
}

.campaign-box {
    width: 100%;
    margin-right: 0;
	margin-bottom: 50px;
}

.sp-campaign{
	text-align:center;
	background: #FFF;
	padding: 1% 1% 3% 1%;
}

.sp-campaign img{
	width: 100%;
	height:auto;
}

.sp-campaign a{
	font-size: 1.3rem;
}

}

/* top-sns ***********************************************/

.top-sns{
	background: #F5F5F5;
	padding: 60px 0 70px;
}

.top-sns .wrapper-column-two h2{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0rem;
	font-weight: 800;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #F37A00;
	text-align:center;
	letter-spacing: 0;
}

.top-sns .wrapper-column-two .sub-en-ttl{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #545454;
	font-size: 1.1rem;
	text-align:center;
}

.top-sns .wrapper-column-two {
    display: flex;
    justify-content: space-between;
}


.top-sns .wrapper-column-two .section-header{
	width: 300px;
	margin: 0 auto 25px;
	text-align:center;
	}
	
.top-sns .wrapper-column-two .column{
	width: 46%;
	margin-right: 4%;
	text-align:center;
}	

.top-sns .wrapper-column-two .column:last-child{
	margin-right: 0;	
}


.top-sns .wrapper-column-two .sns-box{
	position: relative;
	margin-bottom: 40px;
}

.sns-facebook{
	position: absolute;
	top: 48px;
	right: 18px;
}

.sns-insta{
	position: absolute;
	top: 120px;
	right: 18px;
}


@media screen and (max-width:980px){
	
.top-sns .wrapper-column-two {
    display: block;
}	

.top-sns .wrapper-column-two .column{
	width: 100%;
	margin-right: 0;
	margin-bottom: 50px;
}

.top-sns{
	width: 96%;
	margin: 0 auto;
	padding: 4% 2%;
}



.sns-sp-box{
}

.sns-sp-box-inner{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;	
}

.sns-sp-facebook{
	margin-right: 2%;
}

.sns-sp-insta{
	margin-left: 2%;
}

.fb-page{
	overflow: hidden;
}


.workshop-sp{
	text-align:center;
	background: #FFF;
	padding: 1% 1% 3% 1%;
}

.workshop-sp a{
	font-size: 1.3rem;
}


.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}

}

/* banner ***********************************************/

.banner{
	background: #F5EFE6;
	padding: 40px 0;
}

.banner .wrapper-column-three ul {
    display: flex;
    justify-content: space-between;
}

.banner .wrapper-column-three ul li{
	width: 30%;
	margin-right: 3.3333%;
}

.banner .wrapper-column-three ul li img{
	vertical-align: bottom;
}

.banner .wrapper-column-three ul li:last-child{
	margin-right: 0;
}

@media screen and (max-width:980px){

.banner {
    background: #FFF;
	width: 96%;
	margin: 0 auto;
	padding: 4% 2% 0 2%;

}

.banner .wrapper-column-three,
.banner .wrapper-column-three ul {
    display: block;
	text-align:center;
}

.banner .wrapper-column-three ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 4%;
}

.banner .wrapper-column-three ul li img{
	width: 100%;
	height:auto;
}


}

/* *****************************************************************************************/

/* 各ページ　共通 */

/* *****************************************************************************************/

.page-main-pc-img{
	margin-bottom: 30px;
}

.page-main-pc-img img{
	width:100%;
	vertical-align:bottom;
}

.page-main-head{
	text-align:center;
	margin-bottom: 50px;
}

.page-main-head h2{
	color: #F27900;
	margin-bottom: 30px;
	font-size: 2.8rem;	
}

.page-main-head lead{
	line-height:1.5;
}

@media screen and (max-width:980px){

	.page-main-head{
		width: 96%;
		padding: 4% 2% 0 2%;
	}

}


/* *****************************************************************************************/

/* リフォーム施工事例 */

/* *****************************************************************************************/

.reform-btn{
    display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}

.reform-btn .reform-left{
	text-align:center;
	width: 50%;
	background: #FAB55C;
	color: #000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0rem;
	font-weight: 800;
	padding: 20px 0;	
	
}

.reform-btn .reform-right{
	text-align:center;
	width: 50%;
	background: #F5EFE6;
	color: #000;
}

.reform-btn .reform-right a{
	padding: 20px 0;
	text-decoration: none;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0rem;
	font-weight: 800;
	display: block;
}

.reform-btn .reform-right a:hover{
	background: #FAB55C;
    transition: all .3s ease-in-out;
	color:#000;	
}	


@media screen and (max-width:980px){

.reform-btn .reform-left,
.reform-btn .reform-right a{
	font-size: 1.5rem;
}

}

.reform-list{
	background: #F6F6F6;
	margin-bottom: 120px;
	padding: 25px 40px 0;
}

.pager {
    position: relative;
	margin-bottom: 30px;
}

.pager-bottom {
    position: relative;
	margin-top: 30px;
}

.pager .status,
.pager-bottom .status {
    display: block;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.pager-bottom .status {
    display: block;
    color: #000;
    font-size: 16px;
    text-align: center;
	margin-bottom:30px;
}

.pager ol{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pager-bottom ol {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pager ol .prev,
.pager-bottom ol .prev {
    float: left;
}

.pager ol .next,
.pager-bottom ol .next {
    float: right;
}

.pager ol a,
.pager-bottom ol a {
    position: relative;
    color: #ed6d01;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.pager ol a:hover,
.pager-bottom ol a:hover{
	color:#000000;
}

.reform-box-inner{
	background: #FFF;
	margin-bottom: 30px;
}

.reform-box-inner .reform-dd-right{
	float: right;
	padding: 30px;
	width: 526px;
	text-align: left;
}

.reform-box-inner .reform-dd-left{
	float: left;
	width: 334px;
}

.reform-box-inner .reform-dd-left img{
	vertical-align: bottom;
}

.reform-box-inner .reform-dd-right h3{
	margin-bottom: 20px;
}

.reform-box-inner .reform-dd-right h3 a{
	color: #F37A00;
	text-decoration: none;
}

.reform-box-inner .reform-dd-right h3 a:hover{
    transition: all .3s ease-in-out;
	color:#000;	
}

@media screen and (max-width:980px){

.reform-index-container {
    width: 90%;
}

.reform-list {
    margin-bottom: 30px;
    padding: 5%;
}

.reform-btn {
    margin-bottom: 20px;
}

.pager .status {
	margin-bottom: 10px;
}

.reform-box-inner .reform-dd-right{
	float: none;
	width: 90%;
	padding: 5%;
}

.reform-box-inner .reform-dd-left{
	float: none;
	width: 90%;
	padding: 0 5% 5% 5%;
}

.reform-box-inner .reform-dd-left img{
	width: 100%;
	height: auto;
}

.pager {
    position: relative;
    margin-bottom: 45px;
}

.pager ol {
    position: static;
}

.pager-bottom ol {
    bottom: 30px;
}

.pager-bottom {
    margin-top: 50px;
}

.pager-bottom .status {
    margin-bottom: 0;
}

	
}


.reform-box-inner .sup {
	margin-bottom: 20px;
}

.reform-box-inner .sup .kodate,
.reform-box-inner .sup .age{
	float:left;
	margin-right: 20px;
	font-size: 1.5rem;	
}

.reform-icon li{
	float:left;
	margin-right: 5px;
}


/* *****************************************************************************************/

/* 施工写真ギャラリー */

/* *****************************************************************************************/

.galley-btn{
    display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}



.galley-btn .galley-left{
	text-align:center;
	width: 50%;
	background: #F5EFE6;
	color: #000;
}

.galley-btn .galley-left a{
	padding: 20px 0;
	text-decoration: none;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0rem;
	font-weight: 800;
	display: block;
}


.galley-btn .galley-left a:hover{
	background: #FAB55C;
    transition: all .3s ease-in-out;
	color:#000;	
}	

.galley-btn .galley-right{
	text-align:center;
	width: 50%;
	background: #FAB55C;
	color: #000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0rem;
	font-weight: 800;
	padding: 20px 0;		
}

.galley-box{
	background: #F6F6F6;
	margin-bottom: 120px;
	padding: 25px 40px 0;
}

.galley-box-left{
	float: left;
}

.galley-box-left ul{
	width: 240px;
}

.galley-box-left li{
	margin-bottom: 20px;
}

.galley-box-left a{
	color: #000;
	text-align:center;
	border: 1px solid #000;
	display: block;
	text-decoration:none;
	padding: 7px;
	background: #FFF;
}

.galley-box-left a:hover,
.galley-box-left li.current a{
	background: #FAB55C;
	border: 1px solid #FAB55C;
    transition: all .3s ease-in-out;
	color:#000;		
}

.galley-box-rihgt{
	width: 650px;
	float: right;
}

.galley-box-rihgt-inner ul{
	text-align:left;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.galley-box-rihgt-inner li{
	width: 33.333%;
	margin-bottom: 3%;
}	

.galley-box-rihgt-inner li img{
	vertical-align: bottom;
}

.slider-pro p.sp-layer {
    font-size: 16px!important;
}

@media screen and (max-width:980px){

.galley-btn .galley-left a,
.galley-btn .galley-right{
	font-size: 1.5rem;
}

.galley-box {
    margin-bottom: 30px;
}

.galley-box {
    padding: 5%;
}
	
.galley-box-left{
	float: none;
}

.galley-box-left ul{
	width: 100%;
}
	
.galley-box-rihgt{
	width: 100%;
	float: none;
}

.galley-box-rihgt-inner li{
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;	
}

.galley-box-rihgt-inner ul{
	margin-bottom: 20px;
}

.galley-btn {
    margin-bottom: 20px;
}

.slider-pro p.sp-layer {
    font-size: 40px!important;
}


}


/* *****************************************************************************************/

/* 施工ページ　詳細 */

/* *****************************************************************************************/

.reform-dd{
	margin-bottom: 30px;
}

.reform-dd img{
	vertical-align: bottom;
}

.reform-dd .sp-slides-container{
	/*margin-bottom: 20px;*/
}

.reform-info{
	background: #F6F6F6;
	padding: 20px 40px;
	margin-bottom: 70px;
}

.reform-info .reform-ttl{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 45px;
}

.reform-info .reform-list-icon{
	margin-bottom: 30px;
}

.reform-info .reform-info-list li{
	float:left;
	margin-right: 5px;
}

.reform-dd-info{
	display: flex;
	margin-bottom: 60px;
}

.reform-dd-info-left{
	width: 48%;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 15px 0;
	margin-right: 4%;
	
}

.reform-dd-info-right{
	width: 48%;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 15px 0;
	
}

.mt60{
	margin-top: 60px;
}

.sp-galley-center{
	text-align:center;
}

@media screen and (max-width:980px){

.reform-dd-container {
    width: 92%;
}

.reform-info {
    padding: 4%;
	margin-bottom: 30px;
}

.reform-dd-info{
	display: block;
	margin-bottom: 20px;
}

.reform-dd-info-left{
	width: 100%;
	padding: 15px 0;
	margin-right: 0;
	margin-bottom: 20px;	
}

.reform-dd-info-right{
	width: 100%;
	padding: 15px 0;
	
}


	
}


/* *****************************************************************************************/

/* イベント・チラシ・カタログ */

/* *****************************************************************************************/


.event-inner{
	border: 1px solid #AAAAAA;
	padding: 70px 50px;
	margin-bottom: 60px;
}

.event-inner .event-ttl{
	font-size: 2.1rem;
	color: #444444;
	margin-bottom: 40px;
	font-weight: bold;
}


.foot-nav{
	margin-bottom: 60px;
}
	

.wp-pagenavi {
	clear: both;
	text-align:center;
	color: #F27900;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #F27900;
	padding: 3px 5px;
	margin: 2px;
	color: #F27900;	
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #000;
}

.mb0 {
    margin-bottom: 0;
}

@media screen and (max-width:980px){

.event-inner .event-ttl {
    margin-bottom: 20px;
	font-size: 1.7rem;	
}

.event-inner {
    padding: 4%;
	margin: 2%;
    margin-bottom: 30px;
}


}


/* *****************************************************************************************/

/* キャンペーン */

/* *****************************************************************************************/

.campaign-inner{
	border: 1px solid #AAAAAA;
	padding: 70px 50px;
	margin-bottom: 60px;
}

.campaign-inner .campaign-ttl{
	font-size: 2.1rem;
	color: #444444;
	margin-bottom: 40px;
	font-weight: bold;
}

@media screen and (max-width:980px){

.campaign-inner .campaign-ttl {
    margin-bottom: 20px;
	font-size: 1.7rem;	
}

.campaign-inner {
    padding: 4%;
	margin: 2%;
    margin-bottom: 30px;
}


}



/* *****************************************************************************************/

/* ワークショップ */

/* *****************************************************************************************/

.workshop-lead {
	background: #F5F5F5;
	margin-bottom: 25px;
}

.workshop-lead-inner{
	padding: 20px 0;
}

.workshop-lead-inner h2{
    color: #F27900;
    margin-bottom: 20px;
    font-size: 2.5rem;
	text-align: center;
}

.workshop-txt{
	margin-bottom: 20px;
	text-align: center;
	line-height: 2.0;
    font-size: 1.6rem;	
}

.workshop-licence{
	display: flex;
}

.workshop-licence .workshop-li-ttl{
	width:70px;
	font-weight: bold;
	border-right:1px solid #BBBBBB;
    font-size: 2.0rem;
	margin-right: 15px;
	text-align:center;
	margin-left: 20px;
	padding-top: 5px;
}
	
.workshop-licence .workshop-li-txt{
    font-size: 1.4rem;
	width: 740px;
}

.workshop-sns{
	width: 864px;
	margin: 0 auto;
}

.workshop-sns .workshop-sns-facebook,
.workshop-sns .workshop-sns-instagram {
	margin-bottom: 20px;
	text-align:center;
}

.workshop-sns .workshop-sns-facebook img,
.workshop-sns .workshop-sns-instagram img,
.workshop-sns .workshop-sns-blog img{
	vertical-align: bottom;
}

.workshop-sns .workshop-sns-blog{
	margin-bottom: 35px;
	text-align:center;
}

.workshop-list {
    background: #F6F6F6;
    margin-bottom: 120px;
    padding: 25px 40px 0;
}

.workshop-list h3{
	text-align: center;
	margin-bottom: 30px;
	font-size: 2.0rem;	
}

.workshop-dd{
	background: #FFF;
	margin-bottom: 30px;
	padding: 25px;
	display: flex;
}

.workshop-dd-left{
	margin-right: 25px;
	width: 216px;
}

.workshop-dd-right{
	width: 620px;
}

.workshop-dd-right h4{
	margin-bottom: 20px;
	color: #F27900;
	font-size: 2.3rem;
}

.panel {
  margin: 15px 0 0 0;
}
.panel .more {
  display: block;
  width: 150px;
  height: 50px;
  margin: 0 0 0 auto;
  line-height: 50px;
  text-align: center;
  color: #000;
  border: 2px solid #000;
  transition: .3s;
  text-decoration: none;
}
.panel .more:hover {
  color: #fff;
  background: #000;
}
.panel .hideContent {
  display: none;
}
.panel .open {
  display: block;
}


.panel .hideContent{
	background: #F5EFE6;
	padding: 15px;
	margin-bottom: 15px;
}

.page-main-sp-img img{
	vertical-align:bottom;
}


@media screen and (max-width:980px){

.workshop-lead-inner {
    padding: 20px 2%;
}

.workshop-index-container {
    width: 96%;
}

.workshop-licence{
	display: block;
}

.workshop-licence .workshop-li-ttl{
	width:100%;
	border-right:none;
	margin-left: 0;
	margin-bottom: 10px;
}
	
.workshop-licence .workshop-li-txt{
   width: 100%;
}



.workshop-sns {
    width: 96%;
	padding: 0 2%;
}
	
.workshop-dd {
    display: block;
}

.workshop-dd-left {
    margin-right: 0;
    width: 100%;
	margin-bottom: 15px;s
}

.workshop-dd-left img{
	width: 100%;
	height: auto;
}

.workshop-dd-right {
    width: 100%;
}

.workshop-dd-right h4 {
    margin-bottom: 10px;
    font-size: 1.9rem;
}

.workshopbox-index-container {
    width: 90%;
}

.workshop-list {
    margin-bottom: 30px;
    padding: 5%;
}

.panel .more {
    width: 100%;
}

}



/* *****************************************************************************************/

/* リフォーム施工事例 */

/* *****************************************************************************************/


.greeting-container h3{
	font-size: 2.5rem;
	margin-bottom: 30px;
	text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 800;
}

.greeting-bg {
    background: #F5EFE6;
    margin-bottom: 30px;
    padding: 30px 40px;
}

.greeting{
	display: flex;
	justify-content: space-between;	
}

.greeting-left{
	margin-right: 60px;
	width: 370px;
}

.greeting-right{
	margin-right: 40px;	
	width: 430px;
	text-align: center;
	font-size: 1.7rem;
	margin-top: 30px;
	line-height: 2.0;
}


.shop-container h3{
	font-size: 2.5rem;
	margin-bottom: 30px;
	text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 800;
}

.store-info {
    background: #F6F6F6;
    margin-bottom: 30px;
    padding: 30px 40px;
}


.store-info table.T_p_box{
	border-collapse: collapse;
    margin: 0;
    padding: 0;
	}
	
.store-info table.T_p_box tr th {
    padding: 20px 80px 20px 10px;
	text-align: left;
	font-weight:bold;
	font-size: 1.5rem;	
}

.store-info table.T_p_box tr td{
    padding: 20px 0;
	font-size: 1.5rem;
	line-height:2.0;
}

.store-info table.T_p_box tr td,
.store-info table.T_p_box tr th{
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;	
	vertical-align: top;
	}



.google-inner-maps {
	position: relative;
	padding-bottom: 30%; 
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.google-inner-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.office-container h3,
.policy-container h3{
	font-size: 2.5rem;
	margin-bottom: 30px;
	text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 800;
}

.policy-container{
	margin-bottom: 50px;
}

.policy-inner-container{
	background: url(../../images/shop/office-bg.png) #F5EFE6 no-repeat right;
}

.policy-box{
	padding: 60px 0;
}

.policy-box ol li{
	list-style-type: decimal;
	font-size: 1.8rem;
	line-height: 2.0;
}

.access-container h3{
	font-size: 2.5rem;
	margin-bottom: 30px;
	text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 800;
}

.access-store{
	background: #EEEEEE;
	padding: 30px 0;
}

.access-store-inner{
	display: flex;
	justify-content: space-between;	
}

.access-store-right{
	text-align:center;
}


.google-maps {
	position: relative;
	height: 300px;
	overflow: hidden;
	margin-bottom: 0;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width:980px){
	
	
.greeting{
	display: block;
}

.greeting-left{
	margin-right: 0;
	width: 100%;
}

.greeting-right{
	margin-right: 0;
	width: 100%;
}
	
.greeting {
    padding: 5%;
    width: 90%;
	text-align:center;
}

.google-inner-maps {
    padding-bottom: 70%;
}

.store-info {
    padding: 5%;
}

.store-info table.T_p_box th,
.store-info table.T_p_box td{
	display: block;
}
	
	.store-info table.T_p_box th,
	.store-info table.T_p_box td{
		border-bottom: none!important;
	}
	
	.store-info table.T_p_box td{
		padding-left: 30px!important;
	}
	
.policy-box {
    padding: 5%;
	width: 85%;
	font-size: 1.5rem;
}	
	
.policy-inner-container{
	background-image:none;
}	

.access-store-inner{
	display: block;
}

.access-store {
    padding: 5%;
    width: 90%;
	text-align:center;
}

.access-store-left{
	margin-bottom: 30px;
}


}


/* *****************************************************************************************/

/* 安心と信頼の７つの理由 */

/* *****************************************************************************************/

.anshin_box{
	border: 1px solid #AAAAAA;
	padding: 40px 50px;
	margin-bottom: 70px;
}

.anshin_box_right{
	float: right;
	width: 420px;
}

.anshin_box_left{
	float: left;
	width: 420px;
}

.anshin_box_ttl_box{
	border-bottom: 1px solid #666;
	margin-bottom: 25px;
	display: flex;
	padding-bottom: 20px;
	color: #F37A00;
	font-size: 2.2rem;
	font-weight: bold;
}

.anshin_box_ttl{
	text-align:center;
}

.anshin_box_ttl_01{
	text-align:center;
	margin-top: 15px;
}


.circle {
	height:60px;
	width:60px;
	border-radius:50%;
	line-height:60px;
	text-align:center;
	border: 1px solid #F37A00;
	margin-right: 20px;	
	font-size: 4.0rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.anshin_box_right .anshin_box_lead{
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 20px;
}

.anshin_box_btn{
	text-align: center;
	margin-bottom: 30px;
}

.anshin_box_btn a{
	border: 1px solid #000;
	text-decoration: none;
	padding: 8px;
}

.anshin_box_btn a:hover{
	background: #444444;
	color: #FFF;
    transition: all .3s ease-in-out;
	}
	
	
.number_2_ttl{
		font-size: 1.5rem;
		padding-top: 10px;
	}
	
	.circle {
		height: 60px!important;
		width: 60px!important;
	}
	
	@media screen and (max-width: 980px){
		
	.number_2_ttl{
		width:100%;
		max-width: 250px;
	}
	
	
	}	

@media screen and (max-width:480px){
	
.anshin_box_btn{
	border: 1px solid #000;
	padding: 8px;

}

.anshin_box_btn a{
	border:none;
		
}

.anshin_box_btn a:hover{
	background: #fff;
	color: #000;
}
	
}


.arrow_orange{
	color: #F27900;
}

.anshin_box_sub_ttl{
	font-weight: bold;
	font-size: 1.8rem;
	padding-left:1.5em;
	text-indent:-1.5em;	
}

.mb20{
	margin-bottom: 20px;
}

@media screen and (max-width:980px){
	


.anshin-container {
    width: 96%;
}	
	
.anshin_box_right{
	float: none;
	width: 100%;
}

.anshin_box_left{
	float: none;
	width: 100%;
	text-align:center;
	margin-top: 15px;
}

.anshin_box_ttl{
	text-align: left;
}

.anshin_box {
	padding: 5% 3%;
	width: 94%;
    margin-bottom: 30px;
}

.anshin_box_ttl_box {
    font-size: 1.8rem;
}

.anshin_box_btn a{
	font-size: 1.5rem;
}
	
}

/* *****************************************************************************************/

/* 防水板 */

/* *****************************************************************************************/



.bousui-head-container{
	margin-top: -30px;
	background: url(../../images/bousui/bousui_bg.jpg) repeat left top;
	padding: 30px 0;
	position: relative;
}

.bousui-head-container h2{
	color: #000;
	margin-bottom: 25px;
	font-size: 2.5rem;	
}

.bousui-lead{
	font-size: 2.0rem;
	font-weight: bold;
}	

.bousui-inner-01{
	position: absolute;
	top: 20px;
	left: 10%;
}

.bousui-inner-02{
	position: absolute;
	top: 30px;
	left: 80%;
}

.bousui-des{
	margin-bottom: 45px;
}

.bousui-des-left{
	float: left;
	width: 497px;
}

.bousui-des-right{
	float: right;
	width: 460px;
}

.bousui-des-right .ttl{
	margin-bottom: 30px;
}

.bousui-des-right .lead{
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 1.7rem;
}

.bousui-des-right .coor{
	margin-bottom: 20px;
	text-align: center;
	padding: 15px 0;
	color: #0085B2;
	border: 1px solid #0085B2;
	font-weight: bold;
	font-size: 2.0rem;
}

.bousui-box{
	border: 1px solid #AAAAAA;
	padding: 40px 50px;
	margin-bottom: 45px;
	text-align:center;
}

.bousui-sec-sub-01{
	margin-top: 50px;
	margin-bottom: 10px;
}

.bousui-box-left-01{
	float: left;
	width: 168px;
	margin-left: 10px;
}

.bousui-box-right-01{
	font-size: 1.8rem;	
	float: right;
	text-align:left;
	margin-top: 20px;
	margin-right: 50px;
	width: 600px;
}

.gray-bg{
	background: #EEEEEE;
}

.bousui-sec-sub-02{
	margin-top: 30px;
	padding: 30px 40px 20px;
	margin-bottom: 50px;
}

.bousui-sec-sub-02 .sub-left-01{
	float: left;
	width: 280px;
	text-align:center;
	margin-left: 85px;
}

.bousui-sec-sub-02 .sub-right-01{
	float: right;
	width: 280px;
	text-align:center;
	margin-right: 88px;
}

.bousui-sec-sub-02 .sub-left-01 .ttl,
.bousui-sec-sub-02 .sub-right-01 .ttl{
	color: #0085B2;
	font-weight: bold;
	font-size: 1.8rem;
}

.bousui-sec-sub-02 .sub-left-01 .lead,
.bousui-sec-sub-02 .sub-right-01 .lead{
	text-align:left;
}

.bousui-sec-sub-03{
	margin-top: 30px;
	padding: 17px 40px 20px;	
}


.bousui-sec-sub-03 .sub-left-02{
	float: left;
	width: 406px;
	text-align:center;
	margin-left: 0;
	margin-top: 30px;
}

.bousui-sec-sub-03 .sub-right-02{
	float: right;
	width: 323px;
	text-align:left;
	margin-right: 0;
}

.bousui-sec-sub-03 .sub-right-02 .ttl{
	color: #0085B2;
	font-weight: bold;
	font-size: 1.8rem;
}

.bousui-sec-sub-04{
	margin-top: 25px;
	margin-bottom: 50px;
}

.bousui-sec-sub-04 .bousui-box-left-02{
	float: left;
	width: 400px;
	margin-left: 15px;
}

.bousui-sec-sub-04 .bousui-box-left-02 .ttl,
.bousui-sec-sub-04 .bousui-box-right-02 .ttl{
	background: #068848;
	color: #FFF;
	text-align: left;
	font-size: 2.0rem;
	padding: 10px 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

.bousui-sec-sub-04 .bousui-box-left-02 .ttl_sub,
.bousui-sec-sub-04 .bousui-box-right-02 .ttl_sub{
	color: #F9B45B;
	font-size: 2.5rem;
	margin-right: 20px;
}

.bousui-sec-sub-04 .bousui-box-left-02 ul{
	list-style-type: disc;
	text-align:left;
	margin-left: 25px;
	font-size: 1.7rem;
	line-height: 1.8;
}

.bousui-sec-sub-04 .bousui-box-right-02{
	float: right;
	width: 400px;
}

.bousui-sec-sub-04 .bousui-box-right-02 .lead{
	font-size: 1.7rem;
	line-height: 1.8;
	text-align:left;
}

.bousui-sec-02 .bousui-img-01{
	margin-bottom: 40px;
}

.bousui-sec-02 .bousui-img-02{
	margin-bottom: 20px;
}

.bousui-sec-sub-05 .ttl{
	color: #000;
	text-align: left;
	font-size: 2.0rem;
	margin-bottom: 15px;
	font-weight: bold;
	margin-left: 25px;
}

.bousui-sec-sub-05 .lead{
	text-align: left;
	font-size: 1.8rem;	
	margin-left: 25px;
	margin-bottom: 40px;
}

.bousui-sec-sub-06 .bousui-box-left-03{
	float: left;
	width: 398px;
	margin-left: 25px;
	text-align:right;	
}

.bousui-sec-sub-06 .bousui-box-right-03{
	float: right;
	width: 398px;
	text-align:right;	
}


.bousui-sec-04 .ttl{
	font-size: 5.0rem;
	text-align:left;
	color: #68ACFC;
	margin-bottom: 20px;
	font-weight: bold;
}

.bousui-sec-04 .lead{
	font-size: 1.8rem;
	text-align:left;
	color: #000;
	margin-bottom: 30px;
	font-weight: bold;
}

.bousui-sec-sub-07 .bousui-box-left-04{
	float: left;
	text-align:left;
	width: 400px;
}

.bousui-sec-sub-07 .bousui-box-right-04{
	float: right;
	width: 400px;
	text-align:left;
}

.bousui-box-left-04 p,
.bousui-box-right-04 p{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.bousui-box-left-04 .ttl_sub,
.bousui-box-right-04 .ttl_sub{
	color:#65AAFF;
	font-size: 2.5rem;
}

.bousui-box-left-04 .lead,
.bousui-box-right-04 .lead{
	font-size: 1.5rem;
	line-height:1.5;
	font-weight:normal;
	margin-top: 10px;
}

@media screen and (max-width:980px){

.bousui-des{
	width: 96%;
	margin: 0 auto;
	padding: 4% 2%;
}
	
.bousui-des-left{
	float: none;
	width: 100%;
}

.bousui-des-right{
	float: none;
	width: 100%;
}

.bousui-box {
	width: 92%;
	margin: 2%;
    padding: 2%;
    margin-bottom: 20px;
}

.bousui-sec-sub-01 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bousui-box-left-01 {
    float: none;
    width: 100%;
    margin-left: 0;
}

.bousui-box-right-01 {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-right: 0;
	font-size: 1.5rem;
}

.bousui-box-right-01 li{
	margin-left: 20px;
		
}

.bousui-sec-sub-02 {
    margin-top: 20px;
	width: 96%;
    padding: 2%;
    margin-bottom: 20px;
}

.bousui-sec-sub-02 .sub-left-01 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
	margin-bottom: 20px;
}

.bousui-sec-sub-02 .sub-right-01 {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
}

.bousui-sec-sub-03 {
    margin-top: 30px;
	width: 96%;
    padding: 2%;
}

.bousui-sec-sub-03 .sub-left-02 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
	margin-bottom: 20px;
}

.bousui-sec-sub-03 .sub-right-02 {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
}

.bousui-sec-sub-04 {
    margin-bottom: 30px;
}

.bousui-sec-sub-04 .bousui-box-left-02 {
    float: none;
    width: 100%;
    margin-left: 0;
	margin-bottom: 30px;
}

.bousui-sec-sub-04 .bousui-box-left-02 .ttl,
.bousui-sec-sub-04 .bousui-box-right-02 .ttl {
    margin-bottom: 20px;
}

.bousui-sec-sub-04 .bousui-box-left-02 ul {
    font-size: 1.5rem;
}

.bousui-sec-sub-04 .bousui-box-right-02 {
    float: none;
    width: 100%;
}

.bousui-sec-sub-04 .bousui-box-right-02 .lead {
    font-size: 1.5rem;
}

.bousui-sec-sub-05 .ttl {
    margin-bottom: 15px;
    margin-left: 0;
}

.bousui-sec-sub-05 .lead {
    margin-left: 0;
    margin-bottom: 30px;
	font-size: 1.5rem;
}

.bousui-sec-sub-06 .bousui-box-left-03 {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: right;
	margin-bottom: 20px;
}

.bousui-sec-sub-06 .bousui-box-right-03 {
    float: none;
    width: 100%;
    text-align: right;
}

.bousui-sec-04 .ttl {
    font-size: 2.2rem;
	margin-bottom: 10px;
}

.bousui-sec-sub-07 .bousui-box-left-04 {
    float: none;
    width: 100%;
}

.bousui-sec-sub-07 .bousui-box-right-04 {
    float: none;
    width: 100%;
}






}





/* *****************************************************************************************/

/* お問合せ */

/* *****************************************************************************************/


/* === layout */
.mainHeader__mainLogo img { height: auto; }
.mainFooter__areaB { border-top: none; }
script + img { display: block; }

/* エラー吹き出しをつけるため、tableに変更 */
@media only screen and (min-width: 1025px) {
  .c-form__containerBody .l-grid { display: table; width: 100%; }
  .c-form__containerBody .l-grid:before,
  .c-form__containerBody .l-grid:after { display: none; }
  .c-form__containerBody [class*="l-gridL"] { display: table-cell; float: none; vertical-align: bottom; }
}

/* === compornents */
.c-list li { margin-top: 12px; }
.c-form--error { display: inline-block; width: 100%; }
.c-form--error + .l-grid { margin-top: 0; }
.tel .c-form--error .c-form__errorMessage:after,
.tel .c-form--error .c-form__errorMessage:before { left: 20%; }

.c-button--L .c-button__reset { padding-left: 15px; padding-right: 15px; }
body .c-button > [class*="c-button"] + [class*="c-button"] { margin-left: 32px; }

/* SP時はボタンを反転する*/
.c-button--reverse { margin: 48px auto 50px auto; text-align: left; }
body .c-button--reverse { width: 350px; }
body .c-button--reverse { width: 450px; }

.c-button--reverse .c-button__act + .c-button__act { margin: 0; }
.c-button--reverse .c-button__act:first-child { /*float: right;*/ }
.c-button p {margin-top:15px;}

.c-form__inputText { margin-top: 24px; }
.c-form__steps li { width: 32.9%; margin: 4px 3px 4px 0; }
.c-form__steps li.is-current + li em { background-color: #f5f5f5; border-color: #f5f5f5; }
.c-form__radio .c-form__radioLabel { margin-right: 5px; }

.example,
.attention { margin-top: 5px; }
.separate { display: inline-block; width: 100%; font-size: 26px; font-size: 2.6rem; text-align: center; }
.stepLead { margin-top: 40px; text-align: center; }

.userName {}
.userName label { font-weight: bold; margin-right: 10px; }
.userName .c-form__inlineBody { width: 83%; }

.birthDay .c-form__select { display: inline-block; width: 78%; }
.birthDay .birthDay__text { display: inline-block; margin-left: 10px; }

.zip .l-grid { width: 70%; }

.tel [class*="l-gridL"] { display: table-cell; float: none; vertical-align: bottom; }

.thanksLead { margin: 80px 0 100px 0; }
.thanksLead .iconComplete { text-align: center; }
.thanksLead .comment { margin: 40px 0; font-weight: bold; text-align: center; font-size: 18px; font-size: 1.8rem; }

@media only screen and (max-width: 1024px) {
  .mainFooter__areaB { border-top: 1px solid #e0e0e0; }
  .userName [class*="l-grid"] + [class*="l-grid"] { margin-top: 10px; }
  .zip .l-grid { width: 100%; }
}

@media only screen and (max-width: 640px) {
  .c-form__steps li { width: 32.3333%; }
  .c-form__radio .c-form__radioLabel { display: block; }
  .birthDay [class*="l-grid"] + [class*="l-grid"] { margin-top: 10px; }
  .birthDay .c-form__select { width: 90%; }
  .thanksLead { margin: 40px 0 50px 0; }
  .thanksLead .iconComplete img { width: 40px; height: auto; }
  .thanksLead .comment { margin: 25px 0; font-size: 14px; font-size: 1.4rem; }



  body .c-button--reverse,
  body .c-button--reverse { width: auto; margin: 32px 0 0 0; }
  body .c-button .c-button__act + .c-button__act { margin-left: 0; }
  
.c-button > [class*="c-button"] + [class*="c-button"] {
    margin-left: 0;
}
  
}

.c-box {
  margin-top: 48px;
}
.c-box__inner {
  border: 1px solid #e0e0e0;
  padding: 48px;
}
.c-box__inner *:first-child {
  margin-top: 0;
}
.c-box--emphasis .c-box__inner {
  border: 1px solid #ffb9d7;
}
.c-box--strongly .c-box__inner {
  background: url(../img/bg_box_noise.png) 0 0 repeat;
}
@media only screen and (max-width: 640px) {
  .c-box {
    margin-top: 32px;
  }
  .c-box__inner {
    padding: 16px;
  }
}

.c-breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 0;
  border-bottom: 1px solid #ebebeb;
  background: #f8f5f6;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #f8f5f6 0%, #ffffff 16%, #ffffff 37%, #fcfbfb 67%, #f9f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f8f5f6 0%, #ffffff 16%, #ffffff 37%, #fcfbfb 67%, #f9f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f5f6', endColorstr='#f9f7f7',GradientType=1 );
  /* IE6-9 */
}
.c-breadcrumb__inner {
  max-width: 1024px;
  margin: 0 auto;
}
.c-breadcrumb__item {
  display: inline-block;
  vertical-align: middle;
}
.c-breadcrumb__item a, .c-breadcrumb__item span {
  position: relative;
  padding-right: 12px;
}
.c-breadcrumb__item a:after, .c-breadcrumb__item span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  display: block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #4c4c4c;
}
html.ie .c-breadcrumb__item a, html.ie .c-breadcrumb__item span {
  vertical-align: middle;
}
.c-breadcrumb__item:last-child {
  font-weight: bold;
}
.c-breadcrumb__item:last-child a:after, .c-breadcrumb__item:last-child span:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .c-breadcrumb__inner {
    padding: 0 20px;
  }
  
  
}
@media only screen and (max-width: 640px) {
  .c-breadcrumb {
    display: none;
    margin-top: 32px;
    background: #f5f5f5 none;
    border-bottom: none;
  }
  
 
  
}

@media screen and (max-width:980px){
	
.c-button > [class*="c-button"] + [class*="c-button"]{
	margin-left: 0!important;
	margin-top: 20px;
}
	
}


.c-button {
  margin-top: 48px;
  font-weight: bold;
}
.c-button__act {
  display: inline-block;
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  background: #fffffe;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fffffe 0%, #fafafa 50%, #f5f5f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffffe 0%, #fafafa 50%, #f5f5f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffe', endColorstr='#f5f5f6',GradientType=0 );
  /* IE6-9 */
  transition-property: opacity, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.c-button__act:link, .c-button__act:visited {
  color: #666666;
}
.c-button__act:hover {
  opacity: 0.85;
  background: #f5f5f5;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #faf9f9 50%, #fffffe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #faf9f9 50%, #fffffe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fffffe',GradientType=0 );
  /* IE6-9 */
}
.c-button__act--flat {
  background: #ffffff;
  -ms-filter: none;
  filter: none;
}
.c-button--flex .c-button__act {
  width: 100%;
}
.c-button--group {
  text-align: center;
}
.c-button--S .c-button__act {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 16px;
}
.c-button--M .c-button__act {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 32px;
}
.c-button--L .c-button__act {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
}
.c-button--emphasis .c-button__act {
  color: #ffffff;
  border: 1px solid #4c4c4c;
  background: #666666;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #666666 0%, #595959 51%, #4c4c4c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #666666 0%, #595959 51%, #4c4c4c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#4c4c4c',GradientType=0 );
  /* IE6-9 */
}
.c-button--emphasis .c-button__act:hover {
  background: #4c4c4c;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #4c4c4c 1%, #595959 52%, #666666 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4c4c4c 1%, #595959 52%, #666666 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#666666',GradientType=0 );
  /* IE6-9 */
}
.c-button--careful .c-button__act {
  color: #ffffff;
  border: 1px solid #ff9900;
  background: #fdd59a;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fdd59a 0%, #fdba54 50%, #ff9a05 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdd59a 0%, #fdba54 50%, #ff9a05 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd59a', endColorstr='#ff9a05',GradientType=0 );
  /* IE6-9 */
}
.c-button--careful .c-button__act:hover {
  background: #ff9a05;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff9a05 0%, #fdba54 50%, #fdd59a 100%, #fdd59a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff9a05 0%, #fdba54 50%, #fdd59a 100%, #fdd59a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a05', endColorstr='#fdd59a',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 640px) {
  .c-button {
    margin-top: 32px;
  }
  .c-button--group .c-button__act + .c-button__act {
    margin-top: 32px;
  }
  .c-button--S .c-button__act, .c-button--M .c-button__act, .c-button--L .c-button__act {
    width: 100%;
  }
}

.c-form select {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form button {
  font-weight: bold;
  color: #4c4c4c;
}
.c-form input[type="text"],
.c-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form input {
  vertical-align: middle;
}

.c-form__radioLabel,
.c-form__checkLabel,
.c-form__selectLabel {
  font-weight: normal;
  position: relative;
  vertical-align: middle;
}


.c-form__required {
  font-size: 12px;
  font-size: 1.2rem;
  background: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 2px 0 5px;
  color: #f44336;
  border: 1px solid #f44336;
  padding: 1px 3px;
  display: inline-block;
}
.c-form__inlineBody {
  display: inline-block;
  width: 100%;
}
.c-form__inputText {
  margin-top: 48px;
}
.c-form__inputTextItem {
  border: 1px solid #cccccc;
  width: 100%;
  border-radius: 4px;
  min-height: 44px;
  padding: 6px 16px;
  box-sizing: border-box;
}
.c-form__textArea {
  margin-top: 48px;
}
.c-form__textAreaItem {
  width: 100%;
  height: 10em;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 6px 16px;
  box-sizing: border-box;
}
.c-form__radioItem {
  display: none;
}
.c-form__radioLabel {
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.c-form__radioLabel:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.c-form__radioItem:checked + .c-form__radioHidden:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  background: #F27900;
  border-radius: 100%;
}

.c-form__checkItem {
  display: none;
}
.c-form__checkLabel {
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.c-form__checkLabel:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #ccc;
}
.c-form__checkItem:checked + .c-form__checkHidden:after {
  position: absolute;
  content: '';
  top: 9px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #F27900;
  border-bottom: 2px solid #F27900;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-form__select {
  margin-top: 48px;
}
.c-form__selectLabel {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.zip-cord{
	width: 50%;
}

.prefecture-cord{
	width: 50%!important;
}

.c-form__selectLabel{
	border: none;
}

.c-form__selectLabel .c-form__selectItem{
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.c-form__selectLabel:before {
  /*content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #000000;*/
}
.c-form__selectItem {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px;
}
.c-form__selectItem:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.c-form__selectItem::-ms-expand {
  display: none;
}
.c-form--error {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-form--error .c-form__inputTextItem,
.c-form--error .c-form__textAreaItem,
.c-form--error .c-form__selectLabel {
  border: 1px solid #f44336;
  background: #ffebee;
}
.c-form--error .c-form__errorMessage {
  position: relative;
  top: -10px;
  color: #ffffff;
  background: #ff8084;
  border: 1px solid #ff8084;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 1px 0px #e0e0e0;
}
.c-form--error .c-form__errorMessage:after,
.c-form--error .c-form__errorMessage:before {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.c-form--error .c-form__errorMessage:after {
  border-color: rgba(244, 67, 54, 0);
  border-top-color: #ff8084;
  border-width: 6px;
  margin-left: -6px;
}
.c-form--error .c-form__errorMessage:before {
  border-color: rgba(202, 54, 54, 0);
  border-top-color: #ff8084;
  border-width: 7px;
  margin-left: -7px;
}
.c-form__container {
  margin-top: 48px;
  display: table;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.c-form__containerRow {
  display: table-row;
}
.c-form__containerTitle, .c-form__containerBody {
  vertical-align: top;
  padding: 24px;
  display: table-cell;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.c-form__containerTitle *:first-child, .c-form__containerBody *:first-child {
  margin-top: 0;
}
.c-form__containerTitle {
  width: 30%;
  background: #f5f5f5;
  font-weight: bold;
}
.c-form__steps {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-form__steps:before, .c-form__steps:after {
  content: "";
  display: table;
}
.c-form__steps:after, .c-form__steps:after {
  clear: both;
}
.c-form__steps {
  zoom: 1;
}
.c-form__steps li {
  float: left;
  width: 24.5%;
  position: relative;
  margin: 4px 4px 4px 0;
}
.c-form__steps li em {
  width: 100%;
  font-weight: normal;
}
.c-form__steps li:first-of-type > * {
  padding-left: 20px;
}
.c-form__steps li:last-of-type {
  margin-right: 0;
}
.c-form__steps li:last-of-type > * {
  padding-right: 20px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.c-form__steps li.is-checked > *:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
  content: '';
  width: 21px;
  height: 21px;
  background: url(../img/bg_steps_check.png) 0 0 no-repeat;
  background-size: 21px;
}
.c-form__steps li > * {
  position: relative;
  box-sizing: border-box;
  padding: 14px 20px 14px 40px;
  color: #2c3f4c;
  background-color: #e0e0e0;

  border-color: #e0e0e0;
  display: inline-block;
}
.c-form__steps li.is-current > * {
  background-color: #ffb9d7;
  border-color: #ffb9d7;
  color: #ffffff;
}
.c-form__steps li.is-plane > * {
  background: transparent;
}
.c-form__steps li:after, .c-form__steps li > *:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0;
  border: 21px solid transparent;
  border-right-width: 0;
}
.c-form__steps li:after {
  z-index: 1;
  border-left-color: #ffffff;
  margin: 0;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.c-form__steps li > *:after {
  z-index: 10;
  border-left-color: inherit;
}
.c-form__steps li:last-of-type:after, .c-form__steps li:last-of-type > *:after {
  display: none;
}

.form-indent{
	padding-left:1em;
	text-indent:-1em;
}

.check_conf{
	margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-form__steps li {
    width: 24.2%;
  }
}
@media only screen and (max-width: 640px) {
  .c-form__inputText {
    margin-top: 32px;
  }
  .c-form__textArea {
    margin-top: 32px;
  }
  .c-form__select {
    margin-top: 32px;
  }
  .c-form__checkItem:checked + .c-form__checkHidden:after {
    top: 6px;
  }
  .c-form__steps {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .c-form__steps li {
    width: 24%;
  }
  .c-form__steps li:first-of-type > * {
    padding-left: 6px;
  }
  .c-form__steps li > * {
    padding: 29px 8px 8px 28px;
    min-height: 48px;
  }
  .c-form__steps li:after, .c-form__steps li > *:after {
    border-width: 24px;
  }
  .c-form__steps li.is-checked > *:before {
    top: 6px;
    left: 28px;
    margin-top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  .c-form__steps li.is-checked:first-of-type > *:before {
    left: 6px;
  }
  .c-form__container {
    display: block;
  }
  .c-form__containerRow {
    display: block;
  }
  .c-form__containerRow:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
  .c-form__containerTitle, .c-form__containerBody {
    padding: 10px;
    display: block;
    border: 1px solid #cccccc;
    border-bottom: none;
  }
  .c-form__containerTitle *:first-child, .c-form__containerBody *:first-child {
    margin-top: 0;
  }
  .c-form__containerTitle {
    width: auto;
  }
}

