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


/**common**/
div.bodyBg{
background:url("../images/bg_border.png") left bottom repeat-x;
padding-bottom:50px;
margin-bottom:40px;
}

/**header**/
#top{
	width: 100%;
	background-color: #14378e;
	height: 80px;
	text-align: center;
}

#top img{
	margin-top: 20px;
}

#header img{
	margin-top: 30px;
}
#header {
    margin: 0;
    padding: 20px 0;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
    height: 525px;
	width: 100%;
	text-align: center;
}

/**form**/
.center {
	background-color: #14378E;
	padding: 40px 0 40px 0;
	text-align: center;
}

.center h2{
	width: 550px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 40px;
}

.center h2 img:first-child{
	margin-bottom: 15px;
}

.fom1{
	background-color: #ffffff;
	width: 685px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
}
.emailform {
    width: 547px !important;
    height: 70px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    border: solid 2px #666666;
	margin: 0 60px;
}

.btn{
	width: 547px;
	margin-top: 10px;
}
.btn:hover{
	opacity:0.7;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

.center p{
	font-size: 10px;
	background-color: #D2D2D2;
	text-align: left;
	line-height: 1.5em;
	padding: 20px 40px;
	border-radius: 5px;

}
/*form2*/
/*.btn{
background:url("../images/form_button.png") center top no-repeat;
background-size:contain;
padding:5%;
border:0;
}*/
label.form_input_label{display:none;}

/**こんな方を求めています**/
.jouken{
background:url("../images/jouken_bg.png") center top no-repeat;
width:100%;
height:952px;
padding-top:50px;
margin-top:30px;
}
.jouken h2{
background:url("../images/jouken_topbg.png") center top no-repeat;
text-align:center;
height:93px;
padding-top:12px;
}
.jouken ul{
width:750px;
display:-webkit-flex;
display:flex;
-webkit-justify-content:space-around;
justify-content:space-around;
flex-wrap:wrap;
margin:0 auto;
}

/**悩み**/
.nayami{
background:url("../images/nayami_bg.png") center top no-repeat;
width:100%;
margin-top:10px;
padding:80px 0 10px 0;
}
.nayami h2{text-align:center;}
.nayami ul{
width:680px;
margin:40px auto 0 auto;
}
.nayami li{
margin-bottom:10px;
}
.nayami p{
text-align:center;
margin-top:30px;
}


.contents3{
	width: 100%;
	text-align: center;
	margin: 20px auto 20px;
}

.contents4{
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

/*.paddingtop30 {
	background-color: #14378E;
	height: 375px;
	padding: 50px 0 35px 0;
}*/

/**profile**/
img.photo{margin-bottom:10px;}
.contents5{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.contents5 img{
margin-top:50px;
}
.contents5 img:nth-child(3){
width:400px;
height:400px;
}

.contents6{
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.contents6 img{
	margin-top: 50px;
}

/**footer**/
#footer {
    margin-top: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
    padding: 15px;
    color: #ffffff;
	background-color: #14378E;
    border-top: solid 1px #999999;
}
#footer a{color: #ffffff;}


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

/**header**/
#top{
height:auto;
padding:15px 0 10px 0;
}
#top img{
width:70%;
margin-top:0;
}
#header {
margin:0;
padding:5px 0 10px 0;
height:auto;
width: 100%;
text-align:center;
}
#header img{width:100%;}
#header img{margin-top:0;}
#header p{
width:auto;
padding:0 10px;
}
#header  p:nth-child(1),#header  p:nth-child(2){margin-bottom:10px;}
#header  p:nth-child(2){padding:0 5px;}
#header  p:nth-child(1) img{width:90%;}
#header  p:nth-child(3) img{width:90%;}
/**こんな方を求めています**/
.jouken{
background:none;
height:auto;
padding-top:0px ;
margin-top:0px;
}
.jouken h2{
background:orange;
height:auto;
margin-bottom:20px;
padding:10px 0;
border-top:1px dashed #fff;
}
.jouken h2 img{width:75%;}
.jouken ul{
width:auto;
margin:0;
padding:0 10px;
}
.jouken li{text-align:center;}
.jouken li img{width:80%;}

/**悩み**/
.nayami{
background:none;
width:100%;
margin-top:10px;
padding:0 0 10px 0;
}
.nayami h2 img{width:95%;}
.nayami ul{
width:100%;
margin:30px 0 0 0;
}
.nayami li{
margin-bottom:15px;
text-align:center;
}
.nayami li img{width:95%;}
.nayami p{
text-align:center;
margin-top:10px;
}
.nayami p img{width:100%;}

/**form**/
.center{padding:20px 0;}
.center h2{
width:100%;
margin-bottom:20px;
text-align:center;
}
.center h2 img{width:80%;}
.center h2 img:first-child{margin-bottom:5px;}
#formCont{padding:0 15px;}
.fom1{
width:auto;
padding:15px;
}
.emailform{
width:100%;
height:40px;
padding:0;
margin:0;
font-size:80%;
}
.btn{width:100%;}


/**contents**/
.contents{padding-bottom:0;}
.contents3{margin:15px 0;}
.contents4{margin-bottom:20px;}
.contents img,.contents2 img,.contents4 img{width:95%;}
.contents3 img{width:60%;}
.contents4 img{width:98%;}
.contents img,.contents2 img{padding:0;}

/**profile**/
img.photo{
width:60%;
margin-bottom:15px;
}
.contents5{margin-top:30px;}
.contents6{margin-top:20px;}
.contents5 img,.contents6 img{
width:95%;
margin:0;
}
.contents5 img:nth-child(1){
width:33%;
margin-bottom:10px;
}
.contents5 img:nth-child(3){
width:60%;
height:auto;
margin-bottom:10px;
}
.contents6 img:nth-child(1){
width:52%;
margin-bottom:10px;
}
.contents6 img:nth-child(3){
width:60%;
height:auto;
margin-bottom:10px;
}

/**footer**/
#footer{margin-top:30px;}
}
