@charset "UTF-8";


/*  #contents
-------------------------------------------------*/
#contents .main {
	width:70%;
	max-width: 760px;
	float: left;
}
#contents .side {
	width:28%;
	max-width: 300px;
	float: right;
}


/*  .cont1
-------------------------------------------------*/
.cont1 {
	background: url(../img/bg.jpg) left top no-repeat;
	background-size: contain;
}
.cont1 h2 {
	font-size: 24px;
	padding: 4.5% 0 3% 18%;
}
.cont1 p {
	font-size: 17px;
	padding: 0 0 4% 18%;
	line-height: 1.8;
}


/*  .cont2
-------------------------------------------------*/
.cont2 {
	padding-bottom: 30px;
}
.cont2 h3 {
	height: 45px;
	background-color: #E68080;
	color: #fff;
	line-height: 45px;
	font-size: 16px;
	padding-left: 25px;
	position: relative;
}
.cont2 h3 span {
	position: absolute;
	right: 0;
	font-family:"游ゴシック" , "Yu Gothic" , "游 ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
	border-left: 1px dotted #fff;
	padding: 0 15px;
}
.cont2 h3 span a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.cont2 h3 span a:hover {
	text-decoration: underline;
}
.cont2 dl {
	border-bottom: 1px dotted #999;
	display: table;
	width: 100%;
}
.cont2 dl a,
.cont2 dl span {
	display: block;
	text-decoration: none;
}
.cont2 dl a dt,
.cont2 dl span dt {
	display: table-cell;
	vertical-align: top;
	padding: 10px 0;
	width: 170px;
	color: #333;
}
.cont2 dl a dt span,
.cont2 dl span dt span {
	width: 36px;
	height: 18px;
	background-color: #c52932;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
}
.cont2 dl a dd,
.cont2 dl span dd {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	text-decoration: underline;
}
.cont2 dl a:hover dd,
.cont2 dl span dd {
	text-decoration: none;
}


/*  .cont3
-------------------------------------------------*/
.cont3 {
	background-color: #fff;
	border: 4px solid #f5ebe4;
	margin: 35px 0 25px;
	padding: 10px 10px 5px;
}
.cont3 h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.cont3 p {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.cont3 p.btn a {
	display: block;
	width: 96%;
	height: 43px;
	margin: 0 auto;
	text-align: center;
	color: #C52932;
	font-weight: bold;
	font-size: 16px;
	background-color: #f6f6f6;
	border: 2px solid #f47f82;
	text-decoration: none;
	line-height: 43px;
}
.cont3 p.btn a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	transition: all 0.2s linear;
}

/* #fnav */
#fnav ul li {
	margin: 1.35% 2%;
}


@media only screen and (min-width:681px) and (max-width:1099px){
/* #contents */
#contents {
	width:96%;
}
#contents .main {
	width:68%;
}
#contents .side {
	width:30%;
}

/* .cont1 */
.cont1 h2 {
	font-size: 20px;
}
.cont1 p {
	font-size: 16px;
}

/* .cont3 */
.cont3 {
	margin: 31px 0 25px;
}
.cont3 p .tb {
	display: none;
}

}


@media only screen and (min-width:1px) and (max-width:680px){
/* #contents */
#contents .main,
#contents .side {
	width:100%;
	max-width: inherit;
	float: none;
	padding:0;
}

/* #shnav */
#shnav ul {
	font-size: 0;
	margin-top: 10px;
}
#shnav ul li {
	font-size: 13px;
	display: inline-block;
	width: 58.3%;
	margin-right: 3.5%;
	text-align: center;
}
#shnav ul li:last-child {
	width: 38.2%;
	margin-right: 0;
}
#shnav ul li a {
	height: 35px;
	display: block;
	color: #fff;
	font-weight: bold;
	background-color: #E68080;
	text-decoration: none;
	line-height: 35px;
}
#shnav ul li a span {
	background: url(../common/img/spmenu_icon.png) left center no-repeat;
	background-size: 20px auto;
	padding-left: 22px;
}
#shnav ul li:last-child a {
	color: #c62c34;
	background-color: #f4f4f4;
	border: 1px solid #f6797d;
}

/* .cont1 */
.cont1 {
	background: none;
}
.cont1 h2 {
	font-size: 19px;
	padding: 20px 0 15px;
}
.cont1 p {
	font-size: 16px;
	padding: 0 0 20px;
	line-height: 1.6;
}

/* .cont2 */
.cont2 {
	padding-bottom: 25px;
}
.cont2 h3 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 10px;
	position: relative;
}
.cont2 h3 span {
	padding: 0 12px;
}
.cont2 h3 span a:hover {
	text-decoration: none;
}
.cont2 dl a {
	display: block;
	background: url(../common/img/icon1.png) 98% center no-repeat;
	background-size: 11px auto;
}
.cont2 dl a dt {
	display: block;
	padding: 8px 0 5px;
	width: 100%;
}
.cont2 dl a dt span {
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
.cont2 dl a dd {
	display: block;
	padding: 0 25px 10px 0;
	text-decoration: none;
}

}