@charset "UTF-8";

/* CSS Document */



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    
    .header_bg {
        background: #EFEFEF;
        box-sizing: border-box;
    }
    .header_wrap {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 945px;
        padding: 2.535vw 0;
        box-sizing: border-box;
    }
    .header_logo {
        display: inline-block;
        width: 38.548vw;
    }
    .header_logo img {
        width: 100%;
    }
    .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
    	top: 50%;
    	right: 15px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 8.585%;
    }
    .header_pr img {
        width: 100%;
    }
    
    
    @media screen and (min-width: 440px) {
        .header_wrap {
            padding: 10px 0;
        }
        .header_logo {
            width: 179.598px;
        }
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 210px;
        }
        .header_wrap {
            padding: 9.55px 0;
        }
    }
    
    
    
    .ft_line {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #cdcdcd;
        border: none;
    }
    
    
    
    
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (min-width:1001px){
	.logo_tb.sp_logo{
		display: none!important;
	}
	.logo_pc.logo{
		display: block!important;
	}
}

@media screen and (max-width:1000px){
	.logo_tb.sp_logo{
		display: block!important;
	}
	.sp_logo{
		text-align: center;
		padding: 5px 0 5px 0;
		background-color: #000000;
		position: relative;
		z-index: 100;
	}
	.sp_logo img{
		height: 40px;
	}
	.logo_pc.logo{
		display: none!important;
	}
}

/* Common */
.main_cap{
    font-size: 12px;
    line-height: 1.4em;
    color: #333333;
    margin: 10px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    max-width: 1140px
}
@media screen and (max-width:768px){
    .main_cap{
        margin: 10px auto 10px auto;
        text-align: left;
    }
}
.img_right{
    width: 200px;
}
@media screen and (max-width:768px){
	.content_wr .content .img_right{
		width: 150px;
	}
}

.img_right img{
	max-width: 100%;
}

