@charset "utf-8";
@font-face {
    font-family: 'mushin';
    src: url('../font/mushin.otf') format('opentype');
}
/* **********************
  RESET
********************** */
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body {
    margin:0 auto;
    width: auto;
    width:100%;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-size:28px;
    -webkit-text-size-adjust: none;
    padding-bottom: 0px;
}
h2,h3,h4,h5 {
    font-weight:normal;
    line-height: 1.5;
	margin: 0;
	padding: 0;
	
}
h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto 0px auto;
	padding: 0;
	line-height: 1;
}

h2{
	margin: 0;
	padding: 0;
}
li {
    list-style-type:none;
}
img {
    border:0;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
	margin: 0;
	padding: 0;
	vertical-align: top;
}



/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* margin */
.mt0{ margin-top:0 !important; }
.mt10{ margin-top:5px !important; }
.mt20{ margin-top:10px !important; }
.mt30{ margin-top:15px !important; }
.mt40{ margin-top:20px !important; }
.mt50{ margin-top:25px !important; }

.ml20{ margin-left:10px;}

.alC{ text-align:center;}


.wrap {width:640px;}


/* **********************
  CONTENT
********************** */

.contact_area {margin:0 auto;padding:30px 0 20px 0;width:100%;text-align:center;background:#eeeeee;}
.contact_area p {margin-bottom:10px;}
.contact_area .contact1,
.contact_area .contact2 {margin-bottom:10px;}
.contact_area .contact1 a {
    display:block;
    overflow:hidden;
    margin:0 auto;
    padding:85px 0 0 0;
    width:612px;
    height:212px;
    font-size:60px;
    color:#333;
    line-height:1;
    text-indent:55px;
    text-decoration:none;
    font-weight:bold;
    text-align:center;background:url(../img/contact_btn1.png) 0 0 no-repeat;
    background-size:100% auto;
}
.contact_area .contact1 a span {display:block;margin:2px 0 0 0;font-size:24px;}


.sec_ttl01 {
     overflow:hidden;
   padding-top:20px;
    font-size:28px;
    height:164px;
    font-weight:bold;
    text-align:left;
    background:url(../img/bg_ttl01.png) 0 0 no-repeat;
	background-position: right 0;
	color: #ff0000;
	padding: 0;
	line-height: 100%;
}

.sec_ttl01.raw01{padding-top:97px;padding-left: 20px;}


.sec_ttl02 {
    overflow:hidden;
    padding-top:28px;
    font-size:28px;
    color:#323232;
    height:120px;
    line-height:1.3;
    text-align:left;
    background:url(../img/bg_ttl02.png) 0 0 no-repeat;
}
.sec_ttl02.raw2{padding-top:52px;padding-left: 160px;}

.sec_ttl03 {
    overflow:hidden;
    padding-top:28px;
    font-size:28px;
    color:#323232;
    height:120px;
    line-height:1.3;
    text-align:left;
    background:url(../img/bg_ttl03.png) 0 0 no-repeat;
}
.sec_ttl03.raw3{padding-top:52px;padding-left: 160px;}

.sec_ttl, .sec_ttl2 {
    overflow:hidden;
    padding-top:28px;
    font-size:28px;
    color:#FFF;
    height:140px;
    line-height:1.3;
    font-weight:bold;
    text-align:left;
    background:url(../img/bg_ttl01.png) 0 0 no-repeat;
    background-size:100% auto;color: #ff0000;
}
.sec_ttl2{
    background:url(../img/bg_ttl_green.png) 0 0 no-repeat;
    background-size:100% auto;
}
.sec_ttl.raw1, .sec_ttl2.raw1 {padding-top:97px;}
.sec_ttl span, .sec_ttl2 span {display:block;font-size:28px;}
.sec_ttl strong, .sec_ttl2 strong {color:#fff100;}

.grid_paper{
    padding:15px 5% 40px 5%;
    margin: 0px;
    font-size: 24px;
    text-align: left;
    width:100%;
    background: #fffccc;
	margin-bottom: 50px;
	color: #323232;
}

.grid_paper02{
    padding: 30px 40px;
    margin-top: 0px;
    font-size: 18px;
    text-align: left;
    width:100%;
    background: #fff;
}

.marker{
    background:linear-gradient(transparent 40%, #ff9393);
}

#sec1{margin-bottom:25px;text-align:center;}
#sec1 ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
#sec1 ol li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-left: 40px;
}
#sec1 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-size: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff0000;
  height: 30px;
  width: 30px;
}
#sec1 p{
    margin: 18px 18px;
}
#sec1 p strong{
    font-size: 32px;
}

