@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&display=swap');

.sp header {
	z-index:999999;
}
.menuopen #fullmenu {
	top:145px;
}
.menuopen #spmenu {
	z-index:99999;
}
#head_bg {
	height:auto !important;
}
#crevo250g5{
	font-size:16px;
	width:100%;
	line-height:1.875;
	position:relative;
}
#crevo250g5,
#crevo250g5 th,
#crevo250g5 td{
	font-family:"游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-weight:normal;
}
#crevo250g5 img{
	max-width:100%;
	height:auto;
}


/* ======================= */


#crevo250g5 .inner{
	position:relative;
	width:100%;
	max-width:1300px;
	margin:auto;
	padding:0 7%;
}
.col{
	display:flex;
}
.copy {
	font-size:24px;
	line-height:1.67;
}
.copy em {
	font-weight:bold;
	font-style:normal;
}
.copy .small {
	font-size:12px;
	vertical-align:text-top;
}
.modal{
  display:none;
  position:fixed;
  top:0;
  height:100vh;
  width:100%;
	z-index:99999;
}
.modal-bg{
  background:rgba(0,0,0,0.8);
  position:absolute;
  height:100vh;
  width:100%;
}
.modal-content{
  background:#fff;
  position:absolute;
  top:50%;
  left:50%;
  overflow:auto;
  width:92%;
  height:80%;
  padding:40px;
  transform:translate(-50%,-50%);
}
.modal-content .js-modal-close{
	background:url(../images/0/modalclose.png) 0 0 no-repeat;
	cursor:pointer;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:40px;
	height:40px;
	position:absolute;
	top:50px;
	right:50px;
}
body.fixed {
	position:fixed;
	width:100%;
	left:0;
}
#lightcase-overlay {
	background:rgba(0,0,0,0.8);
	z-index:9999;
}
#lightcase-loading {
	z-index:99999;
}
#lightcase-case {
	z-index:99999;
}
a[class*="lightcase-icon-"].lightcase-icon-close {
	color:#fff;
	font-size:30px;
}
#lightcase-content {
	background:#fff;
}


/* ======================= */


#con_menu{
	background:#007c36;
	color:#fff;
	position:fixed;
	left:0;
	right:0;
	z-index:1000;
}
#con_menu .inner {
	padding:0 4%;
}
#con_menu .scroll-wrap {
	display:flex;
	justify-content:space-between;
}
#con_menu h1 {
	font-family:'Barlow', sans-serif;
	font-size:24px;
	font-weight:600;
	letter-spacing:0.05em;
	white-space:nowrap;
	margin: 0;
	padding:7px 0 8px;
}
#con_menu ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	font-weight:bold;
	padding:15px 0 0;
}
#con_menu ul li {
	display:flex;
	margin:0 0 0 1.5em;
}
#con_menu ul li:first-child {
	margin:0;
}
#con_menu ul li a {
	color:#fff;
	display:flex;
	width:100%;
	height:100%;
	position:relative;
	padding: 0 0 10px;
}
#con_menu ul li a:hover::before,
#con_menu ul li a:active::before {
	background:#000;
	content:"";
	height:3px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

/* ======================= */


#intro {
	position:relative;
	z-index:2;
}
#intro::before {
	background:url(../images/0/bg01.jpg) 50% 50% / cover no-repeat;
	content:"";
	height:300px;
	position:absolute;
	left:0;
	right:0;
	z-index:-1;
}
#intro .inner {
	padding:0 7% 0 0;
}
#intro .s0_1 {
	width:50%;
	position:relative;
}
#intro .s0_1 .slick-slide {
	border:none;
	height:auto;
}
#intro .s0_1 .slick-slide img {
	position:static;
	-webkit-transform:none;
	transform:none;
}
#intro .s0_1 .slick-slide img.pcn {
	display:none;
}
#intro .s0_1 .slick-dots {
	display:flex;
	line-height:1;
	position:absolute;
	top:329px;
	left:7%;
}
#intro .s0_1 .slick-dots li {
	margin:0 0 0 16px;
}
#intro .s0_1 .slick-dots li:first-child {
	margin:0 0 0 1px;
}
#intro .s0_1 .slick-dots button {
	background:transparent;
	border:1px solid #0d4e98;
	border-radius:50%;
	cursor:pointer;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	position:relative;
	width:12px;
	height:12px;
	padding:0;
	-webkit-appearance:none;
}
#intro .s0_1 .slick-dots .slick-active button,
#intro .s0_1 .slick-dots button:hover {
	background:#0d4e98;
}
#intro .s0_2 {
	width:50%;
}
#intro .s0_2 h1 {
	color:#fff;
	font-size:40px;
	text-align:center;
	line-height:1;
	min-height:240px;
	margin:60px 0 0;
}
#intro .s0_2 h1 span {
	display:block;
	text-shadow:0 0 5px rgba(0,0,0,0.8),0 0 10px rgba(0,0,0,0.8);
	margin:13px 0 0;
}
#intro .s0_2 p {
	margin:42px 0 0 20px;
}
#intro .s0_2 ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-size:15px;
	font-weight:bold;
	margin:12px 0 0 20px;
}
#intro .s0_2 ul li {
	display:flex;
	width:49%;
	margin:10px 0 0;
}
#intro .s0_2 ul li a {
	border:1px solid #063f99;
	color:#063f99;
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	position:relative;
	padding:16px 9% 14px;
}
#intro .s0_2 ul li a::before {
	border-top:1px solid #063f99;
	border-right:1px solid #063f99;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	right:7%;
	transform:rotate(45deg);
	margin-top:-2px;
}
#intro .s0_2 ul li a:hover,
#intro .s0_2 ul li a:active {
	background:#063f99;
	color:#fff;
}
#intro .s0_2 ul li a:hover::before,
#intro .s0_2 ul li a:active::before {
	border-color:#fff;
}
#intro .s0_2 ul li a img {
	width:17px;
	height:18px;
	margin:0 0 0 8px;
}

#youtube-area{
	height: calc((100vh - 80px) * 0.65);
	overflow: hidden;
	position: relative;
}
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:.5s;
  animation-fill-mode:forwards;
}
@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
.youtube-mask{
    position: absolute!important;
    z-index: 99;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
}
.js-modal-btn {
	cursor: pointer;
	position: relative;
}
.js-modal-btn.btn {
	background: #fff;
	color: #666;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 40px;
	padding: 10px;
	position: relative;
	max-width: 200px;
	border: 1px solid #666;
}
.js-modal-btn.btn:hover {
	background: #666;
	color: #fff;
}
.js-modal-btn.btn::before {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: rotate(45deg);
    margin-top: -2px;

}
.js-modal-btn.btn:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* ======================= */

#movie .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    padding: 0 6%;
}
#movie .inner .js-modal-btn {
    margin: 1%;
    width: 23%;	
	text-align: center;
}
#movie .inner .js-modal-btn .img {
	position: relative;
	margin-bottom: 10px;
}
#movie .inner .js-modal-btn .img .play {
    display: block;
    width: 50px;
    height: 50px;
    background: #007c36;
    border-radius: 50px;
    position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    pointer-events: none;
}
#movie .inner .js-modal-btn .img .play::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%,-50%);
}
#movie .inner .js-modal-btn img {
	vertical-align: top;
}

/* ======================= */


#scene01 {
	position:relative;
	margin:50px 0 0;
	padding:135px 0 0;
	z-index:2;
}
#scene01::before {
	background:url(../images/0/bg02.jpg) 50% 50% / cover no-repeat;
	content:"";
	height:200px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
#scene01::after {
	background:#fff;
	content:"";
	position:absolute;
	top:135px;
	left:50%;
	right:0;
	bottom:0;
	z-index:-1;
}
#scene01 .col {
	background:#fff;
	padding:41px 4% 0;
}
#scene01 .col h2 {
	color:#007c36;
	font-family:'Barlow', sans-serif;
	font-size:40px;
	font-weight:600;
	text-align:left;
	letter-spacing:0.05em;
	line-height:1;
	white-space:nowrap;
	margin:1px 0 0;
}
#scene01 .col p {
	letter-spacing:0.05em;
	margin:0 0 0 7%;
}
#scene01 ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	text-align:center;
	margin:42px 0 0;
	padding:0 4%;
}
#scene01 ul li {
	display:flex;
	font-weight:bold;
	width:22%;
}
#scene01 ul li a {
	border:1px solid #e6e6e6;
	color:#000;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-flow:column;
	font-size:18px;
	width:100%;
	height:100%;
	position:relative;
	padding:39px 5px 40px;
}
#scene01 ul li a:hover,
#scene01 ul li a:active {
	border-color:#007c36;
}
#scene01 ul li a::before {
	background:url(../images/0/openwin.png) 0 0 / 14px no-repeat;
	content:"";
	width:14px;
	height:14px;
	position:absolute;
	top:9px;
	right:9px;
}
#scene01 ul li:first-child a span {
	display:block;
	font-size:14px;
	line-height:1.29;
	margin:0 0 2px;
}
#scene01 ul li:nth-child(2) a img {
	width:129px;
}
#scene01 ul li:nth-child(2) a span {
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height:1.29;
	margin:7px 0 0;
}
#scene01 ul li:nth-child(4) a span {
	display:block;
	font-size:14px;
	line-height:1.29;
	margin:0 0 2px;
}


