@charset "UTF-8";

body{
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  color: #333;
  counter-reset: number 0;  /* numberのカウンタを0に指定 */
}

section{
  counter-reset: number;
}

.container-fluid{
  max-width:1400px;
}

img{
  width:100%;
}

.img-opt01{
  width: 60%;
}

.img-opt03{
  width: 85%;
}

.img-opt1, .img-opt2{
  padding: 15px;
}


.f-color{
  color: #fff;
}

.fo-opt01{
  font-size: 1.3em;
}

.ban-overflow{
  overflow-x: hidden;
}

.ban-overflow-xy{
  overflow-x: hidden;
  overflow-y: hidden;
}


a, a:hover {
  color: #ff0000;
  text-decoration: none;
}

a.aopt01{
  color: #3033a2;
  font-weight: bold;
}


h1{
  font-size: 1.5em;
}

.site-title {
  color: #fff;
  position: absolute;
  left: 3%;
  top: 3%;
  z-index: 100;
  width: 350px;
}

.site-title-opt{
  left: 3%;
  top: 8%;
}

.site-title span{
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  line-height: 1.0;
  text-shadow: 1px 1px 2px #555;
}

.site-title a{
  color: #393534;
  text-decoration: none;
}

.intro-title {
  font-size: 7.5em;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  line-height:1.0;
  text-shadow: 1px 1px 5px #888;
}


.intro-sub01 {
  font-size: 3.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  line-height:1.0;
  text-shadow: 1px 1px 5px #333;
}

.intro-sub02 {
  font-size: 3.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  line-height:1.0;
  text-shadow: 1px 1px 5px #333;
}

.intro-sub03 {
  font-size: 3.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 68%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  line-height:1.0;
  text-shadow: 1px 1px 5px #333;
}

.intro-back01 {
  font-family: 'Sansita Swashed', cursive;
  font-size: 3.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  line-height:1.0;
  text-shadow: 1px 1px 5px #333;
}


.intro-title2 {
  font-size: 4.2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  line-height:1.0;
  text-shadow: 1px 1px 3px #333;
}

.intro-title3 {
  font-size: 2.7em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  line-height:1.0;
  text-shadow: 1px 1px 3px #333;
}

.font-space {letter-spacing: 0.1em}

h2{
  font-size: 1.7em;
  font-weight:bold;
  padding: 8px 20px 10px 20px;

}

h3{
  font-size: 1.4em;
  font-weight:bold;
  padding: 8px 20px 10px 20px;

}

.sec-title01{
  font-size: 2.8em;
}

.sec-title01 span{
  font-size: 1.7em;
  color: #ff0000;
}

.sec-title02{
  font-size: 2.2em;
  font-weight:bold;
}

.sec-title1{
  font-size: 3.8em;
}

.sec-title2, .sec-title3{
  font-size: 2.8em;
  font-weight: bold;
}

.sec-title4{
  font-size: 1.8em;
  font-weight: bold;
}


.sec-title5{
  font-size: 2.2em;
  font-weight: bold;
}

.sec-title-opt1{
  color: #444!important;
  text-shadow: none!important;
}



.main-title1{
  text-align:center;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
}

.main-title2{
  text-align:center;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  background: #97cfea;
  padding: 15px 15px;
  border-radius: 12px;
}

.main-title3{
  text-align:center;
  color: #444;
  font-weight: bold;
  font-size: 2.5em;
  background: #fff;
  padding: 15px 15px;
  box-shadow: 10px 10px 0px 0px #000;
}

.main-title4{
  text-align:center;
  color: #073276;
  font-weight: bold;
  font-size: 2.5em;
  background: #fff;
  padding: 15px 15px;
  border-radius: 12px;
}

.sub-tiitle{
  font-weight:bold;
  font-size: 1.2em;
  margin-bottom: 25px;
}


.midashi-block{
  position: relative;
  width: 100%;
}

.midashi-block img{
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}

.midashi-block2{
  position: relative;
  width: 100%;
}

.midashi-block2 img{
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}



.midashi-block h2.standard, .midashi-block2 h2.standard{
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  font-size: 3.2em;
  text-shadow: 1px 1px 8px #333;
}


.title-block{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  z-index: 4;
  width: 100%;
  font-size: 1.0em;
  text-shadow: 1px 1px 8px #333;
  padding: 0 80px;
  z-index: 10;
  text-align: center;
}


.title-block .point{
  width: 10%;
  font-size: 6.2em;
}

.title-block .point02{
  width: 20%;
  font-size: 6.2em;
  text-align: right;
}

.title-block h2{
  color: #fff;
  width: 100%;
  font-size: 3.8em;
  text-shadow: 1px 1px 8px #111;
  text-align: center;
}

.title-block h2 span{
  font-size: 1.7em;
  color:#ff0000;
}

.title-block h2.ti02{
  color: #fff;
  width: 80%;
  font-size: 3.2em;
  text-shadow: 1px 1px 8px #333;
  text-align: center;
}

.tex-block{
  color: #fff;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: 1px 1px 8px #333;
  padding: 0 20px;
  z-index: 10;
}


.m-en-title{
  font-family: 'Scheherazade', serif;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 3.0em;
  text-shadow: 1px 1px 8px #333;
  margin:0;
  padding: 0;
  line-height:0.8;
}

.point01{
  background-color: rgba(255,0,0,0.8);
  padding: 15px 25px;
}

.point-opt02{
  background: #00adef;
}

.point-opt04{
  background: #f9951b;
}

.point-opt05{
  background: #2178bd;
}

.point-uni{
  border: 2px solid #555;
  padding: 15px 15px;
  border-radius: 20px;
}


.p-img01{
  width: 100px;
  margin-right: 100px;
}

.p-tex01{
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
}

.p-tex02{
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0px;
}

.font-opt-co01{
  color: #fff;
}

.font-opt{
  color: #fff;
  font-weight: bold;
}

.font-opt1{
  color: #f372ab;
  font-weight: bold;
}

.font-opt2{
  color: #38ab38;
  font-weight: bold;
}

.font-opt3{
  color: #2178bd;
  font-weight: bold;
}

.font-opt4{
  color: #f9951b;
  font-weight: bold;
}

.font-opt5{
  color: #fdc789;
  font-weight: bold;
}

.font-opt6{
  color: #fc961a;
  font-weight: bold;
}




.p-cat1{
  padding: 10px;
  background: #fff;
  color: #333;
  font-weight: bold;
  min-width: 180px;
  display: inline-block;
  border: 4px solid #333;
}

.opt1{
  color: #fff;
}

.opt2{
  color: #fff;
  font-weight: bold;
}

.opt3{
  font-weight: bold;
}


.title-opt1{
  margin-left: 130px; 
  margin-right: 130px; 
}


.deco1{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco1:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon1.png) no-repeat;
  background-size:contain;
}

.deco2{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco2:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon2.png) no-repeat;
  background-size:contain;
}

.deco3{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco3:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon3.png) no-repeat;
  background-size:contain;
}

.deco4{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco4:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon4.png) no-repeat;
  background-size:contain;
}

.deco5{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco5:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon5.png) no-repeat;
  background-size:contain;
}

.deco6{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco6:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon6.png) no-repeat;
  background-size:contain;
}

.deco7{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco7:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon7.png) no-repeat;
  background-size:contain;
}

.deco8{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco8:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon8.png) no-repeat;
  background-size:contain;
}

.deco9{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco9:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon9.png) no-repeat;
  background-size:contain;
}

.deco10{
  position:relative;
  line-height:1.4em;
  padding-left:1.7em;
}
.deco10:before{
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.5em;
  height:1.5em;
  background:url(../img/icon10.png) no-repeat;
  background-size:contain;
}







p{
  line-height:1.5;
}

p span{
  font-weight:bold;
}

.attention01{
  color:#ff0000;
}

.attention02{
  font-weight: bold;
}

.attention03{
  font-weight: bold;
  color:#f01823;
}

