@charset "utf-8";
*{
  box-sizing: border-box;
}

.sp_none{
  display: none !important;
}

.tab_none{
  display: none !important;
}

img{
  max-width: 100%;
}

section{
  padding: 0;
}

span{
  font-size: 1.0em;
}

header{
  width: 100%;
  position: relative;
}

.header_content{
  background: url(images/bg01.png) center top no-repeat;
  background-size: cover;
}

header::before{
  background: rgba(255,255,255,0.35);
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
}

header::after{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: url(images/header_nami.png) bottom center repeat-x;
  content: "";
  height: 100%;
  background-size: 100%;
}

header .logo{
  width: 80%;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
}

header .logo h1 img{
  width: 80%;
}

.nav_in{
  width: 100%;
}
.nav_in .logo{
  display: flex;
  justify-content: center;
  text-align: right;
  align-items: center;
  width: 50%;
}

.nav_in .logo h1{
  font-size: 1.6em;
  line-height: 0.8;
  margin: 5px 0 0 0;
}

.nav_in .logo h1 span{padding: 0 0px 0 10px;}

.nav_in .logo h1 small{
  font-size: 0.40em;
  padding-right: 13px;
}

.nav_in .logo img{
  width: 56px;
  margin-right: 10px;
}

.nav_in .btn{
  width: 55%;
  background: #000;
  height: 45px;
  border-radius: 50px;
  margin: 20px auto;
}

.nav_in .btn a{
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav_in .btn i.i01{
  width: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.nav_in .btn i.i02{
  width: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

header .inner{
  width: 100%;
  position: relative;
  margin: auto;
  z-index: 2;
  display: flex;
  padding: 85px 3% 35px;
  flex-wrap: wrap;
}

.inner{
    width: 100%;
    margin: auto;
    padding: 30px 3%;
    max-width: 100%;
}

#nav-toggle {
  position: fixed;
  top: 15px;
  right: 10px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 14px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background:
  rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.0em;
}

#gloval-nav a {
  display: flex;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
  justify-content: center;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
}
#gloval-nav ul li:nth-child(2) {
}
#gloval-nav ul li:nth-child(3) {
}
#gloval-nav ul li:nth-child(4) {
}
#gloval-nav ul li:nth-child(5) {
}
#gloval-nav ul li:nth-child(6) {
}
#gloval-nav ul li:nth-child(7) {
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  width: 100%;
}


.btn_top{
  position: fixed;
  right: 10px;
  bottom: 10px;
}

header .left_box{
width: 100%;
}

header .left_box .header01{display: flex;margin: 0 0 45px 0;flex-wrap: wrap;justify-content: center;}

