@charset "UTF-8";
/*■01.RESET HTML*/
html {
  background-color: #fff;
  font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  position: relative;
  margin: 0 auto;
  color: #000;
  word-wrap: break-word;
}

p, li, pre, td, th, dt, dd {
  line-height: 1.5;
}

#wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  word-wrap: break-word;
  background: #014b94;
}

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*■04.LAYOUT*/
.hidden {
  display: none;
}

.container {
  padding: 0 2%;
  position: relative;
}

.font14pc {
  font-size: 100%;
}

.font15pc {
  font-size: 107%;
}

.font16pc {
  font-size: 114%;
}

.font17pc {
  font-size: 121%;
}

.font18pc {
  font-size: 129%;
}

.font19pc {
  font-size: 136%;
}

.font20pc {
  font-size: 143%;
}

.font21pc {
  font-size: 150%;
}

.font22pc {
  font-size: 157%;
}

.font23pc {
  font-size: 164%;
}

.font24pc {
  font-size: 171%;
}

.font25pc {
  font-size: 179%;
}

.font26pc {
  font-size: 186%;
}

.font27pc {
  font-size: 193%;
}

.font28pc {
  font-size: 200%;
}

.font29pc {
  font-size: 207%;
}

.font30pc {
  font-size: 214%;
}

.font31pc {
  font-size: 221%;
}

.font32pc {
  font-size: 229%;
}

.flex_bg {
  width: 100%;
  margin-right: -100%;
}

.flex_content {
  width: 100%;
  position: relative;
}

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*■06.LAYOUT*/
.cm_tt {
  background: url(../common_img/bg_tt.png) center left no-repeat;
  background-size: 100% auto;
  font-size: 18px;
  color: #fff;
  font-family: A-OTF Shin Go Pro, "A-OTF 新ゴ Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 3px;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 415px) {
  .cm_tt {
    font-size: 16px;
  }
}
.cm_tt .cm_button {
  position: absolute;
  top: 8px;
  right: 0;
}
.cm_tt h2 {
  font-weight: 500;
  padding: 0 10px;
}
.cm_tt span {
  color: #44bbff;
  font-size: 12px;
  margin-left: 20px;
  font-weight: 500;
}

.cm_tt2 {
  font-size: 16px;
  color: #0099ff;
  font-family: A-OTF Shin Go Pro, "A-OTF 新ゴ Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 500;
}
.cm_tt2.icon_left {
  background: url(../images/icon_tt.png) top 1px left no-repeat;
  padding-left: 30px;
  background-size: 20px;
  margin-bottom: 15px;
}

.cm_button {
  display: block;
  width: 70px;
  color: #fff;
  text-decoration: none !important;
  background: url(../common_img/arr.png) center right 5px no-repeat #39b6ff;
  text-align: center;
  font-size: 13px;
  background-size: 4px;
}

.cm_button2 {
  background: url(../common_img/bg_btn.png) center center no-repeat;
  background-size: cover;
  width: 330px;
  max-width: 100%;
  margin: auto;
  border-radius: 5px;
}
.cm_button2 a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  background: url(../common_img/arr2.png) center right 15px no-repeat #39b6ff;
  text-align: center;
  font-size: 17px;
  background-size: 10px;
  padding: 10px;
  border-radius: 5px;
}

.cm_tt3 {
  font-size: 20px;
  font-family: A-OTF Shin Go Pro, "A-OTF 新ゴ Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-left: 4px solid #014b94;
  line-height: 1;
  padding-left: 5px;
  margin-bottom: 10px;
}

.cm_tt4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #dddddd;
  position: relative;
  margin-bottom: 15px;
}
.cm_tt4:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 113px;
  height: 3px;
  background: #34b2fe;
}

