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


/* section.estimate */
section.estimate .sec_main{
	margin: 55px auto 0;
}

section.estimate .sec_main > ul{
	margin: 0 0 45px;
}

section.estimate ul dl {
	border: 1px solid #0789cf;
}

section.estimate ul dl dt{
	background: #0789cf;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	padding: 8px 17px;
	min-height: 45px;
}

section.estimate ul dl dd{
	padding: 20px 17px;
	font-size: 15px;
}

section.estimate ul dl dd label{
	width: 120px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	vertical-align: bottom;
}

section.estimate ul dl dd select{
	vertical-align: bottom;
	min-width: 150px;
	text-indent: 0.5em;
	font-size: 16.5px;
}

section.estimate .amount {
	background: #0789cf;
	padding: 20px;
	margin: 0 0 60px;
}

section.estimate .amount dl{
	background: url(../img/cmn_img_bg02.png);
	padding: 12px 0;
	font-size: 0;
	display: flex;
	align-items: center;
}

section.estimate .amount dt{
	font-size: 18px;
	width: 240px;
	text-align: center;
}

section.estimate .amount dt span {
	display: block;
	line-height: 1.5;
	font-weight: 500;
}

section.estimate .amount dt span:nth-child(2){
	font-size: 27px;
}

section.estimate .amount dd{
	font-size: 18px;
	width: calc(100% - 240px);
	padding: 15px 50px;
	border-left: 2px #0789cf solid;
}

section.estimate .amount dd li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
	align-items: center;
}

section.estimate .amount dd li:last-child{
	margin: 0;
}

section.estimate .amount dd li span{
	font-weight: 500;
}

section.estimate .amount dd li span:last-child{
	font-size: 28px;
	font-weight: 600;
	color: #ff7e00;
}

section.estimate .amount dd li span:last-child:after{
	content: '円';
	font-size: 20px;
	font-weight: 500;
	padding-left: 3px;
}

section.estimate .btn_area{
	background: #f1f4f6;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.estimate .btn_area p{
	text-align: left;
	line-height: 1.4;
}

section.estimate .btn_area a{
	border-radius: 0;
}

section.estimate .btn_area a.btn_link01 span {
    width: 240px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
}


/* section.plan_list */
section.plan_list{
	margin: 0 0 150px;;
}


section.plan_list .sec_main{
	margin: 25px 0 0;
}

section.plan_list .plan{
	margin: 0 0 23px;
}

section.plan_list .plan:last-child{
	margin: 0;
}

section.plan_list .plan h4{
	border: #006797 1px solid;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	background: var(--ac);
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	padding: 0 10px;
	color: #fff;
}

section.plan_list .plan:first-child h4{
	border: #0789cf 1px solid;
}

section.plan_list .plan:not(:first-child) h4{
	background: #006797;
	position: relative;
	cursor: pointer;
}

section.plan_list .plan:not(:first-child) h4 span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 25px;
	height: 25px;
}

section.plan_list .plan:not(:first-child) h4 span:before,
section.plan_list .plan:not(:first-child) h4 span:after{
	content: "";
	display: block;
	background: #fff;
	position: absolute;
}

section.plan_list .plan:not(:first-child) h4 span:before {
	width: 25px;
	height: 3px;
	top: 11px;
	right: 0;
}

