@charset "utf-8";

/* default */
html{
  font-size:16px;
}
a.alpha:hover{
  opacity: 0.7;
}
@media (max-width: 767px){
.visible-xs {
    display: block!important;
}
}
@media screen and (max-width: 640px) {
  html{
    font-size:14px;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 90%;
  line-height: 1.6;
  position: relative;
  background-color:#eaeaea;
  color: #000;
}
.contain{
  background-size: contain;
  padding-bottom: 20px;
}
table th{
  color: #000;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
}
a {
  color: #fff;
}
a:hover {
  color: #ff9400;
  text-decoration: underline;
}
.btn{
  display: inline-block;
  position: relative;
  overflow:hidden;
  color: #fff;
  background-color: #ff811d;
  border: solid 1px #ff811d;
  box-shadow: 0 4px #ff9400;
  border-radius: 4px;
  padding: 0.8rem 1rem .6rem;
  line-height: 1;
  text-align: center;
  transition:.2s;
}
.btn:hover{
  color:#fff;
  text-decoration:none;
}
.btn:active{
  box-shadow: none!important;
  transform: translateY(4px);
}

/* .btn::after,
.btn_flat::after{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}
.btn:hover::after,
.btn_flat:hover::after{
  z-index: 0;
  background-color: rgba(255,255,255,0.2);
  -ms-transform: scale(100);
  transform: scale(100);

} */
.btn i{
  color:#fff;
  margin-right:.2em;
}
.btn.pink{
  background-color: #fa3f5b;
  border: solid 1px #fa3f5b;
  box-shadow: 0 4px #cf364d;
}
.btn.blue{
  background-color: #3d70bb;
  border: solid 1px #3d70bb;
  box-shadow: 0 4px #174d8b;
}
.btn.orange{
  background-color: #f3981c;
  border: solid 1px #f3981c;
  box-shadow: 0 4px #b77d2d;
}
.btn.disabled{
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  box-shadow: 0 4px #8b8b8b;
  pointer-events:none;
}
.btn_flat{
  padding: .7rem 1rem;
  font-size: 1.05rem;
  line-height: 1.33333;
  border-radius: 3px  min-width: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 2px #fff;
  box-shadow: inset 0 0 2px #fff;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
  background-color: #018800;
  border-color: #018800;
  border-radius:5px;
  position: relative;
  width:100%;
}
.exBox{
  margin: 0 auto 2rem;
  border: 1px solid #083A8F;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
.exTit{
  font-size: 1.2rem;
  color: #fff;
  background-color: #083A8F;
  padding: 0.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .btn_flat{
    width:100%;
  }
}
.btn_flat.pink{
  background-color: #fa3f5b;
  border: solid 1px #cf364d;
}
.btn_flat.blue{
  background-color: #3d70bb;
  border: solid 1px #174d8b;
}
.btn_flat.orange{
  background-color: #f3981c;
  border: solid 1px #b77d2d;
}
.btn_flat.white{
  background-color: #ffffff;
  border: solid 1px #afafaf;
  color:inherit;
}
.btn_flat.white:hover{
  color:inherit;
}
.btn_flat.white i{
  color:#fa3f5b;
}
.btn_flat.disabled{
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  pointer-events:none;
}
.btn_flat:hover{
  color:#fff;
  text-decoration:none;
}
.btn_flat i{
  color:#fff;
}
::selection {
  color: #fff;
  background: #174a8b;;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.require {
  color: red;
}
.red {
  color: red;
  font-size: 1.1rem!important;
}
.vat{
  vertical-align: top;
}
.navy {
  color: #083A8F;
}
.tal{
  text-align: left!important;
}
.tac{
  text-align: center;
}
ul li {
  list-style-type: none;
  margin: 0 0 .5em;
}
ul li:focus {
  outline-color: transparent;
}
ol {
  padding: 1rem 0 1rem 2rem;
}
ol li {
  padding: 0 0 1em;
}
ul.inline li {
  display: inline-block;
  margin-right: 2.5em;
}
figcaption {
  margin-top: .5rem;
  font-size: .9rem;
  line-height: 1.5;
}
.lead {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #ff811d;
}
i {
  color: #ff811d;
  padding-right:0.2rem;
  font-size: 1.2rem;
}
i.white {
  color: #FFF;
}

/* title */
.main_contents h1 {
}
.main_contents h2 {
}
.main_contents h3{
}
.main_contents h4 {
}
.main_contents h5 {
}



/* end/title */



.main_contents h3{

}

.main_contents h5{

}
.main_contents p {
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.pc-text-center {
  text-align: center;
}
.pull_right{
  float:right;
}
.pull_left{
  float:left;
}
@media screen and (max-width: 640px) {
  .pc-text-center {
    text-align: left;
  }
}
.highlight {
  background-color: #eee;
}
.container {
  max-width: 1000px;
  width: 100%;
  padding: 0 1rem;
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 .7rem;
  }
}

@media screen and (max-width: 960px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .sp_only {
    display: none;
  }
}
.table-default{

}
.table-default th,
.table-default td{
  border:1px solid #ddd;
  padding:.5rem 1rem;
}

.table-default th{
  background-color:#f8f8f8;
}

@media (max-width: 640px) {
  table.responsive-stack, table.responsive-stack thead, table.responsive-stack tbody, table.responsive-stack tr, table.responsive-stack th, table.responsive-stack td {
    display: block;
    width: auto!important;
  }
  table.responsive-stack th {
    background-color: #F3F3F3;
    border-bottom: none;
    padding: .4rem;
    text-align: center;
    line-height: 1.5;
  }
  table.responsive-stack td {
    border-bottom: none;
  }
  table.responsive-stack {
    border-bottom: 1px solid #ddd;
  }
}

/* animetion */
.img_slide_anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}
.img_slide_anim:nth-child(1) {transition-delay: 0.1s;}
.img_slide_anim:nth-child(2) {transition-delay: 0.3s;}
.img_slide_anim:nth-child(3) {transition-delay: 0.5s;}
.img_slide_anim:nth-child(4) {transition-delay: 0.7s;}
.img_slide_anim:nth-child(5) {transition-delay: 0.9s;}
.img_slide_anim:nth-child(6) {transition-delay: 1.1s;}
.img_slide_anim.imgStart {
  transform: translateY(0);
  opacity: 1;
}
@keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* end/animetion */


/* header */

/* end/header */


/* gnav */



/* end/gnav */


/* hero */


/* end/hero */

/* footer */


/* end/footer */


/* breadcrumb */
.breadcrumb {
  background-color:#F6F4F0;
  border:0;
  width:100%;
  margin-bottom:1rem !important;
  padding:.3rem .5rem;
}
.breadcrumb ol, .breadcrumb ul{
  margin:0;
  padding:0;
  font-size:0.88rem;
  line-height:1.5;
}
.breadcrumb li{
  margin:0;
}
.breadcrumb li a{
  max-width: 15em;
  overflow: hidden;
  display:inline-block;
  text-overflow: ellipsis;
  justify-content: flex-start;
}

/* end/breadcrumb */

/* subvisual */
h1.sub.title{
  /*line-height:1.5;*/
  /*padding:0 0 1em 0;
  margin-bottom:0;*/
  font-size:1.5em;
}
.show-header{
  margin-bottom:0;
  padding:0 0 2rem 0;
}
/* end/subvisual */


/************************************
form
*************************************/

/*
bulma-reset
***********************/
.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus{
  border:2px solid #ff9600;
  box-shadow:none;
}
.control.has-icons-left .icon, .control.has-icons-right .icon{
  height: 100%;
}
.is-checkradio{
  display:inline-block;
}
.checkbox, .radio{
  line-height: 2;
}
/*
reset
***********************/

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="password"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}
input:focus{
     box-shadow:none;
}
input[type="submit"].btn{
  display: inline-block;
  position: relative;
  overflow:hidden;
  color: #fff;
  background-color: #fa3f5b;
  border: solid 1px #fa3f5b;
  box-shadow: 0 4px #cf364d;
  border-radius: 4px;
  padding: .8rem 1rem .6rem;
  line-height: 1;
  text-align: center;
  transition:.2s;
}
/* デフォルトのradio、checkboxは非表示 */