.attention04{
  font-weight: bold;
  color:#555;
  border-bottom: 3px solid #555;
  display: inline-block;
}

.attention05{
  color:#00582d;
  font-weight: bold;
}

.f-size01{
  font-size: 1.5em;
}

.f-size02{
  font-size: 1.7em;
}

.f-size03{
  font-size: 1.9em;
}

.f-size04{
  font-size: 2.2em;
}


.pcmob-disp1{
  text-align:center;
}

.pcmob-disp2{
  text-align:right;
}

.pcmob-disp3{
  text-align:left;
}


.testa{
  margin: 0 auto;
  display: block;
}

.marker_yellow {
  background: linear-gradient(transparent 60%,#ffff66 60%);
  display: inline;
  padding: 0 2px 4px;
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  display:block;
}


/* ヘッダー設定 */

.site-header{
  padding: 0px 10px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: #555;
  box-shadow: 3px 3px 5px rgba(8,8,8,0.2);
  z-index: 5;
}

.head-exp{
  line-height: 1.1;
  margin-top: 10px;
  font-size: 0.9em;
  margin-bottom: 0.5rem;
  color: #fff;
}

/*ヘッダーコンテンツ*/
.inner-content{
  margin-bottom: .5rem;
}

.inner-content .tel, .inner-content .blog{
  width: 230px;
  margin-right: 7px;
}

.inner-content .contact{
  width: 230px;
  margin-right: 7px;
}

.inner-content .insta{
  width: 70px;
}

/* スライダー設定 */
.icatch {
  overflow-x: hidden;
}

.icatch2,.icatch3 {
  overflow-x: hidden;
  margin:0;
  padding:0;
}

ul.icatch li{
  position: relative;
}

ul.icatch li .slide-text{
  position: absolute;
  bottom: 15%;
  left: 5%;
  font-weight: bold;
  opacity: 0;
}

ul.license{
  width:100%;
  padding: 15px;
  background: #fff;
}

ul.license li{
  display: inline-block;
  width: 45%;
  font-size: 1.3em;
  margin-bottom: 5px;
}

ul.license li::before {
  content: "■";
  font-size: 1.3em;
  vertical-align: middle;
  margin-right:10px;
}




/* トップスライド */
#topslide{
  width:100%;
  margin: 0 auto;
  position: relative;
}

#topslide ul{
  width:100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.bread-back1 {
  background: #f5f5f5;
  position: relative;
  padding: 7px 0;
}


.blog-intro{
  position:relative;
  overflow: hidden;
}

.blog-intro img{
  z-index: 1;
}

.blog-intro .title-posi{
  position:absolute;
  top:38%;
  left:12%;
  z-index: 3;
}

.blog-intro .title{
  font-size: 3.0em;
  font-weight: 900;
  color:#222;
}



/* ページ コンテンツボックス */
.top-intro{
  font-size: 1.4em;
  margin-top: 30px;
  color: #fff;
  position: relative;
  z-index:5;
}


