@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* BODY
--------------------------------------------------*/

html{
  scroll-behavior: smooth;
	
}

body{
	color: #000;
	background-color: #fff;
	letter-spacing: normal;
	font-size: 16px;
	/* I pad BGwidth Hack*/
	min-width: 100%;
	_display: inline;
	_zoom: 1;
	/*font-size: 100%;*/
	overflow-x: hidden;
}

.sp{
	display: none;
}

/*
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/




/* CONTAINER CONTENTS
--------------------------------------------------*/

.wrap{
	width: 100%;
	padding: 0 40px 0 40px;
}

.container{
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}

.wrap2{
	width: 100%;
	padding: 0;
}

.container2{
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}


.contents{
	width: 100%;
	margin: 100px 0;
}

.inner_box{
	padding: 60px 0;
}

.contents_title{
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	color: #005487;
	margin-bottom: 60px;
}

.contents_title .title_jpn1{
	font-size: 32px;
	font-weight: bolder;
}

.contents_title .title_eng{
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: normal;
	color: #000;
}

.contents_title_txt{
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	margin: -20px 0 60px 0;
}

@media screen and (max-width:1060px) {
.contents_title_txt{
		padding: 0 40px;
}
.contents_title_txt br{
	display: none;
}
}


.flex{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.flex li img{
	width: 100%;
}


.table th{
	padding: 20px;
}

.table td{
	padding: 20px;
}


.bg_gray{
	padding: 80px 0;
	background-color: #f7f7f7;
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	position: relative;
}


/* Icon
--------------------------------------------------*/

.icon_bee{
	width: 40px;
}



#contactBtn {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 9999;
}
#contactBtn a {
	text-decoration: none;
	width: 160px;
	
	display: block;
	border-radius: 50%;
	
}
#contactBtn a:hover{
	
}


.cart_btn h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}

.cart_btn h3 {
  	align-items: center;
  	display: flex;
  	justify-content: center;
}
.cart_btn h3::before,
.cart_btn h3::after {
 	 background-color: #000;
  	content: "";
  	height: 2px;
  	width: 40px;
	margin-bottom: -6px;
}
.cart_btn h3::before {
  	margin-right: 10px;
  	transform: rotate(60deg);
}
.cart_btn h3::after {
  	margin-left: 10px;
  	transform: rotate(-60deg);
}

.cart_btn{
	width: 680px;
	margin: auto;
}


/* Coupon
--------------------------------------------------*/

.coupon{
	margin-top: 60px;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	bottom: 22px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: rotate(135deg);
}
.Label,
.coupon_box {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.coupon_box {		/*本文*/
	height: 0;
	padding:0;
	overflow: hidden;
	
}
.toggle:checked + .Label + .coupon_box {	/*開閉時*/
	height: auto;
	padding: 60px;
	transition: all .3s;
	border-bottom: solid 10px #be161d;
	border-left: solid 10px #be161d;
	border-right: solid 10px #be161d;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.coupon_box h4{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.04em;
	padding: 15px;
	background-color: #c38500;
}

.couponcode{
	font-size: 46px;
	font-weight: bold;
	color: #c38500;
	text-align: center;
	letter-spacing: 0.04em;
	padding: 15px 20px;
	border: solid 3px #c38500;
}

.coupon_box p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

.coupon_box ul{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 15px 0 20px 0;
	margin-bottom: 60px;
}

.coupon_box li{
	font-weight: bold;
	margin-top: 5px;
}




/* TOP
--------------------------------------------------*/

.top_mv {
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center center;
  	background-image: url("../img/top_mv.jpg");
}

.top_mv .container{
	width: 1300px;
	max-width: 100%;
}

.mv_main{
	position: relative;
  	height: 655px;
}

.logo_top{
	position: absolute;
	top: 0;
	/*left: 120px;*/
    left: 20px;
}

.logo_top img{
	width: 250px;
}

.mv_catchcopy{
	position: absolute;
	top: 215px;
	left: 0;
}

.mv_catchcopy img{
	width: 640px;
}

.mv_neemhoney{
	position: absolute;
	top: 370px;
	/*left: 130px;*/
    left: 30px;
	z-index: 999;
}

.mv_neemhoney img{
	width: 225px;
}

.mv_icon{
	position: absolute;
	top: 415px;
	/*left: 410px;*/
    left: 310px;
	z-index: 999;
}

.mv_icon img{
	width: 100px;
	vertical-align: middle;
}

.mv_icon li{
	margin-bottom: 10px;
}

.mv_icon li p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 1.6em;
	color: #fff;
}

