/* base
----------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}

a {
  color: #666;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a:hover, a:hover img, label:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

.att {
	  color:#D31F22;
	  font-size:1.3em;
	  font-weight:bold;
	  text-align:center;
	  margin: 7px 0 0 0;
}
sup {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.hidden {
  display: none !important;
}

.sp-br{
  display: none;
}

.inner{
	width:940px;
	margin:auto;
	display:table;
	position:relative;
}

.inner_flex{
	display:flex;
}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt60 { margin-top:60px;}
.mt70 { margin-top:70px;}

.fl-l { float: left;}
.fl-r { float: right;}

.txt-l { text-align: left;}
.txt-c { text-align: center;}
.txt-r { text-align: right;}

.fw-b { font-weight: bold; }
.va-mid { vertical-align: middle;}
.va-top { vertical-align: top; }

.block { display: block;}

.cell { display: table-cell; }

@media (min-width: 981px){
  .sp-mode {
    display: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .pc-mode {
    display: none !important;
  }
  .inner{
	  width:94%;
  }
  .ct-inner {
    width: 96%;
    margin: 0 2%;
  }
}

/* contents common
----------------------------------------------------------*/
.ct-inner {
  max-width: 940px;
  margin: 0 auto;
}
.ct-inner small {
  font-size: 70%;
}
.ct-inner strong {
  font-size: 150%;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.sec-ttl {
  font-size: 2.3em;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
    
}

.sec-ttl span{
    font-size: 0.85em;
    line-height: 0.2em;

}

.sec-ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  width: 60px;/*線の長さ*/
  height: 4px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #ff867f;/*線の色*/
}



.table-style {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 980px){
  .sec-ttl {
  	font-size: 1.5em;
  }
}
/*---------------------------------------------------------*/

.global-header div .pc-mode {
	position: fixed;
	right:0;
	top:0;
	z-index:100;
  width: 100%;
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #bdbdbd;
}

.global-header div div h1 {
	margin: 15px 0 0 0;
	float:left;
}

.r_menu {
	clear:both;
	display:table;
	width:100%;
}

.global-header div div .r_menu {
    margin: 10px 0 10px auto;
    text-align: right;
    position: relative;
}

.btn_head:first-child{
	float: left;
}
.btn_head:last-child{
	float: right;
}

.main-area {
  margin: 158px 0 0;
  position: relative;
  background-color: #fff;
}

.main-area img {
	width:100%;
}

@media only screen and (max-width: 980px){
  .global-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
  }

  .global-header .ct-inner {
    height: 65px;
  }

  .global-header .logo {
    float: left;
  }

  .global-header .logo img {
    width: 130px;
  }

  .kosha_link-botton {
    position: absolute;
    width: 130px;
    top: 12px;
    right: 50px;
    display: block;
  }

  .global-header .sp-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(../img/menu_open.png);
    background-size: cover;
    text-align: center;
  }

  .global-header .sp-btn.on {
    background-image: url(../img/menu_close.png);
  }

  .global-header .global-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
  }

  .global-header .global-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    line-height: 1;
  }

  .global-header .global-nav li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #0181a5;
    font-size: 16px;
    position: relative;
  }

  .global-header .global-nav li.kosha {
    background: #dbf7ff;
  }

  .global-header .global-nav li:before {
      content: "";
      position: absolute;
      display: inline-block;
      vertical-align: middle;
      background: url(../img/menu_line_arrow_icon_right.png) no-repeat;
      background-size: contain;
      width: 15px;
      height: 15px;
      top: 10px;
      right: 20px;
  }

  .global-header .global-nav li a {
    display: block;
    padding: 10px 5.33333% 10px;
    font-weight: bold;
    color: #0181a5;
  }

  .sp_btn_box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0 2.5px;
    box-sizing: border-box;

  }

  .sp_btn {
    display: flex;
    max-width: 580px;
    margin: 0 auto;
  }

  .sp_btn a {
    padding: 5px;
  }

  .sp_btn img {
    width: 100%;
  }
}

/*---------------------------------------------------------*/

#inq_area {
  background: #0086ac;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
  line-height: 1.2;
}

#inq_area h3{
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 15px;
}

#inq_area p.post{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
}

#inq_area .col_wrap{
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#inq_area .col_left {
  float: left;
  width: 470px;
}

#inq_area .col_right {
  float: right;
  width: 470px;
}

#inq_area .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

#inq_area .col_wrap ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#inq_area .col_wrap ul li {
  font-size: 1.1em;
  margin-bottom: 3px;
}

#inq_area .tel_inquiry {
  max-width: 654px;
  margin: 25px auto 30px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

#inq_area .tel_inquiry ul {
  width: 370px;
  margin: auto;
  overflow: hidden;
}

#inq_area .tel_inquiry ul li {
  height: 33px;
  margin-bottom: 16px;
  display: flex;
}

#inq_area .tel_inquiry ul li:last-child {
  margin-bottom: 0;
}

#inq_area .tel_inquiry ul li img {
  width: 100%;
  height: 33px;
}

#inq_area .col_4 {
  width: 235px;
  float: left;
}

#inq_area .col_kousya_title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

#inq_area ul.col_kousya_box {
  font-size: 1.0em;
}

#inq_area ul.col_kousya_box li{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

#inq_area ul.col_kousya_box li a{
  font-size: 1.0em;
  color: #fff;
  text-decoration: underline;
  display: block;
}

#inq_area ul.col_kousya_box li a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 980px){
  #inq_area .col_wrap {
    max-width: 470px;
    width: 100%;
  }
  #inq_area .col_left, #inq_area .col_right {
    width: 94%;
    margin: 0 3%;
  }
  #inq_area .col_wrap ul li {
    font-size: 1.0em;
  }
  #inq_area h3{
    font-size: 1.4em;
  }
  #inq_area .title {
    font-size: 1.1em;
  }
  #inq_area .tel_inquiry {
    max-width: 400px;
    width: 94%;
    margin: 25px auto 30px;
  }
  #inq_area .tel_inquiry ul {
    width: 100%;
  }
  #inq_area .tel_inquiry ul li {
    margin-bottom: 10px;
    display: block;
  }
  #inq_area .tel_inquiry ul li img {
    height: auto;
  }
  #inq_area .col_4 {
    width: 94%;
    margin: 0 3%;
  }
}

/*---------------------------------------------------------*/
.global-footer {
  padding: 40px 0 80px;
  line-height: 2.0;
  color: #0086ac;
}

.global-footer span {
  font-weight: bold;
  font-size: 1.3em;
}

@media only screen and (max-width: 980px){
  .global-footer {
    padding-top: 10px;
    padding-bottom: 20%;
  }
}

/*---------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999 !important;
}

.pagetop a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.pagetop img {
  width: 44px;
}

@media only screen and (max-width: 980px){
  .pagetop {
    bottom: 12%;
    right: 2%;
  }
}
