@charset "utf-8";
/*全共通CSS*/
@font-face {
  font-family: 'APJapanesefont';
  src: url('../font/APJapanesefont.eot');
  src: url('../font/APJapanesefont.woff2') format('woff2'),
       url('../font/APJapanesefont.woff') format('woff'),
       url('../font/APJapanesefont.ttf') format('truetype'),
       url('../font/APJapanesefont.svg#APJapanesefont') format('svg'),
       url('../font/APJapanesefont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 100%;
    font-family :
  YuMincho,    /* Mac用 */
  'Yu Mincho', /* Windows用 */
  serif;
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
              'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
                Meiryo,                      /* Windowsのメイリオ */
              sans-serif;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
    vertical-align: bottom;
  }

a {
    text-decoration: none;
  }
/*
a img:hover {
  opacity: 0.6;
}
*/
/*全共通CSS*/

/*============================*/

/*PC_CSS*/
@media screen and (min-width:1025px) {
/*　for PC　*/
.pc-none {
  display: none;
}
.br-pc{
  display: block;
}
.wrapper{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top:solid 5px #c1972f; 
  padding-bottom: 40px;
  overflow: hidden;
  position: absolute;
  background-color: #c1972f;
}
.PC_allwrapper{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/*------------------------header---------------------------*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.header_wrap_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  width: 1200px;
  background: #fff;
  border-bottom: solid 4px #c1972f;
  min-height: 95px;
  border-bottom-right-radius: 100% 100px;
  border-bottom-left-radius: 100% 100px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  z-index: 999;
}
.header_inner {
  padding: 13px 16%;
}
.logo_block {
  width: 205px;
  float: left;
  border-bottom: solid 1px #000;
}
.logo_block img {
  width: 258px;
}
.header_btn {
    width: 300px;
    height: 102px;
    float: right;
    background-image: url(../images/btn3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.header_btn a{
    display: block;
}
.head-btn{
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 90px;
  margin-left: 50px;
}
.header_btn a:hover{
  width: 300px;
  height: 102px;
  background-image: url(../images/btn3-hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.hed_text{
  position: absolute;
  bottom:30px;
  left:24%;
  font-size: 15px;
}
/*------------------------header---------------------------*/
.all_inner{
  width: 100%;
  margin-top: 70px;
  background:#c1972f;
}
/*------------------------top---------------------------*/
.main_visual_wrapper{
  position: relative;
  margin-top: -13%;
}
.main_vis{
  width: 100%;
}
.medal{
  filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.6));
  max-width: 13%;
  position: absolute;
  top: 136px;
  right: 6%;
}
/*------------------------top---------------------------*/
/*------------------------btn---------------------------*/
.main_visual_btn{
  width: 100%;
  text-align: center;
}
.main_visual_btn img{
  width: 100%;
  margin: 10px auto;
}

.main_visual_btn_pc{
  width: 100%;
}

.main_visual_btn_pc img{
  width: 100%;
  margin: 10px auto;
}
/*------------------------btn---------------------------*/
/*------------------------content1---------------------------*/
.content01_back_pc{
  width: 100%;
}
.content01{
  position: relative;
  width: 100%;
}

/*------------------------content1---------------------------*/
/*おまかせ*/

.content01_box2 img{
  width:100%;
  z-index: 555;
}
/*----------------------content2-------------------------*/
/*背景黄色　薄*/
.back_color{
  background-color: #ffffeb;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-top: -60px;
  border-radius: 10px;
}
/*満足度まで　白枠（シャドウ）*/
.content02{
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px grey;
  padding:10px;
}

/*メソッド導入*/
.content02_inner{
  position: relative;
  margin:0 auto;
}
.content02_inner img{
  position: relative;
  width:100%;
}
.point_ttl{
  width: 100%;
  font-size: 25px;
  position: absolute;
  top:10%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.point_list{
  font-size: 16px;
  font-weight: bold;
}
.point_list img{
  width: 100%;
  position: absolute;
}
.point1_pc{
    width: 15%;
    position: absolute;
    bottom: 42%;
    right: 436px;
}
.point2_pc{
    width: 15%;
    position: absolute;
    bottom: 46%;
    right: 253px;
}
.point3_pc{
    width: 15%;
    position: absolute;
    bottom: 50%;
    right: 72px;
}

.point_li{
    width: 97%;
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: -120px;
}

/*-----------------method_ttl----------------------------*/
.method_ttl_img{
  width: 100%;
  text-align: center;
  margin-top: 5%;
}
.method_ttl_img img{
  width: 60%;
}

.method_circle{
  width: 75%;
  display: flex;
  margin: 10px auto;
}

.circle1{
    width: 30%;
    height: 50px;
    background-color: #ff426c;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-left: 8px;
}
.circle2{
    width: 30%;
    height: 50px;
    background-color: #ff426c;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-left: 8px;
}
.circle3{
    width: 30%;
    height: 50px;
    background-color: #ff426c;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-left: 8px;
}
/*-----------------method_ttl----------------------------*/

/*----------------------method1-------------------------*/
.method_inner{
  width:100%;
  text-align: center;
}
/*メソッド共通部分*/
.method_text{
    margin: 8% auto 3%;
    position: relative;
}
.text3{
    width: 315px;
    height: 25px;
    font-size: 18px;
    border: solid 1px;
    font-family: 'APJapanesefont';
    line-height: 25px;
    position: absolute;
    right: 35%;
    top: -30%;
}
.method_number{
    width: 5%;
    position: absolute;
    left: 28%;
    top: -25%;
}
.number1{
  width: 4%;
  position: absolute;
  left: 29%;
  top:-30%;
}
.text1{
    font-size: 22px;
    color: #ff426c;
    font-weight: bold;
}
.method_ttlline{
  width: 500px;
  height: 4px;
  position: absolute;
  left: 26%;
  top: 36%;
}

.text2_prominence{
  font-size: 18px;
  font-weight: bold;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}
.text2{
  color: #353535;
  margin-top: 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}
/*共通項目*/
.method_left{
  width: 49%;
  float: left;
}
.method_right{
  width: 49%;
  float: right;
  position: relative;
}
.method_mv{
  width: 100%;
}
.method_textbox{
  width: 100%;
  height: 70px;
  background-color: #ff426c;
  color: white;
  padding: 15px 0;
}
.box_ttl{
  font-size: 20px;
  display: flex;
  width: 75%;
  margin: 0 auto;
}
.box_ttl:before,
.box_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.box_ttl:before {
margin-right: 1rem;
}
.box_ttl:after {
margin-left: 1rem;
}
.box_ttl {
display: flex;
align-items: center;
}
.box_ttl:before,
.box_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.box_ttl:before {
margin-right: 1rem;
}
.box_ttl:after {
margin-left: 1rem;
}
.box_detail{
  font-size: 90%;
}
.note{
  float: right;
  font-size: 12px;
}
/*----------------------method1-------------------------*/
/*----------------------method2-------------------------*/
.method_under{
    width: 50%;
    float: left;
    margin-top: 10px;
}
.H_mv{
  width: 100%;
}
.hyper_slim_txt{
  background-color: #ff426c;
  text-align: center;
  position: relative;
  height: 80px;
  padding: 10px;
}
.H_ttl{
  font-size: 20px;
  color: white;
  font-weight: bold;
  display: flex;
  width: 75%;
  margin:0 auto;
}
.H_ttl:before,
.H_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.H_ttl:before {
margin-right: 1rem;
}
.H_ttl:after {
margin-left: 1rem;
}
.H_ttl {
display: flex;
align-items: center;
}
.H_ttl:before,
.H_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.H_ttl:before {
margin-right: 1rem;
}
.H_ttl:after {
margin-left: 1rem;
}
.H_t1{
  font-size: 90%;
  color: white;
}
.experiment{
    width: 48.14%;
    height: 380px;
    background-color: #ff426c;
    float: right;
    padding: 30.09px 10px;
    margin-top: 10px;
}
.H_sv_t1{
  font-weight: bold;
}
/* 六角ヘキサゴン */
.H_sv_t1 {
    width: 280px;
    height: 36px;
    background: #fff;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    line-height: 32px;
}
.H_sv_t1:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -24px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 13px solid #fff;
    transform: rotate(-90deg);
}
.H_sv_t1:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -24px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 13px solid #fff;
  transform: rotate(-90deg);
}
.experiment img{
  width: 87%;
  margin-top: 28px;
}
.H_sv_t2{
  color: white;
  font-size: 16px;
  margin-top: 10px;
}
.H_sv_t3{
  color: white;
  font-size:14px;
  margin-top: 19px;
}
/*----------------------method2-------------------------*/

