@charset "utf-8";

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.about .chapter_bottom{
		text-align: center;
	}

	.about .chapter_bottom img{}

	.about .chapter_bottom ul{
		max-width: 350px;
		margin: 25px auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.about .chapter_bottom ul li{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.about .chapter_bottom ul li a{
		display: block;
		width: 40px;
		height: 40px;
		background: #eee;
		border: 1px solid #c4c4c4;
		color: #000;
		text-align: center;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		box-sizing: border-box;
	}

	.about .chapter_bottom ul li.on a{
		background: #E67579;
		border: 1px solid #E67579;
		color: #fff;
	}

	.about .chapter_bottom ul li a span{
		position: relative;
		top: 0.6em;
	}

	.feature div.flex_contents .flex_box.pt01 .flex_img{
		max-width: 740px;
		width: 100%;
		margin: 0 auto;
	}

	.feature div.flex_contents .flex_box.pt02 .flex_img{
		max-width: 740px;
		width: 100%;
		margin: 0 auto;
	}
}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.about h2 img{
		max-width: 800px;
		text-align: center;
	}

	.feature div.flex_contents .flex_box.pt02 .flex_img img{
		max-width: 580px;
	}

	.feature div.flex_contents .flex_box.pt01 .flex_img img{
		max-width: 1200px;
	}

	.about .chapter_bottom{
		text-align: center;
	}

	.about .chapter_bottom img{
		max-width: 540px;
	}

	.about .chapter_bottom ul{
		max-width: 500px;
		margin: 25px auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.about .chapter_bottom ul li{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.about .chapter_bottom ul li a{
		display: block;
		width: 50px;
		height: 50px;
		background: #eee;
		border: 1px solid #c4c4c4;
		color: #000;
		text-align: center;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		box-sizing: border-box;
	}

	.about .chapter_bottom ul li.on a{
		background: #E67579;
		border: 1px solid #E67579;
		color: #fff;
	}

	.about .chapter_bottom ul li a span{
		position: relative;
		top: 0.8em;
	}

}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	/* heart */

	.heart .chapter01 .left{
		width: 100%;
		text-align: center;
	}

	.heart .chapter01 .center{
	}

	.heart .chapter01 .center p{
		line-height: 180%;
	}

	.heart .chapter01 .right{
		display: none;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	/* heart */

	.heart .chapter01{
		width: 100%;
		display: table;
	}

	.heart .chapter01 .left{
		width: 22%;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}

	.heart .chapter01 .left img, .heart .chapter01 .right img{
		max-width: 350px;
	}

	.heart .chapter01 .center{
		width: 54%;
		text-align: center;
		vertical-align: middle;
		padding: 0 1%;
		display: table-cell;
	}

	.heart .chapter01 .center p{
		line-height: 180%;
	}

	.heart .chapter01 .right{
		width: 22%;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}

}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	/* destiny */

	.destiny .chapter01 .destiny_contents{
		width: 98%;
		border: 2px solid #000;
		background: #fff;
		padding: 10px 10px 15px 10px;
		margin: 0 auto 15px auto;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		box-sizing: border-box;
	}

	.destiny .chapter01 .destiny_contents_top{
		display: none;
	}

	.destiny .chapter01 .destiny_contents_body{
		width: 90%;
		margin: 10px auto 15px auto;
	}

	.destiny .chapter01 .destiny_contents_body .left{
	}

	.destiny .chapter01 .destiny_contents_body .left h3{
		font-size: 150%;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px dashed #333;
		line-height: 160%;
		font-family: TsukuARdGothicStd-B;
	}

	.destiny .chapter01 .destiny_contents_body .right{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

	.destiny .chapter01 .destiny_contents_body .right img{
		border: 4px solid #F9B9B9;
		box-sizing: border-box;
	}

	.destiny .chapter01 .destiny_contents_body_bottom{
		width: 86%;
		margin: 15px auto 0 auto;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}

	.destiny .chapter01 .destiny_bk02, .destiny .chapter01 .destiny_bk03{
		display: none;
	}

	.destiny .chapter01 .destiny_check{
		width: 12%;
	}

	.destiny .chapter01 .destiny_text{
		width: 84%;
	}

	.destiny .chapter02 ul{
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.destiny .chapter02 ul li{
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	.destiny .chapter02 ul li img{
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	/* destiny */

	.destiny .chapter01 .destiny_contents{
		width: 100%;
		border: 2px solid #000;
		background: #fff;
		padding: 20px 15px 40px 15px;
		margin: 0 0 50px 0;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		box-sizing: border-box;
	}

	.destiny .chapter01 .destiny_top{
		max-width: 1148px;
		width: 92%;
		margin: 0 auto;
	}

	.destiny .chapter01 .destiny_contents_body{
		width: 86%;
		margin: 15px auto 25px auto;
	}

	.destiny .chapter01 .destiny_contents_body .left{
		width: 52%;
		float: left;
	}

	.destiny .chapter01 .destiny_contents_body .left h3{
		font-size: 180%;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px dashed #333;
		line-height: 160%;
		font-family: TsukuARdGothicStd-B;
	}

	.destiny .chapter01 .destiny_contents_body .right{
		width: 44%;
		text-align: center;
		float: right;
	}

	.destiny .chapter01 .destiny_contents_body .right img{
		max-width: 360px;
		border: 4px solid #F9B9B9;
		box-sizing: border-box;
	}

	.destiny .chapter01 .destiny_contents_body_bottom{
		width: 86%;
		margin: 15px auto 0 auto;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}

	.destiny .chapter01 .destiny_bk02, .destiny .chapter01 .destiny_bk03{
		max-width: 29px;
		width: 4%;
	}

	.destiny .chapter01 .destiny_check{
		max-width: 90px;
		width: 12%;
	}

	.destiny .chapter01 .destiny_text{
		width: 70%;
	}

	.destiny .chapter01 .destiny_text p{
		margin-top: 0;
	}

	.destiny .chapter02 ul{
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.destiny .chapter02 ul li{
		width: 19%;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	.destiny .chapter02 ul li img{
		max-width: 226px;
	}

}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	/* specialist */

	.specialist .chapter01 .specialist_contents{
		width: 96%;
		border: 5px solid #F9B9B9;
		border-image: url("../img/top/bk.jpg") 5 5 round;
		padding: 10px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
	}

	.specialist .specialist_contents_top{
		width: 30px;
		position: absolute;
		top: -15px;
		left: -15px;
	}

	.specialist .specialist_contents_bottom{
		width: 30px;
		position: absolute;
		bottom: -15px;
		right: -15px;
	}

	.specialist .specialist_ir01{
		max-width: 140px;
		width: 24%;
		position: absolute;
		top: -20px;
		right: -20px;
	}

	.specialist .specialist_ir02{
		display: none;
	}

	.specialist .specialist_ir03{
		display: none;
	}

	.specialist .specialist_ir04{
		display: none;
	}

	.specialist .specialist_ir05{
		display: none;
	}

	.specialist .specialist_ir06{
		display: none;
	}

	.specialist .specialist_ir07{
		display: none;
	}

	.specialist .specialist_ir08{
		display: none;
	}

	.specialist .specialist_ir09{
		display: none;
	}

	.specialist .specialist_ir10{
		display: none;
	}

	.specialist .chapter01 .specialist_contents_body{
		width: 96%;
		margin: 15px auto;
	}

	.specialist .chapter01 .specialist_contents_body .left{
	}

	.specialist .chapter01 .specialist_contents_body .left p{
		text-align: center;
	}

	.specialist .chapter01 .specialist_contents_body .left p span.step{
		display: inline-block;
		padding: 0 10px;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		vertical-align: middle;
		font-weight: bold;
		font-size: 80%;
		font-family: TsukuARdGothicStd-B;
	}

	.specialist .chapter01 .specialist_contents_body .left h3{
		font-family: TsukuARdGothicStd-B;
		font-size: 180%;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px dashed #333;
		line-height: 160%;
		font-weight: bold;
		margin: 15px 0 0 0;
	}

	.specialist .chapter01 .specialist_contents_body .right{
		width: 80%;
		margin: 10px auto;
		text-align: center;
	}

	.specialist .chapter01 .specialist_contents_body .right img{
		border: 4px solid #F9B9B9;
		box-sizing: border-box;
	}

	.specialist .specialist_arrow01{
		text-align: center;
		position: relative;
		top: 10px;
		z-index: 100;
	}

	.specialist .specialist_arrow01 img{
		width: 31px;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	/* specialist */

	.specialist .chapter01 .specialist_contents{
		max-width: 980px;
		width: 90%;
		border: 20px solid #F9B9B9;
		border-image: url("../img/top/bk.jpg") 20 20 round;
		padding: 20px 15px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
	}

	.specialist .specialist_contents_top{
		width: 50px;
		position: absolute;
		top: -25px;
		left: -25px;
	}

	.specialist .specialist_contents_bottom{
		width: 50px;
		position: absolute;
		bottom: -30px;
		right: -25px;
	}

	.specialist .specialist_ir01{
		max-width: 289px;
		width: 24%;
		position: absolute;
		top: -80px;
		right: -140px;
	}

	.specialist .specialist_ir02{
		max-width: 204px;
		width: 24%;
		position: absolute;
		top: 15px;
		left: -150px;
	}

	.specialist .specialist_ir03{
		max-width: 115px;
		width: 10%;
		position: absolute;
		top: 80px;
		right: -150px;
	}

	.specialist .specialist_ir04{
		max-width: 79px;
		width: 7%;
		position: absolute;
		top: -30px;
		left: 100px;
	}

	.specialist .specialist_ir05{
		max-width: 47px;
		width: 4%;
		position: absolute;
		top: 80px;
		right: -100px;
	}

	.specialist .specialist_ir06{
		max-width: 168px;
		width: 15%;
		position: absolute;
		top: 150px;
		left: -170px;
	}

	.specialist .specialist_ir07{
		max-width: 165px;
		width: 24%;
		position: absolute;
		top: 80px;
		left: -80px;
	}

	.specialist .specialist_ir08{
		max-width: 123px;
		width: 12%;
		position: absolute;
		top: -50px;
		right: -180px;
	}

	.specialist .specialist_ir09{
		max-width: 88px;
		width: 8%;
		position: absolute;
		top: 80px;
		left: -120px;
	}

	.specialist .specialist_ir10{
		max-width: 54px;
		width: 5%;
		position: absolute;
		bottom: 50px;
		right: -90px;
	}

	.specialist .chapter01 .specialist_contents_body{
		width: 96%;
		margin: 15px auto;
	}

	.specialist .chapter01 .specialist_contents_body .left{
		width: 56%;
		float: left;
	}

	.specialist .chapter01 .specialist_contents_body .left p{
		text-align: center;
	}

	.specialist .chapter01 .specialist_contents_body .left p span.step{
		display: inline-block;
		padding: 0 10px;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		vertical-align: middle;
		font-weight: bold;
		font-size: 80%;
		font-family: TsukuARdGothicStd-B;
	}

	.specialist .chapter01 .specialist_contents_body .left h3{
		font-family: TsukuARdGothicStd-B;
		font-size: 240%;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px dashed #333;
		line-height: 160%;
		font-weight: bold;
		margin: 15px 0 0 0;
	}

	.specialist .chapter01 .specialist_contents_body .right{
		width: 42%;
		text-align: center;
		float: right;
	}

	.specialist .chapter01 .specialist_contents_body .right img{
		max-width: 340px;
		border: 4px solid #F9B9B9;
		box-sizing: border-box;
	}

	.specialist .specialist_arrow01{
		text-align: center;
		position: relative;
		top: 20px;
		z-index: 100;
	}

	.specialist .specialist_arrow01 img{
		width: 31px;
	}

}



/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	/* privilege */

	.privilege .privilege_mainmenu{
		width: 98%;
	}

	.privilege .privilege_mainmenu .btn_black{
		width: 100%;
		margin-bottom: 5px;
	}

	.privilege .privilege_mainmenu .btn_black a{
		padding: 10px 5px;
		border: 1px solid #000;
		background: #fff;
		color: #000;
		box-shadow: 2px 2px 0px #000, 2px 2px 0px rgba(0,0,0,0.8);
		box-sizing: border-box;
		font-size: 90%;
	}

	.privilege .privilege_title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.privilege .privilege_title .privilege_ir01{
		display: none;
	}

	.privilege .privilege_title .privilege_ir02{
		display: none;
	}

	.privilege .privilege_title h3{
		padding-top: 15px;
	}

	.privilege .privilege_title h3 img{}

	.privilege .privilege_contents{
		position: relative;
		width: 98%;
		margin: 0 auto;
		background: #fff;
	}

	.privilege .privilege_contents_wrap{
		padding: 10px 15px;
		position: relative;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
	}

	.privilege .privilege_contents_top{
		display: none;
	}

	.privilege .privilege_contents h4{
		text-align: center;
	}

	.privilege .privilege_contents h4 img{}

	h4.title{
		position: relative;
		text-align: center;
		width: 98%;
		margin: 25px auto;
	}

	h4.title::before{
		border-top: 2px solid #000;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}

	h4.title span{
		display: inline-block;
		padding: 3px 10px;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		background: #fff;
		position: relative;
		z-index: 10;
	}

	.chapter01 h4.title span{
		background: #FAEAEB;
	}

	.privilege .privilege_contents_body{
		width: 98%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.privilege .privilege_contents_body .privilege_menu{
		width: 33%;
	}

	.privilege .chapter02 .privilege_contents{
		background: #FBEDED;
	}

	.privilege .chapter02 .privilege_contents_wrap{
		position: relative;
		text-align: center;
		background: #FBEDED;
		box-sizing: border-box;
	}

	.privilege .chapter02 .privilege_contents_body .privilege_menu{
		width: 32%;
	}

	.privilege .privilege_contents_list{
		width: 98%;
		margin: 0 auto;
	}

	.privilege .privilege_contents_list_menu{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0px 3px 0px #ccc, 0px 6px 0px rgba(0,0,0,0.2);
		box-sizing: border-box;
		margin-bottom: 15px;
	}

	.privilege .chapter02 .privilege_contents_list_menu{
		background: #FBEDED;
	}


	.privilege .privilege_contents_list_menu img{}

	.privilege .privilege_contents_list_menu p{
		font-size: 90%;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	/* privilege */

	.privilege .privilege_mainmenu{
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.privilege .privilege_mainmenu .btn_black{
		width: 32%;
		margin: 30px auto;
	}

	.privilege .privilege_mainmenu .btn_black a{
		padding: 10px 5px;
		border: 1px solid #000;
		background: #fff;
		color: #000;
		box-shadow: 2px 2px 0px #000, 2px 2px 0px rgba(0,0,0,0.8);
		box-sizing: border-box;
		font-size: 90%;
	}

	.privilege .privilege_title{
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.privilege .privilege_title .privilege_ir01{
		max-width: 78px;
		width: 10%;
		position: absolute;
		top: 0;
		left: 100px;
	}

	.privilege .privilege_title .privilege_ir02{
		max-width: 74px;
		width: 10%;
		position: absolute;
		top: -20px;
		right: 100px;
	}

	.privilege .privilege_title h3{
		padding-top: 15px;
	}

	.privilege .privilege_title h3 img{
		max-width: 780px;
	}

	.privilege .privilege_contents{
		position: relative;
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		background: #fff;
	}

	.privilege .privilege_contents_wrap{
		padding: 20px 15px;
		position: relative;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
	}

	.privilege .privilege_contents_top{
		max-width: 222px;
		width: 30%;
		position: absolute;
		top: -100px;
		right: -100px;
	}

	.privilege .chapter03 .privilege_contents_top{
		top: -220px;
		right: -100px;
	}

	.privilege .privilege_contents h4{
		text-align: center;
	}

	.privilege .privilege_contents h4 img{
		max-width: 425px;
	}

	h4.title{
		position: relative;
		text-align: center;
		width: 90%;
		margin: 25px auto;
	}

	h4.title::before{
		border-top: 2px solid #000;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}

	h4.title span{
		display: inline-block;
		padding: 3px 10px;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		background: #fff;
		position: relative;
		z-index: 10;
	}

	.chapter01 h4.title span{
		background: #FAEAEB;
	}

	.privilege .privilege_contents_body{
		width: 98%;
		margin: 15px auto;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.privilege .privilege_contents_body .privilege_menu{
		width: 33%;
	}

	.privilege .chapter02 .privilege_contents{
		background: #FBEDED;
	}

	.privilege .chapter02 .privilege_contents_wrap{
		padding: 20px 50px;
		position: relative;
		text-align: center;
		background: #FBEDED;
		box-sizing: border-box;
	}

	.privilege .chapter02 .privilege_contents_body .privilege_menu{
		width: 32%;
	}

	.privilege .privilege_contents_list{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.privilege .privilege_contents_list_menu{
		width: 48%;
		padding: 10px 20px;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0px 3px 0px #ccc, 0px 6px 0px rgba(0,0,0,0.2);
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.privilege .chapter02 .privilege_contents_list_menu{
		background: #FBEDED;
	}

	.privilege .privilege_contents_list_menu img{
		max-width: 535px;
	}

	.privilege .privilege_contents_list_menu p{
		font-size: 90%;
	}

}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	/* zoomin */

	.zoomin .main_body.chapter01{
		padding-top: 0;
	}

	.zoomin .main_body.chapter07{
		padding-bottom: 0;
	}

	.zoomin .chapter01, .zoomin .chapter02, .zoomin .chapter03, .zoomin .chapter04, .zoomin .chapter05, .zoomin .chapter06, .zoomin .chapter07{
		position: relative;
	}

	.zoomin .zoomin_wrap{
		width: 96%;
		margin: 15px auto;
		box-sizing: border-box;
	}

	.zoomin .zoomin_wrap .left{
	}

	.zoomin .zoomin_wrap .right{
	}

	.zoomin .zoomin_img{
		width: 100%;
		text-align: center;
	}

	.zoomin .zoomin_img img{
		position: relative;
		top: 60px;
	}

	.zoomin .zoomin_text{
		width: 100%;
		position: relative;
	}

	.zoomin .zoomin_text_wrap{
		position: relative;
		z-index: 100;
		max-width: 360px;
		width: 70%;
		height: 100%;
		margin: 0 auto;
		padding-top: 15px;
	}

	.zoomin .zoomin_text_wrap h3{
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px dotted #333;
	}

	.zoomin .zoomin_text_wrap h3 img{}

	.zoomin .zoomin_text_bk{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
	}

	.zoomin .zoomin_text_bk img{}

	.zoomin .zoomin_arrow{
		width: 60px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
		top: 50px;
	}

	.zoomin .zoomin_line{
		width: 100%;
		height: 15px;
		background: url(../img/about/zoomin_line01.png) center top repeat-x;
	}

	.zoomin_p02{
		max-width: 319px;
		width: 80%;
		margin: 0 auto;
	}

	.zoomin .zoomin_ir01{
		display: none;
	}

	.zoomin .zoomin_ir02{
		max-width: 85px;
		position: absolute;
		top: 5px;
		right: 15px;
		z-index: 50;
	}

	.zoomin .zoomin_ir03{
		display: none;
	}

	.zoomin .zoomin_p09{
		display: none;
	}

	.zoomin .zoomin_ir04{
		display: none;
	}

	.zoomin .zoomin_ir05{
		display: none;
	}

	.zoomin .zoomin_ir06{
		display: none;
	}

	.zoomin .zoomin_p10{
		display: none;
	}

	.zoomin .zoomin_ir07{
		display: none;
	}

	.zoomin .zoomin_ir08{
		max-width: 88px;
		position: absolute;
		top: 10px;
		right: -80px;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	/* zoomin */

	.zoomin .main_body.chapter01{
		padding-top: 0;
	}

	.zoomin .main_body.chapter07{
		padding-bottom: 0;
	}

	.zoomin .chapter01, .zoomin .chapter02, .zoomin .chapter03, .zoomin .chapter04, .zoomin .chapter05, .zoomin .chapter06, .zoomin .chapter07{
		position: relative;
	}

	.zoomin .zoomin_wrap{
		max-width: 1080px;
		width: 96%;
		margin: 25px auto;
		box-sizing: border-box;
	}

	.zoomin .zoomin_wrap .left{
		float: left;
	}

	.zoomin .zoomin_wrap .right{
		float: right;
	}

	.zoomin .zoomin_img{
		width: 52%;
		text-align: center;
		margin-top: 10px;
	}

	.zoomin .zoomin_img img{
		max-width: 518px;
	}

	.zoomin .zoomin_text{
		width: 46%;
		position: relative;
	}

	.zoomin .zoomin_text_wrap{
		position: relative;
		z-index: 100;
		width: 70%;
		margin: 0 auto;
		padding-top: 25px;
	}

	.zoomin .zoomin_text_wrap h3{
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px dotted #333;
	}

	.zoomin .zoomin_text_wrap h3 img{
		max-width: 360px;
	}

	.zoomin .zoomin_text_bk{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
	}

	.zoomin .zoomin_text_bk img{
		max-width: 415px;
	}

	.zoomin .zoomin_arrow{
		width: 60px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
		top: 50px;
	}

	.zoomin .zoomin_line{
		width: 100%;
		height: 15px;
		background: url(../img/about/zoomin_line01.png) center top repeat-x;
	}

	.zoomin_p02{
		max-width: 319px;
		width: 28%;
		position: absolute;
		top: 0;
		left: -100px;
	}

	.zoomin .zoomin_ir01{
		max-width: 29px;
		width: 3%;
		position: absolute;
		top: -10px;
		right: 40px;
	}

	.zoomin .zoomin_ir02{
		max-width: 170px;
		width: 17%;
		position: absolute;
		top: 5px;
		right: 15px;
		z-index: 50;
	}

	.zoomin .zoomin_ir03{
		max-width: 44px;
		width: 4%;
		position: absolute;
		bottom: 20px;
		left: -20px;
	}

	.zoomin .zoomin_p09{
		max-width: 182px;
		width: 18%;
		position: absolute;
		top: -150px;
		right: -100px;
	}

	.zoomin .zoomin_ir04{
		max-width: 53px;
		width: 5%;
		position: absolute;
		bottom: 50px;
		right: 0px;
	}

	.zoomin .zoomin_ir05{
		max-width: 71px;
		width: 7%;
		position: absolute;
		bottom: 30px;
		left: -50px;
	}

	.zoomin .zoomin_ir06{
		max-width: 73px;
		width: 7%;
		position: absolute;
		top: 50px;
		right: -20px;
	}

	.zoomin .zoomin_p10{
		max-width: 206px;
		width: 20%;
		position: absolute;
		top: -100px;
		left: -100px;
	}

	.zoomin .zoomin_ir07{
		max-width: 80px;
		width: 8%;
		position: absolute;
		bottom: 20px;
		left: -30px;
	}

	.zoomin .zoomin_ir08{
		max-width: 176px;
		width: 17%;
		position: absolute;
		top: 10px;
		right: -80px;
	}

}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	/* local */

	.local .main_body.chapter01{
		padding-top: 0;
	}

	.local .chapter01, .local .chapter02, .local .chapter03{
		position: relative;
	}

	.local .local_wrap{
		max-width: 1080px;
		width: 100%;
		margin: 25px auto 0 auto;
		padding: 15px 0;
		background: #FFEBEC;
		position: relative;
	}

	.local .kado{
		width: 40px;
		height: 30px;
		position: absolute;
		background: #FFEBEC;
		z-index: 10;
	}

	.local .kado.ir01{
		top: 0;
		left: 0;
	}

	.local .kado.ir02{
		top: 0;
		right: 0;
	}

	.local .kado.ir03{
		bottom: 0;
		right: 0;
	}

	.local .kado.ir04{
		bottom: 0;
		left: 0;
	}

	.local .local_body{
		width: 96%;
		margin: 0 auto;
		padding: 15px 20px;
		border: 1px solid #000;
		box-sizing: border-box;
	}

	.local .local_body .left{
		float: left;
	}

	.local .local_body .right{
		float: right;
	}

	.local .local_img{
		width: 42%;
		text-align: center;
		margin: 10px 0 15px 15px;
	}

	.local .local_img img{}

	.local .local_text{
		position: relative;
	}

	.local .local_text p{
		font-size: 90%;
		line-height: 180%;
		margin-top: 30px;
	}

	.local .local_wrap h3{
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px dotted #333;
	}

	.local .local_wrap h3 img{}


	.local .local_p02{
		display: none;
	}

	.local .local_ir01{
		max-width: 305px;
		width: 30%;
		position: absolute;
		top: -10px;
		left: -50px;
		z-index: 100;
	}

	.local .local_ir02{
		max-width: 265px;
		width: 25%;
		position: absolute;
		top: 80px;
		right: -40px;
		z-index: 50;
	}

	.local .local_ir03{
		display: none;
	}

	.local .local_ir04{
		max-width: 241px;
		width: 24%;
		position: absolute;
		top: 15px;
		right: -20px;
		z-index: 100;
	}

	.local .local_ir05{
		max-width: 498px;
		width: 60%;
		margin: 10px auto;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	/* local */

	.local .main_body.chapter01{
		padding-top: 0;
	}

	.local .chapter01, .local .chapter02, .local .chapter03{
		position: relative;
	}

	.local .local_wrap{
		max-width: 1080px;
		width: 100%;
		margin: 25px auto;
		padding: 15px 0;
		background: #FFEBEC;
		position: relative;
	}

	.local .kado{
		width: 40px;
		height: 30px;
		position: absolute;
		background: #FFEBEC;
		z-index: 10;
	}

	.local .kado.ir01{
		top: 0;
		left: 0;
	}

	.local .kado.ir02{
		top: 0;
		right: 0;
	}

	.local .kado.ir03{
		bottom: 0;
		right: 0;
	}

	.local .kado.ir04{
		bottom: 0;
		left: 0;
	}

	.local .local_body{
		width: 96%;
		margin: 0 auto;
		padding: 15px 50px;
		border: 1px solid #000;
		box-sizing: border-box;
	}

	.local .local_body .left{
		float: left;
	}

	.local .local_body .right{
		float: right;
	}

	.local .local_img{
		width: 42%;
		text-align: center;
		margin: 10px 0 15px 15px;
	}

	.local .local_img img{}

	.local .local_text{
		position: relative;
	}

	.local .local_text p{
		font-size: 90%;
		line-height: 180%;
		margin-top: 30px;
	}

	.local .local_wrap h3{
		text-align: center;
		padding-bottom: 15px;
		border-bottom: 1px dotted #333;
	}

	.local .local_wrap h3 img{}


	.local .local_p02{
		max-width: 335px;
		width: 28%;
		position: absolute;
		top: -100px;
		right: -120px;
	}

	.local .local_ir01{
		max-width: 305px;
		width: 30%;
		position: absolute;
		top: -10px;
		left: -50px;
		z-index: 100;
	}

	.local .local_ir02{
		max-width: 265px;
		width: 25%;
		position: absolute;
		top: 80px;
		right: -80px;
		z-index: 50;
	}

	.local .local_ir03{
		max-width: 271px;
		width: 27%;
		position: absolute;
		top: 110px;
		left: -40px;
		z-index: 100;
	}

	.local .local_ir04{
		max-width: 241px;
		width: 24%;
		position: absolute;
		top: 120px;
		right: -20px;
		z-index: 100;
	}

	.local .local_ir05{
		max-width: 360px;
		width: 36%;
		position: absolute;
		bottom: -120px;
		right: -120px;
		z-index: 100;
	}

}

span.marker{
	background: linear-gradient(transparent 40%, #ffff66 40%);
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	/* realvoice */

	.realvoice .chapter01, .realvoice .chapter02, .realvoice .chapter03{
		position: relative;
	}

	.realvoice .realvoice_contents{
		position: relative;
		width: 98%;
		margin: 0 auto 25px auto;
		background: #fff;
	}

	.realvoice .realvoice_contents_wrap{
		padding: 10px;
		position: relative;
		background: #fff;
		box-sizing: border-box;
	}

	.realvoice .realvoice_contents_body{
		width: 98%;
		margin: 0 auto;
		padding: 10px 15px;
		border: 1px solid #000;
		box-sizing: border-box;
	}

	.realvoice .kado{
		width: 30px;
		height: 30px;
		position: absolute;
		background: url(../img/about/realvoice_ico01.png) center center no-repeat;
		z-index: 10;
	}

	.realvoice .kado.ir01{
		top: 0;
		left: 0;
	}

	.realvoice .kado.ir02{
		top: 0;
		right: 0;
	}

	.realvoice .kado.ir03{
		bottom: 0;
		right: 0;
	}

	.realvoice .kado.ir04{
		bottom: 0;
		left: 0;
	}

	.realvoice h3{
		text-align: center;
	}

	.realvoice h3 img{}

	.realvoice .realvoice_contents_body h4{
		text-align: center;
	}

	.realvoice .realvoice_contents_body h4 img{}

	.realvoice .chapter03 h4{
		text-align: center;
	}

	.realvoice .chapter03 h4 img{}

	.realvoice_line{
		width: 100%;
		height: 20px;
		background: url(../img/about/realvoice_line.png) center bottom no-repeat;
	}

	.realvoice .realvoice_contents_body ul{
		margin: 15px 0;
		padding: 0;
	}

	.realvoice .realvoice_contents_body ul li{
		margin: 10px 0 0 1em;
		padding: 0;
	}


	.realvoice .realvoice_p01{
		display: none;
	}

	.realvoice .realvoice_p02{
		display: none;
	}

	.realvoice .realvoice_ir14{
		max-width: 120px;
		width: 12%;
		position: absolute;
		top: 30px;
		right: 10px;
	}

	.realvoice .realvoice_ir01{
		max-width: 200px;
		width: 20%;
		position: absolute;
		top: 10px;
		right: 0px;
		z-index: 50;
	}

	.realvoice .realvoice_ir02{
		display: none;
	}

	.realvoice .realvoice_p03{
		display: none;
	}

	.realvoice .realvoice_p04{
		display: none;
	}

	.realvoice .realvoice_ir03{
		max-width: 320px;
		width: 28%;
		position: absolute;
		top: -50px;
		left: -20;
		z-index: 100;
	}

	.realvoice .realvoice_ir04{
		max-width: 290px;
		width: 26%;
		position: absolute;
		bottom: -20px;
		right: -20px;
		z-index: 100;
	}

	.realvoice .realvoice_ir05{
		display: none;
	}

	.realvoice .realvoice_ir06{
		max-width: 270px;
		width: 24%;
		position: absolute;
		top: -20px;
		left: -0px;
		z-index: 100;
	}

	.realvoice .realvoice_ir07{
		max-width: 280px;
		width: 24%;
		position: absolute;
		top: 80px;
		right: -30px;
		z-index: 100;
	}

	.realvoice .realvoice_ir08{
		display: none;
	}

	.realvoice .realvoice_ir09{
		display: none;
	}

	.realvoice .realvoice_ir10{
		display: none;
	}

	.realvoice .realvoice_ir11{
		max-width: 360px;
		width: 32%;
		position: absolute;
		top: -40px;
		right: -30px;
		z-index: 100;
	}

	.realvoice .realvoice_p05{
		max-width: 493px;
		width: 36%;
		position: absolute;
		top: 20px;
		left: -30px;
		z-index: 100;
	}

	.realvoice .realvoice_p06{
		max-width: 436px;
		width: 32%;
		position: absolute;
		top: 20px;
		right: -30px;
		z-index: 100;
	}

	.realvoice .realvoice_bottom_lead{
		width: 100%;
		position: relative;
	}

	.realvoice .realvoice_ir12{
		display: none;
	}

	.realvoice .realvoice_ir13{
		display: none;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	/* realvoice */

	.realvoice .chapter01, .realvoice .chapter02, .realvoice .chapter03{
		position: relative;
	}

	.realvoice .realvoice_contents{
		position: relative;
		max-width: 1200px;
		width: 96%;
		margin: 0 auto 50px auto;
		background: #fff;
	}

	.realvoice .realvoice_contents_wrap{
		padding: 20px 15px;
		position: relative;
		background: #fff;
		box-sizing: border-box;
	}

	.realvoice .realvoice_contents_body{
		width: 96%;
		margin: 0 auto;
		padding: 15px 50px;
		border: 1px solid #000;
		box-sizing: border-box;
	}

	.realvoice .kado{
		width: 70px;
		height: 50px;
		position: absolute;
		background: url(../img/about/realvoice_ico01.png) center center no-repeat;
		z-index: 10;
	}

	.realvoice .kado.ir01{
		top: 0;
		left: 0;
	}

	.realvoice .kado.ir02{
		top: 0;
		right: 0;
	}

	.realvoice .kado.ir03{
		bottom: 0;
		right: 0;
	}

	.realvoice .kado.ir04{
		bottom: 0;
		left: 0;
	}

	.realvoice h3{
		text-align: center;
	}

	.realvoice h3 img{
		max-width: 980px;
	}

	.realvoice .realvoice_contents_body h4{
		text-align: center;
	}

	.realvoice .realvoice_contents_body h4 img{
		max-width: 640px;
	}

	.realvoice .chapter03 h4{
		text-align: center;
	}

	.realvoice .chapter03 h4 img{
		max-width: 1050px;
	}

	.realvoice_line{
		width: 100%;
		height: 20px;
		background: url(../img/about/realvoice_line.png) center bottom no-repeat;
	}

	.realvoice .realvoice_contents_body ul{
		margin: 15px 0;
		padding: 0;
	}

	.realvoice .realvoice_contents_body ul li{
		margin: 10px 0 0 1em;
		padding: 0;
	}


	.realvoice .realvoice_p01{
		max-width: 240px;
		width: 20%;
		position: absolute;
		top: -160px;
		left: 0;
		z-index: 100;
	}

	.realvoice .realvoice_p02{
		max-width: 480px;
		width: 36%;
		position: absolute;
		top: 20px;
		right: -240px;
		z-index: 100;
	}

	.realvoice .realvoice_ir14{
		max-width: 120px;
		width: 12%;
		position: absolute;
		top: 30px;
		right: 160px;
		z-index: 100;
	}

	.realvoice .realvoice_ir01{
		max-width: 200px;
		width: 20%;
		position: absolute;
		bottom: 80px;
		right: -160px;
		z-index: 50;
	}

	.realvoice .realvoice_ir02{
		max-width: 160px;
		width: 16%;
		position: absolute;
		bottom: -80px;
		left: -180px;
		z-index: 100;
	}

	.realvoice .realvoice_p03{
		max-width: 445px;
		width: 32%;
		position: absolute;
		top: -30px;
		right: -160px;
		z-index: 100;
	}

	.realvoice .realvoice_p04{
		max-width: 522px;
		width: 36%;
		position: absolute;
		bottom: -50px;
		right: -160px;
		z-index: 100;
	}

	.realvoice .realvoice_ir03{
		max-width: 320px;
		width: 28%;
		position: absolute;
		top: 50px;
		left: -180px;
		z-index: 100;
	}

	.realvoice .realvoice_ir04{
		max-width: 290px;
		width: 26%;
		position: absolute;
		bottom: 120px;
		right: -200px;
		z-index: 100;
	}

	.realvoice .realvoice_ir05{
		max-width: 240px;
		width: 22%;
		position: absolute;
		top: -80px;
		right: -220px;
		z-index: 100;
	}

	.realvoice .realvoice_ir06{
		max-width: 270px;
		width: 24%;
		position: absolute;
		top: -80px;
		left: -100px;
		z-index: 100;
	}

	.realvoice .realvoice_ir07{
		max-width: 280px;
		width: 24%;
		position: absolute;
		top: -80px;
		right: -150px;
		z-index: 100;
	}

	.realvoice .realvoice_ir08{
		max-width: 200px;
		width: 18%;
		position: absolute;
		bottom: -150px;
		left: -220px;
		z-index: 100;
	}

	.realvoice .realvoice_ir09{
		max-width: 370px;
		width: 30%;
		position: absolute;
		top: 50px;
		right: -150px;
		z-index: 100;
	}

	.realvoice .realvoice_ir10{
		max-width: 200px;
		width: 18%;
		position: absolute;
		bottom: -80px;
		left: -120px;
		z-index: 100;
	}

	.realvoice .realvoice_ir11{
		max-width: 560px;
		width: 42%;
		position: absolute;
		top: 10px;
		right: -240px;
		z-index: 100;
	}

	.realvoice .realvoice_p05{
		max-width: 493px;
		width: 36%;
		position: absolute;
		top: 20px;
		left: -100px;
		z-index: 100;
	}

	.realvoice .realvoice_p06{
		max-width: 436px;
		width: 32%;
		position: absolute;
		top: 20px;
		right: -100px;
		z-index: 100;
	}

	.realvoice .realvoice_bottom_lead{
		width: 100%;
		position: relative;
	}

	.realvoice .realvoice_ir12{
		max-width: 270px;
		width: 20%;
		position: absolute;
		top: 0px;
		left: -100px;
		z-index: 100;
	}

	.realvoice .realvoice_ir13{
		max-width: 290px;
		width: 22%;
		position: absolute;
		top: 0px;
		right: -120px;
		z-index: 100;
	}

}