/* ドローン事例 */
.examp-title{
  background: #f372ab;
  margin-bottom:0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.examp-tex{
  background: #333;
  padding: 10px;
  color: #fff;
  min-height: 220px;
  margin-bottom: 25px;
}

/* コンテンツボックス1 */
.service-box{
  background:#fff;
  position: relative;
  margin-bottom: 15px;
  background-color: rgba(255,255,255,0.8);
}

.se-title {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.detail01{
  width: 50%;
  text-align: center;
}

.detail01 p{
  line-height: 1.0;
}

p.t-time{
  background: #E2E2E2;
  padding: 10px;
  font-weight: bold;
}

p.d-time span, p.d-price span{
  font-size: 1.7em;
  color: #ff0000;
}

p.t-price{
  background-color: #38ab38;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}


.cont-title {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 15px;
}

.cont-tex {
  padding: 15px;
}



.cont-box1{
  background: #fff;
  margin-bottom: 30px;
  border: 5px solid #aeadb2;
}

.cont-box1 h4{
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 0;
  padding: 5px;
}

.cont-box1 h4::before{
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #1d7ac0;
  color: #fff;
  display: block;
  float: left;
  line-height: 46px;
  margin-left: 0px;
  margin-right: 12px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.1em;
}

/* コンテンツボックス2 */
.cont-box2{
  background: #fff;
  margin-bottom: 30px;
  border: 5px solid #f9951b;
}

.cont-box2 h4{
  font-weight: bold;
  font-size: 2.0em;
  margin-bottom: 0;
  color:#fff;
  padding: 5px;
  background: #f9951b;
}

.cont-box2 h4::before{
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #fff;
  color: #f9951b;
  display: block;
  float: left;
  line-height: 41px;
  margin-left: 0px;
  margin-right: 22px;
  text-align: center;
  height: 41px;
  width: 41px;
  font-weight: bold;
  font-size: 1.0em;
}


.cont-box3{
  background: #fff;
  margin-bottom: 30px;
  border: 5px solid #aeadb2;
}

.cont-box3 h4{
  font-weight: bold;
  font-size: 2.0em;
  color:#333;
  text-indent:0em;
  padding-left: 2em;
  position:relative;
  margin-bottom: 20px;
}

.cont-box3 h4::before{
  counter-increment: number 1;
  content: counter(number) " ";
  color: #f9951b;
  font-weight: bold;
  font-size: 2.0em;
  position: absolute;
  top: 1%;
  left: 2%;
}



.cost-box{
  position: relative;
  width: 100%;
  border: 5px solid #444;
  margin-bottom: 25px;
}

.cost-box img{
  margin:0;
  padding:0;
}

.cost-box h4{
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  font-weight: bold;
  font-size: 2.2em;
  color:#333;
  z-index:5;
}

.cost-box .cost-tex{
  position: absolute;
  top: 25%;
  left: 8%;
  margin: auto;
  font-size: 1.0em;
  color:#333;
  z-index:7;
}

.cost-box .cost-tex p{
  line-height: 0.9;
  font-size: 1.3em;
  font-weight: bold;
}

/* ポイントボックス */
.point-box{
  position: relative;
  width: 100%;
  border: 3px solid #333;
  background-color:rgba(255,255,255,0.8);
  margin-bottom: 25px;
}

.point-box h3{
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3;
  padding: 15px 10px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: red;
  text-decoration-thickness: 5px;
}

.point-box h3:before {
  counter-increment: number 1;  /* numberのカウンタを1ずつ増加 */
  content: counter(number) ".";
  color: #111;
  font-weight: bold;
  font-size: 1.0em;
  padding-right: 10px;
}


/* 業務内容 */
.service-box{
  position: relative;
  width: 100%;
  background-color: rgba(246, 245, 234, 0.5);
  margin-bottom: 25px;
}

.service-box h3{
  font-weight: bold;
  font-size: 2.0em;
  line-height: 1.3;
  padding: 15px 0px;
}

.service-box p{
  font-size: 1.5em;
  line-height: 1.3;
  padding: 15px 0px;
}

.service-box p span{
  color: rgb(0, 128, 0);
}


/* プロミスボックス */
.promise-box{
  position: relative;
  width: 100%;
  background-color:rgba(255,255,255,0.8);
  margin-bottom: 25px;
}

.promise-box h3{
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3;
  padding: 15px 10px;
}

.promise-box h3:before {
  counter-increment: number 1;  /* numberのカウンタを1ずつ増加 */
  content: counter(number) ".";
  color: #111;
  font-weight: bold;
  font-size: 1.0em;
  padding-right: 10px;
}

.promise-box p {
  font-size: 1.4em;
}


/* フロー */
.flow-box{
  position: relative;
  width: 100%;
  background-color: rgba(246, 245, 234, 0.5);
  margin-bottom: 35px;
}

.flow-box{
  position: relative;
  width: 100%;
  background-color: rgba(246, 245, 234, 0.5);
  margin-bottom: 85px;
}

.flow-box:after {
  border-top: 55px solid #FFC300;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  content: "";
  position: absolute;
  bottom: -55px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
  left: 50%;/* 中央寄せに使用 */
  margin-left: -70px; /* 中央寄せに使用 */
}

.flow-box:last-child:after {
  border: none; /* 最後のボックスだけ三角形を表示しない */
  content: none;
}

.flow-box h3{
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3;
  padding: 15px 10px;
}

.flow-box h3:before {
  counter-increment: number 1;  /* numberのカウンタを1ずつ増加 */
  content: counter(number) ".";
  color: #111;
  font-weight: bold;
  font-size: 1.0em;
  padding-right: 10px;
}

.flow-box p {
  font-size: 1.4em;
}


/* メッセージ */
.message-box{
  position: relative;
  width: 100%;
  background-color:rgba(255,255,255,0.8);
  margin-bottom: 25px;
  padding: 10px;
}

.message-box h3{
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3;
  padding: 15px 10px;
}

.message-box p {
  font-size: 1.4em;
}

.message-box .l-box{
  width: 30%;
  padding: 5px 10px 10px 10px;
}


.message-box .r-box{
  width: 70%;
  font-weight: normal;
  font-size: 1.1em;
  padding: 15px;
}



.tex-box1{

}


.differ{
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
  padding: 15px;
  font-size: 2.5em;
  text-shadow: 1px 1px 8px #333;
  border: 4px solid #fff;
}

.diff-opt1{
  color: #333;
  font-size: 2.5em;
  text-shadow: 1px 1px 8px #fff;
  border: 4px solid #333;
  background: #fff;
}

.diff-opt2{
  background: #333;
  border: 5px solid #aeadb2;
}


.stress1{
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
  padding: 15px;
  font-size: 3.2em;
  background: #f01823;
}

.stress2{
  font-weight: bold;
  margin: 20px 0;
  padding: 15px;
  font-size: 3.2em;
}

.stress3{
  font-weight: bold;
  color: #333;
  margin: 20px 0;
  padding: 15px 20px;
  font-size: 2.2em;
  background: #fff;
  display:inline-block;
  border: 2px solid #aeadb2;
}

.stress3-2{
  font-weight: bold;
  color: #333;
  margin: 20px 0;
  padding: 15px 20px;
  font-size: 2.2em;
  background: #fff;
  border: 2px solid #aeadb2;
}

.stress3-2 span{
  font-size: 0.6em;
}

.stress3-3{
  font-weight: bold;
  color: #f9951b;
  margin: 20px 0;
  padding: 15px 20px;
  font-size: 2.2em;
  background: #fff;
  display:inline-block;
  border: 2px solid #f9951b;
}

.stress4{
  font-weight: bold;
  color: #fff;
  margin: 15px 0;
  padding: 15px;
  font-size: 2.2em;
  background: #13619e;
}

.stress5{
  font-weight: bold;
  color: #fff;
  margin: 15px 0;
  padding: 25px 15px 15px 15px;
  font-size: 1.8em;
  background: #333;
}

.stress6{
  font-weight: bold;
  color: #fff;
  margin: 15px 0;
  padding: 25px 15px 15px 15px;
  font-size: 1.8em;
  background: #333;
}

.stress7{
  font-weight: bold;
  color: #fff;
  margin: 20px 0;
  padding: 15px;
  font-size: 3.2em;
  background: #f9951b;
}


.stress5 p{
  line-height: 1.3;
}


.l-box{
  width: 40%;
  padding: 5px 10px 10px 10px;
}

.l-box2{
  width: 40%;
}

.l-box2{
  width: 30%;
}

.r-box{
  width: 60%;
  font-weight: normal;
  font-size: 1.1em;
  padding: 15px;
}

.r-box2{
  background: #fff;
  width: 60%;
  font-weight: normal;
  font-size: 1.1em;
  padding: 15px;
}

.r-box3{
  background: #fff;
  width: 70%;
  font-weight: normal;
  font-size: 1.3em;
  color: #333;
  padding: 15px;
}


.r-box h4{
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px 0;
  border: 3px solid #f372ab;
  padding: 5px 0;
  color: #f372ab;
}

.r-box p.ex{
  font-weight: bold;
}

.price-box{
  width: 100%;
  position: relative;
  color: #444;
  min-height: 360px;
}

.price-box .monthly-price{
  font-size: 5.2em;
  font-weight: bold;
}

.price-box .monthly-price span{
  font-size: 0.5em;
}

.price-box .campaign-title{
  font-size: 4.0em;
  font-weight: bold;
  line-height: 1.1;
}

.campaign-opt01{
  background: #2178bd;
  padding:15px;
  color: #fff;
}

.campaign-opt02{
  background: #ea5413;
  padding:15px;
  color: #fff;
}

.campaign-opt03{
  background: #f39800;
  padding:15px;
  color: #fff;
}

.price-box .campaign-tex{
  margin: 35px 0;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.1;
}

.price-box .campaign-tex2{
  margin: 0 0 25px 0;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.1;
}

.price-box .campaign-tex3{
  margin: 0 0 25px 0;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1;
}

.price-box .campaign-tex span, .price-box .campaign-tex2 span{
  color: #ff0000;
}


.price-box .campaign-price{
  font-size: 6.3em;
  font-weight: bold;
  line-height: 1.1;
}

.price-box .price{
  font-size: 5.0em;
  font-weight: bold;
  line-height: 1.1;
}

.price span{
  font-size: 0.6em;
}

.price-box .campaign-price span{
  font-size: 0.5em;
}

.tex-linethrough {
  text-decoration: line-through;
  text-decoration-thickness: 7px;
  text-decoration-color: #ff0000;
}

.tex-lineunder {
  text-decoration: underline 7px;
}

.tex-lineunder2 {
  text-decoration: underline 3px;
}

.price-box .campaign-title span{
  font-size: 0.5em;
}

.price-box .tax{
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  right: 15%;
  top: 32%;
}

.price-box .charge{
  font-size: 2.8em;
  font-weight: bold;
  z-index: 2;
  position: relative;
  text-decoration: underline 5px;
}

.price-box .point{
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  right: 15%;
  bottom: 0%;
}

.price-box .sub-img{
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 1;
}

.price-opt01, .price-opt02{
  text-align: center;
  font-weight: bold;
  font-size: 2.8em;
}

p.price-opt01{
  line-height: 1.2;
}

.voice{
  background: #feeed5;
  padding: 20px 15px;
  margin-bottom: 15px;
  border: 5px solid #393534;
  border-radius: 22px;
  font-size: 1.1em;
  min-height: 270px;

}

.name {
  text-align: right !important;
  font-weight: bold;
  margin-top: 10px;
}

.p-box{
  background: #fff;
  min-height: 220px;
  margin-bottom: 5px;
  border:1px solid #2178bd;
}


.campaign{
  padding: 50px 50px;
  border: 8px solid #2178bd;
  background: #FFD700;
}





/* 料金表 */

/* エリア */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #444;
  text-align: left;
  caption-side: top;
  font-size: 1.1em;
  font-weight: bold;
}

table.difference {
  width: 100%;
  border: #c7c7c7 solid 2px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin: 30px auto 30px auto;
  padding: 0;
  background: #fff;
  border: 2px solid #aeadb2;
}

table.difference thead th {
  background: #f372ab;
  color: #fff;
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px 10px;
  border-left: 2px solid #fff;
}

table.difference tbody th {
  background: #E4E4E4;
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px 10px;
  border-right: 2px solid #aeadb2;
  border-bottom: 2px solid #aeadb2;
}

table.difference tbody td {
  border-right: 2px solid #aeadb2;
  border-bottom: 2px solid #aeadb2;
  padding: 15px 10px;
}

table.difference tbody td.table-opt1 {
  background: #ffc888;
}



table.detail1{
  margin:0px 0 30px 0;
  width:100%;
  border: 2px solid #aeadb2;
  color: #333;
  background: #fff;
}

table.detail1 tr{
  border-bottom: 2px solid #aeadb2;
}

table.detail1 tr:first-child{
  border-top: 2px solid #aeadb2;
}

table.detail1 th{
  border-right: 2px solid #aeadb2;
  padding:15px;
  width: 28%;
}

table.detail1 td{
  padding:10px;
  width: 72%;
  font-weight: bold;
}


table.detail2{
  margin:0px 0 30px 0;
  width:100%;
  border: 2px solid #aeadb2;
  color: #333;
  background: #fff;
}

table.detail2 tr{
  border-bottom: 2px solid #aeadb2;
}

table.detail2 tr:first-child{
  border-top: 2px solid #aeadb2;
}

table.detail2 th{
  border-right: 2px solid #aeadb2;
  padding:15px;
  width: 20%;
  text-align: center;
  font-size: 1.2em;
}

table.detail2 th span, table.detail2 td span{
  font-size: 0.8em;
}

table.detail2 td{
  border-right: 2px solid #aeadb2;
  padding:10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

table.detail2 td.blue{
  background: #00adef;
  color: #fff;
  border-right: 2px solid #fff;
}

table.detail2 td.blue:last-child{
  border-right: 2px solid #aeadb2;
}

table.detail2 tr.report{
  border: #fff 2px solid;;
}

table.detail2 tr.report th, table.detail2 tr.report td{
  border: none;
  font-size: 1.4em;
}



table.point-table{
  margin:0px 0 30px 0;
  width:100%;
  border: 2px solid #aeadb2;
  color: #333;
  background: #fff;
}

table.point-table tr{
  border-bottom: 2px solid #aeadb2;
}

table.point-table tr:first-child{
  border-top: 2px solid #aeadb2;
}

table.point-table th{
  border-right: 2px solid #aeadb2;
  padding:15px;
  width: 20%;
  text-align: center;
  font-size: 1.2em;
}

table.point-table td{
  border-right: 2px solid #aeadb2;
  padding:10px;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

table.point-table th span, table.point-table td span{
  font-size: 0.8em;
}


table.area{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin:10px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.6);
  width:100%;
}

table.area tr{
  border-bottom: 1px solid #aeadb2;
}

table.area tr:first-child{
  border-top: 1px solid #aeadb2;
}

table.area th{
  padding:15px;
  width: 28%;
}

table.area td{
  padding:10px;
  width: 72%;
}


/*概要*/
table.profile{
  margin-bottom:30px;
  background:#fff;
  width:100%;
  border: 1px solid #aeadb2;

}

table.profile tr{
  border-bottom: 1px solid #aeadb2;
}

table.profile tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

table.profile tr:first-child{
  border-top: 1px solid #aeadb2;
}

table.profile th{
  padding:15px;
  width: 28%;
}

table.profile td{
  padding:10px;
  width: 72%;
}



ul.rule01{
  margin-top: 15px;
  margin-bottom: 28px;
  margin-left: 25px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { 
  display: block !important; 
}
.sp { 
  display: none !important; 
}

/*背景設定 */

.wrapper-intro{
  position: relative;
  background: #f6f5ea;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: top 25% right 0%;
  overflow: hidden;
}

.wrap-inner01{
  padding: 150px 0;
}

.back01{
  position: absolute;
  bottom:32%;
  right: 22%;
  width: 23%;
}

.back02{
  position: absolute;
  bottom: 1%;
  left: 5%;
  width: 29%;
  z-index: 0;
}

.back03{
  position: absolute;
  bottom: 0%;
  left: 12%;
  width: 27%;
}

.back04{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 27%;
}

.back05{
  position: absolute;
  bottom: 0%;
  right: 14%;
  width: 27%;
}

.back06{
  position: absolute;
  top: 12%;
  left: 32%;
  width: 10%;
}

.deco01{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top:3%;
  left:0%;
  color: #555;
  font-size:8.8em;
  font-weight: bold;
  transform: rotate(-12deg);
  text-shadow: 1px 1px 8px #333;
}


.deco-opt01{
  color: #bbb;
  font-size:8.8em;
  font-weight: bold;
  transform: rotate(-12deg);
  text-shadow: none;
}

.deco02{
  position: absolute;
  bottom:2%;
  right: 2%;
  color: #777;
  font-size:8.0em;
  font-weight: bold;
  transform: rotate(-9deg);
  z-index: 0;
  text-shadow: 1px 1px 8px #333;
  font-family: 'Sansita Swashed', cursive;
}

.deco03{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top: 10%;
  right:7%;
  color: #bbb;
  font-size: 9.2em;
  font-weight: bold;
  transform: rotate(-10deg);
}

.deco04{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top: 5%;
  right:10%;
  color: #bbb;
  font-size: 9.2em;
  font-weight: bold;
  line-height: 0.9;
  transform: rotate(-7deg);
}

.deco05{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top: 1%;
  right:7%;
  color: #bbb;
  font-size: 9.2em;
  font-weight: bold;
  line-height: 0.9;
  transform: rotate(7deg);
}

.deco06{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #777;
  font-size: 8.2em;
  font-weight: bold;
  transform: rotate(-4deg);
  line-height: 1.0;
}

.deco07{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top:3%;
  left:3%;
  color: #888;
  font-size:8.8em;
  font-weight: bold;
  transform: rotate(-12deg);
  text-shadow: 1px 1px 8px #333;
}

.deco08{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top: 0%;
  right:7%;
  color: #bbb;
  font-size: 9.0em;
  font-weight: bold;
  line-height: 0.9;
  transform: rotate(-5deg);
}

.deco09{
  position: absolute;
  bottom:0%;
  right: 0%;
  font-weight: bold;
  transform: rotate(0deg);
  z-index: 0;
}

.deco10{
  position: absolute;
  bottom:-5%;
  right: 0%;
  font-weight: bold;
  transform: rotate(0deg);
  z-index: 0;
  width: 35%;
}

.deco11{
  font-family: 'Sansita Swashed', cursive;
  position: absolute;
  top:3%;
  left:5%;
  color: #bbb;
  font-size: 7.8em;
  font-weight: bold;
  transform: rotate(-5deg);
  line-height: 1.0;
}


.wrapper-a{
  background: #fff;
  padding: 80px 0;
}

.wrapper-b{
  background: #333;
  padding: 40px 0;
}

.wrapper-c{
  background: #E4E4E4;
  padding: 80px 0;
}

.wrapper-d{
  background: #fff;
  padding: 80px 0 0px 0px;
}


.wrapper01{
  background: #fff;
  padding: 80px 0 120px 0;
  position: relative;
}


.wrapper02{
  padding: 80px 0;
  position: relative;
  background: #222;
}

.wrapper02::after {
  border: 50px solid transparent;
  border-top-color: transparent;
  border-bottom-width: 50px;
  border-top-color: #222;
  border-bottom-width: 0;
  bottom: -49px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -50px;
  z-index: 20;
}

.wrapper03{
  background: #E4E4E4;
  padding: 120px 0 50px 0;
  position: relative;
}

.wrapper030{
  background: #E4E4E4;
  padding: 120px 0 50px 0;
  position: relative;
}


.wrapper03::after {
  border: 50px solid transparent;
  border-top-color: transparent;
  border-bottom-width: 50px;
  border-top-color: #E4E4E4;
  border-bottom-width: 0;
  bottom: -49px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -50px;
  z-index: 20;
}

.wrapper04{
  background: #471023;
  padding: 60px 0;
  position: relative;
  color: #fff;
}

.wrapper04::after {
  border: 50px solid transparent;
  border-top-color: transparent;
  border-bottom-width: 50px;
  border-top-color: #471023;
  border-bottom-width: 0;
  bottom: -49px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -50px;
  z-index: 20;
}

.wrapper05{
  padding: 120px 0 50px 0;
  position: relative;
  background: #333;
}

.wrapper06{
  background: #f6f5ea;
  padding: 80px 0;
  position: relative;
}


.wrapper-img01{
  background-repeat: no-repeat;
  background-position: bottom 18% right -20%;
}

.wrapper-opt1{
  padding-top:80px;
}

.wrapper-opt2{
  background-position: bottom -10% right -20%!important;
}

.wrapper-opt3{
  padding-top: 80px;
  padding-bottom: 80px;
}


.wrapper1{
  background: #f8f8f8;
  padding: 60px 0;
}

.wrapper3{
  background: #97cfea;
  padding: 60px 0;
  position: relative;
}

.wrapper3::after {
  border: 50px solid transparent;
  border-top-color: transparent;
  border-bottom-width: 50px;
  border-top-color: #97cfea;
  border-bottom-width: 0;
  bottom: -49px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -50px;
  z-index: 20;
}

.wrapper4{
  background: url(../img/wafu-texture3.webp) no-repeat;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* 背景カラーオプション */


/* リスト */
ol.intro-list1{
  list-style: none;
  padding-left: 0;
}

ol.intro-list1 > li {
  counter-increment: count-ex01-2;
  position: relative;
  padding: 20px 30px 20px 160px;
  background: #fff;
  font-size: 1.5em;
  margin: 45px 0;
  box-shadow: 10px 10px 0px 0px #333;
  z-index: 3;
}
ol.intro-list1 > li:before {
  position: absolute;
  content:  "0"counter(count-ex01-2);
  display: inline-block;
  font-family: 'Scheherazade', serif;
  font-size: 5.5em;
  font-weight: bold;
  color: #aeadb2;
  -webkit-text-stroke: 4px #777;
  text-stroke: 4px #777;
  left: 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}




/* フロー */
ul.flow {
  padding: 0;
  color: #111;
}
.flow li {
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.flow dd {
  margin-left: 0;
  width: 80%;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 2;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: rgba(255, 255, 255, 0.8);
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background: #38ab38;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}


/* チェックリスト設定 */
ul.check-list {
  list-style: none;
  padding: 0;
  margin-left: 80px;
  margin-bottom: 220px;
  padding: 15px 20px;
  position: relative;
  z-index:10;
}
 
ul.check-list li {
  position: relative;
  padding-top: 0.2em;/*アイコン分のスペース*/
  padding-left: 1.8em;/*アイコン分のスペース*/
  line-height: 0.9;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 35px;
}

ul.check-list li span{
  font-weight: bold;
  color:#ff0000;
  font-size: 1.3em;
}

ul.check-list li:before {
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:1.1em;
  height:1.1em;
  background:url(../img/leaf-icon.png) no-repeat;
  background-size:contain;
  padding-top: 10px;
}



/* Q&A */
.qa-list {
  background: #E4E4E4;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #333;
}
.qa-list dl:first-child {
  border-top: 1px solid #333;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 3px solid #ea5312;
  border-right: 3px solid #ea5312;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 1.3em;
}
.qa-list dl dt::before {
  font-size: 1.1em;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #ea5312;
}
.qa-list dl dd::before {
  font-size: 1.3em;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3033a2;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

/*トップ新着情報・お知らせ設定*/
ul.info, ul{
  margin:0;
  padding:0;
}

ul.info a{
  text-decoration: none;
}

ul.info li{
  margin: 10px 0;
  border-bottom: 1px solid #004ea2;
  position: relative;
  padding: 10px 10px 10px 0em;
  color:#333;
}

.news-date{
  width: 100px;
}
.news-cat{
  width: 100px;
}

.news-cat span{
  border: 1px solid #fff;
  background: #004ea2;
  width: 130px;
  display: block;
  text-align:center;
  color: #fff;
}

.news-subject{
  width:100%;
  text-decoration: none;
}

.news-list{
  width:100%;
  text-decoration: none;
  position: relative;
  padding: 10px 35px 10px 2em;
  color:#333;
  font-weight: bold;
}

.link a:hover{
  text-decoration: none;
}

.news-list:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  right: 10px;
  width: 0.8em;
  height: 0.8em;
  border-top: #566373 2px solid;
  border-right: #566373 2px solid;
  transform: rotate(45deg);
}


/* 新着情報ページ設定 */
.info-list li{
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(0,0,0,.1);
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 18px;
  list-style-type: none;
}

.info-list2 li{
  background: rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 18px;
}

.info-list2 li:first-child{
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 30px;
}

.info-list a{
  text-decoration: underline;
  color: #073276;
}

.info-l{
  width: 30%;
  margin-right:10px;
}

.info-r{
  width: 70%;
  margin-left:10px;
}

.info-r h3{
  font-size: 1.4em;
}

/* リンクボタン設定 */
a.link-button {
  width: 50%;
  border: 1px solid #004ea2;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  color:#004ea2;
}

.button-area a {
  transition: all 300ms linear;
  text-decoration: none;
}

.button-area a:hover {
  color: #fff;
  background-color: #004ea2;
}


.blog-date2{
  width: 100px;
  border: 1px solid;
  text-align:center;
}

.blog-cat2{
  width: 170px;
  margin-left: 10px;
}

.blog-cat2 span{
  background: #97cfea;
  border: 1px solid #97cfea;
  display: block;
  text-align:center;
}

.blog-cat2 span a{
  color:#fff;
  text-decoration: none;
}

/* サイドフッタータイトル */
.aside-title {
  position: relative;
  padding: 0.5rem .5rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5px 0 10px 0;
  background: #97cfea;
  color: #fff;
  text-align: center;
}

.aside-info-list {
  list-style-type: none;
  margin-bottom: 30px;
  padding:5px 0;
}

.aside-info-list li{
  padding: 5px 0 5px 10px;
  border-bottom: 1px dashed #888;
  font-size: 1.1em;
}

.aside-info-list li > a{
  width: 100%;
  color: #286aab;
}


/* 新着情報個別ページ共通設定 */
.post-content{
  margin: 15px 0 30px 0;
}

/* ペイジャー設定 */
.pager{
  text-align:center;
  margin: 15px 0 20px 0;
}

a.page-numbers,
.pager .current{
  background: #fff;
  border:solid 1px #286aab;
  border-radius:50%;
  padding:7px 7px;
  margin:0 2px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.pager .current{
  background: #286aab;
  color:rgba(255,255,255,1);
  font-weight:bold;
}

.pager2{
  text-align:center;
  margin: 15px 0 20px 0;
}

.pager2 > a.page-numbers,
.pager2 > .current{
  background: #fff;
  border:solid 1px #97cfea;
  border-radius:50%;
  padding:7px 7px;
  margin:0 2px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.pager2 .current{
  background: #97cfea;
  color:rgba(255,255,255,1);
  font-weight:bold;
}


/* マージンの設定 */
.tmgn{
  margin-top:10px;
}

.tmgn1{
  margin-top:20px;
}

.tmgn2{
  margin-top:30px;
}

.tmgn3{
  margin-top:50px;
}

.tmgn4{
  margin-top:90px;
}

.bmgn1{
  margin-bottom:20px;
}

.bmgn2{
  margin-bottom:30px;
}

.bmgn3{
  margin-bottom:50px;
}

.bmgn4{
  margin-bottom:80px;
}

.bmgn5{
  margin-bottom:100px;
}

.bmgn6{
  margin-bottom:120px;
}

.bmgn7{
  margin-bottom:180px;
}


.tbmgn1{
  margin-top: 15px;
  margin-bottom: 15px;
}

.tbmgn2{
  margin-top: 20px;
  margin-bottom: 20px;
}

.tbmgn3{
  margin-top: 30px;
  margin-bottom: 30px;
}


.tbmgn5{
  margin-top: 50px;
  margin-bottom: 50px;
}

.opt-mgn1{
  margin-top: 0;
}

.opt-mgn4{
  margin-top: 30px;
}


.opt-mgn5{
  margin-top: 80px;
}



.imgn, .imgn1{
  margin-bottom:0;
}


hr.b-opt1{
  border-bottom: 2px solid #fff;
}

/* ガター幅調整 */
.gutter > [class*='col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutter {
  margin-left: -2px;
  margin-right: -2px;
}

.gutter0 > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter0 {
  margin-left: -0px;
  margin-right: -0px;
}

.gutter1 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter1 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter2 > [class*='col-'] {
  padding-right: 7px;
  padding-left: 7px;
}

.gutter2 {
  margin-left: -7px;
  margin-right: -7px;
}


.arrow{
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #E4E4E4;
  text-decoration: none;
}


.arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 60px;
  border-color: transparent transparent transparent #E4E4E4;
  position: absolute;
  transform: rotate(90deg);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.arrow-opt01::before {
  border-color: transparent transparent transparent #ff0000;
}



.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 5.5em;
  font-weight: bold;
}



/* フッター */
footer{
  font-weight: normal;
  position: relative;
  color: #fff;
}


.floatingmenu {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: -150px;
  z-index: 40;
  padding: 0px auto;
  color: #fff;
  font-weight: bold;
  background: #30583b;
}

.floating-logo{
  width: 25%;
  height: auto;
  padding: 25px 0 15px 0;
}

.floating-tel{
  width: 50%;
  margin: 0;
  font-size: 3.0em;
  line-height: 0.1;
  padding: 10px 0;
  text-align: center;
}

.floating-tel a{
  color: #fff;
}


.floating-tel span{
  font-size: 0.3em;
}

.floating-mail{
  padding: 10px 0;
  width: 50%;
  margin: 0;
  text-align: center;
  font-size: 2.8em;
  line-height: 0.5;
}

.floating-mail span{
  font-size: 0.5em;
}

.floating-mail a{
  text-decoration: none;
  color: #fff;
}






/* フッターの背景色を設定 */
.f-wrapper{
  padding: 10px 0 120px 0;
  background: #30583b;
}

.b-info {
  padding: 18px 0;
}

.b-address {
  width: 60%;
  font-size: 1.3em;
  text-align: center;
}

.b-logo {
  width: 40%;
}

.b-address p{
  line-height: 1.4;
}

.b-address p span{
  font-size: 2.2em;
}

.b-address p.tel a{
  color: #ff0000;
  font-weight: bold;
  font-size:2.8em;
  text-decoration: none;
}



/* ページトップボタン */
/* Top Return Button */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: -80px;
  z-index: 501;
}

.pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #30583b;
  text-align: center;
  color: #fff;
  font-size: 35px;
  text-decoration: none;
  line-height: 60px;
  opacity: 0.8;
  overflow: hidden;
  outline: none;
}

.pagetop a::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: '\f106';
  font-size: 1.1em;
  color: #30583b;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.pagetop a:link,
.pagetop a:visited,
.pagetop a:active,
.pagetop a:hover {
  overflow: hidden;
  outline: none;
}


/*　クラスを指定した画像のみポインターを設定する */
.hpointer{
  cursor: pointer;
  cursor: hand;
}


/* data-delighter2 アニメーションスタイル設定 */
.delighter.move .move1 {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }
.delighter.move .move2 {
  -webkit-transition: all 0.8s ease-out .5s;
  transition: all 0.8s ease-out .5s;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }
.delighter.move .move3 {
  -webkit-transition: all 0.8s ease-out .9s;
  transition: all 0.8s ease-out .9s;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }
.delighter.move .move4 {
  -webkit-transition: all 0.8s ease-out 1.3s;
  transition: all 0.8s ease-out 1.2s;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }
.delighter.move .move5 {
  -webkit-transition: all 0.8s ease-out 1.7s;
  transition: all 0.8s ease-out 1.7s;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }
.delighter.move .move6 {
  -webkit-transition: all 0.8s ease-out 2.1s;
  transition: all 0.8s ease-out 2.1s;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }
.delighter.move .move7 {
  -webkit-transition: all 0.8s ease-out 2.5s;
  transition: all 0.8s ease-out 2.5s;
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
  visibility: hidden;
  overflow-y: hidden;
  opacity: 0; }


/* スタート時のスタイル */
.delighter.move.started .move1, .delighter.move.started .move2, .delighter.move.started .move3, .delighter.move.started .move4, 
.delighter.move.started .move5, .delighter.move.started .move6, .delighter.move.started .move7{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible; }



.baner01{
  padding: 15px 0;
  background:#ff0000;
  margin-bottom: 40px;
  color: #fff;
}

.baner-tel{
  font-size: 4.2em;
  font-weight: bold;
}

.baner-tel span{
  border-bottom: 5px solid #fff;
}

.baner-info{
  font-size: 2.0em;
  font-weight: bold;
}

.baner-tel a{
  color: #fff;
}





/* コンタクトフォーム設定 */
span.wpcf7-list-item{
  margin: 0 0 0 0 !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}

.table-striped tbody tr:nth-of-type(2n) {
  background-color:rgba(255,255,255,0.8);
}

.table-contactform7{
  overflow: hidden;
  table-layout: fixed;
  margin-bottom:20px;
}

.required-contactform7{
  padding: 5px;
  background: #ff0000;
  color: #fff;
  border-radius: 0px;
  margin-right: 3px;
  margin-left: 3px;
}

.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 0px;
  margin-right: 3px;
}

.table-contactform7 th{
  font-weight:bold;
  font-size: 0.9em;
  margin:20px;
  width: 25%;
}

.table-contactform7 td{
  padding-right: 20px;
}

.table-contactform7 input,
.table-contactform7 textarea,
.table-contactform7 select{
  max-width: 100% !important;
  margin: 10px 10px 10px 5px;
  padding:5px;
}

.wpcf7 .ajax-loader {
  display: block!important;
  margin: 10px auto!important;
}

.table-contactform7 input, .table-contactform7 textarea, .table-contactform7 select {
  max-width: 100% !important;
  margin: 10px 0px 10px 5px;
}

.wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 10px auto !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}


#num{
  width: 50%;
}

.numm1 {
  width: 22%;
}

.address-100 input{
 width: 100% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  padding: 5px 15px 10px 5px;
}


.wpcf7-list-item-label{
  font-weight: normal;
}

.send-button{
  margin-bottom: 50px;
  font-weight: bold;
}

.btn-success ,.btn-success:hover {
  color: #fff;
  background-color: #30583b;
  border-color: #30583b;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 7rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: bold;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes moving{
  0%{bottom:9%;}
  50%{bottom:5%;}
 100%{bottom:9%;}
}

@keyframes fadein01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media(min-width:768px) {

  body{
    font-size: 17px;
  }

  .logo img {
    width: 420px;
    margin: 0px 15px 0 0px;
    display: inline-block;
  }


  .ten-gutter > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
  }

  .ten-gutter {
    margin-left: -8px;
    margin-right: -8px;
  }

  .copy{
    font-size:22px;
  }

}

@media(max-width:767px) {

  h1{
    width: 100%;
    margin:0;
    padding:0;
  }

  h2{
    font-size: 1.1em;
    padding: 8px 0px;
  }

  h2.page-title {
    bottom: 15%;
  }

  h3{
    font-size: 1.40rem;
  }

  h3.course-title1{
    font-size: 1.1em;
  }

  h3.card-title {
    font-size: 1.0em;
}

  h3.sub-title1 {
    font-size: 1.0em;
  }

  h3.post-title{
    font-size: 1.0em;
    margin: 25px 0 15px 0;
  }

  .inner-box1 h4 {
    font-size: 1.0em;
    margin: 15px 0;
  }

  .p-cat1 {
    padding: 10px;
    background: #fff;
    color: #073276;
    font-weight: bold;
    border-radius: 12px;
    min-width: 180px;
    display: inline-block;
    border: 4px solid #073276;
  }


  .logo img {
  }

  .head-exp{
    font-size: 0.7em;
    margin-bottom: 0.3rem;
  }

  .inner-content .blog, .inner-content .tel,.inner-content .contact{
    display: none!important;
  }

  .inner-content .insta{
    width: 40px;
    margin-left: 15px;
  }

  .main-title, .main-title1, .main-title3, .main-title4{
    font-size: 1.6em;
  }

  .main-title2 {
    font-size: 1.6em;
  }

  .pc { 
    display: none !important; 
  }
  .sp { 
    display: block !important; 
  }

  .bread-back1 {
    font-size: 0.7em;
  }

  ul.icatch li .slide-text, ul.icatch li .slide-text2{
  width: 100%;
  top:40%;
  left:0;
  text-align: center;
  }

  /* スライドテキスト設定 */
  .slide-title{
    font-size: 2.5em;
  }

  .slide-title {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 35px;
    text-shadow: 2px 2px 0 #FFF000, -2px -2px 0 #FFF000, -2px 2px 0 #FFF000, 2px -2px 0 #FFF000, 0 2px 0 #FFF000, 0 -2px 0 #FFF000, -2px 0 0 #FFF000, 2px 0 0 #FFF000;
  }

  .slide-title-opt1{
    font-size: 2.2em;
  }

  .slide-text p, .slide-text2 p{
    font-size: 1.1em;
    margin-top:20px;
  }

  .slide-text p, .slide-text2 p{
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF000, 
    -1px -1px 0 #FFF000,
    -1px 1px 0 #FFF000,
    1px -1px 0 #FFF000,
    0 1px 0 #FFF000,
    0 -1px 0 #FFF000,
    -1px 0 0 #FFF000,
    1px 0 0 #FFF000;
    line-height: 1.2;
  }

  .sub-tiitle {
    font-size: 1.0em;
  }

  .blog-intro .title-posi{
    top: 25%;
    left: 5%;
  }

  .blog-intro .title{
    font-size: 2.0em;
    font-weight: 900;
    color: #222;
  }


  .pcmob-disp1{
    text-align: left;
  }

  .pcmob-disp3{
    text-align:center;
  }

/* イントロボックス設定 */


  .tex-box1 h3{
    font-size: 1.2em;
  }

  .tex-box1 p{
    margin: 18px 0;
    line-height: 1.2;
  }

  /* 料金表 */
  .price dl{
    font-size: 1.0em;
  }

  /* 手順 */
  .flow > li dl {
    padding: 10px 15px;
    display: block;
  }

  .flow > li dl dt {
    font-size: 15px;
    width: 100%;
  }

  .flow dd {
  text-align: left;
  width: 100%;
  }


  /* 新着情報 */
  .info-l{
    width: 100%;
    margin-right:0px;
  }
  
  .info-r{
    width: 100%;
    margin-left:0px;
  }
  
  .info-r h3{
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-date2{
    padding: 3px 0;
    font-size: 0.8em;
    width: 50%;
  }

  .blog-cat2{
    padding: 3px 0;
    font-size: 0.8em;
    width: 50%;
    background: #97cfea;
  }

  /* Q&A */
  .qa-list dl {
    padding: 20px 50px 20px 15px;
  }

  .qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 20px;
  }

  .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    font-weight: bold;
    font-size: 1.0em;
  }

  .qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 30px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 0.9em;
  }

  /* contact form7 */
  span.wpcf7-list-item{
    display: block;
    width: 100%;
  }



  .table-contactform7{
    display:block;
  }

  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border-bottom: 1px solid #dee2e6;
  }
  .table-contactform7 td{
    display: list-item;
    list-style-type:none;
    width: 100%;
    border-top: none !important;
  }

  footer{
    padding-bottom: 120px;
  }

  .fl-box{
    width: 75%;
  }

  .fr-box{
    width: 25%;
  }

  .floatingmenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 30;
    padding: 0 auto;
    color: #fff;
    font-weight: bold;
  }

  .floating-logo{
    width: 60%;
    margin: 0 auto;
    height: auto;
    padding: 25px 0 15px 0;
    display: block;
  }


  .floating-tel{
    width: 50%;
    text-align: center;
    font-size: 1.2em;
    line-height: 0.9;
  }

  .floating-tel span{
    font-size: 0.7em;
  }

  .floating-mail{
    padding: 15px 0 15px 0;
    width: 50%;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.0;
  }

  .floating-mail span{
    font-size: 0.8em;
  }


  /* ページトップボタン */
  .pagetop {
    bottom: 90px;
  }

  .pagetop a {
    width: 50px;
    height: 50px;
  }
  
  .pagetop a::before{
    font-size: 28px;
  }
}

