@charset "utf-8";
/* CSS Document */

span.blue {
    color: #004492;
	font-weight: bold

}

h2,h3{
font-size: 30px;
color: #004492;
margin-bottom: 30px;
padding-bottom: 25px;
background: url(../img/h2_border.gif) no-repeat bottom left;
	padding-top: 24px
}

#Price {
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden
}

#Price > p {
	font-size: 17px;
	margin-bottom: 20px;

}

#PriceDetail {
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#PriceDetail > div {
	position: relative;
	background: #fff;
	padding: 25px 5px 15px;
	border:solid 1px #1f80d2;
	box-sizing: border-box;
	width: 195px;
	font-size: 16px;
	font-weight: bold;
	text-align: center
}
#PriceDetail div img {
	margin-bottom: 15px;
}
#PriceDetail > div > p {
	margin-bottom: 50px;
}
.kinagku {
	position: absolute;
	width: 190px;
	bottom: 15px;
	left: 0;
		color:#1f80d2;
}
.kinagku span {
	font-size: 30px;

}






















#Kakaku{
	font-size:16px;	
}
#Koukaigo{
	background: url(../img/koukaigo_bg.gif) top center no-repeat;
	padding-top: 80px;
	margin-bottom: 90px;
}
#Koukaigo p{
	font-size:19px;
	font-weight:bold;
	line-height: 1.8;
	margin-bottom: 25px;
}

#Koukaigo p span{
color: #d90b23;
}

.scroll {
	margin-top: 30px;
    overflow: auto;
    white-space: nowrap;
	margin-bottom: 30px;
}

.scroll img{
	display: block;
	margin: 0 auto
}

#MainCopy {
	background-image: url(../img/copy_bg.jpg);
	background-repeat: no-repeat;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 175px;
	font-size: 19px;
	font-weight: bold;
	padding-left: 160px;
	padding-bottom: 50px;
}
.contents_detail table tr td {
	width: 25%;
}
.contents_detail table {
	width: 100%;
	margin-bottom: 8px;
}

.free{
	color: #000;
	background-color: #EFEFEF;
	text-align: center;
	line-height: 20px;
}

.seisaku{
	color: #000;
	background-color: #E0E0E0;
	text-align: center;
	line-height: 20px;
}

.heisya{
	color: #000;
	background-color: #FCDCDD;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}
.fr{
	background-color: #AAAAAA;
	color: #FFF;
}

.ssk{
	background-color: #979797;
	color: #FFF;
}

.ns{
	background-color: #D71920;
	color: #FFF;
}
.contents_detail table + img {
	margin: 0 auto 8px;
	display: block;
	width: 348px;
	height: 76px;
}

#Matome{
	margin-bottom: 40px;
}
#Matome tr td {
	text-align: left;
}
#Matome tr b {
	text-align: center;
}
#Matome tr .free b {
	text-align: center;
}

#Matome + p{
	margin-bottom: 50px;
}


#ErabikataLink {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 8px;
	background-color: #E3E9EC;
	border: 1px solid #92A4AE;
}


#BottomLink{
box-sizing: border-box;
    border-top: #004492 3px solid;
    border-radius: 4px;
    width: 1000px;
    padding:50px 30px 30px;
    margin: 50px auto;
	text-align: center;
    background: #eef4f9;
}

#BottomLink p{
	 color: #004492;
	font-size: 28px;
	font-weight: bold

}
#BottomLink ul{
	width: 700px;
	margin: 70px auto;

}
#BottomLink li{
	display: inline-block;
	margin-right: 50px;
}

#BottomLink li a{
	font-size:18px;
	color:#004492;
	background: url( ../../img/footer_arrow.gif) left center no-repeat;
	padding-left: 20px;
	font-weight: bold
}
#BottomLink li a:hover{
	text-decoration: underline
}


@media screen and (max-width: 767px) {	
h2,h3{

    background: none;
    font-size: 18px;
    border-bottom: 1px solid #004492;
    margin: 10px 0px 20px 0px;
    padding-bottom: 10px;
	padding-top: 0

}

#Price {
	box-sizing: border-box;
	padding: 40px 10px 0px;
}
#Price > p {
	font-size: 15px;
}

#PriceDetail {
	width: 90%;
	margin: 30px auto;
	display: block;
}
#PriceDetail > div {
	width: 100%;
	margin: 0 auto 20px;
	position: static;
	text-align: center;
	padding: 20px 0px;
	font-size: 15px;
}
#PriceDetail > div > p {
	margin-bottom: 0px;
	line-height: 1.4
}
.kinagku {
	position: static;
	width: 100%;
	bottom: 0;
	left: 0;
}

#Koukaigo{
	padding:0 10px; 
	background: url(../img/koukaigo_bg.gif) top center no-repeat;
	background-size: contain;
	padding-top: 17%;
	margin-bottom: 50px;
}
#Koukaigo p{
	font-size:16px;
	line-height: 1.6;
	margin-bottom: 25px;
}



.scroll img{
	width: 500px;
	display: block;
	margin: 0 auto
}
#Chigai > img{
	width: 98%;
	margin: 0 auto
}
	
	
	
#MainCopy{
	 background-image: url(../img/question.gif);
	background-size: 10vw  auto;
		background-position: 10px 10px;
	background-repeat:no-repeat; 
	box-sizing: border-box;
	position: relative;
	background-color: #024ea3;
	padding-left: 14vw;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	min-height:14vw;
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius:5px;
    display: flex;         
    justify-content: center;
    align-items: center;   
}
	


#MainCopy:after, #MainCopy:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;

}

#MainCopy:after {
	border-color: rgba(214, 85, 26, 0);
	border-top-color: #024ea3;
	border-width: 20px;
	margin-left: -20px;
}
#MainCopy:before {
	border-color: rgba(0, 0, 0, 0);
	border-width: 23px;
	margin-left: -23px;
}

	#ErabikataLink{
		 background-image: url(../img/answer.gif);
	background-size: 10vw  auto;
		background-position: 10px 10px;
	background-repeat:no-repeat; 
	box-sizing: border-box;
	background-color: #edf2f9;
	padding-left: 14vw;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	min-height:14vw;
	color: #333;
	width: 100%;font-weight: normal
}
	
	#ErabikataLink a{
			color: #024ea3;
}
.contents_detail{    
	margin-bottom: 0px;
}	
	
	
.contents_detail table + img {
	width: 80%;
	height: auto;
	max-width: 348px;
	max-height: 76px;

}
#BottomLink{
    width: 90%;
	border-radius: 0px;
    padding:20px;
    margin: 50px auto 0;
}
#BottomLink p{
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal

}
#BottomLink ul{
	width: 100%;
	margin: 0px auto;
}
	
#BottomLink li{
	display: block;
	margin-bottom: 10px;
	margin-right: 0px;
}
#BottomLink li:last-child{
	margin-bottom: 0px;
}
#BottomLink li a{
	font-size:15px;
}
	


}



