@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

section:nth-of-type(odd){background-color:#fff7f0;}
section:nth-of-type(even){background-color:#fff;}

section:nth-of-type(even) dl.area_box {background: #fff7f0;}
section:nth-of-type(odd) dl.area_box {background: #fff;}



.search{
	margin-bottom: 30px !important;
	z-index: 1;
	position: relative;
}


a{transition: .3s;}
a:link,
a:visited{color: #0952a4;}
a:hover{opacity: 0.7;}
.search_kokunaiBar .serchBox > ul li.select {background: #039!important;}
.search_kokunaiBar .serchBox > ul {border-bottom: 2px solid #039!important;}
body { background: #F0F5FA;}
main { background: #fff;}

main article * {
	font-family: "Sawarabi Mincho", "Yu Mincho", "YuMincho", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:0;/*描画を一番下に*/
  width: 100%;
  height: 100%;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.spnone{display:none;}
#dirPathBlock,#anchorLinkBlock { background: #F0F5FA;}
#dirPathBlock p,#anchorLinkBlock a{
	font-size: 10px;
	margin: 0 1%;
	padding: 10px 0;
}

.inner {
	width: 98%;
	margin: 0 1%;
	padding: 5% 0;
}
	

/*navigation*/
.topNavi {
    width: 100%!important;
	text-align: center;
    background: #DDDDDD;
}

.topNavi ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.topNavi ul li {
   flex: 0 0 25%;
        box-sizing: border-box;
        border-left: 1px solid #FFF;
        font-size: 16px;
        padding: .5rem 8px;
        text-align: center;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
}

.topNavi ul li.select {
    background: #1d2ea8;
    color: #FFF;
}

.topNavi ul li:first-child {
    border-left: none;
}

.topNavi ul li a {
    color: #000;
}

.topNavi ul li i {
    margin-right: .25rem;
}
	
	
/*navarea*/
	
	.nav_area{
		padding: 20px 0;
		background-color: #ffffff;
	}
	
	.nav_area ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1080px;
		margin: 0 auto;
	}
	
	.nav_area ul li{
		width: 50%;
		border-right: #5A5A5A dotted 1px;
		border-bottom: #5A5A5A dotted 1px;
	}
	
	
	.nav_area ul li a{
		position: relative;
		display: block;
		text-align: center;
		color: #000000;
		padding: 10px 0 20px;
		font-size: 18px;
		 -webkit-transition: all .3s;
 		 transition: all .3s;
	}
	
	.nav_area ul li a::after{
		content: "";
		position: absolute;
	width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(135deg);
        position: absolute;
        bottom: 16%;
        right: 48%;
		
		
	}
	
	.nav_area ul li:nth-of-type(2n){
		border-right: none !important;
	}
	
	.nav_area ul li:nth-of-type(n+3){
		border-bottom: none !important;
	}
	
	.nav_area ul li a:hover{
		color: #F56300 !important;
	}
	
	.nav_area ul li a:hover::after{
		 border-top: 2px solid #F56300;
        border-right: 2px solid #F56300;
	}

/*title*/
#title {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/bg.jpg) 50%;
    background-size: cover;
}	
#main_title {
	        color: #FFF;
        font-size: 36px;
        padding: 35px 0 15px;
        text-shadow: 1px 1px 2px #333;
}
	
	#main_title span{
		font-size: 24px;
	}	

#area_title{
	        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #f00;
        background: #fff;
        width: 80%;
        margin: 0 auto 25px;
        padding: 3px;
        display: grid;
        border-radius: 15px;
        align-items: center;
}	
	
	.commonarea{
		padding: 90px 0 70px 0;
	}
	
	
	h2 {
	font-size: 28px;
    text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
		margin: 0px 0 30px 0;
}
h2 span:before{
	content: "";
    width: 70px;
    height: 70px;
    position: absolute;
	top: -70px;
    left: 50%;
}
section:nth-of-type(odd) h2 span:before{
	transform: translateX(-55%);
    background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/ic_leaves.png)
}
section:nth-of-type(even) h2 span:before{
	transform: translateX(-55%);
    background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/ic_leaves2.png)
}
	
	h3{
		background-color: #9F0002;
		color: #ffffff;
		padding: 15px;
		border-radius: 15px 15px 0 0;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 30px 0;
	}
	
	

	
	/*intro*/
	
	.introbox{
		padding: 10px 10px;
		border-radius: 10px;
		background-color: #ffffff;
		
	}

	.introtit{
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		color: #9F0002;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px dotted #9F0002;
	}
	
	.introtxt{
		font-size: 16px;
	}
	
	.introtxt p{
		text-align: center;
		font-size: 18px;
		color: #9F0002;
		font-weight: bold;
	}
	
	.introtxt span{
		font-size: 14px;
	}

	
	.introtxt table{
		border-collapse: collapse;
		border: 1px solid #000000;
		font-size: 14px !important;
		width: 100%;
		margin: 20px 0 20px 0;
	}
	
	.introtxt table td{
		text-align: center;
		padding: 10px 0px;
		border: 1px solid #000000;
		width: 25%;
		vertical-align: middle;
	}
	
	.t_area{
		background-color: #FFDFCC;
		font-weight: bold;
	}
		
	
		.infointro{
		margin: 0 0 30px 0;
	}
	
	.infointro p{
		font-size: 16px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.infointro p:last-of-type{
		margin: 0 0 0 0;
	}
	.attention {
	font-size: 14px;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

	
	.pointbox{
		margin: 0 0 30px 0;
	}
	
	.pointbox:last-of-type{
		margin: 0 0 0 0;
	}
	
.pointarea{
		padding: 20px;
		background-color: #ffffff;
		border: 4px solid #0a549d;
		margin: 0 0 30px 0;
	}	
	
	
	.pointtit{
		text-align: center;
		font-size: 18px;
		background-color: #0a549d;
		color: #ffffff;
		padding: 20px 0;
		font-weight: bold;
	}
	
	
	.pointarea ul li{
		font-size: 16px;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: dotted 2px #cccccc;
		 text-indent: -1em;
  padding-left: 1em;
		line-height: 1.5;
	}
	
	.cpimg{
		max-width: 1280px;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.cpimg img{
		width: 100%;
	}
	
	.cpdetail{
		margin: 0 0 20px 0;
	}
	
	.cpdetail p{
		font-size: 16px;
	}
	
	.pointarea ul li:last-of-type{
		border: none;
		padding: 0 0 0px 0;
		margin: 0 0 0px 0;
		text-indent: -1em;
        padding-left: 1em;
	}
	

	
	.koyo_areabox{
		margin: 0 0 30px 0;
	}
	
	.koyo_areabox:last-of-type{
		margin: 0 0 0 0;
	}
	
	  /*ボタン通常*/
.camp_btnL{
		width: 90% !important;
		margin: 0 auto 20px !important;
		max-width: 970px !important;
	}
	
.camp_btn{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #0a549d; /* 背景色 */
  border: 2px solid #0a549d;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	
.camp_btn2{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #ffffff; /* 背景色 */
  border: 2px solid #000000;
  padding: 1em 2em;
  font-weight: bold;
  color: #000000 !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.camp_btn2::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #000000; /* 矢印の色 */
  border-right: 2px solid #000000; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.camp_btn2:hover {
    opacity: 0.8;
}
.camp_btn2 i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn2 a,
.camp_btn2 a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

	
/*フルカラム　2カラム　(3カラムカルーセルなし)共通デザイン、3カラムカルーセル*/
.area_box_wrapper dl.area_box {
	background: rgba(255,255,255,0.95);
	z-index: 1;
	position: sticky;
}
.area_box_wrapper dt{
	position: relative;	
	float: left;
    width: 98%;
    margin: 0 1%;
}
.area_box_wrapper dt strong{	
	position: absolute;
    top: 7%;
    left: 7%;
    text-align: center;
    width: 86%;
    height: 86%;
    background: rgba(255,255,255,0.45);
    display: grid;
    align-items: center;
    font-size: 18px;
	color:#333;	
    text-shadow: 3px 3px 8px #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
ul.kw_list li {
	width: 41%;
    float: left;
    margin: 2% 1%;
    color: #FFF !important;
    text-decoration: none;
    text-align: left;
	padding-left: 7%;	
    font-weight: normal;
    border-radius: 3px;
    background: #333 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    /*letter-spacing: 1px;*/
}
ul.kw_list li.w100p {width: 91% !important;}
ul.kw_list li a {
	width:100%;
	display:block;
    padding: 10px 0;
    color: #fff;
	font-size: 13px;
}		
#link-search_from_theme dl{
	width: 48%;
    float: left;
    margin: 2% 1%;
    cursor: pointer;
    background: #FFF;
	position: sticky;
	z-index: 1;
}
#link-search_from_theme dt {
	margin-bottom: 5%;
	float: left;
}
#link-search_from_theme dt img {width:100%;}
#link-search_from_theme .Catch_title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#f00;
	letter-spacing:0.04em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	}	
#link-search_from_theme .Catch_txt {
	font-size: 12px;
    font-weight: normal;
    text-align: left;
    height: 50px;
    padding: 5px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq b.qaicon {
    background: #f00;
    font-size: 16px;
	line-height: 30px;
    margin: 0 10px 1% 0;
    color: #FFF;
	width: 30px;
    height: 30px;
    text-align: center;
    float: left;
}
#link-faq h3 {
    font-size: 14px;
    margin: 0 0 5% 0;
    padding-right: 0px;
    color: #f00;
    line-height: 20px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq .inner > div p span{
	width:100%;
	/*float:left;*/
	display:block;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq a:link{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq div p {
    font-size: 18px;
    line-height: 1.8;
}	
/*#gadget .inner >div{
    background: rgba(255,255,255,0.95);
}*/
/*.area_box_wrapper dl.area_box .area_box_text {
    font-size: 14px;
    margin: 15px 1%;
    text-decoration: underline #ddd;
    text-underline-offset: 5px;
    display: inline-block;
}*/

	
/*4コンテンツ以上　3表示カルーセル*/
.area_box_wrapper .slick-slide-js {
	width: 100%;
    margin: auto;
}
/*4コンテンツ以上　3表示カルーセル ここまで*/

/*slick*/
.slick-slide-js .slick-prev,
.slick-slide-js .slick-next {top: 20%;z-index: 40;}
.slick-slide-js .slick-prev {left: -5px;}
.slick-slide-js .slick-next {right: -5px;}
.slick-slide-js .slick-prev:before,
.slick-slide-js .slick-next:before {color: #242424;}


/*1カラム*/
.area_box{
	background: #FFF;
    font-size: 14px;
	padding-bottom: 5%;
    margin-bottom: 5%;
	filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.1));
}
.area_box dt{
	text-align: center;
    font-size: 20px;
	font-weight: bold;
    padding: 12px 0;
	color: #f00;
}
.area_box .koyo_images{
	width: 88%;
    margin: 0 auto 3%;
}
	.area_box_wrapper .area_box .koyo_images span{
		display: block;
		font-size: 11px;
		text-align: right;
		margin: 5px 0 0 0;
		
	}
	
	.area_box .koyo_images img{
		width: 100%;
	}
.area_box .about_area_koyo_txtbox{
	width: 88%;
    margin:0 auto;
}
.area_box .koyo-blackbtn_wrap{
	width: 84%;
    margin:5% auto;
	padding: 10px;
	clear: both;
    background-color: #F5F5F5;
    border-radius: 3px;	
}
.area_box .area_box_text{margin-bottom:2%;}
.area_box .area_box_text span {color: #f00;}
.koyo-blackbtn{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 2%;
}
section:nth-of-type(odd).area_box_wrapper .area_box {background: #FFF;}
section:nth-of-type(even).area_box_wrapper .area_box {background: #fff7f0;}

/*btn*/
.koyo-blackbtn_wrapping_ul li a {
	/*width: 88%;*/
    display: block;
    margin: 0 auto 3%;
    padding: 8px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #000 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
}
.koyo-blackbtn_wrapping_ul li.no-plan a {
	width: 88%;
    display: block;
    margin: 0 auto 3%;
    padding: 8px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
	background-color: #808080;
}
/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}
#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}
#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
.pcnone{display:none;}
#dirPathBlock,#anchorLinkBlock{ background: #fff;}
#dirPathBlock p,#anchorLinkBlock a {
	display: block;
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
}

.inner {
	width: 970px;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	z-index: 1;
}
	

/*navigation*/
.topNavi {
    width: 100%!important;
	text-align: center;
    background: #DDDDDD;
	position: relative;
	z-index: 1;
}

.topNavi ul {
	width: 970px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.topNavi ul li {
    flex: 0 0 25%; 
    box-sizing: border-box;
	border-left: 2px solid #FFF;
    font-size: 24px;
    padding: 1rem 1rem 1rem;
    text-align: center;
    color: #000;
}

.topNavi ul li.select {
    background: #1d2ea8;
    color: #FFF;
}

.topNavi ul li:last-child {
    border-right: 2px solid #FFF;
}

.topNavi ul li a {
    color: #000;
}

.topNavi ul li i {
    margin-right: .25rem;
}
	
/*navarea*/
	
	.nav_area{
		padding: 20px 0;
		background-color: #ffffff;
	}
	
	.nav_area ul{
		display: flex;
		justify-content: center;
		max-width: 1080px;
		margin: 0 auto;
	}
	
	.nav_area ul li{
		width: 24%;
		border-right: #5A5A5A dotted 1px;
	}
	
	.nav_area ul li a{
		position: relative;
		display: block;
		text-align: center;
		color: #000000;
		padding: 10px 0 20px;
		font-size: 18px;
		 -webkit-transition: all .3s;
 		 transition: all .3s;
	}
	
	.nav_area ul li a::after{
		content: "";
		position: absolute;
	width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(135deg);
        position: absolute;
        bottom: 10%;
        right: 48%;
		
		
	}
	
	.nav_area ul li:last-of-type{
		border: none !important;
	}
	
	.nav_area ul li a:hover{
		color: #F56300 !important;
	}
	
	.nav_area ul li a:hover::after{
		 border-top: 2px solid #F56300;
        border-right: 2px solid #F56300;
	}


/*title*/
#title {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/bg.jpg) 50%;
    background-size: cover;
}	
#main_title {
	color: #FFF;
        font-size: 50px;
        padding: 40px 0 50px;
        text-shadow: 2px 2px 5px #333;
}
	
	#main_title span{
		font-size: 36px;
	}
#area_title {
           text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #f00;
        background: #fff;
        width: 400px;
        margin: 0 auto 3%;
        padding: 5px;
        display: grid;
        border-radius: 15px;
        align-items: center;
}

	
	/*intro*/
	
	.introbox{
		padding: 20px 20px;
		border-radius: 20px;
		background-color: #ffffff;
		
	}

	.introtit{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		color: #9F0002;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px dotted #9F0002;
	}
	
	.introtxt{
		font-size: 16px;
	}
	
	.introtxt p{
		text-align: center;
		font-size: 18px;
		color: #9F0002;
		font-weight: bold;
	}
	
	.introtxt span{
		font-size: 14px;
	}

	
	.introtxt table{
		border-collapse: collapse;
		border: 1px solid #000000;
		font-size: 18px !important;
		width: 100%;
		margin: 20px 0 20px 0;
	}
	
	.introtxt table td{
		text-align: center;
		padding: 10px 0px;
		border: 1px solid #000000;
		width: 25%;
		vertical-align: middle;
	}
	
	.t_area{
		background-color: #FFDFCC;
		font-weight: bold;
	}
	
	.commonarea{
		padding: 70px 0 30px 0;
	}
	
h2 {
	font-size: 30px;
    text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	margin: 0px 0 30px 0;
}
h2 span:before{
	content: "";
    width: 50px;
    height: 50px;
    position: absolute;
	top: -50px;
    left: 50%;
}
h2 small{
	z-index: 1;
	position: sticky;
}
	
	
section:nth-of-type(odd) h2 span:before{
	transform: translateX(-55%);
    background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/ic_leaves.png)
}
section:nth-of-type(even) h2 span:before{
	transform: translateX(-55%);
    background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/ic_leaves2.png)
}

	h3{
		background-color: #9F0002;
		color: #ffffff;
		padding: 15px;
		border-radius: 15px 15px 0 0;
		font-size: 24px;
		font-weight: bold;
		margin: 0 0 30px 0;
	}
	
	.infointro{
		margin: 0 0 30px 0;
	}
	
	.infointro p{
		font-size: 18px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.infointro p:last-of-type{
		margin: 0 0 0 0;
	}
	
	.attention {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}
	
	
	.pointarea{
		padding: 20px;
		background-color: #ffffff;
		border: 4px solid #0a549d;
		margin: 0 0 30px 0;
	}	
	
	.pointtit{
		text-align: center;
		font-size: 24px;
		background-color: #0a549d;
		color: #ffffff;
		padding: 20px 0;
		font-weight: bold;
	}
	
	.pointarea ul li{
		font-size: 18px;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: dotted 2px #cccccc;
		 text-indent: -1em;
  padding-left: 1em;
		line-height: 1.5;
	}
	
	
	.cpimg{
		max-width: 1280px;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.cpimg img{
		width: 100%;
	}
	
	.cpdetail{
		margin: 0 0 20px 0;
	}
	
	.cpdetail p{
		font-size: 16px;
	}	
	
		.camp_btnL{
		width: 80% !important;
		margin: 0 auto !important;
		max-width: 970px !important;
	}
.camp_btn{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #0a549d; /* 背景色 */
  border: 2px solid #0a549d;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 20px;
	
}
	
.camp_btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}
	
.camp_btn2{
	
	display: block;
  width: 100%;
  max-width: 400px; /* ボタン幅 */
margin:0 auto;
  position: relative;
  background: #FFFFFF; /* 背景色 */
  border: 2px solid #000000;
  padding: 1em 2em;
  font-weight: bold;
  color: #000000 !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 20px;
	
}
	
.camp_btn2::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #000; /* 矢印の色 */
  border-right: 2px solid #000; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.camp_btn2:hover {
    opacity: 0.8;
}
.camp_btn2 i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn2 a,
.camp_btn2 a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

	.koyo_areabox{
		margin: 0 0 30px 0;
	}
	
	.koyo_areabox:last-of-type{
		margin: 0 0 0 0;
	}
	
	

ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}
	
	
/*フルカラム　2カラム　(3カラムカルーセルなし)共通デザイン、3カラムカルーセル*/
.area_box_wrapper dl.area_box {
	background: rgba(255,255,255,0.95);
	z-index: 1;
	position: sticky;
}
.area_box_wrapper dt{
	position: relative;	
	float: left;
    width: 98%;
    margin: 0 1%;
}
.area_box_wrapper dt strong{	
	position: absolute;
    top: 7%;
    left: 7%;
    text-align: center;
    width: 86%;
    height: 86%;
    background: rgba(255,255,255,0.45);
    display: grid;
    align-items: center;
    font-size: 18px;
	color:#333;	
    text-shadow: 3px 3px 8px #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
ul.kw_list li {
	width: 41%;
    float: left;
    margin: 2% 1%;
    color: #FFF !important;
    text-decoration: none;
    text-align: left;
	padding-left: 7%;	
    font-weight: normal;
    border-radius: 3px;
    background: #333 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    /*letter-spacing: 1px;*/
}
ul.kw_list li.w100p {width: 91% !important;}
ul.kw_list li a {
	width:100%;
	display:block;
    padding: 10px 0;
    color: #fff;
	font-size: 13px;
}		
#link-search_from_theme dl{
	width: 48%;
    float: left;
    margin: 2% 1%;
    cursor: pointer;
    background: #FFF;
	position: sticky;
	z-index: 1;
}
#link-search_from_theme dt {
	margin-bottom: 5%;
	float: left;
}
#link-search_from_theme dt img {width:100%;}
#link-search_from_theme .Catch_title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#f00;
	letter-spacing:0.04em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	}	