section.plan_list .plan:not(:first-child) h4 span:after {
	width: 3px;
	height: 25px;
	top: 0;
	right: 11px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

section.plan_list .plan:not(:first-child) h4.rotate span:after {
    transform: rotate(90deg);
}

section.plan_list .plan table{
	width: 100%;
}

section.plan_list .plan table.sp{
	display: none;
}

section.plan_list .plan:nth-child(n+3) table{
	display: none;
}

section.plan_list .plan:not(:first-child) tr{
	
}

section.plan_list .plan table th,
section.plan_list .plan table td{
	font-weight: 400;
	border: 1px solid #006797;
}

section.plan_list .plan tbody tr td.col4:not(:first-child){
	text-align: center;
}

section.plan_list .plan thead{
	font-size: 17px;
	line-height: 35px;
	background:  #f1f4f6;
}

section.plan_list .plan thead tr th:first-child{
	width: 280px;
}

section.plan_list .plan tbody {
	line-height: 45px;
}

section.plan_list .plan tbody tr {
	height: 45px;
}

section.plan_list .plan tbody tr td:first-child{
	font-size: 16px;
	padding: 0 10px;
	line-height: 1.4;
	vertical-align: middle;
}

section.plan_list .plan tbody tr td:not(:first-child){
	font-size: 18px;
	text-align: right;
	line-height: 1.2;
	vertical-align: middle;
	padding: 5px 15px;
}

section.plan_list .plan tbody tr td:not(:first-child) span:after{
	content: '円';
	font-size: 16px;
	padding-left: 3px;
}


/*==レスポンシブ設定==*/
@media screen and (min-width:1020px) {
	
	
}

/*------------ノートPC用------------------*/
@media screen and (min-width: 960px) and (max-width: 1019px) {
	
}

/*------------タブレット用------------------*/
@media screen and (min-width: 560px) and (max-width: 959px) {
	
	section.estimate .sec_main {
    margin: 45px auto 0;
		padding: 0;
	}
	
	section.estimate .amount {
    margin: 0 0 45px;
	}
	
	section.estimate .amount dl {
    display: block;
    padding: 0 24px;
	}
	
	section.estimate .amount dt {
    width: 100%;
    padding: 25px 0 20px;
	}
	
	section.estimate .amount dt span {
    display: inline-block;
		vertical-align: middle;
	}
	
	section.estimate .amount dt span:nth-child(2){
		padding-left: 3px;
	}
	
	section.estimate .amount dd {
    width: 100%;
    border-left: none;
    border-top: 2px #333 solid;
    padding: 25px 15px 28px;
		text-align: center;
	}
	
	section.estimate .amount dd ul {
    width: 100%;
    max-width: 450px;
		display: inline-block;
	}
	
	section.estimate .amount dd li {
    margin: 0 0 12px;
	}
	
	section.estimate .btn_area {
    padding: 30px 0;
		display: block;
	}
	
	section.estimate .btn_area p {
    text-align: center;
		margin: 0 0 20px;
	}
	
	section.plan_list .plan thead th {
    font-size: 16px;
	}
	
	section.plan_list .plan tbody tr td:not(:first-child) span {
    font-size: 17px;
	}
	
	
	
}

/*-----------スマホ-------------*/
@media screen and (max-width: 559px) {
	
	section.under {
    margin: 0 0 60px;
	}
	
	section.estimate .sec_main {
    margin: 30px auto 0;
		padding: 0;
	}
	
	section.estimate .sec_main > ul {
    margin: 0 0 30px;
	}
	
	section.estimate ul dl dt {
    font-size: 16px;
		padding: 9px 15px;
	}
	
	section.estimate ul dl dd {
    padding: 20px 15px;
    font-size: 0;
	}
	
	section.estimate ul dl dd label {
    font-size: 15px;
		width: 110px;
	}
	
	section.estimate ul dl dd select {
    font-size: 15px;
		width: calc(100% - 110px);
	}
	
	section.estimate .amount {
    margin: 0 0 30px;
		padding: 10px;
	}
	
	section.estimate .amount dl {
    display: block;
    padding: 0 13px;
	}
	
	section.estimate .amount dt {
    width: 100%;
    padding: 20px 0 15px;
	}
	
	section.estimate .amount dt span {
    display: inline-block;
		vertical-align: middle;
	}
	
	section.estimate .amount dt span:nth-child(2){
		padding-left: 3px;
	}
	
	section.estimate .amount dd {
    width: 100%;
    border-left: none;
    border-top: 2px #333 solid;
    padding: 23px 3px 26px;
		text-align: center;
	}
	
	section.estimate .amount dd ul {
    width: 100%;
    max-width: 450px;
		display: inline-block;
	}
	
	section.estimate .amount dd li {
    margin: 0 0 11px;
	}
	
	section.estimate .amount dd li span:first-child {
    font-size: 16px;
	}
	
	section.estimate .amount dd li span:last-child {
    font-size: 21px;
	}
	
	section.estimate .amount dd li span:last-child:after {
    font-size: 17px;
    padding-left: 2px;
	}
	
	section.estimate .btn_area {
    padding: 25px 10px;
		display: block;
	}
	
	section.estimate .btn_area p {
    text-align: center;
		margin: 0 0 20px;
	}
	
	section.estimate .btn_area a.btn_link01 {
    width: auto;
	}
	
	section.plan_list {
    margin: 0 0 80px;
	}
	
	section.plan_list .sec_main {
    margin: 20px 0 0;
	}
	
	section.plan_list .plan h4 {
    height: 45px;
		line-height: 45px;
	}
	
	section.plan_list .plan table.pc{
		display: none;
	}
	
	section.plan_list .plan table.sp{
		display: table;
	}
	
	section.plan_list .plan:nth-child(n+3) table {
    display: none;
	}
	
	section.plan_list .plan thead tr th {
		font-size: 14px;
    line-height: 1.3;
    vertical-align: middle;
    padding: 5px;
	}
	
	section.plan_list .plan thead tr th:first-child {
    width: 90px;
	}
	
	section.plan_list .plan tbody tr td:first-child {
    font-size: 15px;
    text-align: center;
	}
	
	section.plan_list .plan tbody tr td:not(:first-child) {
    font-size: 17px;
    text-align: center;
		padding: 5px;
	}
	
	section.plan_list .plan tbody tr td:not(:first-child) span:after {
    font-size: 15px;
    padding-left: 2px;
	}
	
	
	
}
