@charset "utf-8";

.set:after,
.list:after,
.block:after,
.explan:after,
.section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.set,
.list,
.block,
.explan,
.section {
zoom: 1;
}

@media screen and (min-width:600px){
	body #newSite {
		min-width: 1000px;
	}
}
@media (max-width: 599px) {
	br.sp {
	display: block;
	}
	br.pc {
	display: none;
	}
}
@media (min-width: 600px) {
	br.sp {
	display: none;
	}
	br.pc {
	display: block;
	}
}

@media (max-width: 599px) {
	#wrapperAll {
	display: none;
	}
}

#DNM-hd {
position: relative;
z-index: 15;
}

div#container {
position: relative;
background-color: #efefef;
width: auto !important;
}
@media (min-width: 600px) {
	#wrapperAll,
	#wrapperPage {
	position: relative;
	z-index: 1;
	}
	#pageTop,
	#wrapperPage {
	background-color: #fff;
	background-image: none;
	height: 49px;
	}
	#wrapperPage {
	box-shadow: 0 5px 4px 1px rgba(0,0,0,0.05);
	}
	#topicpath {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 0;
	}
	#topicpath .pankuzu {
	position: absolute;
	left: 0;
	top: 27px;
	}
}

#modalMask {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,1);
z-index: 9;
display: none;
}

#trigger {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
top: 14px;
right: 14px;
box-sizing: border-box;
box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: solid 2px #fff;
background-color: #eee;
width: 45px;
height: 45px;
z-index: 11;
}
#localNavi.fixed.posi #trigger {
top: 58px;
}
#localNavi.fixed #trigger {
position: fixed;
}
#trigger span {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: absolute;
left: 10px;
width: 21px;
height: 3px;
background-color: #c71444;
}
#trigger span:nth-of-type(1) {
top: 12px;
}
#trigger span:nth-of-type(2) {
top: 19px;
}
#trigger span:nth-of-type(3) {
top: 26px;
}
#trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(7px) rotate(-45deg);
transform: translateY(7px) rotate(-45deg);
}
#trigger.active span:nth-of-type(2) {
opacity: 0;
}
#trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-7px) rotate(45deg);
transform: translateY(-7px) rotate(45deg);
}
#localNavi .cont {
-webkit-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
position: absolute;
top: 34px;
left: 40px;
right: 40px;
box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: solid 2px #fff;
background-color: #eee;
padding: 40px 0 0 0;
z-index: 10;
display: none;
}
#localNavi.fixed.posi .cont {
top: 78px;
}
#localNavi.fixed .cont {
position: fixed;
}
#localNavi h3 {
margin-bottom: 29px;
text-align: center;
}
#localNavi h3 img {
max-width: 255px;
width: 100%;
height: auto;
}
#localNavi ul {
padding: 0 35px 10px 35px;
}
#localNavi ul ul {
padding: 0;
}
#localNavi li {
font-size: 16px;
}
#localNavi li a {
position: relative;
margin-bottom: 14px;
padding: 3px 0 3px 15px;
display: block;
color: #b72d47;
}
#localNavi li a.active::before {
content: '';
box-sizing: border-box;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
left: 0px;
top: 50%;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border: solid 2px #b72d47;
background-color: inherit;
width: 10px;
height: 10px;
}
#localNavi li a::before {
content: '';
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
left: 2px;
top: 50%;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #b72d47;
width: 6px;
height: 6px;
}
#localNavi li li a::before {
content: '';
left: 3px;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #b72d47;
width: 3px;
height: 3px;
}
#localNavi li span {
position: relative;
margin-bottom: 14px;
padding: 3px 0 3px 15px;
display: block;
}
#localNavi li a span {
position: relative;
margin-bottom: 0;
padding: 0;
display: inherit;
}
#localNavi li i {
position: relative;
top: -1px;
margin-left: 5px;
padding: 2px 3px;
background-color: #b72d47;
font-size: 10px;
font-style: normal;
color: #fff;
}
#localNavi .top {
border-top: dashed 2px #fff;
margin: 0 7px;
padding: 17px 15px;
text-align: right;
}
#localNavi .top img {
width: 43px;
height: auto;
}
@media (min-width: 600px) {
	.top #localNavi {
	display: none;
	}
	#trigger {
	display: none;
	}
	#localNavi .cont {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%) translateX(110%);
	transform: translateY(-50%) translateX(110%);
	position: fixed;
	top: 50%;
	left: inherit;
	right: 0;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border: solid 3px #fff;
	border-right: none; 
	width: 200px;
	padding: 0;
	z-index: 10;
	display: block;
	overflow: hidden;
	}
	#localNavi .cont.activeView {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	}
	#localNavi .cont.close {
	-webkit-transform: translateY(-50%) translateX(150px);
	transform: translateY(-50%) translateX(150px);
	}

	#localNavi.fixed.posi .cont {
	top: 50%;
	}
	#localNavi .box {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	padding: 23px 0 0 0;
	}
	#localNavi .cont.close .box {
	-webkit-transform: translateX(63px);
	transform: translateX(63px);
	}
	#localNavi h3 {
	position: absolute;
	top: 50%;
	left: -50px;
	background: url("../IMG/n_trigger.png") no-repeat left top;
	margin-top: -12px;
	margin-bottom: 0;
	width: 24px;
	height: 24px;
	}
	#localNavi h3 img {
	display: none;
	}
	#localNavi ul {
	padding: 0 20px 9px 20px;
	}
	#localNavi ul ul {
	padding: 0;
	}
	#localNavi li {
	font-size: 14px;
	}
	#localNavi li a span {
	font-size: 12px;
	}
	#localNavi li a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 11px;
	}
	#localNavi li a:hover {
	background-color: #dedede;
	text-decoration: none;
	}
}

