@charset "utf-8";
/* -------------------- reset */
/* ------------- default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
}
*, *:before, *:after {box-sizing: border-box;}
body {
  background: #fff;
  color: #000;
  font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul,ol {list-style-type: none;}
table {
  border-collapse: collapse; 
  border-spacing: 0;
}

/* -------------------- img */
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.base-h {
  max-height: 100%;
  width: auto;
}

/* -------------------- link */
a {
  text-decoration: none;
  color: #3cc;
}
a:hover {
  text-decoration: none;
  color: #099;
}
.no,
.no:hover {color: inherit;}

/* ------------- clearfix */
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix {zoom: 1;} /*for IE6*/
*:first-child+html .clearfix {zoom: 1;} /*for IE7*/

/* ------------- noscript */
#noscript {
  width: 100%;
  padding: 10px 0;
  background: #D73A2D;
  text-align: center;
  color: #fff;
}

/* -------------------- common */
/* ------------- lib */
.mincho {font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;}
.tpl {font-family: sans-serif;} /* ThreePointLeader */
.spr {letter-spacing: -0.5em;} /* SPaceRemove */
.sprs {letter-spacing: -0.2em;} /* SPaceRemoveShort */
.tpl,
.spr,
.sprs {
  font-weight: inherit;
  color: inherit;
}
.break {
  word-break: break-all;
  word-wrap: break-word;
}
.br-tablet,
.br-sp {display: none;}

/* ------------- fade */
.fade, .fade-img {  
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}  
.fade-img:hover {  
  opacity: 0.6;  
  filter: alpha(opacity=60);
}

/* ------------- link-btn */
.link-btns {
  margin-top: 20px;
  text-align: center;
}
.link-btn {
  display: inline-block;
  margin: 0 5px;
}
.link-btn a,
.link-btn input {
  display: block;
  min-width: 160px;
  padding: 8px;
  background: #7d7d7a;
  border: none;
  border-radius: 2px;
  font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.link-btn a:hover,
.link-btn input:hover {background: #1f4296;}

/* ------------- col */
.col-2,
.col-3,
.col-4 {
  overflow: hidden;
  margin-top: -20px;
}
.col {
  float: left;
  margin: 20px 2% 0 0;
}
.col-r {margin-right: 0;}
.col-2 .col {width: 49%;}
.col-3 .col {width: 32%;}
.col-4 .col {width: 23.5%;}

/* ------------- marked */
.marked {
  position: relative;
  padding-left: 15px;
}
.marked:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------- fixed-bg */
.fixed-bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.pc .fixed-bg {
  background-position: center bottom;
  background-attachment: fixed;
}

/* ------------- inner */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.inner-s {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.inner-ss {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;}

/* -------------------- header */
#header{
  background-color: #F7F7F7;
}
#header a{
  color: #000;
}
#header .catch {
  padding-top: 10px;
}
#header .title {
  margin-top: 40px;
  text-align: center;
  font-size: 35px;
  letter-spacing: 15px;
}
#header .title .en {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 10px;
}
#header .tel {
  margin-top: 20px;
  font-size: 15px;
  text-align: right;
}
#header .tel .num{
  padding-left: 10px;
  font-size: 22px;
}

#header .time{
  padding-bottom: 5px;
  font-size: 15px;
  text-align: right;
}

/* ------------- gnav */
#header .gnav-wrap {
  width: 100%;
  padding-top: 5px;
  background: #000;
}
#header .gnav-wrap.fixed {
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 10px #555;
}
#header .gnav-in {
  border-top: #fff 2px solid;
}
#header .gnav {
  overflow: hidden;
}
#header .gnav li {
  float: left;
  width: 20%;
}
#header .gnav li a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#header .gnav li a:hover {
  color: #A7DD00;
}
#nav-open{
  display: none;
}

#nav-close{
  display: none;
}

/* -------------------- footer */
#footer {
  background: url(../../img/bg-tex-light.jpg);
  text-align: center;
}
#footer .row {
  padding: 20px 0;
}
.ad{
  text-align: center;
  letter-spacing: 2px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
}

.white{
  color: #fff;
}

#footer .row a:hover { 
  color: #fff;
}

