@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.page-gastroscope_lp .page-title,.page-gastroscope_lp .bread_wrap,.page-gastroscope_lp .contentbottom{ display: none; }
.page-gastroscope_lp #contents .inner{ width: 100%; max-width: 100%; }
.page-gastroscope_lp .mainblock.under{ padding-bottom: 0; }

.page-gastroscope_lp h3, .page-gastroscope_lp h4, .page-gastroscope_lp h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.page-gastroscope_lp h3::before, .page-gastroscope_lp h3::after, .page-gastroscope_lp h4::before, .page-gastroscope_lp h4::after, .page-gastroscope_lp h5::before, .page-gastroscope_lp h5::after {
  content: none;
  display: initial;
}
.topinner { /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
/*==========================
mainimage
==========================*/

/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */

/*-- スライダーの時 ------------*/

.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.slick-dots li:not(:first-child){
  margin-left: 1em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #2ea6d1;
}

.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #fff;
  background: #ff5b5b;
  border-radius: 0;
  max-width: 100%;
  width: 280px;
  padding: 0.8em 1em;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor:pointer;
}
.btn-style a:hover:after {
  right: 12px;
}
.under .btn-style a {
}
/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
  z-index: 1;
}
/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}
.sec_news {
  padding: 4% 0;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.sec_news .news dt {
  padding: 0.5em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 120px;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news h3 {
  font-size: 28px;
  font-weight: bold;
  color: #4e6b2f;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  padding: 5px 3em 5px 0;
  border-bottom: 1px solid #666;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec_news .news .btn a {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  background: #6db91b;
  display: table;
  padding: 0.2em 1.2em 0.2em 1em;
  line-height: 1.3
}
.sec_news .news .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sec_bnr{
  padding: 4% 0;
  background: url(img/gas_bg001.jpg) no-repeat center / cover;
}

.page-gastroscope_lp h2{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
}
.page-gastroscope_lp h2 span{
  font-size: 46.66%;
  letter-spacing: 0;
  color: #ff984c;
  margin-top: 10px;
  display: block;
}

.sec01 .con01{
  padding: 5% 0 0;
  background: url(img/gas_bg002.png);
  position: relative;
  border-bottom: 3px solid #8ed1ee;
  margin-bottom: 74px;
}
.sec01 .con01:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 74px;
  background: url(img/gas01_arrow.png) no-repeat top center / contain;
}
.sec01 .con02{
  padding: 4% 0;
}
.sec01 h3{
  margin-bottom: 30px;
}
.sec01 .bg_wrap p{
  padding: 4% 10%;
  background: #eff9ff;
  border-radius: 15px;
  margin-bottom: 4%;
}
.sec01 .col_3{
  border-radius: 15px;
  border: 2px solid #b4d468;
  background: #fff;
  overflow: hidden;
}
.sec01 h4{
  font-size:20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.5em 1em 1em;
  color: #fff;
  background: #b4d468;
  border-radius: 0 0 50% 50% / 0 0 15px 15px;
}
.sec01 .col_3 p{
  padding: 1em;
}
.sec01 h5{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin-bottom: 1em;
  color: #1f77ee;
}
.sec01 .youtube{
  padding-bottom: 50%;
}

.sec02{
  padding: 5% 0;
  background: url(img/gas02_bg.jpg) no-repeat center / cover;
}
.sec02 .con01{
  padding: 5%;
  border-radius: 15px;
  border: 2px solid #509ecd;
  background: #fff;
  margin-bottom: 4%;
}
.sec02 .con01 h3{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0 0 0.5em 0.5em;
  margin-bottom: 0.7em;
  border-bottom: 7px dotted #509ecd;
}
.sec02 .con01 p{
  font-size: 18px;
}
.sec02 .con02{
  padding: 7%;
  background: url(img/gas02_bg01.jpg) no-repeat center / cover;
  border-radius: 15px;
  border: 2px solid #509ecd;
}
.sec02 .con02 h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 7%;
  color: #509ecd;
}
.sec02 .con02 li{
  margin-bottom: 2%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.5em;
  border-radius: 15px;
  text-decoration: none;
  display: block;
}