.top #mainVisual {
background: url("../IMG/t_main_bg.png") repeat left top;
border-bottom: solid 1px #fff;
}
.top #mainVisual .line {
border-bottom: solid 1px #ccc;
}
.top #mainVisual .cont {
box-sizing: border-box;
background: url("../IMG/t_main_img.png") no-repeat center 285px;
background-size: 322px auto;
padding: 43px 20px 20px 20px;
height: 490px;
}
@media (min-width: 321px) {
	.top #mainVisual .cont {
	box-sizing: border-box;
	background: url("../IMG/t_main_img.png") no-repeat center 250px;
	background-size: 322px auto;
	padding: 43px 20px 20px 20px;
	height: 454px;
	}
}
.top #mainVisual h1 {
margin-bottom: 18px;
text-align: center;
}
.top #mainVisual h1 img {
max-width: 330px;
width: 100%;
height: auto;
}
.top #mainVisual p {
font-size: 14px;
line-height: 1.5;
}
@media (min-width: 600px) {
	.top #mainVisual .cont {
	background: url("../IMG/t_main_img.png") no-repeat 42px 28px;
	background-size: 350px auto;
	margin: 0 auto;
	padding: 45px 0 40px 405px;
	height: auto;
	width: 960px;
	text-align: left;
	}
	.top #mainVisual h1 {
	margin-bottom: 16px;
	text-align: left;
	}
	.top #mainVisual h1 img {
	max-width: 442px;
	width: 100%;
	height: auto;
	}
	.top #mainVisual p {
	font-size: 14px;
	line-height: 1.73;
	}
}

.top #SCT1 {
border-top: solid 3px #e2e2e2;
}
.top #SCT1 .cont {
padding: 31px 20px 20px 20px;
}
.top #SCT1 h2 {
border-bottom: solid 1px #bfbfbf;
padding-bottom: 18px;
text-align: center;
}
.top #SCT1 h2 img {
max-width: 330px;
width: 100%;
height: auto;
}
.top #SCT1 .block {
border-bottom: solid 1px #bfbfbf;
padding: 26px 0 35px 0;
}
.top #SCT1 h4 {
margin-bottom: 5px;
font-size: 15px;
font-weight: bold;
line-height: 1.3;
text-align: center;
}
.top #SCT1 h3 {
margin-bottom: 21px;
font-size: 28px;
font-weight: bold;
line-height: 1.3;
text-align: center;
}
.top #SCT1 h3 span {
font-size: 18px;
font-weight: normal;
}
.top #SCT1 p {
margin-bottom: 19px;
font-size: 13px;
line-height: 1.55;
}
.top #SCT1 .image {
text-align: center;
margin-bottom: 30px;
}
.top #S1_BLK1 .image img {
width: 165px;
height: auto;
}
.top #S1_BLK2 .image img {
width: 206px;
height: auto;
}
.top #SCT1 .more {
margin: 0 10px;
}
.top #SCT1 .more a {
display: block;
background-color: #c71444;
padding: 13px 0;
text-align: center;
}
.top #SCT1 .more a img {
width: 122px;
height: auto;
}
@media (min-width: 600px) {
	.top #SCT1 .cont {
	margin: 0 auto;
	padding: 31px 0 0 0;
	width: 960px;
	}
	.top #SCT1 h2 {
	margin: 0 60px;
	padding-bottom: 24px;
	}
	.top #SCT1 h2 img {
	max-width: 435px;
	}
	.top #SCT1 .list {
	background: url("../IMG/t_sct1_bg.png") no-repeat center bottom;
	padding: 0 60px;
	}
	.top #SCT1 .block {
	border-bottom: none;
	padding: 38px 0 49px 0;
	}
	.top #S1_BLK1 {
	width: 380px;
	float: left;
	}
	.top #S1_BLK2 {
	width: 380px;
	float: right;
	}
	.top #SCT1 h4 {
	margin-bottom: 6px;
	font-size: 14px;
	text-align: left;
	}
	.top #SCT1 h3 {
	margin-bottom: 14px;
	font-size: 22px;
	text-align: left;
	}
	.top #SCT1 h3 span {
	font-size: 16px;
	}
	.top #SCT1 p {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.55;
	float: left;
	}
	.top #S1_BLK1 p {
	width: 225px;
	}
	.top #S1_BLK2 p {
	width: 215px;
	}
	.top #SCT1 .image {
	float: right;
	}
	.top #S1_BLK1 .image {
	width: 131px;
	}
	.top #S1_BLK2 .image {
	width: 152px;
	}
	.top #S1_BLK1 .image img {
	width: 150px;
	height: auto;
	}
	.top #S1_BLK2 .image img {
	margin-top: -66px;
	width: 190px;
	height: auto;
	}
	.top #SCT1 .more {
	margin: 0;
	width: 190px;
	float: left;
	}
	.top #SCT1 .more a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	background-color: #c71444;
	padding: 11px 0;
	text-align: center;
	}
	.top #SCT1 .more a:hover {
	background-color: #a2003c;
	}
	.top #SCT1 .more a img {
	width: 122px;
	height: auto;
	}
}

