@charset "UTF-8";
#contents {
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.news-midashi {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 25px;
    line-height: 0.6;
}
.news-midashi span {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}
.midashi-ore {
    text-align: center;
    color: #f15a24;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 40px;
}
.midashi-ore strong {
    
}

.midashi-ore span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.midashi-blue {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 40px;
}
.midashi-blue strong {
	background-size: auto 17px;
    padding-left: 10px;
    padding-right: 10px;
}

.midashi-blue span {
    font-size: 16px;
}
.midashi-blue-sub {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 40px;
}
.midashi-blue-sub strong {
    background-size: auto 17px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 5px;
}
h3 {
    border-left: 5px solid rgba(241,90,36,1.00);
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
	padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.linkbtn a  {
    width: 600px;
    max-width: 96%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
    transition: 0.2s;
    margin-left: auto;
    margin-right: auto;
}
.linkbtn.schedulebtn.orage a {
    color: #FFFFFF;
	background-image: url(../img/arrow03.png),url(../img/icon-schedule.png);
    background-repeat: no-repeat;
    background-position: 95% center,10% center;
	background-size: 10px auto, 28px auto;
}
.linkbtn.schedulebtn.green a {
    color: #FFFFFF;
	background-image: url(../img/arrow03.png),url(../img/icon-schedule.png);
    background-repeat: no-repeat;
    background-position: 95% center,10% center;
	background-size: 10px auto, 28px auto;
}
.linkbtn.orange a {
    background-color: #fbb03b;
    color: #FFFFFF;
	background-image: url(../img/arrow03.png);
    background-repeat: no-repeat;
    background-position: 95% center;
	background-size: 10px auto;
}
.linkbtn a:hover{
	opacity: 0.8;
}
.graybox {
    background-color: #F2F2F2;
    padding: 15px;
}
.graybox a {
    color: #F15A24;
}


.sub-inlinebox-l {
	padding: 2%; display: block; width: 96%; vertical-align: top; margin-right: 0%;
	margin-bottom: 2%;
}
.sub-inlinebox-r {
	padding: 2%; display: block; width: 96%; vertical-align: top;;
}
.flow-bg {
    background-image: url(../../img/trial/flow-bg-sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 2% 2% 80px;
}
.flow-bg-end {
    background-image: url(../../img/trial/flow-bg-end-sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 2% 2% 0px;
}
.mtm60{
	margin-top: 0px;
}
.mtm120{
	margin-top: 0px;
	margin-bottom: 0px;
}
.flow-bg .box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.price_table th, .price_table td {
  padding: 10px 2px;
  border: solid 1px #CCC;
  text-align: center;
	font-size:11px;
	line-height: 16px;
}
.whitebox2{
	background-color: #FFF7EE;
    padding: 3% 3%!important;
    border-radius: 10px;
    text-align: center;
}