.sec03{
  padding: 5% 0;
  background: url(img/gas_bg002.png);
}
.sec03 .column{
  margin-bottom: 2%;
  padding: 1.5%;
  border: 1px solid #509ecd;
  border-radius: 15px;
  background: #fff;
}
.sec03 .column:nth-child(even){
  border-color: #b4d468;
}
.sec03 .column:nth-child(1){
  background: url(img/gas03_num01.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(2){
  background: url(img/gas03_num02.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(3){
  background: url(img/gas03_num03.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(4){
  background: url(img/gas03_num04.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(5){
  background: url(img/gas03_num05.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(6){
  background: url(img/gas03_num06.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(7){
  background: url(img/gas03_num07.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(8){
  background: url(img/gas03_num08.png) no-repeat top left,#fff;
}
.sec03 .column:nth-child(9){
  background: url(img/gas03_num09.png) no-repeat top left,#fff;
}
.sec03 .con01 h3{
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
  letter-spacing: -0.05em;
  padding-left: 2em;
  min-height: 150px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 .con01 img{
  max-width: 40%;
}

.sec03 .bnr{
  padding: 2% 10%;
  background: url(img/gas_bnr002_bg.png) no-repeat center / cover;
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  border: 1px solid #509ecd;
}
.sec03 .bnr h3{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
  color: #b4d468;
  border-bottom: 1px solid #b4d468;
  display: table;
  margin: 0 auto 0.2em;
  padding: 0 1em 0.3em;
}
.sec03 .bnr h4{
  text-align: center;
  color: #fff;
  background: #7dc3ed;
  border-radius: 20px;
  display: table;
  margin: 0 auto;
  padding: 0.3em 1.5em;
}

.sec04{
  padding: 5% 0;
}
.sec04 h3{
  margin-bottom: 20px;
}
.sec04 .step_wrap h4{
  font-size: 26px;
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 6px dotted #509ecd;
  color: #509ecd;
}
.sec04 .keikou .step_wrap h4{
  border-bottom: 6px dotted #b4d468;
  color: #b4d468;
}
.sec04 .step_wrap h4 span{
  font-size: 69.23%;
  margin-right: 0.5em;
}
.sec04 .step_wrap p{
  padding: 0 0.5em;
}
.sec04 .step_wrap p span{
  font-size: 87.5%;
}
.sec04 .step_item{
  padding: 5%;
  background: #edf5fa;
  position: relative;
}
.sec04 .keibi .step_item:nth-child(even){
  background: #dcecf5;
}
.sec04 .keikou .step_item:nth-child(odd){
  background: #f7fbf0;
}
.sec04 .keikou .step_item:nth-child(even){
  background: #f0f6e1;
}

.sec04 .step_item:not(:first-child){
  padding-top: 70px;
}
.sec04 .step_item:not(:last-child):after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  background: url(img/gas_flow_arrow01.png) no-repeat center top / contain;
  z-index: 1;
}
.sec04 .keibi .step_item:nth-child(even):after{
  background-image: url(img/gas_flow_arrow02.png);
}
.sec04 .keikou .step_item:nth-child(odd):after{
  background-image: url(img/gas_flow_arrow03.png);
}
.sec04 .keikou .step_item:nth-child(even):after{
  background-image: url(img/gas_flow_arrow04.png);
}

.sec05{
  padding: 5% 0;
  background: url(img/gas05_bg.jpg) no-repeat center / cover;
}
.sec05 h2 span{
  color: #509ecd;
}
.sec05 .fee-table{
  margin-bottom: 1em;
}
.sec05 .fee-table th,
.sec05 .fee-table td{
  text-align: center;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
}
.sec05 .fee-table tbody th{
  color: #509ecd;
}
.sec05 .fee-table tbody td{
  color: #f1ab48;
  background: #fff;
}
.sec05 .fee-table td span{
  font-size: 133.33%;
}
.sec05 .fee-table + p{
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .mainimage{
    background: url(img/gas_mainimage01.jpg) no-repeat center / cover;
    height: 600px;
    margin-top: 10px;
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .column{
    box-sizing: border-box;
  }
  .columns.wrap{
    flex-wrap: wrap;
  }
  .columns:not(:last-child){
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(:first-child){
    margin-left: 2%;
  }
  .columns.reverse .column:not(:last-child){
    margin-left: 2%;
  }
  .columns.reverse .column:last-child{
    margin-left: 0;
  }
  .columns.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .column.break + .column{
    margin-left: 0!important;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_2:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .col_3:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  .col_4:not(:nth-child(4n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec02 .con02 li:nth-child(4n+1),
  .sec02 .con02 li:nth-child(4n+4){
    background: #509ecd;
  }
  .sec02 .con02 li:nth-child(4n+2),
  .sec02 .con02 li:nth-child(4n+3){
    background: #b4d468;
  }

}

/********************************
Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
  .mainimage{
    height: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
}

@media screen and (max-width: 1041px) {
  .sec01 h4 {
    font-size: 18px;
  }
  .sec02 .con01 h3 {
    font-size: 21px;
  }
  .sec02 .con02 li {
    font-size: 21px;
  }
  .sec03 .con01 h3 {
    font-size: 18px;
  }
  .sec03 .bnr{
    font-size: 15px;
  }
  .sec03 .bnr h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .scroll{
    overflow: auto;
  }
  .scroll > table{
    width: 750px;
  }
  .scroll + p{
    text-align: center;
    font-size: 12px;
  }
  /*==========================
  mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  .sec_news {
    padding: 2em 0;
  }
  .sec_news .news dt {
    width: 100%;
  }
  #main .news dt {
    padding: 10px 0 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns, .column:not(:last-child){
    margin-bottom: 4%;
  }
  .columns.wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .page-gastroscope_lp h2 {
    font-size: 21px;
  }
  .sec_news .news h3{
    font-size: 21px;
  }
  .sec_bnr .columns{
    background: #fff;
    border-radius: 12px;
    padding: 3% 5%;
    position: relative;
  }
  .sec_bnr .columns:after{
    content: '';
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    margin: auto;
    border: 2vw solid transparent;
    border-right: 2vw solid #509ecd;
    border-bottom: 2vw solid #509ecd;
  }
  .sec_bnr .column,.sec_bnr .columns{
    margin: 0!important;
  }
  .sec_bnr .column{
    padding: 0.5em 1em;
  }
  .sec_bnr .column:not(:last-child){
    border-bottom: 1px solid #509ecd;
  }

  .sec01 .con01{
    padding: 5% 0;
  }
  .sec02 .con01 h3 {
    font-size: 18px;
  }
  .sec02 .con01 p {
    font-size: 14px;
  }
  .sec02 .con02 h3 {
    font-size: 18px;
  }
  .sec02 .con02 li{
    font-size: 16px;
    width: 100%;
  }
  .sec02 .con02 li:nth-child(odd){
    background: #509ecd;
  }
  .sec02 .con02 li:nth-child(even){
    background: #b4d468;
  }
  .sec03 .column{
    background-size: 30% auto !important;
  }
  .sec03 .con01 h3,
  .sec03 .con01 p{
    float: left;
    width: 80%;
    box-sizing: border-box;
  }
  .sec03 .con01 h3{
    font-size: 16px;
    min-height: 72px;
    margin-bottom: 0.5em;
    padding-left: 20%;
    text-align: left;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .sec03 .con01 p{
    font-size: 12px;
    line-height: 1.5;
  }
  .sec03 .con01 img{
    float: right;
    width: 20%;
  }
  .sec03 .bnr {
    background-image: url(img/sp_gas_bnr002_bg.png);
  }
  .sec03 .bnr{
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding: 5% 20% 5% 5%;
  }
  .sec03 .bnr h3{
    font-size: 16px;
    text-align: left;
    padding: 0 1em 0.3em 0;
  }
  .sec04 .step_wrap h4 {
    font-size: 21px;
  }
  .sec05 .fee-table th, .sec05 .fee-table td {
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/* ======== 下層 */
