@charset "UTF-8";
/* iPhone 縦 */

html {
	font-size: 81.25%;/* 16px x 0.75 = 12px */
}
ol, ul {
	list-style: none;
}

/*========================================================
                      Main Styles
==========="メイリオ", Meiryo,==============================================*/

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}


body {
	background-color: #FFF;
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	color: #000;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
*{
	font-family: inherit;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
#wrapper{
	margin:0 auto;
	padding:1em;
	width:100%;
}
header {
	width: 100%;
	padding:0;
	text-align:center;
}
#main{
	margin:0 auto;
	padding:1em;
	width:100%;
	max-width: 1170px;
}




h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	margin:0 0 1em 0;
	padding:0;
	text-align:left;
}
h2 {
	margin:0;
	padding:.5em;
	background-color:#999;
	color:#fff;
	font-size:1.5em;
	line-height:1.25em;
}
h3 {
	margin:2em 0 1em 0;
	padding:.5em;
	color:#231815;
	font-weight: 500;
	font-size:1.2em;
	line-height:1.25em;
	background:#f9d3e3;
}





footer {
	clear:both;
	margin: 5em 0 1em;
	padding: 1em;
	border-top:1px solid #999;
}
footer #container{
	margin:0 auto;
	padding:0;
	text-align:center;
	line-height:1.3em;
	color:#999;
}
footer #copyright{
	margin:0 auto;
	padding:.5em 0;
	text-align:center;
	font-size:smaller;
	color:#999;
}

p{
	margin:0.5em;
	padding:0.5em;
	line-height:1.8;
	text-align:left;
}

.err{
	padding:1em;
	background-color:#ffe7e4;
	border:1px solid #f00;
	color:#f00;
	/*角丸*/
	border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	behavior: url(../js/PIE.htc); /* IE用 */
}

ul{
	margin:.5em;
	padding:.5em .5em .5em 2em;
}

ul li {
  position: relative;
	line-height:1.5em;
}
ul li::after,
ul li::before {
  display: block;
  content: '';
  position: absolute;
}
ul li::after {
  top: .2em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #3fa9f5;
  border-radius: 100%;
}
ul li::before {
  z-index: 2;
  top: .45em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}








dl{
	position: relative;
	width:98%;
	margin : 0 auto;
	padding:1em 0;
	border-bottom:none;
}
dt{
	float: none;
	position: static;
	width: 100%;
	font-weight:bold;
	line-height:1.5em;
	padding:0.5em 1em;
	
	background-color:#f1f1f1;
	/*角丸*/
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	behavior: url(../js/PIE.htc); /* IE用 */
}
dd{
	float: none;
	width: 100%;
	line-height:1.5;
	padding:1em 0.5em 1em 1em;
}


dl dd textarea, dl dd .txt {
	background-color: #fff;
	padding: 0 0.5em;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5em;
}
dl dd textarea {
	width: 90% !important;
	height: 100%;
}
dd .ina {
	ime-mode: disabled;
}
dd .txt15 {
	width: 80%;
}
dd .txt50 {
	width: 80%;
}

dd .txt80 {
	width: 80%;
}
dd .txt100 {
	width: 95%;
}

dd .marginBottom {
	margin-bottom: .5em;
}
dd div{
	display:block;
	margin-bottom: .5em;
}


.contacttel{
	display:inline-block;
	margin-left :0.5em;
	padding:2px 5px;
	line-height:1;
	background-color:#6699cc;
	color:#fff;
	/*角丸*/
	border-radius: 3px; /* CSS3 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	behavior: url(../js/PIE.htc); /* IE用 */
}



.end{
	display:inline-block;
	margin-left :0.5em;
	padding:5px 5px;
	line-height:1;
	background-color:#666;
	color:#fff;
	/*角丸*/
	border-radius: 3px; /* CSS3 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	behavior: url(../js/PIE.htc); /* IE用 */
}








.required{
	display:inline-block;
	margin-left :0.5em;
	padding:2px 5px;
	line-height:1;
	background-color:#ff6666;
	color:#fff;
	/*角丸*/
	border-radius: 3px; /* CSS3 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	behavior: url(../js/PIE.htc); /* IE用 */
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.chra li {
	margin-left: 20px;
	padding:10px 0;
}

.ctSelect {
	background: url(../img/arrow.png) right center no-repeat;
	background-color: #fff;
	padding: 0 1.5em 0 .5em;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 1em !important;
}



.btn_submit {
  display: inline-block;
  margin: 1em .5em;
  padding: .5em 3em;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
  outline: none;
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	font-size:1.2em;
	color:#fff;
}
.btn_submit::before,
.btn_submit::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_submit,
.btn_submit::before,
.btn_submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_submit {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
}
.btn_submit:hover {
  background-color: #fff;
  border-color: #3fa9f5;
  color: #3fa9f5;
}


.btn_reset {
	padding: 0.5em 3em 0.8em;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
	background: -o-linear-gradient(#989898, #272727);
	background: -ms-linear-gradient(#989898, #272727);
	background: linear-gradient(#989898, #272727);
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
.btn_reset:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}


.aLeft{text-align:left;}
.aRight{text-align:right;}
.aCenter{text-align:center;}
.fColorRed{color:#f00;}
.fColorGrey{color:#666;}
.fSmall{font-size:smaller;}
.fLarge{font-size: larger;}
.fBold{font-weight:bold;}



@media screen and (max-width:480px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/

}
@media screen and (max-width:767px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/

}

@media screen and (min-width:768px) and ( max-width:991px) {
    /*　for iPad 　*/
html {
	font-size: 87.5%;/* 16px x 0.875 = 14px */
}
#wrapper{
	width:750px;
}
}
@media screen and (min-width:992px) and ( max-width:1199px) {
    /*　for iPad 　*/
html {
	font-size: 100%;/* 16px x 1.0 = 16px */
}
#wrapper{
	width:970px;
}
dd .txt15 {
	width: 25%;
}
dd .txt50 {
	width: 50%;
}

dd .txt80 {
	width: 80%;
}
dd .txt100 {
	width: 95%;
}

dd div{
	display:inline-block;
	margin-right:.5em;
}
dd div .txt15{
	width: 200px;
}



}
@media screen and (min-width:1200px) {
    /*　for PC　*/
html {
	font-size: 100%;/* 16px x 1.0 = 16px */
}
#wrapper{
	width:1170px;
}
dl{
	border-bottom:1px solid #dcdcdc;
}
dt{
	position: absolute;
	width:30%;
	float: left;
	background-color:#fff;
	padding:0.5em 1em 1em 1em;
}
dd{
	width: 68%;
	float: right;
	padding-left:1em;
}
.chra li {
	margin-left: 10px;
}
dd .txt15 {
	width: 30%;
}
dd .txt50 {
	width: 50%;
}

dd .txt80 {
	width: 80%;
}
dd .txt100 {
	width: 95%;
}

dd div{
	display:inline-block;
	margin-right:.5em;
}
dd div .txt15{
	width: 250px;
}






}