@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

html, body {
  font-size: 1em;
  color: #222222;
  line-height: 200%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pcNone {
  display: none !important;
}

.imgCenter {
  display: block;
  margin: 1em auto;
}

.imgLeft {
  float: left;
  margin: 0 1em 1em 0;
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
}

input {
  outline: none;
}
input:focus {
  outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a img {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a img:hover {
  opacity: 0.6;
}

.inner {
  width: 900px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.anchor {
  margin: -70px;
  padding: 70px;
}

.btn01 a {
  width: 170px;
  height: 48px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 342%;
  color: #ffffff;
  background-color: #004bb4;
  text-align: center;
  display: block;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-position: 140px center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.btn02 a {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn02 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.btn03 a {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn03 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  min-width: 900px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}
.container > .containerIn {
  width: 900px;
  margin: 0 auto;
}
.container .raw {
  width: 100%;
  *zoom: 1;
}
.container .raw:before, .container .raw:after {
  content: " ";
  display: table;
}
.container .raw:after {
  clear: both;
}
.container .raw > .column {
  float: left;
}
.container .raw > .column:last-chid {
  float: right;
}
.container .raw > .column > .colIn {
  padding: 0 10px;
}
.container .raw .col_1 {
  width: 8.33333%;
}
.container .raw .col_2 {
  width: 16.66667%;
}
.container .raw .col_3 {
  width: 25%;
}
.container .raw .col_4 {
  width: 33.33333%;
}
.container .raw .col_5 {
  width: 41.66667%;
}
.container .raw .col_6 {
  width: 50%;
}
.container .raw .col_7 {
  width: 58.33333%;
}
.container .raw .col_8 {
  width: 66.66667%;
}
.container .raw .col_9 {
  width: 75%;
}
.container .raw .col_10 {
  width: 83.33333%;
}
.container .raw .col_11 {
  width: 91.66667%;
}
.container .raw .col_12 {
  width: 100%;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  min-width: 900px;
  height: 70px;
  margin: 0 auto;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  *zoom: 1;
}
#header:before, #header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header h1 {
  width: 183px;
  height: 70px;
  margin: 0 0 0 1%;
  float: left;
  background-image: url("../img/logo01.jpg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#header .gloval_navi {
  font-size: 0.875em;
  float: right;
  *zoom: 1;
}
#header .gloval_navi:before, #header .gloval_navi:after {
  content: " ";
  display: table;
}
#header .gloval_navi:after {
  clear: both;
}
#header .gloval_navi ul {
  margin: 0 auto;
  float: left;
  display: table;
}
#header .gloval_navi ul > * {
  display: table-cell;
}
#header .gloval_navi ul li {
  height: 70px;
  font-weight: bold;
  vertical-align: middle;
}
#header .gloval_navi ul li:before {
  padding: 0 1.02vw;
  content: '/';
}
#header .gloval_navi ul li:first-child:before {
  content: none;
}
#header .gloval_navi ul li a {
  padding: 2px;
}
#header .gloval_navi ul li a:hover {
  text-decoration: none;
  background-color: #d0dced;
}
#header .gloval_navi .sp_navi_close {
  display: none;
}
#header .gloval_navi .header_toi {
  padding: 11px 1.02vw 0 1.02vw;
  float: right;
}
#header .sp_navi_open {
  display: none;
}