/*----------------------method3-------------------------*/
.point_txt{
  color: white;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 5%;
  right: 5%;
}

.method_bottom{
  width: 49%;
  margin: 10px auto;
  text-align: center;
}
/*----------------------method3-------------------------*/

/*----------------------満足度-------------------------*/
.Introduction{
  width: 90%;
}
.satisfaction{
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.main_txt{
  position: relative;
}
.satisfaction_ttl{
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  margin: 23px auto;
}
.ornament{
  width: 440px;
  margin-top: 10px;
}
.grapf{
  width: 70%;
  margin-top: 10px;
}
.grapf_txt{
    text-align: center;
    color: white;
    font-size: 20px;
    position: absolute;
    left: 23%;
    top: 50%;
    line-height: 36px;
}
.grapf_txtspan{
    color: white;
    font-size: 30px;
    border-bottom: double 4px;
    line-height: 25px;
}
.sa_note1{
    font-size: 12px;
    position: absolute;
    right: 14%;
    bottom: 35.5%;
}
.sa_note2{
    font-size: 12px;
    position: absolute;
    right: 23%;
    bottom: 34%;
}

.magazin_block{
    width: 70%;
    height: 300px;
    margin: 25px auto;
    position: relative;
}
.bg{
  width: 100%;
  height: 264px;
}
.crown{
    width: 15%;
    position: absolute;
    left: 25%;
    top: -10px;
}
.magazine{
    width: 43%;
    position: absolute;
    right: -7px;
    top: 9px;
}
.ornament_txtblock{
    position: absolute;
    left: 9%;
    bottom: 31%;
}
.ornament_txt{
  color: #ff426c;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.satisfaction_summary{
  font-size: 15px;
  margin-top: 10px;
}
/*----------------------満足度-------------------------*/

/*-------------------ユーザーボイス-----------------------*/
.voice_wrapper{
  padding:10px;
  text-align: center;
}
/*---=======ribbon=======---*/
.headline {
    display: inline-block;
    position: relative;
    height: 90px;
    line-height: 60px;
    vertical-align: middle;
    padding: 7px 0;
    font-size: 39px;
    background: #c1972f;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 10px;
}

.headline h3 {
    vertical-align: middle;
    padding: 0 30px;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    line-height: 73px;
    width: 650px;
}

.headline:before, .headline:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.headline:before{/*左端の山形*/
    top: 0px;
    left: 0;
    border-width: 45px 0px 45px 15px;
    border-color: transparent transparent transparent #ffffeb;
    border-style: solid;
}

.headline:after{/*右端の山形*/
    top: 0;
    right: 0;
    border-width: 45px 15px 45px 0px;
    border-color: transparent #ffffeb transparent transparent;
    border-style: solid;
}
/*---=======ribbon=======---*/
.voice_inner{
  margin: 0 auto;
}
.v_block_inner{

}
.v_block1{
    width: 45%;
    height: 335px;
    background-image: url(../images/box3.png);
    background-repeat: no-repeat;
    background-size: 100% 335px;
    position: relative;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.4));
    margin-top: 10px;
    margin-left: 50px;
    float: left;
}
.voice1_right{
  width: 37%;
  float: left;
}
.voice1_right img{
  width: 90%;
  margin-top: 74px;
  margin-left: 18px;
}
.voice1_left{
  float: left;
  text-align: center;
  width: 57%;
  margin-left:12px;
  margin-top: 65px;
}

