@charset "utf-8";

.nonpc { display: block }
.nonsp { display: none }
.sp { display: block }
/*.tab { display: none }*/
.pc { display: none }

/* @group Reset */

*{ margin: 0;padding: 0}

a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : middle}

.row:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* @end */


/* @group Fluid-img */

img { max-width : 100%}

/* @end */


/* @group HTML */

html {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size : 100%; /*75%レスポンシブタイプセッティングの指定*/
	line-height : 1.5;
	color: #333333;
}



body a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* @end */


/* @group Heading */



h3 {
font-size : 1.5em; /* 24px */
line-height : 1; /* 24px */
margin-bottom : 1em } 

hgroup h5,h6 {
font-size : 1em; /* 16px */
line-height : 1.5; /* 24px */
margin-bottom : 1.5em } 

/* @end */

/* @group Header */



#header {
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	}

#header h1{
	text-align:left;
	
}

#header h2 {
	position: absolute;
	left: 94px;
	top: 4px;
	font-size: 12px;
	text-align: left;
	color: #333333;
	z-index: 2;
	padding-top: 2px;
	font-weight: normal;
}
#guide {
	margin: 0.5em 0;
	padding: 0.5em 1em;
	color: #ff1d6e;
	background: #ffebc9;
	border-top: solid 8px #ff7d1e;
}
#guide h2 {
	top: 4px;
	font-size: 14px;
	text-align: left;
	color: #333333;
	z-index: 2;
	padding-top: 2px;
	font-weight: normal;
}
#guide .text_com {
	color: #0000cd;
	font-weight: 600;
}

#form .icon_must,
#form02 .icon_must{
    font-size: 100%;/*80%*/
    background: #FF3300;
    color: #FFFFFF;
    border: 1px solid #FF3300;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0px;
}


h4 {
	font-size: 1.4em;
	border-left: 0.26em solid #006633;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	padding-left: 10px;
	margin: 0.5em 0;
	text-align: left;
}




/* @group Contents */

#contents {
	background:#fff;
	padding: 1em;
	margin: 0 auto;
}

#contents p {
	margin-bottom : 0.5em;
	/*text-align : left*/
}

	
#form ol li,
#form02 ol li {
	content: ""; 
	display: table; 
	clear: both;
	border:1px solid #ccc;
	width:100%;
	margin-bottom:10px;
	}
	
#form ol li,
form02 ol li {
	padding-bottom:1em
	}

	
#form02 dl dt {
	padding:0.3em 1.5em;
	background: #cccccc;
	margin-bottom:1em;
	}
	
#form dl dt {
	padding:0.8em 1.5em;
	background: #cccccc;

	}
	
#form dl dd,
#form02 dl dd {
    display: inline-block;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    padding-left:0;
    padding-right:0;
    letter-spacing: normal;
    vertical-align: top;
	}

/*	
#form02 dl dd {
	padding:0.3em 1.5em;
	font-weight:normal;
	float:left;
	margin-right:10px;
	}
*/
#form .caption {
	border: 1px solid #999999;
	margin: 2em auto 0.7em;
	text-align: center;
	color: #333333;
	padding: 1em;
}

#form .bgc2 {
	background-color: #fff0f5;
}

input {
height: 25px;
/*font-size: 14px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #FFE8E8;
margin-bottom: 5px;*/
}

.checkbox {
   background-color: #FFFFFF;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

input[type=checkbox] {
/*display: none;*/
position:absolute;z-index:-1;
}
label {
display: block;
float: left;
margin: 1px;
/*width: 100px;*/
height: 20px;
padding: 4px;
color: #b20000;
text-align: left;
line-height: 16px;
cursor: pointer;
background: #fefefe;
/*border: 1px solid #006DD9;*/
border: 1px solid #CCCCCC;
border-radius: 2px
}

input[type="checkbox"]:checked + label {
background: #31A9EE;
color: #ffffff;
}

.vertical-align input {
	vertical-align: -8px;
}

textarea {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
/*background-color: #FFE8E8;*/
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
line-height : 1.5;
}

textarea[name="consultation_other"] {
	width: 80%;
}

select {
	padding:0.3em 0.3em 0.6em 0.3em;
	}

.bj-icon {
	border: 1px solid #F30C5C;
	font-size:10px;
	float:left;
	height: 13px;
	padding: 3px 3px 0px;
	line-height: 1em;
	margin: 1px 5px 0 0;
	color: #F30C5C;
	background-color: #FFE1ED;
	}

	
.cap {
	font-weight:bold;
	padding:0.2em 1em;
	color: #FFFFFF;
	background-color: #666600;
	vertical-align: middle;
	margin-top: 0.7em;
	}

.osc {
    font-size: 1.5em;
    }



#contents p.kanryo {
	margin: 30px auto 10px;
	text-align:center;
	font-size: 1.8em;
    }
	
#contents p.kiyaku {
    margin: 30px auto 10px;
	text-align:center;
    }

#contents p.doui a {
	display:block;
	background-color:#006633;
	color:#FFFFFF;
	padding: 15px 30px;
	text-align:center;
	margin: 30px auto;
    }

#contents p.doui a:hover {
	background:#FFFFFF;
	color:#499996;
	border: 2px solid #499996;
	}

