@charset "UTF-8";


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


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

#part_top {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: bold;
}
#part_btm {
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-weight: bold;
}
#part {
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
.p_inner {
	border: 2px solid #34805a;
	padding: 30px;
	height: auto;
	width: 32%;
	display: flex;
    align-items: center;
	text-align: center;
}
.p_inner font {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #34805a;
}
.link-btn-pa {
	width: 40%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
.link-btn-pa a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #1f7349;
	border-radius: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi.png);
	background-repeat: no-repeat;
	background-position : right 20px bottom 22px;
}
.link-btn-pa 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: #a27d56;
}
#merit {
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.m_inner {
	padding: 0px;
	height: auto;
	width: 30%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 50px;
	margin-left: 1%;
	border: 1px solid #1f7349;
}
.m_inner .icon {
	text-align: center;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.m_inner .picture {
	margin: 0px;
	padding: 0px;
	text-align: center;
	max-width:100%;
}
.m_inner p {
	font-size: 90%;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 85%;
}
#demerit {
	padding: 0px;
	display: flex;
	justify-content: space-between;
}
.d_inner {
	border: 2px solid #a27d56;
	padding: 31px;
	height: auto;
	width: 32%;
	display: flex;
    align-items: center;
	text-align: center;
}
.d_inner p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.d_inner p span {
	font-weight: normal !important;
	color: #C00 !important;
}
.de_text {
	font-size: 90%;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
.de_text span {
	color: #C00;
}

.cost-list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #61b591;
	padding: 0px;
	margin: 0px;
}
.cost-list1 th,
.cost-list1 td {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61b591;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.cost-list1 th {
	background-color: #FEF7E0;
	width: 40%;
	font-size: 90%;
	line-height: 1.7em;
}

.cost-list1 td {

}
.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.5em;
	margin: 0px;
	padding: 0px;
}
.cost-list1 td p {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cyusyaku {
	font-size: 80%;
	color: #666;
	padding: 0px;
	margin: 0px;
}

}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#part_top {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: bold;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#part_btm {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: bold;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#part {
	padding: 0px;
}
.p_inner {
	border: 2px solid #34805a;
	padding: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.p_inner font {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #34805a;
}
.link-btn-pa {
	width: 90%;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}
.link-btn-pa a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #1f7349;
	border-radius: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi.png);
	background-repeat: no-repeat;
	background-position : right 20px bottom 22px;
}
#merit {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
.m_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: 1px solid #1f7349;
	height: auto;
	width: 90%;
}
.m_inner .icon {
	text-align: center;
	padding: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.m_inner .picture {
	margin: 0px;
	padding: 0px;
	text-align: center;
	max-width:100%;
}
.m_inner p {
	font-size: 90%;
	line-height: 1.7em;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 85%;
}
#demerit {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.d_inner {
	border: 2px solid #a27d56;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.d_inner p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.d_inner p span {
	font-weight: normal !important;
	color: #C00 !important;
}


.de_text {
	font-size: 90%;
	line-height: 1.6em;
	padding: 0px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.de_text span {
	color: #C00;
}
.cost-list1 {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #61b591;
	padding: 0px;
	margin: 0px;
}
.cost-list1 th,
.cost-list1 td {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61b591;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.cost-list1 th {
	background-color: #FEF7E0;
	width: 40%;
	font-size: 90%;
	line-height: 1.7em;
}

.cost-list1 td {

}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.4em;
	display: block;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	display: block;
}
.cost-list1 td p {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.7em;
}
.cyusyaku {
	font-size: 80%;
	color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	height: auto;
	width: 95%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

}
