@charset "UTF-8";

/*main_img
---------------------------------------------------------*/
.m_img_area {
	background-image: url(../images/price/m_img@2x.jpg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*共通
---------------------------------------------------------*/
.red {
	color: #9F0033;
}
h3 {
	color: #5F4C3D;
	font-size: 154%;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
}
.lead_box {
	padding-bottom: 30px !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
h3 {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
h3 {
	font-size: 144%;
	letter-spacing: .1em;
}
.w970.sp_100{
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
}



/*hoken
---------------------------------------------------------*/
.hoken {
	padding-bottom: 50px;
}
.hoken .flt_l,
.hoken .flt_r {
	max-width: 470px;
	width: 48.5%;
}
.hoken dl {
	background: #F8F5F0;
	padding: 30px 25px;
}
.hoken dt {
	color: #94B400;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .4em;
	line-height: 1.0em;
	text-align: center;
	padding-bottom: 2.2em;
	background: url(../images/price/hoken_about.png) no-repeat center bottom;
	background-size: 16.77777em auto;
	margin-bottom: 0.8em;
}
.hoken dd {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.hoken {
	padding-bottom: 5%;
}
.hoken dl {
	padding: 6% 4% 5.5%;
}
.hoken dt {
	font-size: 115%;
	padding-bottom: 2em;
}
.hoken dd {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.hoken {
	padding-bottom: 7%;
}
.hoken .flt_l,
.hoken .flt_r {
	max-width: 100%;
	width: 100%;
	float: none;
}
	.hoken .flt_l{
		margin-bottom: 1%;
	}
.hoken dl {
	padding: 6.5% 5% 6%;
}
.hoken dt {
	font-size: 110%;
	letter-spacing: .3em;
	padding-bottom: 1.8em;
	margin-bottom: 0.6em;
}
.hoken dd {
	letter-spacing: normal;
}
}



/*price_list
---------------------------------------------------------*/
.price_list {
	background: rgb(249,247,216); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,247,216,1) 0%, rgba(255,255,255,1) 10%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(249,247,216,1) 0%,rgba(255,255,255,1) 10%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(249,247,216,1) 0%,rgba(255,255,255,1) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f7d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
}
.price_list .med_nav {
	text-align: center;
	margin: 25px auto 30px;
}
.price_list .med_nav li {
	display: inline;
	padding: 0 1em;
	font-size: 95%;
	font-weight: bold;
}
.price_list .med_nav a {
	background: url(../images/arrow5.png) no-repeat left 0.25em;
	background-size: 0.45em auto;
	padding-left: 1em;
}
.price_list .med_nav a:hover {
	text-decoration: underline;
}
.price_list .txt_tax {
	padding-top: 2em;
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.6em;
	text-align: right;
	margin-bottom: 1.4em;
}
.price_list .bar_green {
	color: #fff;
	font-size: 134%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	background: #94B700;
	padding: 0.6em 0 0.6em;
}
.price_list caption {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 2.0em;
	text-align: left;
	background: url(../images/medical/icon.png) no-repeat left center;
	padding: 0.6em 0;
	padding-left: 0.8em;
}
.price_list .fukidashi {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.0em;
	width: 27.77778em;
	margin: 1.1em auto 0.5em;
	text-align: center;
	padding-bottom: 0.5em;
	background: url(../images/price/arrow.png) no-repeat center bottom;
	background-size: 0.7222em auto;
}
.price_list .fukidashi h5 {
	background: #5F4C3E;
	padding: 0.8em 0;
	border-radius: 1.66em;
	color: #fff;
}
.price_list table {
	width: 100%;
	border-collapse:separate;
	border-spacing:1px;
	margin-bottom: 30px;
}
.price_list th {
	width:calc(100% - 247px);
	padding: 30px 2.5%;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	font-size: inherit;
	border-bottom: 1px #ddd solid;
	border-right: 1px #ddd solid;
	border-left: 1px #ddd solid;
}
.price_list td {
	width:247px;
	background: #F8F5F0;
	text-align: center;
	vertical-align: middle;
	position: relative;
	border-bottom: 1px #ddd solid;
	border-right: 1px #ddd solid;
}
.price_list tr:first-child th,
.price_list tr:first-child td{
	border-top: 1px #ddd solid;
}
.price_list tr:first-child th.border_none,
.price_list tr:first-child td.border_none{
	border-top: none;
}
.price_list th > div{
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.price_list th .img_l {
	float: left;
	max-width: 160px;
	width: 24.3%;
}
.price_list th .txt_r {
	float: right;
	max-width: 470px;
	width: 71.3%;
}
.price_list th dt {
	color: #92B700;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.price_list th dd {
	font-size: 95%;
	line-height: 1.8em;
}
.price_list td dt {
	padding: 1.2em 0 0;
	text-align: center;
	color: #5F4C3D;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.4em;
}
.price_list td dt span {
	font-size: 82%;
	font-weight: normal;
}
.price_list td dd,
.price_list td p {
	text-align: center;
	color: #9F0033;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.4em;
}
.price_list td dd {
	padding-bottom: 1.2em;
}
.price_list td p {
	padding: 1.2em 0 1.5em;
}
.price_list td p.abs_txt {
	color: #5F4C3E;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.price_list td .border_b {
	border-bottom: dotted 1px #CCC;
}
.price_list .sub_box{
	background: rgba(248,245,240,.7);
	margin-top: 20px;
	padding: 25px 4%;
}
.price_list .sub_box ul{
	display: flex;
    justify-content: space-between;
	max-width: 560px;
	margin: 0 auto;
}
.price_list .sub_box ul li{
	max-width: 250px;
	width: 48.5%;
}
.price_list .sub_box ul li div{
	max-width: 250px;
	margin: 0 auto 0.6em;
}
.price_list .sub_box ul li strong{
	display: block;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 0.15em;
}
.price_list .sub_box ul li span{
	display: block;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: normal;
}
#other + table td dl dt:nth-of-type(2) {
	padding-top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price_list {
	padding: 8% 0;
}
.price_list .med_nav {
	margin:2.5% auto 3%;
}
.price_list .bar_green {
	letter-spacing: .15em;
}
.price_list caption {
	letter-spacing: .15em;
	line-height: 1.8em;
}
.price_list table {
	margin-bottom: 3%;
}
.price_list th {
	width:74.457%;
	padding:3% 2.5%;
}
.price_list td {
	width:25.543%;
}
.price_list td small{
	display: block;
}
.price_list .sub_box{
	margin-top:3%;
	padding: 3.5% 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.price_list {
	padding: 10% 0;
}
.price_list .med_nav {
	margin: 4.5% auto 5%;
}
.price_list .bar_green {
	font-size: 124%;
	letter-spacing: .1em;
	padding: 0.5em 0 0.5em;
}
.price_list caption {
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.5em;
	padding: 0.4em 0 0.4em 0.8em;
}

.price_list .fukidashi {
	letter-spacing: .1em;
	width: 100%;
}
.price_list table {
	display: block;
	margin-bottom: 5%;
}
.price_list tr{
	display: block;
	width:100%;
}
.price_list th {
	display: block;
	width:100%;
	padding: 6% 5%;
	border-bottom: none;
}
.price_list td {
	display: block;
	width:100%;
	border-left: 1px #ddd solid;
	box-sizing: border-box;
	border-top: none;
}
.price_list tr:first-child td{
	border-top: none;
}
.price_list th > div{
	max-width: 100%;
}
.price_list th .img_l {
	float: none;
	width: 80%;
	margin: 0 auto 5%;
}
.price_list th .txt_r {
	float: none;
	max-width: 100%;
	width:  100%;
}
.price_list th dt{
	text-align: center;
}
.price_list td dt {
	padding: 1em 0 0;
}
.price_list td dd{
	padding-bottom: 1em;
}
.price_list td p{
	padding: 1em 0;
}
.price_list td p.abs_txt {
	position: static;
	padding-top: 0;
	margin-top: -1.5em;
}
.price_list .sub_box{
	margin-top: 6%;
	padding: 7% 6%;
}
.price_list .sub_box ul{
	display: block;
	max-width: 100%;
}
.price_list .sub_box ul li{
	max-width: 100%;
	width: 100%;
	margin-top: 7%;
}
.price_list .sub_box ul li:first-child{
	margin-top: 0;
}
.price_list .sub_box ul li div{
	width: 80%;
}
}



/*price_memo
---------------------------------------------------------*/
.price_memo{
    font-weight: bold;
    margin: 1em auto;
    text-align: center;
    letter-spacing: 0.05em;
}
.price_memo a{
    text-decoration: underline;
}
.price_memo a:hover{
    text-decoration: none;
    opacity: 0.5;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}



/*icon_osusume
---------------------------------------------------------*/
.icon_osusume{
    position: relative;
}
.icon_osusume::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/price/icon_osusume.svg)no-repeat top left;
    background-size: 100% auto;
    width: 35%;
    max-width: 72px;
    height: 72px;
    top:-1em;
    left: -9%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}



/*hosho
---------------------------------------------------------*/
.hosho {
	background: #F7FCE2;
}
.hosho .w970 {
	padding: 50px 0;
	position: relative;
	line-height: 1.8em;
}
.hosho dl {
	padding-left: 37.2%;
}
.hosho dt {
	background: url(../images/price/line.png) repeat-x left center;
}
.hosho dt span {
	background: #F7FCE2 url(../images/price/icon1.png) no-repeat left center;
	padding: 0.27em;
	padding-left: 1.94em;
	color: #93B300;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.0em;
}
.hosho dd {
	margin-top: 0.7em;
	padding-left: 2.3em;
	margin-bottom: 2em;
}
.hosho .txt_strong {
	background: #fff;
	padding: 0.8em 0;
	border-radius: 1.67em;
	max-width: 870px;
	margin: 1.1em auto 0;
	color: #5F4C3D;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.0em;
	text-align: center;
	box-sizing: border-box;
}
.hosho .abs_img {
	position: absolute;
	max-width: 327px;
	width: 34%;
	left: 0;
	top: -50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.hosho .w970 {
	padding: 5% 0;
}
.hosho dl {
	padding-left: 35%;
}
.hosho dt span {
	letter-spacing: .15em;
}
.hosho .txt_strong {
	letter-spacing: .15em;
}
.hosho .abs_img {
	top: -4.5vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.hosho .w970 {
	padding: 8% 0;
}
.hosho dl {
	padding-left: 0;
}
.hosho dt {
	background: url(../images/price/line.png) repeat-x left center;
}
.hosho dt span {
	background: #F7FCE2 url(../images/price/icon1.png) no-repeat left center;
	padding: 0.27em;
	padding-left: 1.94em;
	color: #93B300;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.0em;
}
.hosho dd {
	margin-top: 0.5em;
	padding-left: 0;
	margin-bottom: 1.5em;
}
.hosho .sp_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hosho .txt_strong {
	padding: 5% 3%;
	border-radius: 1.67em;
	max-width:63%;
	width: 63%;
	margin: 0;
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.8em;
	padding-top: 5%;
 	
}
.hosho .abs_img {
	position: static;
	width: 35%;
}
}



/*pay
---------------------------------------------------------*/
.pay{
	background: #F8F5F0;
	padding: 50px 3%;
	margin: 60px 0;
}
.pay .inbox{
	max-width: 870px;
	margin: 0 auto;
}
.pay h3{
	margin-bottom: 30px;
}
.pay .flt_l{
	max-width:420px;
	width: 48.3%;
}
.pay .flt_r{
	max-width:416px;
	width: 47.82%;
	padding-top: 5px;
}

/*pri_btn*/
.pay .pri_btn {
	max-width: 400px;
	margin: 1em auto 0;
}
.pay .pri_btn a {
    display: block;
    background-color: #5f4c3e;
	text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .1em;
    border-radius: 2.3334em;
	border:  1px solid #5f4c3e;
    padding: 0.4em 1.2em;
}
.pay .pri_btn span {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
}
.pay .pri_btn span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #FFF;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.pay .pri_btn a:hover {
	color: #5f4c3e;
	background-color: transparent;
}
.pay .pri_btn a:hover span::after {
	border-left-color: #5f4c3e;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pay{
	padding: 5% 3%;
	margin: 6% 0;
}
.pay h3{
	margin-bottom: 3%;
}
.pay .flt_l{
	max-width:100%;
	width: 100%;
	float: none;
}
.pay .flt_r{
	padding-top: 0;
	margin-left: 4%;
	margin-bottom: 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pay{
	padding: 8% 5%;
	margin:8% 0;
}
.pay h3{
	margin-bottom: 5%;
}
.pay .flt_l{
	max-width:100%;
	width: 100%;
	float: none;
}
.pay .flt_r{
	width: 80%;
	padding-top: 0;
	float: none;
	margin: 0 auto 4%;
	text-align: center;
	
}
/*pri_btn*/
.pay .pri_btn {
	margin:6% auto 0;
}
}



/*iryohikozyo
---------------------------------------------------------*/
.iryohikozyo {
	background: #F8F5F0;
	padding: 50px 3%;
	text-align: center;
	font-size: 95%;
	line-height: 2.2em;
}
.iryohikozyo .inbox{
	max-width: 910px;
	margin: 0 auto;
}
.iryohikozyo h3 {
	margin-bottom: 30px;
}
.iryohikozyo .iryohikozyo_img{
	max-width: 910px;
	margin: 20px auto 30px;
}
.iryohikozyo .red,
.iryohikozyo .blue,
.iryohikozyo .green {
	font-weight: bold;
}
.iryohikozyo .blue {
	color: #006CAC;
}
.iryohikozyo .green {
	color: #009966;
}

/*tbl_iryohi*/
.iryohikozyo .tbl_iryohi {
	width: 100%;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin: 25px 0;
}
.iryohikozyo .tbl_iryohi .col_01 {
	width: 25.3%;
}
.iryohikozyo .tbl_iryohi .col_02 {
	width: 13.2%
}
.iryohikozyo .tbl_iryohi th,
.iryohikozyo .tbl_iryohi td {
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
}
.iryohikozyo .tbl_iryohi th {
	background: #9FCC52;
	color: #fff;
	font-weight: normal;
	padding: 3px 0;
}
.iryohikozyo .tbl_iryohi th.bg_yel {
	background: #C7B142;
	font-weight: bold;
}
.iryohikozyo .tbl_iryohi td {
	background: #fff;
	padding: 8px 0;
	line-height: 1.4em;
	width: 10.25%;
}
.iryohikozyo .tbl_iryohi td.txt_red {
	color: #993300;
	font-weight: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.iryohikozyo {
	padding: 5% 3%;
	line-height: 2em;
}
.iryohikozyo h3 {
	margin-bottom: 3%;
}
.iryohikozyo .img{
	margin: 2% auto 3%;
}
/*tbl_iryohi*/
.iryohikozyo .tbl_iryohi {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.iryohikozyo {
	padding: 8% 5%;
	line-height:1.8em;
}
.iryohikozyo h3 {
	margin-bottom: 5%;
}
.iryohikozyo .iryohikozyo_img{
	background-color: #fff;
	padding: 3%;
	box-sizing: border-box;
	max-width: 100%;
	margin: 4% auto 5%;
}	
/*tbl_iryohi_sp*/
.iryohikozyo .tbl_iryohi_sp {
	margin: 5% 0;
}
}



/*tool
---------------------------------------------------------*/
/*tbl_input*/
#tool .tbl_input th {
	width: 44.3%;
	background: #93B300;
	color: #fff;
	padding: .7em 1em;
	font-size: 112%;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	text-align: left;
	position: relative;
	z-index: 1;
}
#tool .tbl_input th::before{
	position: absolute;
	content: "";
	background: url(../images/price/tbl_th_abs@2x.png)no-repeat right center;
	background-size: auto 100%;
	height: 101%;
	width: 60px;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: -1;
}
#tool .tbl_input th label{
	font-weight: bold;
}
#tool .tbl_input td{
	width: 55.7%;
	padding-left:1.5em;
}
#tool .tbl_input input {
	width: calc(100% - 2em);
	padding: 1em;
	text-align: right;
	box-sizing: border-box;
	background: #fff;
	font-size: 110%;	
	outline: none;   
	border: 1px solid #cccccc;
	border-radius: 0;
	margin-right: 1em;
	height: 100%;
}