/* ======================= */


#scene02 {
	position:relative;
	z-index:2;
}
#scene02::before {
	background:#007c36;
	content:"";
	height:200px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
#scene02::after {
	background:#fff;
	content:"";
	position:absolute;
	top:135px;
	right:50%;
	left:0;
	bottom:0;
	z-index:-1;
}
#scene02 h2 {
	color:#fff;
	font-family:'Barlow', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-size:40px;
	font-weight:600;
	text-align:left;
	letter-spacing:0.05em;
	line-height:135px;
	margin:0;
}
#scene02 .s2_1 .col {
	background:#fff;
	padding:43px 0 0;
}
#scene02 .s2_1 .col p {
	letter-spacing:0.05em;
	width:50%;
	padding:0 4% 0 0;
}
#scene02 .s2_1 .col p.copy {
	letter-spacing:0;
}
#scene02 h3 {
	color:#007c36;
	font-size:30px;
	margin:40px 0 7px;
}
#scene02 h3 .small {
	font-size:20px;
	vertical-align:text-top;
}
#scene02 .s2_2 {
	width:65.4%;
	padding:0 3.6% 0 0;
}
#scene02 .s2_2 p {
	font-weight:bold;
}
#scene02 .s2_2 table{
	border-top:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
	margin:21px 0 0;
}
#scene02 .s2_2 table th,
#scene02 .s2_2 table td{
	border-bottom:1px solid #ccc;
	font-size:16px;
	line-height:1.875;
	vertical-align:top;
	padding:10px 0;
}
#scene02 .s2_2 table th{
	font-weight:bold;
	text-align:left;
	width:6em;
}
#scene02 .s2_2 ul{
	display:flex;
	margin:30px 0 0 -20px;
}
#scene02 .s2_2 ul li{
	width:71px;
	margin:0 0 0 20px;
}
#scene02 .s2_3 {
	width:34.6%;
	margin:50px 0 0;
}
#scene02 .s2_4 p {
	letter-spacing:0.05em;
}
#scene02 .s2_4 p:last-child {
	margin:40px 0 0;
}
#scene02 .s2_5 {
	width:41.9%;
	margin:-5px 0 0;
	padding:0 4.5% 0 0;
}
#scene02 .s2_5 p {
	letter-spacing:0.05em;
}
#scene02 .s2_6 {
	width:58.1%;
	margin:50px 0 0;
}
#scene02 .s2_7 {
	width:54.6%;
	margin:-1px 0 0;
	padding:0 4.5% 0 0;
}
#scene02 .s2_7 p {
	letter-spacing:0.05em;
}
#scene02 .s2_8 {
	width:45.4%;
	margin:22px 0 0;
}
#scene02 .s2_9 {
	margin:24px 0 0;
}
#scene02 .s2_9 p:first-child {
	font-size:14px;
	line-height:2.14;
	padding:4px 0 0;
}
#scene02 .s2_9 p:first-child::after{
	content:"";
	display:block;
	clear:both;
}
#scene02 .s2_9 p:first-child img {
	float:left;
	width:207px;
	margin:-4px 16px 0 0;
}
#scene02 .s2_10 {
	border:1px solid #ccc;
	margin:55px 0 0;
	padding:13px 1.8% 12px;
}
#scene02 .s2_10 ul {
	font-size:14px;
	letter-spacing:0.05em;
}
#scene02 .s2_10 ul li {
	text-indent:-2em;
	margin-left:2em;
}


/* ======================= */


#scene03 {
	position:relative;
	z-index:2;
}
#scene03::before {
	background:#007c36;
	content:"";
	height:200px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
#scene03::after {
	background:#fff;
	content:"";
	position:absolute;
	top:135px;
	left:50%;
	right:0;
	bottom:0;
	z-index:-1;
}
#scene03 h2 {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-align:left;
	letter-spacing:0.05em;
	line-height:135px;
	margin:0;
	padding:0 0 0 31.2%;
}

#scene03 h3 {
	font-size: 30px;
	color:#007c36;
}
#scene03 .s3_1 .col {
	background:#fff;
	padding:44px 0 0;
}
#scene03 .s3_1 .col > p {
	text-align:center;
	width:31.2%;
	position:relative;
	margin:-146px 0 0;
	padding:0 8px 0 0;
}
#scene03 .s3_1 .col > p span {
	font-family:'Barlow', sans-serif;
	font-size:14px;
	font-weight:500;
	text-align:right;
	position:absolute;
	right:70px;
	bottom:28px;
}
#scene03 .s3_1 .col div {
	width:68.8%;
}
#scene03 .s3_1 .col div p.copy {
	margin:0 0 13px;
}
#scene03 .s3_1 .col div p .small {
	font-size:12px;
	vertical-align:top;
}
#scene03 .s3_2 {
	margin:9px 0 0;
}
#scene03 .s3_2 .col {
	justify-content:space-between;
}
#scene03 .s3_2 .col > div {
	width:32%;
}
#scene03 .s3_2 h4 {
	color:#007c36;
	font-size:28px;
	text-align:center;
	margin:8px 0 7px;
}
#scene03 .s3_2 h4 .small {
	font-size:17px;
	vertical-align:text-top;
}
#scene03 .s3_2 p {
	letter-spacing:0.05em;
}
#scene03 .s3_2 p.center {
	margin:11px 0 0;
}
#scene03 .s3_3 {
	border:1px solid #ccc;
	margin:55px 0 0;
	padding:13px 1.8% 12px;
}
#scene03 .s3_3 ul {
	font-size:14px;
	line-height:1.71;
}
#scene03 .s3_3 ul li {
	text-indent:-2em;
	margin-left:2em;
}


/* ======================= */


