@charset "UTF-8";
#contents {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.midashi-ore {
    text-align: center;
    color: #f15a24;
    font-weight: bold;
    font-size: 50px;
    line-height: 0.6;
    margin-bottom: 40px;
}
.midashi-ore strong {
    padding-left: 10px;
    padding-right: 10px;
}

.midashi-ore span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.midashi-blue {
    text-align: center;
    color: #9DC2E0;
    font-weight: bold;
    font-size: 50px;
    line-height: 0.6;
    margin-bottom: 40px;
}
.midashi-blue strong {
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-left: 10px;
    padding-right: 10px;
}

.midashi-blue span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.midashi-blue-sub {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 35px;
    line-height: 0.8;
    margin-bottom: 40px;
}
.midashi-blue-sub strong {
    background-image: url(../img/midashi3-bg.png);
    background-repeat: repeat-x;
    background-position: center bottom;
	background-size: auto 20px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 0px;
}

h3 {
    border-left: 5px solid rgba(241,90,36,1.00);
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    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.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.schedulebtn.orange a {
    background-color: #fbb03b;
    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.water a {
    background-color: #2CB0C4;
    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.blue a {
    background-color: #2C7998;
    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.pink a {
    background-color: #FFA9AC;
    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 {
    background-color: #95ce6a;
    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 a:hover{
	opacity: 0.8;
}
.graybox {
    background-color: #F2F2F2;
    padding: 30px;
}
.graybox a {
    color: #F15A24;
}
.bluebox {
    background-color: rgba(157,194,224,0.20);
    padding: 80px 30px;
}
.whitebox {
    background-color: #fff;
    padding: 5%;
    border-radius: 10px;
    text-align: left;
}
.tbl2 {
    width: 100%;
}
.tbl2 tr {
    background-color: #FDF6EB;
}
.tbl2 tr:nth-child(even) {
    background-color: #fff;
}
.tbl2 th {
    color: #FF9200;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    width: 30%;
}
.tbl2 td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
}
.sub-inlinebox-l {
    padding: 2%;
    display: inline-block;
    width: 27%;
    background-color: #FFF0DC;
    vertical-align: top;
    margin-right: 1%;
}
.sub-inlinebox-r {
    padding: 2%;
    display: inline-block;
    width: 60%;
    background-color: #FFF0DC;
    vertical-align: top;
    ;
}

.cont-select .photo {
	width: 50%;
	padding-bottom: 0px;
	float: left;
}
.cont-select .photo img {
	width: 100%;
	height: auto;
}
.cont-select .box {
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
    width: 50%;
}

.bluebg-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    background-color: #2B94E5;
    padding: 20px 0 20px;
    background-size: 57px auto;
}
.bluebg-title span {
    color: #0D41AA;
    font-weight: bold;
    font-size: 16px;
}
.flow-bg {
    background-image: url(../../img/trial/flow-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 80px;
}
.flow-bg-end {
    background-image: url(../../img/trial/flow-bg-end.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 0px;
}
.btn-ore{
	display: inline-block;
	
}
.btn-ore a {
    background-color: #FBB03B;
    display: block;
    color: #FFFFFF;
    text-align: center;
    width: 220px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
    border: 1px solid #FBB03B;
    background-image: url(../img/arrow03.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 10px auto;
}
.btn-ore a:hover {
    background-color: #FFFFFF;
    color: #FBB03B;
}
.mtm60{
	margin-top: -60px;
}
.mtm120{
	margin-top: -120px;
	margin-bottom: 60px;
}
.whitebox {
    background-color: #FFF7EE;
    padding: 5% 2%;
    border-radius: 10px;
    text-align: center;
    
}
.whitebox2{
	background-color: #FFF7EE;
    padding: 4.6% 3%!important;
    border-radius: 10px;
    text-align: center;
}
.price_table {
  width: 100%;
  margin: 20px 0;
}
.price_table th ,.price_table td {
  padding: 10px;
  border: solid 1px #CCC;
  text-align: center;
}
.price_table th, .price_table thead th {
  background: #e8e8e8;
}