@media (max-width: 599px) {
	.top #SCT2 {}
	.top #SCT2 .cont {
	padding: 2px 20px 60px 20px;
	}
	.top #SCT2 .list {
	padding-top: 35px;
	}
	.top #SCT2 h3 {
	margin-bottom: 25px;
	text-align: center;
	}
	.top #SCT2 h3 img {
	width: auto;
	height: 17px;
	}
	.top #SCT2 .block {
	border-top: solid 1px #bfbfbf;
	padding-bottom: 28px;
	}
	.top #SCT2 .block .hed {
	position: relative;
	display: table;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 8px;
	width: 100%;
	}
	.top #SCT2 .block .hed::before {
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #b72d47;
	border-right: 2px solid #b72d47;
	}
	.top #SCT2 .block .image {
	display: table-cell;
	padding: 12px 0;
	width: 111px;
	vertical-align: middle;
	}
	.top #SCT2 .block .image span {
	display: inline-block;
	box-sizing: border-box;
	border: solid 1px #dedede;
	background-color: #fff;
	padding: 2px;
	width: 111px;
	height: auto;
	}
	.top #SCT2 .block .image img {
	width: 100%;
	height: auto;
	}
	.top #SCT2 .block h4 {
	display: table-cell;
	padding: 12px 30px 12px 12px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.33;
	}
	.top #SCT2 .block h4 a {
	color: #b72d47;
	}
	.top #SCT2 .block p {
	font-size: 13px;
	line-height: 1.55;
	}
	.top #SCT2 .btn {
	margin: 0;
	}
	.top #SCT2 .btn a {
	display: block;
	background-color: #c71444;
	padding: 28px 0;
	text-align: center;
	}
	.top #SCT2 .btn a img {
	width: 245px;
	height: auto;
	}
}
@media (min-width: 600px) {
	.top #SCT2 {}
	.top #SCT2 .cont {
	margin: 0 auto;
	padding: 18px 0 120px 0;
	width: 960px;
	}
	.top #SCT2 .list {
	border-bottom: solid 1px #bfbfbf;
	margin: 0 60px 25px 60px;
	padding-top: 23px;
	}
	.top #SCT2 h3 {
	margin-bottom: 22px;
	text-align: center;
	}
	.top #SCT2 h3 img {
	width: auto;
	height: 17px;
	}
	.top #SCT2 .block {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	box-sizing: border-box;
	border-top: solid 1px #bfbfbf;
	padding: 26px 50px 26px 200px;
	min-height: 126px;
	cursor: pointer;
	}
	.top #SCT2 .block.hover {
	background-color: #eaeaea;
	}
	.top #SCT2 .block::before {
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	border-top: 2px solid #b72d47;
	border-right: 2px solid #b72d47;
	}
	.top #SCT2 .block .image {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 166px;
	}
	.top #SCT2 .block .image span {
	display: inline-block;
	box-sizing: border-box;
	border: solid 1px #dedede;
	background-color: #fff;
	padding: 2px;
	height: auto;
	}
	.top #SCT2 .block .image img {
	width: 100%;
	height: auto;
	}
	.top #SCT2 .block h4 {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	}
	.top #SCT2 .block h4 a {
	color: #b72d47;
	}
	.top #SCT2 .block.hover h4 a {
	text-decoration: underline;
	}
	.top #SCT2 .block p {
	font-size: 14px;
	line-height: 1.59;
	}
	.top #SCT2 .btn {
	padding-top: 36px;
	margin: 0;
	}
	.top #SCT2 .btn a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	background-color: #c71444;
	margin: 0 auto;
	padding: 27px 0;
	width: 602px;
	text-align: center;
	}
	.top #SCT2 .btn a:hover {
	background-color: #a2003c;
	}
	.top #SCT2 .btn a img {
	width: auto;
	height: 20px;
	}
}