/* tbl_rslt */
#tool .tbl_rslt {
	max-width: 756px;
	font-size: 115%;
}
#tool .tbl_rslt th,
#tool .tbl_rslt td {
	padding: .7em 1em;
	font-size: 112%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: bold!important;
}
#tool .tbl_rslt th {
	width: 56.4%;
	padding: .7em 1em;
	text-align: left;
}
#tool .tbl_rslt td {
	width:43.9%;
	background-color: #fff;
}
#tool .tbl_rslt td span{
	font-size: 127%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

/*table*/
#tool table {
	width: 100%;
	font-size: 115%;
	line-height: 1.3;
	border-collapse: separate;
	border-spacing: 0 1em;
	margin-left: auto;
	margin-right: auto;
}
#tool table th {
	font-weight: normal;
}
#tool table td {
	text-align: right;
}
#tool table td .amount {
	font-size: 110%;
	margin-right: .3em;
}

/*aster_txt*/
#tool .aster_txt {
	opacity: inherit;
	padding-left: 1em;
	text-indent: -1em;
}

#tool .aster_txt span{
	color: #cd4b57;
}

/*note*/
#tool .note{
	color: #cd4b57;
	font-weight: normal!important;
	font-size: 115%;
	letter-spacing: 0.15em;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.15em;
}

