@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&family=Noto+Serif+JP&display=swap');

body{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
}

.title{
	padding: 25px 10px;
	background-color: #FF8260;
	font-weight: 550;
	color: #fff;
	text-shadow: 1px 2px 3px #4d4d4d;
}

.bg-orange{
	background-color: #FF8260;/*#EF9E14*/
}

.body-back{
	
	background-image: url("../img/bk.png");
	background-position: top center;
	background-size: 100%;
	background-attachment: fixed;
	position: relative;
}

.body-back::before{
	content: " ";
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.65);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

img{
	width: 100%;
	max-width: auto;
}

.logo{max-width: calc(1250px / 2);}


.attention span {
	font-weight: bold;
	text-shadow: 1px 2px 3px #4d4d4d;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 16px;
	margin-top: 16px;
}
       
.attention span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.attention span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

.mican-no{font-size:8px; margin-top:14px;}

li{
	list-style-type: none;
}

.marker-list li{ position: relative; padding-left: 35px; margin-bottom: 1em; font-size: 16px;}

.marker-list li::before{
	content: "　";
	width: 24px;
	height: 24px;
	background-image: url("../img/check.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0;
}
.w300{
	width: 300px;
}