@charset "UTF-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

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

body {
  /* font-family:'YakuHanJP', 'Noto Sans JP', sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  line-height: 1;
  font-size: 16px;
  color: #383838;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  color: #383838;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

p, ul, ol {
  font-size: 20px;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
}

ul, ol {
  color: #383838;
  margin: 0;
  padding: 0;
}

ul span, ol span {
  color: #484848;
}

a:link {
  color : #ff7800;
  transition: all .2s;
  text-decoration: none;
}
a:visited {
  color : #ff7800;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color : #ff7800;
  opacity: 0.8;
}
a:active {
  color : #ff7800;
  text-decoration: none;
}

a img {
  transition: all .2s;
}
a:hover img {
  opacity: 0.8;
}

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

.left-block{
  float: left;
}

.right-block{
  float: right;
}
.color-red{
  color : #c70000;
}
.txt-spacing{
  margin-left:16px;
}

.under-line {
  background: linear-gradient(transparent 50%, yellow 50%);
  display: inline;
}

.attension{
  color: #cc0000;
  font-weight:900;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #aaaaaa;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #aaaaaa;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #aaaaaa;
}


.nav{
  /*
  position: fixed;
  top: 200px;
  z-index: 999;
  right: 20px;
  */
  position: fixed;
  top: 50%;
  z-index: 999;
  right: 20px;
  margin-top: -84px;
}
.nav ul{
  list-style-type: none;
}

.nav ul li{
  margin-bottom: 5px
}

.nav ul li a{
  background: #cccccc;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: block;
  position: relative;
}

.nav ul li a:hover{
  background: #ff7800;
  opacity: 1.0;
}

.nav ul li a.nav-active{
  background: #ff7800;
  opacity: 1.0;
}

.tooltip {
  /*
  visibility: hidden;
  text-align: right;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
  idth: 100px;
  bottom: 0px;
  left: -70px;
  margin-left: 0px;
  */
  visibility: hidden;
  text-align: right;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
  width: 234px;
  bottom: -10px;
  left: -246px;
  display: block;
}
.tooltip > .text {
  background-color: #383838;
  color: #fff;
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-block;
  /* width: 100px; */
}
.tooltip > .text::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 8px solid #383838;
}
.nav ul li a:hover > .tooltip {
  visibility: visible;
  opacity: 1;
}