.cou #mainVisual,
.bas #mainVisual {
background: url("../IMG/t_main_bg.png") repeat left top;
border-bottom: solid 1px #fff;
}
.cou #mainVisual .line,
.bas #mainVisual .line {
border-bottom: solid 1px #ccc;
}
.cou #mainVisual .cont,
.bas #mainVisual .cont {
box-sizing: border-box;
padding: 18px 20px 0 20px;
height: 76px;
}
.cou #mainVisual h3,
.bas #mainVisual h3 {
text-align: center;
}
.cou #mainVisual h3 img,
.bas #mainVisual h3 img {
max-width: 240px;
width: 100%;
height: auto;
}
@media (min-width: 600px) {
	.cou #mainVisual .cont,
	.bas #mainVisual .cont {
	margin: 0 auto;
	padding: 18px 0 0 0;
	width: 960px;
	text-align: left;
	}
	.cou #mainVisual h3 img,
	.bas #mainVisual h3 img {
	max-width: 280px;
	width: 100%;
	height: auto;
	}
}

.bas #topArea {
border-top: solid 3px #e2e2e2;
}
.bas #topArea .cont {
padding: 10px 10px 0 10px;
text-align: center;
}
.bas #topArea .image {
display: inline-block;
}
.bas #topArea .image img {
width: 86px;
height: auto;
}
.bas #topArea .hed {
position: relative;
top: -14px;
display: inline-block;
}
.bas #topArea .catch {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 14px;
line-height: 1.3;
}
.bas #topArea h1 {
font-size: 24px;
font-weight: bold;
line-height: 1.3;
}
.bas #topArea h1 span {
font-size: 14px;
font-weight: normal;
}
@media (min-width: 321px) {
	.bas #topArea .catch {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 1.3;
	}
	.bas #topArea h1 {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	}
	.bas #topArea h1 span {
	font-size: 16px;
	font-weight: normal;
	}
}
.bas #topArea .credit {
border-top: solid 1px #000;
border-bottom: solid 1px #000;
margin-top: 2px;
margin-bottom: 10px;
padding: 6px 0 3px 0;
font-size: 12px;
line-height: 1.68;
}
.bas #topArea .credit strong {
font-size: 14px;
font-weight: bold;
}
.bas #topArea .profile {
margin-bottom: 26px;
font-size: 12px;
line-height: 1.68;
text-align: left;
}
.bas #topArea .profile strong {
font-weight: bold;
}
.bas #topArea .lead {
margin-bottom: 29px;
font-size: 14px;
line-height: 1.73;
text-align: left;
}
.bas #topArea dl {
border-bottom: solid 1px #000;
margin: 0 10px;
padding-bottom: 5px;
text-align: left;
}
.bas #topArea dt {
border-bottom: solid 1px #000;
margin-bottom: 15px;
padding-bottom: 5px;
}
.bas #topArea dt img {
width: 59px;
height: auto;
}
.bas #topArea dd {
box-sizing: border-box;
min-height: 20px;
margin-bottom: 10px;
padding: 1px 0;
font-size: 14px;
}
.bas #topArea .dd1 {
background: url("../IMG/b_main_mun1.png") no-repeat left center;
background-size: 20px auto;
}
.bas #topArea .dd2 {
background: url("../IMG/b_main_mun2.png") no-repeat left center;
background-size: 20px auto;
}
.bas #topArea .dd3 {
background: url("../IMG/b_main_mun3.png") no-repeat left center;
background-size: 20px auto;
}
.bas #topArea .dd4 {
background: url("../IMG/b_main_mun4.png") no-repeat left center;
background-size: 20px auto;
}
.bas #topArea .dd5 {
background: url("../IMG/b_main_mun5.png") no-repeat left center;
background-size: 20px auto;
}
.bas #topArea dd a {
color: #c71444;
padding-left: 30px;
}
@media (min-width: 600px) {
	.bas #topArea .cont {
	position: relative;
	margin: 0 auto;
	padding: 33px 0 0 0;
	width: 600px;
	}
	.bas #topArea .image {
	position: absolute;
	display: block;
	right: 0;
	top: 44px;
	}
	.bas #topArea .image img {
	width: 173px;
	height: auto;
	}
	.bas #topArea .hed {
	display: block;
	position: relative;
	width: 400px;
	top: 0;
	text-align: left;
	}
	.bas #topArea .catch {
	margin-bottom: 4px;
	font-size: 20px;
	}
	.bas #topArea h1 {
	margin-bottom: 11px;
	font-size: 37px;
	}
	.bas #topArea h1 span {
	margin-left: 5px;
	font-size: 22px;
	}
	.bas #topArea .credit {
	margin-bottom: 5px;
	padding: 7px 0 7px 0;
	width: 405px;
	text-align: left;
	}
	.bas #topArea .credit strong {
	font-size: 14px;
	font-weight: bold;
	}
	.bas #topArea .profile {
	margin-bottom: 29px;
	width: 410px;
	font-size: 12px;
	line-height: 1.68;
	text-align: left;
	}
	.bas #topArea .profile strong {
	font-weight: bold;
	}
	.bas #topArea .lead {
	margin-bottom: 42px;
	font-size: 14px;
	line-height: 1.73;
	text-align: left;
	}
	.bas #topArea dl {
	margin: 0 40px;
	padding-bottom: 8px;
	}
	.bas #topArea dt {
	padding-bottom: 8px;
	}
	.bas #topArea dt img {
	width: 59px;
	height: auto;
	}
	.bas #topArea dd {
	margin-left: 3px;
	margin-bottom: 6px;
	}
	.bas #topArea dd a {
	color: #c71444;
	padding-left: 36px;
	}
}