.mv_icon li p span{
	font-size: 22px;
	font-weight: bold;
}

.mv_main .bee1{
	position: absolute;
	top: 200px;
	left: 550px;
	transform:rotate(25deg);
}

.mv_main .bee2{
	position: absolute;
	top: 460px;
	left: 40px;
	transform:rotate(-25deg);
}

.top_mv_footer{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 40px 0;
	background-color: #fff;
	border-bottom: solid 20px #f7f7f7;
}

.top_mv_footer .flex{
	align-items: center;
	justify-content: flex-start;
}

.logo_neem{
	width: 210px;
	/*margin-left: 135px;*/
    margin-left: 35px;
}

.top_mv_footer h2{
	flex: 1;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding-left: 70px;
}

@media screen and (max-width:1250px) {
.top_mv_footer br{
	display: none;
}
}



.img_bnr{
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	height: 440px;
	position: relative;
}

.img_bnr_img img{
	width: 100%;
	height: 440px;
	object-fit: cover;
	position: relative;
}

.img_bnr_txt{
	position: absolute;
	width: 520px;
	top: 50px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.img_bnr_txt_recipe{
	position: absolute;
	
	bottom: 40px;
    right: 60px;
	
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
}

.img_bnr_txt_recipe span{
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}



.top_review{
	margin-top: -40px;
}


/* Health & Beauty
--------------------------------------------------*/

#health_beauty{
	margin: 80px calc(50% - 50vw);
  	width: 100vw;
	background: url("../img/health_beauty/bg.jpg") no-repeat center center;
	background-size: cover;
}

.photo3 li{
	width: 30%;
	text-align: center;
}

.photo3 li h3{
	font-weight: bold;
	margin: 20px 0;
}

.photo3 li h3 span{
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 8px;
}



/* Miracle Neem
--------------------------------------------------*/

#miracleneem{
	margin: 80px calc(50% - 50vw);
  	width: 100vw;
	background: url("../img/miracleneem/bg.jpg") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

.miracleneem_scroll{
	width: 580px;
	padding: 50px;
	margin-left: -50px;
	background-color: rgba(255,255,255,0.95);
}

.miracleneem_scroll .contents_title{
	text-align: left;
	margin-bottom: 30px;
}
.miracleneem_scroll .contents_title span{
	line-height: normal;
}

.miracleneem_box:not(:last-child){
	margin-bottom: 50px;
}

.miracleneem_title{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	color: #005487;
	margin-bottom: 20px;
}

.miracleneem_title span{
	font-size: 18px;
}

.miracleneem_box h3{
	font-size: 31px;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	margin: 25px 0 20px 0;
}

.miracleneem_box p{
	font-weight: bold;
}