#scene04 {
	position:relative;
	z-index:2;
}
#scene04::after {
	background:#fff;
	content:"";
	position:absolute;
	top:135px;
	right:50%;
	left:0;
	bottom:0;
	z-index:-1;
}
#scene04 h2 {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-align:left;
	letter-spacing:0.05em;
	line-height:135px;
	margin:0;
}
#scene04 .s4_1 {
	background:#fff;
	padding:44px 0 0;
}
#scene04 .s4_1 h3 {
    font-size: 30px;
    color: #007c36;
}
#scene04 .s4_1 p {
	position:relative;
	z-index:1;
}
#scene04 .s4_1 .copy {
	margin:0 0 14px;
}
#scene04 .s4_1 div {
	margin:-79px 0 0;
}
#scene04 .s4_2 {
	margin:16px 0 0;
}
#scene04 .s4_2 p {
	color:#007c36;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.67;
}
#scene04 .s4_2 .col {
	justify-content:center;
	margin:10px 0 0;
}
#scene04 .s4_2 .col div:first-child {
	width:26.2%;
}
#scene04 .s4_2 .col div:nth-child(2) {
	width:26.9%;
	margin-left:4.4%;
}
#scene04 .s4_2 .col div:nth-child(3) {
	width:28.3%;
	position:relative;
	margin-left:4.1%;
}
#scene04 .s4_2 .col div:nth-child(3) dl {
	font-size:14px;
	line-height:1.71;
	position:absolute;
	left:49%;
	bottom:3px;
	white-space:nowrap;
}
#scene04 .s4_2 .col div:nth-child(3) dl dt {
	font-weight:bold;
	margin:4px 0 -2px;
}
#scene04 .s4_2 .col div:nth-child(3) dl dd {
	margin:0;
}
#scene04 .s4_3 {
	background:#e5f2eb;
	margin:143px 0 0;
	padding:0 0 86px;
}
#scene04 .s4_3 h3 {
	text-align:center;
	margin:0;
	transform:translateY(-31px);
}
#scene04 .s4_3 h3 img {
	display:block;
	margin:0 auto;
}
#scene04 .s4_3 h3 span {
	display:block;
	line-height:1;
}
#scene04 .s4_3 h3 span:nth-child(2) {
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.2em;
	margin:15px 0 0;
}
#scene04 .s4_3 h3 span:nth-child(3) {
	font-family:'Barlow', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-size:46px;
	font-weight:500;
	letter-spacing:0.1em;
	margin:12px 0 0;
}
#scene04 .s4_3 h3 span:nth-child(4) {
	font-size:16px;
	margin:16px 0 0;
}
#scene04 .s4_3 h3 span:nth-child(4) .small {
	display:inline;
	font-size:12px;
	vertical-align:text-top;
}
#scene04 .js-modal-btn.btn {
	margin: 30px 0 40px;
}
#scene04 .js-modal-btn.btn.center {
	margin: 0 auto 30px;
}
#scene04 .s4_3_col.col {
	flex-wrap:wrap;
	margin:47px 0 0;
}
#scene04 .s4_3_col.col > div {
	width:50%;
	position:relative;
}
#scene04 .s4_3_col.col > div::before {
	background:#007c36;
	color:#fff;
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:35px;
	width:35px;
	height:35px;
	position:absolute;
}
#scene04 .s4_3_1 {
	border-bottom:1px solid #fff;
	padding:0 0 43px;
}
#scene04 .s4_3_1::before {
	content:"1";
	right:0;
	bottom:0;
}
#scene04 .s4_3_1 p:first-child {
	text-align:right;
	padding:0 9.2% 0 0;
}
#scene04 .s4_3_1 p:last-child {
	margin:10px 0 0;
}
#scene04 .s4_3_2 {
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
#scene04 .s4_3_2::before {
	content:"2";
	left:0;
	bottom:0;
}
#scene04 .s4_3_2 p:first-child {
	margin:2px 0 0;
	padding:0 0 0 9%;
}
#scene04 .s4_3_2 p:last-child {
	margin:21px 0 0;
	padding:0 0 0 5.2%;
}
#scene04 .s4_3_3::before {
	content:"3";
	top:0;
	right:0;
}
#scene04 .s4_3_3 p:nth-child(2) {
	width:44.1%;
	margin:43px 0 0;
	padding:0 7.2% 0 0;
}
#scene04 .s4_3_3 p:last-child {
	width:55.9%;
	margin:50px 0 0;
	padding:0 8.7% 0 0;
}
#scene04 .s4_3_4 {
	border-left:1px solid #fff;
	position:relative;
}
#scene04 .s4_3_4::before {
	content:"4";
	top:0;
	left:0;
}
#scene04 .s4_3_4 p:first-child {
	position:absolute;
	top:-99px;
	right:0;
	width:45.4%;
}
#scene04 .s4_3_4 p:nth-child(2) {
	margin:44px 0 0;
	padding:0 0 0 8.9%;
}
#scene04 .s4_3_4 p:nth-child(2) .small {
	font-size:12px;
	vertical-align:top;
}
#scene04 .s4_3_4 p:nth-child(3) {
	color:#007c36;
	font-size:14px;
	font-weight:bold;
	line-height:1.71;
	margin:6px 0 0;
	padding:0 0 0 8.9%;
}
#scene04 .s4_3_4 p:nth-child(4) {
	font-size:14px;
	font-weight:bold;
	line-height:1.1;
	margin:16px 0 0;
	padding:0 0 0 8.9%;
}
#scene04 .s4_3_4 p:nth-child(4) span {
	color:#007c36;
	font-size:24px;
}
#scene04 .s4_3_4 p:nth-child(5) {
	font-size:14px;
	font-weight:bold;
	line-height:1.1;
	margin:17px 0 0;
	padding:0 0 0 8.9%;
}
#scene04 .s4_3_4 p:nth-child(5) span {
	color:#007c36;
	font-size:24px;
}
#scene04 .s4_3_4 p:nth-child(6) {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:0;
}
#scene04 .s4_3_5 {
	border:1px solid #ccc;
	margin:55px 0 0;
	padding:13px 1.8% 12px;
}
#scene04 .s4_3_5 ul {
	font-size:14px;
	line-height:1.71;
}
#scene04 .s4_3_5 ul li {
	text-indent:-2em;
	margin-left:2em;
}
#scene04 .s4_3_5 ul li:nth-child(2) {
	color:#f00;
}


/* ======================= */


#scene05 {
	position:relative;
	margin:80px 0 0;
	z-index:2;
}
#scene05::before {
	background:#007c36;
	content:"";
	height:200px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
#scene05::after {
	background:#fff;
	content:"";
	position:absolute;
	top:135px;
	right:50%;
	left:0;
	bottom:0;
	z-index:-1;
}
#scene05 h2 {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-align:left;
	letter-spacing:0.05em;
	line-height:135px;
	margin:0;
}
#scene05 .s5_1 {
	background:#fff;
	padding:44px 0 0;
}
#scene05 .s5_1 .col {
	justify-content:space-between;
	margin:40px 0 0;
}
#scene05 .s5_1 .col > div:last-child {
	width:31.8%;
	padding:0 0 0 4%;
}
#scene05 .s5_1 ol {
	border-top:1px solid #ccc;
	counter-reset:count;
	font-size:15px;
	line-height:1.2;
	margin:7px 0 0;
}
#scene05 .s5_1 ol li {
	border-bottom:1px solid #ccc;
	display:flex;
	position:relative;
}
#scene05 .s5_1 ol li::before {
	background:#007c36;
	color:#fff;
	counter-increment:count;
	content:counter(count);
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-15px;
}
#scene05 .s5_1 ol li span,
#scene05 .s5_1 ol li a {
	color:#000;
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	min-height:59px;
	position:relative;
	padding:11px 10px 11px 41px;
}
#scene05 .s5_1 ol li a::before {
	border-top:1px solid #000;
	border-right:1px solid #000;
	content:"";
	width:4px;
	height:4px;
	position:absolute;
	top:50%;
	right:0;
	transform:rotate(45deg);
	margin-top:-2px;
}
#scene05 .s5_1 ol + p {
	font-size:14px;
	line-height:1.71;
	text-align:center;
	margin:20px 0 0;
}
#scene05 h3 {
	color:#007c36;
	font-size:28px;
	margin:40px 0 7px;
}
#scene05 h3 .topic {
	background:#0e783a;
	border-radius:5px;
	color:#fff;
	display:inline-block;
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:600;
	letter-spacing:0.05em;
	margin:0 15px 0 0;
	padding:0 10px;
	vertical-align:middle;
}
#scene05 .s5_2 > .col {
	justify-content:space-between;
	margin:18px 0 0;
}
#scene05 .s5_2 > .col > div:first-child {
	width:42.7%;
}
#scene05 .s5_2 > .col > div:last-child {
	width:54.5%;
}
#scene05 .s5_2 > .col > div > div:first-child {
	line-height:0;
}
#scene05 .s5_2 h4 {
	background:url(../images/0/check1.png) 0 0.55em no-repeat;
	color:#007c36;
	font-size:18px;
	margin:11px 0 0;
	padding:0 0 0 23px;
}
#scene05 .s5_2 ul {
	margin:3px 0 0 24px;
}
#scene05 .s5_2 ul li {
	position:relative;
	padding:0 0 0 15px;
}
#scene05 .s5_2 ul li::before {
	background:#007c36;
	content:"";
	width:7px;
	height:7px;
	position:absolute;
	top:0.7em;
	left:0;
}
#scene05 .s5_2 p {
	margin:3px 0 0 24px;
}
#scene05 .s5_2 p .small {
	font-size:12px;
	vertical-align:top;
}
#scene05 .s5_2 .col .col {
	justify-content:space-between;
	padding:0 1.5% 0 0;
}
#scene05 .s5_2 .col .col div:last-child p {
	margin:34px 0 0;
}
#scene05 .s5_2 .col .col div:last-child p img {
	width:220px;
}
#scene05 .s5_3 {
	margin:43px 0 0;
	padding:0 0 0 2%;
}
#scene05 .s5_3 ul li {
	justify-content:center;
	text-align:center;
	width:25.5%;
}
#scene05 .s5_3 ul li:nth-child(2) {
	margin:0 9.5%;
}
#scene05 .s5_3 ul li img {
	display:block;
	margin:0 auto 2px;
}
#scene05 .s5_4 {
	margin:42px 0 0;
}
#scene05 .s5_4 > div:first-child {
	width:33.9%;
}
#scene05 .s5_4 > div:last-child {
	width:66.1%;
	padding:0 0 0 2.4%;
}
#scene05 .s5_4 h4 {
	color:#007c36;
	font-size:18px;
	line-height:30px;
	position:relative;
	margin:14px 0 0;
	padding:0 0 0 49px;
}
#scene05 .s5_4 h4:first-child {
	margin-top:0;
}
#scene05 .s5_4 h4 span {
	background:#007c36;
	color:#fff;
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
}
#scene05 .s5_4 p {
	margin:6px 0 0 48px;
}
#scene05 .s5_5 {
	margin:30px 0 0;
}
#scene05 .s5_5 > div:first-child {
	width:71.2%;
}
#scene05 .s5_5 > div:last-child {
	width:28.8%;
	padding:0 0 0 3.3%;
}
#scene05 .s5_5 p {
	line-height:0;
}
#scene05 .s5_6 {
	max-width:600px;
	margin:30px auto 47px;
}
#scene05 .s5_6 p {
	font-size:15px;
	font-weight:bold;
}
#scene05 .s5_6 p a {
	border:1px solid #063f99;
	color:#063f99;
	display:block;
	position:relative;
	padding:16px 4.6% 14px;
}
#scene05 .s5_6 p a::before {
	border-top:1px solid #063f99;
	border-right:1px solid #063f99;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	right:4.8%;
	transform:rotate(45deg);
	margin-top:-2px;
}
#scene05 .s5_6 p a:hover,
#scene05 .s5_6 p a:active {
	background:#063f99;
	color:#fff;
}
#scene05 .s5_6 p a:hover::before,
#scene05 .s5_6 p a:active::before {
	border-color:#fff;
}
#scene05 .s5_6 p a img {
	width:17px;
	height:18px;
	margin:-4px 0 0 8px;
	vertical-align:middle;
}
#scene05 .s5_7 {
	margin:19px 0 0;
}
#scene05 .s5_7 > div:first-child {
	line-height:0;
	width:36.4%;
}
#scene05 .s5_7 > div:last-child {
	width:63.6%;
	padding:0 0 0 3.6%;
}
#scene05 .s5_7 p {
	font-weight:bold;
}
#scene05 .s5_7 p + ul {
	margin:20px 0 0;
}
#scene05 .s5_7 p + ul li {
	background:url(../images/0/check2.png) 0 0.55em no-repeat;
	margin:6px 0 0;
	padding:0 0 0 23px;
}
#scene05 .s5_7 p + ul li .small {
	font-size:12px;
	vertical-align:top;
}
#scene05 .s5_8 {
	border:1px solid #ccc;
	margin:55px 0 0;
	padding:13px 1.8% 12px;
}
#scene05 .s5_8 ul {
	font-size:14px;
	line-height:1.71;
}
#scene05 .s5_8 ul li {
	text-indent:-2em;
	margin-left:2em;
}
#scene05 .s5_8 ul li:nth-child(2) {
	text-indent:-2.5em;
	margin-left:2.5em;
}
#scene05_modal .modal-content {
	max-width:1100px;
	max-height:600px;
}
#scene05_modal .modal-inner {
	max-width:1000px;
	margin:10px auto;
}
#scene05_modal .modal-inner h3 {
	color:#007c36;
	font-size:24px;
	line-height:1.3;
	position:relative;
	min-height:35px;
	margin:0 -15px 30px 0;
	padding:3px 0 0 53px;
}
#scene05_modal .modal-inner h3 span {
	background:#007c36;
	color:#fff;
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	width:35px;
	height:35px;
	line-height:35px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-17px;
}
#scene05_modal .modal-inner .col p:first-child {
	width:40%;
}
#scene05_modal .modal-inner .col p:last-child {
	width:60%;
	padding:0 0 0 5%;
}
#scene05_modal #s5m1 .modal-inner .col p:first-child {
/*	width:21%;*/
	padding:0 1% 0 0;
}
#scene05_modal #s5m1 .modal-inner .col p:last-child {
	width:59%;
	padding:0;
}
#scene05_modal #s5m3 .modal-inner .col p:first-child {
	width:25%;
}