#sec2{margin-bottom:25px;text-align:center;}
#sec2 p strong{
    font-size: 30px;
}

#sec3{margin-bottom:25px;text-align:center;}
#sec3 p strong{
    font-size: 28px;
}

#sec4{margin-bottom:20px;text-align:center;}
#sec4 h3{margin-bottom:15px;}
#sec4 .cont {overflow:hidden;position:relative;margin:0 auto 10px auto;padding:85px 0 4px 0;width:600px;}
#sec4 .cont.man {background:url(../img/sec4_bg1_top.png) 0 0 no-repeat;background-size:600px auto;}
#sec4 .cont.woman {background:url(../img/sec4_bg2_top.png) 0 0 no-repeat;background-size:600px auto;}
#sec4 .cont.parts {background:url(../img/sec4_bg1_parts.png) 0 0 no-repeat;background-size:600px auto;padding:308px 0 4px 0;}

#sec4 .msg_box:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 10%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}
#sec4 .msg_box:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 10%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #988e8e;
    z-index: 1;
}
#sec4 .msg_box .msg_status th {
    font-size: 22px;
	font-weight: bold;
}
#sec4 .msg_box .msg_status td {
	font-weight: bold;
}
#sec4 .txt1 {position:absolute;left:110px;top:30px;color:#323232;text-align:left;font-size:24px;}
#sec4 .txt2 {position:absolute;left:16px;top:90px;width:155px;font-size:24px;color:#000;font-weight:bold;text-align:left;}
#sec4 .txt2.raw1 {top:108px;}
#sec4 .txt3 {position:absolute;left:165px;top:170px;width:344px;color:#000;font-weight:bold;text-align:center;}
#sec4 .txt3 span {display:block;font-size:20px;}
#sec4 .txt3 strong {font-size:230%;}
#sec4 .txt4 {position:absolute;left:20px;top:90px;width:264px;font-size:26px;font-weight:bold;text-align:center;}
#sec4 .txt4 span {display:block;font-size:20px;}
#sec4 .txt5 {position:absolute;right:20px;top:90px;width:244px;font-size:40px;line-height:1.3;font-weight:bold;text-align:center;}
#sec4 .txt5 span {display:block;font-size:20px;}
#sec4 .tbl {background: #FFF;border: solid 3px #988e8e;}
#sec4 .pict {float:left;width:220px;}
/*#sec4 .txt6 {float:right;width:340px;font-size:28px;text-align:left;}*/
#sec4 .txt6 {
    color: #555;
    font-size: 24px;
    text-align:left;
    font-weight: 100;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 2.0em;
}
#sec4 hr{
    margin: 20px;
}
#sec4 table{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

#sec4 table tr{
  border-bottom: solid 2px white;
}

#sec4 table tr:last-child{
  border-bottom: none;
}

#sec4 table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #92c447;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#sec4 table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #92c447;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#sec4 table td{
  text-align: left;
  width: 60%;
  background-color: #eee;
  padding: 10px 5%;
	color: #323232;
}
#sec4 .btn {margin:0 auto 0 auto;width:600px;}
#sec4 .more {display:none;padding:10px 0;}


#sec5{margin-bottom:60px;}
#sec5 h3{margin-bottom:15px;}
#sec5 .pict{margin:70px auto 60px auto;width:520px;}
#sec5 dl {position:relative;margin-bottom:45px;width:100%;}
#sec5 dl dt{color: #fff}

