@charset "UTF-8";
body,div,span,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,img,em,strong,table,caption,thead,tbody,tr,th,td,form,input,textarea,label,iframe{
margin:0;
padding:0;
}

html{
  background-color: #000000;
  font-size: 62.5%;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #fff;
}
@media only screen and (max-width: 767px){
  body {font-size: 1.4rem;line-height: 1.6;}
}

img{
border:none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
ul, li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px){
  .sp{display:block;}
  .pc{display:none;}
}
@media screen and (min-width: 768px), print{
  .sp{display:none;}
  .pc{display:block;}
}

.wrap{
  width:100%;
  overflow: hidden;
  position: relative;
}

/*************

  header

*************/

.header{
  position: relative;
  width:100%;
  height:60px;
  margin:0 auto;
}
.header .logo img{
  margin-top:8px;
  margin-left:20px;
}
a.mail-head{
  position:fixed;
  top:10px;
  right:20px;
  z-index: 999;
  display: block;
  width:192px;
  height:40px;
  border-radius: 5px;
  padding:11px 10px 10px 52px;
  background: #ff624a url(../img/planning-icon-mail.png) 14px 9px no-repeat;
  background-size: 28px 22px;
  color:#000;
  font-size:1.8rem;
  line-height: 1;
  font-weight: bold;
  box-shadow:0px 4px 8px -5px #000000;
}
a.mail-head:hover{
  background-color: #ff7a40;
}
@media all and (-ms-high-contrast:none){ /* for ie11*/
  *::-ms-backdrop, a.mail-head { padding-top:14px; padding-bottom:8px;}  
}

@media only screen and (max-width: 767px){
  .header{
    width:100%;
    height:35px;
    margin:0 auto;
    background-color: #000;
    box-shadow:2px 0px 8px 0px #000;
    z-index:101;
  }
  .header .logo img{
    width:96px;
    height:26px;
    margin-top:3px;
    margin-left:10px;
  }
  a.mail-head{
    display: none;
    /*******
    top:0;
    right:0;
    width:50px;
    height:35px;
    padding:0;
    border-radius: 0;
    background-size: 30px 23px;
    background-position: 50% 50%;
    box-shadow:0px 3px 12px -6px #000000;
    *******/
  }
}


/*************

  section共通

*************/