.v_block2{
    width: 45%;
    height: 335px;
    background-image: url(../images/box3.png);
    background-repeat: no-repeat;
    background-size: 100% 335px;
    position: relative;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.4));
    margin-top: 10px;
    margin-left: 50px;
    float: left;
}
.voice2_left{
  width: 37%;
  float: left;
}
.voice2_left img{
  width: 90%;
  margin-top: 74px;
  margin-left: 18px;
}
.voice2_right{
  float: left;
  text-align: center;
  width: 57%;
  margin-left:12px;
  margin-top: 65px;
}
/*============ユーザーボイス　かぎかっこ===============*/
.comment {
    color: #ff426c;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    padding:0.7em 1em;
    margin-top: -15px;
    font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.comment:before,.comment:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.comment:before{
    border-left: solid 2px #000;
    border-top: solid 2px #000;
    top:0;
    left: 0;
}
.comment:after{
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    bottom:0;
    right: 0;
}
.comment p {
    margin: 0; 
    padding: 0;
}

.name{
    font-size: 15px;
    font-weight: bold;
}
.voice_detail{
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
}
/*============ユーザーボイス　かぎかっこ===============*/
/*============staffボイス===============*/
.staff_voice{
  width: 90%;
  position: relative;
  margin: 30px auto 10px;
}
.staff_voice img{
  width: 100%;
}
.staff_inner{
  width: 65%;
  position: absolute;
  top: 30%;
  left: 9%;  
}
.s_voice_ttl{
    color: white;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    text-align: center;
}

.s_voice_detail{
    color: white;
    font-size: 15px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    margin-top: 20px;
}

/*============staffボイス===============*/
/*============course===============*/
.course{
  text-align: center;
  position: relative;
}
.course_img2{
  width: 80%;
  margin-top: -35px;
}
.course_img{
  filter: drop-shadow(0px 6px 4px rgba(0,0,0,0.4));
  width: 100%;
}
.course_txt{
    font-size: 35px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight: bold;
    position: absolute;
    top: 95px;
    left: 270px;
}
.agreement{
    width: 81%;
    font-size: 12px;
    margin: 10px auto;
}

#footer {
  background-color: #c1972f;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.footer_message{
  text-align: center;
}
.footer_txt1{
    font-size: 20px;
    color: white;
    border-bottom: solid 1px white;
    width: 666px;
    margin: 0 auto;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}
.footer_txt2{
  color: white;
  font-size: 14px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;

}
.pc-bottomwrap{
  width: 1200px;
}
.pc-footer-block{
    width: 37%;
    float: left;
    margin-left: 150px;
    margin-top: 25px;
}
.infomation{
    color: white;
    font-size: 15px;
    text-align: left;
    margin-left: 42px;
    line-height: 25px;
    margin-top: 18px;
}
.infomation h3{
  font-size: 19px;
  font-weight: bold;
}
.map{
    width: 435px;
    height: 250px;
    margin-top: 17px;
}
.pc-right-img{
    width: 534px;
    float: right;
    margin-top: 39px;
    margin-right: 72px;
}
.pc-right-img img{
  width: 60%;
}

.bottom_txt{
  color: white;
  font-weight: bold;
  font-size: 17px;
  margin-top: 25px;
}
.copyright {
  margin-top: 25px;
  font-size: 16px;
  font-style: italic;
  color: white;
}

.to_top {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 30px;
}

.to_top img {
  width: 50px;
}