/*HEADER*/
header {
  z-index: 999;
  position: relative;
}
header .h_header {
  padding: 2% 3%;
  background: url(../common_img/bg_header.jpg) top center no-repeat;
  background-size: cover;
}
header .h_header .h_logo {
  float: left;
  width: 53%;
}
header .h_header .h_btn {
  width: 40%;
  float: right;
}
header .h_header .h_btn li {
  display: inline-block;
  float: left;
  width: 30%;
  text-align: center;
  margin-right: 5%;
}
header .h_header .h_btn li:last-child {
  margin-right: 0;
}
header .h_header .h_btn li.acco_box.opened {
  background: url(../common_img/cm_btn4.png) center center no-repeat;
  background-size: 100%;
}
header .h_header .h_btn li.acco_box.opened img {
  opacity: 0;
}
header .h_header .h_nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  display: none;
  z-index: 999;
  padding-bottom: 100px;
}
header .h_header .h_nav ul li {
  width: 100%;
  position: relative;
  background: url(../common_img/arr.png) center right 15px no-repeat;
  background-size: 13px;
  font-family: A-OTF Shin Go Pro, "A-OTF 新ゴ Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header .h_header .h_nav ul li:last-child {
  border: none;
}
header .h_header .h_nav ul li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  color: #000;
}
header .h_header .h_nav ul li a img {
  width: 150px;
}
header .h_header .h_nav ul .dropmenu a {
  background: #e9e9e9;
}
header .h_header .h_nav ul .sub_menu a {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
}

/*■footer*/
.contact_top {
  border: 1px solid #0f569b;
  background: #fff;
  padding: 3% 3% 5%;
  margin-bottom: 5%;
}
.contact_top .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4%;
}
.contact_top .tt figure {
  width: 95px;
  margin-top: -6%;
  margin-left: -3.2%;
  /* img{
      margin-top: -28px;
      margin-left: -13px;
  } */
}
.contact_top .tt h3 {
  width: calc(100% - 100px);
  font-size: 14.5px;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 415px) {
  .contact_top .tt h3 {
    font-size: 13px;
  }
}
.contact_top .tel {
  padding: 0 4%;
  margin-bottom: 3%;
}
.contact_top .fax {
  padding: 0 10%;
  margin-bottom: 5%;
}
.contact_top .time_contact {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
.contact_top .time_contact li {
  width: 47%;
}

.map_top {
  border: 1px solid #0f569b;
  background: url(../images/map.png) center right 20px no-repeat #fff;
  background-size: 95px;
  padding: 3% 3% 5%;
}
.map_top .cm_tt2 {
  margin-bottom: 10px;
}
.map_top table {
  width: 100%;
}
.map_top table th, .map_top table td {
  font-weight: normal;
  vertical-align: top;
  font-size: 15px;
}
.map_top table th {
  width: 112px;
}
.map_top table td {
  width: calc(100% - 112px);
  text-indent: -20px;
  padding-left: 20px;
}
@media only screen and (max-width: 415px) {
  .map_top .cm_tt3 {
    font-size: 17px;
  }
}

footer .cm_grey_box {
  background: #cccccc;
  padding: 7% 3%;
}
footer .inner {
  background: #002e5b;
  padding: 5% 3%;
}
footer .logo {
  text-align: center;
  padding: 0 10%;
  margin-bottom: 5%;
}
footer nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 5%;
}
@media only screen and (max-width: 415px) {
  footer nav {
    padding-left: 0;
  }
}
footer nav ul {
  width: 47%;
}
footer nav a {
  color: #fff;
  display: inline-block;
  background: url(../common_img/arr3.png) top 8px left no-repeat;
  background-size: 5px;
  padding: 4px 0;
  padding-left: 20px;
  text-decoration: none !important;
}
footer .pc_back a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  background: #000;
  text-align: center;
}
footer .pc_back a span {
  background: url(../common_img/icon_backpc.png) center left no-repeat;
  background-size: 25px;
  padding: 10px 0;
  padding-left: 35px;
}

.page_up a {
  display: block;
  background: #cccccc;
  width: 175px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 10px;
  padding-left: 30px;
  margin: auto;
  margin-right: 3%;
}
.page_up a:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 16px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #014b94;
}

/*■07.FIX RESPONSIVE*/
@media only screen and (max-width: 415px) {
  .cm_tt .cm_button {
    top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .cm_tt span {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}
.hseo {
  font-size: 10px;
  font-weight: normal;
  display: none;
}