.bas .section {
padding: 35px 10px 0 10px;
}
.bas .section .cont {
border-top: solid 3px #c71444;
background-color: #fff;
padding: 15px 15px 15px 15px;
text-align: left;
}
.bas .section h2 {
box-sizing: border-box;
margin-bottom: 15px;
padding: 1px 0 1px 28px;
font-size: 16px;
line-height: 1.3;
min-height: 20px;
font-weight: bold;
color: #c71444;
}
.bas #SCT1 h2 {
background: url("../IMG/b_main_mun1.png") no-repeat left top;
background-size: 20px auto;
}
.bas #SCT2 h2 {
background: url("../IMG/b_main_mun2.png") no-repeat left top;
background-size: 20px auto;
}
.bas #SCT3 h2 {
background: url("../IMG/b_main_mun3.png") no-repeat left top;
background-size: 20px auto;
}
.bas #SCT4 h2 {
background: url("../IMG/b_main_mun4.png") no-repeat left top;
background-size: 20px auto;
}
.bas #SCT5 h2 {
background: url("../IMG/b_main_mun5.png") no-repeat left top;
background-size: 20px auto;
}
.bas #SCT6 div {
border-top: solid 3px #efefef;
background-color: #efefef;
font-size: 14px;
line-height: 1.59;
margin-top: -40px;
margin-bottom: -30px;
}
.bas .section p {
font-size: 14px;
line-height: 1.59;
}
.bas .section ol,
.bas .section ul {
margin-top: 33px;
list-style: none;
}
.bas .section li {
font-size: 14px;
line-height: 1.59;
}
.bas .section li strong {
font-size: 16px;
font-weight: bold;
background-color: #ffffff;
}
.bas .section strong {
background-color: #ebff80;
}
.bas .section h3,
.bas .section dt {
margin-top: 33px;
margin-bottom: 9px;
font-size: 16px;
font-weight: bold;
}
.bas .section h3 span {
color: #c71444;
}
.bas .section h4 {
font-size: 14px;
font-weight: bold;
line-height: 1.59;
}
.bas .section dd {
font-size: 14px;
line-height: 1.59;
}
.bas .section p img,
.bas .section dd img {
display: block;
padding-top: 10px;
width: 100%;
height: auto;
}
.bas .section p img.left,
.bas .section dd img.left {
padding: 10px 0px;
}
.bas .section p img.right,
.bas .section dd img.right {
padding: 10px 10px;
width: 60%;
float: right;
}
.bas .section .check {
position: relative;
border: solid 1px #e7e7e7;
background-color: #f9f9f9;
margin-top: 38px;
padding: 0 10px 10px 10px;
}
.bas .section .check::before {
content: '';
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -1px;
display: block;
background-color: #fff;
width: 160px;
height: 1px;
}
.bas .section .check h4 {
position: relative;
text-align: center;
z-index: 1;
}
.bas .section .check h4 img {
margin-top: -10px;
width: 135px;
height: auto;
}
.bas .section .check ul {
margin: 13px 0 0 0;
}
.bas .section .check li {
background: url("../IMG/icn_check.png") no-repeat left 3px;
background-size: 18px auto;
margin-bottom: 8px;
padding-left: 25px;
}
.bas .section .box {
border: solid 1px #e9e9e9;
background-color: #f9f9f9;
margin-top: 33px;
padding: 15px;
}
@media (min-width: 600px) {
	.bas .section {
	padding: 35px 10px 0 10px;
	}
	.bas .section .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px;
	width: 720px;
	}
	.bas .section h2 {
	box-sizing: border-box;
	margin-bottom: 25px;
	padding: 1px 0 1px 35px;
	font-size: 18px;
	line-height: 1.3;
	min-height: 24px;
	}
	.bas .section h2 {
	background-size: 24px auto !important;
	}
	.bas .section ol,
	.bas .section ul {
	margin-top: 32px;
	}
	.bas .section h3,
	.bas .section dt {
	margin-top: 32px;
	margin-bottom: 10px;
	}
	.bas .section h4 {
	margin-bottom: 7px;
	}
	.bas .section p img.left,
	.bas .section dd img.left {
	padding: 10px 40px 10px 40px;
	width: 310px;
	float: left;
	}
	.bas .section p img.right,
	.bas .section dd img.right {
	padding: 10px 10px 10px 10px;
	width: 310px;
	float: right;
	}
	.bas .section .check {
	margin-top: 42px;
	padding: 0 20px 19px 20px;
	}
	.bas .section .check::before {
	width: 172px;
	}
	.bas .section .check h4 img {
	margin-top: -10px;
	width: 150px;
	height: auto;
	}
	.bas .section .check ul {
	margin: 17px 0 0 0;
	}
	.bas .section .check li {;
	margin-bottom: 4px;
	}
	.bas .section .box {
	border: solid 1px #e9e9e9;
	background-color: #f9f9f9;
	margin-top: 33px;
	padding: 30px;
	}
}