.content_image img {
  width: 100%;
}


}
/*PC_CSS*/

/*============================*/













/*============================*/

/*SP_CSS*/
@media screen and (max-width:760px) { 
.sp-none {
  display: none;
}
.br-sp{
  display: block;
}
.wrapper{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border:solid 10px #c1972f; 
  min-width: 375px;
  overflow: hidden;
  position: absolute;
}
/*------------------btn------------------------*/

#cv_btn{
  position: fixed;
  bottom:0;
  right: 0;

  z-index: 10000;
}

#cv_btn a{
  display: block;
}

#cv_btn a img{
  width: 100%;
}
/*------------------btn-----------------------*/
/*------------------------header---------------------------*/

#header {
  width: 100%;
  background: #fff;
  border-bottom: solid 4px #c1972f;
  min-height: 75px;
  border-bottom-right-radius: 50% 50px;
  border-bottom-left-radius: 50% 50px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: absolute;
  z-index: 999;
}
.header_inner {
  padding: 10px 3%;
  position: relative;
}
.logo_block {
  width: 150px;
  float: left;
  border-bottom: solid 1px #000;
}
.logo_block img {
  width: 150px;
}
.header_btn {
    width: 160px;
    height: 50px;
    float: right;
    background-image: url(../images/btn3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.header_btn a{
  display: block;
}
.header_btn a:hover{
  background-image: url(../images/btn3-hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.head-btn{
  color: white;
  font-weight: bold;
  line-height: 45px;
  margin-left: 10px;
}
.hed_text{
  position: absolute;
  bottom:8px;
  left:3%;
  font-size: 10px;
}
.btn_text_sp{
  color: white;
  font-size:11px;
  font-family:'メイリオ', Meiryo,sans-serif;
  position: absolute;
  top: 28px;
  right:58px;
}
/*------------------------header---------------------------*/
.all_inner{
  width: 100%;
  background:#c1972f;
}
/*------------------------top---------------------------*/
.main_visual_wrapper{
  position: relative;
}
.main_vis{
  margin-top: 30px;
  width: 100%;
}
.medal{
    width: 18%;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.6));
    max-width: 140px;
    position: absolute;
    top: 11%;
    right: 12px;
}
/*------------------------top---------------------------*/
/*------------------------btn---------------------------*/
.main_visual_btn{
  width: 100%;
}
.main_visual_btn img{
  width: 100%;
}
/*------------------------btn---------------------------*/
/*------------------------content1---------------------------*/
.content01_back{
  width: 100%;
}
.content01{
  position: relative;
  width: 100%;
}
.content01_txtblock{
  width: 370px;
  height:300px;
  margin:0 auto;
}

/*------------------------content1---------------------------*/
/*おまかせ*/

.content01_box2 img{
  width:100%;
  z-index: 555;
}
/*----------------------content2-------------------------*/
/*背景黄色　薄*/
.back_color{
  background-color: #ffffeb;
  width: 100%;
  padding-top: 30px;
  margin-top: -25px;
  border-radius: 10px;
}
/*満足度まで　白枠（シャドウ）*/
.content02{
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px grey;
  padding:10px;
}

/*メソッド導入*/
.content02_inner{
  position: relative;
  margin:0 auto;
}
.content02_inner img{
  position: relative;
  width:100%;
}
.point_ttl{
  width: 100%;
  font-size: 20px;
  position: absolute;
  top:9%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.point_list{
  position: absolute;
  bottom: -10%;
  right: 3px;
  font-size: 10px;
  font-weight: bold;
  width: 45%;
  height: 73%;
}
.point_list img{
  width: 100%;
  position: absolute;
}
.point_block{
  height: 26%;
  max-width: 145px;
}
.point_li{
  width: 97%;
  text-align: center;
  position: absolute;
  margin-top: 17%;
}

/*-----------------method_ttl----------------------------*/
.method_ttl_img{
  width: 100%;
  text-align: center;
  margin-top: 5%;
}
.method_ttl_img img{
  width: 80%;
}

.method_circle{
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.circle1{
    width: 30%;
    height: 22px;
    background-color: #ff426c;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-left: 8px;
}
.circle2{
    width: 30%;
    height: 22px;
    background-color: #ff426c;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-left: 8px;
}
.circle3{
    width: 30%;
    height: 22px;
    background-color: #ff426c;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-left: 8px;
}
/*-----------------method_ttl----------------------------*/

/*----------------------method1-------------------------*/
.method_inner{
  width:100%;
  text-align: center;
}
/*メソッド共通部分*/
.method_text{
  margin: 8% auto 3%;
  position: relative;
}
.text3{
  width: 250px;
  height: 20px;
  font-size: 12px;
  border:solid 1px;
  margin: 0 auto;
  font-family: 'APJapanesefont';
  line-height: 25px;
}
.method_number{
  width: 6%;
  margin-top: 5px;
}
.text1{
  font-size: 18px;
  color: #ff426c;
  font-weight: bold;
  margin-bottom: -15px;
}
.method_ttlline{
  width: 300px;
}

.text2_prominence{
  font-size: 14px;
  font-weight: bold;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}
.text2{
  color: #353535;
  margin-top: 13px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
/*共通項目*/
.method01_block{
  margin-top:5px; 
  position: relative;
}
.method_mv{
  width: 100%;
}
.method_textbox{
  width: 100%;
  background-color: #ff426c;
  color: white;
  height: 50px;
  padding: 15px 0 15px;
  text-align: center;
}
.box_ttl{
  font-size: 15px;
  display: flex;
  width: 75%;
  margin: 0 auto;
}
.box_ttl:before,
.box_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.box_ttl:before {
margin-right: 1rem;
}
.box_ttl:after {
margin-left: 1rem;
}
.box_ttl {
display: flex;
align-items: center;
}
.box_ttl:before,
.box_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.box_ttl:before {
margin-right: 1rem;
}
.box_ttl:after {
margin-left: 1rem;
}
.box_detail{
  font-size: 70%;
}
.note{
  float: right;
  font-size: 10px;
}
/*----------------------method1-------------------------*/
/*----------------------method2-------------------------*/
.H_mv{
  width: 100%;
}
.hyper_slim_txt{
  background-color: #ff426c;
  padding:10px;
  text-align: center;
  position: relative;
}
.H_ttl{
  font-size: 14px;
  color: white;
  font-weight: bold;
  display: flex;
  width: 75%;
  margin:0 auto;
}
.H_ttl:before,
.H_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.H_ttl:before {
margin-right: 1rem;
}
.H_ttl:after {
margin-left: 1rem;
}
.H_ttl {
display: flex;
align-items: center;
}
.H_ttl:before,
.H_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.H_ttl:before {
margin-right: 1rem;
}
.H_ttl:after {
margin-left: 1rem;
}
.H_t1{
  font-size: 12px;
  color: white;
}
.experiment{
  padding:10px;
  background-color: #ff426c;
}
.H_sv_t1{
  font-weight: bold;
}
/* 六角ヘキサゴン */
.H_sv_t1 {
  width: 280px;
  height: 20px;
  background: #fff;
  position: relative;
  font-size: 13px;
  margin: 0 auto;
}
.H_sv_t1:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  transform: rotate(-90deg);
}
.H_sv_t1:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #fff;
  transform: rotate(-90deg);
}
.experiment img{
  width: 100%;
  margin-top: 10px;
}
.H_sv_t2{
  color: white;
  font-size: 12px;
  margin-top: 13px;
}
.H_sv_t3{
  color: white;
  font-size:12px;
  margin-top: 10px;
}
/*----------------------method2-------------------------*/

/*----------------------method3-------------------------*/
.point_txt{
  color: white;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
}
/*----------------------method3-------------------------*/

/*----------------------満足度-------------------------*/
.Introduction{
  width: 105%;
  margin-left: -2.5%;
}
.satisfaction{
  margin-top: 10px;
  text-align: center;
}
.satisfaction{
  margin-top: 8px;
}
.main_txt{
  position: relative;
}
.satisfaction_ttl{
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: -17px;
}
.ornament{
  width: 245px;
  margin-top: -100px;  
}
.grapf{
  width: 60%;
}
#grapf_text{
  color: #ff426c;
  font-size: 14px;
  font-weight: bold;
}
.sa_note1{
  font-size: 10px;
}
.sa_note2{
  font-size: 10px;
}

.magazin_block{
  width: 320px;
  position: relative;
  margin: 10px auto;
}
.bg{
  width: 320px;
}
.crown{
  width: 15%;
  position: absolute;
  left: 87px;
  top: 5px;
}
.magazine{
  width: 45%;
  position: absolute;
  right: -14px;
  top: 10px;
}
.ornament_txtblock{
  position: absolute;
  left:12px;
  bottom: 16px;
}
.ornament_txt{
  color: #ff426c;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.satisfaction_summary{
  font-size: 10px;
}
/*----------------------満足度-------------------------*/

/*-------------------ユーザーボイス-----------------------*/
.voice_wrapper{
  padding:10px;
  text-align: center;
}
/*---=======ribbon=======---*/
.headline {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 7px 0;
    font-size: 18px;/*フォントサイズ*/
    background: #c1972f;/*背景色*/
    color: #FFF;/*文字色*/
    font-weight: bold;
    box-sizing: border-box;
}

.headline h3 {
    vertical-align: middle;
    padding: 0 30px;
    border-top: solid 1px #FFF;/*上の破線*/
    border-bottom: solid 1px #FFF;/*下の破線*/
    line-height: 46px;
}

.headline:before, .headline:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.headline:before{/*左端の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #ffffeb;
  border-style: solid;
}

.headline:after{/*右端の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #ffffeb transparent transparent;
  border-style: solid;
}
/*---=======ribbon=======---*/
.voice_inner{
  margin: 0 auto;
}
.v_block_inner{
  width: 335px;
  margin:0 auto;
}
.v_block1{
    width: 100%;
    height: 200px;
    background-image: url(../images/box3.png);
    background-repeat: no-repeat;
    background-size: 100% 200px;
    position: relative;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.4));
    margin-top: 10px;
}
.voice1_right{
  width: 37%;
  float: right;
}
.voice1_right img{
  width: 90%;
  margin-top: 55px;
}
.voice1_left{
  float: left;
  text-align: center;
  width: 55%;
  margin-left:17px;
  margin-top: 11px;
}

.v_block2{
    width: 100%;
    height: 200px;
    background-image: url(../images/box2.png);
    background-repeat: no-repeat;
    background-size: 100% 200px;
    position: relative;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.4));
    margin-top: 10px;
}
.voice2_left{
  width: 37%;
  float: left;
}
.voice2_left img{
  width: 90%;
  margin-top: 55px;
  margin-left: 10px;
}
.voice2_right{
  float: right;
  text-align: center;
  width: 55%;
  margin-right:17px;
  margin-top: 11px;
}
/*============ユーザーボイス　かぎかっこ===============*/
.comment {
    color: #ff426c;
    font-size: 14px;
    position: relative;
    padding:0.7em 1em;
    margin-top: 10px;
    font-family;'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;)
    margin-top: 10px;
}
.comment:before,.comment:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.comment:before{
    border-left: solid 2px #000;
    border-top: solid 2px #000;
    top:0;
    left: 0;
}
.comment:after{
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    bottom:0;
    right: 0;
}
.comment p {
    margin: 0; 
    padding: 0;
}