.sc-wrap{
  width:100%;
}
.sc-wrap .inner{
  width:100%;
  max-width:1200px;
  padding:0 20px;
  margin:0 auto;
}
.sc-wrap.bg-gradient{
  background: linear-gradient(to right, #85B200 0%,#85B200 50%,#C6E668 50%,#C6E668 100%);
}
.sc-wrap.bg-gradient .inner{
  background: linear-gradient(to right, #85B200 0%,#C6E668 100%);
}
.sc-title{
  display: inline-block;
  font-size:3.5rem;
  font-weight: bold;
  border-bottom:solid 2px;
  line-height:1.4;
  padding:20px 70px 2px 90px;
  margin-bottom:40px;
}
@media only screen and (max-width: 1009px){
  .sc-title{font-size:3.2rem;}
}
.sc-lead{
  font-size:1.8rem;
  font-weight: normal;
}
.sc-copy{
  display: inline;
  font-size:3.5rem;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom:8px;
  background: linear-gradient(transparent 76%, #fcc957 0%);
}

@media all and (-ms-high-contrast:none){ /* for ie11*/
  *::-ms-backdrop, .sc-copy{ padding-bottom:0;}  
}

@media only screen and (max-width: 767px){
  .sc-title{ font-size:2.0rem; padding:10px 4px 2px 32px; border-bottom:solid 1px; margin-bottom:4vw; }
  .sc-copy{ font-size:2.0rem; }
  .sc-lead{ font-size:1.4rem; text-align: left; }
}

@media only screen and (max-width: 479px){
  .sc-title{ font-size:1.7rem; padding:10px 4px 2px 32px; border-bottom:solid 1px; margin-bottom:20px; }
  .sc-copy{ font-size:2.0rem; }
  .sc-lead{ font-size:1.4rem; text-align: left; }
}





/*************

  main-visual

*************/

.main-visual{
  height:586px;
  overflow:visible;
  border-bottom: solid 8px #faff65;
}
.main-visual .inner{
  position: relative;
  height:100%;
  padding-top:52px;
  overflow:visible;
}
.main-visual .inner::before{
  content: "";
  position: absolute;
  top:0;
  right:60%;
  width:814px;
  height:567px;
  background: url(../img/planning-main-bg.png) left top no-repeat;
  z-index: 99;
}
.main-visual .inner::after{
  content: "";
  position: absolute;
  top:-40px;
  left:33%;
  height:626px;
  width:840px;
  background: url(../img/planning-main-figure.png) left top no-repeat;
  z-index: 100;
}

.main-visual .main-title{
  position: relative;
  background: url(../img/planning-main-logo.png) left top no-repeat;
  padding-top: 0px;
  margin-bottom:16px;
  z-index: 201;
}
.main-visual .copy-01{
  position: relative;
  display: inline;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom:8px;
  background: linear-gradient(transparent 76%, #fcc957 0%);
  z-index: 202;
}
.main-visual .copy-02{
  position: relative;
  z-index: 203;
  margin-top:40px;
  font-size:1.8rem;
  font-weight: normal;
}
.main-visual .copy-02 span{
  font-size:2.0rem;
  font-weight: bold;
  line-height: 1.6;
}
.main-visual .main-illust{
  position:absolute;
  bottom:0;
  left:252px;
  width:276px;
  height:auto;
  z-index: 203;
}

@media only screen and (max-width: 767px){
  .main-visual{ height:117vw; }
  .main-visual .inner{ padding-top:6.6vw; }
  .main-visual .inner::before{ background-size:contain; top:0; right:32%; width:100vw; height:100vw; }
  .main-visual .inner::after{ background-size:contain; top:22%; left:28%; width:100vw; height:100vw; }
  .main-visual .main-title{ background-size: 36vw; padding-top:0vw; }
  .main-visual .main-title img{ width:68vw;}
  .main-visual .main-illust{left:32px; width:44vw;}
  .main-visual .copy-02{margin-top:2.8vw;}
}

@media only screen and (max-width: 479px){
  .main-visual .copy-01{ font-size: 1.5rem; padding-bottom:4px; }
  .main-visual .copy-02{ font-size:1.4rem; margin-top:20px; }
  .main-visual .copy-02 span{ font-size:1.6rem; }
}

/*************

  apply

*************/

.apply{
  padding:90px 0 60px;
  background: #000000 url(../img/planning-apply-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.sc-wrap.apply .inner{
  background: url(../img/planning-apply-madori.png) 4% 0  no-repeat;
  background-size:28%;
  min-height:320px;
  padding-left:34%;
}
.apply .apply-title{font-size:3.0rem;font-weight: bold;}
.apply .note{font-size:1.4rem;}
.apply-btn a{
  display: block;
  width:100%;
  max-width: 515px;
  border-radius: 10px;
  background: #ff624a;
  padding:20px;
  margin:30px 0;
  text-align: center;
  color:#000;
  font-size:2.6rem;
  font-weight: bold;
  background: ff624a !important;
}
.apply-btn a:hover{
  background-color: #ff7a40;
}
.apply-btn a span{
  display: inline-block;
  background: url(../img/planning-icon-mail.png) 0 50% no-repeat;
  background-size: 39px 30px;
  padding-left:55px;
  height:39px;
  line-height:39px;
}
@media all and (-ms-high-contrast:none){ /* for ie11*/
  *::-ms-backdrop, .apply-btn a span { padding-top:4px; }  
}

@media only screen and (max-width: 767px){
  .apply{ padding:8vw 30px 6vw; }
  .sc-wrap.apply .inner{ min-height: 130px;  background-size:136px 126px; }
  .apply .apply-header{ min-height:126px;  padding-left:156px; }
  .apply .apply-title{ font-size:1.8rem; font-weight: bold; margin-bottom:10px;}
  .sc-wrap.apply .inner{padding:0; background-position: left top; }
  .apply-btn a{ padding:10px; font-size:1.6rem; margin:20px 0; border-radius: 5px; max-width:727px;}
  .apply .note{font-size:1.2rem; margin-bottom:2vw; }
}
@media only screen and (max-width: 479px){
  .sc-wrap.apply .inner{ background-size:116px 108px; }
  .apply .apply-header{ min-height:108px;  padding-left:126px; }
}

/*************

  soudan

*************/

.soudan .inner{
  height:100%;
  padding:50px 20px 70px;
  text-align: center;
  max-width:1240px;
}

.soudan .sc-title{
  border-color:#fff;
  background: url(../img/planning-pen-white.png) left bottom no-repeat;
}

.soudan .soudan-ct{
  display:flex;
  width:100%;
  justify-content:space-around;
  flex-wrap: wrap;
}
.soudan .soudan-ct li{
  position: relative;
  width:285px;
  height:285px;
  margin:0 7px 30px 7px;
  padding:10px;
  border-radius: 50%;
  background:url(../img/planning-soudan-bg00.png);
}
.soudan .soudan-ct li .item{
  width:100%;
  height:100%;
  border-radius: 50%;
  padding-top:73px;
  color:#85B202;
  font-weight: bold;
  font-size: 1.8rem;
  line-height:1.4;
}
.soudan .soudan-ct li .item::before{
  position: absolute;
  top:42px;
  left:127px;
  content: "";
  width:31px;
  height:26px;
  background:url(../img/planning-soudan-check.png) left top no-repeat;
  background-size: contain;
}
.soudan .soudan-ct li .item.soudan-01{
  background:#fff url(../img/planning-soudan-bg01.png) 50% bottom no-repeat;
  background-size: 240px 100px;
}
.soudan .soudan-ct li .item.soudan-02{
  background:#fff url(../img/planning-soudan-bg02.png) 50% bottom no-repeat;
  background-size: 240px 100px;
}
.soudan .soudan-ct li .item.soudan-03{
  background:#fff url(../img/planning-soudan-bg03.png) 50% bottom no-repeat;
  background-size: 240px 100px;
}
.soudan .soudan-ct li .item.soudan-04{
  background:#fff url(../img/planning-soudan-bg04.png) 50% bottom no-repeat;
  background-size: 240px 100px;
}

.soudan .soudan-text{
  background: url(../img/planning-soudan-bg.png) 50% bottom no-repeat;
  padding-bottom:64px;
  margin-bottom:20px
}
.soudan .sc-copy{margin-top:20px;}

@media only screen and (max-width: 1259px){
  .soudan .soudan-ct{ max-width: 700px; margin-left:auto; margin-right: auto;}
}

@media only screen and (max-width: 767px){
  .soudan .inner{ padding:8vw 10px 9.6vw; }
  .soudan .sc-title{ background-size: 30px 28px; }
  .soudan .soudan-ct li { width:43vw; height:43vw; max-width:285px; max-height:285px; padding:5px; margin:0 0.6vw 18px 0.6vw;}
  .soudan .soudan-ct li .item::before{top:3.4vw; left:20vw; width:5vw; height:4.5vw;} 
  .soudan .soudan-ct li .item{ font-size: 1.6rem; padding:9.3vw 6.6vw 0; }
  .soudan .soudan-ct li .item.soudan-01,
  .soudan .soudan-ct li .item.soudan-02,
  .soudan .soudan-ct li .item.soudan-03,
  .soudan .soudan-ct li .item.soudan-04{ background-size: 34vw; }
  .soudan .soudan-text{ text-align: left; background-size: 460px 43px; padding: 4vw 20px 50px; margin-bottom:15px;}
}

@media only screen and (max-width: 479px){
  .soudan .soudan-ct li .item{ font-size: 1.3rem; padding:9.3vw 3vw 0; line-height: 1.4; }
  .soudan .soudan-ct li .item.soudan-01,
  .soudan .soudan-ct li .item.soudan-02,
  .soudan .soudan-ct li .item.soudan-03,
  .soudan .soudan-ct li .item.soudan-04{ background-size: 30vw; }
}


/*************

  kentou

*************/


.kentou{
  background-color: #fff;
  background-image:url(../img/planning-kentou-bg.png);
  background-position: 50%  55%;
  background-repeat: no-repeat;
}
.kentou .inner{
  height:100%;
  padding:50px 20px 70px;
  color: #85B200;
  text-align: center;
  max-width:1240px;
}
.kentou .sc-title{
  border-color:#85B200;
  background: url(../img/planning-pen-green.png) left bottom no-repeat;
}
.kentou .kentou-ct{
  display:flex;
  width:100%;
  justify-content: center;
  flex-wrap: wrap;
  margin:50px 0 70px;
}
.kentou .kentou-ct li{
  width:272px;
  margin:0 14px 30px;
  border-radius: 10px;
  background: #F4FAE3 url(../img/planning-kentou-icon.png) 50% 18px no-repeat;
  border: #85B200 solid 1px;
  padding:50px 20px 20px 20px;
  line-height:1.6;
}
.kentou .kentou-ct li .title{
  font-size:2.2rem;
  font-weight: bold;
  border-bottom: #85B200 solid 1px;
  margin-bottom:12px;
}
.kentou .sc-sub-title{
  font-size:3.0rem;
  padding:68px 10px 26px;
  background: url(../img/planning-kentou-subtit-t.png),url(/../img/planning-kentou-subtit-b.png);
  background-position: 50% top, 50% bottom;
  background-repeat: no-repeat
}
.kentou .korekara-wrap{
  max-width:970px;
  width:100%;
  margin:60px auto 30px;
}
.kentou .korekara-wrap:after {
    content:" ";
    display:block;
    clear:both;
}
.kentou .korekara-wrap .kentou-ct{
  width:600px;
  margin:0 auto;
}
.kentou .kentou-illust {
  width:310px;
  float:left;
  margin-left:40px;
}
.kentou .kentou-illust img{
  width:100%;
  height:auto;
  margin-bottom:50px;
}
@media only screen and (max-width: 1009px){
  .kentou .korekara-wrap .kentou-ct{
    width:100%;
    max-width: 700px;
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
  .kentou .kentou-illust{
    float:none;
    margin:0 auto;
  }
}

.kentou .sc-copy{
  background: linear-gradient(transparent 74%, #faff65 0%);
}

@media only screen and (max-width: 1259px){
  .kentou .kentou-ct{ max-width: 700px; margin-left:auto; margin-right: auto;}
}

@media only screen and (max-width: 767px){
  .kentou{ background-size: 1240px 1354px; background-position:40% 20%; }
  .kentou .inner{ padding:8vw 10px 10.8vw; position: relative; }
  .kentou .sc-title{ background-size: 30px 28px; }
  .kentou .sc-lead{ padding:0 20px; }
  .kentou .kentou-ct{ margin: 25px 0 10px; }
  .kentou .kentou-ct li{ width:43vw; max-width:272px; margin:0 1vw 18px 1vw; background-size: 9px; background-position: 50% 9px; padding:30px 10px 20px 10px;}
  .kentou .kentou-ct li p{font-size: 1.4rem; text-align: left; }
  .kentou .kentou-ct li .title{ font-size: 1.8rem; }
  .kentou .sc-sub-title{ font-size:1.6rem; padding:8vw 10px 4vw; background-size: 90%; max-width:480px; margin:0 auto;}
  .kentou .korekara-wrap{ margin:25px auto;}
  .kentou .kentou-illust { position: absolute; bottom:0; left:50%; transform: translate(-50%, 0); width:59.4vw;height:50.8vw; }
  .kentou .kentou-illust img{margin-bottom:0;}
}

@media only screen and (max-width: 479px){
  .kentou .kentou-ct li p{font-size: 1.5rem; text-align: left; }
  .kentou .kentou-ct li .title{ font-size: 1.4rem; }
}


/*************

  plan

*************/

.plan .inner{
  height:100%;
  padding:50px 20px 70px;
  text-align: center;
  max-width:1300px;
}
.plan .sc-title{
  border-color:#fff;
}
.plan .sc-lead{
  background: url(../img/planning-plan-illust.png) 50% bottom no-repeat;
  padding-bottom: 65px;
}
.plan .data-wrap{
  width:100%;
  margin:0 auto;
  background-color: #fff;
  padding: 50px 30px 30px;
  text-align: left;
}
.plan .data-wrap:after{
    content:" ";
    display:block;
    clear:both;
}
.plan .requests{
  background: url(../img/planning-plan-requests.png) left top no-repeat;
  background-size: 190px auto;
  padding-top:50px;
  float:left;
  color:#85B202;
  font-weight: bold;
}
@media only screen and (max-width: 1009px){
  .plan .requests{width:100%;}
}
.plan .requests li.request-a{background: #F4FAE3 url(../img/planning-plan-1.png) 10px 50% no-repeat;background-size: 28px 28px;}
.plan .requests li.request-b{background: #F4FAE3 url(../img/planning-plan-2.png) 10px 50% no-repeat;background-size: 28px 28px;}
.plan .requests li.request-c{background: #F4FAE3 url(../img/planning-plan-3.png) 10px 50% no-repeat;background-size: 28px 28px;}
.plan .requests li.request-d{background: #F4FAE3 url(../img/planning-plan-4.png) 10px 50% no-repeat;background-size: 28px 28px;}
.plan .requests li{
  display: inline-block;
  border-radius: 20px;
  padding:10px 10px 10px 46px;
  margin-bottom:10px;
}

.plan .plan-images{
  width:100%;
  background-color: #fff;
  padding: 0 30px 40px;
}
.plan .plan-images img{
  max-width:100%;
}
.plan .plan-images .note{
  text-align: right;
  font-size:1.4rem;
  color:#505050;
}

@media only screen and (max-width: 767px){
  .plan .inner{ padding:30px 20px 40px; }
  .plan .sc-title{ font-size:2.0rem; background-size: 30px 28px; padding:10px 24px 2px 42px; }
  .plan .sc-lead{ background-size: 81.4vw 23.2vw; padding-bottom:10vw; }
  .plan .data-wrap{ padding: 28px 20px 20px; }
  .plan .info{ width: 100%; float:none; padding-top:50px; background-size: 64px auto; background-position: 50% top; }
  .plan .info li{ background-color:#e0e9f2; border-radius: 15px; padding:10px; text-align: center; margin-bottom:10px;}
  .plan .info li::before{content: none;}
  .plan .requests{ background-size: 132px auto; background-position: 50% top; padding-top:50px; }
  .plan .requests li{ border-radius: 15px; }
  .plan .plan-images{ padding: 0 20px 20px;}
  .plan .plan-images .note{ font-size:1.2rem; margin-top:10px;}
}

/*************

  recommend

*************/

.recommend .inner{
  padding:50px 20px 70px;
  text-align: center;
  max-width:1240px;
}
.recommend .sc-title{
  border-color:#fff;
  background: url(../img/planning-pen-white.png) left bottom no-repeat;
}
.recommend .link{
  margin-top:40px;
  display:flex;
  justify-content:space-around;
}
.recommend .link li {
  width:30%;
  border:#fff solid 6px;
  border-radius: 12px;
  background-size: cover;
}
.recommend .link li.link-01{background: url(../img/planning-recommend-bg01.jpg) 50% 50% no-repeat;}
.recommend .link li.link-02{background: url(../img/planning-recommend-bg02.jpg) 50% 50% no-repeat;}
.recommend .link li.link-03{background: url(../img/planning-recommend-bg03.jpg) 50% 50% no-repeat;}
.recommend .link li a{
  display: block;
  padding:44px 10px;
  width:100%;
  font-size:2.4rem;
  line-height:1.2;
  background-color: rgba(255,255,255,0.00);
  
}
.recommend .link li a:hover{
  background-color: rgba(255,255,255,0.30);
}

@media only screen and (max-width: 1009px){
  .recommend .link li a{font-size:1.8rem;}
}

@media only screen and (max-width: 767px){
  .recommend .inner{ padding:30px 20px 40px; }
  .recommend .sc-title{ font-size:2.0rem; background-size: 30px 28px; padding:10px 24px 2px 42px; }
  .recommend .link{ margin-top:20px; display:block;}
  .recommend .link li { width:96%; max-width:640px; border:#fff solid 4px; margin: 18px auto; border-radius: 6px; }
  .recommend .link li a{ padding:20px 10px; }
}


.footer{
  border-top: solid 8px #faff65;
  padding:30px 0 50px;
  text-align: center;
  font-size: 14px;
  display: flex;
}
.footer .inner {
	height: 100%;
	color: #85B200;
	text-align: center;
	max-width: 1240px;
	margin: 0 auto;
}
.footer ul {
	display: flex;
}
.footer ul li {
	margin: 0 1em;
}
.footer ul li a {
	border-bottom: 1px solid #fff;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 #pageTop a {
  display: block;
  z-index: 997;
  width:65px;
  height:65px;
  opacity: 0.8;
}
 #pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

@media only screen and (max-width: 767px){
  .footer{ padding:60px 0 180px 0; height:96px;}
  #pageTop{ position: absolute;  bottom:60px; left:50%; transform: translate(-35px,0); }
  #pageTop a {opacity: 1;}
}


/*************

  smp Form Link

*************/

#smpFormlink{
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  height:45px;
}
#smpFormlink a{
  display: block;
  z-index: 998;
  width:100%;
  padding:10px;
  background-color:#ff624a;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
  box-shadow:0px -1px 6px 0px rgba(0,0,0,0.18);
}
#smpFormlink a img{
  vertical-align:middle;
  margin-right:10px;
}

@media only screen and (min-width: 768px){
#smpFormlink{display: none;}
}

.plan-box {
	margin-bottom: 5em;
}

.plan-title {
	position: relative;
}
.plan-title h4 {
	color: #006619;
	font-size: 30px;
	font-weight: 700;
	line-height: 150%;
}
.plan-title h4:before {
	display: block;
	background: #006619;
	width: 80px; height: 5px;
	content: ' ';
	position: absolute; top: 42px; left: -90px;
}
.image-photo {
	position: absolute;
	top:-100px; right: 20px;
}
.image-photo img {
	max-width: 300px;
}
@media only screen and (max-width: 767px){
	.plan-title h4 { font-size: 20px; margin-bottom: 20px;}
	.plan-title h4:before {
		width: 80px; height: 3px;
		position: absolute; top: 15px; left: -90px;
	}
	.image-photo { position: static; }
	.image-photo img { max-width: 100%; }
}


.flow {
	color: #444;
	margin-top: 3em;
	text-align: left;
	font-size: 0.82em;
}
.flow dl {
	display: flex;
	border-left: solid 1px #999;
	margin-bottom: 2em;
}
.flow dl dt {
	width: 30%;
	padding-left: 2em;
	font-weight: 600;
}
.flow dl dd {
	width: 70%;
}
.flow dl dd p {
	margin-bottom: 1em;
}
.flow div.memo {
	background: #fafafa;
	padding: 1em;
	font-size: 0.8em;
}
.flow dl dd span.sub {
	color: #999;
}
@media only screen and (max-width: 767px){
.flow dl {
	display: block;
	border-left: solid 1px #999;
	margin-bottom: 1em;
	padding-left: 1em;
}
.flow dl dt {
	width: 100%;
	padding-left: 0em;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.flow dl dd {
	width: 100%;
}
}



/*************
  figure
*************/
.figure{
  padding:20px 0;
  background: #fff0de url(/hebel/lp/planning/img/planning-kentou-bg.png) 50% 50% no-repeat;
  background-size: cover;
  border-top:solid 8px #faff65;
  border-bottom:solid 8px #faff65;
}
.sc-wrap.figure .inner{
  background: url(/hebel/lp/planning/img/planning-figure-img.jpg) 4% 0  no-repeat;
  background-size:30%;
  padding-left:34%;
  min-height:150px;
  color:#000000;
  font-weight: bold;
  font-size: 130%;
}
@media only screen and (min-width: 800px){
.figure-text{padding-top:1em;}
}
.figure .figure-title {display: inline;font-size:3.0rem;font-weight: bold;color: #ff6348; background: linear-gradient(transparent 74%, #faff65 0%);}
.figure .note{font-size:1.4rem;}

.online {
  display: block;
  position: absolute;
  padding: 10px;
  color: #ff7a40;
  width: 30%;
  right: 10px;
  bottom: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  z-index: 1000;
}
.apply-btn a {
    font-size: 3rem;
}
@media only screen and (max-width: 767px){

  .figure{ padding:8vw 30px 6vw; }
  .sc-wrap.figure .inner{ min-height: 120px;  background-size:100% auto; }
  .figure .figure-title{ font-size:1.8rem; font-weight: bold; margin-bottom:10px;}
  .sc-wrap.figure .inner{padding:45% 0 0; background-position: left top; }
  .figure .note{font-size:1.2rem; margin-bottom:2vw; }
}

@media only screen and (max-width: 479px){
  .sc-wrap.figure .inner{ background-size:100% auto; }
  .online {
    padding: 8px;
    width: 38%;
    right: 8px;
    bottom: 8px;
    font-size: 85%;
}
.apply-btn a {
    font-size: 2.1rem;
}
}

.clearfix {
  display: block;
  *min-height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.u-flexBetween {
}

@media all and (max-width: 767px) {
.u-flexBetween {
  display: block;
}
}

#oriconprize {
  display: block;
  position: absolute;
  padding: 15px;
  color: #000000;
  width: 430px;
  right: 10px;
  bottom: 10px;
  font-weight: bold;
  background-color: #ffffff;
  z-index: 998;
-webkit-text-size-adjust: 100%;
text-align: center;
}
#oriconprize p {
    font-size: 11px;
    line-height: 175%;
-webkit-text-size-adjust: 100%;
}
@media all and (max-width: 767px) {
  #oriconprize {
  width: 160px;
    padding: 1vw;
-webkit-text-size-adjust: 100%;
text-align: left;
left: 20px;
  }
  #oriconprize p {
    font-size: 8px;
    font-weight: normal;
-webkit-text-size-adjust: 100%;
  }
}

#oriconprize .box {

}
@media all and (max-width: 980px) {
  #oriconprize .box {
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  #oriconprize .box {
    margin-top: 2.19vw;
  }
}
#oriconprize .box .img {
  width: 80px;
}
@media all and (max-width: 767px) {
  #oriconprize .box .img {
    width: 80px;
    margin:0 auto 10px;
  }
}

#oriconprize .box .txt2 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FF6153;
    line-height: 150%;
}
@media all and (max-width: 767px) {
  #oriconprize .box .txt2 {
    font-size: 13px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}

#oriconprize .box .txt2 p {
  font-size: 13px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: .05em;
  margin-bottom: 7px;
}

@media all and (max-width: 767px) {
  #oriconprize .box .txt2 p {
    font-size: 8px;
    margin-bottom: 1.5vw;
  }
}

#oriconprize .box .txt2 p span {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}
@media all and (max-width: 767px) {
  #oriconprize .box .txt2 p span {
    font-size: 4.53vw;
  }
}

