@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset "utf-8";

@font-face{
	font-family : "あおぞら明朝 Regular" ;
	src : local("あおぞら明朝 Regular") , local("IPA P明朝") , url("../other/AozoraMinchoRegular.ttf") format("truetype") ;
}
@font-face{
	font-family : "あおぞら明朝 Light" ;
	src : local("あおぞら明朝 Light") , local("IPA P明朝") , url("../other/AozoraMinchoLight.ttf") format("truetype") ;
}
@font-face{
	font-family : "あおぞら明朝 Heavy" ;
	src : local("あおぞら明朝 Heavy") , url("../other/AozoraMinchoHeavy.ttf") format("truetype") , local("IPA P明朝") ;
}
@font-face{
	font-family : "あおぞら明朝 Bold" ;
	src : local("あおぞら明朝 Bold") , url("../other/AozoraMincho-bold.ttf")  format("truetype") , local("IPA P明朝");
}
@font-face{
	font-family : "あおぞら明朝 Medium" ;
	src : local("あおぞら明朝 Medium") , url("../other/AozoraMinchoMedium.ttf")  format("truetype") , local("IPA P明朝");
}

/* // 基本設定
----------------------------------------------- */
body {
	color:#333;
	-webkit-text-size-adjust: 100%;
	font-size:15px;
	line-height:1.9em;
	background-color:#fff !important;
	font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
.ffMin {
	font-family: "あおぞら明朝 Regular";
	letter-spacing:0.1em;
}
.ffMinL {
	font-family: "あおぞら明朝 Light";
	letter-spacing:0.1em;
}
.ffMinM {
	font-family: "あおぞら明朝 Medium";
	letter-spacing:0.1em;
}
.ffMinB {
	font-family: "あおぞら明朝 Bold";
	letter-spacing:0.1em;
}
.ffMinH {
	font-family: "あおぞら明朝 Heavy";
	letter-spacing:0.1em;
}

.cfix:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.cfix {	display: inline-block;} 
/* Hides from IE Mac */
* html .cfix {	height: 1%;	}
.cfix {	display:block;	}
/* End Hack */ 

.elmPC, .elmPCTB {	display:block !important;	}
.elmTB {	display:none !important;	}
.elmTBSP {	display:none !important;	}
.elmSP {	display:none !important;	}

br.elmPC, i.elmPC, a.elmPC, span.elmPC, em.elmPC, img.elmPC,
br.elmPCTB, i.elmPCTB, a.elmPCTB, span.elmPCTB, em.elmPCTB, img.elmPCTB
 {	display:inline !important;	}
 
.widthFix{
	width:1000px;
	margin:0 auto;
}


.widthFix:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.widthFix {	display: inline-block;} 
/* Hides from IE Mac */
* html .widthFix {	height: 1%;	}
.widthFix {	display:block;	}
/* End Hack */ 


img.wAuto {
	width:auto !important;
}
img{
	vertical-align: bottom;
}


/* // margin
-------------------------------------------------- */


.tdUnderline	{	text-decoration:underline !important; }
.tdNone	{	text-decoration:none !important; }
.tdOverline	{	text-decoration:overline !important; }

.fwBold	{	font-weight:bold !important; }
.fwNormal	{	font-weight:normal !important; }
.fw1	{	font-weight:100 !important; }
.fw2	{	font-weight:200 !important; }
.fw3	{	font-weight:300 !important; }
.fw4	{	font-weight:400 !important; }
.fw5	{	font-weight:500 !important; }
.fw6	{	font-weight:600 !important; }
.fw7	{	font-weight:700 !important; }
.fw8	{	font-weight:800 !important; }
.fw9	{	font-weight:900 !important; }


.taRight	{	text-align:right !important; }
.taLeft	{	text-align:Left !important; }
.taCenter	{	text-align:Center !important; }


/* // box
-------------------------------------------------- */
.w10 { width:10% !important; }
.w15 { width:15% !important; }
.w19 { width:19% !important; }
.w20 { width:20% !important; }
.w25 { width:25% !important; }
.w30 { width:30% !important; }
.w35 { width:35% !important; }
.w40 { width:40% !important; }
.w50 { width:50% !important; }
.w60 { width:60% !important; }
.w70 { width:70% !important; }
.w80 { width:80% !important; }
.w81 { width:81% !important; }
.w90 { width:90% !important; }
.w100 { width:100% !important; }

.h100 { height:100% !important; }


.w30p { width:30px !important; }
.w50p { width:50px !important; }
.w100p { width:100px !important; }
.w130p { width:130px !important; }
.w150p { width:150px !important; }
.w180p { width:180px !important; }
.w200p { width:200px !important; }
.w230p { width:230px !important; }
.w250p { width:250px !important; }
.w280p { width:280px !important; }
.w300p { width:300px !important; }
.w330p { width:330px !important; }
.w350p { width:350px !important; }
.w380p { width:380px !important; }
.w400p { width:400px !important; }
.w430p { width:430px !important; }
.w450p { width:.450px !important; }
.w480p { width:480px !important; }
.w500p { width:500px !important; }



/* // other
-------------------------------------------------- */
/* list */
.liCircle li{
	list-style-type: circle !important;
}
.liDisc li, .liDecimal .liDisc li{
	list-style-type: disc !important;
}
.liDecimal li, .liDisc .liDecimal li{
	list-style-type: decimal !important;
}
.liAlpha li{
	list-style-type: upper-alpha !important;
}
.liNone li, .liDisc .liNone li, .liDecimal .liNone li{
	list-style-type: none !important;
	margin-left:0 !important;
}

.liCircle li, .liDisc li{
	margin-left:1.4em !important;
	margin-bottom:6px !important;
	line-height:1.5em !important;
}
.liDecimal li, .liAlpha li{
	margin-left:2.0em !important;
	margin-bottom:6px !important;
	line-height:1.5em !important;
}


/* float */
.flRight	{	float: right !important; }
.flLeft	{	float: left !important; }
.dspInline	{	display: inline !important;}




br.clear	{	clear: both; line-height:0; font-size:1px;}
br.clearLeft	{	clear: left; line-height:0.1; font-size:1px; }

/* position */
.poRelative {
	position:relative !important;
}
.poAbsolute {
	position:absolute !important;
}

/* display */
.dispNone {
	display:none !important;
}
.dispBlock {
	display:block !important;
}
.dispInlineBlock {
	display:inline-block !important;
}
.dispBox {
	display: box !important;
	display: -webkit-box !important;
	display: -moz-box !important;
}

/* and more */
img.widthFull {
	width:100%;
}
img.widthHalf {
	width:50% !important;
}
img.border {
	border:1px solid #DDD !important;
}


.shadow {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
a:hover .shadow {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
span.outline {
	 display:block;
	 background-color:#FFF;
	 padding:3px;
	 border: solid 1px #DDD;
}


.bgGray {background-color:#f9f9f9}

.bThin{border: 1px solid #ddd}
.bBold{border: 4px solid #ddd}

.op0 {
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}

.div1px {
width:100% !important;
height:1px !important;
overflow:hidden !important;
}
.txIndent {
	text-indent:-1em !important;
	padding-left:1em !important;
}




/* // section / block / item
----------------------------------------------- */
.section:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.section {	display: inline-block;} 
* html .section {	height: 1%;	}
.section {	display:block;	}

.block:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.block {	display: inline-block;} 
* html .block {	height: 1%;	}
.block {	display:block;	}

.itemWrap:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.itemWrap {	display: inline-block;} 
* html .itemWrap {	height: 1%;	}
.itemWrap {	display:block;	}





/* // テキスト設定
----------------------------------------------- */
a {
	color:#555;
	text-decoration:none;
}
a i {
	color:#999;
	padding-left:5px;
	padding-right:5px;
}
a i.tx {
	font-size:135%;
}
a:hover,a:active {
	color:#555;
}


.hoverunderline a:hover,
a.hoverunderline:hover {
	text-decoration:underline;
}

a.underline {
	text-decoration:underline;
}
a.underline:hover, a.underline:active {
	text-decoration:none;
}


.annotation {
	font-size:88%;
	line-height:1.6em;
	color:#666;
}
.leadTx {

}
.tb .leadTx {

}
.ls10 {
	letter-spacing:0.1em;
}
.ls15 {
	letter-spacing:0.15em;
}
.ls20 {
	letter-spacing:0.2em;
}
.ls-10 {
	letter-spacing:-0.1em;
}
.ls-15 {
	letter-spacing:-0.15em;
}
.ls-20 {
	letter-spacing:-0.2em;
}


.txShadow {
	-moz-text-shadow:  0 0 3px #005F7A;
	-webkit-text-shadow:  0 0 3px #005F7A;
	text-shadow:  0 0 3px #005F7A;
}


.titTx2A{
	font-size: 40px;
	line-height: 1.1em;
}

.titTxA{
	font-size: 36px;
	line-height: 1.4em;
}

.titTxB{
	font-size: 32px;
	line-height: 1.4em;
}


.titTxC{
	font-size: 28px;
	letter-spacing: 0.6px;
	line-height: 1.3em;
	margin-bottom: 15px
}
.titTxD{
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.txS{
	font-size:16px; 
	line-height: 1.7em;
}

.txM{
	font-size:108%; 
	line-height: 1.9em;
	letter-spacing:0.1em;
}

.txL{
	font-size:19px; 
	line-height: 1.9em;
}





/* // ボタン設定
----------------------------------------------- */
.btnA {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#355D32;
	line-height:1;
	color:#FFF;
	padding:14px 50px 14px 30px;
	position: relative;
	font-size:106%;
	box-sizing: border-box;
	font-weight:200;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}
.btnA.r4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.btnA.r3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btnA.r2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btnA.r1 {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.btnA.r0 {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.btnA i {
	color:#FFF;
	position: absolute;
	top: 50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btnA.s i {
	right:6px;
}
.btnA:hover {
	text-decoration:none;
	color:#FFF;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.btnA:hover:not(.no) i {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	right:7px;
}

.btnA.left {
	padding-right:30px;
	padding-left:50px;
}
.btnA.noicon {
	padding-right:30px;
	padding-left:30px;
}

.btnA.left i {
	left:10px;
}
.btnA.left:hover:not(.no) i {
	left:7px;
}
.btnA.left.right i {
	left:10px;
}
.btnA.left.right:hover:not(.no) i {
	left:13px;
}

.btnA.s.left i {
	left:7px;
}
.btnA.s.left:hover:not(.no) i {
	left:5px;
}
.btnA.s.left.right i {
	left:7px;
}
.btnA.s.left.right:hover:not(.no) i {
	left:9px;
}


.btnA.s {
	padding:10px 33px 10px 16px;
	font-size:100%;
}
.btnA.s.left {
	padding:10px 16px 10px 33px;
}
.btnA.s.noicon {
	padding:10px 16px 10px 16px;
}

.btnA.l {
	padding-top:18px;
	padding-bottom:18px;
	font-size:126%;
}


.btnA.black {
	background-color:#333;
}
.btnA.gray {
	background-color:#AAA;
}
.btnA.blue {
	background-color:#004DA5;
}
.btnA.green {
	background-color:#05917A;
}
.btnA.red {
	background-color:#D60202;
}
.btnA.pink {
	background-color:#EF1C78;
}
.btnA.darkPink {
	background-color:#C90053;
}
.btnA.white {
	background-color:#fff;
	color:#333;
}
.btnA.white.border {
	border:1px solid #CCC;
}
.btnA.white i {
	color:#666;
}

span.input.btnA {
	padding:0;
}

span.input.btnA.left {
	padding-right:0;
	padding-left:0;
}
span.input.btnA.s {
	padding:0;
}
span.input.btnA.s.left {
	padding:0;
}

span.input.btnA input {
	padding:16px 50px 16px 30px;
	cursor:pointer;
	text-align:center;
}

.btnA.left input {
	padding-right:30px;
	padding-left:50px;
}
.btnA.s input {
	padding:10px 36px 10px 16px;
}
.btnA.s.left input {
	padding:10px 16px 10px 36px;
}



/* // pageTop */
.pageTop {
	font-size:26px;
	display:block;
	padding:12px 15px;
	display:block;
	position:fixed;
	right:10px;
	bottom:30px;
	background-color:#00693E;
	color:#FFF !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index:9999;
}
.pageTop i {
	color:#FFF;
	position:relative;
	padding:0;
	top:-3px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.pageTop:hover i {
	top:-6px;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.pageTop:hover {
	background-color:#2E966B;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

/* // Other ----------------------------------------------- */
.hc {
	display:inline-block;
	position:relative;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.curDefault {
	cursor:default !important;
}
.curPointer {
	cursor: pointer !important;
}



/* // form ----------------------------------------------- */

.formStyleA input,
.formStyleA textarea{
	box-sizing:border-box;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}

.formStyleA select:focus,
.formStyleA input:focus,
.formStyleA textarea:focus{
	background-color: #FFFDDB;
}

.formStyleA input[type="text"]{
	padding: 8px 8px;
	margin-right: 5px;
	border:1px solid #ccc;
}
.formStyleA select{
	padding: 7px 40px 7px 18px;
	background:url(../img/base_form_select_01) right center no-repeat;
	-moz-appearance: none;
	outline: medium none;
	z-index: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #AAA;
	text-align:center;
	}
.formStyleA input[type="submit"]{
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 50px auto 0;
	padding: 12px 100px;
	background-color: #193964;
	color: #fff;
	font-size: 124% !important;
	letter-spacing: 0.1em;
	border:0;
	cursor: pointer;
	-webkit-appearance: none;
	position:relative;
}



.formStyleA input[type="submit"]:hover{
	background-color: #315789;
}

.formStyleA input.back[type="submit"]{
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 50px auto 0;
	padding: 7px 40px;
	background-color: #BCBCBC;
	color: #fff;
	font-size: 100% !important;
	letter-spacing: 0.1em;
	border:0;
	cursor: pointer;
	-webkit-appearance: none;
}


.formStyleA textarea{
	padding: 3px 5px;
	width: 100%;
	height: 110px;
	border:1px solid #ccc;
}


.inputArea dl:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.inputArea dl {	display: inline-block;} 
/* Hides from IE Mac */
* html .inputArea dl {	height: 1%;	}
.inputArea dl {	display:block;	}
/* End Hack */ 

.formStyleA .inputArea dl{
	padding-bottom:25px;
	border-bottom:1px dotted#CCC;
	margin-bottom:25px;
}
.formStyleA .inputArea dt{
	width:25%;
	padding-right:15px;
	box-sizing: border-box;
	float:left;
	font-size:108%;
}
.formStyleA .inputArea dt .must{
	display:inline-block;
	background-color:#EA0059;
	line-height:1;
	color:#fff;
	padding:4px 5px 4px;
	margin-left:10px;
	font-size:80%;
}
.formStyleA .inputArea dd{
	width:75%;
	float:left;
}
.formStyleA .inputArea .padding{
	padding-top:7px;
}


.formConfirm dl:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
.formConfirm dl {	display: inline-block;} 
/* Hides from IE Mac */
* html .formConfirm dl {	height: 1%;	}
.formConfirm dl {	display:block;	}
/* End Hack */ 

.formConfirm dl{
	padding-bottom:25px;
	border-bottom:1px dotted#CCC;
	margin-bottom:25px;
}
.formConfirm dt{
	width:25%;
	padding-right:15px;
	box-sizing: border-box;
	float:left;
	font-size:108%;
	font-weight:500;
}
.formConfirm dt .must{
	display:inline-block;
	background-color:#EA0059;
	line-height:1;
	color:#fff;
	padding:4px 5px 4px;
	margin-left:10px;
	font-size:80%;
}
.formConfirm dd{
	width:75%;
	float:left;
}
.formConfirm .padding{
	padding-top:7px;
}



.formError {
	text-align:center;
}
.formError em {
	display:inline-block;
	background-color:#F7C3D5;
	line-height:1;
	padding:12px 100px;
	font-size:20px;
	font-weight:500;
	color:#D14162;
	margin-bottom:40px;
}

.formErrorTx {
	margin-top:10px;
	color:#E00034;
	font-weight:600;
	font-size:108%;
}


hr { display: block;
	margin-top:10px;
	margin-bottom:10px;
 }


