@charset "UTF-8";
/*------------------------------------------------------------
Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", "meiryo", sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*// レイアウト用css for Layout*/
/*// Can use id, If you use class Please adding prefix .l- */
/*------------------------------------------------------------
	Layout
	------------------------------------------------------------*/
body {
  min-width: 768px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

/*------------------------------------------------------------
	c-common
	------------------------------------------------------------*/
.c-title01 {
  color: #002e73;
  font-size: 30px;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 8px;
}

/*------------------------------------------------------------
	header
	------------------------------------------------------------*/
.c-header {
  position: relative;
}

.c-header img {
  width: 100%;
}

.c-header .link_contact {
  color: #fff;
  width: 225px;
  font-size: 14px;
  text-align: center;
  padding: 12px 0;
  background: #002e73;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .c-header .link_contact {
    width: 130px;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 10px 0;
  }
}

/*------------------------------------------------------------
	main
	------------------------------------------------------------*/
/* section-comaccess
	------------------------------------------------------------*/
.section-comaccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .section-comaccess {
    display: block;
  }
}

.section-comaccess .side_left {
  float: left;
  width: 41%;
  margin-left: 7%;
  margin-right: 3%;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section-comaccess .side_left {
    width: auto;
    margin: 0;
    padding: 0 10px;
  }
}

.section-comaccess .side_left table {
  width: 100%;
  border-collapse: collapse;
}

.section-comaccess .side_left table td, .section-comaccess .side_left table th {
  font-size: 14px;
  padding: 5px;
  text-align: left;
  line-height: 1.7;
  font-weight: normal;
}

.section-comaccess .side_left table tr:nth-child(odd) {
  background: #eeeeee;
}

.section-comaccess .side_left table th {
  width: 21%;
  min-width: 70px;
  padding: 16px 10px 16px 25px;
  border-right: 2px solid #e4e4e4;
}

@media screen and (max-width: 767px) {
  .section-comaccess .side_left table th {
    padding: 10px 10px 10px 15px;
  }
}

.section-comaccess .side_left table td {
  padding: 16px 20px 16px 45px;
}

@media screen and (max-width: 767px) {
  .section-comaccess .side_left table td {
    padding: 10px 10px 10px 25px;
  }
}

.section-comaccess .side_right {
  width: 50%;
  float: right;
}

@media screen and (max-width: 767px) {
  .section-comaccess .side_right {
    width: 100%;
    height: 80vw;
  }
}

.section-comaccess .side_right iframe {
  width: 100%;
  height: 100%;
}

/* section-contact
	------------------------------------------------------------*/
.section-contact {
  background: url(../img/bg_contact.jpg) no-repeat;
  background-size: cover;
  padding: 210px 0 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-contact {
    padding: 160px 0 80px;
  }
}

.section-contact .title_contact {
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .section-contact .title_contact img {
    zoom: 70%;
  }
}

.section-contact .box_right {
  width: 50%;
  float: right;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .section-contact .box_right {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .section-contact .box_right {
    width: 100%;
  }
}

.section-contact .box_right .txt {
  color: #002e73;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .section-contact .box_right .txt {
    font-size: 20px;
    font-weight: bold;
  }
}

.section-contact .box_right .phone {
  font-size: 36px;
  padding-top: 45px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section-contact .box_right .phone {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.section-contact .box_right .link_contact {
  color: #fff;
  width: 32%;
  min-width: 250px;
  font-size: 18px;
  padding: 30px 0;
  background: #005982;
}

@media screen and (max-width: 767px) {
  .section-contact .box_right .link_contact {
    font-size: 16px;
    padding: 15px 0;
  }
}

/*------------------------------------------------------------
	footer
	------------------------------------------------------------*/
.c-footer {
  padding: 175px 0 45px;
  background: #033660;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-footer {
    padding: 80px 0 20px;
  }
}

.c-footer p {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.c-footer .page_top {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

@media screen and (max-width: 767px) {
  .c-footer .page_top {
    right: 10px;
    bottom: 15px;
  }
}