#sec5 dl .dt1,#sec5 dl .dt2,#sec5 dl .dt3,#sec5 dl .dt4{
    padding-top: 40px;
    width: 100%;
    font-size: 28px;
    color: #323232;
    line-height: 1;
    text-align: center;
	height: 104px;
}
#sec5 dl .dt1{
    background: url(../img/title_blue1.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#sec5 dl .dt2{
    background: url(../img/title_blue2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#sec5 dl .dt3{
    background: url(../img/title_blue3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#sec5 dl .dt4{
    background: url(../img/title_blue4.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#sec5 dl img {float: right;}
#sec5 dl dd {
    padding:20px 35px 20px 35px;
    font-size:18px;
	background-color: #f0f0f0;
}
#sec5 dl dd ul {font-size:14px;}
#sec5 dl dd li {padding-left: 2em;text-indent: -2em;}
.sec5_txt01{
	font-size: 18px;
	margin-top: 30px;
}
.sec5_txt02{
	font-size: 16px;
}

#sec6{margin-bottom:20px;text-align:center;}
#sec6 h3{margin-bottom:15px;}

#sec8{margin-bottom:20px;text-align:center;}


#sec10{margin-bottom:20px;text-align:center; padding-top: 50px;}
#sec10 dl{padding:20px;background:url(../img/Q.png) 20px 5px no-repeat;background-size:50px auto; margin-top: 30px;}
#sec10 dt{padding:0 80px 20px 80px;font-size:20px;text-align:left;background:url(../img/sec10_icon2_blue.png) right center no-repeat;background-size:40px auto; color: #323232; border-bottom: 1px dashed #707070;}
#sec10 dt.active{background:url(../img/sec10_icon1.png) right center no-repeat;background-size:40px auto;}
#sec10 dd{display:none;padding:30px 0 0px 80px;font-size:16px;text-align:left;color: #323232;background:url(../img/A.png) 0px 15px no-repeat; }

/* **********************
  HEADER
********************** */
#header{
    position: relative;
    padding: 0em 0;
    background: #fff;
    /*background: #ea5404;*/
	width: 650px;
	margin: 0 auto;
}

.digitWrap{
    left: 57px;
    position: absolute;
    top: 296px;
}

.digitWrap li{
    width: 70px;
    padding-right: 4px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 115px;
    overflow: hidden;
    position: absolute;
}

.digitWrap li.digit02{
    left: 88px;
}

.digitWrap li.digit03{
    left: 175px;
}

/* **********************
  メインビジュアル
********************** */
#mv{position:relative; }
#mv a {display:block;position:absolute;top:442px;left:20px;width:380px;height:80px;}


#loopSlide{
    background:#f5f5f0;
    padding: 10px 0 30px 0;
	position: relative;
	top: -93px;
}
#loopSlide p{
    color: #ff0000;
    text-align: center;
	line-height: 1.2;
}
#loopSlide p strong{
    display: inline-block;
    height: 60px;
    width: 60px;
    position: relative;
    font-size: 1.5em;
    transform: rotate(-15deg);
    background-color: #cd230a;
    border-radius: 50%;
    padding-top:10px;
    line-height: 37px;
	color: #fff000;
}

.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0 5px;
    width: 140px;
    height: 45px;
}
.simply-scroll-list li img {
    display: block;
    width:auto;
    height:45px;
}


/* **********************
  FOOTER
********************** */
#footer{
    background: #49b434;
    padding:50px 0 130px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;

}
#footer address{
    font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
#copyright{
    font-size: 16px;
    /*color:#FFF;*/
    text-align: center;
}


/* **********************
  フロートボタン
********************** */