/*aster_list*/
#tool .aster_list{
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 1em;
	line-height: 1.8em;
}

/*calc_btn*/
#tool .calc_btn{
	max-width: 21.2em;
	margin: 40px auto 0;
	transition: 1.0s;
}
#tool .calc_btn:hover {
	opacity: 0.6;
	transition: 0.4s;
}
#tool .calc_btn button{
	display: block;
	width: 100%;
	padding: 1.2em 0;
	background: #473630;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 115%;
	letter-spacing: .05em;
	line-height: 1.2em;
	border: none;
}
#tool .calc_btn button span {
	position: relative;
	padding-right: 2.4em;
}
#tool .calc_btn button span::before{
	position: absolute;
	content: "";
	background: url("../images/price/icon_calc.svg") no-repeat right top;
	width: 1.824em;
	height: 1.824em;
	right: -0.1em;
	top:-0.4em;
}

/*tool_box*/
#tool .tool_box{
	border: 1px solid #93B300;
	padding: 80px 4% 45px;
	position: relative;
	margin-top: 60px;
}
#tool .tool_box::before{
	position: absolute;
	content: "";
	font-size:171%;
	line-height: 1em;
	backface-visibility: 0.05em;
	background: #F8F5F0;
	width: 20em;
	height: 1em;
	left: 0;
	right: 0;
	margin: auto;
	top:-0.5em;
}
#tool .tool_box .tool_tit{
	font-size:171%;
	line-height: 1em;
	backface-visibility: 0.05em;
	text-align: center;	
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:-0.5em;
}
#tool .tool_box .tool_tit p{
	font-size: 76%;
	letter-spacing: 0.05em;
	line-height: 1em;
	color:#93B300;
	opacity: 0.5;
	font-weight: 600;
	margin-top: 0.6em;
}
#tool .tool_box .inbox{
	max-width: 835px;
	margin: 0 auto;
}