input[type=radio],
input[type=checkbox] {
    display: none;
}

/* for firefox */

select {
    text-indent: 0.01px;
    text-overflow: '';
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */

select::-ms-expand {
    display: none;
}
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #eee;
    height: 2.5rem;
    box-shadow:none;
    margin:.3rem 1rem .3rem 0;
}

textarea {
    height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="text"]:hover,
.select select:hover{
    border: 1px solid #ff9600;
    box-shadow:none;
}
/* ラジオボタン */

input[type=radio]+label {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px 10px 8px 38px;
    margin:.3rem 1rem .3rem 0;
    background-color:#eee;
}

input[type=radio]+label::before,
input[type=radio]+label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

input[type=radio]+label::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background: #FFF;
    border: 1px solid #eee;
}

input[type=radio]+label::after {
    left: 16px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #f4f4f4;
}

input[type=radio]:checked+label::after {
    background: #ff9600;
}
input[type=radio]:checked+label{
  background-color:#ffe2b9;
}
/* チェックボックス */

input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px 10px 8px 38px;
    margin:.3rem 1rem .3rem 0;
    background-color:#eee;
    line-height:1.5;
}
@media screen and (max-width: 640px) {
  input[type="checkbox"] + label {
    margin:.3rem .5rem .3rem 0;
  }
}

