body{
    box-sizing: border-box;
    color: gray;
    font-family: '小塚ゴシック Pr6N R','KozMinPr6N-Regular',
    'A-OTF 新ゴ Pr6N R',
    'メイリオ','meiryo',
    'ヒラギノ角ゴ Pr6N W3',
    '源真ゴシック Regular','源ノ角ゴシック JP Normal',
    'Source Han Sans JP Normal','Noto Sans CJK JP DemiLight',
    'Noto Sans CJK JP DemiLight','游ゴシック','YuGothic','游ゴシック体','Yu Gothic',
    'VL Pゴシック','ＭＳ Ｐゴシック','MS PGothic',
    '小塚ゴシック Pr6N M','小塚ゴシック Pr6N','KozGoPr6N-Medium',
    'A-OTF 新ゴ Pr6N','Arial Unicode MS',Code2000;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0;
    position: relative;
    line-height: 200%;
}
h1{
  color: #d66787;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 3px;
    vertical-align: middle;
}
h1 img{display: inline-block;
    vertical-align: inherit;
  margin-right: 5px;}
h1 span{
  display: inline-block;
    vertical-align: sub;
}
h2{}
h3{
  box-sizing: border-box;
    color: #ec6b8c;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 200%;
    margin: 0 auto;
    padding: 15px 5px;
    width: 100%;
    word-break: break-all;
}
h4{}
h5{}
div{}
p{box-sizing: border-box;
    color: grey;
    width: 100%;}
ul{
        margin: 0;
    padding: 0;
}
ul li{
list-style: outside none none;
}
a{
        color: gray;
    text-decoration: none;
}
a:hover{
  opacity: 0.8;
}
b{}
span{}
img{
border: 0;
width: 100%;

}
.text p{
box-sizing: border-box;
word-break: break-all;
line-height: 200%;
}
header{
  background-color: #fff;
    box-sizing: border-box;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}
.forDev{ background-color: #d5d5d5;
    bottom: 30px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: block;
    left: 0;
    padding: 15px;
    position: fixed;}
.gnavi{
  display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 80%;
}
.gnavi_menu{
  box-sizing: border-box;
      display: table-cell;
      padding: 0 5px;

}
.gnavi_btn{
  background-color: #0abc9c;
      border-bottom: 2px solid #18937b;
      border-radius: 3px;
      box-sizing: border-box;
      color: #fff;
      display: inline-block;
      padding: 5px;
      text-align: center;
      width: 100%;
}
.gnavi_btn.active,
.gnavi_btn:hover{
  background-color: #18937b;
  border-bottom: 2px solid #0abc9c;
}
.gnavi a{}
section{
  padding: 30px 0;
}
footer{    background-color: #004d81;
    padding: 15px 0;
    width: 100%;
    z-index: 10;
}
.page{}
.wrapper{
position: relative;

}
.container{
        display: block;
    margin: 40px auto 0 20px;
    max-width: 1024px;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
}
._clear {
    clear: both;
    float: none;
}
.grid {
    clear: both;
    display: table;
    float: none;
    table-layout: fixed;
    width: 100%;
}
.grid .col_1 {
    width: 8.3333%;
}
.grid .col_2 {
    width: 16.6666%;
}
.grid .col_3 {
    width: 25%;
}
.grid .col_4 {
    width: 33.3333%;
}
.grid .col_5 {
    width: 41.6666%;
}
.grid .col_6 {
    width: 50%;
}
.grid .col_7 {
    width: 58.3333%;
}
.grid .col_8 {
    width: 66.6666%;
}
.grid .col_9 {
    width: 75%;
}
.grid .col_10 {
    width: 83.3333%;
}
.grid .col_11 {
    width: 91.6666%;
}
.grid .col_12 {
    width: 100%;
}
.grid div[class^="col_"] {
    box-sizing:  border-box;
    display:     table-cell;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: top;
}
.grid div[class^="col_"]:first-child {
    /*padding-left: 0;*/
}
.grid div[class^="col_"]:last-child {
    /*padding-right: 0;*/
}