/**--------------------------------------------------------------------
form
----------------------------------------------------------------------*/
#contactBox {
	margin-top: 3em;
}
#contactBox h4 {
	margin-bottom: 1em;
	text-align: left;
}
.status_tbl {
	width: 100%;
	margin-bottom: 2em;
}
.status_tbl th {
	background: rgba(0,0,0, 0.05);
	color: #333;
	font-size: 14px;
	text-align: left;
	padding: 1em;
}
.status_tbl td {
	background: rgba(255,255,255, 0.1);
	text-align: left;
	padding: 1em;
	font-size: 14px;
	color: #333;
}

#contactBox input.txt,
#contactBox select {
	padding: 0.5em;
	border-radius: 5px;
	border: solid 1px #ccc;
}
#contactBox input.btn {
	padding: 0.5em 1.5em;
}
:focus {
	outline: none;
}

#errBox {
	font-size: 14px;
	border: 1px solid #f30;
	margin-bottom: 3em;
	text-align: left;
	padding: 1em;
	background: #fff;
}
#errBox p {
	color: #f30;
}

span.must {
	display: block;
	width: 4em;
	box-sizing: border-box;
	text-align: center;
	color: #EA0000;
	border-radius: 4px;
	padding: 5px;
	float: right;
	font-size: 60%;
	margin-left: 10px;
	border: 1px solid #ED4949;
	background: #FFF;
}
span.any  {
	display: block;
	width: 4em;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFF;
	color: #698296;
	border-radius: 4px;
	padding: 5px;
	float: right;
	font-size: 60%;
	margin-left: 10px;
	border: 1px solid #698296;
}
