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


body{
	margin:0;
	padding:0;
	background-image:url(../back.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}

form,fieldset{
	margin:0;
	padding:0;
	}

fieldset{
	border:none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{
	margin:0;
	padding:0;
	}



/* ここから設定------------------  */

/* 全体ラップ------------------  */
div#container{
	width:900px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	}
	
a,a:link,a:visited{
	text-decoration:none;
	color:#666666;
	}

a:hover{
	color:#FF0000;
	}				
	
	
/* ヘッダー------------------  */
div#head{
	width:930px;
	margin:0;
	padding:0;
	text-align:left;
	height:95px;
	background-image:url(../head-back.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
div#hedder{
	width:690px;
	margin:0;
	padding:0;
	text-align:left;
	height:95px;
	float:left;
	}
	
h1{
	margin:10px 0px 0px 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	font-weight:400;
	line-height:125%;
	color:#666;
	
	}
.logo{
	margin:10px 0px 0px 15px;
}

div#hedder2 {
	width:240px;
	margin:0;
	padding:0;
	float:right;
}

div#hedder2 ul{
	list-style:none;
	margin-right:25px;
	margin-top:8px;
	}

div#hedder2 li{
	list-style:none;
	font-size:12px;
	color:#FFCCCC;
	line-height:130%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:400;
	float:right;
	padding:0px 5px 0px 8px;
	background-image:url(../yajirusi.png);
	background-repeat:no-repeat;
	}


div#hedder2 a,div#hedder2 a:link,div#hedder2 a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}

div#hedder2 a:hover{
	color:#FF568d;
	}				

.tel{
	margin:20px 0px 0px 0px;
}

div#navi{
	width:930px;
	margin:0;
	padding:0;
}

div#navi ul{
	list-style:none;
	margin-top:8px;
	text-align:center;
	padding-left:535px;
	}

div#navi li{
	list-style:none;
	font-size:13px;
	color:#FFF;
	line-height:130%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:400;
	margin:0px 10px 0px 0px;
	float:left;
	height:22px;
	padding:5px 0px 0px 0px;
	}
	
div#navi a,div#navi a:link,div#navi a:visited{
	text-decoration:none;
	color:#446794;
	display:block;
	}

div#navi a:hover{
	color:#Ff568d;
	}				

.blue1{
	width:77px;
	background-image:url(../navi-short.jpg);
}

.shiro1{
	width:77px;
	background-image:url(../navi-short2.jpg);
}

.blue2{
	width:116px;
	background-image:url(../navi-long.jpg);
}

.shiro2{
	width:116px;
	background-image:url(../navi-long2.jpg);
}



/* メイン画像部分------------------ */
div#image{
	width:930px;
	text-align:left;
	margin:40px 0px 0px 0px;
	height:380px;
	background-image:url(../main-back2.png);
	background-repeat:no-repeat;
}

div#image p{
	margin:195px 40px 0px 0px;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:600;
	float:right;
}
.copy{
	margin:30px 20px;
}

/* パンくず------------------ */
div#pan{
	width:930px;
	margin:0;
	padding:0;
	text-align:left;
}

div#pan p{
	margin:0px 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#666;
	font-weight:300;
}
	
div#main{
	margin:0;
	padding:0;
	width:930px;
	overflow:hidden;
}


/* ボタン------------------ */
a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  border: 2px solid #014897;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_b:hover {
  background-color: #bae3f9;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}



/* 左側------------------ */
div#left{
	width:640px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
}

div#left h2{
	width:593px;
	height:44px;
	background-image:url(../h2-back.jpg);
	background-repeat:no-repeat;
	margin:10px 0px 0px 15px;
	padding:12px 0px 0px 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:600;
	color:#446794;
}

div#left p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666;
	line-height:150%;
	margin:5px 35px 10px 20px;
}
.ph{
	float:left;
	margin:0px 10px 10px 0px;
}
.sign{
	float:right;
	margin-bottom:20px;
}

.box{
	width:590px;
	margin:10px 0px 10px 15px;
	padding-top:20px;
	clear:both;
}

.box dl{
	width:280px;
	border:2px solid #3fc4ff;
	text-align:left;
	overflow:hidden;
	margin-bottom: 40px;
 }
 
.box dt{
	margin:0;
	padding:4px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:500;
	background-color:#3fc4ff;
}

.box dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#666;
	margin:5px 10px 7px 10px;
	line-height:150%;
}
	
.ph2{
	float:left;
	margin:5px 10px 10px 5px;
}
	
.hidari{
	float:left;
}

.migi{
	float:right;
}


.boder{
	border-bottom:1px dotted #666;
}

/* 右側------------------ */
div#right{
	width:280px;
	margin:0;
	padding:0;
	float:right;
	text-align:left;
}



.rightbox{
	margin:5px 0px 5px 0px;
	width:265px;
	padding:0;
	background-color:#CCC;
}

.rightbox2{
	margin:5px 0px;
	padding:0;
	width:265px;
}

.rightbox2 dl{
	width:265px;
	margin:0px 0px 10px 0px;
}

.rightbox2 dt{
	margin:0px 0px 5px 0px;
}

.rightbox2 dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	font-size:14px;
	line-height:130%;
	width:265px;
}

.line{
	padding:5px 0px 0px 0px;
	font-weight:600;
}

.line2{
	border-bottom:1px dotted #666;
	padding:5px 0px 3px 0px;
	font-weight:400;
}

.style1{
	color:#FF568d;
}

/* topへ------------------ */
div#totop{
	width:930px;
	margin:0;
	margin-top:10px;
	clear:both;
	padding:0;
	text-align:right;
	}	
	
div#totop p{
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-right:15px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-weight:500;
	color:#Ff568d;
	}	

div#totop a,div#totop a:link,div#totop a:visited{
	text-decoration:none;
	color:#666;
	}

div#totop a:hover{
	color:#Ff568d;
	background-repeat:no-repeat;
	}		

/* FOOTER------------------ */
div#footer{
	width:100%;
	margin:0px;
	padding:0;
	height:120px;
	text-align:center;
	background-color:#3fc4ff;
	}


div#footer dl{
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:930px;
	text-align:right;
	}
	
div#footer dt{
	margin:10px 0px 5px 0px;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:125%;
	color:#FFF;
}

div#footer dd{
	margin:10px 0px 5px 0px;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:150%;
	color:#FFF;
}
	
div#footer a,div#footer a:link,div#footer a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}

div#footer a:hover{
	color:#FF0000;
	background-repeat:no-repeat;
	}		
	

.mailbotton{
	float:left;
	margin:20px 0px;
	padding-left:30px;
}