#footer .cm {
  font-size: 20px; 
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow:
  white 1px 1px 0px, white -1px 1px 0px,
  white 1px -1px 0px, white -1px -1px 0px;
}
#footer .contact {
  font-size: 16px;
}
#footer .sales {
  margin-top: 10px;
}
#footer .sales li {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 2px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #22ac38;
}

/* ------------- info */
#footer .info {
  background: url(../../img/bg-tex-dark.jpg);
  text-align: center;
}

/* ------------- copyright */
#footer .copyright {
  padding: 5px 0;
  background: #000;
  text-align: center;
  font-size :12px;
  color: #fff;
}

/* ------------- pagetop */
#pagetop {
  display: none; /* js */
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 8;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablet #pagetop,
.sp #pagetop {
  bottom: 16px;
  right: 15px;
}
#pagetop.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
#pagetop a {
  display: block;
  font-size: 40px;
  color: #555;
  opacity: .6;
}
#pagetop a:hover {opacity: 1;}

/* -------------------- side */

/* -------------------- index */
.main-index .main-img {
  width: 100%;
  min-height: 600px;
  background-image: url(../../img/main.jpg);
}
.main-index .desc {
  border-bottom: #ddd 2px solid;
}
.main-index .desc-in {
  padding: 10px;
  color: #22ac38;
}

/* -------- index-row01 */
.index-row01 .catch {
  padding: 40px 0 60px;
  text-align: center;
  font-size: 16px;
  color: #575757;
}
.index-row01 .catch .menu {margin-top: 0;}
.index-row01 .catch .menu .col {
  margin-top: 30px;
}

/* -------- index-bar */
.index-bar {
  padding: 15px 0;
}
.index-bar.gray {
  background: url(../../img/bg-st.jpg);
}
.index-bar.green {
  background: url(../../img/bg-tex.jpg);
}
.index-bar .para {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
}
.index-bar .en {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
}

/* -------- index-row01 */
.index-row02 {
  padding: 40px 0 60px;
  text-align: center;
}

/* ---- title */
.index-row02 .title {
  font-weight: bold;
  font-size: 25px;
}
.index-row02 .title.second {
  margin-top: 40px;
}
.index-row02 .title.green {
  color: #22ac38;
}
.index-row02 .title.pink {
  color: #cc0066;
}
.titlle-in{
  margin: 30px 10px 30px 10px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
}
.green-copy{
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #22ac38;
  letter-spacing: 1px;
}
.orange-copy{
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #FF7F00;
  letter-spacing: 1px;
}
.green{
  color: #DAE440;
}
.pink  {
  padding-top: 5px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #E61673;
}
.pink-l  {
  padding-top: 5px;
  font-size: 25px;
  letter-spacing: 1px;
  color: #E61673;
}
.sm  {
  font-size: 14px;
  letter-spacing: 1px;
  color: #575757;
}
/* ---- cont */
.index-row02 .cont {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 1px;
}
.index-row02 .bg-box {
  display: inline-block;
  padding: 20px 30px;
  background: #ddd;
}
.index-row02 .bg-box .issues {
  display: inline-block;
  margin: -5px 15px 0;
}
.index-row02 .bg-box .issues li {
  margin-top: 8px;
  text-align: left;
  font-size: 15px;
}
.index-row02 .cnt {
  font-size: 16px;
  color: #575757;
}

/* -------------------- profiel */
.profiel-row {
  margin-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  background: url(../../img/bg-st2.jpg);
}
.profiel-row .inner-titlle {
  padding-top: 20px;
  font-size: 28px;
  letter-spacing: 3px;
  color: #A1CA2B;
}
.profiel-row .line-white{
  display: inline-block;
  border: 1px solid white;
  width: 50%;
}
.profiel-row .inner-name {
  padding-top: 15px;
  font-size: 28px;
  letter-spacing: 4px;
  color: #fff;
}
.profiel-row .inner-name .rubi {
  display: block;
  font-size: 13px;
  color: #fff;
}
.profiel-row .content{
  padding-top: 40px;
  text-align: left;
}

.profiel-row .content .coment-pic{
  float: left;
  display: block;
  width: 33%;
}