._box {
      background-color: #fff;
    border-radius: 1px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 980px;
    padding: 15px;
    width: 100%;
}
header {}
section{}
footer{}
.side{}
.sidemanu{
  background-color: #fff;
    box-sizing: border-box;
    padding: 15px 0;
}
.big_logo{}
  .big_logo p{
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: ruda;
    font-size: 250px;
    letter-spacing: -40px;
    line-height: 100%;
    text-align: right;
  }

.main{padding: 0;}
.logos{text-align: center;}
.logos ._box{}
.logos ._box h3{
color: gray;font-weight: normal;
}
.logos h4{font-size: 40px;
    margin: 0;color: #d66787;font-weight: normal;}
.logos h5{font-size: 40px;
    margin: 0;color: #d66787;
font-weight: normal;}

select {
    color: #909090;
    font-size: 100%;
    padding: 5px;
    text-align: center;
    width: 100%;
}
select option {
    padding: 5px;
}
#primary{}
#secondary{
  background-image: url("../images/bkg_11.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 97% 30%;

}
.pankuzu{
  /*background-image: url("../images/bkg_14.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30% 15px;
    box-sizing: border-box;
    padding: 15px 30% 15px 15px;*/
    padding: 15px 0;
}
  .pankuzu li{
    display: inline-block;
  }
    .pankuzu li a{}

  .lang_en{font-family: ruda;}
.bkg{}
.bkg_pink{}
.bkg_green{}
.bkg_baige{}
.bkg_white{}
.bar_x{min-height: 15px;}
.bar_y{min-width: 15px;}
  .icon{max-width: 20px !important; display: inline-block !important;
  vertical-align: sub;}

  .googlePatner{}
  .sns{}
  .sns li{
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
  }
  .sns li a{}
  .likes{}
    .likes li{
      box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    }
  #copyright{
    color: #fff;
      font-family: inherit;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
	  font-size:12px;
    }

#primary .bx-wrapper {
  border: 0 none;
    box-shadow: 0 0 0;

}
.slider{}
.slider .slider_image{}
.slider .slider_text{
  left: 30px;
    position: absolute;
    top: 45px;
}
.slider li:nth-child(2n+0) {}
.slider li:nth-child(2n+1) {}
.slider .slider_btm{
  bottom: 2%;
      box-sizing: border-box;
      color: #fff;
      display: block;
      padding: 5px;
      position: absolute;
      text-align: right;
      vertical-align: middle;
      width: 100%;
      z-index: 50;
}
.slider .slider_btm h3{
  color: #fff;
    font-size: 14px;
    padding: 0 0 0 20%;
    text-align: left;
}
.slider .slider_btm span{
  font-size: 22px;
  display: block;
}
.slider .slider_btm a{
  color: #fff;
    display: inline;
    background-color: rgba(238, 107, 135, 0.8);
}
.btns{
  padding: 45px 0;
    text-align: center;
}
  .btns a{border: 2px solid grey;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 80px;
    vertical-align: middle;}


    .sp_on{display: none !important;}
    .pc_on{display: block !important;}

    @media screen and (max-width: 480px){
       body{
      font-size: 16px;
    line-height: 200%;
  }
  p, h1, h2, h3, h4, h5, h6{
line-height: 200%;
}
a{
line-height: 200%;
}
span{
line-height: 200%;
}
a span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
line-height: 100%;
}

      .grid div[class^="col_"] {
          box-sizing:  border-box;
          display:     block;
          padding: 15px;
          vertical-align: top;
          width: 100%;
      }
      p{
        text-align: center;
      }
      .grid div[class^="col_"] p{
        padding: 0;
      }
      .grid div[class^="col_"] img{
        margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: auto;
      }
      .pc_on{display: none !important;}
      .sp_on{display: block !important;; }
    }
