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

/* common css start */
html:\66irst-child { font-size: 90%;}
.clear {
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body {
	font-family: "?? ?????", Osaka, "?????? Pro W3", sans-serif;
	font-size:80%;
	line-height:normal;
	color:#444444;

}
.d-none {
	display:none;
}
.v-none {
	visibility:hidden;
}
hr {
	display:none;
}
form, div, p, h1, h2, h3, h4, input, img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* common css end */

/* link css start */
a{
	color:#314792;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* link css end */

/* text css start */
.def-red{
	color:#FF0066;
}

.error_messe {
    color: #FF0066;
    font-size: 120%;
    margin-top: 10px;
}

/* text css end */

/* form css start */
input.size01{
	width:200px;
}
input.size02{
	width:300px;
}
.form-btm{
	background-color:#eeeeee;
	padding:10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	text-align:center;
}
.form-btm-end{
	background-color:#eeeeee;
	padding:10px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
	text-align:center;
}
/* form css end */

/* layout css end */
.layout{
	clear:both;
	width:100%;
	margin: 0px 0px 10px 0px;
}
.layout-end{
	clear:both;
	width:100%;
	margin: 0px 0px 20px 0px;
}
.layout1-1{
	float:left;
	width:300px;
}
.layout1-2{
	float:right;
	width:290px;
}
.layout2-1{
	float:left;
	width:250px;
}
.layout2-2{
	float:right;
	width:340px;
}
.layout3-1{
	float:left;
	width:290px;
}
.layout3-2{
	float:right;
	width:290px;
}
/* layout css end */

/* table css start */
table.style01{
	width: 100%;
	line-height:160%;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
	border-bottom:solid #eeeeee 1px;
}
table.style01-end{
	width: 100%;
	line-height:160%;
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
	border-bottom:solid #eeeeee 1px;
}
table.style01 th, table.style01-end th{
	background-color:#eeeeee;
}
table.style01 td, table.style01-end td{
	text-align:center;
}
table.style02{
	width: 100%;
	line-height:160%;
	margin: 0px 0px 10px 0px;
	border-collapse: collapse;
	border-top:solid #eeeeee 1px;
}
table.style02-end{
	width: 100%;
	line-height:160%;
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
	border-top:solid #eeeeee 1px;
}
table.style02 th, table.style02-end th{
	width:180px;
	padding: 5px 0px 5px 0px;
	border-bottom:solid #eeeeee 1px;
	vertical-align:top;
}
table.style02 td, table.style02-end td{
	padding: 5px 0px 5px 5px;
	border-bottom:solid #eeeeee 1px;
}
table.style02 th .head, table.style02-end th .head{
	background-color:#eeeeee;
	padding:10px;
}
table.style02 td.month, table.style02-end td.month{
	width:40px;
	text-align:center;
}

/* 20160212追加 */

input {
	padding: 2px;
}
textarea {
	padding: 5px;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}

.label-important, .badge-important {
    background-color: #b94a48;
	color:#FFFFFF;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.radio.inline, .checkbox.inline {
	width:200px;
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

input, textarea, .uneditable-input {
    width: 206px;
}

.input-large {
    width: 300px;
}

.input-xxlarge {
    width: 430px;
	height:230px;
}

/* 20160212追加ここまで */


/* paragraph css start */
p.read{
	clear:both;
	color:#142867;
	line-height:160%;
	margin: 0px 0px 10px 0px;
}
p.read-end{
	clear:both;
	color:#142867;
	line-height:160%;
	margin: 0px 0px 20px 0px;
}
p.text{
	clear:both;
	line-height:160%;
	margin: 0px 0px 10px 0px;
}
p.text-end{
	clear:both;
	line-height:160%;
	margin: 0px 0px 20px 0px;
}
p.frame{
	clear:both;
	line-height:160%;
	margin: 0px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	border:solid #dee1ed 2px;
}
p.frame-end{
	clear:both;
	line-height:160%;
	margin: 0px 0px 20px 0px;
	padding:10px 10px 10px 10px;
	border:solid #dee1ed 2px;
}
p.img{
	clear:both;
	margin: 0px 0px 10px 0px;
}
p.img-end{
	clear:both;
	margin: 0px 0px 20px 0px;
}
/* paragraph css end */


/* form css start */
body.contact_confirm form th {
	text-align: left;
}

body.contact_confirm form th,
body.contact_confirm form td {
    padding: 2px 10px;
}

body.contact_confirm form table + p {
    margin: 20px auto 30px;
}

form input.mfp {
    padding: 2px;
}

form select {
height: 26px;
    font-size: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn_back_wrap button,
.btn_submit_wrap input {
    padding: 2px;
}

.thanks {
    min-height: 160px;
    box-sizing: border-box;
}

.text-thanks {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

form#mailform label input {
	position: relative;
    top: 2px;
    margin-right: 5px;
}

form#mailform input.kaishamei,
form#mailform input.gotantoshamei,
form#mailform input.furigana,
form#mailform input.shozoku,
form#mailform input.yakushoku,
form#mailform input.onamae {
    width: 63.3%;
}

form#mailform input.yubinbango {
    width: 60%;
}

form#mailform textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 132px;
}

.btn.back {
	margin: 0 auto 30px;
}

.btn.back .return_bt {
    cursor: pointer;
    width: fit-content;
    padding: 3px;
    background-color: #eeeeee;
    border: 1px solid #888;
    border-radius: 3px;
    display: block;
    text-decoration: none;
}

.btn.back .return_bt:hover {
	opacity: 0.7;
}

.btn.back .return_bt .arrow {
	color:#000;
	font-size: 13.3px;
}

/* form css end */