@charset "UTF-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*トップページメイン画像
---------------------------------------------------------------------------*/
#imgbox {
	background-image: url("../images/stripe.png");
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainimg {
	max-width: 860px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0;
}

h2 {
	padding-top: 0;
}


/*NEWSコンテンツ
---------------------------------------------------------------------------*/
/*MORE画像配置設定 親要素にrelative　子要素にabsoluteで絶対配置*/
#new {
	position: relative;
}

#newmore {
	position: absolute;
	top: 20px;
	right: 0;
}

/*マウスオン時の背景色*/
#newmore a:hover {
	opacity: 0.5 ;	/*半透明設定*/
}

#newinfo {
	width: 98%;
	height: 100px;
	margin: 0px auto 50px auto;
}


/*お家に関するちょっとしたこと
---------------------------------------------------------------------------*/
.glay_box {
	background-color: #f2f2f2;
	margin-top: 20px;
}

.glay_inner {
	max-width: 860px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 20px;
	background-image: url("../images/top/women.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size:contain;
}

@media screen and (max-width: 840px) {
	.glay_inner {
	background-position: bottom right;
	background-size:25% auto;
}
}
@media screen and (max-width: 700px) {
	.glay_inner {
	background-size:18% auto;
}
}


@media screen and (max-width: 680px) {
	.glay_inner {
	background-image: none;
}
}


/*Zetにお任せ下さい！
---------------------------------------------------------------------------*/
.blue_fullboxtop {
	background-color: #005ca2;
	text-align: center;
}

@media screen and (max-width: 900px) {
	.blue_fullboxtop {
	background-color: #fff;
	text-align: center;
}
}

/*2ボックス横並びストライプと水色
---------------------------------------------------------------------------*/
#stripebox {
	background-image: url("../images/stripe.png");
	width: 50%;
	padding: 20px;
	text-align: right;
}

#lightbluebox {
	background-color: #c7e8fa;
	width: 50%;
	padding: 20px;
	text-align: left;
}



/*2ボックスご利用の流れ・料金表 blog
---------------------------------------------------------------------------*/
.wrapperblueline {
	position:relative;
}
.wrapperblueline img {
	border: solid 1px #005ca2;
}
.textunder {
	position:absolute;
	color:#333;
	font-size: 90%;
    left:20px; 
    bottom: 15px; 
}
@media screen and (max-width: 650px) {
	.col_2 > div{
		width: 100%;
		text-align: center;
	}
	.textunder {
    	left:120px;  
}
}

@media screen and (max-width: 550px) {
	.textunder {
    	left:80px;
		font-size: 80%;
}
}

@media screen and (max-width: 420px) {
	.textunder {
    	left:30px;  
}
}

@media screen and (max-width: 330px) {
	.textunder {
    	left:10px;  
}
}

.blueline_border{
	border: solid 1px #005ca2;
}
.blueline_border a{
	
}

.blueline_border a:hover{ 
	opacity: 0.5 ;	/*半透明設定*/
	background-color: #c7e8fa;
}

.underline {
border-bottom:solid;
border-color:#fff;
border-width:4px;/*5ピクセルの太さにする*/
}

.ssfont {
	font-size: 0.5em;
}

.sfont {
	font-size: 0.6em;
}

/*ACCESS
---------------------------------------------------------------------------*/
#map_box {
	max-height: 400px;
	text-align: center;
	margin-bottom: 80px;
}

/*対応エリア
---------------------------------------------------------------------------*/
.column2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.taiou01 {
	width: 70%;
}

.taiou02 {
	width: 30%;
	margin:  0 0 20px 0;
	text-align: right;
}

h3 {
	padding-top: 0px;
}

@media screen and (max-width: 600px) {
	.taiou01{
		width: 100%;
	}
	
	.taiou02{
		width: 100%;
		text-align: center;
	}
}
