@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
}

/* ==============================================================
   # 共通 装飾
   ============================================================== */

a {
	color: #359FD9;
	text-decoration: underline;
}

a img: hover { opacity: 0.65; }

img{ max-width:100%; }

p {
	line-height:1.6em;
	margin-bottom:1.8rem;
}

p.border{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
	p.border {
		margin-bottom:1.0rem;
		padding-bottom: 1.0rem;
	}
}

.innerSec p:last-child{
	margin-bottom:0;
}

.indent {
  display: inline-block;
	padding-left: 2em;
	text-indent: -1em;
}

.color01{color:#F54B58;} /*pink*/
.st { /*color: #F54B58;*/ }


/* ==============================================================
   # レイアウト
   ============================================================== */

#content {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size:14px;
}

.inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

section { padding: 48px 24px;}

.s-section {
	margin-bottom: 2rem;
	padding-bottom:2rem;
	border-bottom:1px dotted #ccc;
}

/* ▽-- 枠線 コンテンツ囲み --▽ */

.innerSec{
	padding:0;
	border:1px solid #ddd;
	margin-bottom:10rem;
	position:relative;
	border-radius:3px;
}

.innerSec:last-child{
	margin-bottom:0;
}

.innerSec:after{
		content: "";
		display:block;
		position:absolute;
    width: 50px;
    height: 50px;
    background: url(../imgs/index/arrow.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    bottom:-85px;
    left:48%;
}

.innerSec:last-child:after {
       content : none ;
} 

.flowContent{
	padding: 2.0rem 2.4rem;
}

/* △-- 枠線 コンテンツ囲み --△ */

.l_75{
	width:75%;
	float:left;
}

.r_20{
	width:20%;
	float:right;
}

.l_65{
	width:67%;
	float:left;
}

.r_30{
	width:28%;
	float:right;
}



/* ==============================================================
   #header と footer
   ============================================================== */

header {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-image: url(../imgs/shared/bg_line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

header h1 {
    width: 140px;
    height: 28px;
    margin-top: 8px;
    margin-left: 24px;
    float: left;
}

footer {
    padding: 2em 0;
    background-color: #605D5A;
    color: #E3E3E3;
    text-align: center;
    font-size: 14px;
}

#toTop {
    position: fixed;
    bottom: 72px;
    right: 12px;
    width: 48px;
    height: 48px;
}


/* ==============================================================
   #flow
   ============================================================== */

h2 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 4px solid #eee;
    margin-bottom: 30px;
    line-height: 1.3;
		font-weight:bold;
}

#flow h2 {
/*  min-height: 31px;
		background: url(../imgs/flow/i04.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 40px;*/
}

#flow h3 {
	font-size:23px;
	padding:20px;
	background-color:#F1EEEB;
	color:#5A5047;
	position: relative;
}

#flow h4 {
    font-size: 18px;
    background: url(../imgs/index/icon.png); /*緑の丸*/
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0 7px;
    padding-left: 22px;
    line-height: 1.6;
		margin-bottom:5px;
		font-weight:bold;
}

#flow .ins {
    background-color: #F2F2F2;
    padding: 1.5rem;
		margin-top:1.5rem;
}

#flow .circle li {
    font-size: 14px;
    position: relative;
    padding-left: 1.5em;
		border-bottom:1px dotted #ddd;
		margin-bottom:1.5rem;
		padding-bottom:1.5rem;		
}

#flow .circle li:last-child {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;		
}

#flow .circle li:after {
    content: "●";
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}





/* mediaquery */
@media screen and (max-width: 960px) {

}


@media screen and (max-width: 700px) {
	
	header h1 { margin-left: 12px;}
	
	#flow h3 {
		font-size: 18px;
		padding: 9px 10px 10px 10px;
		font-weight:bold;
	}
	
	#flow .st,
	#flow .circle li,
	#flow .ins,
	p{
		font-size :12px;
	}
	
	.flowContent{
		padding:1.5rem;
	}
	
	.innerSec:after{
		left:45%;
	}
	
	#flow .circle li {
		margin-bottom:1rem;
		padding-bottom:1rem;		
	}

}

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

	p {
		line-height:1.4em;
		margin-bottom:1.0rem;
	}
	
	#content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	h2{
		margin-bottom:20px;
	}
	
	#flow h4 {
		line-height:1.4em;
		font-size:16px;
	}
	
	section { padding: 48px 15px;}
	
	.l_75,
	.r_20,
	.l_65,
	.r_30{
		width:100%;
		float:none;
	}
	
	.r_20,.r_30{
		text-align:center;
		margin:1.5rem auto 0 auto; 
	}
	
	.r_20 img, .r_30 img{
		width:60%;
	}
	
	.s-section {
		margin-bottom: 1rem;
		padding-bottom:1rem;
	}	

}

.anshin-h5 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 12px;
	margin-top: 20px;
}
.japan-waku {
	padding: 12px;
	border: 2px solid red;
	background-color: #FCFCFC;
}



@media (max-width: 479px) {
	.tel a,
	.tel a:link{
		text-decoration: none;
		border:2px solid #E26A12;
		border-radius:100px;
		padding: 20px 20px 20px 20px;
		display: block;
		line-height: 1;
	}
	.tel a span{
		background: url("../imgs/index/tel.png") no-repeat left center;
		background-size: 16px;
		padding-left: 20px;
		display: inline-block;
		line-height: 20px;
		color:#E26A12;
		font-size:16px;
		font-weight: bold;
	}
	.tel{
		margin:10px auto 0 auto;
		text-align: center;
		display:block;
	}
}

@media (max-width: 480px) {
	.visible-tb{
		display: none !important; /* 481px以上は消える */
	}
}











