@charset "UTF-8";
/* CSS Document */



/*common*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ","meiryo", sans-serif;
}
ol, ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
}
a {
  color: #337ab7;
  text-decoration: none;
}


img {
  height: auto;
}



/*余白、装飾、レイアウト*/
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt50{
	margin-top:50px;
}
.mb0{
	margin-bottom:0!important;
}
.mb5{
	margin-bottom:5px!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb15{
	margin-bottom:15px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.mb60{
	margin-bottom:60px!important;
}
.mb70{
	margin-bottom:70px!important;
}
.mb80{
	margin-bottom:80px!important;
}
.mb90{
	margin-bottom:90px!important;
}
.mb100{
	margin-bottom:100px!important;
}
.pt0{
	padding-top:0!important;
}
.pt5{
	padding-top:5px!important;
}
.pt20{
	padding-top:20px!important;
}
.pt30{
	padding-top:30px!important;
}
.pt40{
	padding-top:40px!important;
}
.pt90{
	padding-top:90px!important;
}
.pb0{
	padding-bottom:0!important;
}
.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb40{
	padding-bottom:40px;
}
.pb50{
	padding-bottom:50px;
}
.pl0{
	padding-left:0!important;
}
.ph0{
	padding-left:0!important;
	padding-right:0!important;
}
.bold{
	font-weight:bold!important;
}
.ma-auto{
	margin:0 auto;
}
.mark-yellow{
	background:#FFFFBF;
}
.mark-yellow02{
	background:linear-gradient(transparent 30%, #FFFF00 0%);
}
.mark-red{
	background:#FFFF00;
}
.cl-white{
	color:#fff;
}
.cl-red{
	color:#DC3826;
}
.cl-blue{
	color:#20719f;
}
.cl-green{
	color:#20716e;
}
.cl_green02{
    color: #005e33;
}
.cl-pink{
	color:#EB85AC;
}
.cl-orange{
	color:#F0442C;
}
.cl-yellow{
	color:#FFFF00;
}
.cl-gold{
	color:#AA841F;
}
.cl-darknavy{
	color:#101333;
}
.big-font{
	font-size:100%;
}
.big-font span{
	font-size:150%;
}
.big-font02{
	font-size:120%;
}
.big-font03{
	font-size:130%;
}
.big-font04{
	font-size:140%;
}
.big-font05{
	font-size:150%;
}
.big-font06{
	font-size:160%;
}
.big-font07 {
    font-size: 120%;
    border-bottom: solid 3px;
}
.underline{
	text-decoration:underline;
}
.va-bottom{
	vertical-align:bottom;
	display:inline!important;
}
/*余白、装飾、レイアウトend*/

/*背景色*/
.bg-green{
	background:#009F8C;
}
.bg-blue{
	background:#869fae;
}
.bg-lb{
	background: #DEF5FF;
}
.bg-lightpink{
	background:#FFF2F4;
}
.bg-gray{
	background: #f9f9f9;
}
.bg-navy{
	background: #233452;
}
.bg_slash{
	background:url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_slash.png);
}
/*背景色end*/

input::-webkit-input-placeholder {
    color: #ddd;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ddd;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #ddd;
    font-weight: normal;
}
textarea::-webkit-input-placeholder {
    color: #ddd;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #ddd;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #ddd;
    font-weight: normal;
}

.require{
	font-size: 10px;
	background: #aa022d;
	padding: 2px 5px;
	color: #fff;
	margin-left: 10px;
}
button {
    background-color: #fff;
    border: none;
}
button:hover{
	opacity: 0.7;
}
.form-control{
	height: 50px;
	background-color: #eee;
	box-shadow: none;
}


/* CSS Document */
body{
	font-size:18px;
	line-height:1.68;
	color:#000;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.clear {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
}
p{
	margin-bottom:0;
}
a img:hover{
	opacity: 0.7;
}
.relative{
	position: relative;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}



.pagemain_thanks{
  padding: 20px;
  margin: 0;
}
.pagemain_thanks h2{
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 10px 0;
}
.pagemain_thanks .box1{
  margin: 10px 0;
}
.pagemain_thanks p{
  margin: 10px 0;
}


/*header*/
.toparea{
	padding: 20px 0;
}
.cv{
	background-color: #233452;
	padding: 30px 0 20px;
}
.white-box{
	background-color: #FFF;
    padding: 50px;
}
.cv_txt{
	margin-bottom: -15px;
	z-index: 11;
	position: relative;
}
.cv .bg_gray p{
	padding: 20px 0;
	background-color: #EEE;
}
.cv .bg_gray{
	margin-bottom: 10px;
}
/*mv*/
.mv .mv_inner{
	overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1100px) {
	.mv img {
	    width: 250%;
	}
}


/*PC用スタイル*/

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}




/*スマホ用スタイル*/
body{
	font-size:14px;
	line-height:1.4;
	color:#525252;
}
.container{
	margin:0 auto;
	position:relative;
    max-width: 767px;
}
section{
	padding-top:30px;
	padding-bottom:30px;
}
.contents{
	margin-top:40px;
}
.br_sp{
	display:block;
}
.br_pc{
	display:none;
}
.pco{
	display: none;
}
.tabo{
	display: none;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w90{
	width: 90%;
}

/*見出し*/
h2{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
h3{
	margin: 0;
	padding: 0;
}

/*header*/
.toparea{
	padding: 10px 0;
}
.toparea img{
	margin: 0 auto;
}

/*cta*/
.cta{
    background: #869fae;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 10px;
}
.indent{
    padding-left:1em;
    text-indent:-1em;
    margin-bottom: 0;
}
.cta a{
  text-decoration: none;
}
.cta a:hover{
    text-decoration: none;
    opacity: 1;
}
.cta a:hover img{
    text-decoration: none;
    opacity: 1;
}
.btn01{
    background: #fff;
    border-radius: 5px;
    padding: 7px 15px;
    font-weight: bold;
    border-bottom: 3px solid #5d6976;
}
.btn_top{
    font-size: 9px;
    color: #005e33;
    text-align: center;
}
.tel_number{
    font-size: 9px;
    color: #005e33;
    line-height: 1;
    text-align: center;
    font-size: 32px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn02{
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: bold;
    border-bottom: 3px solid #014727;
    text-align: center;
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_rightarrow.png) no-repeat 95% center #005e33;
}
.btn02_top{
    background: #ffffff;
    color: #005e33;
    display: inline;
    padding: 1px 40px;
}
.to_contact{
    margin-top: 5px;
    font-size: 9px;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn_mail_small {
  float: left;
  padding: 8px 15px;
  margin: 0 0 15px;
  width: 48%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0  3px 0 0 #014727;
  border-radius: 5px;
  background: #005e33;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.btn_mail_small::before {
  display: block;
  content: "";
  padding: 0;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/cubylp_child/images/brand01/icn_mail.png) center no-repeat;
  background-size: contain;
  flex-grow: 0;
  flex-shrink: 0;
}
.btn_mail_small::after {
  display: block;
  content: "";
  padding: 0;
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  flex-grow: 0;
  flex-shrink: 0;
}

.btn_line_small {
  float: right;
  padding: 8px 15px;
  margin: 0 0 15px;
  width: 48%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0  3px 0 0 #338c00;
  border-radius: 5px;
  background: #43b900;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.btn_line_small::before {
  display: block;
  content: "";
  padding: 0;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/cubylp_child/images/brand01/icn_line.png) center no-repeat;
  background-size: contain;
  flex-grow: 0;
  flex-shrink: 0;
}
.btn_line_small::after {
  display: block;
  content: "";
  padding: 0;
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  flex-grow: 0;
  flex-shrink: 0;
}


/*mv*/
.mv{
    position: relative;
    margin-bottom: -6.3%;
}
.mv img{
	width: 100%;
}

/*sec01*/
.gray_box{
    background: #eee;
    padding: 15px;
}
.check01 li{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_check01.png) no-repeat left 2px;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.check01 li span{
    color: #022c82;
}
.check02 li{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_check02.png) no-repeat left 2px;
    font-weight: bold;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.check02 li span{
    color: #3a8e8a;
}

/*sec03*/
.sec03_bg{
  background-size: cover;
  color: #fff;
}
.no-webp .sec03_bg{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_sec03_bg.png) no-repeat top center;
}
.webp .sec03_bg{
  background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_sec03_bg.png.webp) no-repeat top center;
}
.gray_box02{
    background: rgba(134,159,174,.7);
    padding: 15px;
    color: #fff;
}
.check03 li{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_check03.png) no-repeat left 2px;
    font-weight: bold;
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

