@charset "utf-8";


/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video,fieldset{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
  /*font-family: 'Poppins',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  */
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
  /*font-weight: 500;*/
  -webkit-text-size-adjust: 100%;
  color: #111;
}


@media only screen and ( max-width : 768px ) {
  body {
    font-size: 14px;
  }
}




table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #f47f20;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

.imgR {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
.imgL {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"]{
  padding:10px;
  border: 1px solid #898989;
  margin:0;
  display: block;
  background: #fff;
  width: 100%;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 10em;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 0 5px 30px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #bbbbbb solid;
  border-radius: 5px;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
  border: 2px #616161 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #78909c solid;
}
label input[type="radio"]:checked + span::before {
  border-width: 6px;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}

@media print,screen and (min-width:769px){
  .span_1_full{width:8.33333333333%}
  .span_2_full{width:16.6666666667%}
  .span_3_full{width:25%}
  .span_4_full{width:33.3333333333%}
  .span_5_full{width:41.6666666667%}
  .span_6_full{width:50%}
  .span_7_full{width:58.3333333333%}
  .span_8_full{width:66.6666666667%}
  .span_9_full{width:75%}
  .span_10_full{width:83.3333333333%}
  .span_11_full{width:91.6666666667%}
  .span_12_full{width:100%}

  .span_1{width:6.5%;}
  .span_2{width:15%;}
  .span_3{width:23.5%;}
  .span_4{width:32%;}
  .span_5{width:40%;}
  .span_6{width:48%;}
  .span_7{width:57%;}
  .span_8{width:66%;}
  .span_9{width:74.5%;}
  .span_10{width:83%;}
  .span_11{width:91.5%;}
  .span_12{width:100%;}
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

* {box-sizing:border-box;}
main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}


/*section:last-child {
  margin-bottom: 0;
}
*/
@media only screen and ( max-width : 768px ) {
  .container,.small_container,.large_container {
    padding: 0 5%;
    max-width: 600px;
    margin: 0 auto;
  }
  .sp_box {
    margin-bottom: 30px;
  }
  .sp_sbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 15px;
  }
  .ssbox {
    margin-bottom: 8px;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  .container {
    width: 1000px;
    /*padding: 0 20px;*/
    margin: 0 auto;
  }
  .small_container {
    max-width: 560px;
    margin: 0 auto;
  }
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: #f47f20;
  color: #fff;
}
#h_logo a {
  color: #fff;
}
#nav a {
  border-radius: 10px;
  font-weight: bold;
}
#nav a img {
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -3px;
}
#nav .h_btn02 img {
  width: 26px;
}
.h_btn01 {
  color: #f66e4e;
  background: #fff;
}
.h_btn02 {
  background: #f8a867;
  color: #fff;
}
.h_btn03 {
  background: #fffa7f;
  color: #f66e4e;
}

@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
  }
  #h_logo img {
    max-width: 200px;
  }
}
@media only screen and ( max-width : 680px ) {
}
@media only screen and ( max-width : 480px ) {
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 769px ) {
  #header {
    padding: 20px 0;
  }
  #nav a {
    padding: 10px 15px;
    margin-right: 10px;
    line-height: 26px;
    font-size: 16px;
  }
  #nav a i {
    margin-right: 5px;
  }
  #nav a:last-child {
    margin-right: 0;
  }
  #nav .h_btn02 {
    font-size: 26px;
  }
}
@media print, screen and ( min-width : 1100px ) {
}



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
footer {
  position: relative;
  background: #f89b4b;
  color: #fff;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 15px 0 64px 0;
    font-size: 12px;
  }
  .sp_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .sp_fixed li {
    /*width: 33.33333333333333%;*/
    width: 50%;
  }
  .sp_fixed li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
  }
  .sp_fixed li a img {
    max-width: 115px;
  }
  .sp_nav01 a {
    background: #1ed7e9;
  }
  .sp_nav02 a {
    background: #f88c00;
  }
  .sp_nav03 a {
    background: #f2bc00;
  }
  
}
@media only screen and ( max-width : 640px ) {
  
}
@media only screen and ( max-width : 320px ) {
  .sp_fixed li a img {
    max-width: 96px;
  }
}
@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
h1,h2 {
}
h2 {
  text-align: center;
  font-weight: bold;
}
h2 span {
  border-bottom: 5px solid #fff832;
}
/*h2 span {
  display: block;
  text-align: center;
}*/
h3 {
  font-weight: bold;
  line-height: 1.4em;
}
.btn {
  display: block;
  text-align: center;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac145+0,f39801+100 */
  background: #fac145; /* Old browsers */
  background: -moz-linear-gradient(top, #fac145 0%, #f39801 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fac145 0%,#f39801 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fac145 0%,#f39801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac145', endColorstr='#f39801',GradientType=0 ); /* IE6-9 */
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #f39801;
}
.btn span {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  color: #f39801;
  vertical-align: middle;
  line-height: 1;
}

/*.bg {
  background: #fef6ec;
}
.bg02 {
  background: #f7efe3;
}
.bg03 {
  background: #e99305;
}
*/
table {
  width: 100%;
}
table th,table td {
  border-bottom: 1px solid #ccc;
}
table th {
  font-weight: bold;
}
table td {
}


.disc li {
  list-style: disc;
  margin-left: 1.2em;
}

.txt_link {
  color: #ea9c13;
  text-decoration: underline;
}

@media only screen and ( max-width : 768px ) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  h2 span {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 15px;
    text-align: center;
  }
  .btn {
    font-size: 18px;
    padding: 12px;
  }
  .btn span {
    font-size: 13px;
    padding: 5px 10px;
  }
  table th,table td {
    padding: 10px;
  }
  table th {
    width: 8em;
    padding-left: 0;
  }
}
@media only screen and ( max-width : 480px ) {
}
@media only screen and ( max-width : 320px ) {
}
@media print, screen and ( min-width : 769px ) {
  h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  h2 span {
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 18px;
  }
  .btn {
    font-size: 36px;
    padding: 25px 20px;
  }
  .btn span {
    font-size: 20px;
    padding: 5px 20px;
  }
  table th,table td {
    padding: 10px 20px;
  }
  table th {
    width: 8em;
    padding-left: 0;
  }
}





