@charset "Shift_JIS";

/*.event_name_,*/ .category_name_ {display: none;}
#cmn_header {margin-bottom: 0!important;}
#footer {margin-top: 0!important;}
.contents_ {width: 782px !important;}
.navitopicpath_, .leftmenuframe_ {display: none !important;}
.mainframe_ {float: none !important;}

.pc {display: inline-block;}
.sp {display: none;}
.bold {font-weight: bold;}
.txtC {text-align: center;}
.mb0 {margin-bottom:0px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.txt12 {font-size:84.6%;} .txt13 {font-size:92.3%;} .txt14 {font-size:100%;} .txt15 {font-size:107.7%;} .txt16 {font-size:115.4%;} .txt17 {font-size:123.1%;} .txt18 {font-size:130.8%;} .txt19 {font-size:138.5%;} .txt20 {font-size:146.2%;} .txt21 {font-size:153.8%;} .txt22 {font-size:161.5%;} .txt23 {font-size:169.2%;} .txt24 {font-size:176.9%;} .txt25 { font-size:184.6%;} .txt26 {font-size:200%;} .txt28 {font-size:215.4%;} .txt30 {font-size:230.8%;}
.txtGreen {color: #4b965b;}

.wrapper_ {
    /*background: url(/feature/epoint10/img/bg2309.png) top center no-repeat #def7fb;
    background-size: 1140px;*/
    padding: 0 0 10%;
}
@media screen and (min-width: 1141px){
.wrapper_ {background-size: contain;}
}

.epoint10 {
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.7;
}

.epoint10 h1 {
	margin: 0;
	padding: 50px 0;
}
.epoint10 h1 img {
	width: 100%;
}


/* ���o�� */

.epoint10 h2 {
	padding: 10px 0 5px;
	font-size: 180%;
	font-weight: bold;
	color: #000;
	border-top: 5px solid #009c49;
	border-bottom: 5px solid #009c49;
	margin: 50px 0 50px 0;
	line-height: 1.2;
}

.epoint10 h2 span {
	font-size: 140%;
}
.epoint10 h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 60px 0 20px;
}
.epoint10 .wideBox .txt {
	margin-top: -25px;
	margin-bottom: 30px;
}


/* Box */
.epoint10 .wideBox {
	margin: 0 -30px 40px; 
}
.epoint10 .inrBox {
	margin: 0 30px 40px;
}
.epoint10 .whiteBox01 {
	padding: 20px 15px 15px;
	font-size: 150%;
	font-weight: bold;
	background-color: #e3f8ed;
	color: #00833e;
	line-height: 1.2;
}
.epoint10 .whiteBox01 span {
	font-size: 140%;
}
.epoint10 .whiteBox02 {
	font-weight: bold;
	padding: 40px 15px;
	background-color: #f9f8e5;
	border-radius: 0 0 5px 5px;
}

/* �{�^�� */
.epoint10 .btn {
	text-align: center;
}
.epoint10 .btn a {
	display: inline-block;
	padding: 8px 25px 8px 50px;
	border: #0da4b2 1px solid;
	border-radius: 25px;
	background: #ffffff url(/img/usr/common/arrow_blue.png) 30px center no-repeat;
}

.epoint10 .nav {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 570px;
    margin: 0 auto;
	padding-bottom:40px;
}
.epoint10 .nav a {
	position: relative;
    display: inline-block;
    padding: 10px 40px 10px 25px;
    border-radius: 5px;
	font-weight:bold;
	width: 270px;
    box-sizing: border-box;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
}
.epoint10 .nav .btn1 {
	padding: 10px;
	background-color: #00833E;
	font-weight: bold;
}

.epoint10 .nav .btn1::after {
	content: '';
    width: 0.5em;
    height: 0.5em;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    transform: translateY(-25%) rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}

.epoint10 .nav .btn2 {
	padding: 10px;
	background-color: #eb8012;
	font-weight: bold;
}

.epoint10 .nav .btn2::after {
	content: '';
    width: 0.5em;
    height: 0.5em;
    border-right: 2px #fff solid;
    border-top: 2px #fff solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
}

.epoint10 .page-link a {
	position: relative;
	color: #00833E;
	text-decoration: underline;
	font-weight: bold;
}

.epoint10 .page-link a::after {
	content: '';
    width: 0.5em;
    height: 0.5em;
    border-right: 2px #00833E solid;
    border-bottom: 2px #00833E solid;
    transform: translateY(-25%) rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    margin: auto;
}


/* �o�i�[ */
.epoint10 .bnr {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.epoint10 .bnr li {
	width: 49%;
	margin-bottom: 2%;
}
.epoint10 .bnr img {
	width: 100%;
}

/* �|�C���g�A�b�v�ɂ��� */
.epoint10 .pointUp {
	background: #f9f8e5;
	padding: 40px;
	text-align: left;
	margin-top: 60px;
}
.epoint10 .pointUp .pointEx {
	color: #fff;
	background-color: #4b965b;
	font-weight: bold;
	padding: 0 5px;
	font-size: 120%;
	margin: 0 0 20px;
	display: inline-block;
}
.epoint10 .pointUp .txtGreen {
	border-top: 1px solid #4b965b;
	border-bottom: 1px solid #4b965b;
	padding: 2px 0;
	margin-bottom: 15px;
}
.epoint10 .pointUp .pointUp_txt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 110%;
}
.epoint10 .pointUp .pointUp_txt span {
	font-size: 180%;
	color: #4b965b;
}

/* �|�C���g�̒��܂�� */
.epoint10 .point {
	background: #f9f8e5;
}
.epoint10 .point h2 {
	background-color: #4b965b;
	border-top: none;
	border-bottom: none;
	color: #fff;
}
.epoint10 .point h3 {
	background-color: #4b965b;
	color: #fff;
	width: 720px;
	margin: 60px auto 40px;
	padding: 10px;
	font-size: 160%;
}
.epoint10 .point p {
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
}
.epoint10 .point p span {
	color: #4b965b;
}
.epoint10 .point .note {
	width: 720px;
	margin: 0px auto;
	text-align: right;
	font-size: 80%;
}

/* ���ӎ��� */
.notes_box {
	margin:100px 0;
	padding:40px;
	background:#fff;
	text-align: left;
}
.notes_box .notes_h {
	margin:0 0 30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
.notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
.notes_box .notes_ttl::before {
	content:"��";
	display: inline-block;
	color:#999;
}
.notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.82rem;/* 13px */
}
.notes_box .notes_list li a {
	text-decoration: underline;
}
.notes_box p {
	margin: 20px 0 10px;
}




/* �X�}�z
---------------------------------------------------*/

header ~ .wrapper_ .epoint10 .pc {display: none;}
header ~ .wrapper_ .epoint10 .sp {display: block;}
header ~ .wrapper_ .contents_ {width: 100%!important;}
header ~ .wrapper_ .epoint10 {
	padding: 0 3%;
	text-align: left;
}
header ~ .wrapper_ .epoint10 * {
	box-sizing: border-box;
}

header ~ .wrapper_ .epoint10 h1 {
	padding: 20px 10px 30px 10px;
}

/* ���o�� */
header ~ .wrapper_ .epoint10 h2 {
	padding: 15px;
	font-size: 150%;
	margin-top: 40px;
	text-align: center;
}
header ~ .wrapper_ .epoint10 h3 {
	font-size: 130%;
	margin: 30px 0 10px;
	text-align: center;
}
header ~ .wrapper_ .epoint10 h3.recom {
	font-size: 130%;
}

/* Box */
header ~ .wrapper_ .epoint10 .wideBox {
	margin: 0 0 20px; 
}
header ~ .wrapper_ .epoint10 .inrBox {
	margin: 0 3% 40px; 
}
header ~ .wrapper_ .epoint10 .whiteBox01 {
	font-size: 140%;
	text-align: center;
}
header ~ .wrapper_ .epoint10 .whiteBox02 {
	padding: 20px 15px;
	
}

/* �{�^�� */
header ~ .wrapper_ .epoint10 .btn {
	text-align: center;
	margin: 20px 0 50px;
}
header ~ .wrapper_ .epoint10 .btn a {
	text-decoration: none;
}

header ~ .wrapper_ .epoint10 .nav {
	width: 100%;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
}
header ~ .wrapper_ .epoint10 .nav a {
	width: 48.5%;
}
header ~ .wrapper_ .epoint10 .nav .btn1,
header ~ .wrapper_ .epoint10 .nav .btn2 {
	padding: 10px 5px;
	letter-spacing: -0.05em;
}

header ~ .wrapper_ .epoint10 .page-link {
	text-align: center;
}



/* �o�i�[ */
header ~ .wrapper_ .epoint10 .bnr {
	margin: 2% 0;
}

/* �|�C���g�A�b�v�ɂ��� */
header ~ .wrapper_ .epoint10 .pointUp {
	padding: 20px;
}

/* �|�C���g�̒��܂�� */
header ~ .wrapper_ .epoint10 .point {
	text-align: center;
}
header ~ .wrapper_ .epoint10 .point h3 {
	width: 100%;
	margin: 40px auto 20px;
	font-size: 120%;
}
header ~ .wrapper_ .epoint10 .point p {
	font-size: 115%;
}
header ~ .wrapper_ .epoint10 .point p span {
	font-weight: bold;
	font-size: inherit;
}
header ~ .wrapper_ .epoint10 .point img {
	width: 100%;
}
header ~ .wrapper_ .epoint10 .point .note {
	width: 100%;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 80%;
}	

/* ���ӎ��� */
header ~ .wrapper_ .notes_box {padding:5%;}
header ~ .wrapper_ .notes_h {margin: 2% 0 5% !important;}
header ~ .wrapper_ .notes_list li {font-size:0.93rem !important;/* 13px */}

