@charset "UTF-8";


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


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

#ind {
	background-color: #ebf6fb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	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;
}
#ind::after{
  content:"";
  display: block;
  width:31%;
}
#p001,#p002,#p003,#p004,#p005 {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
.kcard {
	font-weight: bold;
	color: #C90003;
	font-size: 110%;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.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: #344293;
	border-radius: 5px;
	box-shadow: 5px 5px #a0a9e7;
	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: #5462b5;
}
#price_title {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	background-color: #344293;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.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: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 95%;
}

.cost-list1 td {
	text-align: right;
	background-color: #FFF;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 75%;
	line-height: 1.3em;
	color: #666;
	display: block;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.3em;
	padding: 0px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cyusyaku {
	font-size: 70%;
	color: #666;
	line-height: 1.5em;
	padding-top: 7px;
	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: 0px;
	padding: 0px;
}
#cyuusyaku_area {
	margin: 0px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #344293;
	border-bottom-color: #344293;
}
.cyu_title {
	font-weight: bold;
	color: #344293;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#cyuusyaku_area ul {
	margin: 0px;
	padding: 0px;
}
#cyuusyaku_area ul li {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

}



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

.kcard {
	font-weight: bold;
	color: #C90003;
	font-size: 110%;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#ind {
	background-color: #ebf6fb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.ind_inner {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.ind_inner a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #344293;
	border-radius: 5px;
	box-shadow: 5px 5px #a0a9e7;
	margin: 0px;
	font-weight: bold;
	font-size: 90%;
	padding: 10px;
}
#price_title {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	background-color: #344293;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.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: 10px;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 90%;
	line-height: 1.5em;
}

.cost-list1 td {
	text-align: right;
	background-color: #FFF;
	font-size: 90%;
	line-height: 1.5em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 70%;
	line-height: 1.3em;
	color: #666;
	display: block;
}
.cost-list1 td span {
	font-size: 70%;
	color: #666;
	line-height: 1.3em;
	padding: 0px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cyusyaku {
	font-size: 70%;
	color: #666;
	line-height: 1.5em;
	padding-top: 7px;
	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.5em;
	margin: 0px;
	padding: 0px;
}
#cyuusyaku_area {
	margin: 0px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #344293;
	border-bottom-color: #344293;
}
.cyu_title {
	font-weight: bold;
	color: #344293;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#cyuusyaku_area ul {
	margin: 0px;
	padding: 0px;
}
#cyuusyaku_area ul li {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

}