/*フッターブロック*/
#footer {
  width: 100%;
  min-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #222222;
}
#footer .footerIn {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 25px 0;
  position: relative;
  *zoom: 1;
}
#footer .footerIn:before, #footer .footerIn:after {
  content: " ";
  display: table;
}
#footer .footerIn:after {
  clear: both;
}
#footer .footerIn .pagetop {
  position: absolute;
  top: -28px;
  right: 0;
}
#footer .footerIn .footer_address {
  width: 35%;
  float: left;
  font-size: 0.875em;
  line-height: 150%;
}
#footer .footerIn .footer_address .bold {
  margin: 0 0 5px 0;
  font-size: 1.125em;
}
#footer .footerIn .footer_address img {
  margin: 0 0 5px 0;
  display: block;
}
#footer .footerIn .footer_link {
  width: 37.3%;
  margin: 0 0 10px 0;
  padding: 5px 0;
  float: left;
  letter-spacing: -0.4em;
}
#footer .footerIn .footer_link > * {
  display: inline-block;
  letter-spacing: normal;
}
#footer .footerIn .footer_link ul {
  width: 50%;
  vertical-align: top;
}
#footer .footerIn .footer_link ul li {
  font-size: 0.875em;
  line-height: 180%;
}
#footer .footerIn .footer_link ul li a {
  color: #ffffff;
}
#footer .footerIn .footer_link ul li a:before {
  margin: -2px 5px 0 0;
  content: url("../img/icon_arrow01.png");
  display: inline-block;
  vertical-align: middle;
}
#footer .footerIn .footer_toi {
  width: 27.7%;
  float: right;
}
#footer .copyright {
  width: 100%;
  padding: 5px 0;
  font-size: 0.875em;
  line-height: 150%;
  text-align: center;
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*Indexページ*/
#index .index_mv {
  width: 100%;
  height: 560px;
  padding: 140px 0 0 0;
  background-image: url("../img/index_mv.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#index .index_sec01 {
  margin: 50px auto;
}
#index .index_sec01 h2 {
  width: 180px;
  height: 180px;
  padding: 60px 0 0 0;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  border-top: dashed 1px #aaaaaa;
  border-bottom: dashed 1px #aaaaaa;
}
#index .index_sec01 h2 span {
  font-size: 2.5em;
  font-weight: normal;
  color: #004bb4;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
}
#index .index_sec01 ul {
  width: 700px;
  height: 180px;
  overflow: auto;
}
#index .index_sec01 ul li {
  min-height: 60px;
  padding: 17px 17px 17px 134px;
  font-size: 0.875em;
  line-height: 180%;
}
#index .index_sec01 ul li:nth-child(odd) {
  background-color: #e4eaf3;
}
#index .index_sec01 ul li .data {
  width: 135px;
  margin: 0 0 0 -135px;
  padding: 0 0 0 25px;
  font-size: 1.25em;
  font-weight: bold;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
}
#index .index_sec02 {
  height: 420px;
  margin: 0 0 50px 0;
  overflow: hidden;
  position: relative;
}
#index .index_sec02 .inner {
  position: relative;
  z-index: 100;
}
#index .index_sec02 .inner .index_sec02_box {
  width: 468px;
  height: 342px;
  padding: 45px 40px;
  background: url("../img/bg_cross_lefttop.png") no-repeat 0 0, url("../img/bg_cross_rightbottom.png") no-repeat 100% 100%, #ffffff;
  position: absolute;
  top: 50px;
  right: 0;
}
#index .index_sec02 .inner .index_sec02_box h2 {
  margin: 0 0 20px 0;
  padding: 0 0 0 75px;
  font-size: 0.875em;
  font-weight: bold;
  background-image: url("../img/icon_bussiness01.jpg");
  background-repeat: no-repeat;
}
#index .index_sec02 .inner .index_sec02_box h2 span {
  font-size: 2.875em;
  font-weight: normal;
  color: #004bb4;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
}
#index .index_sec02 .inner .index_sec02_box p {
  margin: 0 0 30px 0;
  font-size: 1.125em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index .index_sec02 .inner .index_sec02_box .btn01 a {
  margin: 0 0 0 auto;
}
#index .index_sec02 .index_sec02_bg {
  width: 51.9%;
  min-width: 709px;
  height: 400px;
  background-image: url("../img/index_sec02_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 48.1%;
  z-index: 10;
}
#index .index_sec02 .index_sec02_obi {
  width: 76.9%;
  min-width: 1051px;
  height: 303px;
  background-color: #d0dced;
  position: absolute;
  top: 118px;
  left: 23.1%;
}
#index .index_sec03 {
  height: 452px;
  margin: 0 0 50px 0;
  overflow: hidden;
  position: relative;
}
#index .index_sec03 .inner {
  position: relative;
  z-index: 100;
}
#index .index_sec03 .inner .index_sec03_box {
  width: 468px;
  height: 342px;
  padding: 45px 40px;
  background: url("../img/bg_cross_lefttop.png") no-repeat 0 0, url("../img/bg_cross_rightbottom.png") no-repeat 100% 100%, #ffffff;
  position: absolute;
  top: 110px;
  left: 0;
}
#index .index_sec03 .inner .index_sec03_box h2 {
  margin: 0 0 20px 0;
  padding: 0 0 0 75px;
  font-size: 0.875em;
  font-weight: bold;
  background-image: url("../img/icon_company01.jpg");
  background-repeat: no-repeat;
}
#index .index_sec03 .inner .index_sec03_box h2 span {
  font-size: 2.875em;
  font-weight: normal;
  color: #004bb4;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
}
#index .index_sec03 .inner .index_sec03_box p {
  margin: 0 0 30px 0;
  font-size: 1.125em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index .index_sec03 .inner .index_sec03_box .btn01 a {
  margin: 0 0 0 auto;
}
#index .index_sec03 .index_sec03_bg {
  width: 51.9%;
  min-width: 709px;
  height: 400px;
  background-image: url("../img/index_sec03_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 48.1%;
  z-index: 10;
}
#index .index_sec03 .index_sec03_obi {
  width: 76.9%;
  min-width: 1051px;
  height: 303px;
  background-color: #d0dced;
  position: absolute;
  top: 58px;
  right: 23.1%;
}
#index .index_sec04 {
  height: 400px;
  padding: 100px 0 0 0;
  text-align: center;
  background-image: url("../img/index_sec04_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 bottom;
}
#index .index_sec05 .map {
  width: 100%;
  height: 400px;
}
#index .index_sec05 .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*contents*/
#contents {
  padding: 0 0 100px 0;
}
#contents .page_ttl {
  width: 100%;
  min-width: 900px;
  height: 140px;
  margin: 0 auto 55px auto;
  background-color: #d0dced;
}
#contents .page_ttl .page_ttl_box {
  width: 900px;
  margin: 0 auto;
  height: 150px;
  padding: 40px 0 0 65px;
  background: url("../img/bg_cross_lefttop.png") no-repeat 0 0, url("../img/bg_cross_rightbottom.png") no-repeat 100% 100%, #ffffff;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