/*result_box*/
#tool .result_box{
	background-color:rgba(181,148,0,0.08);
	padding: 40px 4% 45px;
	margin-top: 55px;
}
#tool .result_box .inbox{
	max-width: 1000px;
	margin: 0 auto;
}
#tool .result_box dl{
	font-size: 142%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom:30px;
}
#tool .result_box dl span{
	color: #cd4b57;
}
#tool .result_box dl dd{
	font-size: 125%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
#tool .result_box ul li.arrow{
	padding: 50px 0;
	position: relative;
	text-align: center;
	height: auto;
}
#tool .result_box ul li.arrow div{
	max-width: 25px;
	max-height: 25px;
	margin: 0 auto;
}
#tool .result_box ul li.arrow::before{
	position: absolute;
	content: "";
	background:url("../images/price/dashed_line@2x.png")no-repeat left center;
	background-size: 100% 100%;
	width: calc(50% - 30px);
	max-width: 470px;
	height:1px;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
#tool .result_box ul li.arrow::after{
	position: absolute;
	content: "";
	background:url("../images/price/dashed_line@2x.png")no-repeat right center;
	background-size: 100% 100%;
	width: calc(50% - 30px);
	max-width: 470px;
	height:1px;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
#tool .result_box ul li:first-of-type .tbl_rslt th{
	background-color:rgba(181,148,0,0.2);
}
#tool .result_box ul li:last-of-type .tbl_rslt th{
	background-color: #b59400;
	color: #fff;
}
#tool .result_box ul li:last-of-type .tbl_rslt td span{
	color: #cd4b57;
}
#tool .result_box table {
	border-spacing: 0 0.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*tbl_input*/