#float_btn {position:fixed;bottom:0;margin:0 auto;width:100%;background-color: rgba(146,196,71,0.4);}
#float_btn dl {overflow:hidden;padding:5px 0px 0 0px;}
#float_btn dt {float:left;padding:26px 0 0 0px;width:190px;}
#float_btn dd {overflow:hidden;float:right;width:450px;height:86px;background:url(../img/float_btn.png) 0 0 no-repeat;background-size:100% auto;padding: 0;}
#float_btn dd a {
    display:block;
    overflow:hidden;
    padding:15px 0 0 165px;
    height:92px;
    font-size:30px;
    color:#333;
    line-height:1;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
}
#float_btn dd a span {display:block;margin-top:2px;font-size:14px;}




.obi {
    position: fixed; top: 0px; left: calc(50% - (750px / 2));
    width: 750px; padding: 34px 20px; background: rgba(255,241,0,.8); text-align: left; }
.obi .table { width: 100%; }
.obi .table .cell { vertical-align: middle; }
.obi .table .cell02 { width: 22px; }
.obi .table .cell01 { width: calc(100% - 22px); }
.obi .table .cell01 p { font-size: 28px; color: #000; font-weight: bold; }


.table { display: table; width: 100%; }
.table .cell { display: table-cell; }




/* **********************
  フォーム
********************** */

.formArea {margin-bottom:40px;margin-top: 0px;}

.checked_list{
    margin-bottom: 30px;
}

.checked_list ul{
    margin: 20px 0 10px 10px;
}
.checked_list li{
    list-style-type:none;
    padding: 0 0 0 45px;
    position:relative;
    color: #ff0000;
    font-size: 26px;
	font-weight: bold;
}
.checked_list li:after{
    content:' ';
    display:block;
    width: 8px;
    height: 18px;
    border: solid #ff0000;
    border-width: 0 6px 6px 0;
    position:absolute;
    left: 12px;
    top: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checked_list p{
	margin:40px 0;
    text-align: center;
    font-size: 32px;
	color: #323232;
	font-weight: 600;
	line-height: 1.2;
}


/* **********************
  ライトボックス
********************** */

.lightbox {position:fixed;top:50%;left:50%;margin:-338px 0 0 -310px;width:620px;height:676px;background:rgba(0,0,0,0.7);display:none; z-index:999; cursor: pointer;}
.lightbox .lightbox_inner {
    background-color: #ffffff;
    width: 90%;
    height: auto;
    left: 5%;
    top: 50%;
    margin-top: -195px;
    text-align: center;
    padding: 35px 0;
    position: relative;
    cursor: auto;
}


.lightbox .lightbox_close {position:absolute;top:10px;left:560px;width:50px;height:50px;}
.lightbox dl {position:absolute;top:95px;left:0;width:100%;color:#FFF;}
.lightbox dt {margin-bottom:15px;width:100%;font-size:115%;font-weight:bold;text-align:center;}
.lightbox dd {width:100%;font-size:100%;text-align:center;}
.lightbox .lightbox_btn {position:absolute;top:315px;left:4px;width:612px;height:212px;display:block;}
.lightbox .lightbox_img {position:absolute;top:542px;left:20px;width:580px;height:50px;}


#lightbox1.lightbox {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
}

#lightbox1.lightbox .phone_head {
    font-size: 26px;
    font-weight: bold;
    padding:0 0 10px;
}


#popup_phone {
    vertical-align: middle;
    height: 80px;
    border: 2px solid #cccccc;
    width: 386px;
    border-radius: 10px 0 0 10px;
}

#phone_submit {
    vertical-align: middle;
}

#phone_form_err {
    color: #ff0000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

#lightbox1.lightbox .head_text{
    color:#ed0224;
    font-size: 20px;
    font-weight: bold;
    margin-top:30px;
}

#formAreaFirst {
    margin-top: 13px;
}