#link-search_from_theme .Catch_txt {
	font-size: 12px;
    font-weight: normal;
    text-align: left;
    height: 50px;
    padding: 5px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq b.qaicon {
    background: #f00;
    font-size: 16px;
	line-height: 30px;
    margin: 0 10px 1% 0;
    color: #FFF;
	width: 30px;
    height: 30px;
    text-align: center;
    float: left;
}
#link-faq h3 {
    font-size: 14px;
    margin: 0 0 5% 0;
    padding-right: 0px;
    color: #f00;
    line-height: 20px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq .inner > div p span{
	width:100%;
	/*float:left;*/
	display:block;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq a:link{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#link-faq div p {
    font-size: 18px;
    line-height: 1.8;
}	
/*#gadget .inner >div{
    background: rgba(255,255,255,0.95);
}*/
/*.area_box_wrapper dl.area_box .area_box_text {
    font-size: 14px;
    margin: 15px 1%;
    text-decoration: underline #ddd;
    text-underline-offset: 5px;
    display: inline-block;
}*/

	
/*4コンテンツ以上　3表示カルーセル*/
.area_box_wrapper .slick-slide-js {
	width: 100%;
    margin: auto;
}
/*4コンテンツ以上　3表示カルーセル ここまで*/

/*slick*/
.slick-slide-js .slick-prev,
.slick-slide-js .slick-next {top: 20%;z-index: 40;}
.slick-slide-js .slick-prev {left: -5px;}
.slick-slide-js .slick-next {right: -5px;}
.slick-slide-js .slick-prev:before,
.slick-slide-js .slick-next:before {color: #242424;}
	
	.area_box_wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
.area_box_wrapper .area_box {
	width: 48%;
	font-size: 14px;
	margin: 0 1% 2%;
	filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.1));
}