.coment-box{
  text-align: left;
  background-color: rgba(255,255,255,0.2);
  padding: 25px;
  width: 65%;
  display: block;
  float: right;
  margin-left: 2%;

}
.profiel-row .content .txt{
  text-align: left;
  line-height: 200%; 
  font-size: 15px;
  color: #fff
}
.explain {
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  margin-top: : 10px;
  background: url(../../img/bg-st-green.jpg);
}
.explain .text {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 1px;
}
.prof-con {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.prof-con .cnt {
  font-size: 16px;
  letter-spacing: 1px;
  color: #575757;
}
/* -------------------- flow */

.flow-row {
  margin-top: 10px;
  text-align: center;
}
.flow-row .inner-titlle {
  padding-top: 20px;
  font-size: 28px;
  letter-spacing: 3px;
  color: #000;
}
.flow-row .line-black{
  display: inline-block;
  border: 1px solid black;
  width: 40%;
}
.flow-chart {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
  border: 1px  solid #888;
  text-align: center;
}
.explain-flow {
  padding: 10px;
  background: url(../../img/bg-st-green.jpg);
}
.flow-con {
  text-align: center;
  padding: 25px;
}
.flow-con .cnt  {
  font-size: 16px;
  letter-spacing: 1px;
  color: #575757;
}
.flow-con .bs  {
  padding-top: 5px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #575757;
}
.under{
  text-decoration: underline; 
}
.triangle{
  transform: scale( 1   , 0.5 ); 
  font-size: 40px;
  color:#575757;
}

/* -------------------- price */
.price-row {
  margin-top: 10px;
  text-align: center;
}
 .price-img {
  min-height: 551px;
  background-image: url(../../img/teigei_wide.jpg);
}
 .line-black-l{
  display: inline-block;
  border: 1px solid black;
  width: 60%;
}
.price-in {
  margin-top: 35px;
  margin-bottom: 40px;
}
.price-in .cnt {
  background: url(../../img/bg-st-green.jpg);
  font-size: 17px;
  padding:25px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #3a3a3a;
}
.price-bg1{
  background: url(../../img/bg-st3.jpg);
}
.price-bg2{
 background: url(../../img/bg-st4.jpg);
}
.price-bg1 .price-titlle{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align:left;
  letter-spacing: 2px;
}
.price-bg2 .price-con{
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #15AA1F;
  text-align:left;
  line-height: 35px;
  letter-spacing: 1px;
}
.price-bg2 .price-con2{
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 17px;
  color: #575757;
  text-align:left;
  line-height: 25px;
  letter-spacing: 1px;
}
.price-bg2 .price-con2 .inp{
  font-size: 18px;
  color: #E61673;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 1px;
}
.price-bg2 .price-con .em{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #575757;
  text-align:left;
  line-height: 20px;
}
.price-bg2 .ssbox{
  width: 30%;
  float: left;
}
.price-bg2 .sbox{
  float: right;
  width: 70%;
}
/* -------------------- FAQ   */
.faq-row{
  margin-top: 10px;
  text-align: center;
}
.faq-chart {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  border: 1px  solid #888;
  text-align: center;
}
.faq-chart .explain-faq {
  padding: 10px;
  background: url(../../img/bg-st-orange.jpg);
}
.faq-con {
  margin-left: 30px;
  text-align: left;
  padding: 25px;
}
.faq-con .cnt  {
  font-size: 16px;
  letter-spacing: 1px;
  color: #575757;
}

/* -------------------- contact */
.contact-row{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  color : #555555;
  font-size : 17px;
  line-height : 1.8;
  background : url(../../img/bg-body.jpg) repeat 0 0;
} 
.tn{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}

/* -------------------- thanks */

.thanks-row {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  background : url(../../img/bg-body.jpg) repeat 0 0;
} 
.thanks-row .tks{
  margin: 120px 0px 80px;
  font-size: 23px;
  letter-spacing: 2px;
  color: #575757;
}
.thanks-row .greeting{
  margin-bottom: 80px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #575757;
}




/* -------------------- responsive */
@media screen and (min-width: 1220px) {

}

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

}

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

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

/* -------------------- footer */
#footer .sales{
  display: none;
}
}

@media screen and (max-width: 500px) {
  /* -------------------- header */
#header .title {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 15px;
}
#header .title .en {
  font-size: 13px;
  letter-spacing: 3px;
}
#header .tel {
  font-size: 10px;
}
#header .tel .num{
  padding-left: 10px;
  font-size: 18px;
}
#header .time{
  padding-bottom: 5px;
  font-size: 10px;
}

/* -------------------- Menu */
#gnav-wrap,
#header .gnav-wrap{
  position: absolute;
  top: 0;
  padding-top: 0;
}