#bottomArea {
background: url("../IMG/b_btm_arw.png") no-repeat center 25px;
background-size: 27px auto;
padding: 80px 20px 20px 20px;
}
#bottomArea h3 {
background-color: #bababa;
margin-bottom: 6px;
padding: 12px 0;
text-align: center;
}
#bottomArea h3 img {
width: 245px;
height: auto;
}
#bottomArea .block {
box-sizing: border-box;
width: 50%;
height: 129px;
float: left;
}
#bottomArea .block:first-child {
padding-right: 3px;
}
#bottomArea .block:last-child {
padding-left: 3px;
}
#bottomArea .block div {
box-sizing: border-box;
border: solid 5px #fff;
padding-top: 56px;
height: 129px;
text-align: center;
}
#bottomArea .block:first-child div {
background: #fff url("../IMG/b_btm_img1.png") no-repeat center 12px;
background-size: 37px auto;
}
#bottomArea .block:last-child div {
background: #fff url("../IMG/b_btm_img2.png") no-repeat center 18px;
background-size: 80px auto;
}
#bottomArea .block p {
margin-top: 3px;
font-size: 12px;
color: #666;
}
#bottomArea .block a {
color: #b73147;
}
@media (min-width: 600px) {
	#bottomArea {
	background: url("../IMG/b_btm_arw.png") no-repeat center 54px;
	background-size: 27px auto;
	margin: 0 auto;
	padding: 130px 0 88px 0;
	width: 720px;
	}
	#bottomArea h3 {
	padding: 17px 0;
	}
	#bottomArea h3 img {
	width: 392px;
	height: auto;
	}
	#bottomArea .block {
	height: 157px;
	}
	#bottomArea .block div {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-top: 69px;
	height: 157px;
	cursor: pointer;
	}
	#bottomArea .block:first-child div {
	background: #fff url("../IMG/b_btm_img1.png") no-repeat center 12px;
	background-size: 58px auto;
	}
	#bottomArea .block:last-child div {
	background: #fff url("../IMG/b_btm_img2.png") no-repeat center 24px;
	background-size: 124px auto;
	}
	#bottomArea .block.hover:first-child div {
	background: #f4f4f4 url("../IMG/b_btm_img1.png") no-repeat center 12px;
	background-size: 58px auto;
	}
	#bottomArea .block.hover:last-child div {
	background: #f4f4f4 url("../IMG/b_btm_img2.png") no-repeat center 24px;
	background-size: 124px auto;
	}
	#bottomArea .block p {
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.3;
	color: #666;
	}
	#bottomArea .block a {
	font-size: 14px;
	color: #b73147;
	}
}

.cou #topArea {
border-top: solid 3px #e2e2e2;
}
.cou #topArea .cont {
padding: 0 10px;
}
.cou #topArea .title {
position: relative;
margin: 0 auto;
width: 300px;
height: 402px;
}
.cou #topArea .image {
position: absolute;
left: 3px;
top: 160px;
}
.cou #topArea .image img {
width: 193px;
height: auto;
}
.cou #topArea .ctg {
position: absolute;
left: 173px;
top: 22px;
}
.cou #topArea .ctg img {
width: 90px;
height: auto;
}
.cou #topArea h1 {
border-top: solid 1px #000;
border-bottom: solid 1px #000;
margin-bottom: 18px;
padding: 10px 0;
font-size: 16px;
font-weight: bold;
line-height: 24px;
}
.cou #topArea span {
background-color: #000;
margin-right: 8px;
padding: 5px 10px;
font-size: 14px;
color: #fff;
}
@media (min-width: 600px) {
	.cou #topArea .cont {
	margin: 0 auto;
	padding: 0;
	width: 680px;
	}
	.cou #topArea .title {
	width: 680px;
	height: 365px;
	}
	.cou #topArea .image {
	position: absolute;
	left: 127px;
	top: 38px;
	}
	.cou #topArea .image img {
	width: 266px;
	height: auto;
	}
	.cou #topArea .ctg {
	position: absolute;
	left: 435px;
	top: 35px;
	}
	.cou #topArea .ctg img {
	width: 102px;
	height: auto;
	}
	.cou #topArea h1 {
	margin-bottom: 34px;
	padding: 9px 0;
	font-size: 22px;
	line-height: 38px;
	}
	.cou #topArea span {
	margin-right: 13px;
	padding: 8px 12px;
	font-size: 20px;
	}
}