#contents .page_ttl .page_ttl_box h2 {
  padding: 0 0 0 75px;
  font-size: 0.875em;
  font-weight: bold;
  background-repeat: no-repeat;
}
#contents .page_ttl .page_ttl_box h2 span {
  font-size: 2.875em;
  font-weight: normal;
  color: #004bb4;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
}
#contents .pankuzu {
  margin: 0 0 50px 0;
  font-size: 0.75em;
  line-height: 100%;
  white-space: nowrap;
  *zoom: 1;
}
#contents .pankuzu:before, #contents .pankuzu:after {
  content: " ";
  display: table;
}
#contents .pankuzu:after {
  clear: both;
}
#contents .pankuzu li {
  float: left;
}
#contents .pankuzu li:after {
  margin: 0 0.25em;
  content: '>';
}
#contents .pankuzu li:last-child:after {
  content: none;
}
#contents .midashi01 {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 2.375em;
  font-weight: bold;
  color: #004bb4;
}
#contents .midashi02 {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 1.875em;
  position: relative;
}
#contents .midashi02:before {
  width: 5px;
  height: 100%;
  content: '';
  background-color: #004bb4;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .midashi03 {
  margin: 0 0 50px 0;
  padding: 4px 0;
  text-align: center;
  color: #ffffff;
  background-color: #004bb4;
  font-size: 2.375em;
  font-weight: bold;
  line-height: 150%;
  position: relative;
}
#contents .midashi03:before {
  width: 100%;
  height: 1px;
  content: '';
  background-image: url("../img/midashi03_line.png");
  position: absolute;
  top: 4px;
  left: 0;
}
#contents .midashi03:after {
  width: 100%;
  height: 1px;
  content: '';
  background-image: url("../img/midashi03_line.png");
  position: absolute;
  bottom: 4px;
  left: 0;
}
#contents p {
  margin: 0 0 20px 0;
  font-size: 0.875em;
  line-height: 180%;
}
#contents .table01 {
  width: 100%;
}
#contents .table01 tbody tr:nth-child(odd) {
  background-color: #e4eaf3;
}
#contents .table01 tbody tr th {
  width: 16.66%;
  padding: 10px 15px;
  font-weight: bold;
}
#contents .table01 tbody tr td {
  padding: 10px 15px;
  font-size: 0.875em;
  line-height: 180%;
}
#contents .table02 {
  width: 100%;
}
#contents .table02 tbody tr:nth-child(odd) {
  background-color: #e4eaf3;
}
#contents .table02 tbody tr th {
  width: 16.66%;
  padding: 10px 15px;
  font-weight: bold;
  vertical-align: top;
}
#contents .table02 tbody tr td {
  padding: 10px 15px;
  font-size: 0.875em;
  line-height: 180%;
  vertical-align: top;
}
#contents .table03 {
  width: 100%;
}
#contents .table03 tbody tr:nth-child(odd) {
  background-color: #e4eaf3;
}
#contents .table03 tbody tr th {
  width: 22%;
  padding: 10px 15px;
  font-weight: bold;
}
#contents .table03 tbody tr td {
  padding: 10px 15px;
  font-size: 0.875em;
  line-height: 180%;
}
#contents.company .page_ttl .page_ttl_box h2 {
  background-image: url("../img/icon_company01.jpg");
}
#contents.business .page_ttl .page_ttl_box h2 {
  background-image: url("../img/icon_bussiness01.jpg");
}
#contents .business_txt01 {
  font-size: 1.125em;
  text-align: center;
}
#contents .business_img01 {
  margin: 40px 0 80px 0;
}
#contents .business_img02 {
  margin: 80px 0 0 0;
}
#contents.results .page_ttl .page_ttl_box h2 {
  background-image: url("../img/icon_results01.jpg");
}
#contents .results_list {
  *zoom: 1;
}
#contents .results_list:before, #contents .results_list:after {
  content: " ";
  display: table;
}
#contents .results_list:after {
  clear: both;
}
#contents .results_list li {
  width: 292px;
  margin: 0 12px 12px 0;
  float: left;
}
#contents .results_list li:nth-child(3n) {
  margin: 0 0 12px 0;
}
#contents .results_list li img {
  vertical-align: bottom;
}
#contents .results_list li p {
  padding: 10px 0 0 0;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 150%;
  color: #004bb4;
  text-align: center;
}
#contents .results_list li p span {
  color: #222222;
  font-weight: normal;
  display: block;
}
#contents.recruit .page_ttl .page_ttl_box h2 {
  background-image: url("../img/icon_recruit01.jpg");
}
#contents.access .page_ttl .page_ttl_box h2 {
  background-image: url("../img/icon_access01.jpg");
}
#contents .map {
  width: 100%;
  height: 400px;
  margin: 0 0 20px 0;
}
#contents .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#contents .access_txt01 {
  font-size: 1.125em;
}
#contents.contact .page_ttl .page_ttl_box h2 {
  background-image: url("../img/icon_contact01.jpg");
}
#contents .mailform {
  margin: 0 0 80px 0;
}
#contents .mailform input[type="text"] {
  width: 200px;
  padding: 5px;
  border: solid 1px #cccccc;
}
#contents .mailform input[type="text"].mini {
  width: 130px;
}
#contents .mailform label {
  margin: 0 1em 0 0;
  display: inline-block;
}
#contents .mailform .submit {
  padding: 50px 0 0 0;
}
#contents .mailform .submit input[type="submit"] {
  width: 170px;
  height: 48px;
  margin: 0 auto;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 342%;
  color: #ffffff;
  background: none;
  text-align: center;
  display: block;
  background-color: #004bb4;
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  background-position: 140px center;
  cursor: pointer;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents .mailform .submit input[type="submit"]:hover {
  opacity: 0.6;
  text-decoration: none;
}
#contents .privacy_txt li {
  font-weight: bold;
  counter-increment: privacy_num;
}
#contents .privacy_txt li h4 {
  font-size: 0.875em;
  font-weight: bold;
  color: #004bb4;
}
#contents .privacy_txt li h4:before {
  content: counter(privacy_num) ") ";
}