@media(min-width:993px) {

}


@media(max-width:992px) {

  .img-opt1{
    padding: 0 45px;
    margin-bottom: 25px;
  }

  .img-opt2{
    padding: 0 45px;
  }

  .img-opt01{
    width: 80%;
  }

  .img-opt02{
    padding: 45px;
  }


  .site-title {
    position: absolute;
    top: 8%;
    left: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
  }

  .site-title-opt{
    top: 18%;
  }

  h4{
    font-size:1.3em;
  }

  .wrapper02 {
    padding: 40px 0;
    position: relative;
    background: #222;
  }



  .title-block{
    color: #fff;
    position: absolute;
    margin: auto;
    z-index: 4;
    width: 100%;
    font-size: 1.0em;
    text-shadow: 1px 1px 8px #333;
    padding: 0px 15px;
    z-index: 10;
  }

  .title-block .point{
    width: 25%;
    font-size: 3.2em;
  }

  .title-block .point02{
    width: 25%;
    font-size: 3.2em;
    text-align: center;
  }
  
  .title-block h2{
    color: #fff;
    font-size: 2.0em;
    text-shadow: 1px 1px 8px #333;
  }

  .title-block h2 span {
    font-size: 1.4em;
    color: #ff0000;
  }

  .title-block h2.ti02{
    color: #fff;
    width: 75%;
    font-size: 1.6em;
    text-shadow: 1px 1px 8px #333;
    text-align: left;
  }

  .tex-block{
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
    font-size: 1.1em;
  }

  . {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
  }





  .intro-sub01 {
    font-size: 2.4em;
    top: 22%;
    line-height: 0.9;
  }
  
  .intro-title2 {
    font-size: 2.0em;
    font-weight: normal;
    color: #fff;
    top: 38%;
    z-index: 4;
    line-height:1.0;
  }
  
  .intro-title3 {
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    top: 60%;
    line-height:1.0;
  }

  .point01{
    padding: 15px 15px;
  }

  .point-uni{
    padding: 15px 10px;
  }

  .p-img01{
    width: 15%;
    margin-right: 10px;
  }
  
  .p-tex01{
    width: 100%;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
  }

  .p-tex02{
    width: 85%;
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: bold;
  }

  .title-opt1{
    margin-left: 0px; 
    margin-right: 0px; 
  }

  .sec-title1 {
    font-size: 2.0em;
  }

  .sec-title01{
    font-size: 1.4em;
  }
  
  .sec-title01 span{
    font-size: 1.3em;
    color: #ff0000;
  }

    .sec-title02{
    font-size: 1.55em;
  }

  .sec-title2 {
    font-size: 1.7em;
  }

  .sec-title3, .sec-title5 {
    font-size: 1.5em;
  }

  .sec-title4 {
    font-size: 1.3em;
  }

  .baner-tel {
    font-size: 2.3em;
    font-weight: bold;
  }

  .baner-info {
    font-size: 1.4em;
  }


  .back01{
    position: absolute;
    bottom:25%;
    right: 5%;
    width: 35%;
  }

  .back02 {
    position: absolute;
    bottom: 80%;
    left:0;
    right:0;
    margin:0 auto;
    width: 50%;
  }

  .back03{
    position: absolute;
    bottom: 0%;
    left: 3%;
    width: 30%;
  }

  .back06{
    position: absolute;
    top: 12%;
    left: 12%;
    width: 16%;
  }





  .differ {
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    padding: 15px;
    font-size: 1.7em;
    text-shadow: 1px 1px 8px #333;
    border: 4px solid #fff;
  }

  .diff-opt1{
    color: #333;
    font-size: 1.9em;
    text-shadow: 1px 1px 8px #fff;
    border: 4px solid #333;
    background: #fff;
  }

  .stress1, .stress7{
    font-size: 1.7em;
  }

  .stress2{
    font-size: 1.7em;
  }

  .stress3, .stress3-2 {
    font-size: 1.5em;
    line-height:1.1;
    width: 100%;
  }

  .stress4 {
    font-size: 1.7em;
  }

  .stress5 {
      font-size: 1.3em;
  }

  .f-size01 {
    font-size: 1.2em;
  }


  .top-intro{
    font-size: 1.2em;
  }


  .l-box, .l-box2{
    width: 100%;
  }

  .r-box, .r-box2{
    width: 100%;
    font-weight: normal;
    font-size: 1.0em;
    padding: 15px 10px;
  }

  .r-box3{
    width: 100%;
    font-weight: normal;
    font-size: 1.3em;
    padding: 15px;
  }

  .service-box h3 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.3;
  }

  .service-box p {
    font-size: 1.2em;
    line-height: 1.3;
    padding: 15px 0px;
  }

  .promise-box h3 {
    font-weight: bold;
    font-size: 1.45em;
    line-height: 1.3;
    padding: 15px 10px;
  }


  .promise-box p {
    font-size: 1.15em;
  }

  .flow-box h3 {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.3;
    padding: 15px 10px;
  }

  .flow-box p {
    font-size: 1.15em;
  }

  .message-box .l-box {
    width: 100%;
    padding: 5px 10px 10px 10px;
  }

  .message-box .r-box {
    width: 100%;
    padding: 5px 10px 10px 10px;
  }

  .message-box h3 {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.3;
  }

  .message-box p {
    font-size: 1.1em;
  }


  .cont-box1 h4 {
    font-weight: bold;
    font-size: 1.7em;
    margin-bottom: 0;
    color: #333;
    padding: 5px;
  }

  .cont-box1 h4::before {
    line-height: 36px;
    margin-left: 0px;
    margin-right: 12px;
    text-align: center;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.0em;
  }

  .cont-box2 h4{
    font-size: 1.7em;
    padding: 10px;
    padding-left: 2em;
  }

  .cont-box2 h4::before{
    counter-increment: number 1;
    content: counter(number) " ";
    background-color: #fff;
    color: #333;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 1.0em;
    position: absolute;
    top: 2%;
    left: 3%;
  }

  .cont-box3 h4{
    font-size: 1.2em;
    color: #333;
    padding-left: 2em;
    margin-left: 15px;
  }

  .cost-box h4 {
    top: 5%;
    font-weight: bold;
    font-size: 1.8em;
  }

  .cost-box .cost-tex {
    position: absolute;
    top: 30%;
    left: 8%;
    margin: auto;
    font-size: 0.8em;
    color: #333;
    z-index: 7;
  }


  /* ポイントボックス */
  .point-box{
    position: relative;
    width: 100%;
    border: 3px solid #333;
    margin-bottom: 25px;
    padding: 10px;
  }
  
  .point-box h3{
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3;
    padding: 10px 0px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration-thickness: 5px;
  }
  
  .point-box h3:before {
    counter-increment: number 1;  /* numberのカウンタを1ずつ増加 */
    content: counter(number) " ";
    background-color: #ff0000;
    color: #fff;
    display: block;
    float: left;
    line-height: 40px;
    margin-left: 0px;
    margin-right: 12px;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.0em;
  }





  .voice {
    font-size: 1.1em;
    min-height: 150px;
  }


  .price-box{
    width: 100%;
    position: relative;
    min-height: 0px;
  }

  .price-box .monthly-price{
    font-size: 2.2em;
    font-weight: bold;
    line-height: 0.5;
    margin-top: 25px;
  }
  
  .price-box .monthly-price span{
    font-size: 0.8em;
  }
  
  .price-box .tax{
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    right: 0;
    top: 0;
  }
  
  .price-box .charge{
    font-size: 1.7em;
    font-weight: bold;
    z-index: 2;
    position: relative;
    right: 0;
    top: 0;
  }
  
  .price-box .point{
    font-size: 1.5em;
    font-weight: bold;
    z-index: 4;
    position: relative;
    right: 0;
    top: 0;
  }
  
  .price-box .sub-img{
    position: relative;
  }

  .vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 3.5em;
    font-weight: bold;
  }

  .price-opt01{
    font-weight: bold;
    font-size: 2.0em;
  }

  .price-opt02{
    font-weight: bold;
    font-size: 1.7em;
  }

  .campaign{
    padding: 15px;
  }

  .price-box .campaign-title{
    font-size: 2.1em;
    font-weight: bold;
    line-height: 1.3;
  }

  .price-box .campaign-title span{
    font-size: 0.5em;
  }

  .campaign-opt01{
    background: #2178bd;
    padding:15px;
    color: #fff;
    letter-spacing : -0.1em;
    line-height: 1.1!important;
  }
  
  .campaign-opt02{
    background: #ea5413;
    padding:15px;
    color: #fff;
  }
  
  .campaign-opt03{
    background: #f39800;
    padding:15px;
    color: #fff;
  }
  
  .price-box .campaign-tex{
    margin: 35px 0;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1;
  }
  
  .price-box .campaign-tex2{
    margin: 0 0 25px 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.1;
  }
  
  .price-box .campaign-tex3{
    margin: 0 0 25px 0;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.1;
  }
  
  .price-box .campaign-tex span{
    color: #ff0000;
  }

  .price-box .price{
    font-size: 2.7em;
    font-weight: bold;
    line-height: 1.1;
  }
  .price span{
    font-size: 0.5em;
  }

  .price-box .campaign-price{
    font-size: 2.9em;
    font-weight: bold;
    line-height: 1.2;
  }

  .price-box .campaign-price span{
    font-size: 0.6em;
  }

  .tex-linethrough {
    text-decoration: line-through;
    text-decoration-thickness: 7px;
    text-decoration-color: #ff0000;
  }
  
  .tex-lineunder {
    text-decoration: none;
  }
  
  .tex-lineunder2 {
    text-decoration: underline 3px;
  }


  ul.check-list {
    margin-bottom: 120px;
    padding: 15px 20px;
  }

  ul.license{
    width:100%;
    padding: 15px;
    background: #fff;
    margin-top: 20px;
  }
  
  ul.license li{
    display: inline-block;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  
  ul.license li::before {
    content: "■";
    font-size: 1.1em;
    vertical-align: middle;
    margin-right:10px;
  }


  ul.check-list{
    margin-left: 0px;
  }

  ul.check-list li {
    font-size: 1.2em;
  }

  /* フッター */
  footer{
    padding: 0;
  }

  .f-wrapper {
    padding: 30px 0 63px 0;
  }

  .b-info {
    padding: 10px 0;
  }

  .b-address {
    width: 100%;
    font-size: 1.1em;
    text-align: center;
  }

  .b-logo {
    width: 100%;
  }

  .b-address p{
    line-height: 1.4;
  }

  .b-address p.tel a{
    font-weight: bold;
    font-size:1.8em;
    text-decoration: none;
  }


  .scroll{
    overflow: auto;
    white-space: nowrap;
  }

  .scroll table{
    width: 100%;
  }

  .scroll::-webkit-scrollbar{ /*tableにスクロールバーを追加*/
   height: 5px;
   margin-bottom: 15px;
  }
  .scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
   background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
   background: #444;
  }


  table.difference {
    margin: 30px auto 15px auto;
  }

  table.detail2{
    margin:0px 0 15px 0;
  }

  .imgn{
    margin-top: 30px;
  }

  .imgn1{
    margin-bottom: 40px;
  }

  .imgn2{
    margin-bottom: 15px;
  }

  .opt-mgn1{
    margin-top: 30px;
  }

  .opt-mgn4{
    margin-top: 20px;
  }

  .opt-mgn5{
    margin-top: 0px;
  }

}

