@charset "UTF-8";
/* **************************************************
	layout
************************************************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.html,
.body {
  height: 100%;
  font-size:62.5%; }

.body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: inherit;
  background: #fff transparent;
  line-height: 1.4;
  /*font-family: Helvetica, Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Sans-Serif;*/
  font-family: YakuHanJPs, 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Yu Gothic', '游ゴシック', 'メイリオ', 'Meiryo', sans-serif;
  font-size:1.3rem;
  color: #222; }

.layout {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding-bottom: 130px;
  text-align: left;
  height: auto !important;
  height: 100%; }

.upper {
  position: relative;
  top: 0;
  left: 0; }

.lower {
  width: 100%;
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0; }

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

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

/* **************************************************
	headline common reset 他
************************************************** */
.h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0;
  font-size: 100%; }

p, div, ul, li, dt, dd {
  text-align: justify;
  margin: 0;
  padding: 0; }

.container-fluid{
	max-width: 1200px;
    position: relative;
}

/* **************************************************
	header
************************************************** */


/* **************************************************
	navbar
************************************************** */

/* **************************************************
	column
************************************************** */
.menu-wrap {
  width: 30%;
  float: left; }

.contents-wrap {
  width: 70%;
  float: right;
  margin: 0 auto;
  /*max-width: 1080px;*/
  padding: 0 0 100px 15px; }


/* **************************************************
	section-main
************************************************** */
/*
旧メインタイトル
.main-title {
  padding: 15px 0 0 0px;
  margin: 0 0 30px;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative; }

.main-title:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.1;
  z-index: -1; }

.main-title.hphone:before {
  background-image: url("/assets/images/svg/icon-hphone.png");
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.main-title.site:before {
  background-image: url("/assets/images/icon-site.png");
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.main-title.purpose:before {
  background-image: url("/assets/images/icon-purpose.png"); }

.main-title.area:before {
  background-image: url("/assets/images/icon-area.png"); }


.main-title.search:before {
  background-image: url("/assets/images/icon-search.png"); }

.main-title:after {
  content: '';
  width: 100%;
  height: 5px;
  margin-top: 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right bottom, from(#558dd5), color-stop(33%, #558dd5), color-stop(33%, #d775d7), color-stop(66%, #d775d7), color-stop(66%, #558dd5), to(#558dd5));
  background: -moz-linear-gradient(left, #558dd5, #558dd5 33%, #d775d7 33%, #d775d7 66%, #558dd5 66%, #558dd5 100%);
  background: linear-gradient(to right, #558dd5, #558dd5 33%, #d775d7 33%, #d775d7 66%, #558dd5 66%, #558dd5 100%); }
*/

.main-title {
  margin: 0 0 15px;
  padding: 12px 0;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  background: #222;
  color:#fff;
  position: relative;
}

.section-main-inner {
  margin: 0 auto;
  padding: 0px 0px 30px;
  /*max-width: 940px;*/
   }

.main-p {
  line-height: 1.4;
  /*padding: 15px;*/
  margin: 0 0 15px;
  padding:10px;
  /*background-color: #F6F7F8; */
}

@media (max-width: 767px) {

  .main-title{
    padding:8px 0;
    font-size: 1.6rem;
    margin: 0 -10px 0px; }

  .main-p{
    padding:10px 0 10px;
    margin:0;
    font-size: 1.3rem;
    /*padding-bottom:10px;*/
    /*font-size: 3.8vw;*/
    /*line-height: 1.2;*/
    /*padding: 10px;*/
  }

}

/* **************************************************
 	tooltip-wiki
************************************************** */
.tooltip-wiki {
  display: inline-block;
  position: relative; }

.tooltip-wiki-span {
  margin: 0;
  padding: 0;
  min-width: 100%;
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 130%;
  left: 0;
  background-color: #fff;
  color: #222;
  font-size: 1.2rem;
  line-height:1.4;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 999; }



.tooltip-wiki-a:hover + .tooltip-wiki-span {
  overflow: visible;
  width:300%;
  max-width:20em;
  padding:10px 8px;
  height:auto;
  min-height: 4em; }


.tooltip-wiki-span:after{
  content: '';
  display: inline-block;
  border-bottom: 12px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -10px;
  left: 8px;
}

.tooltip-wiki-span:before{
  content: '';
  display: inline-block;
  border-bottom: 12px solid rgba(0, 0, 0, 0.1);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -14px;
  left: 8px;
}