.top-campaign{
  background: #d00000;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: relative;
}
.top-campaign .campaign-link{
  width: 480px;
  background: #fff;
  float: left;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.top-campaign .campaign-link a{
  display: block;
  padding: 30px;
}
.top-campaign .campaign-link .link-icon{
  width: 54px;
  height: 54px;
  display: table-cell;
  background: #d00000;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 32px;
  border-radius: 100%;
}
.top-campaign .campaign-link .link-txt{
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  color: #d00000;
  font-size: 20px;
}
.top-campaign .campaign-link .link-txt strong{
  font-size: 28px;
  margin-top: 6px;
  display: inline-block;
}



.top-campaign .topevent-link{
  width: 480px;
  background: #fff;
  float: right;
  border-radius: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.top-campaign .topevent-link a{
  display: block;
  padding: 30px;
}
.top-campaign .topevent-link .link-icon{
  width: 54px;
  height: 54px;
  display: table-cell;
  background: #d00000;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 32px;
  border-radius: 100%;
}
.top-campaign .topevent-link .link-txt{
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  color: #d00000;
  font-size: 20px;
}
.top-campaign .topevent-link .link-txt strong{
  font-size: 28px;
  margin-top: 6px;
  display: inline-block;
}





.header-wrap{
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  padding-top: 20px;
  position: relative;
}

.header {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.header .corp-logo {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.corp-logo{
  margin-bottom: 0;
}

.main-title {
  margin-bottom:20px;
  line-height: 1;
}
.main-title img{
  width:720px;
}

.main-message {
  text-align: center;
  background: #ff7800;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-message h2{
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
}

.main-visual {
  background-image: url('../img/main_bg_v2.jpg');
  background-position: center center;
  /* background-attachment: fixed; */
  background-size: cover;
  height: 500px;
}

.inner{
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

.main-visual .new-open {
  text-align: center;
  margin-bottom: 0px;
  line-height: 1;
}
.main-visual .new-open img{
  width: 840px;
}

.main-visual .open-wrap {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-visual .effect{
  /*
  background-image: url('../img/main_effect.png');
  background-repeat: repeat-x;
  */
  text-align: center;
  margin-top: 110px;
}

.main-visual .open-wrap .pre-open {
  float: left;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.main-visual .open-wrap .pre-open img{
  height: 114px;
}
.main-visual .open-wrap .grand-open {
  float: right;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.main-visual .open-wrap .grand-open img{
  height: 114px;
}


.introduction {
  background: #fff;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  position: relative;
}

.common-header {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.ex-txt {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.introduction .floor-wrap {
  position: relative;
  /* height: 460px; */
  height: 566px;
}
.introduction .floor-wrap .floor-detail {
  width: 460px;
  position: absolute;
  z-index: 1;
  left: 0px;
  padding:20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fee9cc+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(-45deg, rgba(254,233,204,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(254,233,204,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(254,233,204,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee9cc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.introduction .floor-wrap .floor-detail p{
  font-size: 16px;
  line-height: 1.3;
}
.introduction .floor-wrap .floor-detail p.date-time{
  line-height: 2.0;
}
.introduction .floor-wrap .floor-detail p.date-time span {
  color: #fff;
  font-weight: bold;
  background: #383838;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 3px;
}

.detail-head {
  padding: 10px;
  background: #ff7800;
  width: 100px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
  box-shadow: 5px 5px 0px 0px rgba(255, 120, 0, 0.4);
}
.introduction .floor-wrap .floor-detail .date-time {
}
.floor-detail .common-list {
  font-size: 16px;
  padding-left:30px;
}
.floor-detail .common-list li{
  color: #ff7800;
  list-style-type: square;
  margin-bottom:5px;
}
.floor-detail .common-list li:last-child{
  margin-bottom:0;
}

.floor-detail .common-list li span{
  color: #383838;
}

.introduction .floor-wrap .floor-map {
  background-image: url(../img/floor_map.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 580px;
  height: 460px;
  position: absolute;
  right: 0;
  top:0px;
}

.circle-addr{
  position: absolute;
  bottom:0;
  right: 158px;
}
.circle-corp{
  position: absolute;
  bottom: 0;
  right: 0px;
}
.circle-addr img,
.circle-corp img{
  width:80%;
}


.introduction .balloon-open-lounge {
  position: absolute;
  top: 70px;
  left: 80px;
}
.introduction .balloon-open-freedesk {
  top: -40px;
  position: absolute;
  right: 0;
}
.introduction .balloon-open-lounge img,
.introduction .balloon-open-freedesk img {
  width: 80%;
}



.introduction .floor-pics {
  margin-bottom: 40px;
}
.introduction .floor-pics .pic-lounge {
  float: left;
  width: 480px;
  position: relative;
}
.introduction .floor-pics .pic-lounge img{
  width:480px;
}

.introduction .floor-pics .pic-lounge .pic-ex-txt {
  line-height: 1;
  margin: 0;
  position: absolute;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: bold;
}
.introduction .floor-pics .pic-freedesk {
  float: right;
  width: 480px;
  position: relative;
}
.introduction .floor-pics .pic-freedesk img{
  width:480px;
}

.introduction .floor-pics .pic-freedesk .pic-ex-txt {
  line-height: 1;
  margin: 0;
  position: absolute;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: bold;
}
.introduction .precautions-small-txt {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1;
}

.salon-map {
}

.salon-map iframe{
  width:100%;
  height:480px;
}

.contract {
  background: #fff;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-bottom:40px;
}
.contract .common-header {
}
.contract .ex-txt {
}
.contract .ex-txt .under-line {
}
.contract .post-address {
  border: 4px solid #383838;
}

.contract .post-address .icon-post-address {
  float: left;
  margin-right:20px;
}
.contract .post-address .address-txt {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
  padding: 40px;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.cta-block {
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.cta-block .cta-ex-txt {
  text-align: center;
  background: #383838;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
}
.cta-block .cta-inner {
  width: 100%;
  display: table;
}

.cta-block .cta-inner .contact-web {
  display: table-cell;
  width: 33.3%;
  text-align: center;
  vertical-align: middle;
}

.cta-block .cta-inner .contact-request {
  display: table-cell;
  width:33.3%;
  text-align: center;
  vertical-align: middle;
}

.cta-block .cta-inner .contact-entry {
  display: table-cell;
  width:33.3%;
  text-align: center;
  vertical-align: middle;
}
.cta-block .cta-inner .contact-web a,
.cta-block .cta-inner .contact-request a,
.cta-block .cta-inner .contact-entry a{
  padding: 20px;
  display: block;
  color:#fff;
}

.cta-block .cta-inner .contact-web a span,
.cta-block .cta-inner .contact-request a span,
.cta-block .cta-inner .contact-entry a span{
  font-size: 20px;
  font-weight: bold;
}


.cta-block .cta-inner .contact-web {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77400+0,c95f00+100 */
background: rgb(247,116,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,116,0,1) 0%, rgba(201,95,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,116,0,1) 0%,rgba(201,95,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,116,0,1) 0%,rgba(201,95,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77400', endColorstr='#c95f00',GradientType=0 ); /* IE6-9 */
}

.cta-block .cta-inner .contact-request {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003196+0,00246e+100 */
background: rgb(0,49,150); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,49,150,1) 0%, rgba(0,36,110,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,49,150,1) 0%,rgba(0,36,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,49,150,1) 0%,rgba(0,36,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003196', endColorstr='#00246e',GradientType=0 ); /* IE6-9 */
}

.cta-block .cta-inner .contact-entry {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8b8b8+0,a4a4a4+100 */
background: rgb(184,184,184); /* Old browsers */
background: -moz-linear-gradient(top, rgba(184,184,184,1) 0%, rgba(164,164,164,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(184,184,184,1) 0%,rgba(164,164,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(184,184,184,1) 0%,rgba(164,164,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#a4a4a4',GradientType=0 ); /* IE6-9 */
}

.cta-es-link{
  text-align: center;
  background: #d00000;
  color: #fff;
  z-index: 1;
  position: relative;
}
.cta-es-link a{
  display: block;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}




.feature {
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-bottom: 40px;
}
.feature .common-header {
}

.feature .feature-wrap .feature-header {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #ff7800;
  margin-bottom: 20px;
}

.feature .feature-wrap .feature-txt{
  margin-top:20px;
}

.feature .feature-wrap .feature-txt p{
  font-size:18px;
  margin-bottom: 0;
}

.feature .feature-wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.feature .feature-wrap .feature1 {
  width:306px;
  float: left;
  margin-right: 40px;
}
.feature .feature-wrap .feature1 img{
  width:306px;
  margin-bottom:20px;
}


.feature .feature-wrap .feature2 {
  width:306px;
  float: left;
  margin-right: 40px;
}
.feature .feature-wrap .feature2 img{
  width:306px;
  margin-bottom:20px;
}

.feature .feature-wrap .feature2 .feature-txt {
}
.feature .feature-wrap .feature3 {
  width:306px;
  float: left;
}
.feature .feature-wrap .feature3 img{
  width:306px;
  margin-bottom:20px;
}

.feature .feature-wrap .feature3 .feature-txt {
}
.service {
  background:#ff7800;
  padding-bottom:40px;
}


.service .common-header {
  color: #fff;
}

.service .basic-service-wrap {
  width:100%;
  margin-bottom: 40px;
}

.service .basic-service-wrap .initial-cost {
  width:460px;
  text-align: center;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.service .basic-service-wrap .initial-cost strong{
  
}
.service .basic-service-wrap .initial-cost h4{
  line-height: 1;
  display: inline;
}
.service .basic-service-wrap .initial-cost h4 strong{
  font-size:160px;
  color: #ff7800;
}
.service .basic-service-wrap .initial-cost h4 span{
  font-size:32px;
}
.service .basic-service-wrap .initial-cost p{
  margin-bottom: 0;
}

.service .basic-service-wrap .symbol-plus {
  width:80px;
  text-align: center;
  vertical-align: middle;
}

.service .basic-service-wrap .symbol-plus p{
  font-size: 74px;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}

.service .basic-service-wrap .monthly-cost {
  width:460px;
  height: 300px;
  text-align: center;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.service .basic-service-wrap h3{
  background: #383838;
  color: #fff;
  line-height: 1;
  padding: 15px;
  font-size: 24px;
}



.service .monthly-cost .plan-txt {
  font-size: 20px;
  font-weight:bold;
  line-height: 1;
  margin-bottom: 10px;
}
.service .monthly-cost h4{
  font-size: 24px;
  line-height: 1;
}
.service .monthly-cost h4 strong{
  color: #ff7800;
  font-size: 48px;
}
.service .monthly-cost h4:last-of-type{
  margin-bottom: 0;
}


.service .service-header {
  font-size: 28px;
  border-left: 8px solid #fff;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: #fff;
}
.service .service-virtual-section {
  padding: 40px;
  border: 5px dashed #fff;
  margin-bottom: 40px;
}

.service-in-header1{
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  color: #ff7800;
  line-height: 1;
}
.service-in-header2{
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.mb-0{
  margin-bottom:0 !important;
}

.service .service-block {
  width:435px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
}
.service .service-block img{
  width:435px;
}

.service .service-block-long {
  width:910px;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
}
.service .service-block-long img{
  width:910px;
}


.service .service-block:nth-child(even){
  margin-right: 0;
}

.service .service-txt-wrap {
  background: #fff;
  padding:20px;
  position: relative;
}
.service .service-txt-wrap h3{
  font-size: 24px;
  color: #ff7800;
  line-height: 1;
  margin-bottom: 10px;
}
.service .service-txt-wrap p{
  margin-bottom: 0;
}

.pickup-circle {
  position: absolute;
  top: -48px;
  right: 20px;
}
.pickup-circle p{
  width: 94px;
  text-align: center;
  height: 94px;
  border-radius: 80px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #d00000;
}



.service .service-option {
  background: #fff;
  padding:40px;
}
.service .service-option .service-header {
  color: #383838;
  text-align: center;
  font-size: 24px;
}
.service .service-option .option-block {
  width:230px;
  vertical-align: top;
}
/*
.service .service-option .option-block .icon-opt1 {
  text-align: center;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.service .service-option .option-block .icon-opt2 {
  text-align: center;
  width: 200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.service .service-option .option-block .icon-opt3 {
  text-align: center;
  width: 200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.service .service-option .option-block .icon-opt4 {
  text-align: center;
  width: 200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.service .service-option .option-block .icon-opt5 {
  text-align: center;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.service .service-option .option-block .icon-opt6 {
  text-align: center;
  width: 200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.service .service-option .option-block .icon-opt7 {
  text-align: center;
  width: 200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.service .service-option .option-block .icon-opt8 {
  text-align: center;
  width: 200px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
*/

.service .service-option .option-block h3{
  text-align: center;
  margin-bottom: 10px;
}
.service .service-option .option-block h4{
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
.service .service-option .option-block h4 strong{
  font-size: 28px;
  color: #ff7800;
}
.service .service-option .option-block p{
  font-size: 18px;
  /*
  padding-left: 10px;
  padding-right: 10px;
  */
}

/*
.service .service-option .option-block .icon-opt1 img{
  height: 120px;
}
.service .service-option .option-block .icon-opt2 img{
  height: 120px;
}
.service .service-option .option-block .icon-opt3 img{
  height: 120px;
}
.service .service-option .option-block .icon-opt4 img{
  height: 100px;
}
.service .service-option .option-block .icon-opt5 img{
  height: 120px;
}
.service .service-option .option-block .icon-opt6 img{
  height: 120px;
}
.service .service-option .option-block .icon-opt7 img{
  height: 120px;
}
.service .service-option .option-block .icon-opt8 img{
  height: 120px;
}
*/

.faq {
  background-image: url('../img/faq_bg.jpg');
  background-position: center center;
  /* background-attachment: fixed; */
  background-size: cover;
  padding-bottom: 40px;
}

/*以下、①背景色など*/
.faq-block {
  /*
  padding: 20px 10px;
  */
  max-width: 1000px;
  margin: 15px auto;
  text-align: right;
  font-size: 20px;

}

/*以下、②左側のコメント*/
.comment-question {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.comment-question .comment-icon {
    float: left;
    margin-right: -40px;
    width: 60px;
}

.comment-question .comment-icon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.comment-question .comment-wrap {
  width: 100%;
  text-align: left;
}
.comment-txt {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 20px;
  max-width: 500px;
  border-radius: 12px;
  background: #fff;
}

.comment-txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #fff;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.comment-txt p {
  margin: 0;
  padding: 0;
}

.comment-answer {
  margin: 10px 0;
}
.comment-answer p{
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 20px;
  max-width: 500px;
  border-radius: 12px;
  background: #30e852;
  font-size: 20px;
  text-align: left;
}

.comment-answer p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}


.campaign {
  background-image: url('../img/campaign_bg.png');
  background-repeat: repeat;
  padding-bottom: 40px;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4)
}
.campaign .common-header {
}
.campaign .pr-txt {
  color: #ff7800;
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 1;
}
.campaign .pr-txt:before{
  background: url('../img/linear_angle_left.png');
  width: 64px;
  height: 64px;
  display: inline-block;
  content: ' ';
  margin-bottom: -24px;
}
.campaign .pr-txt:after{
  background: url('../img/linear_angle_right.png');
  width: 64px;
  height: 64px;
  display: inline-block;
  content: ' ';
  margin-bottom: -24px;
  
}



.campaign .campaign1 {
  border-radius: 10px;
  box-shadow:  0 0px 24px rgba(0, 0, 0, 0.4);
  padding:20px;
  width: 480px;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3d16f+0,cbaa4b+100 */
background: rgb(243,209,111); /* Old browsers */
background: -moz-linear-gradient(top, rgba(243,209,111,1) 0%, rgba(203,170,75,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(243,209,111,1) 0%,rgba(203,170,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(243,209,111,1) 0%,rgba(203,170,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d16f', endColorstr='#cbaa4b',GradientType=0 ); /* IE6-9 */
}
.campaign .campaign2 {
  border-radius: 10px;
  box-shadow:  0 0px 24px rgba(0, 0, 0, 0.4);
  padding:20px;
  width: 480px;
  float: right;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,bfbfbf+100 */
background: rgb(233,233,233); /* Old browsers */
background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(191,191,191,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(191,191,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(191,191,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
}
.campaign .campaign1 h2{
  color:#fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  text-shadow: 0px 0px 20px #c29000, 0px 0px 20px #c29000;
}
.campaign .campaign2 h2{
  color:#fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  text-shadow: 0px 0px 20px #999999, 0px 0px 20px #999999;
}

.campaign .campaign-block {
  margin-bottom: 20px;
}

.campaign .campaign1 h2 strong,
.campaign .campaign2 h2 strong{
  font-size: 56px;
}
.campaign .campaign1 h2 span,
.campaign .campaign2 h2 span{
  font-size: 32px;
}
.campaign .campaign1 .campaign-ex-txt{
  color: #4c3800;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 0;
}
.campaign .campaign2 .campaign-ex-txt{
  color: #4f4f4f;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 0;
}

.campaign .free-txt {
  font-size: 22px;
  text-align: center;
}
.campaign .free-txt span{
  color: #ff7800;
}


.campaign .campaign-target {
  background: #ff7800;
  padding: 20px;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);

}
.campaign .campaign-target h3{
  color: #fff;
  font-size: 24px;
}
.campaign .campaign-target ul{
  color: #fff;
  margin-left: 30px;
}
.campaign .campaign-target ul li{
  margin-bottom: 10px;
}
.campaign .campaign-target ul li:last-child{
  margin-bottom: 0;
}

.campaign-apply a{
  border: 2px solid;
  width: 100%;
  display: inline-block;
  padding: 15px;
  position: relative;
}
.campaign-apply a:hover{
  background: #ff7800;
  color: #fff;
}

.campaign-apply a .fas{
  position: absolute;
  right: 20px;
  line-height: 32px;
}


.campaign .campaign-apply{
  background: #fff;
  padding: 20px;
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}
.campaign .campaign-apply h3{
  color: #383838;
  font-size: 24px;
}
.campaign .campaign-apply p{
  color: #383838;
}


.event-card {
  box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  margin-bottom: 20px;
}

a .event-card{
  color: #383838;
}
a .event-card:hover{
  opacity: 0.8;
}


.event .inner{
  padding-top: 40px;
}
.event .common-header {
}

.event .event-pic {
  float: left;
  width:260px;
}
.event .event-pic img{
  width:260px;
}
.event .event-detail {
  float: left;
  width: 740px;
  padding: 20px;
  height: 260px;
  position: relative;
}

.event-detail .event-title {
  font-size: 24px;
  color: #ff7800;
  line-height: 1;
  margin-bottom: 10px;
}
.event-detail .event-ex-date{
  line-height: 1;
  margin-bottom: 10px;
}
.event-detail .event-ex-date strong {
  background: #ff7800;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}
.event-detail .event-ex-date span{
  font-size: 16px;
}

.event-detail .event-place{
  line-height: 1;
  margin-bottom: 10px;
}
.event-detail .event-place strong {
  background: #ff7800;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
}
.event-detail .event-place span{
  font-size: 16px;
}

.event-detail .event-txt {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 16px;
}
.event-link{
  line-height: 1;
  font-size: 18px;
  display: table-cell;
  background: #ff7800;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
}
.event-link .fas{
  line-height: 28px;
}

.event .common-header{
  border-left: 8px solid #ff7800;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
  font-size: 28px;
  margin-bottom: 10px;
}




.footer {
}
.footer .copyright {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}



@media screen and (max-width: 480px) {
  .main-visual{
    /* background-attachment: initial !important; */
    /* background-size: inherit !important; */
  }
}

.back-top{
  margin: 0px;
  bottom: 24px;
  position: fixed;
  right: 24px;
  z-index: 1002;
}
.back-top a{
  color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  border-radius: 10px;
  background: rgba(247, 97, 2, 0.9);
}
.back-top .for-pc{
  line-height: 60px;
}