#tool .tbl_input th {
	width: 49%;
	font-size: 110%;
	padding: .7em .4em .7em .7em;
	letter-spacing: 0.05em;
}
#tool .tbl_input td{
	width: 51%;
	padding-left:1em;
}	
/* tbl_rslt */
#tool .tbl_rslt {
	max-width: 756px;
}
#tool .tbl_rslt th,
#tool .tbl_rslt td {
	font-size: 110%;
	letter-spacing: 0.05em;
}
#tool .tbl_rslt td span{
	letter-spacing: 0.05em;
}

/*table*/
#tool table {
	letter-spacing: 0.05em;
}

/*calc_btn*/
#tool .calc_btn{
	margin: 4% auto 0;
}

/*tool_box*/
#tool .tool_box{
	padding: 8% 3% 4.5%;
	margin-top: 6%;
}
#tool .tool_box::before{
	font-size:156%;
}
#tool .tool_box .tool_tit{
	font-size:156%;
}

/*result_box*/
#tool .result_box{
	padding: 4% 4% 4.5%;
	margin-top: 5.5%;
}
#tool .result_box dl{
	font-size: 120%;
	margin-bottom:3%;
}
#tool .result_box dl dd{
	letter-spacing: 0.05em;
}
#tool .result_box ul li.arrow{
	padding:5% 0;
}
#tool .result_box ul li.arrow div{
	max-width: 20px;
	max-height: 20px;
}
#tool .result_box ul li.arrow::before{
	width: calc(50% - 25px);
}
#tool .result_box ul li.arrow::after{
	width: calc(50% - 25px);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*tbl_input*/