.marker{
	display: inline;
	font-weight: bold;
	background: linear-gradient(transparent 40%, #ffff00 60%);
	
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 2s;
}

.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.neem_kouka{
	margin-top: 30px;
}

.neem_kouka li{
	width: 88px;
	height: 88px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 90px;
	background-color: #005487;
	border-radius: 50%;
}


/* Organic Honey
--------------------------------------------------*/

.honey_tokuchou li{
	width: 30%;
	position: relative;
}

.honey_bg{
	position: relative;
}

.honey_tokuchou_box{
	width: 80%;
	text-align: center;
	position: absolute;
	top: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.honey_tokuchou_eng{
	font-size: 20px;
	font-weight: bold;
	color: #c80056;
	margin: 15px 0 10px 0;
}

.honey_tokuchou_title{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4em;
}

.honey_tokuchou_title span{
	font-size: 18px;
	font-weight: bold;
}

.icon_bee2{
	width: 68px;
	text-align: center;
	margin: auto;
	margin-top: 9px;
}

.icon_honeycomb{
	width: 55px;
	text-align: center;
	margin: auto;
}

.icon_hand{
	width: 91px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

.honey_tokuchou_sp{
	display: none;
}



/* Heavenry Organics - Kodawari
--------------------------------------------------*/

#heavenry_kodawari .img_bnr_txt{
	position: absolute;
	width: 800px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
	
	background-color: rgba(0,0,0,0.5);
	padding: 30px;
}


.heavenry_kodawari_box{
	margin-top: 80px;
}

.heavenry_kodawari_box_img{
	width: 47%;
	display: flex;
    align-items: stretch;
}

.heavenry_kodawari_box_img img{
	object-fit: cover;
	width: 100%;
}

.heavenry_kodawari_box_txt{
	width: 47%;
	margin: 20px 0 0 0;
}

.heavenry_kodawari_box_txt h3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #005487;
	margin-bottom: 30px;
}

.icon_title{
	width: 100%;
	margin-bottom: 30px;
}

.icon_title_icon{
	display: inline-block;
	width: 64px;
	vertical-align: middle;
}

.icon_title.flex{
	align-items: center;
}

.icon_title_icon2{
	display: inline-block;
	width: 90px;
	vertical-align: middle;
}

.heavenry_kodawari_box:nth-child(3n) .icon_title_icon{
	width: 80px;
}

.icon_title_title{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.icon_title span{
	display: block;
}

.icon_title_title .oswald{
	font-size: 24px;
	font-weight: bold;
}

.icon_title_title .gennokaku{
	font-size: 18px;
	font-weight: bold;
}

.heavenry_kodawari_box .child1{
  order: 1;
}

.heavenry_kodawari_box .child2{
  order: 0;
}



/* certification
--------------------------------------------------*/

#certification{
	margin: 80px calc(50% - 50vw);
  	width: 100vw;
	background: url("../img/certification/bg.jpg") no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

.certification_scroll{
	width: 100%;
	padding: 50px 50px 80px 50px;
	background-color: rgba(255,255,255,0.95);
}

.certification_scroll .strong{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.04em;
	line-height: 2em;
	
	padding: 30px;
	position: relative;
	width: 85%;
	margin: auto;
}

.certification_scroll .strong::before, .certification_scroll .strong::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.certification_scroll .strong::before {
	border-left: solid 3px #000;
	border-top: solid 3px #000;
	top: 0;
	left: 0;
}

.certification_scroll .strong::after {
	border-right: solid 3px #000;
	border-bottom: solid 3px #000;
	bottom: 0;
	right: 0;
}

.certification1{
	background: url("../img/certification/world.png") no-repeat top center;
	background-size: contain;
}

.certification2{
	background: url("../img/certification/bg2.jpg") no-repeat center center;
	background-size: cover;
	width: calc(100% + 100px);
  	margin: 60px -50px 80px -50px;
	padding: 80px;
}

.certification2_img{
	width: 30%;
}

.certification2_txt{
	width: 65%;
	text-align: center;
}

.certification2_txt h3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	color: #005487;
}
.certification2_txt h3 span{
	font-size: 20px;
}

.certification2_txt p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.certification2_txt img{
	width: 160px;
	text-align: center;
	margin: 25px 0;
}

.certification3.flex{
	align-items: flex-end;
}

.certification3_img{
	width: 45%;
	margin-right: -50px;
}

.certification3_txt{
	width: 55%;
}

.certification3_txt h3{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #005487;
	line-height: 1.8em;
}

.certification3_txt p{
	margin: 20px 0;
}

.certification3_txt li{
	width: 28%;
}

.certification4 .flex{
	align-items: flex-end;
	margin-top: 80px;
}

.certification4 li{
	width: 22%;
}

.certification4 li img{
	border: solid 1px #ddd;
}

.certification4 .icon{
	height: 70px;
	text-align: center;
	margin: 25px 0 15px 0;
}

.certification4 .icon img{
	border: none;
}

.certification4 li:nth-child(1) .icon img{
	width: 160px;
}
.certification4 li:nth-child(2) .icon img{
	width: 88px;
}
.certification4 li:nth-child(3) .icon img{
	width: 52px;
}
.certification4 li:nth-child(4) .icon img{
	width: 64px;
}

.certification4 h4{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.certification4 p{
	text-align: center;
	font-size: 13px;
}



/* Raw Honey
--------------------------------------------------*/

.raw_honey1{
	background: url("../img/raw_honey/bg1.png") no-repeat top right;
	margin: 80px calc(50% - 50vw);
  	width: 100vw;
	background-size: 520px;
	
	height: 530px;
	padding-top: 60px;
	position: relative;
	z-index: 999;
}

.raw_honey2{
	background: url("../img/raw_honey/bg2.jpg") no-repeat center center;
	margin: 80px calc(50% - 50vw);
  	width: 100vw;
	background-size: cover;
	margin-top: -180px;
	
}

.raw_honey2{
	position: relative;
	height: 680px;
}

.raw_honey2_title{
	position: absolute;
	top: 60px;
	right: 25%;
}

.raw_honey2_img{
	position: absolute;
	width: 650px;
	top: 160px;
	right: 10%;
}

.raw_honey2 h3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #005487;
}

.raw_honey2 p{
	font-weight: bold;
}

.raw_honey2 p.strong{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #005487;
	line-height: 1.6em;
	position: absolute;
	bottom: 60px;
}




/* Neem Seibun
--------------------------------------------------*/

.neem_seibun1_img{
	width: 43%;
}

.neem_seibun1_txt{
	width: 50%;
}

.neem_seibun1_txt h3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.neem_seibun1_txt h3 span{
	font-size: 16px;
	display: block;
	padding-top: 10px;
}

.neem_seibun1_txt p{
	margin: 30px 0;
}

.neem_seibun2 h3{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 60px 0 40px 0;
}

.neem_seibun2 h3 span{
	font-size: 16px;
	display: block;
	padding-top: 10px;
}

.neem_seibun2 li{
	display: flex;
	align-items: center;
	width: 48%;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}


.neem_seibun2 li h4{
	display: inline-block;
	width: 150px;
	font-weight: bold;
	text-align: center;
	
	padding: 15px 0;
	
}

.neem_seibun2 li p{
	display: inline-block;
	width: 70%;
	font-weight: bold;
	padding: 15px 15px;
	border-left: solid 2px #fff;
}




/* Story
--------------------------------------------------*/

.img_bnr_story{
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	height: 340px;
	position: relative;
	background-color: #d2dfe4;
}

.story_logo{
	width: 240px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.story_head_img li{
	width: 46%;
}

.story_main{
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	background-color: #00a7e1;
	margin-top: -180px;
	padding: 260px 0 100px 0;
}

.sweetworld{
	width: 368px;
	margin: auto;
}

.story_main1{
	margin: 40px 0 0 0;
}

.story_main1_img{
	width: 44%;
}

.story_main1_txt{
	width: 50%;
	margin-top: 50px;
}

.story_main2_img{
	width: 32%;
}

.story_main2_txt{
	width: 68%;
	margin-top: 80px;
}

.story_main h3{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.story_main p{
	color: #fff;
	font-weight: bold;
	line-height: 2em;
}

.story_main3{
	margin: 60px 0 0 0;
}

.story_main3_img{
	width: 32%;
}

.story_main3_txt{
	width: 63%;
	margin-top: 20px;
}

.story_main3_txt h3 span{
	font-size: 20px;
}

.movie{
	margin-top: 80px;
}



/* review
--------------------------------------------------*/







/* instagram
--------------------------------------------------*/

#instagram .contents_title{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 60px;
}

.insta_list li{
	width: 30%;
	margin-bottom: 30px;
}

/* insta option */
.instagram-media{
	min-width: 100% !important;
}

.HeaderCta{
	display: none !important;
}
/*  */





/* Recipe
--------------------------------------------------*/

.recipe_photo li{
	width: 30%;
	margin-top: 30px;
}

.recipe_photo li h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 35px;
}

.recipe_photo li h3 {
  	align-items: center;
  	display: flex;
  	justify-content: space-between;
}
.recipe_photo li h3::before,
.recipe_photo li h3::after {
 	 background-color: #000;
  	content: "";
  	height: 2px;
  	width: 40px;
	margin-bottom: -6px;
}
.recipe_photo li h3::before {
  	margin-right: 10px;
  	transform: rotate(60deg);
}
.recipe_photo li h3::after {
  	margin-left: 10px;
  	transform: rotate(-60deg);
}



/* Product
--------------------------------------------------*/

.product_box.flex{
	align-items: flex-start;
}

.product_photo{
	width: 35%;
}

.product_photo .slide{
	border: solid 1px #ddd;
}

.product_detail{
	width: 62%;
}

.product_detail th{
	width: 25%;
	text-align: center;
	border: solid 1px #ddd;
	vertical-align: middle;
}

.product_detail td{
	width: 75%;
	border: solid 1px #ddd;
}


.attention li{
	font-weight: bold;
	padding: 15px 20px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
}



/* FAQ
--------------------------------------------------*/










/* COMPANY
--------------------------------------------------*/

.company_detail{
	width: 100%;
}

.company_detail th{
	width: 25%;
	text-align: center;
	border: solid 1px #ddd;
	vertical-align: middle;
}

.company_detail td{
	width: 75%;
	border: solid 1px #ddd;
}























/* Shopping Guide
--------------------------------------------------*/

#guide  .img_bnr{
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	height: 340px;
	position: relative;
}