/* ======================= */


#scene06 {
	position:relative;
	margin:80px 0 0;
	z-index:2;
}
#scene06::before {
	background:#007c36;
	content:"";
	height:200px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
#scene06::after {
	background:#fff;
	content:"";
	position:absolute;
	top:135px;
	right:50%;
	left:0;
	bottom:0;
	z-index:-1;
}
#scene06 h2 {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-align:left;
	letter-spacing:0.05em;
	line-height:135px;
	margin:0;
}
#scene06 .s6_1 {
	background:#fff;
	padding:44px 0 0;
}
#scene06 .s6_1 div {
	text-align:center;
	line-height:0;
	margin:50px 0 0;
}
#scene06 .s6_2 {
	margin:29px 0 0;
}
#scene06 .s6_2 .s6_2-slider {
	text-align:center;
	line-height:1.3;
}
#scene06 .s6_2 .s6_2-slider img {
	display:block;
	margin:0 auto 18px;
}
#scene06 .s6_2 .s6_2-slider span {
	color:#f00;
	display:block;
	font-family:'Barlow', sans-serif;
	font-size:14px;
	font-weight:500;
	margin:4px 0 0;
}
#scene06 .s6_2 .slick-slide {
	border:none;
	width:224px;
	height:auto;
	padding:0 12px;
}
#scene06 .s6_2 .slick-slide img {
	position:static;
	-webkit-transform:none;
	transform:none;
}
#scene06 .s6_2 .slick-arrow {
	background:#f79d00;
	border:none;
	cursor:pointer;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:34px;
	height:34px;
	position:absolute;
	top:33px;
	padding:0;
	z-index:1;
	-webkit-appearance:none;
}
#scene06 .s6_2 .slick-arrow.slick-prev {
	left:50%;
	margin-left:-144px;
}
#scene06 .s6_2 .slick-arrow.slick-next {
	right:50%;
	margin-right:-144px;
}
#scene06 .s6_2 .slick-arrow::before {
	border-top:2px solid #fff;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	margin:-3px 0 0;
}
#scene06 .s6_2 .slick-arrow.slick-prev::before {
	border-left:2px solid #fff;
	left:50%;
	margin-left:-2px;
	transform:rotate(-45deg);
}
#scene06 .s6_2 .slick-arrow.slick-next::before {
	border-right:2px solid #fff;
	right:50%;
	margin-right:-2px;
	transform:rotate(45deg);
}
#scene06 h3 {
	color:#007c36;
	font-size:28px;
	margin:40px 0 7px;
}
#scene06 h3 .small {
	font-size:17px;
	vertical-align:text-top;
}
#scene06 .s6_3 div:first-child {
	width:30.4%;
	margin:2px 0 0;
	padding:0 2.7% 0 0;
}
#scene06 .s6_3 div:last-child {
	width:69.6%;
	margin:8px 0 0;
}
#scene06 .s6_3 div:last-child p {
	line-height:0;
}
#scene06 h4 {
	background:url(../images/0/check1.png) 0 0.55em no-repeat;
	color:#007c36;
	font-size:18px;
	margin:37px 0 0;
	padding:0 0 0 23px;
}
#scene06 h3 + p + h4 {
	margin-top:22px;
}
#scene06 .s6_4 {
	margin:10px 0 0;
}
#scene06 .s6_4 ul {
	text-align:center;
}
#scene06 .s6_4 ul li {
	width:18.2%;
	margin:0 0 0 2.25%;
}
#scene06 .s6_4 ul li:first-child {
	margin-left:0;
}
#scene06 .s6_4 ul li img {
	display:block;
	margin:3px auto 0;
}
#scene06 .s6_5 ul {
	text-align:center;
	width:59.1%;
}
#scene06 .s6_5 ul li {
	width:30.8%;
	margin:0 0 0 3.8%;
}
#scene06 .s6_5 ul li:first-child {
	margin-left:0;
}
#scene06 .s6_5 ul li img {
	display:block;
	margin:3px auto 0;
}
#scene06 .s6_5 p {
	font-size:14px;
	line-height:2.14;
	width:40.9%;
	margin:24px 0 0;
	padding:0 0 0 2.5%;
}
#scene06 .s6_6 {
	border:1px solid #ccc;
	margin:55px 0 0;
	padding:13px 1.8% 12px;
}
#scene06 .s6_6 ul {
	font-size:14px;
	line-height:1.71;
}
#scene06 .s6_6 ul li {
	text-indent:-2.5em;
	margin-left:2.5em;
}


/* ======================= */