.tooltip-wiki-a{
 	color:#0645ad;}
.tooltip-wiki-a:hover,
.tooltip-wiki-a:active,
.tooltip-wiki-a:focus{
	color:#0645ad;
	text-decoration: underline;}




/* **************************************************
 	index（）
************************************************** */
.section-main.index .index-title {
  display: block;
  margin: 0 0 15px;
  padding: 0px 15px;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  border-left: 4px solid #66cc99;
  border-right: 4px solid #66cc99; }
.section-main.index .index-wrap {
  margin: 0 0 30px;
  border: 1px solid #E5E5E5;
  padding: 15px 30px; }
.section-main.index .index-figure img {
  margin: 10px 0;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4); }

.section-main.index .figure-a {
	display: block;
	text-align:center;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.section-main.index .figure-a:hover {
	text-decoration: underline;}

.section-main.index .index-p {
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 15px;
  background-color: #F6F7F8; }

.section-main .balloon-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    margin-bottom: 0px;
    z-index: 0;
   }

.section-main .balloon-wrap:nth-of-type(n+2) {
    margin-top: 10px;
   }

.section-main .balloon-wrap:before{
  content: "";
  /*display: inline-block;*/
  /*width: 4rem;*/
  /*height: 4rem;*/
  flex-basis:4rem;
  margin-right: 10px;
  background-position:0 0;
  background-repeat:no-repeat;
  background-size: contain;
}

.section-main .balloon-wrap:nth-of-type(odd):before {
  background-image: url("/assets/images/svg/user-blue.svg");
  }

.section-main .balloon-wrap:nth-of-type(even):before {
    background-image: url("/assets/images/svg/user-green.svg");
  }


.section-main .balloon {
      /*flex : 0 1 85%;*/
      flex-basis: calc(100% - 4em);
      background-color: #FAFAFA;
      color: #222;
      padding: 10px;
      position: relative;
      /*margin: 10px 0 20px;*/
      border-radius: 15px;
      font-size:1.4rem;
      border:1px solid #CCCCCC;
   }

.section-main .balloon:before,
.section-main .balloon:after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  }

.section-main .balloon:before {
  top: 3px;
  left: -19px;
  /*border: 8px solid transparent;*/
  border-top: 8px solid rgba(255, 255, 255, 0);
  border-bottom: 8px solid rgba(255, 255, 255, 0);
  border-left: 8px solid rgba(255, 255, 255, 0);
  border-right: 18px solid #FAFAFA;
}


.section-main .balloon:after {
  top: 1px;
  left: -22px;
  /*border: 9px solid transparent;*/
  border-top: 9px solid rgba(255, 255, 255, 0);
  border-bottom: 9px solid rgba(255, 255, 255, 0);
  border-left: 9px solid rgba(255, 255, 255, 0);
  border-right: 20px solid #ccc;
  z-index: -1;
   }


@media (max-width: 767px) {


}


/* ここまで*/






.section-main.index .index-search-title {
  padding: 15px 0 0 0;
  margin: 0 0 20px;
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative; }


.section-main.index .index-search-title.search > span{
  display:flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

}

.section-main.index .index-search-title > span:before {
  content:"\f002";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  vertical-align: middle;
  display: inline-block;
  margin-right:1.0rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 0; }



.section-main.index .bg-gray{
	background-color: #fafafa;
}
.section-main.index .search-all{
	display:table;
	width: 100%;
}
.section-main.index .search-title {
  display: table-cell;
  width: 40%;
  margin: 0 0 15px;
  padding: 12px 0px;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  text-align: left; }

.section-main.index .search-wrap{
	display:table-cell;
}

.section-main.index .pay-wrap label{
	width: 100%;
	padding:5px 0;
}

.section-main.index .pay-ul{
	width:100%;
	display: table;
	/*float: left;*/
}
.section-main.index .pay-ul .pay-li-left{
		display:table-cell;
	width: 15%;
}
.section-main.index .pay-ul .pay-li-right{
		display:table-cell;
	width: 85%;

}


.section-main.index .acc-menu> label {
	display: block !important;

}
.section-main.index .acc-menu > input{
	display: none;
}


/* **************************************************
	blog(contents.php update)
************************************************** */
.section-main.blog .update-wrap{
	height:12em;
	line-height: 1.6;
	padding: 15px;
	margin: 0 0 15px;
	background-color: #F6F7F8;
	overflow: hidden;
	overflow-y:scroll;
}

.section-main.blog .update-li.top {
	padding-left: 5px;
    border-left: 4px solid #FFE000;
}
.section-main.blog .update-li a{
	display: block;
	padding:5px 0;
	font-weight: 300;
}

.section-main.blog .update-li a:hover{
	text-decoration: underline;
}


/* **************************************************
 	blog (contents.php)
 	cojp.php
 	menu-wrap
************************************************** */
.menu-wrap .article-main,
.section-main.blog .article-main {
  border: 1px solid #E5E5E5;
  padding: 15px 30px;
  margin-bottom: 15px; }

.menu-wrap .article-title,
.section-main.blog .article-title {
  margin: 15px 0 10px;
  padding: 5px 0 5px 12px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.6rem;
  border-left: 4px solid #5087CD; }

.menu-wrap .article-figure,
.section-main.blog .article-figure {
  overflow: hidden;
  position: relative;
  z-index: 1; }

.menu-wrap .article-figure img,
.section-main.blog .article-figure img {
  position: relative;
  z-index: 0;
  transition: all .5s ease; }

.menu-wrap a:hover .article-figure img,
.section-main.blog a:hover .article-figure img {
  transform: scale(1.1, 1.1); }

.section-main.blog .article-p {
  line-height: 1.6; }
.section-main.blog .article-p a:hover {
  text-decoration: underline; }


.menu-wrap .article-ul,
.section-main.blog .article-ul {
  width: 100%; }

.menu-wrap .article-li,
.section-main.blog .article-li {
  position: relative;
  display: block;
  border-bottom: 1px dotted #E5E5E5;
  padding: 20px 0px; }


.menu-wrap .article-li-figure,
.section-main.blog .article-li-figure {
  width: 40%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  z-index: -1; }

.menu-wrap .article-li-span,
.section-main.blog .article-li-span {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px; }

.menu-wrap  .article-li a,
.section-main.blog .article-li a {
  display: block;
  padding: 1px 15px 1px 0; }


.menu-wrap .article-li a:after,
.section-main.blog .article-li a:after {
  content: '\f105';
  position: absolute;
  top: 40%;
  right: 0;
  font-family: 'FontAwesome'; }

.menu-wrap .article-li a:hover,
.menu-wrap .article-li a:active,
.menu-wrap .article-li a:focus,
.section-main.blog .article-li a:hover,
.section-main.blog .article-li a:active,
.section-main.blog .article-li a:focus {
  display: block;
  padding: 1px 15px 1px 0;
  text-decoration: underline;
  /*background-size: 50px 50px;*/
  /*background-color: rgba(215, 117, 215, 0.2) */
}

/*.menu-wrap .article-li a:before,
.section-main.blog .article-li a:before {
  content: '';
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background: url("/assets/images/hover-zoom.png") left center no-repeat;
  background-size: 50px 50px;
  opacity: 0; }*/

/*.section-main.blog .article-li a:hover:before {
  opacity: 1;
  transition: all .5s ease; }*/
.section-main.blog .article-sub-title {
  padding: 15px 0 0 0px;
  margin: 0 0 30px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  position: relative; }
.section-main.blog .article-sub-title:after {
  content: '';
  width: 100%;
  height: 5px;
  margin-top: 20px;
  display: block;
  background: -webkit-gradient(linear, left top, right bottom, from(#d775d7), color-stop(33%, #d775d7), color-stop(33%, #558dd5), color-stop(66%, #558dd5), color-stop(66%, #d775d7), to(#d775d7));
  background: -moz-linear-gradient(left, #d775d7, #d775d7 33%, #558dd5 33%, #558dd5 66%, #d775d7 66%, #d775d7 100%);
  background: linear-gradient(to right, #d775d7, #d775d7 33%, #558dd5 33%, #558dd5 66%, #d775d7 66%, #d775d7 100%); }
.section-main.blog .article-h2{
  margin: 0 0 20px;
  padding: 5px 0 5px 12px;
  line-height: 1.6;
	font-weight: 500;
  border-left: 4px solid #558dd5;
}
.section-main.blog .article-h3{
  margin: 0 0 20px;
  padding: 2px 0 2px 12px;
  line-height: 1.6;
	font-weight: 500;
  border-left: 4px solid #6e57ba;
}
.section-main.blog .figure-a{
	text-align: center;
}

.section-main.blog .article-p-figure{
	margin:20px 0;
	text-align: center;
}

.section-main.blog .article-inner {
    padding: 15px 30px;
    margin: 30px 0;
}

.section-main.blog .article-dl{

}
.section-main.blog .article-dt{
  margin: 10px 0 20px;
  padding: 5px 0 5px 12px;
  line-height: 1.4;
  font-weight: 300;
  /*font-size: 1.4rem;*/
  border-left: 4px solid #558dd5
}
.section-main.blog .article-dd{
	padding-left:16px;
	margin-bottom: 20px;
	font-weight: 300;
}

@media (max-width: 767px) {
  .section-main.blog .article-h2{
    margin: 15px 0 20px;
  }

}

/* **************************************************
 	site.tpl
************************************************** */
.section-main.site .site-wrap {
  border: 1px solid #E5E5E5;
  padding: 15px 30px;
  margin-bottom: 30px; }
 .section-main.site .site-div {
  padding: 15px 30px;
  margin: 30px 0; }
.section-main.site .site-title {
  /*display: block;*/
  width:100%;
  /*margin: 0 0 15px;*/
  /*padding: 0px 15px;*/
  /*line-height: 1.6;*/
  font-size: 1.8rem;
  font-weight: 700;
  /*color: #222;*/
/*  text-align: center;
  border-left: 4px solid #66cc99;
  border-right: 4px solid #66cc99; */
  }

.section-main.site .title-group{
  position: relative;
}
.section-main.site .title-group-rank{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}
.section-main.site .title-group-rank .count{
    position: relative;
    margin-right: 5px;
}
.section-main.site .title-group-rank .count:before{
    content:"";
    width: 30px;
    height: 25px;
    background-image: url("/assets/images/svg/crown-black.svg") ;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    vertical-align: middle;
    text-align: center;
}
.section-main.site .title-group-rank .count.count-1:before{
    background-image: url("/assets/images/svg/crown-gold.svg") ;
}
.section-main.site .title-group-rank .count.count-2:before{
    background-image: url("/assets/images/svg/crown-silver.svg") ;
}
.section-main.site .title-group-rank .count.count-3:before{
    background-image: url("/assets/images/svg/crown-bronze.svg") ;
}
.section-main.site .title-group-rank .count span{
  position: absolute;
  line-height: 1.0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 2px);
  font-size: 1.6rem;
  letter-spacing: -1px;
  color: #fff;
}

.section-main.site .title-group-point{
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  line-height: 1.1;
}
.section-main.site .title-group-point span{
  margin-right: 5px;
  font-weight:700;
}
.section-main.site .title-group-point .point-figure{
  letter-spacing: -0.8px;
  margin-right: 5px;
}
.section-main.site .title-group-point .point-value{
  color:#CC0000;
  font-weight:700;
  margin-right: 10px;
}
.section-main.site .title-group-point .point-value > a {
  color:#CC0000;
}


.section-main.site .site-group-rank{
  /*display: flex;*/
}

.section-main.site .site-group-figure{
  /*flex:0 1 40%;*/
  padding:0 5px 0 16px;
}
.section-main.site .site-group-txt{
  /*flex:0 1 60%;*/
  /*font-size: 1.4rem;*/
  line-height: 1.4;
  padding:0 10px 0 5px;
}
.section-main.site .site-group-txt + div{
  padding:10px 16px 10px 10px;

}
.section-main.site .site-group-figure img{
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.section-main.site .figure-a {
	display: block;
	text-align:center;
	line-height: 1.4em;
	margin-bottom: 15px;
}


.section-main.site .figure-a:hover {
	text-decoration: underline;}

.section-main.site .site-tbl-caption{
  padding: 5px 5px;
  background-color: #F6F7F8;
  color:#222;
  font-weight: 700;
}
.section-main.site .site-tbl {
  width: 100%;
  margin: 0px 0 30px;
  /*border: 1px solid #F6F7F8;*/
   }
.section-main.site .site-tbl th {
  width: 41%;
  padding: 5px 10px;
  font-weight: 700;
  vertical-align: top;
  background-color: #F6F7F8;
  border-right: 1px solid #F6F7F8;
  border-bottom: 1px solid #fff; }
.section-main.site .site-tbl td {
  width: 59%;
  padding: 5px 10px;
   text-align: left;
  font-weight: 700;
   /*text-justify: inter-ideograph;*/
  /*border-bottom: 1px solid #F6F7F8;*/
   }
   .section-main.site .site-tbl th.address {
  width: 25%; }
  .section-main.site .site-tbl td.address {
  width: 75%;
  }
.section-main.site .site-main-title {
  position: relative;
  display: block;
  margin: 0 0 30px;
  padding: 15px 0;
  font-weight: 700;
  width: 100%;
  margin: 0 0 20px;
  padding: 5px 0 5px 12px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.8rem;
  border-left: 4px solid #66cc99;
  /*text-align: center; */}
/*.section-main.site .site-main-title:after {
  content: '';
  width: 100%;
  height: 5px;
  margin-top: 15px;
  display: block;
  background: linear-gradient(90deg, #d775d7, #558dd5);
  background: -wekit-linear-gradient(90deg, #d775d7, #558dd5); }*/
.section-main .site-sub-title {
  margin: 0 0 15px;
  padding: 5px 0 5px 12px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  border-left: 4px solid #66cc99; }
.section-main.site .site-caption {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 0 5px 12px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.6rem;
  border-left: 4px solid #6e57ba;

   }
/*.section-main.site .site-caption:after {
  content: '';
  width: 12em;
  height: 2px;
  margin-top: 15px;
  display: block;
  background: linear-gradient(90deg, #6e57ba, #2a83ad);
  background: -wekit-linear-gradient(90deg, #6e57ba, #2a83ad);
}*/
.section-main.site .site-spot {
  margin-bottom: 15px;
  padding-bottom: 15px;
  /*border-bottom: 1px solid #e5e5e5;*/
   }
.section-main.site .site-lead {
  margin: 30px 0;
  padding: 30px 30px 15px;
  background-color: #F6F7F8; }
.section-main.site .site-dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700; }
.section-main.site .site-dd {
  /*line-height: 1.6;*/
  margin-bottom: 10px; }
.section-main.site .site-li {
  margin-bottom: 30px; }
.section-main.site .site-code-title{
	display: block;
	margin: 0 0 15px 0;
	padding: 0px 15px;
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: 700;
	color: #222;
	border-left: 4px solid #222;
	/*border-right: 4px solid #2a83ad;*/
}
.section-main.site .site-code-ul{
	margin:10px 0;
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-left:1px solid #BEC3CB;
}
.section-main.site .site-code-ul.row:before{
  content:"";
  display: none;
}
.section-main.site .site-code-li{
	/*margin-bottom:15px;*/
	/*padding-left: 5px;*/
	/*padding-right: 5px;*/
  flex: 0 1 50%;
  padding:0;
  text-align:left;
  border-right:1px solid #BEC3CB;
  border-bottom:1px solid #BEC3CB;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.section-main.site .site-code-li:nth-of-type(2),
.section-main.site .site-code-li:first-of-type{
  border-top:1px solid #BEC3CB;
}

.section-main.site .site-code-li:nth-of-type(even){
  border-right:1px solid #BEC3CB;
}
.section-main.site .site-code-li > span{
    display: flex;
  align-items: center;
}
.section-main.site .site-code-li .code-area{
  /*display: inline-block;*/
  padding: 5px;
  flex:1 0 75%;
  border-right:1px solid #BEC3CB;
  /*width: 80%;*/
  /*text-align: center;*/
  /*background: #2a83ad;*/
  /*color: #fff;*/
  /*border-bottom: solid 4px #216788;*/
  white-space: nowrap;
  background: #F6F7F8;
}
.section-main.site .site-code-li .code-number{
  flex:0 1 25%;
  /*display: inline-block;*/
  /*width: 20%;*/
  padding: 5px;
  /*text-align: center;*/
  font-size: 1.6rem;
  /*font-weight: 500;*/
  /*letter-spacing: 1px;*/
  /*border-bottom: solid 4px #e5e5e5;*/
}
.section-main.site .site-p {
  margin-bottom: 20px;
  padding: 0;
  line-height: 1.6;}


.section-main.site .list-badge{
	margin-bottom:20px;
}
.section-main.site .list-badge > li {
	display: inline-block;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.section-main.site .list-badge > li > a {
	display: inline-block;
    margin-bottom:5px;
    padding: 8px 12px;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    color: #222;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #E5E5E5;
    background-color: #fafafa;
		position: relative;
		border-radius: 5px;
}


  .section-main.site .list-badge > li > a:active {
      top:3px;
  }

	.section-main.site .list-badge > li > a:after {
    content: "";
    width: 100%;
	border-radius: 5px;
    display: block;
    border-bottom: 1px solid #5D88CB;
    position: absolute;
    bottom: -3px;
    left: 0;
	}

  .section-main.site .list-badge > li > a:active:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 0px solid #5D88CB;
    position: absolute;
    bottom: -3px;
    left: 0;
  }

/*.section-main.site .list-badge > li > a:before {
    content:'\f0d7';
    font-family:"FontAwesome";
    position: absolute;
    right:5px;
    top:0;
    bottom:0;
    margin:auto;
    font-size: 2.3em;
    color:#ccc;
  }*/


.section-main.site .site-wrap .site-tbl a{
  text-decoration: underline;
  color:#0645ad;
}

@media (max-width: 767px) {

.section-main.site .site-main-title{
 }


  .section-main.site .site-group-txt > div{
    width:100%;
    flex:1 0 100%;
    padding:0 10px;
    line-height: 1.4;
  }
  .section-main.site .site-group-figure{
    padding:0 5px 0 10px;
  }






}
@media (min-width: 768px) {
.section-main.site .site-group-rank{
  display: flex;
}

/*	.site-row.recomended-row{
		 display: flex;
	    flex-wrap: wrap;
	}*/
}



/* **************************************************
 	sitemap.tpl
************************************************** */
.section-main.sitemap .sitemap-wrap {
  border: 1px solid #E5E5E5;
  padding: 15px 30px;
  margin-bottom: 30px; }
 .section-main.sitemap .sitemap-div {
  padding: 15px 30px;
  margin: 30px 0; }
.section-main.sitemap .sitemap-title {
  display: block;
  margin: 0 0 15px;
  padding: 0px 15px;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 400;
  color: #222;
  border-left: 4px solid #66cc99;}


  .section-main.sitemap .sitemap-sub-title{
  }


  .section-main.sitemap .sitemap-ul{}

  .section-main.sitemap .sitemap-li{
  	margin-bottom: 10px;
	padding-left: 1.4em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }

  .section-main.sitemap .sitemap-li.top{
	padding-left: 0;
  }

  .section-main.sitemap .sitemap-li.bg-gray{
  	background-color: #F6F7F8;
  	padding:5px;
  }
  .section-main.sitemap .sitemap-li:before{
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 1em;
}
  .section-main.sitemap .sitemap-li.bg-gray:before,
  .section-main.sitemap .sitemap-li.top:before{
  	display: none;
  }

/* **************************************************
	luckycode
************************************************** */
.section-main .luckycode-wrap{
	background-color: #F6F7F8;
	padding:10px 15px;
	color:#cc0000;
    margin: 0 0 15px;
	line-height: 2.0;
    font-weight: 500;
    border-left: 4px solid #cc0000;
    /*border-right: 4px solid #cc0000;*/
    position: relative;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


.section-main .luckycode-wrap .co-do{
	padding:8px 15px;
	background-color: #cc0000;
	font-size: 2rem;
	letter-spacing: 2px;
	color: #fff;
}
.section-main .luckycode-wrap .not{
	display: inline-block;
	float: right;
	clear: both;
	margin-top:10px;
}

/* **************************************************
	accordion
************************************************** */
.acc input[type="checkbox"]{
	display: none;}
.acc{
	margin:20px 0;}
.acc .acc-wrap{
	margin-top: -1px;
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 10;
	/*border: 1px solid #F6F7F8;*/
	  transition: all .5s ease;
}


.acc input[type="checkbox"]:checked ~ .acc-wrap{
	height: 100%;
	height: auto;
	overflow: visible;
}

.acc label{
	position: relative;
	color: #fff;
	background-color: #222;
	border-width: 1px;
}

.acc label.btn-acc{
	text-align: left;
}
.acc label.btn-acc:hover,
.acc label.btn-acc:focus,
.acc label.btn-acc.active {
  color: #fff;
  background-color: #222;
  border-color: #222; }

.acc input[type="checkbox"]:checked + label.btn-acc:hover,
.acc input[type="checkbox"]:checked + label.btn-acc:focus,
.acc input[type="checkbox"]:checked + label.btn-acc:active{
background-color: #222;
  border-color: #222;
  color:#fff;
}

.acc label:after {
  content: '\f105';
  position: absolute;
  top: 23%;
  right: 10px;
  font-family: 'FontAwesome';
}

.acc input[type="checkbox"]:checked + label:after{
	content: '\f107';
}



/* **************************************************
	purpose.tpl
************************************************** */
.section-main.purpose .purpose-wrap {
  border: 1px solid #E5E5E5;
  padding: 15px 30px;
  margin-bottom: 15px; }
.section-main.purpose .purpose-title {
  margin: 0 0 20px;
  padding: 5px 0 5px 12px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.6rem;
  border-left: 4px solid #FFE000; }
.section-main.purpose .purpose-wrap .purpose-a {
  display: inline-block;
  background-color: #F6F7F8;
  padding: 15px 30px;
  position: relative;
  font-weight: 300; }
.section-main.purpose .purpose-wrap .purpose-a .purpose-p:hover {
  text-decoration: underline;}
.section-main.purpose .purpose-figure {
  overflow: hidden;
  position: relative; }
.section-main.purpose .purpose-figure img {
  position: relative;
  transition: all .5s ease; }
.section-main.purpose a:hover .purpose-figure img {
  transform: scale(1.1, 1.1); }
.section-main.purpose .purpose-p {
  padding: 10px 0 ;
  line-height: 1.6;
  font-size: 1.6rem;
  }
 .section-main.purpose .purpose-span{
  display: block;
  text-align: right;
 }


/* **************************************************
	area.tpl
************************************************** */
.section-main.area .area-wrap {
  padding: 15px 30px;
  margin-bottom: 15px; }
.section-main.area .area-wrap.border-gray {
  border: 1px solid #E5E5E5; }

.section-main.area .area-title {
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 15px;
  background-color: #F6F7F8; }
.section-main.area .area-sub-title {
  display: block;
  margin: 0 0 15px;
  padding: 5px 15px;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  border-left: 4px solid #FFE000; }
.section-main.area .area-japanmap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  min-width: 480px; }
.section-main.area .area-japanmap:after {
  display: block;
  content: '';
  line-height: 0;
  padding-top: 50%; }
.section-main.area .area-ul {
  width: 100%;
  height: 100%; }
.section-main.area .area-li {
  display: block;
  position: absolute;
  background-color: #339966; }
.section-main.area .area-li a:after {
  content: '';
  display: inline-block;
  vertical-align: middle; }
.section-main.area .area-li a {
  display: block;
  text-align: center;
  color: #fff; }
.section-main.area .area-li a:hover,
.section-main.area .area-li a:hover,
.section-main.area .area-li a:active {
  background-color: #2b8257; }
.section-main.area .area-li.first {
  width: 25%;
  top: 0;
  left: 75%; }
.section-main.area .area-li.first a:after {
  padding-top: 80%; }
.section-main.area .area-li.second {
  width: 25%;
  top: 46%;
  left: 75%; }
.section-main.area .area-li.second a:after {
  padding-top: 70%; }
.section-main.area .area-li.third {
  width: 22%;
  top: 50%;
  left: 51%; }
.section-main.area .area-li.third a:after {
  padding-top: 70%; }
.section-main.area .area-li.forth {
  width: 45%;
  top: 20%;
  left: 28%; }
.section-main.area .area-li.forth a:after {
  padding-top: 30%; }
.section-main.area .area-li.fifth {
  width: 22%;
  top: 50%;
  left: 28%; }
.section-main.area .area-li.fifth a:after {
  padding-top: 70%; }
.section-main.area .area-li.sixth {
  width: 26%;
  top: 42%;
  left: 0; }
.section-main.area .area-li.sixth a:after {
  padding-top: 110%; }

 .section-main.area .area-wrap .area-a {
  display: inline-block;
  background-color: #F6F7F8;
  padding: 15px 30px;
  position: relative; }
.section-main.area .area-wrap .area-a .area-p:hover {
  text-decoration: none;
  border-bottom: 1px solid #4b4b4b;
  display: inline; }
.section-main.area .area-figure {
  overflow: hidden;
  position: relative; }
.section-main.area .area-figure img {
  position: relative;
  transition: all .5s ease; }
.section-main.area a:hover .area-figure img {
  transform: scale(1.1, 1.1); }
.section-main.area .area-p {
  font-size: 1.8rem;
  line-height: 1.6; }
 .section-main.area .area-span{
  display: block;
  text-align: right;
 }



/* **************************************************
	menu-wrap
************************************************** */
.menu-wrap .menu-h2 {
  padding: 15px 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.6rem;
  border-bottom: 3px solid #F6F7F8;
  position: relative; }

/*.menu-wrap .menu-h2-span {
  display: block; }*/
/*
.menu-wrap .menu-h2:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 3px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }
.menu-wrap .menu-h2.hphone:before {
  background-image: url("/assets/images/svg/svg-hphone.svg"); }
.menu-wrap .menu-h2.site:before {
  background-image: url("/assets/images/icon-site.png"); }
.menu-wrap .menu-h2.purpose:before {
  background-image: url("/assets/images/icon-purpose.png"); }
.menu-wrap .menu-h2.area:before {
  background-image: url("/assets/images/icon-area.png"); }*/

.menu-wrap .menu-inner {
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
  padding: 10px 15px; }
.menu-wrap .menu-ul {
  width: 100%;
  padding: 0;
  margin: 0; }
.menu-wrap .menu-li {
  position: relative;
  border-bottom: 2px dotted #F6F7F8; }
.menu-wrap .menu-li:last-child {
  border-bottom:none;
}

.menu-wrap .menu-a {
  display: block;
  height: 4em;
  line-height: 4em;
  padding: 0 10px;
  /*transition: all .5s ease;*/
/*  background: transparent url("/assets/images/hover-zoom.png") right center no-repeat;
  background-size: 50px 50px;*/
   }
.menu-wrap .menu-a:hover,
.menu-wrap .menu-a:active,
.menu-wrap .menu-a:focus {
  display: block;
  height: 4em;
  line-height: 4em;
  padding: 0 10px;
  color: #222;
  text-decoration: underline;
  /*font-weight: 500;*/
  /*background: rgba(215, 117, 215, 0.2) url("/assets/images/hover-zoom.png") right center no-repeat;*/
  /*background-size: 50px 50px; */
}
.menu-wrap .menu-a:after {
  content: '\f105';
  position: absolute;
  top: 0%;
  right: 0;
  font-family: 'FontAwesome'; }

/* **************************************************
	footer
************************************************** */
.backTotop {
  display: block;
  text-align: center;
  background:#F4F6F8;
  color:#2A384E;
  font-size: 4rem; }

.footer {
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
  /*background-color: #F2F2F2;*/
  width: 100%; }
  .footer a{
    color:#fff;
  }
  .footer a:hover,
  .footer a:focus {
    text-decoration: underline; }
  .footer .footer-h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
    font-size: 1.8rem; }
  .footer address {
    margin: 0;
    padding: 10px 20px 10px 40px;
    text-align: center;
    color:#fff;
    background-color: #2A384E; }

.copyright {
  width: 100%;
  height: 40px;
  min-width: 1200px;
  display: block;
  line-height: 36px;
  text-align: center;
  color: #33282c;
  border-top: 1px solid #ffcbd7;
  border-bottom: 3px solid #ec83bc; }

.copyright a {
  color: #33282c;
  display: inline-block; }

/* **************************************************
	breadcrumb
************************************************** */
.breadcrumb {
	display: table;
  padding: 15px 0;
  margin-bottom: 15px;
  clear:both;
  background-color: transparent; }

.breadcrumb > li {
  display: table-cell;
  float:left;
  padding: 5px 0;
   }

.breadcrumb > li + li:before {
  padding: 0 12px;
  color: #6C7A88;
  content: "\f105";
  font-family: 'FontAwesome'; }

.breadcrumb > .active {
  color: #666AA9;
  font-weight: 700; }

.breadcrumb > li > a > i {
  color: #d775d7;
  padding-left: 12px; }

.breadcrumb > li a:link,
.breadcrumb > li a:visited {
  color: #6C7A88 transparent; }

.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
  text-decoration: underline; }

/* **************************************************
	btn-custom
************************************************** */

/* R18 */
.btn-age{
  position: relative;
}
.btn-age:after{
  content: '18禁';
  width: 2em;
  height: 1em;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top:0;
  right:2px;
  font-weight: 200;
}

.not18{
  position: absolute;
  bottom:-2px;
  right: 2px;
  font-weight: normal;
  font-size: 1.0rem;
}



.btn-wrap {
  margin: 15px 0; }

.button-group-split{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.button-split-div{
  flex:0 1 50%;
  margin-top:5px;
}
.button-split-div:first-of-type{
  padding-right: 5px;
}

.button-split-div:nth-of-type(2){
  padding-left: 5px;
}

.button-split-div:nth-of-type(3){
  padding-left: 5px;
  margin-left: auto;
  /*flex:0 1 50%;*/
}


.btn-android > i,
.btn-apple > i{
  display:none;
}


/* ********************
  btn-search
  検索や戻るボタン
****************** */

.btn-search {
  display:flex;
  justify-content: center;
  align-items:center;
  width: 100%;
  padding: 12px 10px 12px ;
  border: none;
  background-color: #558dd5;
  /*background: linear-gradient(0deg, #3f6ba5, #558dd5);*/
  /*background: -wekit-linear-gradient(0deg, #3f6ba5, #558dd5);*/
  background-size: 200% 100%;
  font-size: 1.6rem;
  color:#fff;
  text-align:center;
  font-weight: 700;
  position: relative;}

/*.btn-search:before{
  content: '\f105';
  position: absolute;
  top: 0;
  right: -1px;
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  background: #F6F7F8;
  color: #558dd5;
  border-bottom: solid 4px #dadada;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 1;
}*/



.btn-search:after{
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 1px 10px;
  position: absolute;
  right:1.0rem;
  vertical-align: middle;
  color: #fff;
}

.btn-search:hover,
.btn-search:focus,
.btn-search.active {
  color: #fff;
  background-color: #558dd5;
  border-color: #558dd5;
  background-position: -200% 100%; }


/* ********************
  btn-grad
  公式へ飛ぶ
****************** */

.btn-grad {
  color: #fff;
  display: inline-block;
  background-color: #558dd5;
  border: none;
  padding: 8px 5px;
  font-size: 1.4rem;
  font-weight: 700;
  /*background: linear-gradient(-180deg, #4c83c9, #558dd5);*/
  /*background: -wekit-linear-gradient(-180deg, #4c83c9, #558dd5);*/
  /*background-size: 200% 100%;*/
  /*transition: .5s ease;*/
  /*overflow: hidden;*/
  /*z-index: 2;*/
  border-bottom:4px solid #3B68A2;
  position: relative; }

.btn-grad:hover {
  color:#fff;
  background-color:#4B7DBC;
  /*border-bottom: none;*/
   }


.btn-grad:focus,
.btn-grad.active {
  color: #fff;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  background-color: #3B68A2;
   }


.btn-grad.badge {
  color: #fff;
  background-color: #4c83c9; }

.btn-grad .btn-tag{
  text-align: center;
}
.btn-grad .btn-yen{
  color:#FF6599;
  font-size: 1.4rem;
}


/* ********************
  btn-base
  詳細を見る
****************** */

.btn-base {
  position: relative;
  display: inline-block;
  padding: 12px 20px 14px 0;
  background: #7B81D8;
  border: none;
  font-size: 1.4rem;
  /*background: linear-gradient(-105deg, #558dd5, #d775d7);*/
  /*background: -wekit-linear-gradient(-105deg, #558dd5, #d775d7);*/
  /*background-size: 200% 100%;*/
  border-bottom: solid 4px #666AA9  ;
  color: #fff; }

.btn-base:after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  display: inline-block;
  color#fff
/*  padding: 15px 15px;
  text-align: center;
  vertical-align: middle;
  background: #F6F7F8;
  color: #7B81D8;
  border-bottom: solid 3px #ccc;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;*/
   }

.btn-base .btn-ttl {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700; }

/*.btn-base .btn-ttl:after {
  content: '';
  display: inline-block;
  width: 100%;
  padding: 6px 15px;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: solid 4px #666AA9;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
   }*/

.btn-base:hover {
  color:#fff;
  background-color: #7278C6;
   }
/*.btn-base:hover .btn-ttl {
  border-bottom: none; }*/

.btn-base:hover:after,
.btn-base:hover .btn-ttl:after {
  /*background-color: #e5e5e5;*/
  /*border-bottom: none;*/
   }

.btn-base:active,
.btn-base:focus{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  background-color: #666AA9;
  border: none;
  color:#fff;
  /*background: linear-gradient(-105deg, #d775d7, #558dd5);*/
  /*background: -wekit-linear-gradient(-105deg, #d775d7, #558dd5);*/
  /*background-size: 200% 100%;*/
}




/* ********************
  btn-android
  btn-apple
****************** */
.btn-apple,
.btn-android{
  /*display: inline-block;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 5px;
  color:#fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  border-radius: 4px;
  text-align: left !important;
  white-space: normal;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.btn-android{
  background: #689f38;
  border-bottom:4px solid #8bc34a;
}
.btn-apple{
  background: #141923;
  border-bottom:4px solid #000;
}

.btn-apple:before,
.btn-android:before,
.btn-apple:after,
.btn-android:after {
  flex-basis: 2rem;
  font-family: 'FontAwesome';
  font-size:2rem;
}
.btn-android:before{
  content:"\f17b";
}
.btn-apple:before{
  content:"\f179";
}

.btn-apple:after,
.btn-android:after {
  content: '\f019';
  color: #fff; }

/*.btn-apple > div,
.btn-android > div{
  flex:1 0 calc(100% - 4rem);
}*/

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus{
  color: #fff;
  background-color: #2A384E;
}

.btn-android:hover,
.btn-android:active,
.btn-android:focus{
  background-color: #8bc34a;
  color: #fff;
}


@media (max-width: 767px) {
  /*btn sp*/

    .button-split-div{
       margin-bottom:15px;
    }
    .button-split-div:first-of-type{
      flex:0 1 42%;
      padding-right: 5px;
    }
    .button-split-div:nth-of-type(2){
      padding-left: 5px;
      flex:0 1 58%;
    }
    .button-split-div:nth-of-type(3){
      padding-right: 5px;
      flex:0 1 45%;
      margin:0;
    }

  .btn-base{
    padding: 8px 0;
    line-height: 1.2;
    font-size: 1.2rem;}

  .btn-base .btn-ttl{
    display: block;
    font-size: 1.4rem; }
/*  .btn-base:after{
    padding: 17px 8px;}*/
  .btn-base:active:after{
    /*padding: 16px 8px;*/
    border-bottom: solid 0px;}


  .btn-grad {
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 6px 0 10px 0;}
  .btn-grad .btn-tag{
    text-align: center;}
  .btn-grad .btn-yen{
    text-align: center;
    font-size: 1.4rem;
    padding:0 1px;}

  .btn-apple,
  .btn-android{
    padding: 6px 10px;
  }
  .btn-apple span,
  .btn-android span{
    display:block;
    line-height: 1.2;
  }

  .btn-tel.btn-long .btn-area {
      width: 7.5em; }
  .btn-tel.btn-long .btn-number {
      padding: 27px 27px 26px 135px; }
  .btn-tel.btn-long:after {
    padding: 27px 10px; }



}


/*使ってるかw駆らない*/
.btn-gray{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px 0 10px 1em;
  background: #F6F7F8;
  border-bottom: solid 4px #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left !important;
  white-space: normal;
}


.btn-gray:after {
  content: '\f105';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 13px 15px;
  text-align: center;
  vertical-align: middle;
  background: #558dd5;
  color: #fff;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }



.btn-tel {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1px 0;
  background: #F6F7F8;
  border-bottom: solid 4px #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.btn-tel:after {
  content: '\f105';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 6px 15px;
  text-align: center;
  vertical-align: middle;
  background: #6e57ba;
  color: #fff;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.btn-tel .btn-area {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 5px;
  min-width: 5.4em;
  text-align: center;
  background: #6e57ba;
  color: #fff;

  border-bottom: solid 4px #685490;
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

  .btn-tel.btn-long .btn-area{
    width: 13.5em;}

.btn-tel .btn-number {
  width: 100%;
  display: inline-block;
  padding:15px 25px 15px 80px;
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 1px;
  vertical-align: middle; }

.btn-tel.btn-long .btn-number{
  padding: 15px 27px 15px 217px;
}

.btn-tel:after {
  content: '\f105';
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 16px 10px;
  text-align: center;
  vertical-align: middle;
  background: #6e57ba;
  color: #fff;
  border-bottom: solid 4px #685490;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.btn-tel.btn-gray .btn-area{
  background: #4b4b4b;
  border-bottom: solid 4px #222;}
.btn-tel.btn-gray:after{
  background: #4b4b4b;
  border-bottom: solid 4px #222;}


.btn-tel.btn-blue .btn-number{
  padding:15px 27px 15px 130px;
}
.btn-tel.btn-blue .btn-area{
  background: #2a83ad;
  border-bottom: solid 4px #336699;}

.btn-tel.btn-blue:after{
  background: #2a83ad;
  border-bottom: solid 4px #336699;}


.btn-tel.btn-pink .btn-number{
  padding:15px 27px 15px 130px;
}
.btn-tel.btn-pink .btn-area{
  background: #ec83bc;
  border-bottom: solid 4px #dc76ad;}

.btn-tel.btn-pink:after{
  background: #ec83bc;
  border-bottom: solid 4px #dc76ad;}


.btn-tel:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }
/*使ってるかw駆らない*/


/*btn装飾*/
/* ********************
  btn-glow
 光らせたいボタンに付ける
****************** */

.btn-glow{
  position:relative;
  overflow: hidden;
}

.btn-glow:before{
    content:'';
    height:100%;
    width:30px;
    position:absolute;
    left: -30%;
    top: -50%;
    background-color: #fff;
    opacity:0;
            transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
            animation: glow 5s ease-in-out infinite;
    -webkit-animation: glow 5s ease-in-out infinite;
}


@-webkit-keyframes glow {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.1; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.2; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@keyframes glow {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.1; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.2; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}




.btn-shine{
  position:relative;
  overflow: hidden;
}
.btn-shine:before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  width: 40px;
  height: 0;
  padding-top: 30%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0)));
  overflow: hidden;
  animation: shine 2s infinite linear;
  -webkit-animation: shine 2s infinite linear;
}


@keyframes shine {
 0% { left: -30%; }
 20% { left: 120%; }
 100% { left: 120%; }
}
@-webkit-keyframes shine {
 0% { left: -30%; }
 20% { left: 120%; }
 100% { left: 120%; }
}


/* ********************
  btn-shake
****************** */

  .bounce-trigger{
    display: block;
      -webkit-animation: bounce-trigger 1.0s linear .5s infinite;
      animation: bounce-trigger 1.0s linear .5s infinite;

  }


    @-webkit-keyframes bounce-trigger {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      40%  { -webkit-transform: scale(0.95, 1.2) translate(0%, -10%); }
      50%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      60%  { -webkit-transform: scale(0.95, 1.05) translate(0%, -3%); }
      70%  { -webkit-transform: scale(1.05, 0.95) translate(0%, 3%); }
      80%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    }
    @keyframes bounce-trigger {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
      50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
      70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
      80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    }


  .bounce-trigger,
  .shake-trigger{animation-play-state:running}

  .bounce-trigger:hover,
  .shake-trigger:hover{animation-play-state:paused}


  .shake-trigger{
      -webkit-animation: shake-trigger 2s linear .0s infinite;
      animation: shake-trigger 2s linear .0s infinite;
  }


  .shake-trigger{display:block;transform-origin:center center;}

    @-webkit-keyframes shake-trigger {
      from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }

      10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
      }

      20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
      }
    }

    @keyframes shake-trigger {
      from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }

      10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
      }

      20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
      }
    }



/* **************************************************
	header
************************************************** */
.header-pr{
  position: absolute;
  right:100px;
  top: 40px;
  /* transform: translateY(-50%); */
  border:1px solid #000;
  padding:0.2rem 0.5rem;
  font-size:1.3rem;
  z-index: 2;
  background-color:#FFF;
}

/* pc用 */

	.header-wrap {
		position: relative;
		width: 100%;
		height: 100%;
		padding-bottom: 100px;
		margin-bottom: 15px;
		z-index: 9999;
	}

	.navbar-header {
			width: 100%;
			background:#fff url("/assets/images/header-bg.jpg") no-repeat;
			background-size: contain;
			box-shadow: 0 1px 2px rgba(0,0,0, .1);}

	.header-nav {
	  position: relative; }

	.header-h1 {
	  color: #fff;
	  padding: 20px 0 0;
	  font-weight: 100; }

	.header-logo {
	  max-width: 330px; }

	.header-menu {
	  position: relative; }


	.header-menu-li {
	  width: 25%;
	  float: left;
	  position: relative; }


	.header-menu-a {
	  color: #222;
	  position: relative;
	  padding: 20px 10px;
	  display: block;
	  background-color: rgba(255, 255, 255, 0.9);
	  border-left: 1px solid #E5E5E5;
	  border-bottom: 1px solid #E5E5E5;
    display:flex;
    align-items: center;
	   }

	.header-menu-li:nth-child(5) .header-menu-a,
	.header-menu-li:nth-child(9) .header-menu-a,
	.header-menu-li:nth-child(13) .header-menu-a,
	.header-menu-li:nth-child(17) .header-menu-a {
	  border-right: 1px solid #E5E5E5; }


	.header-menu-a:after{
		content: "";
		display: inline-block;
	    content: '\f105';
	    font-family: 'FontAwesome';
      margin-left:auto;
/*		position: absolute;
		right:10px;
		top:50%;
		margin-top: -10px;*/
	}


	.header-menu-a:before {
	  content: '';
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	  height: 0px;
	  /*background: rgba(85, 141, 213, 0.3);*/
	  transition: all .5s ease;
  }

	.header-menu-a.active{
		/*background: rgba(85, 141, 213, 0.3);*/
	}

	.header-menu-a:hover,
	.header-menu-a:active,
	.header-menu-a:focus {
      box-shadow:0px 0px 0px 1px #5087CD inset;

	  /*display: block;*/
	  /*font-weight: 300;*/
	  color: #222; }

	.header-menu-a:hover:before,
	.header-menu-a:active:before,
	.header-menu-a:focus:before {
	  height: 100%;
	  color: #222; }

	.header-menu-a > i {
	  display: block;
	  text-align: center;
	  transition: all .5s ease; }

	.header-menu-a:hover > i {
	  position: relative;
	  top: 5px; }


	.navbar-default{
		background-color: transparent;
		border: none;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	  background-color: #426baa; }



	.header-wrap .header-pc-span {
		display: block; }
	.header-wrap .header-sp-span {
		display: block; }


	.sp-block{
		display: inline; }
	.btn-tel{
		font-size: 1.5rem; }

	.info-wrap{display: none;}


	/* pc でもメニュー表示 */
	.navbar{
		min-height: 100px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

	.navbar-brand{
		width:77%;
		height:100px;
		line-height: 100px;
		padding:0;
		text-align: center;
		display: block;
		float:right;
		color: #5D88CB !important;
		font-weight:bold;
		font-size:1.8rem;
	}

	.navbar-toggle {
	    margin-top: 25px;
	    margin-bottom: 8px;
      background: #5D88CB;
	    padding: 17px 11px 4px;
	}

  .navbar-default .navbar-toggle{
    border: none;
    border-radius: 0;
  }

	.menu-span{
		padding-top:10px;
		display: inline-block;
    color:#fff;
	}
	.navbar-toggle .icon-bar {
		margin:0 auto;
	}


  /* open transform*/
  .navbar-toggle .icon-bar{
      margin: 0 auto;
      background-color: #fff;
  }


  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
    transition: .3s all;
  }

  .navbar-default .navbar-toggle .icon-bar:first-of-type{
      position: absolute;
      top: 22px;
      left:0;
      right:0;
      transform: rotate(45deg);
  }
    .navbar-default .navbar-toggle .icon-bar:nth-of-type(2){
      background-color:transparent;
  }

  .navbar-default .navbar-toggle .icon-bar:nth-of-type(3){
      position: absolute;
      top: 17px;
      left:0;
      right:0;
      transform: rotate(-45deg);
  }


  .navbar-default .navbar-toggle.collapsed .icon-bar:first-of-type{
    position: absolute;
      top: 13px;
    transform: rotate(0);
  }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(2){
      background-color:#fff;
  }

  .navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(3){
      position: absolute;
      top: 25px;
      transform: rotate(0);
  }


/*loop-banner*/
.section-main .users-row{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.section-main .users-col{
  flex:0 1 calc(100%/3);
  text-align: center;
  margin-bottom: 10px;
}

.section-main .users-col:nth-child(1),
.section-main .users-col:nth-child(4){
  padding-right:4px;
  padding-left:0;
}

.section-main .users-col:nth-child(2),
.section-main .users-col:nth-child(5){
  padding-right:2px;
  padding-left:2px;
}

.section-main .users-col:nth-child(3),
.section-main .users-col:nth-child(6){
  padding-right:0;
  padding-left:4px;
}


  /*detail*/
@media (min-width: 768px) {
  /* fixed regist btn */
  .fixed-regist-group{
    display: none;
  }
}


 .section-main .detail-figure img{
    /*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);*/
    /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);*/
  }


  .section-main .detail-eval-group{
    margin-top: 10px;
    position: relative;
  }
  .section-main .detail-eval-group  a{
    text-decoration: underline;
    color: #0645ad;
  }

  .section-main .detail-eval-header{
    display: flex;
    flex-flow:row wrap;
    align-items: center;
    justify-content: space-between;
    /*margin:10px 0;*/
  }

  .section-main .detail-eval-header .eval-count{
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    margin-bottom:5px;
  }
  .section-main .detail-eval-header .eval-count:before{
  content:"";
  width: 25px;
  height: 20px;
  background-image: url("/assets/images/svg/crown-black.svg") ;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;}

  .section-main .detail-eval-header .eval-count.count-1:before{
      background-image: url("/assets/images/svg/crown-gold.svg") ;
  }
  .section-main .detail-eval-header .eval-count.count-2:before{
      background-image: url("/assets/images/svg/crown-silver.svg") ;
  }
  .section-main .detail-eval-header .eval-count.count-3:before{
      background-image: url("/assets/images/svg/crown-bronze.svg") ;
  }
  .section-main .detail-eval-body{
    /*font-size: 1.3rem;*/
    margin-bottom:5px;
  }
  .section-main .detail-eval-body .span-badge{
        background: #222;
        color:#fff;
        padding:0 5px;
        border-radius: 3px;
        font-weight: 700;
        font-size:1.6rem;
  }
  .section-main .detail-eval-footer{
    display: flex;
    flex-flow:row wrap;
    align-items: center;
    /*justify-content: space-between;*/
    margin:5px 0 0;
  }
  .section-main .detail-eval-footer div:first-child{
      font-weight: 700;
      margin:0 10px 10px 0;
  }
      .section-main .detail-eval-footer div:nth-child(2){
  }


.section-main .detail-tbl {
  width: 100%;
  margin: 0px 0 10px;
  border: 1px solid #F6F7F8; }
.section-main .detail-tbl th {
  width: 40%;
  padding: 5px 5px;
  font-weight: 700;
  vertical-align: top;
  background-color: #F6F7F8;
  border-right: 1px solid #F6F7F8;
  border-bottom: 1px solid #fff; }
.section-main .detail-tbl td {
  width: 60%;
  padding: 5px 10px;
   text-align: left;
   /*text-justify: inter-ideograph;*/
  border-bottom: 1px solid #F6F7F8; }


.detail-tbl tr:nth-of-type(2) td{
  font-weight: 700;
}
   .section-main .detail-tbl th.address {
  width: 25%; }
  .section-main .detail-tbl td.address {
  width: 75%;
  }

.section-main .detail-tbl .badge-black{
    background: #222;
    color:#fff;
    padding:0 5px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 4px;
}

.section-main .detail-tbl a{
  text-decoration: underline;
  color:#0645ad;
}




@media (max-width: 767px) {
    .detail-wrap .row > div {
      padding:0 10px;
    }


}

  /* **************************************************
    sp css
  ************************************************** */

@media (max-width: 767px) {
/* sp用 */
	.body{
		font-size:1.4rem; }

/*		.layout {
		  padding-bottom: 80px; }*/

		.lower {
		  padding-bottom: 80px; }

    .lower.index {
      padding-bottom: 0px; }

	.container-fluid {
		padding-left:10px;
		padding-right:10px; }

	.row{
		margin-left: -10px;
		margin-right:-10px;}

    .row > div{
      padding-left:10px;
      padding-right:10px;
    }


	.section-main-inner {
		padding: 0px; }

	.menu-wrap {
		width: 100%;
		/*margin-top: 15px;*/
		clear: both; }

	.contents-wrap {
		width: 100%;
		padding-bottom: 100px;
		clear: both;
		padding: 0; }



	/* **************************************************
		sp用 header
	************************************************** */
	.header-wrap {
		position: relative;
		width: 100%;
		height: 100%;
    height: auto;
    margin-bottom: 10px;
    padding:80px 0 0;
		background: none;
		z-index: 9999; }


	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 380px;
		padding-left: 0;
		padding-right: 0;}

	.navbar-default{
		background-color: #fff;
		min-height: auto;
    margin:0;
		  border-bottom:1px solid #E5E5E5;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
	      background-color: #426baa; }

	.navbar-header {
		position: relative;
		width: 100%;
    height: 80px;
    display: flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
    align-items: center;
	  background: #FFF url("/assets/images/header-img.jpg") no-repeat -4% 0;
	  background-size: contain;
    margin-right: auto !important;
    margin-left: auto !important;
    padding:0 5px;
    box-shadow: none;
	   }




	.navbar-brand{
		display: block;
		float:none;
		line-height: 1.2;
		padding:0;
		font-size: 1.4rem;
    text-align: left;
    width:100%;
    height: auto;
    color:#426baa;
    /*width:55%;*/
    flex:0 1 60%;
	}


  .menu-span{
    font-size: 0.8em;
    line-height: 1.0;
    color:#fff;
  }
  /* open transform*/
  .navbar-toggle .icon-bar{
      margin: 0 auto;
      background-color: #fff;
  }


  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
    transition: .3s all;
  }

  .navbar-default .navbar-toggle .icon-bar:first-of-type{
      position: absolute;
      top: 15px;
      left:0;
      right:0;
      transform: rotate(45deg);
  }
    .navbar-default .navbar-toggle .icon-bar:nth-of-type(2){
      background-color:transparent;
  }

  .navbar-default .navbar-toggle .icon-bar:nth-of-type(3){
      position: absolute;
      top: 10px;
      left:0;
      right:0;
      transform: rotate(-45deg);
  }


  .navbar-default .navbar-toggle.collapsed .icon-bar:first-of-type{
    position: absolute;
      top: 10px;
    transform: rotate(0);
  }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(2){
      background-color:#fff;

  }

  .navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(3){
      position: absolute;
      top: 18px;
      transform: rotate(0);
  }



	.header-menu{
		background: rgba(85, 141, 213, 0.3);
	}

	.header-menu-li {
		width:100%;
		float:none;
		border-bottom:1px solid #F6F7F8;
	}

	.header-menu-a {
		position: relative;
		width: 100%;
		display: block;
	    height: 4em;
	    padding:5px 20px;
	    line-height: 4em;
	    font-size: 4vw;
	    text-align: left;
	    border: none;
  	background-color: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
	}



	.header-menu-li:nth-child(5) .header-menu-a{
		border-right: none;
	}

	.header-menu-a:after{
		content: "";
		display: inline-block;
	    content: '\f105';
	    font-family: 'FontAwesome';
		position: static;
    margin-left:auto;
		/*right:20px;*/
		/*top:50%;*/
		/*margin-top: -2em;*/
	}

	.navbar-default .navbar-toggle {
    border:none;
    margin:0;
    padding: 12px 10px 4px;
    background: #558dd5;
    border-radius: 0;
    order:2;
		position: relative;
		z-index: 99999;}

	.header-top-a{
		position: relative;
		z-index:999;
	}




	.header-menu-a:before {
	  content: '';
	  display:none;
	   }


	.header-menu-a:hover:before,
	.header-menu-a:active:before,
	.header-menu-a:focus:before {
	  height: 100%;
	  color: #CB7BD2; }




.header-pr{
  position: absolute;
  right:70px;
  top: 30px;
  /* transform: translateY(-50%); */
  border:1px solid #000;
  padding:0.2rem 0.5rem;
  font-size:1.3rem;
  z-index: 2;
  background-color:#FFF;
}



  .breadcrumb-wrap{
    margin-top: -10px;
  }


	.breadcrumb{
		padding:5px 0;
		font-size: 1.2rem;
		margin-bottom:0; }

	.breadcrumb > li + li:before {
		padding: 0 1rem 0 1rem; }



	/* rowのpadding調整 */
/*	.row-left{
		padding-right:5px;
	}
	.row-right{
		padding-left:5px;
	}*/

/*	.section-main .site-row{
		 display: flex;
	    flex-wrap: wrap;
	}*/
	/*article、contentsの関連リンクbn調整*/
/*	.section-main .site-row .col-loop{
		min-height: 20vh;
	}
  .section-main .site-row .col-loop:nth-child(1),
  .section-main .site-row .col-loop:nth-child(4){
    padding-right:4px;
    padding-left:0;
  }

  .section-main .site-row .col-loop:nth-child(2),
  .section-main .site-row .col-loop:nth-child(5){
    padding-right:2px;
    padding-left:2px;
  }

  .section-main .site-row .col-loop:nth-child(3),
  .section-main .site-row .col-loop:nth-child(6){
    padding-right:0;
    padding-left:4px;
  }



	.section-main .site-row .col-center{
		padding-right:10px;
		padding-left:10px;}

	.section-main .site-row .col-right{
		padding-left:5px; }


  .section-main .sub-row .col-left{
    min-height: 19vh;
    padding-left:10px;
    padding-right: 0;
  }
  .section-main .sub-row .col-right{
    padding-left:10px; }


*/

	/*index*/
	.section-main.index .index-wrap {
		padding: 10px;
		margin: 0 0 15px; }

	.section-main.index .index-p {
		margin: 0 0 5px;
		padding: 10px; }

	.section-main.index .figure-a {
		margin-bottom: 10px;
		font-size: 1.4rem; }


	/* index アコーディオン	*/
	.section-main .index-search-title.search{
		position: relative;
    padding:10px 0;
    margin-bottom:0;
    overflow: hidden;
	}
  .section-main.index .index-search-title.search > span{
    justify-content: space-between;
  }

  .section-main.index .index-search-title > span:before{
    padding-left:10px;
  }

	.index-search-title.search span:after {
		content: '\f105';
		font-family: 'FontAwesome';
		/*display: inline-block;*/
    width:3.0rem;
    height:3.0rem;
    font-size: 2.4rem;
		vertical-align: middle;
		background: #F6F7F8;
		color: #222222; }

  .index-search-title.search span.active:after {
    content: '\f107'; }

		.section-main.index .acc-menu{
			padding: 0;}
		.section-main.index .acc-menu > label{
			display: block;}
		.section-main.index .acc-menu > input{
			display: none;}

		.section-main.index .acc-menu input + .acc-menu-inner {
			height:0;
			overflow: hidden;
			-webkit-transition: all 0.8s;
			transition: all 0.8s;}

		.section-main.index .acc-menu input:checked + .acc-menu-inner {
		    height: auto;
		    display: block;
		    opacity: 1;}

/*blog*/
	.section-main.blog .update-wrap{
		/*-webkit-overflow-scrolling: touch;*/
	height:8em;}
	.section-main.blog .article-main {
		padding: 0;
    border:none;
		/*margin-bottom: 15px; */}
	.section-main.blog .article-sub-title {
		text-align: left;
		line-height: 1.4; }
	.section-main.blog .article-h3 {
		margin: 0 0 10px;}
	.section-main.blog .article-li {
		padding: 10px 0px;}
	.section-main.blog .article-li-span {
		padding: 0 0 0 10px;
		line-height: 1.2; }
	.section-main.blog .article-li a:after {
		top: 35%;
		right: 0px;}
	.section-main.blog .article-inner {
			padding:0;
			margin:10px 0; }
	.section-main.blog .figure-a{
		text-align: center;
		font-size: 1.3rem; }
	.section-main.blog .article-p-figure{
		margin: 10px 0;
		font-size: 1.4rem; }
	.section-main.blog .article-p-figure img{
		width:100%; }


/*site*/
	.section-main.site .site-wrap {
  	padding: 15px 10px 0px;
    border:none;
    border-bottom:1px solid #AEB8C9;
    margin: 0 -10px 0;
    background: #FFF;
  }

  .section-main.site .site-wrap.detail{
    padding: 15px 10px 15px;
  }

/*  .section-main.site .site-wrap:first-of-type{
    margin-top: -15px;
  }*/
  .section-main.site .site-wrap:nth-of-type(even) {
    background: #F7F8FA;
  }

/*   .section-main.site .detail-wrap.site-wrap{
    background: #fff;
    border:none:
  }*/

	.section-main.site .site-div {
	padding: 5px;
	margin: 0px 0; }

.section-main.site .site-wrap.no-border{
  border:none;
  padding-top:0;
  margin-bottom:15px;
  margin-left: -5px;
  margin-right: -5px;
}

.section-main.site:nth-of-type(2){
  /*border-top:1px solid #E5E5E5;*/
}

  .site-figure ~ span{
    white-space: nowrap;
    font-size: 3.4vw;
}

	.section-main.site .site-main-title {
		line-height: 1.1;
	margin-bottom: 10px; }
	.section-main.site .site-sub-title {
		line-height: 1.1;
  	margin: 5px 0 15px; }

	.section-main.site .site-caption {
    margin:0 0 10px;
	display: block;}
	.section-main.site .site-caption:after {
	width: 100%; }
	.section-main.site .btn-area > .btn-area-span{
		display: block;}

	.section-main.site .site-p {
		margin:5px 0 15px;
      /*font-size: 3.8vw;*/
		padding: 0;
		line-height: 1.2;}

	.section-main.site .site-tbl {
		/*font-size: 3.5vw;*/
		margin: 15px 0 ;}

	.section-main.site .site-tbl th {
		/*letter-spacing: -0.1rem;*/
		padding: 5px;
		/*font-size: 1.3rem;*/}

	.section-main.site .figure-a {
		margin-bottom: 10px;
		font-size: 1.2rem; }

	.section-main.site .site-lead {
		margin: 0 0 10px;
		padding: 0;
    background: #fff;
     }

/*	.section-main.site .site-code-li .code-area{
		font-size: 1.5rem; }*/


	.section-main.site .tag-wrap{
    margin:0 -4px 5px;
  }
  .section-main.site .list-badge{
		display: flex;
    flex-flow:row wrap;
		justify-content: flex-start;
    margin-bottom:0;
		width: 100%;
	}
	.section-main.site .list-badge > li {
    flex:1 0 calc( (100%/3) - 4px);
		margin: 0 0 5px;
	}

    .section-main.site .list-badge > li:nth-child(2),
    .section-main.site .list-badge > li:nth-child(5){
    margin-left:2px;
    margin-right:2px;
  }
	.section-main.site .list-badge > li > a {
		display: block;
    margin-bottom:5px;
    padding: 8px 0px;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 400;
    color: #222;
    vertical-align: middle;
    white-space: nowrap;
		position: relative;
	}

  .section-main.site .list-badge > li > a:after {
    content: "";
    width: 100%;
		border-radius: 5px;
    display: block;
    border-bottom: 2px solid #558dd5;
    position: absolute;
    bottom: -3px;
    left: 0;
	}

/*
	.section-main.site .list-badge > li > a:before {
    content:'\f0d7';
    font-family:"FontAwesome";
    position: absolute;
    right:5px;
    top:0;
    bottom:0;
    margin:auto;
    font-size: 2.3em;
    color:#ccc;
  }
*/


  /* detail inner_rerated*/

  /*loop-banner*/

  .section-main.users{
    margin-right:-5px;
    margin-left:-5px ;
  }
  .section-main .users-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .section-main .users-col{
    flex:0 1 calc( (100%/3) - 4px);
  }

  .section-main .users-col:nth-child(1),
  .section-main .users-col:nth-child(4){
    padding-right:4px;
    padding-left:0;
  }

  .section-main .users-col:nth-child(2),
  .section-main .users-col:nth-child(5){
    padding-right:2px;
    padding-left:2px;
  }

  .section-main .users-col:nth-child(3),
  .section-main .users-col:nth-child(6){
    padding-right:0;
    padding-left:4px;
  }


  /* fixed regist btn */
  .fixed-regist-group{
    position: fixed;
    bottom: -85px;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255,255,255,0.7);
    z-index:9998;
    transition: all .3s;
     transform: translateY(-18px);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }


  .fixed-regist-group.active{
    transform: translateY(-80px);
  }

  .fixed-regist-wrap{
    position: relative;
    margin:5px;
  }


  .fixed-regist-wrap > a{
      font-size: 105%;
  }



/*purpose*/
	.section-main.purpose .purpose-wrap {
		padding: 10px; }
	.section-main.purpose .purpose-p {
		margin-top: 5px;
		padding:0;}
	.section-main.purpose .purpose-wrap .purpose-a {
			padding: 15px; }
	.section-main.purpose .purpose-wrap .purpose-a:after {
		content: "\f107";
		display: block;
		font-size: 1.6rem;
		font-family: 'FontAwesome';
		text-align: center;}

	.section-main.area .area-wrap {
		padding: 10px;
		margin-bottom: 0; }
	.section-main.area .area-wrap .area-a {
		padding: 15px;}

/*area*/
	.section-main.area .area-figure {
		margin-bottom:10px;}
	.section-main.area .area-japanmap {
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		text-align: center;
		min-width: auto; }
	.section-main.area .area-japanmap:after {
		display: block;
		content: '';
		line-height: 0;
		padding-top: 0; }
	.section-main.area .area-ul {
		width: 100%;
		height: 100%; }
	.section-main.area .area-li {
		display: inline-block;
		position: static;
		width: 100% !important;
		margin-bottom: 10px;
		background-color: #339966; }
	.section-main.area .area-li a {
		display: block;
		text-align: center;
		color: #fff;
		padding: 20px 0;
		position: relative; }
	.section-main.area .area-li a:after {
		content: '\f105';
		position: absolute;
		top: 33%;
		right: 10px;
		font-family: 'FontAwesome';
		padding-top: 0 !important; }


	/*sitemap*/
	.section-main.sitemap .sitemap-wrap {
    border: none;
		padding: 0px;}
	.section-main.sitemap .sitemap-ul{}
	.section-main.sitemap .sitemap-li.top{}

	.section-main.sitemap .sitemap-li.bg-gray{
		background-color: #F6F7F8;
		padding:5px;}
  .section-main.sitemap .sitemap-li{
  	margin-bottom: 10px;
	padding-left: 0;}
  .section-main.sitemap .sitemap-li:before{
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 1em;}
  .section-main.sitemap .sitemap-li.bg-gray:before,
  .section-main.sitemap .sitemap-li.top:before{
  	display: none;}

	/*common*/
	.sp-block{
		display: block;}

	/*tooltip-wiki*/
	.tooltip-wiki {
	  display: inline;
	  position: relative; }
	.tooltip-wiki-span {
	  	display: none; }
	.tooltip-wiki-a:hover + .tooltip-wiki-span {
		display: none; }



	/* modal */
	.info-wrap{}
	.btn-modal{
		position: fixed;
		width:100%;
		left:0;
		bottom:0;
		background-color: #fff;
		border-top:1px solid #E5E5E5;
		z-index:999;}

	.info-div{
		display: table;
		width:100%;
		padding: 5px 10px;
		color:#222;}
	.info-figure{
		display: table-cell;
		width:15%;
		vertical-align: middle;}
	.info-figure img{
		border-radius: 5px;
		border:1px solid #E5E5E5;}
	.info-inner{
		display: table-cell;
 		width:85%;
 		padding-left:10px;
 		vertical-align: middle;
 		line-height: 1.2;
		position: relative;}
	.info-p{
		font-size: 4.8vw;
		position: relative;}
	.info-div-in{
 		font-size: 4.4vw;
		font-weight: 600;
		color:#cc0000;
		background: linear-gradient(90deg, #cc0000, #d83349);
		background: -wekit-linear-gradient(90deg, #cc0000, #d83349);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;}

	.shake-icon{
		position: absolute;
		right:5px;
		bottom:-1px;
		font-size: 9.8vw; }

	.shake-rotate{display:inline-block;transform-origin:center center}
	.shake-freeze,
	.shake-constant
	.shake-constant--hover:hover,
	.shake-trigger:hover
	.shake-constant
	.shake-constant--hover{animation-play-state:paused}
	.shake-freeze:hover,
	.shake-trigger:hover
	.shake-freeze,
	.shake-rotate:hover,
	.shake-trigger:hover
	.shake-rotate{animation-play-state:running}
		@keyframes shake-rotate{
			2%{transform:translate(0, 0) rotate(4.5deg)}
			4%{transform:translate(0, 0) rotate(1.5deg)}
			6%{transform:translate(0, 0) rotate(-6.5deg)}
			8%{transform:translate(0, 0) rotate(-4.5deg)}
			10%{transform:translate(0, 0) rotate(-3.5deg)}
			12%{transform:translate(0, 0) rotate(-2.5deg)}
			14%{transform:translate(0, 0) rotate(5.5deg)}
			16%{transform:translate(0, 0) rotate(-2.5deg)}
			18%{transform:translate(0, 0) rotate(2.5deg)}
			20%{transform:translate(0, 0) rotate(-4.5deg)}
			22%{transform:translate(0, 0) rotate(-6.5deg)}
			24%{transform:translate(0, 0) rotate(-3.5deg)}
			26%{transform:translate(0, 0) rotate(-6.5deg)}
			28%{transform:translate(0, 0) rotate(-6.5deg)}
			30%{transform:translate(0, 0) rotate(7.5deg)}
			32%{transform:translate(0, 0) rotate(-3.5deg)}
			34%{transform:translate(0, 0) rotate(-1.5deg)}
			36%{transform:translate(0, 0) rotate(-6.5deg)}
			38%{transform:translate(0, 0) rotate(-1.5deg)}
			40%{transform:translate(0, 0) rotate(-4.5deg)}
			42%{transform:translate(0, 0) rotate(4.5deg)}
			44%{transform:translate(0, 0) rotate(-4.5deg)}
			46%{transform:translate(0, 0) rotate(3.5deg)}
			48%{transform:translate(0, 0) rotate(7.5deg)}
			50%{transform:translate(0, 0) rotate(7.5deg)}
			52%{transform:translate(0, 0) rotate(3.5deg)}
			54%{transform:translate(0, 0) rotate(-1.5deg)}
			56%{transform:translate(0, 0) rotate(-3.5deg)}
			58%{transform:translate(0, 0) rotate(-6.5deg)}
			60%{transform:translate(0, 0) rotate(7.5deg)}
			62%{transform:translate(0, 0) rotate(5.5deg)}
			64%{transform:translate(0, 0) rotate(2.5deg)}
			66%{transform:translate(0, 0) rotate(.5deg)}
			68%{transform:translate(0, 0) rotate(7.5deg)}
			70%{transform:translate(0, 0) rotate(7.5deg)}
			72%{transform:translate(0, 0) rotate(.5deg)}
			74%{transform:translate(0, 0) rotate(1.5deg)}
			76%{transform:translate(0, 0) rotate(5.5deg)}
			78%{transform:translate(0, 0) rotate(3.5deg)}
			80%{transform:translate(0, 0) rotate(2.5deg)}
			82%{transform:translate(0, 0) rotate(2.5deg)}
			84%{transform:translate(0, 0) rotate(-1.5deg)}
			86%{transform:translate(0, 0) rotate(-5.5deg)}
			88%{transform:translate(0, 0) rotate(-2.5deg)}
			90%{transform:translate(0, 0) rotate(4.5deg)}
			92%{transform:translate(0, 0) rotate(-4.5deg)}
			94%{transform:translate(0, 0) rotate(3.5deg)}
			96%{transform:translate(0, 0) rotate(3.5deg)}
			98%{transform:translate(0, 0) rotate(.5deg)}
			0%,100%{transform:translate(0, 0) rotate(0)}}
	.shake-rotate:hover,
	.shake-trigger:hover .shake-rotate,
	.shake-rotate.shake-freeze,
	.shake-rotate.shake-constant{
		animation-name:shake-rotate;
		animation-duration:6s;animation-timing-function:ease-in-out;
		animation-iteration-count:infinite}


	/* モーダルの中 */
	.info-header{}
	.info-title{
		color:#fff;
		padding: 10px 10px;
		background: linear-gradient(90deg, #6e57ba, #2a83ad);
		background: -wekit-linear-gradient(90deg, #6e57ba, #2a83ad);
		font-weight: 500;
		text-align: center;
		font-size: 7.8vw;}

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

	.info-ul{}
	.info-li{
		margin-bottom: 10px;}

	.btn-info-tel {
	  position: relative;
	  display: inline-block;
	  width: 100%;
	  padding: 4px 15px;
	  color:#222;
	  background: #F6F7F8;
	  font-size: 5.8vw;
	  font-weight: 500;
	  border-bottom: solid 4px #e5e5e5;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px; }

	.btn-info-tel:after {
		  content: '\f105';
		  position: absolute;
		  top: 0;
		  right: 0;
		  font-family: 'FontAwesome';
		  display: inline-block;
		  padding: 6px 10px;
		  text-align: center;
		  vertical-align: middle;
		  background: #6e57ba;
		  color: #fff;
		  -moz-border-top-right-radius: 5px;
		  -moz-border-bottom-right-radius: 5px;
		  -webkit-border-top-right-radius: 5px;
		  -webkit-border-bottom-right-radius: 5px;
		  border-top-right-radius: 5px;
		  border-bottom-right-radius: 5px; }

	.info-footer h4{
		margin: 0 0 5px;
		padding: 0 0 0 12px;
		line-height: 1.6;
		font-weight: 500;
		font-size: 5.4vw;
		border-left: 4px solid #FFE000;
	}
	.info-footer{
		padding:5px 20px 10px;
		line-height: 1.4;
		font-size: 4.6vw;}

	.info-footer .info-span{
		letter-spacing: 1px;
		color:#cc0000;
		font-weight: 700;}

	.info-footer .badge{
			display: inline-block;
			min-width: 10px;
			padding: 0px 7px;
			margin:0 3px;
			font-size: 1.6rem;
			font-weight: bold;
			color: #fff;
			line-height: 1.6;
			vertical-align: base;
			white-space: nowrap;
			text-align: center;
			background-color: #222;
			border-radius: 6px;}

	.info-div .info-ban{
		position: absolute;
		right:5px;
		bottom:2px;
		font-size: 1.4rem; }


		/*close*/
		.close-div{
			position: relative;}
		.close-btn{
			display: block;
			position: absolute;
			top:-23px;
			right:-5px;
			line-height: 1;
			padding:4px 12px 8px;
			font-size: 2.8rem;
			text-shadow: 0 1px 0 #fff;
			color: #222;
			font-weight: 700;
			cursor: pointer;
			border-radius: 30px;
			border: 1px solid #e5e5e5;
			/*background: transparent;*/
			background: #fff;
			-webkit-appearance: none;
			z-index: 99999;}

		.info-modal{
			position: fixed;
			top: 50%;
			left: 0;
			-webkit-transform: translate(0,-50%);
			transform: translate(0,-50%);
			margin:auto;
			display: none;
			-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
			box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
			z-index: 99999;}

		.info-modal > div{
			width:auto;
			margin:10px;
			height:auto;
			border: transparent;
			background-color: #FFF;
			z-index: 99999;}

		.modalLayer {
			display: none;
			width: 100%;
			height: 120%;
			position: fixed;
			left: 0;
			top: 0;
			z-index: 9999;
			background-color:rgba(0,0,0, 0.75);
			-webkit-overflow-scrolling: touch;
			overflow-scrolling: touch;}

		.modal-open{
			overflow: hidden;}

			.btn-gray{font-size: 18px;}
}



/* **************************************************
	フッター固定バナー
************************************************** */
.fixed-banner-area{
	height:78px;
	background-color: transparent;
}
.fixed-banner-wrap{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	/*height:78px;*/
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
	background-color: #fff;
	border-top:1px solid #CCC;
	z-index: 9999;
}


.fixed-banner-img-wrap{
	float:left;
	margin:15px;
}
.fixed-banner-wrap > a,
.fixed-banner-wrap > a:hover{
	text-decoration: none;
}
.fixed-banner-img{
	border:1px solid #ddd;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.fixed-banner-h2{
	margin:0;
	padding:25px 0 3px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height:1.4em;
  color:#ff0000;
  text-align: left;
}
.fixed-banner-p{
	line-height:1.4em;
  text-align: left;
	color:#000;
}
.fixed-banner-label{
	display: block;
	background-color: #fff;
	color:#c9353f;
	position: absolute;
	top:53px;
	right:5px;
	padding:2px 5px;
	border:1px solid #c9353f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	font-weight: normal;
}


.navbar-header.banner-header{
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}


@media (max-width: 768px) {

  .navbar-default .container-fluid{
    padding-left:0;
    padding-right:0;
  }
/*
  .banner-header .navbar-brand{
      margin-top: -2.5em;
  }*/

  .fixed-banner-img-wrap{
    /*float:left;*/
    margin:0;
    margin-right:auto;
  }

  .fixed-banner-h2{
    /*margin:0;*/
    padding:0 0 3px;
    font-size: 14px;
    font-weight: bold;
    line-height:1.4;
    color:#ff0000;
  }
  .fixed-banner-p{
    font-size: 12px;
    line-height:1.4em;
    font-weight:normal;
    color:#000;
  }


  .banner-footer .fixed-banner-img-wrap{
    margin: 5px 14px 5px 10px;
  }
  .banner-footer .fixed-banner-h2{
    padding-top:8px;
    /*margin-left:25%;*/

  }
  .banner-footer .fixed-banner-p{
    /*margin-right:15px;*/
  }




}
/* **************************************************
 	inner_detail_related2.tpl
************************************************** */
/*.ranking-row >.col-left{
	padding-right:0;
}
*/

.site-ranking-title{
	margin: 0 0 20px;
	padding: 5px 0 5px 12px;
	line-height: 1.6;
	font-weight: 700;
	font-size: 1.6rem;
	background-color: #F6F7F8;
	border-left: 4px solid #d775d7;
}


.site-ranking-title > .rank-span{
	vertical-align: middle;
	padding-right: 10px;
}
.site-ranking-title > .star-span{
	vertical-align: middle;
	padding-right: 10px;
}

.site-ranking-title > .span-title{
	vertical-align: middle;
	font-size: 2.0rem;
}
.site-ranking-title > .span-genle{
	/*display: block;*/
}
@media (max-width: 376px) {
	.site-ranking-title > .span-title{
		display: block;
	}
}

@media (min-width: 768px) {
	.site-ranking-title > .span-genle{
		display: block;
	}
}


/* **************************************************
  190607追加
  marker-animation
************************************************** */

.marker-animation.marked{
  background-position: -100% 100%;
}
.marker-animation{
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
  background-position: 0 100%;
  transition: background 2.5s linear;
  color: #CC0000;
  font-weight: 700;
}


/* **************************************************
  190723追加
  floatingIcon
************************************************** */

  .btn-floating-wrap{
    display: none;
  }

@media (max-width: 768px) {
  .btn-floating-wrap{
    display: block;
    position: fixed;
    bottom:5px;
    right:5px;
    z-index: 9999;
    animation: animation-drift 3s linear infinite;
    transform-origin: 50% 50%;
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
  }

   .btn-floating-wrap.search{
      bottom:90px;
   }

  .btn-floating{
    padding: 5px 15px;
    border-radius: 50px;
    /*margin: 1rem 0;*/
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    position: relative;
  }

  .btn-floating.ap{}
  .btn-floating.ad{
    color:#a4c639;
  }

  .btn-floating > i{
    font-size:50px;
  }

  .btn-floating > span.show{
    font-size:11px;
    width: 100%;
    color:#000;
    text-shadow:
            #fff 1px 1px 0, #fff -1px -1px 0,
            #fff -1px 1px 0, #fff 1px -1px 0,
            #fff 0px 1px 0, #fff  0-1px 0,
            #fff -1px 0 0, #fff 1px 0 0;
  }


  @keyframes animation-drift {
    0% { transform: translateY(0) }
    33.33333% { transform: translateY(-10px) }
    66.66667% { transform: translateY(0) }
    100% { transform: translateY(0) }
  }



}

/* **************************************************
  tel button
************************************************** */

.dial-flex{
  display:flex;
  flex-flow: row wrap;
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
}


.dial-flex > div{
  flex:0 1 50%;
  margin-bottom:10px;
}

.dial-flex > div:nth-child(odd){
  padding-right: 5px;
}

.dial-flex > div:nth-child(even){
  padding-left: 5px;
}

.btn-dial {
  position: relative;
  display: inline-block;
  padding: 7px 27px 5px 0;
  /*background: #F6F7F8;*/
  background-color: #d775d7;
  border: none;
  font-size: 1.6rem;
  border-bottom: solid 4px #d775d7;
  border-radius: 3px;
  font-weight: 700;
  /*background: linear-gradient(90deg, #558dd5, #d775d7);*/
  /*background: -wekit-linear-gradient(90deg, #558dd5, #d775d7);*/
  /*background-size: 200% 100%;*/
  color: #fff; }

.btn-dial:after {
  content: "\f095";
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  display: inline-block;
  padding: 6px 7px;
  text-align: center;
  vertical-align: middle;
  background: #F6F7F8;
  color: #d775d7;
  /*border-left: solid 1px #e5e5e5;*/
  border-right: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 3px #e5e5e5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/*.btn-dial:hover {
  color:#fff;
   }*/

/*.btn-dial:hover .btn-ttl {
  border-bottom: none; }

.btn-dial:hover:after,
.btn-dial:hover .btn-ttl:after {
  border-bottom: none; }*/

.btn-dial:active,
.btn-dial:focus{
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  background-color: #A47FD5;
  border: none;
  color:#fff;
  /*background: linear-gradient(-105deg, #d775d7, #558dd5);*/
  /*background: -wekit-linear-gradient(-105deg, #d775d7, #558dd5);*/
  background-size: 200% 100%;
}