.scroll_form {
    background: -moz-linear-gradient(top, #86c74c, #3c8f13);
    background: -webkit-linear-gradient(top, #86c74c, #3c8f13);
    background: linear-gradient(to bottom, #86c74c, #3c8f13);
    display: block;
    width: 90%;
    margin: 16px auto 32px;
    color: #ffffff;
    text-decoration: none;
    font-size: 36px;
    line-height: 1;
    padding: 28px 0 26px;
    border: 2px solid #478510;
    border-radius: 6px;
    box-shadow: 0 0 2px 2px #92cd54 inset;
    position: relative;
}

.youtube_box{
    text-align: center;
    margin-bottom:30px;
}

.youtube_box img{
    margin-bottom:25px;
}

/* popup story 0409  change 0522*/


.btn-list{
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 20px 0 30px 0;
    position: relative;
}

.btn-list li{
    list-style: none;
}

.btn-list li.next-stage:after {
    display: none
}
.btn-list li span {
    width: 40px;
    height: 40px;
    display: block;
    margin: 4px auto;
    border-radius: 100%;
    background-color: #fff;
    border: 4px solid #0ab21b;
    color: #0ab21b;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 12px;
}

.btn-list li.next-stage span {
    border-color: #bdbdbd;
    color: #bdbdbd;
    fill: currentColor;
    box-shadow: 4px 0 4px #fff, -4px 0 4px #fff;
}

.btn-list span.bicon {
    font-size: 9px;
    line-height: 13px;
}
.btn-list .bp_step_title {
    font-weight:normal;
    margin-top: 4px;
    white-space: nowrap;
    text-align: center;
    font-siz:20px;
}

.btn-list .next-stage p {
    opacity: .5;
    font-weight: 400
}


.btn-list li .now-btn {
    width: 10px;
    height: 10px;
    border-radius: none;
    margin: 7px auto 6px auto;
    color: #fff;
    animation-iteration-count: infinite;
    background-color: #92C447;
}

.btn-list li span {
    width: 55px;
    height: 55px;
    display: block;
    margin: 4px auto 4px auto;
    border-radius: 100%;
    background-color: #fff;
    border: 10px solid #92C447;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
}


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes flash_btn {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash_btn {
    animation-name: flash_btn;
}

.loading_img{margin-left: -45px;margin-top: 64px;}

/* lastweek_contact */
.lastweek_contact{
    padding: 20px 15px;
    background: yellow;
    width: 90%;
    margin: 15px auto 0;
    font-size: 1.2rem;
    font-weight: bold;
}

/* ラジオ出演履歴 */
.radio_historybox{
    border-bottom: 10px solid #fff30c;
    margin: -10px 0 40px
}

.radio_history_title{
    text-align: center;
    margin: 20px 0 10px;
}

.radio_history_ul{
    width: 90%;
    list-style: none;
    height: 300px;
    overflow-y: scroll;
    margin: 20px auto;
    font-size: 22px;
}

.radio_history_list{
    margin-bottom: 15px;
    border-bottom:1px dotted #000;
}


/* **********************
  LP TOP
********************** */

/* 人数の表示 */
#float_num{
    position: fixed;
    left: 120%;
    top: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 14px 4px;
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}
#float_num.fadeInRight{
    left:0;
}
#float_num span{
    color: #fff100;
}

/* フォーカス強調 */
#btnConfArea{
    text-align: center;
    margin: 20px 0 0;
}
.inquery_form_class #btnConfArea input{
    width: 528px;
}
.formbody{
    padding: 2px;
    border: 6px solid transparent;
}

.flash_border{
	margin-top: -100px;
}

/*
.flash_border{
    border: 6px solid transparent;
    border-radius: 6px;
    animation: flash 1.8s infinite linear;
    -webkit-animation: flash 1.8s infinite linear;
    -moz-animation: flash 1.8s infinite linear;
}
@keyframes flash{
    0% {border-color: #ff0000;}
    50% {border-color: transparent;}
    100% {border-color: #ff0000;}
}
@-webkit-keyframes flash{
    0% {border-color: #ff0000;}
    50% {border-color: transparent;}
    100% {border-color: #ff0000;}
}
@-moz-keyframes flash{
    0% {border-color: #ff0000;}
    50% {border-color: transparent;}
    100% {border-color: #ff0000;}
}
*/