#scene07 {
	position:relative;
	margin:70px 0 0;
	z-index:2;
}
#scene07::before {
	background:#007c36;
	content:"";
	height:200px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
}
#scene07::after {
	background:#fff;
	content:"";
	position:absolute;
	top:133px;
	right:50%;
	left:0;
	bottom:0;
	z-index:-1;
}
#scene07 h2 {
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-align:left;
	letter-spacing:0.05em;
	line-height:133px;
	margin:0;
}
#scene07 .s7_1 {
	background:#fff;
	padding:43px 0 0;
}
#scene07 .s7_1 p {
	position:relative;
	z-index:1;
}
#scene07 .s7_1 .copy {
	margin:0 0 3px;
}
#scene07 .s7_2 {
	margin:-36px 0 0;
}
#scene07 .s7_3 {
	margin:40px 0 0;
}
#scene07 .s7_3 h3 {
	color:#007c36;
	font-size:24px;
	margin:0;
}
#scene07 .s7_3 ol {
	counter-reset:count;
	display:flex;
	flex-wrap:wrap;
	font-size:15px;
	line-height:1.2;
	margin:7px 0 0;
}
#scene07 .s7_3 ol li {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display:flex;
	width:22.7%;
	position:relative;
	margin:-1px 0 0 3.06%;
}
#scene07 .s7_3 ol li:first-child,
#scene07 .s7_3 ol li:nth-child(4n+1) {
	margin-left:0;
}
#scene07 .s7_3 ol li:nth-child(12) {
	letter-spacing:-0.06em;
}
#scene07 .s7_3 ol li::before {
	background:#007c36;
	box-sizing:border-box;
	color:#fff;
	counter-increment:count;
	content:counter(count);
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	letter-spacing:0.1em;
	line-height:30px;
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-15px;
	padding-left:2px;
}
#scene07 .s7_3 ol li span,
#scene07 .s7_3 ol li a {
	color:#000;
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	min-height:59px;
	position:relative;
	padding:11px 10px 11px 41px;
}
#scene07 .s7_3 ol li a::before {
	border-top:1px solid #000;
	border-right:1px solid #000;
	content:"";
	width:4px;
	height:4px;
	position:absolute;
	top:50%;
	right:0;
	transform:rotate(45deg);
	margin-top:-2px;
}
#scene07 .s7_4 {
	margin:38px 0 0;
}
#scene07 .s7_4 h3 {
	color:#f79d00;
	font-size:24px;
	margin:0;
}
#scene07 .s7_4 ol {
	counter-reset:count;
	display:flex;
	flex-wrap:wrap;
	font-size:15px;
	line-height:1.2;
	margin:7px 0 0;
}
#scene07 .s7_4 ol li {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display:flex;
	width:22.7%;
	position:relative;
	margin:-1px 0 0 3.06%;
}
#scene07 .s7_4 ol li:first-child,
#scene07 .s7_4 ol li:nth-child(4n+1) {
	margin-left:0;
}
#scene07 .s7_4 ol li::before {
	background:#f79d00;
	color:#fff;
	counter-increment:count;
	content:counter(count);
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	letter-spacing:0.1em;
	line-height:30px;
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-15px;
}
#scene07 .s7_4 ol li span,
#scene07 .s7_4 ol li a {
	color:#000;
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	min-height:59px;
	position:relative;
	padding:11px 10px 11px 41px;
}
#scene07 .s7_4 ol li a::before {
	border-top:1px solid #000;
	border-right:1px solid #000;
	content:"";
	width:4px;
	height:4px;
	position:absolute;
	top:50%;
	right:0;
	transform:rotate(45deg);
	margin-top:-2px;
}
#scene07_modal .modal-content {
	max-width:600px;
	max-height:580px;
}
#scene07_modal .modal-inner {
	max-width:400px;
	margin:60px auto 30px;
}
#scene07_modal .modal-inner h4 {
	color:#007c36;
	font-size:24px;
	line-height:1.3;
	position:relative;
	min-height:35px;
	margin:0 -15px 30px 0;
	padding:3px 0 0 53px;
}
#scene07_modal .modal-inner h4 span {
	background:#007c36;
	color:#fff;
	font-family:'Barlow', sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	width:35px;
	height:35px;
	line-height:35px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-17px;
}
#scene07_modal .modal-inner p {
	line-height:1;
}
#scene07_modal .modal-inner p.notes {
	font-size:14px;
	line-height:1.5;
	margin:5px 0 0;
}
#scene07_modal .option .modal-inner h4 {
	color:#f79d00;
}
#scene07_modal .option .modal-inner h4 span {
	background:#f79d00;
}


/* ======================= */


#notes {
	margin:60px 0 0;
}
#notes p {
	font-size:12px;
	text-indent:-1em;
	margin-left:1em;
}


/* ======================= */


#bgGray {
	background:#eee;
	margin:60px 0 0;
}
#bgGray .inner {
	padding:30px 4%;
}
#bgGray ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-size:15px;
	font-weight:bold;
}
#bgGray ul li {
	display:flex;
	width:22.5%;
}
#bgGray ul li a {
	border:1px solid #063f99;
	color:#063f99;
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	position:relative;
	padding:16px 9% 14px;
}
#bgGray ul li a::before {
	border-top:1px solid #063f99;
	border-right:1px solid #063f99;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	right:7%;
	transform:rotate(45deg);
	margin-top:-2px;
}
#bgGray ul li a:hover,
#bgGray ul li a:active {
	background:#063f99;
	color:#fff;
}
#bgGray ul li a:hover::before,
#bgGray ul li a:active::before {
	border-color:#fff;
}
#bgGray ul li a img {
	width:17px;
	height:18px;
	margin:0 0 0 8px;
}


/* ======================= */


#pagetop {
	position:fixed;
	right:50px;
	bottom:50px;
	z-index:9999;
}
#pagetop a {
	background:#007c36;
	display:block;
	text-indent:100%;
	overflow:hidden;
	position:relative;
	white-space:nowrap;
	width:44px;
	height:44px;
}
#pagetop a::before {
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	content:"";
	width:4px;
	height:4px;
	position:absolute;
	top:50%;
	left:50%;
	transform:rotate(-45deg);
	margin:-1px 0 0 -2px;
}


@media screen and (min-width:1300px){

#con_menu .inner {
	padding:0 50px;
}

/*******************************************************/}


@media screen and (min-width:751px) {
	.pcn {
		display:none;
	}
	#scene03 h2 + .js-modal-btn.btn,
	#scene06 h2 + .js-modal-btn.btn {
		position: absolute;
		right: 0;
		top: 10px;
		width: 200px;
	}


/*******************************************************/}


@media screen and (max-width:1175px){

	#scene04 .s4_3_4 p:nth-child(6) {
		text-align:right;
		position:static;
		margin:5px 0 0;
	}

/*******************************************************/}


/* モバイル *********************************************/
@media screen and (max-width:750px){
	#crevo250g5{
		font-size:14px;
		line-height:1.714;
	}
	

/* ======================= */


	.spn {
		display:none;
	}
	#crevo250g5 .inner{
		max-width:100%;
		padding:0 25px;
	}
	.col{
		flex-direction:column;
	}
	.copy {
		font-size:18px;
	}
	.modal{
		height:-webkit-fill-available;
	}
	.modal-content{
		height:94%;
		padding:25px;
	}
	.modal-content .js-modal-close{
		background-size:20px;
		width:20px;
		height:20px;
		top:15px;
		right:15px;
	}

/* ======================= */


	#con_menu::before {
		background:#007c36;
		content:"";
		width:44px;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		z-index:1;
	}
	#con_menu .inner {
		padding:0 44px 0 15px;
	}
	#con_menu .inner::before {
		border-left:1px solid #fff;
		content:"";
		position:absolute;
		top:10px;
		right:29px;
		bottom:10px;
		z-index:1;
	}
	#con_menu .inner::after {
		border-top:2px solid #fff;
		border-right:2px solid #fff;
		content:"";
		width:4px;
		height:4px;
		position:absolute;
		top:50%;
		right:15px;
		transform:rotate(45deg);
		margin-top:-3px;
		z-index:1;
	}
	#con_menu .scroll-wrap {
		overflow-x:auto;
		overflow-scrolling:touch;
		-webkit-overflow-scrolling:touch;
	}
	#con_menu h1 {
		font-size:18px;
		line-height:50px;
		padding:0;
	}
	#con_menu ul {
		font-size:13px;
		flex-wrap:nowrap;
		line-height:50px;
		white-space:nowrap;
		margin:0 0 0 28px;
		padding:0;
	}
	#con_menu ul li {
		margin-left:1.2em;
	}
	#con_menu ul li a {
		padding:0;
	}


/* ======================= */


	#intro::before {
		background:url(../images/0/bg01_sp.jpg) 50% 50% / cover no-repeat;
		height:225px;
	}
	#intro .inner {
		padding:0 25px;
	}
	#intro .s0_1 {
		width:100%;
		margin:90px 0 0;
	}
	#intro .s0_1 .slick-slide img.spn {
		display:none;
	}
	#intro .s0_1 .slick-slide img.pcn {
		display:block;
	}
	#intro .s0_1 .slick-dots {
		top:auto;
		left:0;
	}
	#intro .s0_1 .slick-dots li {
		margin:0 0 0 13px;
	}
	#intro .s0_1 .slick-dots li:first-child {
		margin:0;
	}
	#intro .s0_1 .slick-dots button {
		width:11px;
		height:11px;
	}
	#intro .s0_2 {
		width:auto;
	}
	#intro .s0_2 h1 {
		font-size:20px;
		text-align:left;
		min-height:0;
		position:absolute;
		top:23px;
		left:25px;
		margin:0;
	}
	#intro .s0_2 h1 img {
		display:block;
		width:251px;
		margin:0 0 0 -3px;
	}
	#intro .s0_2 h1 span {
		margin:10px 0 0;
	}
	#intro .s0_2 p {
		margin:26px 0 0;
	}
	#intro .s0_2 ul {
		display:none;
	}
	#youtube-area {
		height: 0;
		padding-top: 56.25%;
	}

	
/* ======================= */

	#movie .inner .js-modal-btn {
		width: 48%;
	}