#tool .tbl_input th {
	width: 50%;
	padding: .7em .4em .7em .7em;
	font-size: 110%;
	height: 3.4em;
}
#tool .tbl_input td{
	width: 50%;
	padding-left:0;
}
#tool .tbl_input input {
	margin-right: 0.5em;
	height: 5em;
}

/* tbl_rslt */
#tool .tbl_rslt {
	max-width: 100%;
	font-size: 100%;
}
#tool .tbl_rslt th,
#tool .tbl_rslt td {
	padding: .7em;
	font-size: 110%;
}
	
/*table*/
.price #tool table {
	font-size: 80%;
	letter-spacing: normal;
}

/*aster_txt*/
#tool .aster_txt {
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.5em;
}

/*aster_list*/
#tool .aster_list{
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: left;
}

/*calc_btn*/
#tool .calc_btn{
	margin: 6% auto 0;
}
#tool .calc_btn button{
	font-size: 110%;
}
	
/*tool_box*/
#tool .tool_box{
	padding: 10% 5% 8%;
	margin-top: 10%;
}
#tool .tool_box::before{
	font-size:140%;
	width: 14em;
	height: 1em;
}
#tool .tool_box .tool_tit{
	font-size:140%;
}
	
/*result_box*/
#tool .result_box{
	padding: 6% 5% 8%;
	margin-top: 6%;
}
#tool .result_box dl{
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom:5%;
}
#tool .result_box ul li.arrow{
	padding: 6% 0;
}
#tool .result_box ul li.arrow div{
	width: 5vw;
	height: 5vw;
}
#tool .result_box ul li.arrow img{
	margin: 0;
	display: block;
}
#tool .result_box ul li.arrow::before{
	width: calc(50% - 5.5vw);
}
#tool .result_box ul li.arrow::after{
	width: calc(50% - 5.5vw);
}
}