#nav-open {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 200;
  margin: 0;
  background: #000;
  display: block;
}
#nav-open a {
  position: absolute;
  top: 8px;
  right: 10px;
}
.gnav-in {
  width: 100%;
  position: absolute;
  top: -240px;
  z-index: 100;
  transition: top 1s;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  text-align: center;
  background:#1a1a1a;
}
.gnav-in:target {
  top: 50px;
}
.gnav-in ul {
  margin: 0;
  padding: 0;
}
#header .gnav li{
  float: none;
  width: 100%;
}
.gnav-in ul li {
  width: 100%;
}

.gnav-in #nav-close{
  display: block;

}
.gnav-in ul li a,
.gnav-in #nav-close a {
  color: #14f4f9;
  display:block;
  padding: 8px 0;
  border-top: #333 1px solid;
  border-bottom: #000 1px solid;
}
.gnav-in ul li:nth-child(1) a,
.gnav-in ul li:nth-child(2) a {
  border-top: none;
}
.gnav-in ul li:nth-child(odd) a {
  border-right:#000 1px solid;
}
.gnav-in ul li:nth-child(even) a {
  border-left:#333 1px solid;
}
.gnav-in #nav-close {
  clear: both;
}
#header .gnav-in{
  border: none;
}

/* -------------------- footer */
#footer .sales{
  display: none;
}
#footer .cm {
  text-align: center;
  font-size: 18px; 
  margin-bottom: 0px;
  font-weight: bold;
}
#footer .contact {
  font-size: 17px;
}

/* -------------------- index */

.main-index .desc-in {
  font-size: 12px;
}
.index-row01 .catch {
  padding:20px 10px 20px 10px; 
  line-height: 22px;
  font-size: 14px;
}
.index-bar .para {
  padding:0px 10px 0px 10px; 
  font-size: 15px;
}
.index-bar .en {
  padding:0px 10px 0px 10px; 
  font-size: 15px;
}
.index-row02 .title {
  font-size: 20px;
}
.index-row02 .bg-box .issues {
  margin: -5px 5px 0;
}
.index-row02 .bg-box .issues li {
  font-size: 14px;
}
.index-row02 .cnt {
  font-size: 14px;
  line-height: 22px;
  color: #575757;
}
.index-row02 {
  padding: 40px 0 20px;
}
/* ------------- info */
#footer .info img{
  max-width: 300px;
  height: auto;
  padding: 5px;
}
.ad{
  text-align: center;
  letter-spacing: none;
  color: #fff;
  font-size: 12px;
}

/* ------------- copyright */
#footer .copyright {
  font-size :10px;
}
/* -------------------- index photo menu */
.index-row01 .catch .menu .col{
  margin-top: 10px;
}
.col{
  float: none;
  width: 100%;
}
.col-2 .col{
  width: 100%;
}

/* -------------------- profile */
.profiel-row .content .coment-pic{
  float: none;
  width: 100%;
  margin: 0px;
  text-align: center;
}
.coment-box{
  float: none;
  width: 100%;
  margin: 10px 0;
}
.profiel-row .content .txt{
  line-height: 160%; 
  font-size: 15px;
  color: #fff
}

/* -------------------- flow */
.flow-chart {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  border: 1px  solid #888;
  text-align: center;
}
.flow-chart-s {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px  solid #888;
  text-align: center;
}
.flow-con {
  padding: 20px 10px 15px 10px;
}
.flow-con .cnt  {
  font-size: 16px;
}
.flow-con .pink  {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
}

/* -------------------- price */
.price-in {
  margin-top: 20px;
  margin-bottom: 20px;
}
.price-in .cnt {
  padding: 14px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
}
.price-bg1 .price-titlle{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.price-bg2 .ssbox{
  width: 42%;
}
.price-bg2 .sbox{
  width: 58%;
}
.price-bg2 .price-con{
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  line-height: 27px;
}
.price-bg2 .price-con2{
  padding: 10px 5px 10px 5px;
  font-size: 15px;
  color: #575757;
  line-height: 24px;
  letter-spacing: 1px;
}
}

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

}

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

}

@media screen and (max-width: 321px) {
/* -------------------- price */

.price-bg2 .ssbox {
  letter-spacing: -1px;
}
.price-bg2 .sbox{
  letter-spacing: -1px;
}
}