/* ---------------------------------------------------------------------------------------------

　   TOP

--------------------------------------------------------------------------------------------- */
.wave {
  width: 100%;
}
#mv {
  background: url(./img/bg04.jpg) no-repeat top left / 100% #fffae1;
}
#faq {
  background: url(./img/bg04.jpg) no-repeat top left / 100% #fffae1;
}
#mv h1 {
  font-weight: bold;
  text-align: center;
}
.main_txt {
  letter-spacing: 0.1em;
}
#check {
}
#check ul li {
  position: relative;
  padding-left: 2.4em;
  margin-bottom: 1em;
  font-weight: bold;
}
#check ul li:last-child {
  margin-bottom: 0;
}
#check ul li:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #111;
  position: absolute;
  left: 0;
  top: 0;
}
#check ul li:hover:after {
  content: "";
  position: absolute;
  background: url(./img/check.png) no-repeat center / 100%;
  left: 0;
  top: 0;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  border: 2px solid rgba(255,255,255,0);
  color: #ff6000;
}
#for .container {
  position: relative;
}
.price {
  font-weight: bold;
  color: #fa4141;
}
.price span {
  line-height: 1;
  position: relative;
  display: inline-block;
}
.price span:after {
  content: "";
  background: url(./img/circle.png) no-repeat center / 100%;
  position: absolute;
  z-index: -1;
}
.support li {
  background: #f1755c;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}
.support p {
  font-weight: bold;
}
#flow {
  background: url(./img/bg02.jpg) no-repeat center / cover;
}
#flow h2 {
  color: #fff;
}
.flowbox {
  position: relative;
}
.flowbox_inner {
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.flowbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #dd7d00;
  right: -5px;
  bottom: -5px;
  z-index: 1;
}
.flowbox:after {
  content: "";
  position: absolute;
  z-index: 10;
}
.flowbox:last-child:after {
  content: none;
}
#map_canvas {
  width: 100%;
}
.slider {
  position: relative;
}
.slider:after {
  content: "";
  background: url(./img/bg02.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  right: -8px;
  bottom: -8px;
  position: absolute;
  z-index: -1;
}
#faq article {
  background: #abe9ef;
  border-radius: 10px;
  overflow: hidden;
}
.displayNone {
  display: none;
}
.switch {
  cursor: pointer;
  padding: 1em;
  position: relative;
}
.switch .open_btn,.switch .close_btn {
  /*position: absolute;*/
  border-radius: 5px;
  background: #fff;
  /*right: 1em;
  bottom: 1em;*/
  padding: 5px 10px;
  color: #1ed7e9;
  text-align: center;
  margin-top: 0.5em;
}
.switch .open_btn img,.switch .close_btn img {
  margin-left: 5px;
  width: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}
.switch .open_btn {
  display:block;
}
.switch.open .open_btn {
  display: none;
}
.switch .close_btn {
  display: none;
}
.switch.open .close_btn {
  display: block;
}
#faq article:hover,.switch:hover {
  background: #89d6de;
}
.switch.open {
  background: #89d6de;
}
.contentWrap {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 1em;
  margin: 1em;
}
@media only screen and ( max-width : 768px ) {
  #mv {
    padding-top: 20px;
  }
  #mv .container {
    padding-bottom: 20px;
  }
  #mv h1 {
    font-size: 26px;
    line-height: 1.2em;
    padding-bottom: 10px;
    border-bottom: 3px solid #f8d512;
    margin-bottom: 10px;
  }
  .main_txt {
    font-size: 16px;
    text-align: center;
  }
  .main_txt small {
    font-size: 13px;
  }
  #check {
    background: url(./img/bg03.jpg) no-repeat center bottom / 100%;
    padding-top: 40px;
  }
  #check .container {
    padding-bottom: 30px;
  }
  #check ul {
    font-size: 18px;
  }
  #for .container {
    text-align: center;
  }
  .support li {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 10px;
    width: 49%;
    margin-right: 2%;
  }
  .support li:nth-child(2n) {
    margin-right: 0;
  }
  .support p {
    font-size: 20px;
  }
  .obaachan,.ojiichan {
    width: 60px;
  }
  .ojiichan {
  }
  .obaachan {
  }
  .price {
    font-size: 40px;
  }
  .price span {
    font-size: 80px;
  }
  .price_txt {
    font-size: 20px;
  }
  .price span:after {
    width: 120px;
    height: 122px;
    left: -12px;
    top: -20px;
  }
  .flowbox {
    margin-bottom: 20px;
  }
  .flowbox_inner {
    padding: 15px;
  }
  .flowbox:after {
    background: url(./img/arrow_bottom.png) no-repeat center / 100%;
    width: 60px;
    height: 29px;
    right: 50%;
    margin-right: -30px;
    bottom: -25px;
  }
  #map_canvas {
    height: 250px;
  }
  #faq article {
    margin-bottom: 20px;
  }
  #faq article h4 {
    text-align: left;
  }
}