input[type="checkbox"]+label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top:-10px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  z-index:10;
}
input[type="checkbox"] + label:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #dfdfdf;
  background-color:#fff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top:-10px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label{
  background-color:#ffe2b9;
}
input[type="checkbox"]:checked + label:before {
  width: 9px;
  height:18px;
  top: 18px;
  left: 15px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #ff9600;
  border-bottom-color: #ff9600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.select {
    display: inline-block;
    position: relative;
    width: auto;
    margin: .3rem 0 .4rem;
    border-radius: 0;
}
.select::before{
    position: absolute;
    top: 0;
    right: 1.5rem;
    height:100%;
    width: 10px;
    z-index:1;
    content:"";
    display:block;
    border-left: 1px solid #ddd;
}
.select::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent!important;
    border-left: 6px solid transparent!important;
    border-bottom: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
    border-top: 6px solid #000!important;
    top: 50%!important;
    right: 10px!important;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    margin-top: -3px!important;
    pointer-events: none;
}
.select select {
    width: 100%;
    height: 2rem;
    font-size: .88rem;
    padding: 0 10px;
    border:1px solid #ddd;
    border-radius:0;
    position: relative;
    box-sizing:border-box;
}

/* ie9対策 */




/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 1rem;
}

/* Firefox 18- */

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 1rem;
}

/* Firefox 19+ */

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 1rem;
}

/* IE 10+ */

:-ms-input-placeholder {
    color: #ccc;
    font-size: 1rem;
}

.group_inline{
  position:relative;
  display: -webkit-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin:.3rem 1rem .3rem 0;
}
.group_inline span,
.group_inline b,
.group_inline button{
  background-color:#eee;
  height: 2.5rem;
  width: auto;
  padding:0 .5rem;
  line-height:2.5rem;
  font-weight: normal;
}
.group_inline input{
    margin-right:0;
    width: auto;
}
@media screen and (max-width: 640px) {
  .group_inline{
    width: 100%;
    margin: .3rem 0;
  }
  .group_inline input{
      margin-right:0;
      max-width: 100%!important;
      width: 100%;
  }
  textarea, input[type="number"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"]{
      max-width: 100%!important;
      width: 100%;
  }
}

/************************************
form_end
*************************************/

/* header */
header .inner{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  padding-top:1rem;
}
header .inner::before{
  content:url(../img/icon01.svg);
  width:5rem;
  margin-right:1rem;
}
header .inner::after{
  content:url(../img/icon02.svg);
  width:5rem;
  margin-left:1rem;
}
header .inner .txt{
  width:calc(100% - 12rem);
}
header .inner .txt h1{
  font-weight:bold;
}
header .inner .txt p{
  color:#174a8b;
  font-size:1.3rem;
}
@media screen and (max-width: 900px) {
  header .inner::before{
    width:3rem;
  }
  header .inner::after{
    width:3rem;
  }
  header .inner .txt{
    width:calc(100% - 8rem);
  }
  header .inner .txt h1{
    font-size:1.3rem;
  }
  header .inner .txt p{
    font-size:1.1rem;
  }
}
@media screen and (max-width: 640px) {
  header .inner::before{
    content:none;
  }
  header .inner::after{
    content:none;
  }
  header .inner .txt{
    width:100%;
  }
  header .inner .txt h1{
    font-size: 4.2vw;
    text-align:center;
    letter-spacing:-.1em;
  }
  header .inner .txt h1::after{
    content:url(../img/icon01.svg);
    display:inline-block;
    vertical-align: top;
    width:2rem;
    margin-left:.2rem;
  }
  header .inner .txt p{
    font-size:1.1rem;
  }
}
/* end/header */