/*sec04*/
.sec04_bg{
  background-size: contain;
}
.no-webp .sec04_bg{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_sec04_bg.png) no-repeat top center;
}
.webp .sec04_bg{
  background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_sec04_bg.png.webp) no-repeat top center;
}
  .blu_slash{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_blue_slash.png);
}


/*sec05*/
.sec05_bg{
  background-size: cover;
  padding: 0 0 30px;
}
.no-webp .sec05_bg{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_sec05_bg.png) no-repeat bottom right #eee;
}
.webp .sec05_bg{
  background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_sec05_bg.png.webp) no-repeat top center;
}
.clearbox{
    background: rgba(255,255,255,.85);
    border: 1px solid #20716e;
}

/*sec06*/
.blue_h2{
    background: #010e29;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}
.blue_h2::after{
    bottom: -5vw;
    z-index: -999;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5vw 50vw 0 50vw;
    border-color: #010e29 transparent transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -5vw;
}
.fl{
    width: 25%;
    float: left;
}
.name{
    color: #54678e;
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}
.fr{
    width: 70%;
    float: right;
}
.ex{
    margin-top: 10px;
    background: #010e29;
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
}
.h3_underline{
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.table01{
    width: 100%;
    font-size: 12px;
}
.table01 th {
	border: 1px solid #fff;
	border-collapse: collapse;
    padding: 10px;
}
.table01 td {
	border: 1px solid #fff;
	border-collapse: collapse;
    padding: 10px;
}
.table01 th {
	background: #bbd4e3;
    width: 30%;
    vertical-align: middle;
    font-weight: bold;
}
.table01 td{
    background: #e7eff4;
}

/*sec07*/
.white_box{
    background: #fff;
    margin-bottom: 5px;
}
.step{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
		width: 80%
}
.step_txt{
    padding: 0 15px 10px 15px;
		font-size: 13px;
}

/*sec08*/
.sec08_bg{
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_sec08_bg.png) no-repeat bottom right;
    background-size: cover;
}
.green_box{
    border: 1px solid #20716e;
    padding: 15px;
    background: rgba(255,255,255, .85);
}
.bb_dotted_green{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #20716e;
    font-size: 10px;
}

/*sec09*/
.lead{
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.white-box{
    padding: 15px;
    background-color: #FFF;
}
.btn03{
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    border-bottom: 3px solid #014727;
    text-align: center;
    background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_rightarrow.png) no-repeat 95% center #005e33;
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
}
.btn03:hover{
    opacity: 1;
    text-decoration: none;
}

/*sec10*/
.table02{
    width: 100%;
    font-size: 12px;
}
.table02 td {
	padding: 3px;
	width: 30px;
	height: 25px;
    background: #fff;
    border: 1px solid #869fae;
	border-collapse: collapse;
    padding: 10px;
}
.table02 th {
	background: #516579;
    border: 1px solid #869fae;
	border-collapse: collapse;
    width: 30%;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
    color: #fff;
}
.pagetop a{
    color: #fff;
}
.pagetop a:hover{
    color: #fff;
}

/*footer*/
footer{
	font-size:11px;
	padding-top: 40px;
	padding-bottom: 40px;
    background: #eee;
}

/*装飾*/
.sppl5{
	padding-left: 5px;
}
.sppr5{
	padding-right: 5px;
}
.sppt20{
	padding-top:20px!important;
}
.sppb20{
	padding-bottom:20px!important;
}
.spmb0{
	margin-bottom:0!important;
}
.spmt10{
	margin-top:10px!important;
}
.spmt20{
	margin-top:20px!important;
}
.spmb10{
	margin-bottom:10px!important;
}
.spmb15{
	margin-bottom:15px!important;
}
.spmb20{
	margin-bottom:20px!important;
}
.spmb30{
	margin-bottom:30px!important;
}
.spmb40{
	margin-bottom:40px!important;
}
.spmh10{
	margin-left:10px;
	margin-right:10px;
}
.spmh15{
	margin-left:15px;
	margin-right:15px;
}
.bg-dark-gray{
	background:#aaa;
	color:#fff;
}
.spph0{
	padding-left:0;
	padding-right:0;
}
.spph15{
	padding-left:15px;
	padding-right:15px;
}
.sppt0{
	padding-top:0;
}
.sppb0{
	padding-bottom:0;
}
.spmaauto{
	margin-left:auto;
	margin-right:auto;
}
.spmhplus15{
	margin-left:-15px;
	margin-right:-15px;
}
.spwd30{
	width:30%;
}
.spwd50{
	width:50%;
}
.spwd65{
	width:65%;
}
.spwd80{
	width:80%;
}
.spwd100{
	width:100%;
}
.sp-txtcenter{
	text-align:center;
}
.sp-txtleft{
	text-align:left;
}
.sp-txtright{
	text-align:right;
}
.sp-btn a img:hover{
	opacity:0.7;
}
.sp-btn a img:focus{
	opacity:1;
}
.sp-btn a img:visited{
	opacity:1;
}
.pl0{
	padding: 0!important;
}

/*form*/
#form .form_att {
    padding: 0 0 2.666667vw 0;
    margin: 0;
    font-size: .8rem;
    font-weight: 300;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1.6;
}