.name{
    font-size: 12px;
    font-weight: bold;
}
.voice_detail{
    text-align: left;
    font-size: 10px;
    font-weight: bold;
}
/*============ユーザーボイス　かぎかっこ===============*/
/*============staffボイス===============*/
.staff_voice{
  width: 100%
  padding:10px;
  position: relative;
}
.staff_voice img{
  width: 100%;
}
.staff_inner{
  width: 65%;
  position: absolute;
  top: 17%;
  left: 9%;  
}
.s_voice_ttl{
    color: white;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    text-align: center;
}

.s_voice_detail{
    color: white;
    font-size: 10px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    margin: 3px -6px;
    line-height: 14px;
}

/*============staffボイス===============*/
.agreement{
    width: 81%;
    font-size: 10%;
    margin: 0 auto;
}

#footer {
  background-color: #c1972f;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  padding-bottom: 25%;
}

.footer_txt1{
  font-size: 12px;
  background-color: white;
}
.footer_txt2{
  font-size: 10px;
  background-color: white;
  width: 250px;
  margin:0 auto;
}
.infomation{
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px; 
}
.infomation h3{
  font-size: 15px;
  font-weight: bold;
}

.map{
  margin-top: 12px;
}
.bottom_txt{
  color: white;
  font-weight: bold;
  font-size: 15px;
}
.copyright {
  margin-top: 15px;
  font-size: 14px;
  font-style: italic;
  color: white;
}

