@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

.text1 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
.text1 span {
	color: #C00;
	text-decoration: underline;
}
#p_area {
	background-color: #F5F5F5;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px !important;
	margin: 0px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#price_link {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 1040px;
}
.plink {
	margin: 1%;
	padding: 0px;
	height: auto;
	width: 22%;
	text-align: center;
}
.plink a {
	background-color: #6bb6ff;
	display: block;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 95%;
	border-radius: 5px;
	background-image: url(../../images/yajirushi_u.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.plink a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #c7ebff;
}
.cost_ex_txt {
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	border: 1px solid #666;
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.cost_ex_txt2 {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	border: 1px solid #666;
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.cost-list1 {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 75%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.cost-list1 th,
.cost-list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 50%;
	font-size: 15px;
	align-items: center;
    vertical-align: middle;
}

.cost-list1 th div {
	line-height: 1.3em;
}

.cost-list1 td {
	text-align: left;
	font-size: 14px;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.3em;
}
.cost-list1 td .tx_sss {
	font-size:14px;
	/*font-size:1.2rem;*/
	color: #CB0000;
}
.cyusyaku {
	font-size: 80%;
	color: #666;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.ccp {
	font-size: 80%;
	color: #F36;
}

.link-btn-price {
	width: 40%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.link-btn-price a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #50be91;
	border-radius: 5px;
	box-shadow: 3px 3px #3d8e6b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 10px 25px;
}
.link-btn-price a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #4eab83;
}
.link-btn-price-ex {
	width: 40%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.link-btn-price-ex a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #50be91;
	border-radius: 5px;
	box-shadow: 3px 3px #3d8e6b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 10px 25px;
}
.link-btn-price-ex a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #4eab83;
}
#dlbnr {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}

.other {
	border: 1px solid #999;
	padding: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.other dt {
	font-size: 14px;
	line-height: 1.5em;
}
.other dt span {
	color: #C00;
	text-decoration: underline;
}
.text2 {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: orange;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 18px;
}
#dloan {
	background-color: #F5F5F5;
	padding: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
}
.dl_min1 {
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #50be91;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}
.dl_min1 dt {
	font-size: 140%;
	color: orange;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.dl_min1 dd {
	font-size: 140%;
	color: orange;
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	font-weight: bold;
}
.dl_min1 ul {
	margin: 0px;
	padding: 0px;
}
.dl_min1 ul li {
	font-size: 80%;
	line-height: 1.6em;
	color: #666;
}
.dl_min2 {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 62%;
}
.dl_min2 dt {
	padding: 0px;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}
.dl_min2 dd {
	font-size: 75%;
	color: #666;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0px;
}
.list1 th,
.list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding: 7px;
}
.list1 th {
	background-color: #6bb6ff;
	font-size: 90%;
	color: #FFF;
	text-align: center;
}

.list1 td {
	font-size: 90%;
	background-color: #FFF;
	text-align: right;
}
#card {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 120px;
	margin-left: 0px;
}
#card dt {
	padding: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto!important;
	margin-bottom: 10px;
	margin-left: auto!important;
	font-size: 95%;
}
#card dd {
	margin: 0px;
	padding: 0px;
}
#kjtxt {
	font-size: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#koujyo {
	background-color: #50be91;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
}
#koujyo p {
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	text-align: center;
}
.kigou {
	font-size: 150%;
}

#koujyo_sm {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#koujyo_sm dt {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#koujyo_sm dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#koujyo_sm span {
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
#koujyo_sm p {
	font-size: 80%;
	color: #999;
}

}








/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {
	
.mainarea {
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-right: 3%;
    padding-bottom: 50px;
    padding-left: 3%;
    margin: 0px;
}	

.text1 {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.text1 span {
	color: #C00;
	text-decoration: underline;
}
#p_area {
	background-color: #F5F5F5;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px !important;
	margin: 0px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#price_link {
	padding: 0px;
	margin: 0px;
}
.plink {
	padding: 0px;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.plink a {
	background-color: #6bb6ff;
	display: block;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 95%;
	border-radius: 5px;
	background-image: url(../../images/yajirushi_u.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.cost_ex_txt {
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	border: 1px solid #666;
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.cost_ex_txt2 {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	border: 1px solid #666;
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.cost-list1 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.cost-list1 th,
.cost-list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding: 10px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 50%;
	font-size: 90%;
	line-height: 1.5em;
	align-items: center;
    vertical-align: middle;
}
}
.cost-list1 th div {
	line-height: 1.3em;
}

.cost-list1 td {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	align-items: center;
	vertical-align: middle;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.3em;
}
.cost-list1 td .tx_sss {
	font-size:14px;
	/*font-size:1.2rem;*/
	color: #CB0000;
}
.cyusyaku {
	font-size: 14px;
	color: #666;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.3em;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.ccp {
	font-size: 80%;
	color: #F36;
}
.link-btn-price {
	width: 90%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.link-btn-price a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #50be91;
	border-radius: 5px;
	box-shadow: 3px 3px #3d8e6b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 10px 25px;
}
.link-btn-price-ex {
	width: 90%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.link-btn-price-ex a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #50be91;
	border-radius: 5px;
	box-shadow: 3px 3px #3d8e6b;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_w.png);
	background-repeat: no-repeat;
	background-position : 10px 25px;
}
#dlbnr {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
.other {
	border: 1px solid #999;
	padding: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.other dt {
	font-size: 14px;
	line-height: 1.5em;
}
.other dt span {
	color: #C00;
	text-decoration: underline;
}
.text2 {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#dloan {
	background-color: #F5F5F5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.dl_min1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: orange;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.dl_min1 dt {
	font-size: 140%;
	color: orange;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.dl_min1 dd {
	font-size: 140%;
	color: orange;
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	font-weight: bold;
}
.dl_min1 ul {
	margin: 0px;
	padding: 0px;
}
.dl_min1 ul li {
	font-size: 80%;
	line-height: 1.6em;
	color: #666;
}
.dl_min2 {
	margin: 0px;
	padding: 0px;
}
.dl_min2 dt {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.dl_min2 dd {
	font-size: 75%;
	color: #666;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0px;
}
.list1 tr {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 33%;
}

.list1 th,
.list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding: 7px;
}
.list1 th {
	background-color: #6bb6ff;
	font-size: 80%;
	color: #FFF;
	line-height: 1.5em;
}

.list1 td {
	font-size: 14px;
	background-color: #FFF;
	line-height: 1.5em;
}
#card {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#card dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 95%;
	line-height: 1.6em;
}
#card dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#kjtxt {
	font-size: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
#koujyo {
	background-color: #6bb6ff;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#koujyo p {
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
.kigou {
	font-size: 150%;
	transform: rotate(90deg);
}

#koujyo_sm {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#koujyo_sm dt {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#koujyo_sm dd {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#koujyo_sm span {
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
#koujyo_sm p {
	font-size: 80%;
	color: #999;
	line-height: 1.3em;
}

}