.area_box_wrapper .area_box dt{
	text-align: center;
    font-size: 24px;
    padding: 20px 0;
	font-weight: bold;
	color: #f00;
}
.area_box_wrapper .area_box dt{width: 100%;}	
.area_box_wrapper .area_box .koyo_images{
	width: 35%;
	min-height: 140px;
    float: left;
    margin: 0 2% 2%;
	position:relative;
}
	
	.area_box_wrapper .area_box .koyo_images img{
		width: 100%;
	}
	.area_box_wrapper .area_box .koyo_images span{
		display: block;
		font-size: 11px;
		text-align: right;
		margin: 5px 0 0 0;
		
	}	

.area_box_wrapper .area_box .koyo_images .copyright{font-size: 10px;}
.area_box_wrapper .area_box .about_area_koyo_txtbox{
	width: 57%;
    margin:0 2% 0 0;
    float: left;
}
.area_box_wrapper .area_box .koyo-blackbtn_wrap {
	width: 96%;
	margin: 0 auto 2%;
	clear: both;
	padding: 10px;
	background-color: #F5F5F5;
	border-radius: 3px;
	position: sticky;
	z-index: 1;
	box-sizing: border-box;
}
.area_box_wrapper .area_box .area_box_text{margin-bottom:2%;}
.area_box_wrapper .area_box .area_box_text:nth-of-type(1){min-height: 80px;}
.area_box_wrapper .area_box .area_box_text span {color: #f00;}
.area_box_wrapper .koyo-blackbtn{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 5px;
}

/*btn*/
/*.koyo-blackbtn_wrapping_ul{display:flex;}*/
.koyo-blackbtn_wrapping_ul li {
	width: 98%;
	margin: 0 1%;
}
.koyo-blackbtn_wrapping_ul li a {
	width: 100%;
    display: block;
    margin: 0px 5px 10px;
    padding: 10px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #000 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: 1px;
}
.koyo-blackbtn_wrapping_ul li.no-plan a {
	width: 315px;
    display: block;
    margin: 0px 5px 10px;
    padding: 10px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: 1px;
	background-color: #808080;
}
.koyo-blackbtn_wrapping_ul a:hover{
	text-decoration:none!important;
	background:#f00 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	transition: 0.2s;
}
/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}
#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}
}