#form fieldset dl{
	margin: 0 auto;
	width: 100%;
}
#form .mailform_label {
    margin: 5vw 0 1vw;
    font-size: 1rem;
    line-height: 1.3;
}
#form .mailform_input {
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
}
#form textarea {
	display: block;
	margin: 0 0 9vw;
	background: #fff;
	padding: 2.666667vw 5.333334vw;
	width: 100%;
	font-size: 1rem;
	border-radius: 2.666667vw;
	border: .2666667vw solid #d6d6d6;
	box-shadow: .5333334vw .5333334vw .5333334vw rgba( 0, 0, 26, .16 );
	/*filter: drop-shadow(.5333334vw .5333334vw .5333334vw rgba(0, 0, 26, .16));*/
}
#form .mailform_label .must {
	padding: 1.0666667vw;
	margin: 0 0 0 2.666667vw;
	font-size: .875rem;
	line-height: 1.1;
	font-weight: 300;
  color: #F44336;
  background: #ececec;
}
#form .selectbox.is-time {
    padding: 0;
    margin-bottom: 2vw;
}
.formError {
    padding-bottom: 0px!important;
    display: block;
    font-size: .6rem;
}
.th {
  padding: 4% 3% 2% 0;
  position: relative;
  font-size: 12px;
  margin: 3% 0;
}
.td{
	padding: 0
}
.orange{
	font-size: 14px;
	border-left: 3px solid #223353;
	padding: 0 0 0 3%;
	font-weight: 300;
  margin-bottom: 2%;
}
input[type="submit"]{
	border-radius: 5px;
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  border-bottom: 3px solid #014727;
  text-align: center;
  background: url(/wp-content/themes/cubylp_child/images/brand01_ben/stella_sp_rightarrow.png) no-repeat 95% center #005e33;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}

.send {
  margin: 10px 0 0 0;
  text-align: center;
}

input {
	box-shadow: none;
	padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
	background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
	background-color: #f8f8f8;
}
select {
	box-shadow: none;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
  height: 35px;
  width: 100%;
}
.tel_number a{
  color: #005e33;
	font-size: 32px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ben01 {
  font-size: 75%;
  border: 1px dotted #ccc;
  padding: 5px;
  margin: 0 10px 15px;
  line-height: 125%;
}
.ben02 {
  font-size: 150%;
  line-height: 125%;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	color: #32716e;
}
.ben03 {
  font-weight: bold;
  font-size: 105%;
  padding: 0 20px 0 40px;
  line-height: 1.3;
  margin: 0 0 4px;
	color: #2e2e2e;
}
.sec05_bg ol {
  list-style-type: decimal;
}
.ben04 {
	margin: 10px 5px 10px 3px;
  color: #eee;
  text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 7px #000, -1px -2px 3px #000;
}

/*スマホ用スタイルend*/