/* hero */
.hero .fv{
  margin-bottom:2rem;
}
.hero .fv .sp{
  display:none;
}
.point .sp {
    display: none;
}
@media screen and (max-width: 640px) {
  .hero .fv{
    margin:0rem 0;
  }
  .hero .fv .sp{
    display:block;
  }
  .hero .fv .pc{
    display:none;
  }
  .point .sp{
    display:block;
  }
  .point .pc{
    display:none;
  }
}


.hero .inner{
  position:relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  -webkit-flex-direction:row-reverse;
  flex-direction:row-reverse;
  border:3px solid #174a8b;
  background-color:#fff;
  margin:2rem 0;
  padding:1rem 8.2rem 1rem 1rem;
}
.hero .inner .txt p{
  font-size: 1.1rem;
}
.hero .inner .txt p strong{
  display:block;
  font-size: 2.7rem;
  color:#b9e9ff;
  line-height:1;
  margin-top:.5rem;
}
.hero .inner .tit{
  position:absolute;
  top:-2rem;
  right: -1rem;
}
.hero .inner .tit img{
  width: 5.7rem;
}
.hero .inner .tit h2{
  text-align:center;
  width:12rem;
  line-height:1;
  font-weight:bold;
  color: #ffa500;
}
.hero .inner .img{
  width: 12rem;
  margin:0 1rem 0 0;
}
.xs_only{
  display:none;
}
@media screen and (max-width: 1100px) {
  .hero .inner .txt p{
    font-size: 1.9vw;
  }
  .hero .inner .txt p strong{
    display:block;
    font-size: 3.8vw;
    color:#b9e9ff;
  }
}
@media screen and (max-width: 640px) {
  .hero .inner{
    padding:.5rem;
    margin:1rem 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-justify-content: center;
    justify-content:         center;
  }
  .xs_only{
    display:block;
  }
  .hero .inner .txt{
    width: 75%;
  }
  .hero .inner .txt p{
    width:100%;
    font-size: 2.5vw;
    padding:0;
  }
  .hero .inner .txt p strong{
    margin:.5rem 0 0;
    font-size: 6.5vw;
    line-height:1.2;
    text-align:center;
    padding:0 0 0;
  }
  .hero .inner .tit{
    position:static;
    width: 23%;
  }
  .hero .inner .tit img{
    width: 16vw;
  }
  .hero .inner .tit h2{
    width:100%;
    margin-top:.25rem;
    font-size:3.7vw;
  }
  .hero .inner .img{
    display:none;
    position:absolute;
    width:4.6rem;
    bottom: 1rem;
    left:.5rem;
  }
}

/* end/hero */