.cou .section {}
.cou .section .cont {
margin-bottom: 30px;
padding: 0 10px;
}
.cou .section h2 {
border-left: solid 3px #c71444;
margin-bottom: 40px;
padding-left: 8px;
font-size: 14px;
line-height: 15px;
font-weight: bold;
}
.cou .section .block {
position: relative;
}
.cou .section .navigator1::before {
content: '';
position: absolute;
left: -7px;
top: -28px;
display: block;
background: url("../IMG/c_sct_icn1.png") no-repeat center center;
background-size: 106px auto;
width: 106px;
height: 106px;
z-index: 1;
}
.cou .section .navigator2::before {
content: '';
position: absolute;
right: -7px;
top: -28px;
display: block;
background: url("../IMG/c_sct_icn2.png") no-repeat center center;
background-size: 106px auto;
width: 106px;
height: 106px;
z-index: 1;
}
.cou .section .explan {
background-color: #fff;
padding: 17px;
}
.cou .section .explan h3 {
margin-top: 24px;
font-size: 15px;
font-weight: bold;
line-height: 1.73;
}
.cou .section .explan p {
font-size: 14px;
line-height: 1.73;
}
.cou .section .explan p strong {
background-color: #ebff80;
}
.cou .section .navigator1 .explan::before {
content: '';
display: block;
width: 100px;
height: 70px;
float: left;
}
.cou .section .navigator2 .explan::before {
content: '';
display: block;
width: 100px;
height: 70px;
float: right;
}
@media (min-width: 600px) {
	.cou .section {
	overflow: hidden;	
	}
	.cou .section .cont {
	margin: 0 auto 43px auto;
	padding: 0;
	width: 680px;
	}
	.cou .section h2 {
	border-left: solid 3px #c71444;
	margin-bottom: 29px;
	padding-left: 12px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}
	.cou .section .block {
	position: relative;
	}
	.cou .section .navigator1::before {
	content: '';
	position: absolute;
	left: -122px;
	top: -16px;
	display: block;
	background: url("../IMG/c_sct_bg1.png") no-repeat center center;
	background-size: 184px auto;
	width: 184px;
	height: 322px;
	z-index: 1;
	}
	.cou .section .navigator2::before {
	content: '';
	position: absolute;
	right: -100px;
	top: -16px;
	display: block;
	background: url("../IMG/c_sct_bg2.png") no-repeat center center;
	background-size: 236px auto;
	width: 236px;
	height: 322px;
	z-index: 1;
	}
	.cou .section .explan {
	position: relative;
	padding: 30px 35px;
	z-index: 2;
	}
	.cou .section .explan h3 {
	margin-top: 24px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.73;
	}
	.cou .section .explan p {
	font-size: 14px;
	line-height: 1.73;
	}
	.cou .section .explan p strong {
	background-color: #ebff80;
	}
	.cou .section .navigator1 .explan {
	margin-left: 40px;
	}
	.cou .section .navigator1 .explan::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 24px;
	display: block;
	box-sizing: border-box;
	border-top: 10px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 20px solid transparent;
	width: 40px;
	height: 20px;
	float: inherit;
	}
	.cou .section .navigator2 .explan {
	margin-right: 110px;
	}
	.cou .section .navigator2 .explan::before {
	content: '';
	position: absolute;
	right: -40px;
	top: 24px;
	display: block;
	box-sizing: border-box;
	border-top: 10px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #fff;
	width: 40px;
	height: 20px;
	float: inherit;
	}
}

