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

	Common

 **************************************************/

*{margin:0;padding:0;}

html,body{
	_height: 100%;     
	_overflow: auto;    
}

body{
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #221814;
	font-size: 11px;
	line-height:2.0;
}

img{border:none;vertical-align:bottom;}
input,select{vertical-align:middle;}

li{list-style:none; list-style-position:outside;}

a{outline: none;text-decoration:none;color: #221814;}
a:hover{text-decoration:underline;color: #666;}
a:active{color: #679;}

map{display:none;}

/**************************************************

	Layout

 **************************************************/

#wrapper{
	width:960px;
	margin:0 auto;
}

#header{
	text-align:center;
	padding:37px 0 0;
}

ul#nav{
	width:100%;
	text-align:left;
	margin-top:42px;
}
ul#nav li{
	float:left;
	widows: 130px;
	margin-left:22px;
}
#contents{
	width:790px;
	margin:0 auto;
	padding:48px 80px 200px;
}
.index #contents{
	padding-bottom:20px;
}

#footer {
	text-align:center;
	width:950px;
	height:179px;
	position:fixed;
	bottom:0;
	background-color:#fff;
}
.index #footer {
	position:relative!important;
}

#footer a.blog{
    display: block;
    height: 17px;
    padding: 11px 0 14px;
    background-color: #2ea7e0;
    color: #ffffff;
}

#footer a.twitter{
	display:block;
	height:18px;
	padding:11px 0 14px;
	background-color:#036eb8;
}

#footer .contact{
	height:49px;
	padding:16px 0 10px;
}
#footer .contact address{
	margin-top:15px;
}


/**************************************************

	Index

 **************************************************/

.index #header{
	padding:100px 0 0;
}

.index ul#nav{
	margin-top:100px;
}

.index #contents{
	background:#fff url(../img/index_contents_bg.png) left top no-repeat;
}

#contents dl.section{
	width:850px;
}
#contents dl.section dt{
    float: left;
    width: auto;
    margin-right: 40px;
    font-size: 10px;
    font-style: normal;
    line-height: 15px;
    font-weight: normal;
    background-image: none;
}
#contents dl.section dd{
	float:left;
	width:610px;
	margin-bottom:20px;
}
#contents dl.link{
	font-size:16px;
	font-weight:bold;
	line-height:1.7;
	width:610px;
	margin-left:210px;
	margin-bottom:10px;
}
#contents dl.link dt{
	float:left;
	width:175px;
	margin-right:10px;
}
#contents dl.link dd{
	float:left;
	width:400px;
}
.index h2{
	font-size:16px;
}


/**************************************************

	Sub

 **************************************************/


/* greeting */

.greeting #contents{
	width:570px;
	padding:110px 140px 210px 240px;
	background:#fff url(../img/greeting_contents_bg.png) left top no-repeat;
}

.greeting #contents p{
	font-size:16px;
	line-height:4.6;
	margin-bottom:40px;
}
.greeting #contents p.signature{
	text-align:right;
}
.greeting #contents p.signature span{
	letter-spacing:2px;
}


/* profile */
.profile h2{
	color:#fff;
	font-size:19px;
	line-height:1.0;
}
.profile h3{
	font-size:19px;
	line-height:2.3;
	margin-top:20px;
}

.profile h4{
	font-size:13px;
}

.profile #contents{
	line-height:2.4;
	width:866px;
	padding:25px 42px 210px;
	background:#fff url(../img/profile_contents_bg.png) left top no-repeat;
}

.individual{
	line-height:1.7;
	margin-top:120px;
	margin-left:30px;
}

.individual img{
	float:left;
	margin-right:5px;
}
.individual p{
	margin-top:8px;
}
.individual p.name{
	padding-top:28px;
}


.mb20{margin-bottom:20px;}

/* ---------------------------------------------------------------- *
	                                                       clearfix
 * ---------------------------------------------------------------- */

.clear{clear:both;display: block;}

/* modern browsers */

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */

.clearfix{display:inline-block;}

/* legacy IE */

* html .clearfix{height: 1%;}

.clearfix{display: block;}
#contents .section dt {
}

/* ---------------------------------------------------------------- *
	                                                       注意
 * ---------------------------------------------------------------- */

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box17{
    margin: 2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 1px #d6ebff;
    border-bottom: solid 1px #d6ebff;
    color: #EC5214;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #d6ebff;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #DE0000;
}
/* ---------------------------------------------------------------- *
	                                                       お問い合わせ
 * ---------------------------------------------------------------- */
.Form {
margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 720px;
}
@media screen and (max-width: 480px) {
.Form {
margin-top: 40px;
}
}
.Form-Item {
border-top: 1px solid #d6ebff;
padding-top: 24px;
padding-bottom: 24px;
width: 100%;
display: flex;
align-items: center;
}
@media screen and (max-width: 480px) {
.Form-Item {
padding-left: 14px;
padding-right: 14px;
padding-top: 16px;
padding-bottom: 16px;
flex-wrap: wrap;
}
}
.Form-Item:nth-child(5) {
    border-bottom: 1px solid #d6ebff;
    text-align: left;
}
.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 480px) {
.Form-Item-Label {
max-width: inherit;
display: flex;
align-items: center;
font-size: 15px;
}
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
@media screen and (max-width: 480px) {
.Form-Item-Label.isMsg {
margin-top: 0;
}
}
.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    background: #046eb8;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 480px) {
.Form-Item-Label-Required {
border-radius: 4px;
padding-top: 4px;
padding-bottom: 4px;
width: 32px;
font-size: 10px;
}
}
.Form-Item-Input {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
max-width: 410px;
background: #eaedf2;
font-size: 18px;
}
@media screen and (max-width: 480px) {
.Form-Item-Input {
margin-left: 0;
margin-top: 18px;
height: 40px;
flex: inherit;
font-size: 15px;
}
}
.Form-Item-Textarea {
border: 1px solid #ddd;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 216px;
flex: 1;
width: 100%;
max-width: 410px;
background: #eaedf2;
font-size: 18px;
}
@media screen and (max-width: 480px) {
.Form-Item-Textarea {
margin-top: 18px;
margin-left: 0;
height: 200px;
flex: inherit;
font-size: 15px;
}
}
.Form-Btn {
border-radius: 6px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
width: 280px;
display: block;
letter-spacing: 0.05em;
background: #046eb8;
color: #fff;
font-weight: bold;
font-size: 20px;
}
@media screen and (max-width: 480px) {
.Form-Btn {
margin-top: 24px;
padding-top: 8px;
padding-bottom: 8px;
width: 160px;
font-size: 16px;
}
}