main > .container{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
main .main_contents{
  width:calc(100% - 200px - 1rem);
  background-color:#fff;
}

main aside{
  width:200px;
  background-color:#fff;
}
@media screen and (max-width: 800px) {
  main .main_contents{
    width:100%;
  }
  main aside{
    width:100%;
    margin-top:3rem;
  }
}

/* desc */
.desc {
  padding:1rem;
  background-color:#b9e9ff;
}
.desc h2{
  font-size:1.8rem;
  clear:both;
  line-height:1;
  /* font-weight:bold; */
  color:#174a8b;
  display:inline;
  position: relative;
  background: linear-gradient(transparent 20%, #fff 20%);
  background-size: 100% 50%;
  background-position: left .5em;
  background-repeat: no-repeat;
}
.desc .pull_right{
  width:32%;
  padding:0 0 .5rem .5rem;
}
.desc p:first-of-type .pull_right{
  width:45%;
}
@media screen and (max-width: 640px) {
  .desc p:first-of-type .pull_right{
    width:50%;
  }
}

.desc p{
  font-size:1rem;
  line-height:1.8;
  margin:.5rem 0 2rem;
}
.desc p:last-child{
  margin-bottom:1rem;
}

/* end/desc */

/* hikaku */
.hikaku_sec {
  padding:1rem 0 1rem;
  position:relative;
}
.hikaku_sec h2{
  font-weight:bold;
  font-size:2rem;
  line-height:1;
  text-align:center;
  padding-bottom: 0.5rem;
  position:relative;
}
.hikaku_sec.hikaku02 h2::before{
  background:url(../img/kurio_ranking02.png) no-repeat;
  background-size:contain;
  width: 7rem;
  height: 8.1rem;
}
@media screen and (max-width: 640px) {
  .hikaku_sec h2::before{
    position:absolute;
    background-size:contain;
    z-index:10;
    width: 11rem;
    content:"";
    right: 1rem;
    bottom:0;
  }
  .hikaku_sec.hikaku02 h2::before{
    background-size:contain;
    width: 6rem;
    height: 6.5rem;
  }
}

table {
  max-width: 100%;
  width: 100%;
  table-layout: fixed;
  margin: 1em 0;
  vertical-align: middle;
  font-size: .9rem;
}

table th {
  text-align: center;
  width: 28%;
  background-color: #b9e9ff;
  vertical-align: middle;
  padding: 0.5em;
  border: 1px solid #ddd;
}

table td {
  vertical-align: middle;
  padding: 1rem;
  border: 1px solid #ddd;
  line-height: 1.5;
  background-color: #fff;
}

.table td, .table th {
  padding: 1rem;
  vertical-align: middle;
}

@media (max-width: 640px) {
  table.sp-block, table.sp-block thead, table.sp-block tbody, table.sp-block tr, table.sp-block th, table.sp-block td {
    display: block;
    width: auto!important;
  }
  table.sp-block th {
    border-bottom: none;
    padding: .4em 0;
  }
  table.sp-block td {
    border-bottom: none;
  }
  table.sp-block {
    border-bottom: 1px solid #ddd;
  }
}

table ul {
  padding: 0;
}

.hikaku{
  overflow-x:scroll;
  margin-bottom: 2rem;
}
.attention{
  margin-bottom:3rem;
  line-height:1.5;
}
.hikaku table{
  table-layout:fixed;
  min-width: 1500px;
  font-size:.8rem;
  width: auto;
}
.hikaku table th{
  width: 7.2em;
  font-size: 0.9rem;
  font-weight: bold;
  padding:0.5rem .5rem;
  background-color:#b9e9ff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  white-space: normal;
  margin:-1px;
  border-left:none;
}
.hikaku table th::after{
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  border-left:1px solid #ddd;
  content:"";
  display:block;
  width:100%;
  height:calc(100% + 1px);
  position:absolute;
  top:-1px;
  left:0;
}
.hikaku table tr:first-of-type img{
  width:60px;
}
.hikaku table td{
  max-width: 8em;
  padding: 0.5rem 5px;
  text-align:center;
  font-size: 0.9rem;
}
.hikaku table span.star{
  font-size:1.3rem;
  color:#969696;
  background:none;
  font-weight: 100;
}
.hikaku table span.star5{
  color: #e8cf1d;
  background:none;
  font-weight: 100;
  font-size: 1.3rem;
}
.st span.star{
  font-size:1.3rem;
  color:#969696;
  background:none;
  font-weight: 100;
}
.st span.star5{
  color: #e8cf1d;
  background:none;
  font-weight: 100;
  font-size: 1.3rem;
}
.hikaku table td .btn_flat{
  font-size:0.9rem;
}
.hikaku table td span{
  font-size: 0.9rem;
  font-weight:bold;
  /* background: linear-gradient(transparent 60%, #ffff66 60%); */
}
.hikaku table td span small{
  display:none;
  background-color:#f00;
  color:#fff;
  border-radius:3px;
  padding:5px;
  font-size:.9rem;
  margin-top:.4rem;
}
.hikaku table tr:nth-of-type(1) td svg{
  display:block;
  margin:0 auto;
  font-size:1.5rem;
  color:#fff40e;
}
.hikaku table span.big {
  background: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.st span.big {
  background: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.hikaku table td .site{
  font-size:.8rem;
  padding:1rem 0.2rem;
}
@media screen and (max-width: 640px) {
  .hikaku_sec h2{
    font-size:1.5rem;
  }
  .hikaku table{
    font-size: 0.9rem;
  }
  .hikaku table th{
    width: 3.5em;
    color:#000;
    padding:.4em;
  }
  .hikaku table td{
    width: 100px;
    padding:.4em .4em;
  }
  .hikaku table td span{
    font-size:.9rem;
  }
}
/* ScrollHint */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 95px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
/* ScrollHint */
/* end/hikaku */

/* search */
.search_area {
  padding:0 1rem;
}
.search_area .ac{
  font-size:1.2rem;
  text-align:center;
  background-color:#c6e5ef;
  margin:0 auto 1rem;
  color:#2a5772;
  font-weight:bold;
  padding:.5rem .5rem .5rem .5rem;
  position:relative;
  cursor:pointer;
}
.search_area .ac:hover{
  background-color:#92cfe2;
}
.search_area .ac::after{
  content:"";
  position:absolute;
  width:1rem;
  height:1rem;
  right:1rem;
  top:0.7rem;
  border-right:2px solid #2a5772;
  border-bottom:2px solid #2a5772;
  transform:rotate(45deg);
  transition:.4s;
}
.search_area .ac.open::after{
  transform:rotate(-135deg);
  top:1.2rem;
}
@media screen and (max-width: 640px) {
  .search_area .search_box{
    padding:.5rem;
    text-align:center;
    font-size:.8rem;
  }

}
.is-hide {
  display: none;
}
.search_list_area .list{
  min-height:4em;
  border:none;
  box-shadow:none;
  position:relative;
}
.search_list_area .list .list_item{
  background-color:#fff;
  position:relative;
  z-index:1;
  /* border:3px solid #2a5772; */
  margin: 2rem 0 5rem;
}
.search_list_area .list .list_item.rank06{
  margin-top:5rem;
}
/* .search_list_area .list::before{
  position:absolute;
  padding:1rem;
  color:#f00;
  font-size:1rem;
  content:"検索結果がみつかりませんでした。条件を変えて検索をしてみてください。";
} */
.list_item p.catch{
  font-size:2rem;
  font-weight:bold;

}
.list_item .sarvice_name{
  background: var(--btn-mail, linear-gradient(180deg, #1D9FD7 0%, #0080BF 100%));
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin:4rem 0 1rem;
  padding:0.5rem 1rem;
  position:relative;
}
.list_item .sarvice_name p{
  font-weight:bold;
  position:absolute;
  line-height:1;
  text-align:center;
}
.list_item .sarvice_name p span{
  color:#f00;
}
.list_item .sarvice_name h2{
  /* padding-left:6rem; */
  font-size:1.5rem;
  font-weight:bold;
  color:#fff;
}
.list_item .sarvice_name p img{
  width:50px;
}
.list_item .cap{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  padding:1rem;
}
.list_item .cap .img{
  width:calc(30% - 0.5rem);
}
.list_item .cap .txt .lead{
  font-weight:bold;
  color:#ff00ca;
  line-height:1.2;
  margin:0 0 1rem;
  transform:rotate(-4deg);
}
.list_item .cap .txt{
  width:calc(70% - 0.5rem);
}
.list_item .cap h3{
  font-weight:bold;
  color:#f00;
  margin:1.5rem 0 .25rem;
  font-size: 1.3rem;
}
.list_item .cap .txt ul{
  padding-left:1.5rem;
}
.list_item .point{
  width:100%;
  border:3px solid #c6e5ef;
  border-radius:10px;
  padding:1rem;
  margin:1rem 0;
}
.list_item .point h3{
  margin-top:0;
}
.list_item .cap .point ul li{
  display: -webkit-flex;
  display: flex;
}
/* .list_item .cap .point ul li::before{
  content:url(../img/icon_check.svg);
  display:inline-block;
  width:2rem;
  min-width:2rem;
} */
.list_item .service_list {
    width: calc(100% - 2rem);
    margin: 0 auto;
}
.list_item .service_list h4{
  width:10rem;
  text-align:center;
  font-family: 'ふい字Ｐ';
  font-size:1.25rem;
  line-height:1.2;
  background-color:#b0d7d5;
  font-weight:bold;
  color:#2a5772;
  padding:1rem 0;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
}
.list_item .service_list p{
  width:calc(50% - 10rem);
  text-align:center;
  font-size:1.3rem;
  font-weight:bold;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
  margin:0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content:         center;
}
.list_item .hyoka{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left:1px solid #2a5772;
  border-top:1px solid #2a5772;
  width:calc(100% - 2rem);
  margin:1rem auto;
}
.list_item .hyoka h3{
  width:100%;
  text-align:center;
  color:#fff;
  font-family: 'ふい字Ｐ';
  font-size:24px;
  font-weight:bold;
  background-color:#2a5772;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
}
.list_item .hyoka h4{
  width:10rem;
  text-align:center;
  font-family: 'ふい字Ｐ';
  font-size:1.25rem;
  line-height:1.2;
  background-color:#b0d7d5;
  font-weight:bold;
  color:#2a5772;
  padding:1rem 0;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
}
.list_item .hyoka p{
  width:calc(50% - 10rem);
  text-align:center;
  font-size:2rem;
  font-weight:bold;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
  margin:0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content:         center;
  color:#e8cf1d;
}
.campaign{
  width:calc(100% - 2rem);
  margin:1rem auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.campaign h3{
  background-color:#c71212;
  color:#fff;
  font-family: 'ふい字Ｐ';
  font-size:24px;
  text-align:center;
  width:100%;
}
.campaign .item{
  width:50%;
  padding:1rem .5rem;
  border:1px solid #c71212;
  font-size:1.1rem;
}
.campaign .item:first-of-type{
  border-right:none;
}
.campaign .item p{
  margin-bottom:0;
}
.list_item .btn_flat{
  display:block;
  width:100%;
  padding:1rem;
}
.search_list_area .catch.tegaki{
  display:block;
  margin-top:2rem;
  text-align:right;
  padding-right:9rem;
  color:#f00;
  font-size:32px;
  line-height:1;
  font-weight:bold;
  transform:rotate(3deg);
}
.search_list_area .list .list_item.rank01,
.search_list_area .list .list_item.rank02{
  margin-top:2rem;
}

@media screen and (max-width: 1000px) {
  .search_list_area .catch.tegaki{
    text-align:left;
    padding-left:1rem;
  }
  .list_item .service_list p{
    font-size:1rem;
  }
  .list_item .hyoka p{
    font-size:1rem;
  }
}
@media screen and (max-width: 640px) {
  .search_list_area .catch.tegaki{
    font-size:1.5rem;
    padding-right:8rem;
    text-align:right;
  }
  .list_item .sarvice_name p{
    font-size:20px;
  }
  .list_item .sarvice_name h2{
    font-size:1.5em;
  }

  .search_list_area .list .list_item.rank01::before,
  .search_list_area .list .list_item.rank02::before,
  .search_list_area .list .list_item.rank06::before{
    width:6rem;
    height:6rem;
    right: 1rem;
    top: -1.1rem;
  }
  .search_list_area .list .list_item.rank06::before{
    right:0;
    top: -6rem;
  }

  .list_item .cap .img{
    width:65%;
    margin: 0 auto 1rem;
  }
  .list_item .cap .txt{
    width:100%;
  }
  .list_item .cap .txt .lead{
    font-size:1.5rem;
    text-align:c;
  }
  .list_item .cap h3{
    font-size:1.2rem;
  }
  .list_item .service_list h4,
  .list_item .hyoka h4{
    font-size:.9rem;
    letter-spacing:-.1em;
    width:5.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content:         center;
  }
  .list_item .service_list p,
  .list_item .hyoka p{
    width:calc(50% - 5.5rem);
    font-size:.9rem;
    word-break: break-all;
  }
  .campaign h3{
    font-size:1.5rem;
  }
  .campaign .item{
    width:100%;
  }
  .campaign .item:first-of-type{
    border-right:1px solid #c71212;
    border-bottom:none;
  }

}

/* end/search */


aside .profile h2{
  background-color:#b9e9ff;
  text-align:center;
  color:#174a8b;
  line-height:1;
  padding:.5rem;
}
aside .profile .flex img{
  padding:1rem 1rem;
}
aside .profile .flex p{
  text-align:center;
}
aside .profile p{
  font-size:1rem;
  padding:0 .5rem;
  margin-bottom:1rem;
}
aside .profile h4{
  font-weight:bold;
  color:#174a8b;
  padding:0 .5rem;
  font-size:1rem;
}
@media screen and (max-width: 640px) {
  aside .profile .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
  }
  aside .profile .inner .flex{
    width:8rem;
  }
  aside .profile h2{
    font-size:1.2rem;
  }
  aside .profile .inner .flex img{
    padding:0.5rem;
  }
  aside .profile .inner .flex p{
    font-size:.9rem;
    margin-top:0;
  }
  aside .profile .inner .txt{
    width:calc(100% - 8rem );
    margin-top:.5rem;
  }
  aside .profile .inner .txt p{
    font-size:.9rem;
    margin-bottom:0.5rem;
  }
}

aside .side_rank h2 {
    background-color: #b9e9ff;
    text-align: center;
    color: #083A8F;
    line-height: 1;
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}
aside .side_rank li{
  border-bottom:1px solid #b9e9ff;
}
aside .side_rank .rank_icon{
  width:60px;
  margin:1rem auto 0;
}
aside .side_rank h3 {
    text-align: center;
    margin: 1rem 0.5rem;
    font-weight: bold;
    color: #083A8F;
}
aside .side_rank img:not(.rank_icon){
  padding:0 1rem 1rem;
}
aside .side_rank a:hover{
  text-decoration:none;
}
aside .side_rank a:hover img{
  opacity:.7;
}
@media screen and (max-width: 768px) {
  aside .side_rank h3{
    text-align:center;
    margin:.5rem .5rem 0;
    font-weight:bold;
    color:#174a8b;
    font-size:1.2rem;
  }
  aside .side_rank img:not(.rank_icon){
    padding:0 1rem 1rem;
    width:360px;
    max-width: 75%;
  }
}
.footer{
  background-color:#174a8b;
  color:#fff;
}
.note {
  background:url(../img/bg-notes.png);
  width:calc(100% - 2rem);
  margin:5rem auto;
  border:1px solid #ddd;
  padding:1rem;
  font-family: 'ふい字Ｐ';
}
.note h2{
  font-size:2rem;
  font-weight:bold;
  color:#f00;
  margin-bottom:.5em;
}
.note h3{
  font-size:1.5rem;
  font-weight:bold;
  margin-bottom:.5em;
  color:#174a8b;
}
.note p{
  font-size:1.3rem;
}
.marker {
  position: relative;
  background: linear-gradient(transparent 40%, #ffff66 40%);
  background-size: 100% 50%;
  background-position: left .5em;
  background-repeat: no-repeat;
}
.border{
  border-bottom: solid 2px #174a8b;
}
.note .pull_right{
  width:32%;
  padding:0 0 .5rem .5rem;
}
@media screen and (max-width: 640px) {
  .note .pull_right{
    width:40%;
  }
}
.voice{
  display: flex;
  padding-right: 5px;
}
.voice img{
  margin: 0px;
}
.pic1{
  display: inline-block;
  padding-top: 15px;
  width: 22%;
}
.ttl{
    font-weight: bold;
    color: #174a8b;
    margin: 1.5rem 0 .25rem;
    padding-left: 10px;
}
.ttl-kyujin{
    font-weight: bold;
    color: #174a8b;
    margin-top:0px;
    padding-left: 10px;
}
.balloon1-left {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  background: #fffbe0;
  width: 79%
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fffbe0;
}
.balloon1-left p {
  margin: 0;
  padding: 0;
}
.balloon2-left {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  background: #e0edff;
  width: 79%
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}
.txtBox{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.pointBox{
  margin-right: 1.5rem;
  width: calc(100% / 3);
}
.pointBox:nth-child(3){
  margin-right: 0;
}
.pointtxt{
  margin: 1rem auto;
  font-size: 1rem;
  line-height: 1.6;
}
.pointTit{
  font-weight: bold;
  font-size: 1.4rem;
  color: #083A8F;
  text-align: center;
}
@media screen and (max-width: 784px) {
.txtBox{
    display: block;
    padding: 1rem;
}
.pointBox{
  margin-right: 0;
  width: 100%;
}
  .balloon1-left:before {
  top: 15%;
}
.balloon2-left:before {
  top: 15%;
}
.pic1{
  width: 20%;
}
  }
.kyujin{
  padding-left: 15px;
  padding-right: 15px;
}
.kyujin .kyujin_list th {
  color: #4e4e4e;
  background-color: #fff;

}
.pink{
  color: #ff82e1;
  font-size: 160%;
}
.cate{
  border-radius:15px;
  background-color: #fff5cc;

}

/*運営者情報*/
.content001 .unei{
  background-color: #fff;
    border-radius: 10px;
    padding:  30px 0;
}

.content001 h2 {
    background-color: #174a8b;
    border-radius: 7px;
    padding: 10px 7px;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
}

.content001 .hs{
  padding-bottom: 20px;
}

.content001 .hh{
  color:  #174a8b;
  font-weight: 800;
}

.content001 .top-botan{
    margin:10px;
    padding:  20px;
    text-align:   center; 
    font-weight: 900;
}

.content001 .top-botan a{
      color:  #174a8b;
      font-size:  20px;
}

.main_contents{
  padding: 30px;

}


@media screen and (max-width: 784px) {
  .main_contents{
    padding: 10px;
  }

  .content001 h2{
    font-size: 16px;
  }

}

.icon-img img {
    width: 100px;
    height: 100px;
    margin: -50px auto 5px;
    border-radius: 50%;
}