.to_top {
  display: block;
  position: absolute;
  right: 0;
}

.to_top img {
  width: 35px;
}

.content_image img {
  width: 100%;
}

}
/*SP_CSS*/

/*============================*/















/*TABLET_CSS*/
@media screen and (min-width:760px) and ( max-width:1024px) {
.sp-none {
  display: none;
}
.br-sp{
  display: block;
}
.wrapper{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border:solid 15px #c1972f; 
  min-width: 375px;
  overflow: hidden;
  position: absolute;
  padding-bottom: 165px;
}
/*------------------btn------------------------*/

#cv_btn{
  position: fixed;
  bottom:0;
  right: 0;

  z-index: 10000;
}

#cv_btn a{
  display: block;
}

#cv_btn a img{
  width: 100%;
}
/*------------------btn-----------------------*/
/*------------------------header---------------------------*/

#header {
  width: 100%;
  background: #fff;
  border-bottom: solid 4px #c1972f;
  min-height: 90px;
  border-bottom-right-radius: 100% 100px;
  border-bottom-left-radius: 100% 100px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  position: absolute;
  z-index: 999;
}
.header_inner {
  padding: 10px 12%;
  position: relative;
}
.logo_block {
  width: 175px;
  float: left;
  border-bottom: solid 1px #000;
}
.logo_block img {
  width: 175px;
}
.header_btn {
    width: 210px;
    height: 70px;
    float: right;
    background-image: url(../images/btn3.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.header_btn a{
  display: block;
}
.header_btn a:hover{
  background-image: url(../images/btn3-hover.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.head-btn{
  color: white;
  font-weight: bold;
  line-height: 65px;
  margin-left: 35px;
}
.hed_text{
  position: absolute;
  bottom:20px;
  left:12%;
  font-size: 12px;
}

/*------------------------header---------------------------*/
.all_inner{
  width: 100%;
  background:#c1972f;
}
/*------------------------top---------------------------*/
.main_visual_wrapper{
  position: relative;
}
.main_vis{
  width: 100%;
  margin-top: 35px;
}
.medal{
  width: 25%;
  filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.6));
  max-width: 170px;
  position: absolute;
  top: -4%;
  right: 55px;
}
/*------------------------top---------------------------*/
/*------------------------btn---------------------------*/
.main_visual_btn{
  width: 100%;
}
.main_visual_btn img{
  width: 100%;
}

/*------------------------btn---------------------------*/
/*------------------------content1---------------------------*/
.content01_back{
  width: 100%;
}
.content01{
  position: relative;
  width: 100%;
}
.content01_txtblock{
  width: 370px;
  height:300px;
  margin:0 auto;
}

/*------------------------content1---------------------------*/
/*おまかせ*/

.content01_box2 img{
  width:100%;
  z-index: 555;
}
/*----------------------content2-------------------------*/
/*背景黄色　薄*/
.back_color{
  background-color: #ffffeb;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
  border-radius: 10px;
}
/*満足度まで　白枠（シャドウ）*/
.content02{
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px grey;
  padding:10px;
}

/*メソッド導入*/
.content02_inner{
  position: relative;
  margin:0 auto;
}
.content02_inner img{
  position: relative;
  width:100%;
}
.point_ttl{
  width: 100%;
  font-size: 25px;
  position: absolute;
  top:10%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.point_list{
  position: absolute;
  bottom: -10%;
  right: 3px;
  font-size: 16px;
  font-weight: bold;
  width: 45%;
  height: 73%;
}
.point_list img{
  width: 100%;
  position: absolute;
}
.point_block{
  height: 26%;
  max-width: 145px;
}
.point_li{
  width: 97%;
  text-align: center;
  position: absolute;
  margin-top: 17%;
}

/*-----------------method_ttl----------------------------*/
.method_ttl_img{
  width: 100%;
  text-align: center;
  margin-top: 5%;
}
.method_ttl_img img{
  width: 80%;
}

.method_circle{
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.circle1{
    width: 30%;
    height: 50px;
    background-color: #ff426c;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-left: 8px;
}
.circle2{
    width: 30%;
    height: 50px;
    background-color: #ff426c;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-left: 8px;
}
.circle3{
    width: 30%;
    height: 50px;
    background-color: #ff426c;
    border-radius: 45px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-left: 8px;
}
/*-----------------method_ttl----------------------------*/

/*----------------------method1-------------------------*/
.method_inner{
  width:100%;
  text-align: center;
}
/*メソッド共通部分*/
.method_text{
  margin: 8% auto 3%;
  position: relative;
}
.text3{
  width: 320px;
  height: 30px;
  font-size: 18px;
  border:solid 1px;
  margin: 0 auto;
  font-family: 'APJapanesefont';
  line-height: 30px;
}
.method_number{
  width: 6%;
  margin-top: 5px;
}
.text1{
  font-size: 22px;
  color: #ff426c;
  font-weight: bold;
  margin-bottom: -10px;
}
.method_ttlline{
  width: 370px;
}

.text2_prominence{
  font-size: 18px;
  font-weight: bold;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}
.text2{
  color: #353535;
  margin-top: 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}
/*共通項目*/
.method01_block{
  margin-top:5px; 
  position: relative;
  text-align: center;
}
.method_mv{
  width: 100%;
}
.method_textbox{
  width: 100%;
  background-color: #ff426c;
  color: white;
  padding: 15px 0;
}
.box_ttl{
  font-size: 20px;
  display: flex;
  width: 75%;
  margin: 0 auto;
}
.box_ttl:before,
.box_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.box_ttl:before {
margin-right: 1rem;
}
.box_ttl:after {
margin-left: 1rem;
}
.box_ttl {
display: flex;
align-items: center;
}
.box_ttl:before,
.box_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.box_ttl:before {
margin-right: 1rem;
}
.box_ttl:after {
margin-left: 1rem;
}
.box_detail{
  font-size: 90%;
}
.note{
  float: right;
  font-size: 10px;
}
/*----------------------method1-------------------------*/
/*----------------------method2-------------------------*/
.H_mv{
  width: 100%;
}
.hyper_slim_txt{
  background-color: #ff426c;
  padding:10px;
  text-align: center;
  position: relative;
}
.H_ttl{
  font-size: 20px;
  color: white;
  font-weight: bold;
  display: flex;
  width: 75%;
  margin:0 auto;
}
.H_ttl:before,
.H_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.H_ttl:before {
margin-right: 1rem;
}
.H_ttl:after {
margin-left: 1rem;
}
.H_ttl {
display: flex;
align-items: center;
}
.H_ttl:before,
.H_ttl:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.H_ttl:before {
margin-right: 1rem;
}
.H_ttl:after {
margin-left: 1rem;
}
.H_t1{
  font-size: 90%;
  color: white;
}
.experiment{
  padding:10px;
  background-color: #ff426c;
}
.H_sv_t1{
  font-weight: bold;
}
/* 六角ヘキサゴン */
.H_sv_t1 {
    width: 280px;
    height: 36px;
    background: #fff;
    position: relative;
    font-size: 16px;
    margin: 0 auto;
    line-height: 32px;
}
.H_sv_t1:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -24px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 13px solid #fff;
    transform: rotate(-90deg);
}
.H_sv_t1:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -24px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 13px solid #fff;
  transform: rotate(-90deg);
}
.experiment img{
  width: 75%;
  margin-top: 10px;
}
.H_sv_t2{
  color: white;
  font-size: 14px;
  margin-top: 13px;
}
.H_sv_t3{
  color: white;
  font-size:14px;
  margin-top: 10px;
}
/*----------------------method2-------------------------*/

/*----------------------method3-------------------------*/
.point_txt{
  color: white;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 6%;
  right: 8%;
}
/*----------------------method3-------------------------*/

/*----------------------満足度-------------------------*/
.Introduction{
  width: 100%;
}
.satisfaction{
  margin-top: 10px;
  text-align: center;
}
.main_txt{
  position: relative;
}
.satisfaction_ttl{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  margin: 23px auto;
}
.ornament{
  width: 335px;
  margin-top: 10px;
}
.grapf{
  width: 40%;
}
#grapf_text{
  color: #ff426c;
  font-size: 14px;
  font-weight: bold;
}
.sa_note1{
  font-size: 12px;
}
.sa_note2{
  font-size: 12px;
}

.magazin_block{
  width: 600px;
  margin:15px auto;
  position: relative;
}
.bg{
  width: 600px;
}
.crown{
  width: 15%;
  position: absolute;
  left: 22%;
  top: 20px;
}
.magazine{
  width: 45%;
  position: absolute;
  right: -10px;
  top: 18px;
}
.ornament_txtblock{
  position: absolute;
  left:7%;
  bottom: 16%;
}
.ornament_txt{
  color: #ff426c;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.satisfaction_summary{
  font-size: 13px;
  margin-top: 5px;
}
/*----------------------満足度-------------------------*/

/*-------------------ユーザーボイス-----------------------*/
.voice_wrapper{
  padding:10px;
  text-align: center;
}
/*---=======ribbon=======---*/
.headline {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 7px 0;
    font-size: 18px;/*フォントサイズ*/
    background: #c1972f;/*背景色*/
    color: #FFF;/*文字色*/
    font-weight: bold;
    box-sizing: border-box;
}

.headline h3 {
    vertical-align: middle;
    padding: 0 30px;
    border-top: solid 1px #FFF;/*上の破線*/
    border-bottom: solid 1px #FFF;/*下の破線*/
    line-height: 46px;
}

.headline:before, .headline:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.headline:before{/*左端の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #ffffeb;
  border-style: solid;
}

.headline:after{/*右端の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #ffffeb transparent transparent;
  border-style: solid;
}
/*---=======ribbon=======---*/
.voice_inner{
  margin: 0 auto;
}
.v_block_inner{
  width: 500px;
  margin:10px auto;
}
.v_block1{
    width: 90%;
    height: 245px;
    background-image: url(../images/box3.png);
    background-repeat: no-repeat;
    background-size: 100% 245px;
    position: relative;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.4));
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.voice1_right{
  width: 37%;
  float: right;
}
.voice1_right img{
  width: 90%;
  margin-top: 40px;
}
.voice1_left{
  float: left;
  text-align: center;
  width: 57%;
  margin-left:17px;
  margin-top: 10px;
}

.v_block2{
    width: 90%;
    height: 245px;
    background-image: url(../images/box2.png);
    background-repeat: no-repeat;
    background-size: 100% 245px;
    position: relative;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,0.4));
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.voice2_left{
  width: 37%;
  float: left;
}
.voice2_left img{
  width: 90%;
  margin-top: 40px;
  margin-left: 10px;
}
.voice2_right{
  float: right;
  text-align: center;
  width: 57%;
  margin-right:17px;
  margin-top: 10px;
}
/*============ユーザーボイス　かぎかっこ===============*/
.comment {
    color: #ff426c;
    font-size: 18px;
    position: relative;
    padding:0.7em 1em;
    margin-top: 10px;
    font-family;'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;)
    margin-top: 10px;
}
.comment:before,.comment:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.comment:before{
    border-left: solid 2px #000;
    border-top: solid 2px #000;
    top:0;
    left: 0;
}
.comment:after{
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    bottom:0;
    right: 0;
}
.comment p {
    margin: 0; 
    padding: 0;
}