/* ======================= */


	#scene01 {
		margin:19px 0 0;
		padding:75px 0 0;
	}
	#scene01::before {
		background-image:url(../images/0/bg02_sp.jpg);
		height:100px;
	}
	#scene01::after {
		top:75px;
		left:0;
		right:15px;
	}
	#scene01 .col {
		padding:35px 0 0;
	}
	#scene01 .col h2 {
		font-size:30px;
		margin:0;
	}
	#scene01 .col p {
		margin:22px 0 0;
	}
	#scene01 ul {
		border:1px solid #e6e6e6;
		margin:17px 0 0;
		padding:0;
	}
	#scene01 ul li {
		border-top:1px solid #e6e6e6;
		width:50%;
	}
	#scene01 ul li:first-child,
	#scene01 ul li:nth-child(2) {
		border-top:none;
		width:50%;
	}
	#scene01 ul li:nth-child(even) {
		border-left:1px solid #e6e6e6;
	}
	#scene01 ul li a {
		border:none;
		font-size:14px;
		padding:20px 1px 17px;
	}
	#scene01 ul li a::before {
		background-size:10px;
		width:10px;
		height:10px;
		top:5px;
		right:5px;
	}
	#scene01 ul li a:hover::after,
	#scene01 ul li a:active::after {
		border:1px solid #007c36;
		content:"";
		position:absolute;
		top:-1px;
		left:-1px;
		right:-1px;
		bottom:-1px;
	}
	#scene01 ul li:first-child a span {
		font-size:11px;
		line-height:1.36;
	}
	#scene01 ul li:nth-child(2) a img {
		width:114px;
	}
	#scene01 ul li:nth-child(2) a span {
		margin:6px 0 0;
	}
	#scene01 ul li:nth-child(4) a span {
		font-size:11px;
		line-height:1.36;
	}


/* ======================= */


	#scene02 {
		margin:25px 0 0;
	}
	#scene02::before {
		height:100px;
	}
	#scene02::after {
		top:75px;
		right:15px;
	}
	#scene02 h2 {
		font-size:27px;
		line-height:75px;
	}
	#scene02 .s2_1 .col {
		padding:33px 0 0;
	}
	#scene02 .s2_1 .col p {
		width:auto;
		padding:0;
	}
	#scene02 .s2_1 .col p.copy {
		margin:0 0 11px;
	}
	#scene02 h3 {
		font-size:20px;
		margin:30px 0 13px;
	}
	#scene02 h3 .small {
		font-size:14px;
	}
	#scene02 .s2_2 {
		width:auto;
		padding:0;
	}
	#scene02 .s2_2 table{
		margin:17px 0 0;
	}
	#scene02 .s2_2 table th,
	#scene02 .s2_2 table td{
		font-size:13px;
		line-height:1.44;
		padding:10px 0;
	}
	#scene02 .s2_2 ul{
		justify-content:center;
		margin:20px 0 0;
	}
	#scene02 .s2_2 ul li{
		width:58px;
		margin:0 0 0 16px;
	}
	#scene02 .s2_2 ul li:first-child{
		margin:0;
	}
	#scene02 .s2_3 {
		text-align:center;
		width:auto;
		margin:21px 40px 0 28px;
	}
	#scene02 .s2_4 p:last-child {
		font-size:12px;
		text-align:center;
		margin:18px 0 0;
	}
	#scene02 .s2_4 p:last-child img {
		display:block;
		margin:0 auto 6px;
	}
	#scene02 .s2_5 {
		width:auto;
		margin:-2px 0 0;
		padding:0;
	}
	#scene02 .s2_5 .icon {
		float:right;
		width:90px;
		margin:38px 0 0 13px;
	}
	#scene02 .s2_6 {
		font-size:12px;
		text-align:center;
		width:auto;
		margin:16px 0 0;
	}
	#scene02 .s2_6 img {
		display:block;
		margin:0 auto 6px;
	}
	#scene02 .s2_7 {
		width:auto;
		margin:-2px 0 0;
		padding:0;
	}
	#scene02 .s2_7 .icon {
		float:right;
		width:90px;
		margin:38px 0 0 13px;
	}
	#scene02 .s2_7 h3 {
		letter-spacing:-0.03em;
	}
	#scene02 .s2_8 {
		font-size:12px;
		text-align:center;
		width:auto;
		margin:19px 0 0;
	}
	#scene02 .s2_8 img {
		display:block;
		margin:0 auto 11px;
	}
	#scene02 .s2_9 {
		margin:35px 0 0;
	}
	#scene02 .s2_9 p:first-child {
		font-size:12px;
		line-height:1.5;
		padding:0;
	}
	#scene02 .s2_9 p:first-child img {
		width:152px;
		margin:0 10px 0 0;
	}
	#scene02 .s2_10 {
		background:#eee;
		border:none;
		margin:28px -25px 0;
		padding:15px 25px 22px;
	}
	#scene02 .s2_10 ul {
		font-size:12px;
		line-height:1.5;
	}
	#scene02 .s2_10 ul li {
		margin-top:6px;
	}


/* ======================= */


	#scene03 {
		margin-top:60px;
	}
	#scene03::before {
		height:100px;
	}
	#scene03::after {
		top:75px;
		left:0;
		right:15px;
	}
	#scene03 h2 {
		font-size:27px;
		line-height:75px;
		padding:0;
	}
	#scene03 .s3_1 .col {
		flex-direction:row;
		padding:0;
	}
	#scene03 .s3_1 .col > p {
		width:39.1%;
		margin:6px 0 0;
		padding:0;
	}
	#scene03 .s3_1 .col > p span {
		display:block;
		font-size:9px;
		text-align:center;
		position:static;
		margin:-14px 0 0;
	}
	#scene03 .s3_1 .col div {
		width:60.9%;
		padding:0 5.2% 0 0;
	}
	#scene03 .s3_1 .col .js-modal-btn.btn {
		width: 100%;
		padding: 10px 0;
	}
	#scene03 .s3_1 .col div p.copy {
		margin:0 0 12px;
	}
	#scene03 .s3_1 .col div p .small {
		font-size:10px;
	}
	#scene03 .s3_2 {
		margin:-6px 0 0;
	}
	#scene03 .s3_2 .col > div {
		width:auto;
		margin:29px 0 0;
	}
	#scene03 .s3_2 .col > div div:first-child {
		text-align:center;
	}
	#scene03 .s3_2 .col > div div:first-child img {
		height:145px;
	}
	#scene03 .s3_2 h3 {
		font-size:20px;
		text-align:left;
		margin:10px 0 11px;
	}
	#scene03 .s3_2 h3 .small {
		font-size:14px;
	}
	#scene03 .s3_2 h3 + div {
		display:flex;
	}
	#scene03 .s3_2 h3 + div > p:first-child {
		width:66.4%;
		padding:0 5.3% 0 0;
	}
	#scene03 .s3_2 p.center {
		width:33.6%;
		margin:6px 0 0;
	}
	#scene03 .s3_3 {
		background:#eee;
		border:none;
		margin:25px -25px 0;
		padding:15px 25px 22px;
	}
	#scene03 .s3_3 ul {
		font-size:12px;
		line-height:1.5;
	}
	#scene03 .s3_3 ul li {
		margin-top:6px;
	}