.headNav{
    background: #ffffff;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}
.headNav ul{
    display: inline-block;
    margin: 0 auto;
    padding: 13px;
}
.headNav ul li{
    display: inline-block;
    margin: 0 7px;
}
.headNav ul li.ttl{
    padding: 10px 0;
    font-size: 13px;
    line-height: 1em;
    color: #000000;
    font-weight: bold
}
.headNav ul li a{
    display: block;
    border: 1px solid #999999;
    font-size: 13px;
    line-height: 1em;
    padding: 12px 10px 10px 20px;
    background-image: url("arrowBlack.svg");
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 10px 12px;
    text-decoration: none;
    border-radius: 5px;
    color: #000000;
    transition-duration: 0.3s;
}
.headNav ul li a:hover{
    background-image: url("arrowBlack.svg");
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 10px 12px;
}

.footerNav{
    background:#ffffff;
    border: 1px dotted #cccccc;
    padding: 25px 30px;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .footerNav{
        display: none;
    } 
}
.footerNav .ttl{
    font-size: 18px;
    line-height: 1.0em;
    font-weight: bold;
    color: #666666;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.footerNav ul{}
.footerNav ul li{
    border-bottom: 1px dotted #999999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footerNav ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.footerNav ul li a{
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;	
}
.footerNav ul li a:hover{
    /* opacity: 0.5; */
}	
.footerNav ul li a .ty1{
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    color: #b62028;
    padding-bottom: 5px;
}
.footerNav ul li a .ty2{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    color: #000000;
    background-image: url("arrowBlack.svg");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 0 center;
    text-decoration: none;
    padding-left: 15px;
}
.footerNav ul li a .ty2:hover{
    text-decoration: underline;
    color: #b62028;
}

/* Top */

.header.top{

}

.header.toppage{
	/*
	background-color: #000000;*/
}

.header.top .top_inner{
	width: 1100px;
	margin: auto;
    padding: 0;
	max-width: 100%;
	position: relative;
}

.header.top .top_inner h1 img{
	background:rgba(0,0,0,0);
}
@media screen and (max-width:786px){
	.header.top .top_inner{
		width: auto;
		padding: 0px 0 0px 0;
		background: url()no-repeat top right;
	}
	.header.top .top_inner h1 img{
		max-width: calc(100% - 0px);

	}
	.header.top .top_inner h1{
		text-align: center;

	}
}

@media screen and (max-width:600px){
	header.top .top_inner{
		padding: 40px 0 0px 0;
	}
	.header.top .top_inner h1 img{
		max-width: calc(80% - 0px);

	}
}

.header.top .top_inner .amazonicon{
	position: absolute;
    top: -15px;
    right: 7%;
	animation-name:anime_amazon;
    animation-duration: 1s;
	animation-delay: 2.5s;
	animation-fill-mode:forwards;
	opacity: 0;
	width: 180px;
}
@media screen and (max-width:786px){
	.header.top .top_inner .amazonicon img{
		width: 100%;
		height: auto;
	}
	.header.top .top_inner .amazonicon{
		width: 150px;
	}
}
@media screen and (max-width:600px){
	.header.top .top_inner .amazonicon{
		width: 100px;
		 top: 0px;
    right: 7%;
	}
}

.header.top .top_inner .amazonicon img{
	max-width: 100%;
}

@keyframes anime_amazon{
    0%{
		right: 7%;
        opacity: 0;
    }
    100%{
		 right:5%;
        opacity: 1;
    }
}
@media screen and (max-width:786px){
	.header.top .top_inner .amazonicon{
		
		animation-name:anime_amazon_1100;
		animation-duration: 1s;
		animation-delay: 2.5s;
		animation-fill-mode:forwards;
		opacity: 0;
		/*
		width: 100px;*/
	}	
}
@keyframes anime_amazon_1100{
    0%{
		right: 50px;
		top: -20px;
        opacity: 0;
    }
    100%{
		 right:10px;
		top: -20px;
        opacity: 1;
    }
}





.top_ttl{
	margin-bottom: 30px;
}


.top_ttl h2{
	font-size: 42px !important;
	color: #000000!important;
	border-left: 0px solid #ffffff!important;
    font-weight: bold;
	padding-left: 0px!important;
    line-height: 1.3em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', sans-serif ;
}
@media screen and (max-width:768px){
    .top_ttl h2{
        font-size: 30px !important;
    }
}
@media screen and (max-width:600px){
    .top_ttl h2{
        font-size: 24px !important;
    }
}




.content h2{
	font-weight: bold;
	font-size: 42px;
	color: #000000;
	line-height: 1.2em;
	
	
	max-width: calc(100% - 0px);
	margin: auto;
	margin-bottom: 20px;
}
@media screen and (max-width:786px){
	.content h2{
		max-width: calc(100% - 40px);
	}
}


@media screen and (max-width:600px){
	.content h2{
		line-height: 1.4em;
		font-size: 30px;
	}
}





.top_ttl h2 span{
    color: #5faa32;
    font-size: 25px;
    line-height: 1em;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "serif";
    margin-bottom: 8px;
}
@media screen and (max-width:768px){
	.top_ttl h2 span{
    font-size: 22px;
	}
}
@media screen and (max-width:600px){
	.top_ttl h2 span{
    font-size: 13px;
	}
}




.boxGrey{
    background: #f9f9f9;
    padding: 30px 30px 0 30px;
    border: 1px solid #cccccc;
}
@media screen and (max-width:600px){
    .boxGrey{
        background: #efefef;
        padding: 30px 20px 20px 20px;
        border: 0px solid #ffffff;
        margin-bottom: 50px;
    }
    .boxGrey .text02{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
.boxGrey .boxGrey_ttl{
    font-size: 24px;
    line-height: 1.5em;
    color: #b62028;
    margin-bottom: 30px;
    font-weight: bold;
	
}



/* pager */
.nextBtn{
    text-align: center;
    margin-bottom: 20px;
}
.nextBtn img{
    width: 100%;
    max-width: 610px;
    height: auto;
    margin: 0 auto;
}
.nextBtn img:hover{
    opacity: 0.5;
}



.pager{
	width: 90px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.pager a{
	width: 40px;
	height: 40px;
	display: block;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	color: #b62028;
	font-weight: bold;
	padding-top:8px;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
    border: 2px solid #b62028;
}
.pager a.on{
	color: #ffffff;
	border: 2px solid #b62028;
	background-color: #b62028;
	padding-top: 9px;
}
.pager a:hover{
	opacity: 0.5;
}

/*******
 COMMON
*******/
body{
	text-align: center;
	margin: auto;
	width: 100%;
	font-size: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif ;
	z-index: 1000;
	position: relative;
}
.logo_pc{
	background-color: #000000;
	text-align: center;
}
.logo_pc img{
	text-align: center;
}
@media screen and (min-width:787px){
	.display_tb,
	.display_sp{
		display: none!important;
	}
	.logo_tb{
		display: none!important;
	}
}
@media screen and (max-width:786px){
	.logo_pc{
		display: none!important;
	}
	.display_pc,
	.display_sp{
		display: none!important;
	}

    .banner01{
        display: none!important;
    }
}
@media screen and (max-width:600px){
	.display_tb,
	.display_pc{
		display: none!important;
	}
	.display_sp{
		display: block!important;
	}
	.SP_none{
		display: none!important;
	}
    .headNav{
        display: none;
    }
}
img {
	vertical-align:bottom;
}
.nxt_header{
	text-align: center;
	position: relative;
	z-index: 10000;
	background-color: #ffffff;
}
.nbo_header{
	text-align: center;
	background: url(topbar_bg.jpg)no-repeat center -1px;
}
@media screen and (min-width:601px){
	.sp{
		display: none !important;
		}
}
@media screen and (max-width:600px){
	.pc,
	.nbo_header{
		display: none !important;
		}
}
.mb0{
	margin-bottom: 0px!important;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb70{
	margin-bottom: 70px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb40{
	margin-bottom: 40px!important;
}







/*******
  topbar
*******/
.top_bar{
	background-color: #ffffff;
	padding: 7px 0 7px 0;
	position: relative;
	text-align: center;
}

.top_bar .topback{
	font-size: 12px;
	position: absolute;
	left: 2%;
	top: 20px;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #ffffff;
	padding: 7px 10px 7px 30px;
	background: url("toparrow.png")no-repeat 10px 10px;
	background-color: #000000;
	text-decoration: none;
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.top_bar .topback{
		display: none;
	}	
}

.top_bar .topback:hover{
	opacity: 0.5;
}
.top_bar .mainlogo{
	font-size: 22px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.top_bar .mainlogo{
		font-size: 18px;
	}
}

.top_bar .mainlogo:hover{
	opacity: 0.5;
}

.mainLogo{
	width: 220px;
}
@media screen and (max-width:600px){
	.mainLogo{
	width: 150px;
	}
}


.top_bar .sns_box{
	position: absolute;
	top:10px;
	right: 2%;
	width: 160px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
}
@media screen and (max-width:786px){
	.sns_box{
		position: relative;
		right: 0px;
		top: 0px;
		width: 100%;
		display: flex;
	}
}

.top_bar .sns_box a{
	display: block;
	transition-duration: 0.3s;
}
@media screen and (max-width:786px){
	.sns_box a{
		width: 33%;
		text-align: center;
	}
	.sns_box a:nth-child(1){
		background-color: #000000;
	}
	.sns_box a:nth-child(2){
		width: 34%;
		background-color: #2f5095;
	}
	.sns_box a:nth-child(3){
		background-color: #0075b5;
	}
}
@media screen and (max-width:600px){
	.sns_box a img{
		width: 30px;
		height: 30px;
	}
}

.top_bar .sns_box a:hover{
	opacity: 0.5;
}

/*******
 content
*******/

.content_wr{
	background-repeat: no-repeat;
	padding: 50px 0 50px 0;
	/*
	background: url("bottom_bg.png") no-repeat;
	background-position: bottom center;
	background-size: 100% auto;*/
}
@media screen and (max-width:768px){
	.content_wr{
		padding-bottom: 10px;
		padding-top: 20px;
	}
}

.content_wr .content_flex{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
@media screen and (max-width:768px){
	.content_wr .content_flex{
		width: auto;
		display: block;
	}	
}



.content_wr .content{
	width: 750px;
	/**
	max-width: calc(65% - 20px);
	margin-left: 20px;**/
}
@media screen and (max-width:1100px){
	.content_wr .content{

	max-width: calc(65% - 20px);
	margin-left: 20px;
	}
}
@media screen and (max-width:768px){
	.content_wr .content{
		width: auto;
		max-width: calc(100% - 0px);
		margin-left: 0px;
	}
}


.content_wr .content .top_category{
	margin-bottom: 20px;
}

.content_wr .content .top_category .ty1{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	background-color: #8bc53f;
	padding: 5px 10px 5px 10px;
}
@media screen and (max-width:768px){
	.content_wr .content .top_category .ty1{
		font-size: 12px;
		margin-left: 20px;
	}
}
.content_wr .content .top_category .ty2{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	color: #231815;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}
@media screen and (max-width:768px){
	.content_wr .content .top_category .ty2{
		font-size: 12px;
	}
}


.content_wr .content h1{
	margin-bottom: 35px;

}

@media screen and (max-width:768px){
	.content_wr .content h1{
		margin-left: 20px;
		margin-right: 20px;
	}
	.content_wr .content h1 img{
		width: 100%;
	}
}
header .inner h1 img{
	max-width: 100%;
}

.content_wr .content .lead{
	background-color: #f5f9f2;
    border: 1px dashed #d4d4d4;
    padding: 25px;
	margin-bottom: 50px;
	max-width: calc(100% - 40px);
}
@media screen and (max-width:1100px){
	.content_wr .content .lead{
	}
	
}

@media screen and (max-width:768px){
	.content_wr .content .lead{
		background-color: #f2f2f2;
		padding: 15px 25px 15px 25px;
		margin:  0 20px 30px 20px;
	}
}

@media screen and (max-width:600px){
	.content_wr .content .lead{
		background-color: #f2f2f2;
		padding: 10px 15px 10px 15px;
		margin:  0 20px 30px 20px;
	}
}

.content_wr .content .lead p{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	font-weight: bold;
}


h3{
	color: #5faa32;
	font-size: 26px;
	font-weight: bold;
	background: url("h2border.png")no-repeat left bottom;
	background-size: 750px 4px;
	padding-bottom: 20px;
	margin-bottom: 30px;
    margin-top: 70px;
}
@media screen and (max-width:786px){
	h3{
		font-size: 26px;
	}
}
@media screen and (max-width:600px){
	h3{
		background-color: #ffffff;
		padding: 5px;
		font-size: 22px;
		width: calc(100% - 40px);
		margin: auto;
		padding-bottom: 20px;
	margin-bottom: 20px;
	}
}





h2 span.ty1{
	color: #5faa32;
	font-size: 26px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "serif";
	background-color: #ffffff;
	display: inline-block;
	margin-bottom: 5px;
}
@media screen and (max-width:600px){
	h2 span.ty1{
		display:inline;
		margin-bottom: 0px;
		background: none;
		padding: 0px;
		font-size: 20px;
		line-height: 1.3em;
	}
}

h2 span.ty2{
	font-size: 32px;
	display: block;
}
@media screen and (max-width:600px){
	h2 span.ty2{
		font-size: 22px;
	}
}



.content_wr .content .text{
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.content_wr .content .text{
		margin: auto;
		margin: 0px 20px 30px 20px;
	}
}
.content_wr .content .text b a{ 
	font-weight: bold;
	color: #4285f4;
	text-decoration: underline;
}
.content_wr .content .img_right{
	margin: 5px 0 20px 20px;
	float: right;
}
@media screen and (max-width:768px){
	.content_wr .content .img_right{
		margin: 5px 20px 20px 20px;
	}
	.content_wr .content .img_right img{
		width: 150px;
	}
}


.content_wr .content .img_left{
	margin: 5px 20px 20px 0px;
	float: left;
	width: 300px;
}
.content_wr .content .img_left.w200{
	width: 200px;
	margin: -15px 20px 15px 0px;
}

@media screen and (max-width:768px){
	.content_wr .content .img_left{
		margin: 5px 20px 20px 20px;
		width: 200px;
	}
}

@media screen and (max-width:600px){
	.content_wr .content .img_left{
		width:calc(100% - 40px);
		margin: auto;
		margin-bottom: 30px;
	}
	.content_wr .content .img_left.w200{
		width: 120px;
		margin: -15px 20px 15px 20px;
	}
	.content_wr .content .img_left img{
		width: 100%;
	}
}

.img_pctb{
	display: block;
}
.img_sp{
	display: none;
}
@media screen and (max-width:600px){
	.img_pctb{
		display: none;
	}
	.img_sp{
		display: block;
	}
}



.content_wr .content .img_left img{
	 max-width: 100%;
}

.content_wr .content .img_left .cap{
	margin-top: 10px;
	font-size: 12px;
	color: #4d4d4d;
}
@media screen and (max-width:768px){
	.content_wr .content .img_left .cap{
		margin-left: 20px;
	}
}
@media screen and (max-width:600px){
	.content_wr .content .img_left .cap{
		margin-left: 0px;
	}
}

.content_wr .content .img_left .cap span{
	font-size: 10px;
}
.content_wr .content .img_left .cap2{
	/*
	padding: 10px;
	background-color: #eef5f8;
	*/
	border-top: 1px dotted #231815;
	padding-top: 12px;
	font-size: 12px;
	margin-top: 10px;
	color: #555555;
}
.content_wr .content .img_left .cap b{
	color: #5faa32;
	font-weight: bold;
	display: block;
}


.content_wr .content .img_right .cap{
	margin-top: 10px;
	font-size: 12px;
	color: #4d4d4d;
}



.content_wr .content .img_center{
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.content_wr .content .img_center{
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 30px;
	}
}

.content_wr .content .btnarea{
	text-align: center;
	margin-bottom: 30px;
	margin-top: -0px;
}
@media screen and (max-width:768px){
	.content_wr .content .btnarea{
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 30px;
	}
}

.content_wr .content .btnarea img{
	max-width: 100%;
}

.content_wr .content .img_center a,
.content_wr .content .btnarea a{
	transition-duration: 0.3s;
}
.content_wr .content .img_center a:hover,
.content_wr .content .btnarea a:hover{
	opacity: 0.5;
}

.img_center .cap{
	font-size: 12px;
	line-height: 1.6em;
	text-align:left;
	background-color: #f2f2f2;
	padding: 15px;
	margin-top: 10px;
	color: #231815;
}
.img_center .cap span{
	color: #5faa32;
	font-weight: bold;
	display: block;
}
.img_center .cap b{
	font-weight: normal;
}

.img_center .cap a{
	font-weight: bold;
	color: #ffffff;
	transition-duration: 0.3s;
	font-size: 15px;
	line-height: 1em;
	display: inline-block;
	padding: 12px 15px 10px 15px;
	background-color: #0055a4;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
}

.img_center .cap a:hover{
	opacity: 0.5;
}



.content_wr .content .img_center img{
	max-width: 100%;
}
@media screen and (max-width:768px){
	.content_wr .content .img_center img{
		max-width: 100%;
	}
}

.content_wr .content .bottom_link{
	border: 1px dotted #999999;
	padding: 15px 20px 15px 20px;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 0px;
}
@media screen and (max-width:768px){
	.content_wr .content .bottom_link{
		margin: 0px 20px 20px 20px;
	}
}
.content_wr .content .bottom_link .ty1{
	font-size: 15px;
	color: #4d4d4d;
	text-align: center;
	margin-bottom: 20px;
}
.content_wr .content .bottom_link .ttl{
	font-size: 21px;
	line-height: 1em;
	margin-bottom: 5px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.content_wr .content .bottom_link .ttl2{
	font-size: 15px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
.content_wr .content .bottom_link .tel{
	color: #333333;
	font-size: 15px;
	text-align: center;
}
.content_wr .content .bottom_link .url{
	font-size: 15px;
	color: #333333;
	text-align: center;
}
.content_wr .content .bottom_link a{
	font-size: 15px;
	color:#b62028;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	transition-duration: 0.3s;
	word-break: break-all;
}

.content_wr .content .bottom_link a:hover{
	opacity: 0.5;
}

.content_wr .content .sns_box {
    width:auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
	margin-top: 45px;
}
@media screen and (max-width:768px){
	.content_wr .content .sns_box {
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

.content_wr .content .sns_box a {
	display: block;
	width: 33%;
	text-align: center;
	transition-duration: 0.3s;
}
.content_wr .content .sns_box a:hover {
	opacity: 0.5;
}

.content_wr .content .sns_box a:nth-child(1) {
    background-color: #000000;
}
.content_wr .content .sns_box a:nth-child(2) {
    width: 34%;
    background-color: #2f5095;
}
.content_wr .content .sns_box a:nth-child(3) {
    background-color: #0075b5;
}

.cap a{
    color: #b62028;
    text-decoration: underline;
}
.cap a:hover{
    color: #b62028;
    text-decoration: none;
}



/*******
 rnav
*******/
.rnav_wr{
	width: 300px;
    background: url("rnavBg.jpg") repeat-y center 20px;
	height: auto;
	position: relative;
	max-width: 30%;
}
@media screen and (max-width:768px){
	.rnav_wr{
		width: auto;
		max-width: calc(100% - 40px);
		margin: auto;
		margin-top: 50px;
		margin-bottom: 30px;
	}
}


.rnav{
	width: 300px;
	background: url("rnav_bg.jpg")repeat-y center;
	margin-bottom: 90px;
	height: calc(100% - 0px);
	/**300px**/
	max-width: 100%;
}
@media screen and (max-width:768px){
	.rnav{
		width: auto;
		margin-bottom: 0px;
		height: calc(100% - 0px);
	}
}
@media screen and (max-width:600px){
	.rnav{
		display: none!important;
	}
}


.rnav .nav{
	border: 2px solid #f2f2f2;
}
.rnav .nav .navtop{
	background-color: #282828;

	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding: 10px 0 10px 10px;
}
.rnav .nav .inner{
	padding: 20px 20px 20px 20px;
	background-color: #f4f4f4;
}
.rnav .nav .inner a{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	transition-duration: 0.3s;
}
.rnav .nav .inner a:hover{
	/* opacity: 0.5; */
}
.rnav .nav .inner a:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rnav .nav .inner a:hover{
	/* opacity: 0.5; */
}
.rnav .nav .inner a .ty1{
	font-size: 14px;
	line-height: 1em;
	color: #848484;
	margin-bottom: 5px;
    font-weight: bold;

}
.rnav .nav .inner a .ty2{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.05em;
	/**
    background-image: url("arrowBlack.svg");
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: 0 4px;
    padding: 0 0 0 12px;**/
}
.rnav .nav .inner a .ty2 span{
	color: #5faa32;
	display: block;
	font-size: 11px;
}
.rnav .nav .inner a .ty2:hover span{
	color: #b62028;
    text-decoration: underline;
}

.rnav .nav .inner a .ty2:hover{
	color: #b62028;
    text-decoration: underline;
}
.rnav .nav .inner a .ty3{
	color: #555555;
	font-size: 12px;
}

.rnav_wr .banner01{
	display: block;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	position: sticky;
	top: 20px;
	right: 0px;
	z-index: 100000;
}
.rnav_wr .banner01 img{
	width: 300px;

}
@media screen and (max-width:768px){
	.rnav_wr .banner01{
		width:calc(100% - 40px);
		margin: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.rnav_wr .banner01 img{
		width: calc(100% - 0px);
	}
}
.rnav_wr .banner01:hover{
	opacity: 0.5;
}


footer{
	padding-top: 20px;	
	margin-top: 0px;
}

.contact_area{
	padding: 0px 0 0px 0;

	margin-bottom: 15px;
}
.contact_area img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px){
	.contact_area{
		margin: 0px 20px 30px 20px;
		text-align: center;
	}
	.contact_area{
		width: calc(100% - 40px);
	}
}
.contact_area a{
	transition-duration: 0.3s;
}
.contact_area a:hover{
	opacity: 0.5;
}
.contact_area p{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;
}
.topback_btn{
	border: 2px solid #f2f2f2;
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #b62028!important;
	transition-duration: 0.3s;
	background-color: #ffffff;
	margin-top: 20px;
	text-decoration: none!important;
	position: sticky;
	top: 210px;
	right: 0px;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.topback_btn{
		position: relative;
		top: 0;
		width: calc(100% - 60px);
		margin: auto;
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

.topback_btn:hover{
	text-decoration: underline!important;	
}


.topbtn_wr{
	position:absolute;
	top: 0;
	height: calc(100% - 930px);
	width: 100%;
}
@media screen and (max-width:768px){
	.topbtn_wr{
		position: relative;
	}
}

.topbtn_inner{
	position: relative;
	height: calc(100% - 500px);
}

.topback_btn_ty1{
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff!important;
    transition-duration: 0.3s;
	background-color: #000000;
    margin-top: 0px;
    text-decoration: none!important;
    position: sticky;
    top: 270px;
    right: 0px;
	width: 100%;
	transition-duration: 0.3s;
	box-sizing: border-box;
}
.topback_btn_ty1:hover{
	opacity: 0.5;
}
@media screen and (max-width:768px){
	.topback_btn_ty1{
		position: relative;
		top: 0;
		width: calc(100% - 0px);
		margin: auto;
		margin-top: 0px;
		margin-bottom: 30px;
		;
	}
}

.banner_area{
	background-color: #ffffff;
	box-shadow: 2px 2px 15px 0px #999999;
	display: block;
	padding: 10px;
	text-decoration: none!important;
	position: relative;
	margin-top: 50px;
	color: #000000!important;
	transition-duration: 0.3s;
	max-width: calc(100% - 0px);
	margin: auto;
}
@media screen and (max-width:768px){
	.banner_area{
		max-width: calc(100% - 60px);
	}
}

.banner_area:hover{
	opacity: 0.5;
}
.banner_area .icon{
	position: absolute;
    top: -20px;
    left: -15px;
}
.banner_area .img{
	float: right;
	padding-left: 20px;
}
.banner_area .txt{
}
.banner_area .txt .ty1{
	font-size: 23px;
	line-height: 1.3em;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 10px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
}
@media screen and (max-width:768px){
	.banner_area .txt .ty1{
		font-size: 18px;
	}
}

.banner_area .txt .ty2{
	font-size: 14px;
	color: #000000;
	line-height: 1.3em;
	margin-left: 10px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.banner_area .txt .ty2{
	font-size: 12px;
	}
}


/*******
 contact_area_v2
*******/

.contact_area_v2{
	background-color: #e1eae4;
	padding: 50px 0 20px 0;
}

.contact_area_v2 .ttl{
	color: #7f5b2e;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;

}

.contact_area_v2 .flex{
	width: 1020px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: calc(100% - 40px);
}
.contact_area_v2 .flex a{
	display:flex;
	justify-content: space-between;
	padding: 15px;
	background-color: #ffffff;
	width: calc(50% - 40px);
	margin-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.contact_area_v2 .flex a{
		width: calc(100% - 0px);
	}
}

.contact_area_v2 .flex a:hover{
	opacity: 0.5;
}

.contact_area_v2 .flex a .img{
	margin-left: 20px;
}


.contact_area_v2 .flex a .img img{
	width: 130px;
}
@media screen and (max-width:600px){
	.contact_area_v2 .flex a .img img{
		width: 100px;
		height: 100px;
	}
}

.contact_area_v2 .flex a .txt{
	width: calc(100% - 10px);
}
.contact_area_v2 .flex .ty1{
	background-color: #f4f0ea;
	padding: 9px 8px 8px 8px;;
	font-size: 15px;
	line-height: 1em;
	color: #848484;
	margin-bottom: 10px;
}
@media screen and (max-width:768px){
	.contact_area_v2 .flex .ty1{
		font-size: 13px;
	}
}
@media screen and (max-width:600px){
	.contact_area_v2 .flex .ty1{
		font-size: 11px;
	}
}


.contact_area_v2 .flex a .txt .ty2{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
}
@media screen and (max-width:768px){
	.contact_area_v2 .flex a .txt .ty2{
		font-size: 15px;
	}
}

.contact_area_v2 .flex .ty2 span{
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 7px;
	color: #5faa32;
	display: block;
}

.f_notice{
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	width: 1100px;
	margin: auto;
	padding: 15px 20px 15px 20px;
	text-align: center;
	color: #aa9609;
	font-size: 25px;
	box-sizing: border-box;
	font-family:"Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	max-width: calc(100% - 40px);
}
@media screen and (max-width:768px){
	.f_notice{
		font-size: 16px;
		text-align: left;
	}
}


.r_notice{
	margin: auto;
	margin-top: 10px;
	
    display: block;

    position: sticky;
    top: 80px;
    right: 0px;

	
	/*
	background-color: #ffffff;
	border: 1px solid #bfbfbf;

	padding: 10px 5px 10px 5px;
	text-align: center;
	color: #aa9609;
	box-sizing: border-box;
	font-family: "Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;*/
}
@media screen and (max-width:600px){
	.r_notice{
		width: 100%;
	}
}


.r_notice .ty1{
	font-size: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.r_notice .ty2{
	font-size: 13px;
	text-align: center;
	letter-spacing: -0.05em;
}
.r_notice img{
	max-width: 100%;
}
@media screen and (max-width:786px){
	.r_notice img{
		width: 100%;
	}
}


.campaign_notice{
	
	width: 1100px;
	margin: auto;
	margin-top: 30px;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
	max-width: calc(100% - 40px);
}

@media screen and (max-width:768px){
	.campaign_notice{
		margin-top: 0px;
		margin-bottom: 30px;
	}
}


.campaign_notice a{
	color: #c7000b;
	font-weight: bold;
	transition-duration: 0.3s;
}
.campaign_notice a:hover{
	opacity: 0.5;
}



.content_wr .content .btnarea{
	text-align: center;
	margin-bottom: 30px;
	margin-top: -0px;
}
@media screen and (max-width:768px){
	.content_wr .content .btnarea{
		width: calc(100% - 40px);
		margin: auto;
		margin-bottom: 30px;
	}
}

.content_wr .content .btnarea img{

	width: 570px;
	max-width: 100%;
}

.content_wr .content .img_center a,
.content_wr .content .btnarea a{
	transition-duration: 0.3s;
}
.content_wr .content .img_center a:hover,
.content_wr .content .btnarea a:hover{
	opacity: 0.5;
}



.size_s{
	font-size: 12px!important;
	
}
.content .ttl {
    display: flex;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
	
	max-width: calc(100% - 0px);
	margin: auto;
	 margin-bottom: 15px;
}
@media screen and (max-width:768px){
	.content .ttl {
		max-width: calc(100% - 40px);
	margin: auto;
	 margin-bottom: 15px;
	}
}



.content .ttl .ty1 {
    font-size: 15px;
    color: #666666;
    padding: 13px 0 10px 0;
    font-weight: bold;
    line-height: 1em;
}