.box2, .box3 {
    float: left;
    border-color: yellow; }

.boxA {
    border: none;
    &:after {
        content: "";
        display: block;
        clear: both;
    }
}

.swiper-slide{
    text-align: center;
	font-size: 18px;
}

.color-acom{
    color: white;
    background-color: rgb(250,0,27);
	border-radius: 5px;
	padding: 15px 0;
}
.color-lake{
    color: white;
    background-color: rgb(60,179,72);
	border-radius: 5px;
	padding: 15px 0;
}
.color-promise{
    color: black;
    background-color: rgb(255,231,7);
	border-radius: 5px;
	padding: 15px 0;
}
.color-life{
    color: white;
    background-color: rgb(6,85,164);
	border-radius: 5px;
	padding: 15px 0;
}
.color-aiful{
    color: white;
    background-color: rgb(218,32,50);
	border-radius: 5px;
	padding: 15px 0;
}
.color-aeon{
    color: white;
    background-color: rgb(172,29,122);
	border-radius: 5px;
	padding: 15px 0;
}
.color-jcb{
    color: white;
    background-color: rgb(0,79,148);
	border-radius: 5px;
	padding: 15px 0;
}
.color-nicos{
    color: white;
    background-color: rgb(230,0,0);
	border-radius: 5px;
	padding: 15px 0;
}
.color-saison{
    color: white;
    background-color: rgb(15,33,139);
	border-radius: 5px;
	padding: 15px 0;
}
.color-orico{
    color: white;
    background-color: rgb(255,60,0);
	border-radius: 5px;
	padding: 15px 0;
}
a:hover, input[type="image"]:hover{
    opacity: 1.0;
    cursor: pointer;
}
#sec10 dt:hover{
    opacity: 0.7;
    cursor: pointer;
}

.msg_box{
	background-color: #f8f5dc;
	padding: 30px ;
}
.note {
    /*padding:0;
    background: linear-gradient(#ccc 1px, transparent 1px) #f8f5dc;
    background-size: auto 2.0em;
    line-height: 2.0em;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
	*/
  background-image:
  linear-gradient(90deg, rgba(255, 246, 230, 0) 0%, rgba(255, 246, 230, 0) 50%, #f8f5dc 0%, #f8f5dc 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #707070 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  color: #707070;
}
.headimg{
    display: inline-block;
}
.headimg img{
    margin: auto 3px;
}


/* 追加　*/
.lead{
	background-color: #49b434;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;

}

.lead p{
	margin: 0 auto;
	width: 94%;
	max-width: 680px;
}

.mainbk,
.box650{
	width: 680px;
	margin: 0 auto;
	padding: 0;
}

.mainph{
	position:relative;
	width: 680px;
	padding: 0;
	}

.big{
	position:relative;
	top: -30px;
	right: 60px;
	text-align: right;
	z-index: 9999;
}
	

.contentsbox01{
	background-color: #f5f5f0;
	padding: 50px 0 50px 0
}
.contentsbox02{
	background-color: #f5f5f0;
	padding: 0px 0 0 0
}
.greenbox{
	background-color: #49b434;
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	border-radius: 5px;
	margin-top: 30px ;
}

.greenbox span{
	color: #fff000;
	font-size: 28px;
}
.message{
	background-color: #92c447;
	text-align: center;
	color: #fff;
	padding: 25px 0;
	font-size: 36px;
}

.messagetxt01{
	font-size: 48px;
	font-weight:bolder;
	color: #fff;
}

.messagetxt01 span{
	color: #fff000;
	font-weight:bolder;
}
.center{
	text-align:center;
}

.font20{
	font-size: 20px;
}

.font18{
	font-size: 18px;
}
.font12{
	font-size: 12px;
}
.red{
	color: #ff0000;
}
.black {
	color: #323232
}
.fbold {
	font-weight:bold;
}
.font90per {
	font-size: 90%;
}