#courseArea {
border-top: solid 3px #e2e2e2;
}
#courseArea .cont {
padding: 20px 10px 20px 10px;
}
#courseArea h1 {
border-top: solid 1px #000;
border-bottom: solid 1px #000;
margin-bottom: 20px;
padding: 10px 0;
font-size: 16px;
font-weight: bold;
line-height: 24px;
}
#courseArea h1 span {
background-color: #000;
margin-right: 8px;
padding: 5px 10px;
font-size: 14px;
color: #fff;
}
#courseArea .block {
margin-bottom: 30px;
}
#courseArea h2 {
border-left: solid 3px #c71444;
margin-bottom: 15px;
padding-left: 8px;
font-size: 14px;
line-height: 15px;
font-weight: bold;
}
#courseArea p {
margin-bottom: 1em;
font-size: 14px;
line-height: 1.73;
}
#courseArea p strong {
background-color: #ebff80;
}
#courseArea p em {
font-weight: bold;
}
#courseArea p.entry {
background-color:#FFF;
padding:10px;
font-size:14px;
line-height:22px;
}
#courseArea p.entry span {
margin-top: 5px;
display: block;
font-size:12px;
color:#666;
}
#courseArea img.right {
margin: 0 0 0 0;
width : 50%;
height: auto;
float: right;
}
#courseArea .box {
position: relative;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background-color: #fff;
margin: 2em 0;
padding: 10px;
}
#courseArea .box::after {
content: '';
position: absolute;
left: 10px;
top: 10px;
display: block;
background: url("../IMG/c_icn1.png") no-repeat center center;
background-size: 52px auto;
width: 52px;
height: 68px;
z-index: 1;
clear: both;
visibility: visible;
}
#courseArea .box::before {
content: '';
display: block;
width: 62px;
height: 70px;
float: left;
}
#courseArea .box p:last-child {
margin-bottom: 0;
}
@media (min-width: 600px) {
	#courseArea .cont {
	margin: 0 auto 60px auto;
	padding: 60px 0 0 0;
	width: 680px;
	}
	#courseArea h1 {
	margin-bottom: 34px;
	padding: 9px 0;
	font-size: 22px;
	line-height: 38px;
	}
	#courseArea h1 span {
	margin-right: 13px;
	padding: 8px 12px;
	font-size: 20px;
	}
	#courseArea .block {
	margin-bottom: 30px;
	}
	#courseArea h2 {
	border-left: solid 3px #c71444;
	margin-bottom: 29px;
	padding-left: 12px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	}
	#courseArea p {
	font-size: 14px;
	line-height: 1.73;
	}
	#courseArea img.right {
	margin: 0 0 0 0;
	width : 300px;
	height: auto;
	float: right;
	}
	#courseArea .box {
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	margin: 3em 130px;
	padding: 10px;
	}
	#courseArea .box::after {
	content: '';
	position: absolute;
	left: -70px;
	top: 0;
	display: block;
	background: url("../IMG/c_icn1.png") no-repeat center center;
	background-size: 52px auto;
	width: 52px;
	height: 68px;
	z-index: 1;
	clear: both;
	visibility: visible;
	}
	#courseArea .box::before {
	content: '';
	position: absolute;
	left: -28px;
	top: 24px;
	display: block;
	box-sizing: border-box;
	border-top: 7px solid transparent;
	border-right: 14px solid #fff;
	border-bottom: 7px solid transparent;
	border-left: 14px solid transparent;
	width: 28px;
	height: 14px;
	float: inherit;
	}
	#courseArea .box p:last-child {
	margin-bottom: 0;
	}
}

#otherArea .cont {
padding: 0 10px;
}
#otherArea .amazon {
border-bottom: solid 1px #cfcfcf;
padding-bottom: 24px;
font-size: 14px;
line-height: 1.73;
}
#otherArea .amazon strong {
font-weight: bold;
color: #c61344;
}
#otherArea .btn {
border-top: solid 1px #fff;
margin-bottom: 15px;
padding-top: 30px;
}
#otherArea .btn a {
display: block;
background-color: #c71444;
padding: 23px 0;
text-align: center;
}
#otherArea .btn a img {
width: 227px;
height: auto;
}
#otherArea .btn span {
display: block;
background-color: #777777;
padding: 23px 0;
text-align: center;
}
#otherArea .btn span img {
width: 227px;
height: auto;
}
#otherArea .flow {
margin-bottom: 37px;
}
#otherArea .flow img {
width: 100%;
height: auto;
}
#otherArea .flow img.pc {
display: none;
}
#otherArea .next {
width: 100%;
height: auto;
}
#otherArea .next dl {
background-color: #eaeaea;
border: solid 3px #bababa;
margin: 0 10px;
padding: 15px 10px 7px 10px;
}
#otherArea .next dt img {
width: 100px;
height: auto;
}
#otherArea .next dd {
margin-top: 8px;
font-size: 13px;
line-height: 1.55;
font-weight: bold;
}
#otherArea .next a {
color: #c71c45;
}
@media (min-width: 600px) {
	#otherArea .cont {
	margin: 0 auto;
	padding: 0;
	width: 680px;
	}
	#otherArea .btn {
	margin-bottom: 53px;
	}
	#otherArea .btn a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	background-color: #c71444;
	margin: 0 auto;
	padding: 22px 0;
	width: 470px;
	text-align: center;
	}
	#otherArea .btn a img {
	width: 265px;
	height: auto;
	}
	#otherArea .btn span {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	background-color: #777777;
	margin: 0 auto;
	padding: 22px 0;
	width: 470px;
	text-align: center;
	}
	#otherArea .btn span img {
	width: 265px;
	height: auto;
	}
	#otherArea .btn a:hover {
	background-color: #a2003c;
	}
	#otherArea .flow {
	margin-bottom: 68px;
	width: 706px;
	}
	#otherArea .flow img {
	width: 704px;
	height: auto;
	}
	#otherArea .flow img.sp {
	display: none;
	}
	#otherArea .flow img.pc {
	display: block;
	}
	#otherArea .next {
	width: 100%;
	height: auto;
	}
	#otherArea .next dl {
	margin: 0 30px;
	padding: 22px 27px 19px 27px;
	}
	#otherArea .next dt img {
	width: 133px;
	height: auto;
	}
	#otherArea .next dd {
	margin-top: 12px;
	font-size: 18px;
	}
	#otherArea .next a {
	color: #c71c45;
	}
}

#target,
#target img {
display: none;
}
@media (min-width: 600px) {
	#target {
	position: fixed;
	left: 25px;
	bottom: 50px;
	display: none;
	z-index: 10;
	}
	#target img {
	display: block;
	}
}