header .left_box .teigaku{background: #CB9727;font-size: 1.2em;display: flex;justify-content: center;align-items: center;line-height: 1.0;padding: 13px 35px 10px;font-weight: bold;border-radius: 12px;margin: 0px auto 10px;width: 80%;color: #fff;}

header .left_box .header01 h4{font-size: 1.2em;text-align: center;color: #CB9727;}

header .left_box .title{position: relative;margin: 0 0 20px 0;padding: 0;}

header .left_box .title h2{font-size: 1.7em;text-align: center;}

header .left_box .title h2 span.gl{background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;display: inline-block;line-height: 1.0;
}

header .left_box .title i{position: absolute;top: -2.0em;right: 15%;}

header .left_box .title i img{width: 80px;}

header .left_box .title .i_6tuki{
  position: relative;
}

header .left_box .title .i_6tuki::after{
  position: absolute;
  right: -80px;
  top: -30px;
  background: url(images/header_6tuki.png);
  display: block;
  background-size: contain;
  width: 80px;
  height: 60px;
}

header .left_box .start{
  background: #fff;
  border: 3px solid #CB9724;
  border-radius: 12px;
  color: #9A7208;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 5px;
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
  justify-content: center;
}

header .left_box .off_m{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 30px 0;
}

header .left_box .off_m img{
  width: 54px;
}

header .left_box .off_m p{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

header .left_box .off_m p span.gl{background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;display: inline-block;line-height: 1.0;
}

header .left_box .off_m::before{
}

header .left_box .off_m::after{

}

header .btn-s{background: #37342D;color: #fff;width: 100%;position: relative;border-radius: 50px;display: flex;align-items: center;padding: 31px 20px 20px 20px;margin: auto;min-width: 480px;}

header .btn-s .senchaku{width: 70%;background: #fff;border: 4px solid #37342D;position: absolute;top: -30px;left: 15px;padding: 5px 30px;display: flex;justify-content: center;align-items: center;border-radius: 50px;
font-weight:bold;color: #FF0014;font-size: 1.2em;}

header .btn-s .senchaku span{
  color: #000;
  font-size: 1.0em;
  margin: 0;
}

header .btn-s .kuwashiku{width: 80px;position: absolute;right: 27px;top: 2px;max-width: 25%;}

header .btn-s i.note{width: 30px;margin: 0 10px 0 0;}

header .btn-s i.note img{width: 30px;}

header .btn-s span{color: #fff;font-size: 1.1em;margin: 0;font-weight: bold;left: 13%;}

header .btn-s span small{
  font-size: 0.8em;
  color: #fff;
  }

header .btn-s i.arrow{margin: 0 0 0 auto;}

header .btn-s i.arrow img{
  width: 21px;
}

header .right_box{width: 100%;display: flex;justify-content: space-between;margin: 0 0 30px 0;flex-wrap: wrap;}

header .right_box .box{width: 28%;position: relative;top: 0;max-width: 185px;}

header .right_box .content{background: url(images/dot.png);border-radius: 200px;border: 4px solid #F8CC54;justify-content: center;align-items: center;flex-wrap: wrap;padding: 15px 15px;background-position: left 1px top 3px;background-size: 10px;}

header .right_box .gl_y{
  text-align: center;
  margin: 0 0 5px 0;
}
header .right_box .gl_y span{background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;display: inline-block;font-size: 0.9em;}
header .right_box .content img{

}

header .right_box .text{
  text-align: center;
  position: relative;
  top: -15px;
}
header .right_box .text span.gl{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(255,2255,255,0.65) 0%) repeat scroll 0 0;
  display: inline-block;
  line-height: 1.3;
  padding: 0 5px;
  font-size: 0.9em;
  font-weight: bold;
}

.contents_tit{
  text-align: center;
  margin: 0 0 60px 0;
}

.title_sub{
  font-family: Futura,'Lato', sans-serif;
  color: #F8CC54;
  font-weight: bold;
  font-size:1.1em;
  margin: 0 0 15px 0;
}

.contents_tit h2{
  font-size: 1.3em;
  position: relative;
}

.contents_tit h2::before{
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    bottom: -20px;
    left: 50%;
    width: 100px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background: linear-gradient(to right, #FDDC01 0%, #FDDC01 50%, #6EC3C0 50%, #6EC3C0 100%);
}

.content01{
  background: url(images/content01bg.png) bottom center repeat-x;
  background-size: contain;
}

.content01 .flex_wrap{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 margin-bottom: 30px;
}

.content01 .flex_wrap .box{
  width: 33%;
  margin: 0 0 15px 0;
}

.content01 .flex_wrap .box .img_box{
  margin-bottom: 15px;
  text-align: center;
}

.content01 .flex_wrap .box .img_box img{
  height: 100px;
}

.content01 .flex_wrap .box p{
  text-align: center;
  font-size: 0.8em;
}

.content01 .arrow{
  text-align: center;
  margin-bottom: 30px;
}

.content01 .arrow img{
  width: 15%;
}

.content01 .text_box{
  font-size: 1.1em;
  text-align: center;
  line-height: 1.8;
  position: relative;
}

.content01 .text_box span.blue{
  color:#5EA6AD;
  font-weight: bold;
}
.content01 .text_box span.gl{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;
}

.content01 .text_box::before{
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(images/line01.png);
  background-repeat: no-repeat;
}

.content01 .text_box::after{
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(images/line02.png);
  background-repeat: no-repeat;
}

.content01 .line_glg::before{
  height: 60px;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  content: '';
  display: inline-block;
  font-size: 4rem;
  position: absolute;
  width: 10px;
  border-right: 1px solid #F8CC54;
  left: 15px;
  top: -30px;
}

.content01 .line_glg::after {
    height: 60px;
    right: 15px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: '';
    display: inline-block;
    font-size: 4rem;
    position: absolute;
    width: 10px;
    border-right: 1px solid #F8CC54;
    top: -30px;
}

.content02 {
  background: #F8F8F8;
}
.content02 .flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content02 .flex_wrap .left{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content02 .flex_wrap .left .box01{
  padding: 30px 0 20px;
  position: relative;
  border: 2px solid #C7C7C7;
  border-radius: 8px;
  background: #fff;
  width: 46%;
  /* margin: 45px 0 50px 0; */
  text-align: center;
}

.content02 .flex_wrap .left .box02{
  padding: 40px 20px 20px;
  position: relative;
  border: 2px solid #C7C7C7;
  border-radius: 8px;
  background: #fff;
  width: 46%;
  /* margin: 0 0 30px 0; */
  text-align: center;
}

.content02 .flex_wrap .left .box01 img,.content02 .flex_wrap .left .box02 img{
  width: 80%;
}

.content02 .flex_wrap .left .title{
  border: 2px solid #C7C7C7;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 5px 20px;
  width: 75%;
  text-align: center;
}

.content02 .flex_wrap .right{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.content02 .more{
  width: 55%;
  height: 50px;
  background: #37342D;
  border-radius: 30px;
  margin: 30px auto;
  padding: 0 0 0 18px;
}

.content02 .more a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 0.85em;
  font-weight: bold;
}

.content02 .more a i{
  width: 13px;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.content02 .flex_wrap .right span.gl{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;
padding-right: 30px;
}

.content02 .trainer{
  margin:0 0 60px 60px;
  font-weight: 700;
}


.content03{

}

.content03 .flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content03 p.center{
  text-align: center;
  margin-bottom: 65px;
}

.content03 .flex_wrap .box{
  width: 48%;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  /* height: 185px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: bold;
  background: url(images/check01.png) no-repeat;
  background-position: left 10px top 10px;
  background-size: 23px;
  margin: 0 0 30px 0;
  padding: 20px 0;
}

.content03 .flex_wrap .box .img_box{
  width: 72px;
}

.content03 .flex_wrap .box .text{
  text-align: center;
  min-height: 45px;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}

.content04{
  background: #F8F8F8;
}


.content04 .flex_wrap{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 margin-bottom: 0;
}

.content04 .flex_wrap .box{
  width: 46%;
  margin: 0 2% 30px;
}

.content04 .flex_wrap .box .img_box{
  margin-bottom: 15px;
  text-align: center;
}

.content04 .flex_wrap .box .img_box img{

}

.content04 .flex_wrap .box p.title{
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
}

.content04 .flex_wrap .box p.blue{
  text-align: center;
  color:#6CC0BE;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.content04 .flex_wrap .box p.text{
  font-size: 0.8em;
}

.content05 p.center{
 text-align: center;
 margin-bottom: 30px;
 line-height: 1.8em;
}

.content05 p.center span.gl{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;
}

.content05 .flex_wrap{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin: 0 0 60px 0;
}

.content05 .flex_wrap .box{
  width: 48%;
  margin: 15px 0;
}

.content05 .flex_wrap .box .month{background: #F8CD5A;text-align: center;font-weight: bold;padding: 10px 5px;}

.content05 .flex_wrap .box .img_box{position: relative;margin: 0 auto 10px;width: 75%;}
.content05 .flex_wrap .box .img_box img{
  position: relative;
  top: -15px;
  right: -15px;
}

.content05 .flex_wrap .box .policy{
  width: 94%;
  margin: 0 auto 15px;
  background: rgba(248,205,90,0.5);
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
  border-radius: 9px;
}
.content05 .flex_wrap .box .text{
  font-size: 0.8em;
  width: 88%;
  margin: auto;
}

.content05 .arrow{
  width: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: rotate(90deg); */
  margin: auto;
}

.notion{
  display: inline-block;
  position: relative;
  margin: 30px auto;
  padding: 15px 3% 15px;
  background: #fff;
  border: 3px solid #5EA6AD;
  border-radius: 14px;
  font-weight: bold;
  color: #60f;
  width: 100%
}
.notion::before{
  position: absolute;
  top: -30px;
  right: 350px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #5EA6AD;
  border-left: 16px solid transparent;
  border-right: 13px solid transparent;
  transform-origin: left top;
  transform: skewX(-25deg);
}
.notion::after{
  position: absolute;
  margin: 0 auto;
  top: -23px;
  right: 353px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-left: 16px solid transparent;
  border-right: 13px solid transparent;
  transform-origin: left top;
  transform: skewX(-25deg);
}

.content05 .notion .title{
  display: flex;
  align-items: center;
  position: absolute;
  width: 75%;
  top: -22px;
  right: 25%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.content05 .notion .title img{
  width: 30%;
  position: absolute;
  top: -17px;
  left: -49px;
}

.content05 .notion .title p{
  display: flex;
  align-items: center;
  background: #5EA6AD;
  margin-left: 0;
  padding: 20px 10px 20px 35px;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  border-radius: 9px;
  text-align: center;
  justify-content: center;
}

.content05 .notion .img_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
}

.content05 .notion img{
  width: 100%;
}

.content05 .text_box{
  font-size: 1.1em;
  text-align: center;
  line-height: 1.8;
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
}

.content05 .text_box:last-child{
  margin-bottom: 0;
}

.content05 .text_box span.blue{
  color:#5EA6AD;
}
.content05 .text_box span.gl{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;
}

.content_btn{
  background: #F8CD5A;
}

.content_btn h2{
  font-size: 1.3em;
  margin-bottom: 35px;
  text-align: center;
}

.content_btn .inner .flex_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.content_btn .main_btn{
  width: 48%;
  height: 70px;
  background: #000;
  border-radius: 50px;
  margin: 0 0 25px 0;
  padding: 0 25px 0 25px;
}
.content_btn .main_btn a{
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
  font-weight: bold;
  justify-content: space-between;
}

.content_btn .main_btn i.note{
  width: 30px;
}

.content_btn .main_btn i.tonbo{
  width: 30px;
}

.content_btn .main_btn span{
  color: #fff;
}

.content_btn .main_btn i.note img{
}

.content_btn .main_btn i.arrow{
  width: 30px;
  padding: 3px;
}

.content_btn p.center{
  text-align: center;
}

.content07 .flex_wrap{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}

.content07 .flex_wrap .box{
  width: 48%;
  display: flex;
  flex-direction: column;
  margin: 0 1% 45px;
}

.content07 .flex_wrap .box .img_box{
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.content07 .flex_wrap .box .img_box .number{
  position: absolute;
  top: -10px;
  left: 20px;
  width: 45px;
}

.content07 .flex_wrap .box .img_box img{
  width: 110px;
}

.content07 .flex_wrap .box p.title{
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
}

.content07 .flex_wrap .box p.blue{
  text-align: center;
  color:#6CC0BE;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.content07 .flex_wrap .box p.text{
  font-size: 0.8em;
}

.content08{
  background: #F8F8F8;
}

.content08 .inner{
  padding-bottom: 0;
}

.content08 .inner0{
  padding-bottom: 60px;
}

.content08 .model_case{
  border: 3px solid #F8CD5A;
  border-radius: 16px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  padding: 20px 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  background: #fff;
}
.content08 .model_case .main{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 35px 0;
}

.content08 .model_case .img_box{
  background: #FCE7AE;
  border: 1px solid #F8CD5A;
  border-radius: 9px;
  position: relative;
  padding: 50px 3% 20px;
  text-align: center;
  width: 46%;
  /* height: 240px; */
  display: flex;
  align-items: end;
  /* margin: 0 0 15px 0; */
}

.content08 .model_case .img_box img{

}

.content08 .model_case .img_box .case_num{
  width: 85px;
  height: 27px;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:10px;
  left: 10px;
  background: #fff;
  font-weight: bold;
  border: 2px solid #F8CC54;
  border-radius: 5px;
}

.content08 .model_case .main .content{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 2px 0;
}

.content08 .model_case .kadai{
  display: flex;
  /* align-items: center; */
  width: 100%;
  margin: 0 0 20px 0;
  flex-wrap: wrap;
}

.content08 .model_case .main_kadai{
  background: #F8CC54;
  font-weight: bold;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 0.8em;
  display: inline-block;
}

.content08 .model_case .sub_kadai{
  background: #FCE7AE;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 10px 10px 0;
  background: #FCE7AE;
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block;
}

.kadai .main_wrap{
  width: 100%;
}

.kadai .sub_wrap{width: calc(100% - 90px);}

.content08 .model_case .tit{
  font-size: 1.0em;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.content08 .model_case .category{
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content08 .model_case .category .sub_category{
  min-width: 32%;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #5EA6AD;
  border-radius: 20px;
}

.content08 .flex_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.content08 .flex_wrap .box{
  width: 48%;
  background: rgba(252,231,174,0.33);
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  padding: 10px 3%;
  border-radius: 15px;
  margin: 0 0 30px 0;
}

.content08 .flex_wrap .box .month{
  background: #FCE7AE;
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}

.content08 .flex_wrap .box ul{
  padding: 0 15px;
}

.content08 .flex_wrap .box ul li{
  font-size: 0.8em;
  display: flex;
  align-items: center;
}

.content08 .flex_wrap .box ul li i{
  width: 18px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.content08 .flex_wrap .box ul li i img{
  width: 20px;
}

.content08 .pagenation{
   width: 96%;
   display: flex;
   justify-content: space-between;
   margin: auto;
}

.content08 .pagenation .btn{
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  border: 4px solid #F8CD5A;
  border-radius: 10px;
  background: #fff;
  height: 110px;
  margin: 0 5px;
}


.content08 .pagenation .btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  flex-wrap: wrap;
}

.content08 .pagenation .btn p{
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.content08 .pagenation .btn p.yellow{
  font-size: 1.2em;
  font-weight: bold;
  color: #F8CC54;
}
.content08 p.center{
  text-align: center;
  margin-bottom: 45px;
}

.content09{

padding: 0 0 30px 0;
}
.content09 p.center{
  text-align: center;
  margin-bottom: 45px;
}

.content09 .plan{display: flex;justify-content: space-between;margin: 0 0 30px 0;flex-wrap: wrap;}

.content09 .plan .plan01{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content09 .plan .plan02{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content09 .plan .plan02 .title {
    background: #CBE9E8;
    text-align: center;
    width: 100%;
    border: 3px solid #7DC7C5;
    font-size: 1.0em;
    padding: 10px 0;
    border-radius: 9px;
    font-weight: bold;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content09 .plan .plan03{
  width: 30%;
}

.content09 .plan .plan01 .title_wrap{
  text-align: center;
  position: relative;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  background: #F8CC54;
  border-radius: 10px 10px 0 0;
  width: calc(100% + 2px);
  right: 1px;
  top: -1px;
}

.content09 .plan .plan01 .box .title_wrap::before{
  height: 60px;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  bottom: 15px;
  content: '';
  display: inline-block;
  font-size: 4rem;
  position: absolute;
  width: 10px;
  border-right: 1px solid #fff;
  left: 40px;
}

.content09 .plan .plan01 .box .title_wrap::after {
    height: 60px;
    right: 40px;
    bottom: 15px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    content: '';
    display: inline-block;
    font-size: 4rem;
    position: absolute;
    width: 10px;
    border-right: 1px solid #fff;
}

.content09 .plan .title{background: #FCE7AE;text-align: center;width: 100%;border: 3px solid #F8CD5A;font-size: 1.2em;padding: 10px 0;border-radius: 9px;font-weight: bold;margin: 0 0 20px 0;/* height: 54px; */}


.content09 .plan01 .tit01{
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
}

.content09 .plan01 .tit02{
  font-size: 0.8em;
  display: inline-block;
}

.content09 .plan .plan01 .box{
  width: 48%;
  background: #fff;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  padding: 0;
  border-radius: 15px;
  margin: 0;
  border: 3px solid #F8CC54;
  border-bottom: 15px solid #F8CC54;
}

.content09 .plan01 .box ul{
  padding: 15px 15px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.content09 .plan01 .box ul li{
  font-size: 0.8em;
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 0 5px 0;
}

.content09 .plan01 .box ul li.full{
  width: 100%;
  margin: 0 0 17px 0;
}

.content09 .plan01 .box ul li i img{
  width: 20px;
}

.content09 .plan01 .box ul .pack_img{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.content09 .plan .box02 .title_wrap{
  color: #fff;
  text-align: center;
  position: relative;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  background: #7DC7C5;
  border-radius: 10px 10px 0 0;
  width: calc(100% + 2px);
  right: 1px;
  top: -1px;
}

.content09 .plan .box02{
  width: 48%;
  background: #fff;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  padding: 0 0 15px 0;
  border-radius: 15px;
  border: 3px solid #7DC7C5;
  border-bottom: 15px solid #7DC7C5;
}

.content09 .plan .box02 .tit01{
  font-size: 1.3em;
  font-weight: bold;
}

.content09 .plan .box02 .tit02{
  font-size: 0.8em;
  display: inline-block;
}

.content09 .box02 .content{
  padding: 15px 15px 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.content09 .plan01 .box02 .text01{
  font-size: 0.8em;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}

.content09 .plan01 .box02 .text02{
  width: 100%;
  margin: 0;
  text-align: center;
  background: #EDEDED;
  padding: 10px;
}

.content09 .plan02 .box02{
  border-bottom: 15px  solid #7DC7C5;
  width: 100%;
  /* overflow: hidden; */
}

.content09 .box02 .text01 {
    font-size: 0.8em;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    width: 94%;
}

.content09 .box02 .text02 {
    width: 100%;
    margin: 0;
    text-align: center;
    background: #EDEDED;
    padding: 10px;
    margin: 0 0 20px 0;
}

.content09 .box02  ul{

display: flex;

flex-wrap: wrap;
}

.content09 .box02  ul li{
  font-size: 1.1em;
  margin: 0 0 7px 0;
  width: 50%;
}

.content09 .arrow{
  width: 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  margin: auto;
  padding: 10px 0;
}

.content09 .arrow01{

}

.content09arrow01{padding: 0;}

.content09arrow02{
padding: 33px 0 0 0;
}

.content09arrow03{padding: 0;}

.syokai{
  font-size: 1.2em;
  text-align: center;
}
.syokai span.gl{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(125,199,197,0.35) 0%) repeat scroll 0 0;
  display: inline;
  line-height: 1.5;
  padding: 0 10px;
}
section.content09{
}

.content09 .inner{
  padding-bottom: 0;
}

.content10 .title {
    background: #CBE9E8;
    text-align: center;
    width: 100%;
    border: 3px solid #7DC7C5;
    font-size: 1.0em;
    padding: 10px 0;
    border-radius: 9px;
    font-weight: bold;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content10 .flex_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content10 .flex_wrap .box{
  width: 100%;
}

.content10 .flex_wrap .box .title{
  width: 80%;
  margin: 0 auto 20px;
}

.content10 .flex_wrap .box .img_box{

text-align: center;

margin: 0 0 20px 0;
}

.content11 p.center{
  text-align: center;
  margin-bottom: 30px;
}

.content11 .flex_wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
}

.content11 .flex_wrap .left{
  width: 48%;
  margin: 0 0 30px 0;
}

.content11 h3{
  font-size: 1.4em;
  text-align: center;
  margin: 0 auto 30px;
}
.content11 h3 .gl{
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(254,244,0,0.35) 0%) repeat scroll 0 0;
}
.content11 h4{
  font-size: 1.2em;
  color: #F8CD5A;
  text-align: center;
  margin: 0 0 30px 0;
}

.content11 .flex_wrap .left ul{

display: flex;

justify-content: space-between;

flex-wrap: wrap;
}

.content11 .flex_wrap .left ul li{
  font-size: 0.8em;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 8px 0;
}

.content11 .flex_wrap .left ul li i{
  width: 18px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.content11 .flex_wrap .left ul li i img{
  width: 20px;
}

.content11 .flex_wrap .right{
  width: 48%;
}

.content11 .siryou{
  background: url(images/content11_icon.png) right 20px bottom 25px no-repeat;
  background-color: rgba(252,231,174,0.33);
  padding: 30px 25px 30px;
  border-radius: 11px;
  background-size: 90px;
}

.content11 .syoukai{
  font-size: 1.2em;
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.content11 .syoukai_wrap{
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
  flex-wrap: wrap;
}

.content11 .syoukai_wrap img{
  width: 50%;
  margin: 0 0 15px 0;
}

.content11 .main_btn{
  width: 75%;
  height: 70px;
  background: #000;
  border-radius: 50px;
  margin: 0 auto 25px;
  padding: 0 25px 0 25px;
}
.content11 .main_btn a{
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
  font-weight: bold;
  justify-content: space-between;
}

.content11 .main_btn span {
    color: #fff;
}

.content11 .main_btn i.note{
  width: 30px;
}

.content11 .main_btn i.arrow{
  width: 30px;
  padding: 3px;
}

.content_qa{
  background: url(images/qa_bg.png) center bottom repeat-x;
}

.qa_inner .qa_wrap{
  margin-bottom: 20px;
}

.qa_inner .qa_wrap .question {
  font-size: 1.0em;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-weight: bold;
  margin: 0 0 15px 0;
  background: #fff;
}

.qa_inner .qa_wrap .question span{
  width: calc(100% - 75px);
}

.qa_inner .qa_wrap .question:hover {
  opacity: .8;
}

.qa_inner .qa_wrap .question .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 15px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.qa_inner .qa_wrap .question.open .i_box {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.qa_inner .qa_wrap .answer {
  display: none;
  padding: 5px 15px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
  width: 95%;
  margin: auto;
  background: #fff;
}

.qa_inner .qa_wrap .answer .box_one {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}

.qa_inner .qa_wrap .answer .text{
  width: 95%;
}

.question i{
  width: 35px;
  margin: 0 15px 0 0;
}

.question i img{
  width: 35px;
}

.question .i_box{
  width: 24px;
}

.answer i{
  width: 35px;
  margin: 0 25px 0 0;
}

.answer i img{
  width: 35px;
}

.answer .i_box{
  width: 24px;
}

.question .i_box img{
  width: 24px;
}

footer{
}

footer .left_border{
  padding: 20px 0 5px 0;
  color: #CB9727;
  display: flex;
  align-items: center;
  line-height: 2.0em;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  position: relative;
  font-size: 0.9em;
  border-top: 1px solid #CB9727;
}

footer .left_border::before{
  width: 5px;
}

footer .left_border:nth-child(2){
  margin-bottom: 0;
}

footer .sns{
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
}

footer .sns a{
  margin-right: 25px;
}

footer .sns img{
  height: 29px;
}

footer .logo{
  display: flex;
  text-align: right;
  align-items: center;
  width: 100%;
  margin: 0 0 30px 0;
}

footer .logo h2{
  font-size: 1.6em;
  line-height: 0.8;
  color: #fff;
  margin: 5px 0 0 0;
}

footer .logo h2 span{
  padding: 0 0px 0 10px;
  line-height: 0;
}

footer .logo h2 small{
  font-size: 0.40em;
  padding-right: 13px;
}

footer .logo img{
  width: 200px;
  margin-right: 10px;
}

.footer_bottom{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_bottom .left{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer_bottom ul{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 35px);
  justify-content: space-between;
}

.footer_bottom ul li{
  color: #fff;
  width: 33%;
}

.footer_bottom ul li a{
  color: #fff;
  font-weight: bold;
}

.footer_bottom ul li.w15{
  width: 33%;
}

.footer_bottom ul li.w35{
  width: 100%;
  margin: 0;
}

.footer_bottom ul li a{
  color: #CB9727;
}

.footer_bottom .right{
  width: 100%;
  color: #CB9727;
  margin: 30px 0 0 0;
  border-top: 1px solid #CB9727;
  padding: 20px 0 0 0;
}

.footer_bottom .right .company{font-size: 1.0em;color: #CB9727;font-weight: bold;margin: 0 0 10px 0;}

.footer_bottom .right .logo02{margin: 0 0 15px 0;width: 25%;}

.footer_bottom .right .name{font-size: 1.0em;color: #CB9727;font-weight: bold;margin: 0 0 5px 0;}

.footer_bottom .right .adress{

font-size: 0.9em;
}
.footer_bottom ul li.kaigyou{

}

.footer_bottom ul li.kaigyou:before{
  width: 100%;
  display: block;
  content: "";
}

.spacer {
  width: 100%;
  display: none;
}

.copy{
  font-size: 0.8em;
  text-align: center;
  width: 100%;
  margin: 10px auto 0;
  padding: 15px 0;
  color: #fff;
  background: #CB9727;
}

.to-top{
  width: 45px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
  border-radius: 7px;
}

.yaji{
  width: 600px;
  margin: auto;
  position: relative;
  background: #efefef;
  padding: 30px;
}

.yaji .slick-prev{
  background: #000;
}

.yaji .slick-next{
  background: #000;
}

.sliderArea{
  position: relative;
}

.prev-arrow{
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 1;
  width: 48%;
  height: 102px;
  background: rgba(0,0,0,0.0);
  cursor: pointer;
}

.next-arrow{
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 1;
  width: 48%;
  height: 102px;
  background: rgba(0,0,0,0.0);
  cursor: pointer;
}

.sliderArea{
  position: relative;
}

.Area{
  position: relative;
  width: 100%;
  margin: auto;
}

.slicks-prev{
  position: absolute;
  left: -3%;
  top: 35%;
  cursor: pointer;
  width: 18px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.slicks-next{
  position: absolute;
  right: -3%;
  top: 35%;
  cursor: pointer;
  width: 18px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.slick-dots{
  display: none !important;
}

.content05 .tab_arrow{
  width: 100%;

}

.content05 .tab_arrow img{
width: 3%;
transform: rotate(135deg);
}

header .btn-s span.bosyu{
left: 15%;
position: relative;
font-size: 1.2em;
}

.tab_on{
  display: block !important
}

.lt{
  color: #5EA6AD;
}

.left_border{

}

.left_border .title{
  font-weight: 700;
  font-size: 24px;
}

.left_border .title .text{
  font-weight: 500;
}

.thumbnail-nav img{
  width: 100%;
}
.thumbnail-thumb {
  max-width: 100%;
  margin: 0 auto;
}

.thumbnail-thumb .slick-current {
  opacity: 0.5;
}
.thumbnail-thumb div div div {
  cursor: pointer;
}
.slick-track{
  width: 100%;
}
.slick-list{
  width: 100%;
}

.thumbnail-thumb .slick-track {
transform:unset!important;
}


/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
#header .headerin {
	padding: 0 20px;
	max-width: 1380px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
#header .headerlogo {
	font-size: 0;
	margin-bottom: 2px;
}
#header .headermess {
	display: flex;
	align-items: center;
}
#header .gnavi {
	display: flex;
	flex-shrink: 0;
}
#header .gnavi li {
	padding: 0 20px;
}
#header .gnavi li+li {
	border-left: 1px #333028 solid;
}
#header .gnavi li a {
	display: block;
	color: #333028;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
#header .gnavi li a:before {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333028;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#header .gnavi li a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#header .headerlink {
	margin-left: 20px;
	display: flex;
	align-items: stretch;
}
#header .headerlink li+li {
	margin-left: 15px;
}
#header .headerlink a {
	background: #37342D;
	width: 172px;
	height: 48px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px 0 25px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
}
#header .headerlink a img {
	margin-right: 6px;
}
#header .headerlink a.request img {
	width: 22px;
}
#header .headerlink a.cta img {
	width: 20px;
}

.navbar-toggle {
	display: none;
}
.navbar-collapse {
	display: none;
}
@media (max-width: 1300px) {
  #header .gnavi li {
    padding: 0 15px;
  }
  #header .gnavi li a {
    font-size: 13px;
  }
  #header .headerlink {
    margin-left: 10px;
  }
  #header .headerlink li+li {
    margin-left: 10px;
  }
  #header .headerlink a {
    width: 150px;
    font-size: 14px;
    padding: 0 10px 0 20px;
  }
  #header .headerlink a img {
    margin-right: 6px;
  }
  #header .headerlink a.request img {
    width: 20px;
  }
  #header .headerlink a.cta img {
    width: 18px;
  }
}

@media (max-width: 1024px) {

  #header .headerin {
    height: 60px;
    padding: 0 15px;
  }
  #header .headerlogo img {
    width: 240px;
  }
  #header .headermess {
    display: none;
  }

  .navbar-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
  }
  .navbar-toggle .toggleico {
    width: 30px;
    height: 30px;
    position: relative;
  }
  .navbar-toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 30px;
    height: 2px;
  }
  #header .navbar-toggle span:nth-of-type(1) {
    top:8px;
  }

  #header .navbar-toggle span:nth-of-type(2) {
    top:18px;
    width: 24px;
  }

  #header .navbar-toggle.on span:nth-of-type(1) {
    top:8px;
    transform: translateY(6px) rotate(-45deg);
  }

  #header .navbar-toggle.on span:nth-of-type(2) {
    top: 18px;
    width: 30px;
    transform: translateY(-4px) rotate(45deg);
  }
  .navbar-toggle .toggletxt {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 700;
    line-height: 1;
  }
    
  .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 101;
  }
  .navbarin {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .navbarbox {
    width: 100%;
    padding: 0 10px;
  }
  .navbarbox .navlist {
    max-width: 600px;
    margin: 0 auto;
  }
  .navbarbox .navlist li {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
  }
  .navbarbox .navlist li+li {
    border-top: 1px #fff solid;
  }
  .navbarbox .navlist li a {
    display: block;
    color: #fff;
    padding: 20px 20px 20px 10px;
    position: relative;
  }
  .navbarbox .navlist li a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    margin-top: -6px;
    z-index: 1;
  }
  #header .headerlink {
    margin: 20px 0 0;
    flex-direction: column;
    align-items: center;
  }
  #header .headerlink li+li {
    margin: 15px 0 0;
  }
  #header .headerlink a {
    background: #000;
    width: 192px;
    height: 48px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px 0 25px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
  }
  #header .headerlink a img {
    margin-right: 6px;
  }
  #header .headerlink a.request img {
    width: 22px;
  }
  #header .headerlink a.cta img {
    width: 20px;
  }
}
