@charset "UTF-8";


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


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

#ind {
    background-color: #f3f3f3;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#p001,#p002,#p003,#p004,#p005,#p006 {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.ind_inner {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 31%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.ind_inner a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #68c391;
	border-radius: 5px;
	box-shadow: 5px 5px #427f5e;
	margin: 0px;
	font-weight: bold;
	font-size: 90%;
	padding: 10px;
}
.ind_inner 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: #9de5be;
}
#henkou {
    border: 1px solid #C90003;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    margin-top: -40px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}
#henkou dt {
    color: #C90003;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#henkou dd {
    margin: 0px;
    padding: 0px;
    color: #C90003;
}
#henkou p {
    font-size: 80%;
    padding: 0px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #5E5E5E;
    line-height: 1.7em;
}
#price_title {
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    color: #54b37f;
    height: auto;
    width: 250px;
    border-radius: 5px;
    border: 2px solid #54b37f;
}
.cost-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;
}
.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: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 95%;
}

.cost-list1 td {
    text-align: right;
    background-color: #FFF;
    line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
    font-size: 80%;
    line-height: 1.5em;
    padding-right: 5px;
}
.cyusyaku {
	font-size: 70%;
	color: #666;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
.komi {
    color: #666;
    font-size: 70%;
    line-height: 1.5em;
    margin-bottom: 5px;
}
#cyuusyaku_area {
	border: 1px dotted #CCC;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#cyuusyaku_area ul {
	margin: 0px;
	padding: 0px;
}
#cyuusyaku_area ul li {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.cyuusyaku_title {
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

}



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

#ind {
    background-color: #f3f3f3;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ind_inner {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
    margin-left: 0px;
    height: auto;
    width: 48%;
}
.ind_inner a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #68c391;
    border-radius: 5px;
    box-shadow: 5px 5px #427f5e;
    margin: 0px;
    font-weight: bold;
    font-size: 85%;
    line-height: 1.7em;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}
#henkou {
    border: 1px solid #C90003;
    margin-top: -20px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding: 20px;
}
#henkou dt {
    color: #C90003;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#henkou dd {
    margin: 0px;
    padding: 0px;
    color: #C90003;
    font-size: 90%;
}
#henkou p {
    font-size: 75%;
    padding: 0px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #5E5E5E;
    line-height: 1.7em;
}
#price_title {   
    padding: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    color: #54b37f;
    height: auto;
    width: 250px;
    border-radius: 5px;
    border: 2px solid #54b37f;
}
.cost-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;
}
.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: 13px;
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 55%;
	font-size: 90%;
	line-height: 1.5em;
}

.cost-list1 td {
    text-align: right;
    background-color: #FFF;
    font-size: 90%;
    line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
    font-size: 80%;
    line-height: 1.5em;
    padding-right: 5px;
}
.cyusyaku {
	font-size: 70%;
	color: #666;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
.komi {
    color: #666;
    font-size: 70%;
    line-height: 1.3em;
    margin-bottom: 7px;
}
#cyuusyaku_area {
	border: 1px dotted #CCC;
	margin: 0px;
	padding: 20px;
}
#cyuusyaku_area ul {
	margin: 0px;
	padding: 0px;
}
#cyuusyaku_area ul li {
	font-size: 70%;
	color: #666;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.cyuusyaku_title {
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

}
