/******************************************
Create : 2014/04/07
Update : 2018/10/09
Name : yuan
******************************************/

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
}

html {
  height: 100%;
  overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  selector-dummy: expression(this.hideFocus=true);
}

img {
  border: none;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {
  /*IE6*/
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*:first-child+html body {
  /*IE7*/
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
  font-size: 120%;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
  color: #013894;
  text-decoration: none;
}

a:visited {
  color: #013894;
  text-decoration: none;
}

a:hover,
a:active {
  color: #015cf4;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.btn_link01:hover,
#bt02:hover,
.bt03:hover,
.contact_bt #submit_btn:hover,
.contact_bt #back_btn:hover,
.btn_link02:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

/*--HTML5-----------------------------------------------------------*/

article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}



/*--------------------------------------------------------------------
基本レイアウト
--------------------------------------------------------------------*/

#wrapper {
  width: 100%;
}

/*--------------------------------------------------------------------
txt
--------------------------------------------------------------------*/
.txt01 {
  margin: 20px 0 15px 45px;
  padding-right: 20px;
}

.txt02 {
  margin: 0 0 15px 45px;
  color: #033994;
  font-weight: bold;
}

.txt03 {
  margin-left: 45px;
  font-size: 12px;
}

.txt04 {
  margin: 23px 0 0 45px;
  font-size: 12px;
}

.txt05 {
  margin: 15px 0 0 35px;
  font-size: 12px;
}

.red {
  color: #ea0010;
  font-size: 12px;
  font-weight: normal;
  padding: 2px;
  vertical-align: bottom;
}

/*--Wrap-top--------------------------------------------------------*/

#wrap-top {
  width: 100%;
  height: 100%;
}

#wrap-top header {
  width: 950px;
  height: 121px;
  padding-top: 23px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#wrap-top #header_logo {
  width: 278px;
  height: 105px;
  float: left;
}

#wrap-top #header_title {
  width: 144px;
  height: 27px;
  float: left;
  background-color: #e3e4e5;
  margin-top: 57px;
  text-align: center;
  line-height: 29px;
  font-size: 16px;
  letter-spacing: 0.15em;

}

#wrap-top #header_tel {
  float: right;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-align: right;
  color: #033994;
}

#wrap-top #header_tel #header_tel_num {
  font-size: 40px;
  font-weight: bold;
}

.header_tel_ttl {
  font-size: 26px;
}

.header_tel_reception {
  font-size: 18px;
  color: #000000;
}

#wrap-top #contents {
  width: 950px;
  margin: 0 auto;
  /*border:2px solid red; 
	border-bottom-left-radius:4px; */
}



/*--Wrap-btm--------------------------------------------------------*/

#wrap-btm {
  clear: both;
  width: 100%;
  height: 66px;
  /*wrap-btm（フッター）の高さ*/
  text-align: center;
}

#wrap-btm footer {
  width: 950px;
  height: 56px;
  /*wrap-btm（フッター）の高さ*/
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 12px;

}


/*--------------------------------------------------------------------
センター固定 or リキッドレイアウトの変更
（リキッドレイアウトにする場合はwidthを100%に変更）
--------------------------------------------------------------------*/

header,
#content,
footer {
  width: 100%;
}

/*--------------------------------------------------------------------
Footer固定（Footerを画面下部に固定しない場合はこの欄を削除）
--------------------------------------------------------------------*/

#wrapper {
  position: relative;
  min-height: 100%;
}

* html #wrapper {
  /*IE6*/
  height: 100%;
}

#wrap-top {
  height: 100%;
  /*padding-bottom: 116px;/*wrap-btm（フッター）の高さと同じにする*/
  */
}

/*
#content {
	overflow: hidden;
}
*/
#wrap-btm {
  margin-top: 30px;
  width: 100%;
}


/*--------------------------------------------------------------------
index
--------------------------------------------------------------------*/
#wrap-top #contents #contents_title {
  width: 950px;
  height: 51px;
  padding-top: 10px;
  border-color: #033a94 #000000 #d9e4dc #000000;
  border-left-style: none;
  border-right-style: none;
  border-top-style: solid;
  border-bottom-style: solid;
}

#wrap-top #contents #top_service {
  margin: 20px 34px;
}

#wrap-top #contents #top_service_link {
  margin: 0 auto;
  width: 874px;
  height: 184px;
  border: 3px #eb0112 solid;
}

#wrap-top #contents #top_service_link #top_service_link_title {
  width: 297px;
  height: 21px;
  margin: 15px 0 0 25px;
}

#wrap-top #contents .btn_link01 {
  float: right;
  margin-right: 34px;
}

