@charset "UTF-8";

/*
Theme Name:common
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* = all
-------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
@media (hover){
	a, a img, input[type="submit"], input[type="reset"], svg * {
		transition-property: color, background-color, background, border-color, fill, opacity;
		transition-duration: .3s;
	}
}
a img:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	opacity: 0.7;
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}

/* =Styles 
-------------------------------------------------------------- */
.fl {float: left;}
.fr {float: right;}
.bold {font-weight: 700;}
.webf {
	font-family: 'Noto Sans JP', sans-serif;
}
@media ( min-width: 480px ){
	body {
		font-size: 14px;
	}
	.sp {
		display: none;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}	
}
@media ( min-width: 897px ){
	.sptab {
		display: none;
	}
	.inner {
		max-width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 50px;
	}
}
@media ( max-width: 896px ){
	.pc {
		display: none;
	}
}
@media ( max-width: 479px ){
	body {
		font-size: 3.46vw;
	}
	.pctab {
		display: none;
	}
	.inner {
		padding: 0 6vw;
	}	
}

/* = common 
-------------------------------------------------------------- */
body.open {
	overflow: hidden;
}
.header {
	position: relative;
}
.header .h_top {
	padding: 21px 30px 50px;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.header .h_top .logo {
	float: left;
}
.header .h_top .logo a {
	display: block;
}
.header .h_top .h_tit {
	display: inline-block;
}
.header .h_top .h_tit a {
	display: inline-block;
	white-space: nowrap;
	font-weight: 700;
	color: #F98200;
	font-size: 24px;
	letter-spacing: 0.21em;
	padding: 12px 0 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-decoration: none;
}
.header .h_top .h_tit span {
	display: block;
	font-size: 15px;
	padding: 0 0 10px;
	letter-spacing: 0.16em;
}
.header .h_top .return {
	position: absolute;
	right: 30px;
}
.header .h_top .return a {
	display: inline-block;
	padding: 10px;
	background: #F98200;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 80px;
	text-decoration: none;
}
@media (hover: hover) {
	.header .h_top .return a:hover {
		opacity: 0.7;
	}
}
.header .gnav ul {
	padding: 0 26px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 30px;
}
.header .gnav ul li {
	display: inline-block;
	display: table-cell;
}
.header .gnav ul li:last-child {
	margin: 0;
}
.header .gnav ul li a {
	display: block;
	width: 220px;
	height: 50px;
	background: rgba(0,148,232,1);
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
}
.header .gnav ul li a::after {
	content: "";
	background: rgba(222,221,219,1);
	background-size: contain;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.header .gnav ul li a span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	line-height: 1.2;
}
@media (hover: hover) {
	.header .gnav ul li a:hover {
		background: rgba(0,148,232,0.7);
	}
	.header .gnav ul li a:hover::after {
		background: rgba(222,221,219,0.7);
	}
}
.container {
	background-color: #f7f3e5;
	background-size: 1px 214px;
	padding: 0 30px;
	border-bottom: 10px solid #fff;
}
.container .inner {
	background-color: #00B5E4;
	background-size: 1px 214px;
	padding: 50px 50px 100px;
}
.footer .f_nav {
	background: #90e0e7;
	padding: 8px 0;
}
.footer .f_nav .inner {
	padding: 0;
}
.footer .f_nav ul li {
	float: left;
	margin: 0 28px 0 0;
	text-align: left;
}
.footer .f_nav ul li:last-child {
	margin: 0;
}
.footer .f_nav ul li a {
	color: #565455;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 10px;
	letter-spacing: -0.02em;
	line-height: 1.7;
}
.footer .f_nav ul li a::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #999;
}
@media (hover: hover) {
	.footer .f_nav ul li a:hover {
		text-decoration: underline;
	}
}
.footer .contact {
	color: #fff;
	line-height: 2;
	background: #127cca;
	padding: 20px 0 15px;
}
.footer .contact dl dt {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 13px;
}
.footer .contact dl dt::after {
	content: "";
	background: #fff;
	background-size: contain;
	width: 32px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer .copy {
	font-size: 12px;
	color: #127BC9;
	letter-spacing: 0.05em;
	padding: 9px 0;
}
@media ( max-width: 1050px ){
	.header .gnav ul li a {
		width: calc(100% - 10px);
		font-size: 14.5px;
	}
	.header .gnav ul li a::after {
		width: 100%;
	}
	.footer .f_nav .inner {
		padding: 0 30px;
	}		
}
@media ( min-width: 481px ) and ( max-width: 896px ){
	.header .h_top {
		padding: 15px 20px 60px;
	}
	.header .h_top .logo {
		width: 130px;
	}	
	.header .h_top .h_tit {
		padding: 25px 0 0;
	}
	.header .h_top .h_tit a {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
	.header .humburger_box {
		right: 20px;
	}
	.header .humburger {
		width: 50px;
		height: 30px;
		margin: 0 0 15px;
	}
	.sp_nav {
		width: 50%;
		padding: 70px 60px;
	}
	.sp_nav ul li a {
		padding: 25px 0;
		font-size: 20px;
	}
	.sp_nav .close_btn {
		top: 10px;
		width: 60px;
		height: 60px;
	}
}
@media(max-width: 896px){
	.header .gnav {
		display: none;
	}
	.header .humburger_box {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		cursor: pointer;
		z-index: 999;
	}
	.header .humburger_box .humburger {
		position: relative;
	}
	.header .humburger_box .txt {
		color: #F98200;
		letter-spacing: 0.18em;
	}
	.header .humburger span {
		position: absolute;
		width: 100%;
		height: 1px;
		background: #F98200;
		left: 0;
		transition: .4s;
	}
	.header .humburger span:first-child {
		top: 0;
	}
	.header .humburger.open span:first-child {
		transform: rotate(45deg) translate(0,-50%);
		top: 50%;
	}
	.header .humburger span:nth-child(2) {
		top: 50%;
		transform: translate(0,-50%);
	}
	.header .humburger.open span:nth-child(2) {
		display: none;
	}
	.header .humburger span:last-child {
		bottom: 0;
	}
	.header .humburger.open span:last-child {
		bottom: 50%;
		transform: translate(0,50%) rotate(-45deg);
	}
	.sp_nav {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		background: #F98200;
		z-index: 400;
		transform: translate(-100%,0);
		transition: .4s;
	}
	.sp_nav.open {
		transform: none;
	}
	.sp_nav ul li a {
		display: block;
		text-align: left;
		color: #fff;
		text-decoration: none;
		line-height: 1.3;
	}
	.nav_shadow {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.7);
		z-index: 150;
	}
	.container .inner {
		padding: 50px 30px 100px;
	}	
}
@media(max-width: 480px){
	.header .h_top {
		padding: 3.3vw;
	}	
	.header .h_top .logo {
		width: 28.67vw;
	}
	.header .h_top .h_tit {
		float: left;
	}	
	.header .h_top .h_tit a {
		position: relative;
		text-align: left;
		font-size: 4vw;
		padding: 2.4vw 0 0;
		margin: 0 auto;
		letter-spacing: 0.1em;
	}
	.header .h_top .h_tit span {
		font-size: 2.93vw;
		padding: 0 0 1.87vw;
	}	
	.header .humburger_box {
		right: 5vw;
	}
	.header .humburger_box .txt {
		font-size: 2.66vw;
	}
	.header .humburger_box .humburger {
		width: 9.33vw;
		height: 6.66vw;
		margin: 0 0 3.6vw;
	}
	.sp_nav {
		width: 66vw;
		padding: 14vw 6vw;
	}
	.sp_nav ul li a {
		font-size: 4vw;
		padding: 4vw 0;
	}
	.container {
		background-color: #f7f3e5;
		background-size: 0.13vw 42.67vw;
		padding: 0 6vw;
		border-bottom: 2.67vw solid #fff;
	}	
	.container .inner {
		background-color: #00B5E4;
		background-size: 0.13vw 42.67vw;
		padding: 8vw 5.33vw 26.67vw;
	}
	.footer .f_nav {
		padding: 6vw 0 3vw;
	}	
	.footer .f_nav .inner {
		padding: 0 3vw;
	}
	.footer .f_nav ul li {
		margin: 0 0 4vw 0;
		width: 49%;
		box-sizing: border-box;
	}
	.footer .f_nav ul li:nth-child(2n) {
		margin: 0 0 4vw 2%;
	}
	.footer .f_nav ul li a {
		text-decoration: underline;
		letter-spacing: 0;
		font-size: 3.2vw;
	}
	.footer .f_nav ul li a::before {
	}
	.footer .contact {
		padding: 5.33vw 0 6.67vw;
	}
	.footer .contact dl dt {
		padding: 0 0 4vw;
		margin: 0 0 5vw;
		font-size: 3.73vw;
	}
	.footer .contact dl dt::after {
		width: 8.53vw;
		height: 0.27vw;
	}	
	.footer .contact dl dd {
		font-size: 3.2vw;
	}
	.footer .copy {
		font-size: 2.67vw;
		padding: 2.93vw 0;
	}	
}
@media screen and (orientation: landscape) {
	.sp_nav.mobile {
		overflow-y: scroll;
		padding: 30px;
		width: 60%;
	}
	.sp_nav.mobile ul li a {
		padding: 10px 0;
		font-size: 16px;
	}	
}

/*----------------------------TOP----------------------------*/
.kv {
	min-height: 500px;
	background: url("img/kv.jpg") no-repeat center 0;
	background-size: cover;
	padding: 145px 0 200px;
	box-sizing: border-box;
}
.kv p {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #595757;
	line-height: 1.4;
	position: relative;
	padding: 0 7px 8px;
	margin: 0 0 15px;
	z-index: 2;
	letter-spacing: 0.16em;
}
.kv p::before {
	content: "";
	background: #ffed37;
	width: 100%;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.kv .kv_tit {
	color: #fe881e;
	font-size: 41px;
	font-weight: 900;
	letter-spacing: 0.22em;
	line-height: 1.27;
	text-shadow: 3px 3px 0px #d9d9d9;
}
.top .intro {
	max-width: 520px;
	margin: 0 auto;
	padding: 30px 0 78px;
}
.top .intro p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 2.1;
	text-align: left;
}
.top .link_btn_wrap {
	padding: 0 32px 100px 40px;
}
.top .link_btn {
	display: inline-block;
	position: relative;
	float: left;
	width: 48%;
	max-width: 392px;
	margin: 0 auto 47px;
}
.top .link_btn:nth-child(2n) {
	float: right;
}
.top .link_btn:last-child {
/* 	float: none; */
}
.top .link_btn a {
	display: block;
}
.top .link_btn span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #0A7FBF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 38px;
}
@media (hover: hover) {
	.top .link_btn a:hover span {
		text-decoration: underline;
	}
}
.top .sec_tit {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin: 0 0 60px;
}
.top .information .sec_in_wrap {
	padding: 0 0 30px;
}
.top .information .sec_in {
	width: 48.22%;
	float: left;
}
.top .information .sec_in:nth-child(2n) {
	float: right;
}
.top .information .sec_in .tit {
	font-size: 24px;
	font-weight: 700;
	color: #0A7FBF;
	padding: 11px 22px;
	border: 3px solid #0A7FBF;
	text-align: left;
	background: #fff;
	margin: 0 0 26px;
}
.top .information .sec_in ul {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
.top .information .sec_in ul li {
	margin: 0 0 25px;
}
.top .information .sec_in ul li a {
	font-size: 18px;
	line-height: 1.77;
	color: #fff;
	text-decoration: none;
}
.top .information .sec_in ul li a span {
	text-decoration: underline;
}
@media (hover: hover) {
	.top .information .sec_in ul li a:hover span {
		text-decoration: none;
	}
}
.top .information .related_links {
	max-width: 800px;
	background: #fff;
	padding: 30px 80px 20px;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top .information .related_links .tit {
	font-size: 24px;
	font-weight: 700;
	color: #0A7FBF;
	margin: 0 0 36px;
}
.top .information .related_links ul li {
	width: 48%;
	float: left;
	margin: 0 0 32px;
}
.top .information .related_links ul li:nth-child(2n) {
	float: right;
}
.top .information .related_links ul li:nth-child(1) {
	max-width: 307px;
}
.top .information .related_links ul li:nth-child(2) {
	max-width: 301px;
}
.top .information .related_links ul li:nth-child(3) {
	max-width: 297px;
}
@media(max-width: 896px){
	.kv {
		min-height: auto;
		background: url(img/kv.jpg) no-repeat center 0;
		background-size: cover;
		padding: 120px 0;
	}
	.kv .kv_tit {
		font-size: 32px;
	}	
	.top .link_btn_wrap {
		padding: 0 0 100px;
	}
	.top .link_btn span {
		font-size: 16px;
		bottom: 4vw;
	}
	.top .information .related_links {
		padding: 30px 40px 20px;
	}	
}
@media(max-width: 480px) {
	.kv {
		background: url("img/kv_sp.jpg") no-repeat center 0;
		background-size: 100% auto;
		padding: 30vw 0 65vw;
	}
	.kv p {
		font-size: 3.47vw;
		padding: 0 1.87vw 1vw;
		margin: 0 0 2.8vw;
	}
	.kv p::before {
		height: 3.2vw;
	}	
	.kv .kv_tit {
		font-size: 7.07vw;
		text-shadow: 0.4vw 0.4vw 0px #d9d9d9;
	}
	.top .intro {
		padding: 2.67vw 0 10.67vw;
	}	
	.top .intro p {
		font-size: 3.73vw;
	}
	.top .link_btn_wrap {
		padding: 0 0 13vw;
	}	
	.top .link_btn {
		float: none;
		width: 88%;
		max-width: none;
		margin: 0 auto 3.73vw;
	}	
	.top .link_btn:nth-child(2n) {
		float: none;
	}
	.top .link_btn span {
		font-size: 3.2vw;
		bottom: 6vw;
	}
	.top .sec_tit {
		font-size: 4.8vw;
		margin: 0 0 7.73vw;
	}
	.top .information .sec_in_wrap {
		padding: 0 0 4vw;
	}	
	.top .information .sec_in {
		width: 100%;
		float: none;
	}
	.top .information .sec_in:nth-child(2n) {
		float: none;
	}	
	.top .information .sec_in .tit {
		font-size: 3.73vw;
		padding: 1.6vw 3.3vw;
		border: 0.4vw solid #0A7FBF;
		margin: 0 0 4.27vw;
	}
	.top .information .sec_in ul li {
		margin: 0 0 6vw;
	}	
	.top .information .sec_in ul li a {
		font-size: 3.73vw;
	}
	.top .information .related_links {
		padding: 5.6vw 5.33vw;
		border-radius: 1.2vw;
	}	
	.top .information .related_links .tit {
		font-size: 3.73vw;
		margin: 0 0 6vw;
	}
	.top .information .related_links ul li {
		width: 100%;
		float: none;
		margin: 0 0 5.33vw;
	}
	.top .information .related_links ul li:last-child {
		margin: 0;
	}

	.top .information .related_links ul li:nth-child(1),
	.top .information .related_links ul li:nth-child(2),
	.top .information .related_links ul li:nth-child(3) {
		max-width: none;
	}
}

/* =  prevent
-------------------------------------------------------------- */
.main_tit {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 50px;
}
.main_tit::after {
	content: "";
	background: #f98200;
	background-size: contain;
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.main_tit_sub {
	max-width: 520px;
	margin: 0 auto 75px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
}
.prevent .sec {
	max-width: 800px;
	margin: 0 auto 60px;
	background: #fff;
	padding: 40px 50px;
	border-radius: 10px;
	box-sizing: border-box;
}
.prevent .sec .sec_tit {
	font-size: 28px;
	font-weight: 700;
	color: #f98200;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	padding: 0 40px 6px;
	margin: 0 0 50px;
	z-index: 2;
}.prevent .sec:last-of-type .sec_tit {
	margin: 0 0 30px;
}
.prevent .sec .sec_tit::before {
	content: "";
	background: #d3ff74;
	background-size: contain;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.prevent .sec .sec_in {
	width: 48%;
	float: left;
	margin: 0 0 60px;
	position: relative;
}
.prevent .sec .sec_in:nth-child(2) {
	float: right;
}
.prevent .sec .sec_in:last-child {
	width: 65%;
	max-width: 450px;
	margin: 0 17.5% 60px;
}
.prevent .sec .sec_in:nth-child(1)::after {
	content: "";
	background: url("img/prevent_img01.png") no-repeat 0 0;
	background-size: contain;
	width: 132px;
	height: 91px;
	position: absolute;
	bottom: -40px;
	right: 0;
}
.prevent .sec .sec_in:nth-child(2)::after {
	content: "";
	background: url("img/prevent_img02.png") no-repeat 0 0;
	background-size: contain;
	width: 133px;
	height: 76.5px;
	position: absolute;
	bottom: -45px;
	right: 0;
}
.prevent .sec .sec_in .tit {
	font-size: 24px;
	font-weight: 700;
	color: #0277eb;
	background: #f4f56d;
	border-radius: 8px;
	padding: 12px;
	margin: 0 0 22px;
}
.prevent .sec .sec_in ul {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
.prevent .sec .sec_in ul li {
	font-size: 18px;
	line-height: 1.77;
	font-weight: 700;
	color: #0176e7;
}
.prevent .sec .notes {
	width: 43%;
	float: left;
}
.prevent .sec .txt {
	text-align: left;
	line-height: 1.57;
}
.prevent .sec .btn {
	width: 41.5%;
	float: left;
	margin: 0 0 0 6%;
}
.prevent .sec .txt_box {
	font-size: 18px;
	line-height: 1.77;
	font-weight: 700;
	color: #0176e7;
	width: 65%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.prevent .sec .txt_box::after {
	content: "";
	background: url("img/prevent_img03_bear.png") no-repeat 0 0;
	background-size: contain;
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -10px;
	right: -120px;
}
.prevent .sec02 {
	max-width: 800px;
	padding: 40px 10px;
	margin: 0 auto 98px;
	background-color: #f98200;
	border-radius: 10px;
    box-sizing: border-box;
}
.prevent .sec02 .sec_tit {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.15em;
	margin: 0 0 30px;
}
.prevent .sec02 ul li {
	width: 33%;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
	border-right: 3px dotted #fff;
}
.prevent .sec02 ul li:last-child {
	width: 34%;
	border-right: none;
}
.prevent .sec02 ul li p {
	color: #fff;
	font-size: 18px;
	line-height: 1.77;
	font-weight: 700;
	text-align: left;
}
.prevent .sec02 ul li:nth-child(2) p {
	font-size: 16px;
}
.prevent .sec02 ul li p span {
	display: block;
	font-size: 13px;
	line-height: 1.8;
	font-weight: 400;
	padding: 1em 0 0;
}
.prevent .sec02 ul li .btn {
	text-align: left;
}
.prevent .sec02 ul li .btn a {
	display: block;
	background: #fff;
	border: 1px solid #0193e9;
	padding: 14px 8px;
	color: #0193e9;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin: 15px 0 0;
}
.prevent .sec02 ul li .btn a span {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 9px 0 0;
}
.prevent .sec02 ul li .btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 6px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0193e9;
	border-right: 1px solid #0193e9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (hover: hover) {
	.prevent .sec02 ul li .btn a:hover {
		background: #0193e9;
		color: #fff;
	}
	.prevent .sec02 ul li .btn a:hover::after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
.sec_bdr {
	border: 3px solid #fff;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #0c78db;
}
.sec_bdr .sec_tit {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.15em;
	padding: 16px;
	border-bottom: 3px solid #fff;
}
.sec_bdr .sec_in {
	padding: 30px;
}
.sec_bdr .sec_in .txt_box {
	max-width: 675px;
	margin: 0 auto 35px;
}
.sec_bdr .sec_in .txt_box p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.77;
	text-align: left;
}
.sec_bdr .sec_in .link_btn {
	display: block;
	width: 173px;
	background: #fff;
	border: 2px solid #73d2f0;
	border-radius: 6px;
	padding: 5px 16px;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 6px 6px 1px 0px rgba(000, 000, 000, 0.2);
}
.sec_bdr .sec_in .link_btn p {
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	color: #0094E8;
	line-height: 1.33;
}
.sec_bdr .sec_in .link_btn p span {
	display: block;
	font-size: 13px;
	line-height: 1.46;
	color: #9F9F9F;
	padding: 2px 0 0;
	text-indent: -0.5em;
}
@media (hover: hover) {
	.sec_bdr .sec_in .link_btn:hover {
		opacity: 0.7;
	}
}
.sec_bdr .sec_in .main_box {
	position: relative;
	margin: 0 0 40px;
	min-height:330px;
}
.sec_bdr .sec_in .main_box img {
width:45%;
	max-width: 200px;
}
.sec_bdr .sec_in .main_box img.single {position: relative !important; left: 0!important; margin:auto;}

@media(max-width: 600px){
.sec_bdr .sec_in .main_box img.single {width:50%;margin:auto;}
.sec_bdr .sec_in .main_box img.single + .link_btn
{top:50px;}
}
.sec_bdr .sec_in .main_box img:first-child {
/* position:absolute;
left:10%; */
/* margin-left:2%; */
}
.sec_bdr .sec_in .main_box img:nth-child(2) {
/* position:absolute;
left:55%; */
margin-left:1%;
}
.sec_bdr .sec_in .main_box .link_btn {
	position: absolute;
	top: 50%;
	left: calc(50% + 208.5px);
	transform: translateY(-50%);
}

.sec_bdr .sec_in .main_box img.single + .link_btn{
	left: calc(50% + 104.5px);
	transform: translateY(-50%);
}
.sec_bdr .sec_in p.wh{color:#fff; margin-bottom:15px; text-align:left;}
.sec_bdr .sec_in .btn_box .link_btn {
	float: left;
	margin: 0 14px 14px 0;
}
.sec_bdr .sec_in .btn_box .link_btn:nth-child(4n) {
	margin: 0 0 14px;
}
@media(max-width: 1050px){
.sec_bdr .sec_in .main_box .link_btn {
	position: absolute;
	top: 100%;
	left: 35%!important;
	transform: translateY(-50%);
	width:32%;
}
}
@media(max-width: 767px){
.sec_bdr .sec_in .main_box .link_btn {
width:50%;
left: 25%!important;
}
}
@media(max-width: 1050px){
	.sec_bdr .sec_in .link_btn {
		width: 32%;
	}	
	.sec_bdr .sec_in .btn_box .link_btn {
		margin: 0 2% 14px 0;
	}	
	.sec_bdr .sec_in .btn_box .link_btn:nth-child(4n) {
		margin: 0 2% 14px 0;
	}	
	.sec_bdr .sec_in .btn_box .link_btn:nth-child(3n) {
		margin: 0 0 14px 0;
	}	
}
@media(max-width: 896px){
	.main_tit span {
		display: block;
		font-size: 30px;
	}
	.prevent .sec .sec_in {
		width: 100%;
	}	
	.prevent .sec .sec_in:last-child {
		width: 100%;
		max-width: none;
		margin: 0 0 60px;
	}
	.prevent .sec .notes {
		width: 48%;
	}	
	.prevent .sec .btn {
		width: 46%;
		margin: 0 0 0 6%;
	}	
	.prevent .sec .txt_box {
		width: 85%;
		padding: 0 15% 0 0;
	}	
	.prevent .sec .txt_box::after {
		right: 0;
	}
	.prevent .sec02 ul li {
		width: 100%;
		float: none;
		padding: 20px 0;
		border-left: none;
		border-top: 3px dotted #fff;
	}
	.prevent .sec02 ul li:last-child {
		width: 100%;
		border-right: none;
		border-bottom: 0.67vw dotted #fff;
	}	
	.prevent .sec02 ul li .btn {
		width: 70%;
		margin: 0 auto;
	}
	.prevent .sec02 ul li .btn a {
		padding: 14px 20px;
	}	
	.prevent .sec02 ul li .btn a::after {
		right: 4%;
	}
}
@media(max-width: 480px){
	.main_tit {
		font-size: 4.8vw;
		padding: 0 0 3.2vw;
		margin: 0 0 8vw;
	}
	.main_tit span {
		display: block;
		font-size: 3.73vw;
	}
	.main_tit::after {
		height: 1.07vw;
	}
	.prevent .sec {
		margin: 0 auto 8.53vw;
		padding: 4.8vw 5.33vw 6vw;
		border-radius: 1.2vw;
	}
	.prevent .sec .sec_in {
		margin: 0 0 16.5vw;
	}
	.prevent .sec .sec_tit {
		font-size: 4.27vw;
		padding: 0 4.53vw 0.93vw;
		margin: 0 0 5.87vw;
	}	
	.prevent .sec .sec_tit::before {
		height: 2.4vw;
	}	
	.prevent .sec .sec_in .tit {
		font-size: 4.27vw;
		border-radius: 1.07vw;
		padding: 1.33vw;
		margin: 0 0 4.53vw;
	}	
	.prevent .sec .sec_in ul li {
		font-size: 3.6vw;
	}
	.prevent .sec .sec_in:nth-child(1)::after {
		width: 26.93vw;
		height: 19vw;
		bottom: -8.2vw;
		right: 1vw;
	}
	.prevent .sec .sec_in:nth-child(2)::after {
		width: 28.53vw;
		height: 17vw;
		bottom: -12vw;
		right: 0;
	}	
	.prevent .sec .sec_in:last-child {
		margin: 0 0 10.13vw;
	}
	.prevent .sec .notes {
		width: 100%;
		float: none;
		margin: 0 0 8vw;
	}
	.prevent .sec .btn {
		width: 100%;
		float: none;
		margin: 0;
	}
	.prevent .sec .txt_box {
		font-size: 3.6vw;
		width: 75%;
		padding: 0 30% 0 0;
	}	
	.prevent .sec .txt_box::after {
		width: 16vw;
		height: 16vw;
		bottom: 2vw;
	}
	.prevent .sec02 {
		max-width: 800px;
		padding: 8vw 0 0;
		margin: 0 auto 13vw;
	}
	.prevent .sec02 .sec_tit {
		font-size: 4.27vw;
		margin: 0 0 4.53vw;
	}
	.prevent .sec02 ul li {
		width: 90%;
		margin: 0 auto;
		padding: 4vw 15px;
		border-top: 0.67vw dotted #fff;
		border-right: none;
	}
	.prevent .sec02 ul li:last-child {
		width: 90%;
		margin: 0 auto;
		padding: 4vw 15px;
		margin-bottom: 30px;
	}
	.prevent .sec02 ul li p {
		font-size: 3.73vw;
	}
	.prevent .sec02 ul li p span {
		font-size: 3.73vw;
	}
	.prevent .sec02 ul li .btn {
		width: 80%;
	}
	.prevent .sec02 ul li .btn a {
		border: 0.27vw solid #0193e9;
		padding: 4vw 4.8vw;
		font-size: 3.73vw;
		margin: 5vw 0 0;
	}
	.prevent .sec02 ul li .btn a span {
		font-size: 3.2vw;
		padding: 2.13vw 0 0;
	}
	.sec_bdr {
		border: 0.27vw solid #fff;
	}
	.sec_bdr .sec_tit {
		font-size: 4vw;
		line-height: 1.3;
		padding: 3.3vw 2vw;
		letter-spacing: 0.1em;
		border-bottom: 0.27vw solid #fff;
	}
	.sec_bdr .sec_in {
		padding: 4.53vw 3.73vw 2vw;
	}
	.sec_bdr .sec_in .txt_box {
		margin: 0 auto 6.67vw;
	}
	.sec_bdr .sec_in .txt_box p {
		font-size: 3.73vw;
		font-weight: 400;
		line-height: 2;
	}
	.sec_bdr .sec_in .link_btn {
		width: 48%;
		border: 0.4vw solid #73d2f0;
		border-radius: 1.4vw;
		padding: 2vw 1.5vw;
		box-shadow: 1.2vw 1.2vw 1px 0px rgb(0 0 0 / 20%);
	}
	.sec_bdr .sec_in .btn_box {
		margin: 0 -1vw;
	}
	.sec_bdr .sec_in .btn_box .link_btn {
		margin: 0 4% 2.67vw 0;
	}
	.sec_bdr .sec_in .btn_box .link_btn:nth-child(3n) {
		margin: 0 4% 2.67vw 0;
	}	
	.sec_bdr .sec_in .btn_box  .link_btn:nth-child(2n) {
		margin: 0 0 2.67vw 0;
	}	
	.sec_bdr .sec_in .link_btn p {
		font-size: 3.73vw;
	}
	.sec_bdr .sec_in .link_btn p span {
		font-size: 2.8vw;
		padding: 1vw 0 0;
		letter-spacing: -0.03em;
	}
	.sec_bdr .sec_in .main_box {
		margin: 0 0 7.73vw;
	}	
/*
	.sec_bdr .sec_in .main_box img {
		width: 34.67vw;
		margin: 0 auto 3.47vw;
	}
*/
.sec_bdr .sec_in .main_box img {
	width: 45%;
}
.sec_bdr .sec_in .main_box img:first-child {
position:absolute;
left:0px;
}
.sec_bdr .sec_in .main_box img:nth-child(2) {
position:absolute;
left:50%;
}
	.sec_bdr .sec_in .main_box .link_btn {
		position: relative;
		top: 220px;
		left: 0!important;
		transform: none;
		margin: 0 auto;
	}	
}

/* =  happen
-------------------------------------------------------------- */
.happen .sec {
	max-width: 800px;
	box-sizing: border-box;
	background: #f8f4e9;
	border-radius: 10px;
	padding: 22px 30px;
	margin: 0 auto 80px;
}
.happen .sec .sec_in {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 14px 30px;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 15px;
}
.happen .sec .sec_in:first-child {
	border-right: 2px solid #e6e5e0;
}
.happen .sec .sec_in:first-child::after {
	content: "";
	background: url("img/happen_img01_new.png") no-repeat 0 bottom;
	background-size: contain;
	width: 151px;
	height: 147px;
	position: absolute;
	bottom: 0;
	right: -8px;
}
.happen .sec .sec_in:nth-child(2) {
	padding: 0 14px 30px 30px;
}
.happen .sec .sec_in:nth-child(2)::after {
	content: "";
	background: url("img/happen_img02_new.png") no-repeat 0 bottom;
	background-size: contain;
	width: 131px;
	height: 145px;
	position: absolute;
	bottom: -8px;
	right: -8px;
}
.happen .sec .sec_in:last-child {
	border-top: 2px solid #e6e5e0;
	width: 100%;
	padding: 28px 180px 10px;
}
.happen .sec .sec_in:last-child::after {
	content: "";
	background: url("img/happen_img03_new.png") no-repeat 0 bottom;
	background-size: contain;
	width: 154px;
	height: 143px;
	position: absolute;
	bottom: 0;
	left: 60%;
}
.happen .sec .sec_in .tit {
	color: #164AB2;
	font-size: 28px;
	font-weight: 700;
	padding: 0 0 0 32px;
	margin: 0 0 24px;
	background: url("img/icon01.png") no-repeat 0 center;
	background-size: 9px auto;
}
.happen .sec .sec_in .txt {
	color: #027EE0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.77;
	padding: 0 32% 0 0;
}
.happen .sub_tit {
	font-size: 28px;
	font-weight: 700;
	color: #FFFF00;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin: 0 0 70px;
}
.happen .sec02 {
	background: #eeebe4;
	border-radius: 10px;
	padding: 8px;
}
.happen .sec02 .sec_in {
	background: #fff;
	border-radius: 5px;
	padding: 24px 0 38px;
}
.happen .sec02 .sec_tit {
    width: 97%;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2em;
	background: #0094e8;
	border-radius: 6px;
	padding: 6px 0;
	margin: 0 auto 42px;
}
@media(max-width: 1050px){
	.happen .sec .sec_in:first-child::after {
		width: 30%;
		max-width: 108px;
	}
	.happen .sec .sec_in:nth-child(2)::after {
		width: 30%;
		max-width: 106px;
	}
		.happen .sec .sec_in:nth-child(3)::after {
		width: 30%;
		max-width: 106px;
	}
	.happen .sec .sec_in:last-child {
		padding: 28px 22% 10px;
	}	
}
@media(max-width: 896px){
	.happen .sec .sec_in {
		width: 100%;
		float: none;
	}	
	.happen .sec .sec_in:first-child {
		border-right: none;
		border-bottom: 2px solid #e6e5e0;
	}
	.happen .sec .sec_in:nth-child(2) {
		padding: 0 14px 30px;
	}
	.happen .sec .sec_in:nth-child(2)::after {
		bottom: -14px;
		right: 18px;		
	}
	.happen .sec .sec_in:last-child {
		padding: 15px 14px 30px;
	}
	.happen .sec .sec_in:last-child::after {
		bottom: -10px;
		left: auto;
		right: 18px;		
	}
}
@media(max-width: 480px){
	.happen .main_tit {
		letter-spacing: -0.01em;
	}	
	.happen .sec {
		border-radius: 1.2vw;
		padding: 6.93vw 5.33vw;
		margin: 0 auto 13vw;
	}
	.happen .sec .sec_in {
		padding: 0 1.87vw 5.33vw;
		margin: 0 0 4.8vw;
	}
	.happen .sec .sec_in:first-child::after {
		width: 40%;
    max-width: 24.6vw;
    height: 25vw;
    right: 0.5vw;
    bottom: 6.8vw
	}	
	.happen .sec .sec_in:nth-child(2) {
		padding: 0 1.87vw 5.33vw;
		margin: 0;
	}	
	.happen .sec .sec_in:nth-child(2)::after {
		max-width: 21.33vw;
		right: 1.5vw;
		bottom: 4vw;
	}	
	.happen .sec .sec_in:last-child {
		padding: 5.33vw 1.87vw 4vw;
		margin: 0;
	}	
	.happen .sec .sec_in:last-child::after {
		max-width: 24vw;
		height: 23vw;
		right: 0;
		bottom: 0;
	}	
	.happen .sec .sec_in .tit {
		font-size: 4.27vw;
		padding: 0 0 0 4.27vw;
		margin: 0 0 4vw;
		background: url("img/icon01.png") no-repeat 0 center;
		background-size: 1.47vw auto;
	}
	.happen .sec .sec_in .txt {
		font-size: 3.6vw;
		padding: 0 32% 0 0;
	}
	.happen .sub_tit {
		font-size: 4vw;
		letter-spacing: -0.05em;
		margin: 0 0 10vw;
	}
	.happen .sec02 {
		border-radius: 1.2vw;
		padding: 0.93vw;
	}
	.happen .sec02 .sec_in {
		border-radius: 0.8vw;
		padding: 3.33vw 0 1.6vw;
	}
	.happen .sec02 .sec_tit {
		width: 97%;
		font-size: 3.73vw;
		border-radius: 0.67vw;
		padding: 0.8vw 0;
		margin: 0 auto 2.8vw;
	}
}
	
/* =  handicap
-------------------------------------------------------------- */
.handicap .intro {
	max-width: 685px;
	margin: 0 auto 80px;
	padding: 0 200px 0 0;
	box-sizing: border-box;
	position: relative;
}
.handicap .intro::after {
	content: "";
	background: url("img/handicap_img01.png") no-repeat 0 0;
	background-size: contain;
	width: 185px;
	height: 210px;
	position: absolute;
	top: 10px;
	right: 0;
}
.handicap .intro p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 2.1;
	text-align: left;
}
.handicap .leaflet_box3 {
	margin: 0 0 40px;
}
.handicap .leaflet_box3 .leaflet {
	width: 30%;
	float: left;
	margin: 0 5% 0 0;
}
.handicap .leaflet_box3 .leaflet:last-child {
	margin: 0;
}
.handicap .leaflet img {
	margin: 0 0 14px;
}
.sec_bdr .sec_in .leaflet .link_btn {
    display: inline-block;
    width: auto;
	padding: 5px 10px;
}
.handicap .leaflet_box2 {
	margin: 0 0 20px;
}
.handicap .leaflet_box2 .leaflet {
	display: inline-block;
	width: 30%;
	margin: 0 5%;
}
@media (max-width: 1050px){
	.sec_bdr .sec_in .leaflet .link_btn {
		width: auto;
	}
}
@media (max-width: 480px){
	.handicap .intro {
		margin: 0 auto 8vw;
		padding: 0 0 50vw;
	}
	.handicap .intro::after {
		background: url(img/handicap_img01.png) no-repeat 0 bottom;
		background-size: contain;
		width: 40vw;
		height: 45vw;
		top: auto;
		bottom: 0;
	}
	.handicap .intro p {
		font-size: 3.73vw;
	}
	.handicap .sec_bdr .sec_in .link_btn {
		display: inline-block;
		width: auto;
	}	
	.handicap .leaflet_box3 {
		margin: 0;
	}
	.handicap .leaflet_box3 .leaflet {
		width: 100%;
		float: none;
		margin: 0 0 2.67vw;
	}
	.handicap .leaflet_box3 .leaflet:last-child {
		margin: 0 0 2.67vw;
	}
	.handicap .leaflet {
		clear: both;
	}
	.handicap .leaflet img {
		width: 38%;
		float: left;
		margin: 0 2% 0 0;
	}
	.sec_bdr .sec_in .leaflet .link_btn {
		width: 60%;
		padding: 2vw 1.5vw;
	}
	.handicap .leaflet_box2 {
		margin: 0 0 2vw;
	}
	.handicap .leaflet_box2 .leaflet {
		display: block;
		width: 100%;
		margin: 0 0 2.67vw;
	}
}

/* =  corona
-------------------------------------------------------------- */
.corona .sub_tit {
	font-size: 24px;
	font-weight: 700;
	color: #FFFF00;
	line-height: 1.5;
	margin: 0 0 34px;
}
.corona .intro {
	max-width: 670px;
	margin: 0 auto 80px;
}
.corona .intro p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.77;
	text-align: left;
}
.corona .sec_bdr .sec_in .link_btn {
    border: 2px solid #ffee49;
}
.corona .sec_bdr .sec_in .link_btn p {
    color: #F47A00;
}
.corona .sec .sec_in_wrap {
	max-width: 735px;
	margin: 0 auto 62px;
}
.corona .sec .sec_in {
	width: 46.55%;
	float: left;
	border: 4px solid #fff;
	background: #ef9117;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 22px 120px;
	position: relative;
	min-height: 266px;
}
.corona .sec .sec_in:nth-child(2n) {
	float: right;
}
.corona .sec .sec_in::after {
	content: "";
	width: 142px;
	height: 142px;
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
}
.corona .sec .sec_in:nth-child(1)::after {
	background: url("img/corona_img01.png") no-repeat 0 bottom;
	background-size: contain;
}
.corona .sec .sec_in:nth-child(2)::after {
	background: url("img/corona_img02.png") no-repeat 0 bottom;
	background-size: contain;
}
.corona .sec .sec_in p {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	line-height: 1.77;
}
@media (max-width: 480px){
	.corona .sub_tit {
		font-size: 4.27vw;
		line-height: 1.75;
		margin: 0 0 5vw;
	}
	.corona .intro {
		margin: 0 auto 8vw;
	}	
	.corona .intro p {
		font-size: 3.73vw;
		line-height: 2;
	}
	.corona .sec .sec_in_wrap {
		margin: 0 auto 8vw;
	}	
	.corona .sec .sec_in {
		width: 100%;
		float: none;
		border: 1vw solid #fff;
		border-radius: 2vw;
		padding: 2vw 4vw 20vw;
		min-height: auto;
		margin: 0 0 8vw;
	}	
	.corona .sec .sec_in p {
		font-size: 3.73vw;
		line-height: 1.7;
	}
	.corona .sec .sec_in::after {
		width: 19vw;
		height: 19vw;
		bottom: 2vw;
	}
}

/* =  pamph
-------------------------------------------------------------- */
.anchor_link_wrap {
	max-width: 615px;
	margin: 0 auto 100px;
}
.anchor_link {
	display: block;
	width: 46.9%;
	min-height: 66px;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #0B78DB;
	text-decoration: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 6px 6px 1px 0px rgba(000, 000, 000, 0.2);
	margin: 0 0 24px;
	position: relative;
}
.anchor_link:nth-child(2n) {
	float: right;
}
.anchor_link span {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
@media (hover: hover) {
	.anchor_link:hover {
		opacity: 0.7;
	}
}
.p_box {
	margin: 0 0 105px;
}
.pamph .leaflet_box2 {
	max-width: 470px;
	margin: 0 auto 30px;
}
.pamph .leaflet_box2 .leaflet {
	width: 42%;
	float: left;
}
.pamph .leaflet_box2 .leaflet:last-child {
	float: right;
}
.pamph .leaflet_box2 .leaflet.single {float: none!important; margin:auto;}
.pamph .leaflet_box2 .leaflet .img_box {
	padding: 0 8.5px;
	margin: 0 auto 33px;
}
.pamph .sec_bdr .sec_in .link_btn {
    border: 2px solid #ffee49;
}
.pamph .sec_bdr .sec_in .link_btn p {
    color: #F47A00;
}
.pamph .sec_bdr .sec_in .leaflet .link_btn {
	width: 100%;
	min-height: 90px;
	padding: 5px 16px;
	position: relative;
}
.pamph .sec_bdr .sec_in .leaflet .link_btn.pad5 {
	padding: 5px 5px;
}
.pamph .sec_bdr .sec_in .leaflet .link_btn .btn_in {
	position: absolute;
	width: auto;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.pamph .sec_bdr .sec_in .main_box img {
    width: 184px;
}
.pamph .sec_bdr .sec_in .main_box .link_btn {
    left: calc(50% + 208px);
}

@media ( min-width: 481px ) and ( max-width: 896px ){
	.pamph .leaflet_box2 .leaflet {
		width: 48%;
	}
}
@media (max-width: 480px){
	.anchor_link_wrap {
		margin: 0 auto 12vw;
	}
	.anchor_link {
		width: 49%;
		font-size: 3vw;
		letter-spacing: -0.01em;
		border: 0.4vw solid #73d2f0;
		border-radius: 1.4vw;
		box-shadow: 1.2vw 1.2vw 1px 0px rgb(0 0 0 / 20%);
		margin: 0 0 3vw;
	}
	.p_box {
		margin: 0 0 13vw;
	}
	.pamph .sec_bdr .sec_in .main_box img {
		width: 34.67vw;
		margin: 0 auto 3.47vw;
	}
	.pamph .sec_bdr .sec_in .main_box .link_btn {
		left: auto;
		width: 60%;
		min-height: 22vw;
	}
	.pamph .sec_bdr .sec_in .main_box .link_btn .btn_in {
		position: absolute;
		width: auto;
		white-space: nowrap;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	.pamph .leaflet_box2 .leaflet {
		width: 42%;
	}
	.pamph .leaflet_box2 .leaflet .img_box {
		width: 25%;
		float: left;
		margin: 0 3% 0 0;
		padding: 0;
	}
	.pamph .sec_bdr .sec_in .leaflet .link_btn {
		width: 70%;
		padding: 2vw 1.5vw;
	}
	.pamph .leaflet_box2 {
		margin: 0 0 2vw;
	}
	.pamph .leaflet_box2 .leaflet {
		float: none;
		width: 100%;
		margin: 0 0 6vw;
	}	
}