/* ======================= */


	#scene04 {
		margin-top:60px;
	}
	#scene04::after {
		top:75px;
		right:15px;
	}
	#scene04 h2 {
		font-size:27px;
		line-height:75px;
	}
	#scene04 .s4_1 {
		padding:33px 0 0;
	}
	#scene04 .s4_1 .icon {
		float:right;
		width:90px;
		margin:0 0 10px;
	}
	#scene04 .s4_1 .copy {
		margin:0 0 12px;
	}
	#scene04 .s4_1 div {
		text-align:center;
		margin:12px 0 0;
	}
	#scene04 .s4_2 {
		margin:12px 0 0;
	}
	#scene04 .s4_2 p {
		font-size:15px;
		text-align:left;
		line-height:1.6;
	}
	#scene04 .s4_2 .col {
		flex-direction:row;
		flex-wrap:wrap;
		margin:14px 0 0;
	}
	#scene04 .s4_2 .col div:first-child {
		width:50%;
		padding-right:4.9%;
	}
	#scene04 .s4_2 .col div:nth-child(2) {
		width:50%;
		margin-left:0;
		padding-left:3.8%;
	}
	#scene04 .s4_2 .col div:nth-child(3) {
		display:flex;
		width:100%;
		margin:16px 0 0;
	}
	#scene04 .s4_2 .col div:nth-child(3) img {
		width:45.5%;
	}
	#scene04 .s4_2 .col div:nth-child(3) dl {
		font-size:12px;
		letter-spacing:-0.04em;
		line-height:1.5;
		position:static;
		width:54.5%;
		white-space:normal;
		margin:35px 0 0;
	}
	#scene04 .s4_2 .col div:nth-child(3) dl dt {
		margin:8px 0 1px;
	}
	#scene04 .s4_3 {
		margin:55px 0 0;
		padding:0 0 29px;
	}
	#scene04 .s4_3 h3 {
		transform:translateY(-23px);
	}
	#scene04 .s4_3 h3 img {
		width:64px;
	}
	#scene04 .s4_3 h3 span:nth-child(2) {
		font-size:14px;
		margin:10px 0 0;
	}
	#scene04 .s4_3 h3 span:nth-child(3) {
		font-size:35px;
		margin:8px 0 0;
	}
	#scene04 .s4_3 h3 span:nth-child(4) {
		font-size:14px;
		margin:35px 0 0;
	}
	#scene04 .s4_3 h3 span:nth-child(4) .small {
		font-size:10px;
	}
	#scene04 .s4_3_col.col {
		margin:1px 0 0;
	}
	#scene04 .s4_3_col.col > div {
		width:auto;
	}
	#scene04 .s4_3_col.col > div::before {
		font-size:13px;
		line-height:25px;
		width:25px;
		height:25px;
	}
	#scene04 .s4_3_1 {
		border-top:1px solid #fff;
		border-bottom:none;
		padding:0 0 20px;
	}
	#scene04 .s4_3_1::before {
		top:25px;
		left:0;
		right:auto;
		bottom:auto;
	}
	#scene04 .s4_3_1 p:nth-child(2) {
		text-align:center;
		max-width:325px;
		margin:25px auto 0;
	}
	#scene04 .s4_3_2 {
		border-top:1px solid #fff;
		border-bottom:none;
		border-left:none;
		flex-direction:row-reverse;
		padding:0 0 18px;
	}
	#scene04 .s4_3_2::before {
		top:25px;
		bottom:auto;
	}
	#scene04 .s4_3_2 p:nth-child(2) {
		text-align:right;
		width:136px;
		margin:24px 0 0;
	}
	#scene04 .s4_3_2 p:last-child {
		width:calc(100% - 136px);
		margin:60px 0 0;
		padding:0 5.5% 0 0;
	}
	#scene04 .s4_3_3 {
		border-top:1px solid #fff;
		padding:0 0 19px;
	}
	#scene04 .s4_3_3::before {
		top:25px;
		left:0;
		right:auto;
	}
	#scene04 .s4_3_3 p:first-child {
		text-align:center;
		width:auto;
		max-width:194px;
		margin:24px auto 0;
		padding:0;
	}
	#scene04 .s4_3_3 p:nth-child(2) {
		width:auto;
		margin:13px 0 0;
		padding:0;
	}
	#scene04 .s4_3_4 {
		border-top:1px solid #fff;
		border-left:none;
		border-bottom:1px solid #fff;
		min-height:310px;
		padding:0 0 19px;
	}
	#scene04 .s4_3_4::before {
		top:25px;
	}
	#scene04 .s4_3_4 p:nth-child(2) {
		letter-spacing:-0.05em;
		margin:69px 112px 0 0;
		padding:0;
	}
	#scene04 .s4_3_4 p:nth-child(2) .small {
		font-size:10px;
	}
	#scene04 .s4_3_4 p:nth-child(3) {
		font-size:12px;
		line-height:1.5;
		margin:16px 0 0;
		padding:0;
	}
	#scene04 .s4_3_4 p:nth-child(4) {
		font-size:12px;
		margin:17px 0 0;
		padding:0;
	}
	#scene04 .s4_3_4 p:nth-child(4) span {
		font-size:18px;
	}
	#scene04 .s4_3_4 p:nth-child(5) {
		font-size:12px;
		margin:11px 0 0;
		padding:0;
	}
	#scene04 .s4_3_4 p:nth-child(5) span {
		font-size:18px;
	}
	#scene04 .s4_3_4 p:nth-child(6) {
		text-align:left;
		margin:16px 0 0;
	}
	#scene04 .s4_3_4 p:last-child {
		width:111px;
		position:absolute;
		top:25px;
		right:-10px;
	}
	#scene04 .s4_3_5 {
		border:none;
		margin:23px 0 0;
		padding:0;
	}
	#scene04 .s4_3_5 ul {
		font-size:12px;
		line-height:1.5;
	}
	#scene04 .s4_3_5 ul li {
		margin-top:4px;
	}


/* ======================= */


	#scene05 {
		margin-top:60px;
	}
	#scene05::before {
		height:100px;
	}
	#scene05::after {
		top:75px;
		right:15px;
	}
	#scene05 h2 {
		font-size:27px;
		line-height:75px;
	}
	#scene05 .s5_1 {
		padding:34px 0 0;
	}
	#scene05 .s5_1 .col {
		margin:17px 0 0;
	}
	#scene05 .s5_1 .col > div:first-child {
		margin:0 -25px;
	}
	#scene05 .s5_1 .col > div:last-child {
		width:auto;
		padding:0;
	}
	#scene05 .s5_1 ol {
		font-size:13px;
		line-height:1.04;
		margin:24px 0 0;
	}
	#scene05 .s5_1 ol li::before {
		font-size:14px;
		line-height:22px;
		width:22px;
		height:22px;
		margin-top:-11px;
	}
	#scene05 .s5_1 ol li span,
	#scene05 .s5_1 ol li a {
		min-height:45px;
		padding:11px 10px 11px 37px;
	}
	#scene05 .s5_1 ol li a::before {
		margin-top:-3px;
	}
	#scene05 h3 {
		font-size:20px;
		line-height:1.5;
		margin:40px 0 7px;
	}
	#scene05 h3 .topic {
		border-radius:3px;
		display:inline-block;
		font-size:12px;
		line-height:20px;
		margin:0;
		vertical-align:top;
	}
	#scene05 h3 .topic + span {
		display:block;
	}
	#scene05 .s5_2 > .col > div:first-child {
		width:auto;
	}
	#scene05 .s5_2 > .col > div:last-child {
		width:auto;
		margin:20px 0 0;
	}
	#scene05 .s5_2 > .col > div > div:first-child {
		text-align:center;
	}
	#scene05 .s5_2 h4 {
		background-position:0 0.45em;
		background-size:11px;
		font-size:14px;
		margin:10px 0 0;
		padding:0 0 0 17px;
	}
	#scene05 .s5_2 ul {
		font-size:12px;
		margin:3px 0 0 17px;
	}
	#scene05 .s5_2 ul li {
		margin:2px 0 0;
		padding:0 0 0 11px;
	}
	#scene05 .s5_2 ul li::before {
		width:5px;
		height:5px;
		top:0.6em;
	}
	#scene05 .s5_2 p {
		font-size:12px;
		margin:3px 0 0 19px;
	}
	#scene05 .s5_2 p .small {
		font-size:8px;
	}
	#scene05 .s5_2 .col .col {
		padding:0;
	}
	#scene05 .s5_2 .col .col div:last-child p {
		text-align:center;
		margin:8px 0 0;
	}
	#scene05 .s5_2 .col .col div:last-child p img {
		width:165px;
	}
	#scene05 .s5_3 {
		margin:19px 0 -10px;
		padding:0;
	}
	#scene05 .s5_3 ul {
		font-size:12px;
	}
	#scene05 .s5_3 ul li {
		width:auto;
		max-width:204px;
		margin:19px auto 0;
	}
	#scene05 .s5_3 ul li:nth-child(2) {
		margin:19px auto 0;
	}
	#scene05 .s5_3 ul li img {
		margin:0 auto 3px;
	}
	#scene05 .s5_4 {
		margin:18px 0 0;
	}
	#scene05 .s5_4 > div:first-child {
		text-align:center;
		width:auto;
	}
	#scene05 .s5_4 > div:last-child {
		width:auto;
		margin:18px 0 0;
		padding:0;
	}
	#scene05 .s5_4 h4 {
		font-size:15px;
		line-height:22px;
		margin:20px 0 0;
		padding:0 0 0 36px;
	}
	#scene05 .s5_4 h4 span {
		font-size:14px;
		line-height:22px;
		width:22px;
		height:22px;
	}
	#scene05 .s5_4 p {
		margin:3px 0 0 36px;
	}
	#scene05 .s5_5 {
		margin:20px 0 0;
	}
	#scene05 .s5_5 > div:first-child {
		width:auto;
	}
	#scene05 .s5_5 > div:last-child {
		width:auto;
		margin:24px 0 0;
		padding:0;
	}
	#scene05 .s5_5 p {
		font-size:12px;
		text-align:center;
		line-height:1;
	}
	#scene05 .s5_5 > div:first-child p img {
		display:block;
		margin:0 auto 16px;
	}
	#scene05 .s5_5 > div:last-child p img {
		max-width:140px;
	}
	#scene05 .s5_6 {
		max-width:none;
		margin:25 0 -7px;
	}
	#scene05 .s5_6 p {
		line-height:1.3;
	}
	#scene05 .s5_6 p a {
		display:flex;
		align-items:center;
		padding:5px 22px 4px 13px;
	}
	#scene05 .s5_6 p a img {
		width:16px;
		height:auto;
		margin:0 0 -2px 6px;
	}
	#scene05 .s5_7 {
		margin:17px 0 0;
	}
	#scene05 .s5_7 > div:first-child {
		text-align:center;
		width:auto;
	}
	#scene05 .s5_7 > div:first-child img {
		max-width:200px;
	}
	#scene05 .s5_7 > div:last-child {
		width:auto;
		margin:21px 0 0;
		padding:0;
	}
	#scene05 .s5_7 p + ul {
		line-height:1.29;
		margin:17px 0 0;
	}
	#scene05 .s5_7 p + ul li {
		background-position:0 0.35em;
		background-size:11px;
		margin:9px 0 0;
		padding:0 0 0 16px;
	}
	#scene05 .s5_7 p + ul li .small {
		font-size:10px;
	}
	#scene05 .s5_8 {
		background:#eee;
		border:none;
		margin:15px -25px 0;
		padding:15px 25px 22px;
	}
	#scene05 .s5_8 ul {
		font-size:12px;
		line-height:1.5;
	}
	#scene05 .s5_8 ul li {
		margin-top:6px;
	}

	#scene05_modal .modal-inner {
		margin:0 auto;
	}
	#scene05_modal .modal-inner h3 {
		font-size:20px;
		line-height:1.25;
		min-height:25px;
		margin:0 0 15px;
		padding:0 0 0 39px;
	}
	#scene05_modal .modal-inner h3 span {
		font-size:13px;
		width:25px;
		height:25px;
		line-height:25px;
		top:0;
		margin-top:0;
	}
	#scene05_modal .modal-inner .col p:first-child {
		text-align:center;
		width:auto;
		margin:15px 0 0;
		order:2;
	}
	#scene05_modal .modal-inner .col p:last-child {
		width:auto;
		padding:0;
		order:1;
	}
	#scene05_modal #s5m1 .modal-inner .col p:first-child {
		text-align:left;
		width:auto;
		padding:0;
		margin:0;
		order:1;
	}
	#scene05_modal #s5m1 .modal-inner .col p:last-child {
		text-align:center;
		width:auto;
		margin:15px 0 0;
		order:2;
	}
	#scene05_modal #s5m3 .modal-inner .col p:first-child {
		width:71.5%;
	}