#wrap-top #contents #btn_link01_div {
  margin-top: 10px;
}

#wrap-top #contents #q01 {
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 0px;
  width: 880px;
  height: 260px;
  border: 1px #e3e4e5 solid;
  /*background-image:url(../images/top/q01_bg.png);*/
}

#wrap-top #contents #q01 #q01_img {
  margin-bottom: 30px;
  width: 100%;
  background-color: #e3e4e5;
}

#wrap-top #contents #q02 {
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 0px;
  width: 880px;
  height: 350px;
  border: 1px #e3e4e5 solid;
  /*background-image:url(../images/top/q02_bg.png);*/
}

#wrap-top #contents #q02 #q02_img {
  margin-bottom: 30px;
  width: 100%;
  background-color: #e3e4e5;
}

#wrap-top #contents #q03 {
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 0px;
  width: 880px;
  height: 500px;
  border: 1px #e3e4e5 solid;
  /*background-image:url(../images/top/q03_bg.png);*/
}

#wrap-top #contents #q03 #q03_img {
  margin-bottom: 30px;
  width: 100%;
  background-color: #e3e4e5;
}

#wrap-top #contents #q03 #bt02 {
  margin: 20px 0 15px 265px;
  width: 349px;
  height: 66px;
}

.contact {
  width: 950px;
  height: 263px;
  margin-top: 62px;
  background-color: #FFFFFF;
}

.contact .i_title {
  width: 950px;
  float: left;
  color: #FFFFFF;
  background-color: #013893;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 19px;
  padding: 10px 0 10px 20px;
}

.contact .contact_mail {
  float: left;
  width: calc(100% - (35px * 2));
  height: 200px;
  /*background-image:url(../images/contact_mail_bg.jpg);*/
  margin: 24px 0 0 35px;
  padding: 0px 0 0 0px;
  text-align: center;
  border: 1px #e3e4e5 solid;
}

.contact .contact_mail .contact_mail_btn {
  margin-top: 24px;
}

.contact .contact_tel {
  float: right;
  width: 400px;
  height: 200px;
  /*background-image:url(../images/contact_tel_bg.jpg);*/
  margin: 24px 35px 0 0;
  padding: 0 0 0 0px;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px #e3e4e5 solid;

}

.contact .contact_tel .contact_tel_btn {
  font-size: 30px;
  font-weight: bold;
  margin-top: 24px;
}

.contact .contact_title {
  width: 100%;
  background-color: #76808c;
}

/*--------------------------------------------------------------------
	entry
--------------------------------------------------------------------*/

/* フォーム */

.mailform {
  color: #000;
  width: 880px;
  margin: 0 auto;
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

.mailform .th01 {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  height: 54px;
  width: 190px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
  background-color: #e3e4e5;
  border-left: 1px solid #d8dadc;
  border-top: 1px solid #d8dadc;
}

.mailform .th02 {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
  height: 54px;
  width: 190px;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
  background-color: #e3e4e5;
  border-left: 1px solid #d8dadc;
  border-top: 1px solid #d8dadc;
  border-bottom: 1px solid #d8dadc;
}

.mailform .td01 {
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 30px;
  height: 34px;
  color: #000000;
  padding-top: 16px;
  border-right: 1px solid #d8dadc;
  border-top: 1px solid #d8dadc;
  font-size: 12px;
}

.mailform .td01_confirm {
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 30px;
  height: 34px;
  color: #000000;
  padding-top: 16px;
  border-right: 1px solid #d8dadc;
  border-top: 1px solid #d8dadc;
  font-size: 20px;
  font-weight: bold;
}

.mailform .td02 {
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 30px;
  height: 34px;
  color: #000000;
  padding-top: 16px;
  border-right: 1px solid #d8dadc;
  border-top: 1px solid #d8dadc;
  border-bottom: 1px solid #d8dadc;
  font-size: 12px;
}

.mailform input {
  height: 30px;
  border: none;
  border: 1px solid #E3E3E3;
}

.mailform .nt {
  margin: 5px 0 0 0;
}

.contact_bt {
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 30px;
  width: 945px;
  height: auto;
  text-align: center;
}

.contact_bt #submit_btn {
  margin-top: 20px;
  margin-left: 30px;
}

.contact_bt #back_btn {}

/*--------------------------------------------------------------------
	cancel
--------------------------------------------------------------------*/
.cancel_in {
  margin: 0 auto;
  margin-top: 38px;
  width: 878px;
  height: 223px;
  border: 1px solid #d8dadc;
  font-size: 28px;
  text-align: center;
  padding-top: 112px;
}

.btn_link02 {
  margin-top: 30px;
}