@media only screen and ( max-width : 480px ) {
  #map_canvas {
    height: 200px;
  }
  .support li {
    font-size: 15px;
  }
}

@media only screen and ( max-width : 320px ) {
  .support li {
    font-size: 13px;
  }
}

@media print, screen and ( min-width : 769px ) {
  #mv {
    padding-top: 50px;
  }
  #mv .container {
    padding-bottom: 50px;
  }
  #mv .txt {
    height: 500px;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  }
  #mv h1 {
    font-size: 70px;
    text-align: left;
    line-height: 1.2em;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #f8d512;
    letter-spacing: 0.15em;
  }
  #mv .txt p {
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
    font-family: 'Poppins',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .main_txt {
    font-size: 48px;
  }
  .main_txt small {
    font-size: 36px;
  }
  #check {
    background: url(./img/balloon.png) no-repeat 4% 0 / 40%,url(./img/bg03.jpg) no-repeat center bottom / 100%;
    padding-top: 100px;
  }
  #check .container {
    /*padding-bottom: 10px;*/
  }
  #check ul {
    margin-left: 45%;
    font-size: 26px;
  }
  #for {
    padding-top: 10px;
  }
  .support ul {
    width: 60%;
    margin: 0 auto 10px;
  }
  .support li {
    width: 49%;
    padding: 24px;
    margin-bottom: 10px;
    margin-right: 2%;
  }
  .support li:nth-child(2n) {
    margin-right: 0;
  }
  .support p {
    font-size: 30px;
  }
  .obaachan,.ojiichan {
    position: absolute;
    width: 150px;
  }
  .ojiichan {
    right: 0;
    top: 100px;
  }
  .obaachan {
    left: 0;
    top: 100px;
  }
  .price {
    font-size: 70px;
  }
  .price span {
    font-size: 120px;
  }
  .price_txt {
    font-size: 28px;
  }
  .price small {
    font-size: 24px;
  }
  .price span:after {
    width: 160px;
    height: 163px;
    left: -12px;
    top: -20px;
  }
  #map_canvas {
    height: 500px;
  }
  #company {
    font-size: 17px;
  }
  .flowbox {
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    height: 480px;
    margin-right: 30px;
    font-family: 'Poppins',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .flowbox_inner {
    padding: 30px;
  }
  .flowbox:after {
    background: url(./img/arrow_right.png) no-repeat center / 100%;
    width: 44px;
    height: 91px;
    right: -38px;
    top: 50%;
    margin-top: -45.5px;
  }
  .flowbox:last-child {
    margin-right: 0;
  }
  .flowbox h3 {
    margin-left: 20px;
  }
  .flowbox p {
  }
  #faq article {
    width: 49%;
    margin-right: 2%;
    /*padding: 30px;*/
    margin-bottom: 20px;
    /*min-height: 150px;*/
  }
  #faq article:nth-child(2n) {
    margin-right: 0;
  }
  .switch {
    font-size: 20px;
  }
}




/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.flexbox {
  -js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-wrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-center {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-end {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}
.align-start {
  -webkit-align-items:flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-align-items:flex-end;
  align-items: flex-end;
}
.align-stretch {
  -webkit-align-items:stretch;
  align-items: stretch;
 }
.flex-column{
  flex-flow: column;
}
 .flex-direction-column {
  flex-direction: column; 
 }
.flex_direction {
  flex-direction: row-reverse;
}

@media only screen and ( max-width : 768px ) {
  .flexbox_sp {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-center_sp {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex_direction_sp {
    flex-direction: row-reverse;
  }
  .flex_direction_column_sp {
    flex-direction: column-reverse;
  }
  .no-wrap_sp {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  .flexbox_pc {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_direction_pc {
    flex-direction: row-reverse;
  }
  .flex_direction_column_pc {
    flex-direction: column-reverse;
  }
  .no-wrap_pc {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .align-end_pc {
    -webkit-align-items:flex-end;
    align-items: flex-end;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 12;
}

#pageTop a {
  display: block;
  z-index: 12;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  background: #999;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}

#pageTop a:hover {
  background-position: right center; 
  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
  background: #333;
}
#pageTop img {
  width: 15px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
}


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