.name{
    font-size: 15px;
    font-weight: bold;
}
.voice_detail{
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
/*============ユーザーボイス　かぎかっこ===============*/
/*============staffボイス===============*/
.staff_voice{
  width: 90%;
  position: relative;
  margin: 30px auto 10px;
}
.staff_voice img{
  width: 100%;
}
.staff_inner{
  width: 65%;
  position: absolute;
  top: 17%;
  left: 9%;  
}
.s_voice_ttl{
    color: white;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    text-align: center;
}

.s_voice_detail{
    color: white;
    font-size: 15px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    margin-top: 18px;
}

/*============staffボイス===============*/
.agreement{
    width: 81%;
    font-size: 10%;
    margin: 0 auto;
}

#footer {
  background-color: #c1972f;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  padding-bottom: 10%;
}

.footer_txt1{
  font-size: 14px;
  background-color: white;
}
.footer_txt2{
  font-size: 12px;
  background-color: white;
  width: 350px;
  margin:0 auto;
}
.infomation{
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px; 
}
.infomation h3{
  font-size: 17px;
  font-weight: bold;
}

.map{
  margin-top: 12px;
}
.bottom_txt{
  color: white;
  font-weight: bold;
  font-size: 17px;
}
.copyright {
  margin-top: 15px;
  font-size: 16px;
  font-style: italic;
  color: white;
}

.to_top {
  display: block;
  position: absolute;
  right: 0;
}

.to_top img {
  width: 35px;
}

.content_image img {
  width: 100%;
}

}
/*TABLET_CSS*/



/*============================*/