/* ======================= */


	#scene06 {
		margin-top:60px;
	}
	#scene06::before {
		height:100px;
	}
	#scene06::after {
		top:75px;
		right:15px;
	}
	#scene06 h2 {
		font-size:27px;
		line-height:75px;
	}
	#scene06 .s6_1 {
		padding:34px 0 0;
	}
	#scene06 .s6_1 div {
		margin:12px -25px 0;
	}
	#scene06 .s6_2 {
		margin:18px 0 0;
	}
	#scene06 .s6_2 .s6_2-slider {
		font-size:12px;
	}
	#scene06 .s6_2 .s6_2-slider img {
		margin:0 auto 12px;
	}
	#scene06 .s6_2 .s6_2-slider span {
		font-size:10px;
	}
	#scene06 .s6_2 .slick-slide {
		width:168px;
		padding:0 9px;
	}
	#scene06 .s6_2 .slick-arrow {
		width:30px;
		height:30px;
		top:25px;
	}
	#scene06 .s6_2 .slick-arrow.slick-prev {
		margin-left:-114px;
	}
	#scene06 .s6_2 .slick-arrow.slick-next {
		margin-right:-114px;
	}
	#scene06 h3 {
		font-size:20px;
		line-height:1.5;
		margin:40px 0 4px;
	}
	#scene06 h3 .small {
		font-size:14px;
	}
	#scene06 .s6_3 div:first-child {
		width:auto;
		margin:7px 0 0;
		padding:0;
	}
	#scene06 .s6_3 div:last-child {
		width:auto;
		margin:19px 0 0;
	}
	#scene06 .s6_3 div:last-child p {
		text-align:center;
	}
	#scene06 h4 {
		background-position:0 0.45em;
		background-size:11px;
		font-size:14px;
		margin:22px 0 0;
		padding:0 0 0 19px;
	}
	#scene06 h3 + p + h4 {
		margin-top:17px;
	}
	#scene06 .s6_4 {
		margin:-5px 0 0;
	}
	#scene06 .s6_4 ul {
		font-size:12px;
		flex-direction:row;
		flex-wrap:wrap;
	}
	#scene06 .s6_4 ul li {
		width:50%;
		margin:10px 0 0;
	}
	#scene06 .s6_4 ul li:nth-child(odd) {
		padding-right:7px;
	}
	#scene06 .s6_4 ul li:nth-child(even) {
		padding-left:7px;
	}
	#scene06 .s6_5 ul {
		font-size:12px;
		flex-direction:row;
		flex-wrap:wrap;
		width:auto;
	}
	#scene06 .s6_5 ul li {
		width:50%;
		margin:10px 0 0;
	}
	#scene06 .s6_5 ul li:nth-child(odd) {
		padding-right:7px;
	}
	#scene06 .s6_5 ul li:nth-child(even) {
		padding-left:7px;
	}
	#scene06 .s6_5 ul li:last-child {
		text-align:left;
		line-height:1.5;
		margin-top:28px;
	}
	#scene06 .s6_6 {
		background:#eee;
		border:none;
		margin:25px -25px 0;
		padding:21px 25px 22px;
	}
	#scene06 .s6_6 ul {
		font-size:12px;
		line-height:1.5;
	}


/* ======================= */


	#scene07 {
		margin-top:60px;
	}
	#scene07::before {
		height:100px;
	}
	#scene07::after {
		top:75px;
		right:15px;
	}
	#scene07 h2 {
		font-size:27px;
		line-height:75px;
	}
	#scene07 .s7_1 {
		padding:34px 0 0;
	}
	#scene07 .s7_1 .copy {
		margin:0;
	}
	#scene07 .s7_2 {
		margin:13px -25px 0;
	}
	#scene07 .s7_3 {
		margin:27px 0 0;
	}
	#scene07 .s7_3 h3 {
		font-size:20px;
	}
	#scene07 .s7_3 ol {
		display:block;
		font-size:13px;
		line-height:1.04;
		margin:8px 0 0;
	}
	#scene07 .s7_3 ol li {
		display:block;
		width:100%;
		margin:-1px 0 0;
	}
	#scene07 .s7_3 ol li:nth-child(12) {
		letter-spacing:0;
	}
	#scene07 .s7_3 ol li::before {
		font-size:14px;
		line-height:22px;
		width:22px;
		height:22px;
		margin-top:-11px;
	}
	#scene07 .s7_3 ol li span,
	#scene07 .s7_3 ol li a {
		min-height:45px;
		padding:11px 10px 11px 37px;
	}
	#scene07 .s7_3 ol li a::before {
		margin-top:-3px;
	}
	#scene07 .s7_4 {
		margin:33px 0 0;
	}
	#scene07 .s7_4 h3 {
		font-size:20px;
	}
	#scene07 .s7_4 ol {
		display:block;
		font-size:13px;
		line-height:1.04;
		margin:8px 0 0;
	}
	#scene07 .s7_4 ol li {
		display:block;
		width:100%;
		margin:-1px 0 0;
	}
	#scene07 .s7_4 ol li::before {
		font-size:14px;
		line-height:22px;
		width:22px;
		height:22px;
		margin-top:-11px;
	}
	#scene07 .s7_4 ol li span,
	#scene07 .s7_4 ol li a {
		min-height:45px;
		padding:11px 10px 11px 37px;
	}
	#scene07 .s7_4 ol li a::before {
		margin-top:-3px;
	}
	#scene07_modal .modal-inner {
		margin:0 auto;
	}
	#scene07_modal .modal-inner h4 {
		font-size:20px;
		line-height:1.25;
		min-height:25px;
		margin:0 0 15px;
		padding:0 0 0 39px;
	}
	#scene07_modal .modal-inner h4 span {
		font-size:13px;
		width:25px;
		height:25px;
		line-height:25px;
		top:0;
		margin-top:0;
	}
	#scene07_modal .modal-inner p.notes {
		font-size:15px;
		line-height:1.2;
		margin:10px 0 0;
	}


/* ======================= */


	#notes {
		margin:24px 0 0;
	}


/* ======================= */


	#bgGray {
		margin:21px 0 0;
	}
	#bgGray .inner {
		padding:11px 25px 25px;
	}
	#bgGray ul {
		display:block;
	}
	#bgGray ul li {
		display:block;
		width:100%;
		margin:15px 0 0;
	}
	#bgGray ul li a {
		display:block;
		padding:12px 25px 10px 13px;
	}
	#bgGray ul li a::before {
		width:4px;
		height:4px;
		right:15px;
	}
	#bgGray ul li a img {
		width:16px;
		height:auto;
		margin:0 0 -2px 6px;
	}


/* ======================= */


	#pagetop {
		right:15px;
		bottom:15px;
	}

/*******************************************************/}

@media screen and (max-width:320px){

	#scene02 h2 {
		font-size:24px;
	}


/* ======================= */


	#scene03 h2 {
		font-size:24px;
	}


/* ======================= */


	#scene04 h2 {
		font-size:24px;
	}


/* ======================= */


	#scene05 h2 {
		font-size:24px;
	}


/* ======================= */


	#scene06 h2 {
		font-size:24px;
	}


/* ======================= */


	#scene07 h2 {
		font-size:24px;
	}

/*******************************************************/}