@charset "utf-8";
@media screen and (max-width:750px){
/*--------------------------------------------
   サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body,html,input,textarea {
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "YuGothic", "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}
body {
  color: #191919;
  font-size: 14px;
  background: #FEFEFE;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #00266f;
  text-decoration: none;
}
img {
  width:100%;
  height:auto;
}
table {
  width:100%;
}
.for_pc {
  display:none;
}

/*--------------------------------------------
  header
--------------------------------------------*/
#header {
  width: 100%;
  padding: 10px 4%;
}
#header h1 {
  float: left;
  width: 60%;
  height: auto;
  padding-top: 8px;
}
#header h1 a {
  display: block;
}
#header #hdr_sp .hdr_right {
  float: right;
}
#header #hdr_sp .hdr_right li {
  float: left;
}
#header #hdr_sp .hdr_right li:nth-child(1) {
  width: 60px;
  text-align: center;
  margin-right: 8px;
}
#header #hdr_sp .hdr_right li:nth-child(1) a {
  font-size: 10px;
  color: #191919;
  text-decoration: none;
}
#header #hdr_sp .hdr_right li:nth-child(1) img {
  width: 40px;
  height: auto;
}
#header #hdr_sp .hdr_right li:last-child {
  width: 40px;
}
#header #hdr_sp .hdr_right li:last-child span {
  display: block;
  font-size: 10px;
  text-align: center;
  padding-top: 40px;
}
#header #hdr_sp .hdr_right #menu_btn {
  display: block;
  color: #7D6353;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 4%;
  width: 40px;
  height: 40px;
  background: #00266f;
  border-radius: 50%;
  padding: 0;
  z-index: 99999;
}
#header #hdr_sp .hdr_right #menu_btn .b1,
#header #hdr_sp .hdr_right #menu_btn .b2,
#header #hdr_sp .hdr_right #menu_btn .b3 {
  width: 24px;
  height: 3px;
  margin: 0 auto;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  background-color: #fff;
}
#header #hdr_sp .hdr_right #menu_btn .b2,
#header #hdr_sp .hdr_right #menu_btn .b3 {
  margin: 5px auto 0;
}
.drawer-open #header #hdr_sp .hdr_right #menu_btn .b1 {
  -webkit-transform: rotate(225deg) translate3d(-7px, -7px, 0);
  -moz-transform: rotate(225deg) translate3d(-7px, -7px, 0);
  -ms-transform: rotate(225deg) translate3d(-7px, -7px, 0);
  transform: rotate(225deg) translate3d(-7px, -7px, 0)
}
.drawer-open #header #hdr_sp .hdr_right #menu_btn  .b2 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.drawer-open #header #hdr_sp .hdr_right #menu_btn .b3 {
  -webkit-transform: rotate(-225deg) translate3d(-5px, 5px, 0);
  -moz-transform: rotate(-225deg) translate3d(-5px, 5px, 0);
  -ms-transform: rotate(-225deg) translate3d(-5px, 5px, 0);
  transform: rotate(-225deg) translate3d(-5px, 5px, 0)
}
.drawer-nav {
  z-index: 9999;
  background: #00266f;
}
.drawer-menu {
  padding: 10%;
}
.drawer-menu li {
  border-bottom-color: #fff;
  margin: 0;
}
.drawer-menu a {
  display: block;
  color: #fff;
  padding: 10px 6px;
}

/*--------------------------------------------
  mainimge
--------------------------------------------*/
#top #mainimage {
  width: 100%;
  position: relative;
}
#top #mainimage .cross_fade {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#top #mainimage .cross_fade li {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
}
#top #mainimage .cross_fade li:first-child {
  display: block;
  float: left;
  position: relative;
}
#top #mainimage .cross_fade img {
  display: block;
  float: left;
}
#top #mainimage .mainimage_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.under #mainimage {
  height: 130px;
}
.under #mainimage h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding-top: 45px;
  text-shadow: 1px 1px 3px #545454;
}
.under #mainimage h2 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

/*--------------------------------------------
  contents
--------------------------------------------*/
.under #cts_inner {
  width: 92%;
  padding: 30px 0;
  margin: 0 auto;
}

/*--------------------------------------------
  main_cts
--------------------------------------------*/
#main_cts {
  width: 100%;
}

/*--------------------------------------------
  side_cts
--------------------------------------------*/
#side_cts {
  display: none;
}

/*--------------------------------------------
  title
--------------------------------------------*/
.ttl_01 {
  font-size: 20px;
  font-weight: 500;
  border-left: 6px solid #3c5a9a;
  padding: 0 0 0 10px;
  line-height: 28px;
  margin-bottom: 15px;
}
.ttl_02 {
  color: #3c5a9a;
  font-size: 18px;
  font-weight: bold;
}
.ttl_03 {
  font-size: 16px;
}

/*--------------------------------------------
  footer
--------------------------------------------*/
#footer {
  width: 100%;
  background: #f1f0f0;
  border-top: 5px solid #1f4081;
  padding: 15px 0px;
}
#footer .ftr_inner {
  width: 92%;
  margin: 0 auto 15px;
}
#footer .ftr_left .img_box {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}
#footer .ftr_left .txt_box {
  text-align: center;
}
#footer .ftr_right {
  display: none;
}
#footer .copyright {
  font-size: 10px;
  text-align: center;
  line-height: 1;
}

}