#guide  .img_bnr_img img{
	width: 100%;
	height: 340px;
	object-fit: cover;
	position: relative;
}

.guide_back_navi{
	
}

.guide_back_navi a{
	text-decoration: underline;
}
.guide_back_navi a:hover{
	color: #005487;
}

.guide_title1{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	color: #c30d23;
	margin-bottom: 60px;
	padding: 20px;
	border: solid 1px #c30d23;
}
.guide_title2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	color: #fff;
	margin-bottom: 60px;
	padding: 20px;
	background-color: #008042;
}
.guide_title3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	color: #fff;
	margin-bottom: 60px;
	padding: 20px;
	background-color: #ae1064;
}


.guide_box{
	margin-bottom: 60px;
}

.guide_txt{
	padding-bottom: 40px;
	border-bottom: solid 1px #bbb;
}

.guide_box_txt{
	width: 50%;
}

.guide_box_img{
	width: 44%;
	height: 100%;
}

.guide_box_txt h4{
	font-size: 20px;
	font-weight: bold;
	color: #005487;
	letter-spacing: 0.04em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.guide_box_txt .bold{
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #bbb;
}

.guide_box_txt .bold span{
	color: #c30d23;
}

.guide_box_img img{
	border: solid 1px #ddd;
}

.tokuten_guide{
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #bbb;
}





/* FOOTER
--------------------------------------------------*/

footer{
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

footer{
	color: #888;
	background-color: #f7f7f7;
}

footer p{
    text-align: center;
	margin-bottom: 80px;
}

.copyright{
	font-size: 12px;
	text-align: center;
}

.copyright span{
	display: inline-block;
	padding-left: 10px;
	color: #333;
}
.copyright span a{
	text-decoration: none;
	
}