@media screen and (max-width: 640px) {
  /****************************************************
   * 6.SP共通設定
   ****************************************************/
  html, body {
    height: 100%;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .pcNone {
    display: block !important;
  }

  .spNone {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  .imgCenter, .imgLeft, .imgRight {
    float: none;
    display: block;
    margin: 1em auto;
  }

  a[href^="tel:"] {
    cursor: pointer;
  }
  a[href^="tel:"]:hover {
    text-decoration: underline;
  }

  .inner {
    width: 94%;
    margin: 0 3%;
  }

  .left, .right {
    float: none;
  }

  /****************************************************
   * 7.SPレイアウト設定
   ****************************************************/
  .container {
    min-width: 320px;
  }
  .container > .containerIn {
    width: 100%;
    margin: 0 auto;
  }
  .container .raw > .column > .colIn {
    padding: 0 10%;
  }
  .container .raw .col_1, .container .raw .col_2, .container .raw .col_3, .container .raw .col_4, .container .raw .col_5, .container .raw .col_6, .container .raw .col_7, .container .raw .col_8, .container .raw .col_9, .container .raw .col_10, .container .raw .col_11, .container .raw .col_12 {
    width: 100%;
  }

  /****************************************************
   * 8.SPテンプレートスタイル
   ****************************************************/
  /*ヘッダーブロック　SP*/
  #header {
    min-width: 320px;
  }
  #header h1 {
    margin: 0 0 0 3%;
  }
  #header .gloval_navi {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: none;
    background-color: #d0dced;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
  }
  #header .gloval_navi ul {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-top: solid 1px #333333;
  }
  #header .gloval_navi ul li {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    float: none;
    display: block;
    border-bottom: solid 1px #333333;
  }
  #header .gloval_navi ul li:before {
    content: none;
  }
  #header .gloval_navi ul li a {
    padding: 0.5em 0;
    text-indent: 1em;
    overflow: visible;
    white-space: normal;
    display: block;
  }
  #header .gloval_navi ul li a:hover {
    background: none;
    background-color: #e4eaf3;
  }
  #header .gloval_navi .sp_navi_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
  }
  #header .gloval_navi .sp_navi_close a img {
    width: 30px;
    height: 30px;
  }
  #header .sp_navi_open {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
    z-index: 9998;
  }
  #header .sp_navi_open a img {
    width: 30px;
    height: 30px;
  }

  /*フッターブロック　SP*/
  #footer {
    min-width: 320px;
  }
  #footer .footerIn {
    width: 94%;
  }
  #footer .footerIn .footer_address {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
    text-align: center;
  }
  #footer .footerIn .footer_address img {
    margin: 0 auto 5px auto;
  }
  #footer .footerIn .footer_link {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
    text-align: center;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
  }
  #footer .footerIn .footer_link ul {
    width: auto;
    margin: 0 3%;
    text-align: left;
  }
  #footer .footerIn .footer_link ul li {
    margin: 0 0 0.5em 0;
  }
  #footer .footerIn .footer_toi {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
    text-align: center;
  }
  #footer .footerIn .footer_toi img {
    max-width: 60%;
  }

  /****************************************************
   * 9.SPコンテンツスタイル
   ****************************************************/
  /*Indexページ　SP*/
  #index .index_mv {
    height: auto;
    padding: 35px 0;
  }
  #index .index_mv img {
    width: 94%;
    margin: 0 3%;
  }
  #index .index_sec01 {
    margin: 30px auto;
  }
  #index .index_sec01 h2 {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px 0;
    font-size: 0.875em;
  }
  #index .index_sec01 h2 span {
    margin: 0 0.5em 0 0;
    display: inline;
  }
  #index .index_sec01 ul {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  #index .index_sec01 ul li {
    min-height: auto;
    padding: 0.5em;
  }
  #index .index_sec01 ul li .data {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  #index .index_sec02 {
    height: auto;
    margin: 0 0 30px 0;
  }
  #index .index_sec02 .inner .index_sec02_box {
    width: 60%;
    height: auto;
    margin: 0 0 0 auto;
    padding: 20px;
    position: static;
  }
  #index .index_sec02 .inner .index_sec02_box h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0 40px;
    font-size: 0.75em;
    -webkit-background-size: 30px;
    background-size: 30px;
  }
  #index .index_sec02 .inner .index_sec02_box h2 span {
    font-size: 1.75em;
    line-height: 100%;
  }
  #index .index_sec02 .inner .index_sec02_box p {
    margin: 0 0 10px 0;
    font-size: 1em;
  }
  #index .index_sec02 .inner .index_sec02_box .btn01 a {
    margin: 0 auto;
  }
  #index .index_sec02 .index_sec02_bg {
    min-width: 100%;
    height: 200px;
    top: calc((100% - 200px) / 2);
  }
  #index .index_sec02 .index_sec02_obi {
    width: 100%;
    height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
  }
  #index .index_sec03 {
    height: auto;
    margin: 0 0 30px 0;
  }
  #index .index_sec03 .inner .index_sec03_box {
    width: 60%;
    height: auto;
    margin: 0 auto 0 0;
    padding: 20px;
    position: static;
  }
  #index .index_sec03 .inner .index_sec03_box h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0 40px;
    font-size: 0.75em;
    -webkit-background-size: 30px;
    background-size: 30px;
  }
  #index .index_sec03 .inner .index_sec03_box h2 span {
    font-size: 1.75em;
    line-height: 100%;
  }
  #index .index_sec03 .inner .index_sec03_box p {
    margin: 0 0 10px 0;
    font-size: 1em;
  }
  #index .index_sec03 .inner .index_sec03_box .btn01 a {
    margin: 0 auto;
  }
  #index .index_sec03 .index_sec03_bg {
    min-width: 100%;
    height: 200px;
    top: calc((100% - 200px) / 2);
  }
  #index .index_sec03 .index_sec03_obi {
    width: 100%;
    height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
  }
  #index .index_sec04 {
    height: auto;
    padding: 20px;
  }
  #index .index_sec05 .map {
    height: 200px;
  }

  /*contents　SP*/
  #contents {
    padding: 0 0 50px 0;
  }
  #contents .page_ttl {
    min-width: 100%;
    height: 80px;
    margin: 0 0 40px 0;
  }
  #contents .page_ttl .page_ttl_box {
    width: 94%;
    height: 80px;
    margin: 0 auto;
    padding: 20px;
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  #contents .page_ttl .page_ttl_box h2 {
    margin: 0 0 10px 0;
    padding: 0 0 0 40px;
    font-size: 0.75em;
    -webkit-background-size: 30px;
    background-size: 30px;
  }
  #contents .page_ttl .page_ttl_box h2 span {
    font-size: 1.75em;
    line-height: 100%;
  }
  #contents .pankuzu {
    margin: 0 0 1.5em 0;
  }
  #contents .midashi01 {
    margin: 0 0 30px 0;
    font-size: 1.6252em;
  }
  #contents .midashi02 {
    margin: 0 0 15px 0;
    font-size: 1.5em;
  }
  #contents .midashi03 {
    margin: 0 0 30px 0;
    font-size: 1.75em;
  }
  #contents .table01 tbody tr th, #contents .table02 tbody tr th, #contents .table03 tbody tr th {
    width: 30%;
    padding: 0.5em;
    font-size: 0.875em;
  }
  #contents .table01 tbody tr td, #contents .table02 tbody tr td, #contents .table03 tbody tr td {
    padding: 0.5em;
    font-size: 0.75em;
  }
  #contents .business_txt01 {
    font-size: 0.938em;
  }
  #contents .business_img01 {
    margin: 20px 0 40px 0;
  }
  #contents .business_img02 {
    margin: 40px 0 0 0;
  }
  #contents .results_list li {
    width: 48%;
    margin: 0 1% 10px 1% !important;
  }
  #contents .results_list li p {
    font-size: 0.875em;
  }
  #contents .map {
    height: 200px;
  }
  #contents .access_txt01 {
    font-size: 1em;
  }
  #contents .mailform {
    margin: 0 0 30px 0;
  }
  #contents .mailform input[type="text"] {
    max-width: 100%;
  }
  #contents .mailform .submit {
    padding: 30px 0 0 0;
  }
}
/****************************************************
 * 10.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.colorRed {
  color: #ff0000;
}

/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
  .container {
    padding: 0;
  }

  #header {
    position: static;
  }

  img {
    display: block;
  }
}