/*#contents p.tjr {
	background-color:#499996;
	color:#FFFFFF;
	padding: 7px 10px;
	text-align:center;
	width: 40%;
	margin: 40px auto 50px;
    }*/
	
#contents p.tjr {
	margin: 30px 0 50px 60px;
    }

#contents p.tjr a {
	background-color:#499996;
	color:#FFFFFF;
	padding: 7px 70px;
	text-align:center;
    }

#contents p.tjr a:hover {
	background:#FFFFFF;
	color:#499996;
	border: 2px solid #499996;
	}
	
/*#contents p.next {
    float: right;
	background-color:#499996;
	color:#FFFFFF;
	padding: 7px 10px;
	text-align:center;
	width: 40%;
	margin: 0 auto;
    }*/

#contents p.next {
	margin: 15px 70px 40px 15px;
    float: right;
    }

#contents p.next a {
    background-color:#499996;
	color:#FFFFFF;
	padding: 7px 50px;
	text-align:center;
	border: 2px solid #499996;
    }

#contents p.next a:hover {
	background:#FFFFFF;
	color:#499996;
	border: 2px solid #499996;
	}
	
/*#contents p.back {
	float: left;
	background-color:#FFFFFF;
	color:#499996;
	padding: 7px 10px;
	text-align:center;
	width: 20%;
	margin: 0 auto;
	border: 1px solid #499996;
    }*/

#contents p.back {
	margin: 15px 15px 40px 150px;
    float: left;
    }

#contents p.back a {
    background-color:#FFFFFF;
	color:#499996;
	border: 2px solid #499996;
	padding: 7px 30px;
	text-align:center;
    }

#contents p.back a:hover {
	background:#499996;
	color:#FFFFFF;

	}
	
.techno li {
	margin-top: 10px;
}
/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #CCCCCC;
	background:#fff;
	text-align: center;
	padding: 1em 0;
}

/* @end */

/*768px*/
@media screen and (min-width : 768px){

/*===============
base
=================*/

.nonpc { display: none }
.nonsp { display: block }
.sp { display: none }
/*.tab { display: none }*/
.pc { display: none }

/*#header h3 a {
	display: block;
	width: 110px;
	height: 30px;
	position: absolute;
	text-indent: -7777px;
	font-size: 0;
	line-height: 0;
	z-index: 1;
	background: url(../img/nice.jpg) no-repeat 0px 0px;
	top: 23px;
	right: 0px;
}*/

#header h3 a {
float:right;
padding: 20px 10px 0 0;
}


	
#form .hg01 {
	height:4.9em;
	}
	
#form .hg02 {
	height:2.05em;
	}
	
	
#form .hg03 {
	height:2.05em;
	}

	
#form .hg04 {
	height:3.7em;
	}

#form .hg08 {
	height:2.05em;
	}

#form .icon_must,
#form02 .icon_must{
    font-size: 100%;/*80%*/
    background: #FF3300;
    color: #FFFFFF;
    border: 1px solid #FF3300;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0px;
}
	


#contents p.doui {
	width:60%;
	margin: 30px auto;
    }

#contents p.tjr {
	margin: 30px 0 50px 300px;
    }

html{ font-size : 100%} /*87.5%レスポンシブタイプセッティングの指定*/

input {
margin-bottom: 0px;
}

textarea[name="consultation_other"] {
width: 80%;
}

#contents p.next a {
    background-color:#499996;
	color:#FFFFFF;
	padding: 7px 100px;
	text-align:center;
	border: 2px solid #499996;
    }

.techno {
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: flex-start;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
 	align-items: stretch;
	margin-bottom: 3em;
    padding: 20px;
	border: 1px solid #CCCCCC;
}

.techno li {
	flex-basis: 48%;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

}

/*1024px*/
@media screen and (min-width : 1024px) {

/*===============
base
=================*/

.nonpc { display: none }
.nonsp { display: block }
.sp { display: none }
.pc { display: block }

#header {
    width: 960px;
	}
	
#contents {
    width: 890px;
	padding: 10px 35px;
	}

#form ol li,
form02 ol li {
	padding-bottom:0.2em
	}

#form dl,
#form02 dl {
	margin-bottom:0.5em;
	}

#form dl dt {
	width:25%;
	float:left;
	margin-right:1em;
	}

#form .hg01 {
	height:4.6em;
	}

#form .hg02 {
	height:2.0em;
	}

#form .hg03 {
	height:2.8em;
	}

#form .hg08 {
	height:8.8em;
	}

#form .icon_must,
#form02 .icon_must{
    font-size: 100%;/*80%*/
    background: #FF3300;
    color: #FFFFFF;
    border: 1px solid #FF3300;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 0px;
}

#form dl dd {
	border-bottom:none;
	text-align:left;
	}
	
#form dl dd.on {
	border-bottom:1px solid #ccc;
	}

html{ font-size : 100%} /*レスポンシブタイプセッティングの指定*/

textarea[name="consultation_other"] {
	width: 80%;
}

#footer {
    width: 960px;
	margin: 0 auto;

}



#contents #main,
#contents #sub { 
float : left;
margin : 0 1.0416667% } 

#contents #main { width : 64.5833333%}
#contents #sub { width : 31.25%}

/* @end */


}

