@charset "UTF-8";


/* style
---------------------------------------- */
body {
	text-align: center;
	}
.wrapper{ 
	/*width: 1100px;*/
	max-width: 100%;
	margin: 0 auto;
    overflow: hidden;
}
#contents-warp{ 
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
#foot-warp{ 
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

@media screen and (max-width: 768px) {
	#contents-warp,
	#foot-warp {
	    width: 100%;
	}
	#foot-warp {
		margin: 0 auto;
	}
}


.sp,header{ 
	display: none !important; 
	
	}
.pc { 
	width: 100%;
	display: inline-block; 
}
a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

/* main
---------------------------------------- */
#main .inner{
/*	width: 860px;*/
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#main .top_area{
	position: relative;
	background-image: url(../images/top_bg.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#main .top_area h1 img{
	width: 560px;
}
#main .top_area > .inner{
	height: 1000px;
}
#main .link_btn{
	position: absolute;
	bottom: 1%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#main .link_btn a{
	display: block;
	box-sizing: border-box;
	width: 450px;
	padding: 15px 0;
	background-color: #005590;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	#main .top_area{
		background: none;
	}
	#main .top_area > .inner,
	#main .top_area h1 img{
		width: 100%;
		height: auto;
	}
	#main .link_btn{
		bottom: 3vw;
	}
	#main .link_btn a{
		width: 100%;
		padding: 2.5vw 2vw;
	}
}

/* guide
---------------------------------------- */
.guide{
	background-color: #a70377;
}
.guide .inner{
	width: 700px;
	max-width: 90%;
	padding: 30px 0;
	margin: 0 auto;
}

.guide .inner p{ color: #fff;}
.guide .inner > .tit{ 
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
.guide .inner > .txt{ 
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.guide .inner .box{ 
	width: 570px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	margin: 30px auto;
}
.guide .inner .box .item:nth-child(1){ 
	width: 24%;
}
.guide .inner .box .item:nth-child(2){ 
	width: 68%;
}
.guide .inner .box .tit{ 
	display: block;
	margin-bottom: 10px;
	background-color: #fff100;
	color: #a70377;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1.15rem;
}
.guide .inner .box .txt{ 
	text-align: left;
	font-size: 12px;
	line-height: 1.8;
}

.guide .btn_list li{
	display: inline-block;
	width: 50%;
}
.guide .btn_list li a{
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 25px;
	font-weight: 500;
	background-color: #fff;
	color: #a70377;
	border-radius: 30px;
}
.guide .btn_list li a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 768px) {
	.guide.sp{ 
		width: 100%;
	}
	.guide .inner > .tit{ 
		font-size: 8vw;
	}
	.guide .inner > .txt{ 
		font-size: 4.5vw;
		text-align: center;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.guide .inner .box .item:nth-child(1),
	.guide .inner .box .item:nth-child(2){ 
		width: 100%;
	}
	.guide .inner .box .item:nth-child(1) {
		margin-bottom: 30px;
	}
	.guide .inner .box .item:nth-child(1) img{
		width: 30%;
	}

	.guide .inner .box .tit{ 
		font-size: 9.2vw;
		padding-left: 1.15rem;
	}
	.guide .inner .box .txt{ 
		font-size: 3.4vw;
		line-height: 1.6;
	}

	.guide .btn_list li{
		width: 90%;
	}
	.guide .btn_list li a{
		padding: 3vw 0;
		font-size: 5.6vw;
	}
	.guide .btn_list li a:hover{
		opacity: 1;
	}
}


/* slide
---------------------------------------- */
#slide{
	width: 100%;
	max-width: 750px;
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 30px auto 0;
	position: relative;
}
#slide #area-content{
	width: 1100px;
	max-width: 100%;
	margin: 0 auto 60px;
	padding: 30px 0 40px;
	background-size: 100% auto;
	background-color: #ffe33f;
}
#slide #area-content .inner,
#slide .inner{
	width: 715px;
	margin: 0 auto;
}
#slide #slide-content .inner{
	width: 100%;
	margin: 0 auto;
}
#slide h2{
	position: relative;
}
#slide .tit{
	position: relative;
    width: 25%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
	font-weight: 500;
    background-color: #eb6100;
	background-repeat: repeat-y;
	box-sizing: border-box;
}
#slide .tit::before{
	content: '';
	position: absolute;
	top: -180px;
    left: -58px;
	display: inline-block;
	width: 292px;
	height: 157px;
	background-image: url('../images/slide/sub_img.png');
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	z-index: 999;
}

#slide .tit img{
	position: relative;
    top: -55px;
}
#slide .period{
	width: auto;
	margin: 0 auto;
	padding: 30px 0 20px;
}
#slide .txt {
    padding: 20px 0 20px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 200;
    color: #000;
	clear: both;
	text-align: left;
}
#slide .donate {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 3px solid #eb6100;
    background-color: #fff;
	clear: both;
	text-align: left;
}
#slide .donate .top,
#slide .donate .bottom{
	padding: 15px;
}
#slide .donate .top{
	position: relative;
	border-bottom: 1px solid #eb6100;
}
#slide .donate .top:before,
#slide .donate .top:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
#slide .donate .top:before{
  bottom: -20px;
  border-style: solid;
  border-color: #eb6100 transparent transparent transparent;
  border-width: 20px 32px 0 32px;
}
#slide .donate .top:after{
  bottom: -19px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 32px 0 32px;
  z-index: 10;
}
#slide .donate .bottom{
	padding: 25px 0 10px 0;
	text-align: center;
}
#slide .donate p{
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
	#slide .tit{
		position: relative;
	    width: 50%;
	    margin: 0 auto;
	    padding: 10px 0;
	    font-size: 4.5vw;
	    color: #fff;
		font-weight: 500;
	    background-color: #eb6100;
		background-repeat: repeat-y;
		box-sizing: border-box;
	}
	#slide .txt {
	    width: 90%;
	    font-size: 3.7vw;
	    margin: 0 auto;
	    padding: 0 0 7vw;
	    line-height: 1.6;
	    font-weight: 400;
	}
	#slide .donate {
	    width: 90%;
	}
	#slide .donate p {
	    font-size: 4.6vw;
	    line-height: 1.6;
	    font-weight: 600;
	}
	#slide .donate .top,
	#slide .donate .bottom {
	    padding: 4vw;
	}
	#slide .donate .bottom {
	    padding: 8vw 0 3vw;
	}
}


#slide #slide-content .slide_area{
	margin: 50px auto;
}
#slide #slide-content .slide_area img{
    width: 100%;
}
#slide #slide-content p{
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#slide #slide-content .slide_area{
		margin: 5vw auto 8vw;
	}
	#slide #slide-content .slide_area img{
		width: 100%;
	}
	#slide #slide-content p {
	    font-size: 5vw;
	    font-weight: 700;
	    margin-bottom: 10vw;
	}
}


/* invitation
---------------------------------------- */
#invitation .first-content{
	background-color: #015690;
	width: 750px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
    padding-bottom: 40px;
	box-sizing: border-box;
	color: #ffffff;
}
#invitation .first-content ul{
	width: 680px;
	margin: 0 auto;
	text-align: left;
}
#invitation .first-content ul li{
	padding: 20px 0;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: 1.4;
  text-align:justify;
}
#invitation .first-content ul.post_btn_notes li{
	padding: 0;
	border-bottom: none;
	line-height: 1.6;
	text-indent: -1em;
	margin-left: 1em;
}
#invitation .first-content .post_btn{
	margin: 10vw 0 5vw;
}
#invitation .first-content .post_btn a{
	width: 50%;
  margin: 0 auto;
  padding: 2vw;
  background: #B31180;
  font-size: 5.966vw;
  position: relative;
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
	#invitation .first-content{
		width: 100%;
		max-width: 100%;
		padding: 0 0 5vw;
		margin-bottom: 0;
		box-sizing: border-box;
	}

	#invitation .first-content ul{
		width: 92%;
	}

}

#invitation .second-content{
	width: 750px;
	max-width: 100%;
	margin: 0 auto 60px;
	border: 36px solid #015690;
	box-sizing: border-box;
}
#invitation .second-content .inner{
	max-width: 100%;
	padding: 40px 65px;
	box-sizing: border-box;
}

#invitation .second-content .title{
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	background-color: #015690;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
}
#invitation .second-content .sub{
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 3px solid #015690;
	background-color: #ffffff;
	color: #015690;
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
}
#invitation .second-content .text{
	margin-bottom: 20px;
	color: #000000;
	text-align: left;
	font-size: 16px;
    line-height: 1.6;
	font-weight: 600;
}
#invitation .second-content .text span{
  display: block;
	font-size: 13px;
	color: #000000;
}
#invitation .second-content .list_box {
	width: 700px;
	max-width: 100%;
	margin: 0 auto 20px;
	box-sizing: border-box;
	text-align: left;
}
#invitation .second-content .list_box p{
	color: #000000;
}
#invitation .second-content .list_box p.tit{
	width: 100%;
	font-size: 15px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	background-color: #c9caca;
	color: #000;
}
#invitation .second-content .list_box p.list{
	font-size: 16px;
    line-height: 1.6;
	font-weight: 600;
	text-indent: -1em;
	margin-left: 1em;
}
#invitation .second-content .list_box.count p.list{
	text-indent: -1.5em;
	margin-left: 1.5em;
}


@media screen and (max-width: 768px) {
	#invitation .second-content{
		border: 18px solid #015690;
		margin-bottom: 0;
	}
	#invitation .second-content .inner{
		padding: 4vw;
	}

	#invitation .second-content .title{
		width: 100%;
		margin-bottom: 4.5vw;
		box-sizing: border-box;
		background-color: #015690;
		color: #ffffff;
		font-size: 5.2vw;
	    letter-spacing: 0.128rem;
		font-weight: 600;
		padding: 2vw;
	}
	#invitation .second-content .sub{
		width: 100%;
		margin-bottom: 3vw;
		font-size: 4.4vw;
		font-weight: 600;
		padding: 1vw;
	}
	#invitation .second-content .text{
		margin-bottom: 4vw;
		font-size: 3.8vw;
	    line-height: 1.6;
		font-weight: 500;
	}
	#invitation .second-content .text span{
		font-size: 3.2vw;
		line-height: 1.4;
	}
	#invitation .second-content .list_box {
		width: 100%;
		margin: 0 auto 4vw;
		box-sizing: border-box;
		text-align: left;
	}
	#invitation .second-content .list_box p{
		color: #000000;
	}
	#invitation .second-content .list_box p.tit{
		font-size: 3.6vw;
	    line-height: 1;
	    padding: 6px 0;
	    margin-bottom: 10px;
		font-weight: 600;
		text-align: center;
		background-color: #c9caca;
	}
	#invitation .second-content .list_box p.list{
		font-size: 3.8vw;
	    line-height: 1.6;
		font-weight: 500;
	}
}

/* report
---------------------------------------- */
#report{
	padding: 70px 40px;
}

#report h2 {
	color: #015690;
	font-size: 2.2rem;
	margin: 0 auto 40px;
	width: 60%;
	text-align: center;
}

#report .report_btn + .report_btn {
	padding-top: 20px;
}

#report .report_btn a {
	width: 50%;
	margin: 0 auto;
	padding: 2vw;
	background: #1675c8;
	font-size: 28px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

#report .report_btn.btn-img a {
	background: none;
}

@media screen and (max-width: 768px) {
	#report{
		padding: 13vw 5vw;
	}

	#report h2 {
		margin: 0 auto 5vw;
		width: 80%;
		text-align: center;
	}

	#report .report_btn + .report_btn {
		padding-top: 4.2vw;
	}

	#report .report_btn a {
		width: 100%;
		font-size: 5.966vw;
	}
}

/* event
---------------------------------------- */
#event .event-content{
	width: 750px;
	max-width: 100%;
	margin: 0 auto 60px;
	border: 36px solid #1b94d3;
	box-sizing: border-box;
}
#event .event-content .inner{
	max-width: 100%;
	padding: 40px 65px;
	box-sizing: border-box;
}
#event .event-content .inner .item_mg img{
	margin-bottom: 30px;
}
#event .event-content .inner .photo_mg img{
	margin-bottom: 20px;
}
#event .event-content .inner p{
	color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align:justify;
}

#event .event-content .inner .event_btn a {
	width: 80%;
	margin: 35px auto 0;
	padding: 2vw;
	background-image: linear-gradient(90deg, rgba(0, 98, 152, 1), rgba(10, 47, 102, 1));
	font-size: 28px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

@media screen and (max-width: 768px) {
	#event .event-content{
		border: 18px solid #1b94d3;
		margin-bottom: 0;
	}
	#event .event-content .inner{
		padding: 4vw;
	}
	#event .event-content .inner p{
	    font-size: 3.8vw;
	}
	#event .event-content .inner .event_btn a {
		width: 100%;
		margin: 6vw auto 3vw;
		font-size: 5.966vw;
	}
}

/* notes
---------------------------------------- */
#notes{
  margin-bottom: 30px;
}
#notes .accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}

#notes .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.825em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #2e4080;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

#notes .accordion-container .accordion-title:hover i:before,
#notes .accordion-container .accordion-title:hover i:active,
#notes .accordion-container .content-entry.open i {
  color: white;
}

#notes .accordion-title{
  position: relative;
}

#notes .accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#notes .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

#notes .accordion-content {
  display: none;
  padding: 20px 20px 40px;
  cursor: auto;
}
#notes .accordion-content span{
  color: #3f6fbc;
}
#notes .accordion-content p {
	color: #000000;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	text-align:justify;
}
#notes .accordion-content p + p{
	padding-top: 5px;
}
#notes .accordion-container {
  width: 950px;
  margin: 1.875em auto;
}

@media screen and (max-width: 768px) {
	#notes{
	  margin-bottom: 5vw;
	}
	#notes .accordion-container .accordion-title {
	    font-size: 4.4vw;
	}
	#notes .accordion-content p + p{
		padding-top: 1.2vw;
	}
	#notes .accordion-content {
	  display: none;
	  padding: 4vw 4vw 7vw;
	}
	#notes .accordion-container {
	  width: 100%;
	  margin: 0 auto;
	}
}

/* inquiry
---------------------------------------- */
#inquiry { 
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

/* value_area
---------------------------------------- */
#value_area { 
	width: 760px;
	max-width: 100%;
	margin: 0 auto 80px;
	padding: 20px;
	background-color: #ffffff;
	box-sizing: border-box;
}
#value_area .inner > img { 
	width: 100%;
	height: auto;
}

#value_area h3{ 
	box-sizing: border-box;
	border-radius: 20px;
	border: 5px solid #e60012;
	background-color: #fff100;
	color: #e60012;
	font-size: 40px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#value_area h3 span{ 
	font-size: 27px;
	color: #e60012;
	display: block;
	margin-top: 10px;
	text-align: center;
}

#value_area .txt01{ 
	font-size: 15px;
	margin: 20px 0 30px;
	color: #000000;
	font-weight: 600;
}
#value_area .txt02{ 
	font-size: 12px;
	color: #000000;
}

#value_area .value_period{ 
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
#value_area .value_period img{ 
	width: 48%;
}

@media screen and (max-width: 768px) {
	#value_area { 
		width: 100%;
		margin: 0 auto;
		padding: 3vw;
	}
	#value_area .inner{ 
		width: 100%;
	}

	#value_area h3{ 
		font-size: 6vw;
		padding: 3vw;
		margin-bottom: 3vw;
	}
	#value_area h3 span{ 
		font-size: 3.2vw;
	}
	#value_area .txt01 {
	    font-size: 3vw;
	    margin: 2vw 0 3vw;
	}
	#value_area .txt02 {
	    font-size: 2.8vw;
	    margin: 2vw 0;
	}
	#value_area .value_period{ 
		margin-bottom: 3vw;
	}
}


.-left{ text-align: left;}
.-right{ text-align: right;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}

@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
		-webkit-transition: 0;
		-o-transition: 0;
		transition: 0;
	}

	.wrapper{ 
		width: 100%;
		margin: 0 auto;
	}
	.wrapper2{ 
		width: 90%;
		margin: 0 auto;
	}

	header{
		display:block !important;
	}
	img { width: 100%; }
	.sp { 
		display: inline-block !important;
	}
	.pc { display: none; }

/* area inner指定
---------------------------------------- */
#slide,
#invitation { 
    margin: 0 auto;
}
#slide .inner,
#invitation .inner { 
	width: 100%;
    margin: 0 auto;
}

#slide .bd-style,
#invitation .bd-style,
#slide #area-content,
#invitation #area-content{ 
	width: 100%;
	padding: 0 0 6vw;
	margin: 0 auto 6vw;
}
#slide #area-content .inner,
#invitation #area-content .inner{ 
	width: 95%;
}
#slide .period,
#invitation .period{ width: 90%; padding: 6vw 0 7vw;}


/* inquiry
---------------------------------------- */
#inquiry { 
	width: 100%;
	background-color: #e2e2e2;
	padding-bottom: 8vw;
}

	
/* page-top
-------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index: 999;
}
#page-top img{
	width:50px;
	height:50px;
}
#page-top a:hover {
    text-decoration: none;
}
}


/* 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 , sum mary , 
time , mark , audio , video , button {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure , 
footer , header , hgroup , menu , nav , section {
	display: block;
}

ol , ul {
	list-style: none;
}

blockquote , q {
	quotes: none;
}

blockquote:before , blockquote:after, 
q:before , q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #D28C8C;
	text-decoration: none;
}


/* clearfix
---------------------------------------- */
/* for modern brouser */
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#report{
	padding: 13vw 5vw;
}

#report h2 {
	color: #015690;
	font-size: 2.2rem;
	margin: 0 auto 5vw;
	width: 80%;
	text-align: center;
}



/* area09
---------------------------------------- */
#area09 .tit { 
	max-width: 100%;
	padding: 14px 0;
    margin: 0 auto 20px;
    font-size: 24px;
	font-weight: 500;
	color: #fff;
    background-color: #0f3675;
	/*border: 1px solid #000;*/
}
#area09 .note{
	margin: 20px auto 30px auto;
}
#area09 .note p{
	text-align: left;
	color: #000;
	font-size: 16px;
}
#area09 .note .tit2{
	font-weight: bold;
}


#area09 .note_box {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	box-sizing: border-box;
	text-align: left;
}
#area09 .note_box p{
	color: #000000;
}
#area09 .note_box .block{
	margin-bottom: 20px;
}
#area09 .note_box .block.margin-0{
	margin-bottom: 0;
}
#area09 .note_box p.tit{
	width: 100%;
	font-size: 24px;
    line-height: 1;
    padding: 14px 0;
    margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	background-color: #c9caca;
	color: #000;
}
#area09 .note_box p.list{
	font-size: 16px;
    line-height: 1.6;
	font-weight: 500;
	text-indent: -1em;
	margin-left: 1em;
}
@media screen and (max-width: 980px) {
	#area09 .note {
		padding-right: 20px;
		padding-left: 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 768px) {
#area09 { margin-bottom: 12vw;}
#area09 .tit { 
	width: 100%;
	padding-top: calc(21 / 750* 100vw);
    padding-bottom: calc(21 / 750* 100vw);
    margin-bottom: calc(35 / 750* 100vw);
    font-size: calc(32 / 750 * 100vw);
	line-height: 1.0;
	color: #fff;
	border: none;
	background-color: #0f3675;
}
#area09 .note { width: 100%;}
#area09 .note p{
	text-align: left;
	color: #000;
	font-size: 100%;
}
#area09 .note .tit2{
	font-size: 3.6vw;
	font-weight: bold;
}
#area09 .note .txt{
	font-size: 3vw;
    line-height: 1.6;
	margin-bottom: 5%;
}

#area09 .note_box {
	width: 96%;
	margin: 0 auto;
	padding: 6vw 2vw 4vw;
	box-sizing: border-box;
	text-align: left;
}
#area09 .note_box p{
	color: #000000;
}
#area09 .note_box .block{
	margin-bottom: calc(70 / 750 * 100vw);
}
#area09 .note_box p.tit{
	font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    padding-top: calc(21 / 750* 100vw);
    padding-bottom: calc(21 / 750* 100vw);
    margin-bottom: calc(35 / 750* 100vw);
	font-weight: 600;
	text-align: center;
	background-color: #c9caca;
}
#area09 .note_box p.list{
	font-size: 3vw;
    line-height: 1.6;
	font-weight: 500;
	text-indent: -1em;
	margin-left: 1em;
}

}

/* inner
---------------------------------------- */
section .inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
@media screen and (min-width: 751px) {
	section .inner {
		width: 750px;
	}
}
@media screen and (min-width: 751px) {
	#area09 .inner {
		width: 100%;
	}
}
@media screen and (min-width: 951px) {
	#area09 .inner {
		width: 950px;
	}
}
@media screen and (max-width: 950px) {
	#area09 .note_box > .block {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	#area09 .note_box > .block {
		padding-right: 0;
		padding-left: 0;
	}
}
section#main,
section#campaign,
section#phrase,
section#present,
section#prize,
section#lottery,
section#experience,
section#special,
section#vision,
section#accept,
section#post {
	max-width: 950px;
  margin-right: auto;
	margin-left: auto;
}


/* hero
---------------------------------------- */
#main .inner {
	width: 100%;
}
.hero_main {
	text-align: center;
}
.hero_main img {
	width: calc( 375 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	.hero_main img {
		width: 100%;
	}
}


/* campaign
---------------------------------------- */
#campaign .inner {
	padding-top: calc( 45 / 375 * 100vw );
	padding-right: calc( 45 / 375 * 100vw );
	padding-bottom: calc( 70 / 375 * 100vw );
	padding-left: calc( 50 / 375 * 100vw );
}
.campaign_item {
	margin-bottom: calc( 30 / 375 * 100vw );
}
.campaign_item-headline {
	text-align: left;
	margin-bottom: calc( 20 / 375 * 100vw );
}
.campaign_item-headline span {
	font-size: calc( 17 / 375 * 100vw );
	font-weight: 600;
	color: #0096cb;
}
.campaign_item-headline img {
	width: calc( 120 / 375 * 100vw );
}
.campaign_item-body {
	text-align: left;
}
.campaign_item-body span {
	font-size: calc( 18 / 375 * 100vw );
	font-weight: 600;
	color: #0096cb;
}
.campaign_item-body img {
	width: calc( 280 / 375 * 100vw );
}
.campaign_title {
	text-align: left;
}
.campaign_title img {
	width: calc( 292 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	#campaign .inner {
		padding-top: 50px;
		padding-right: 45px;
		padding-bottom: 100px;
		padding-left: 45px;
	}
	.campaign_item {
		margin-bottom: 60px;
	}
	.campaign_item-headline {
		padding-left: 30px;
		margin-bottom: 40px;
	}
	.campaign_item-headline img {
		width: 240px;
	}
	.campaign_item-body {
		padding-left: 30px;
	}
	.campaign_item-body span {
	 font-size: 40px;
	}
	.campaign_item-body img {
		width: 560px;
	}
	.campaign_title {
		padding-left: 30px;
	}
	.campaign_title img {
		width: 584px;
	}
}


/* phrase
---------------------------------------- */
.phrase_title {
	text-align: left;
}
.phrase_title img {
	width: calc( 298 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	.phrase_title img {
		width: 596px;
	}
}

/* slide
---------------------------------------- */
#slide {
	padding-bottom: 0;
	margin-top: 0;
}
#slide #slider-container {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
#slide #slider-container::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: calc( 32 / 375 * 100vw );
	left: 50%;
	width: calc( 265 / 375 * 100vw );
	height: calc( 62 / 375 * 100vw );
	transform: translate(-50%, 0);
	background: url(../images/slider_title_250923.png) no-repeat center center;
	background-size: cover;
}
#slide .slick-slider {
	position: relative;
}
#slide .slick-slider::before,
#slide .slick-slider::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: calc( 25 / 375 * 100vw );
	height: calc( 20 / 375 * 100vw );
}
#slide .slick-slider::before {
	top: calc( 133 / 375 * 100vw );
	left: calc( 50 / 375 * 100vw );
	background: url(../images/slider_quotes-01_250923.png) no-repeat center center;
	background-size: contain;
}
#slide .slick-slider::after {
	right: calc( 36 / 375 * 100vw );
	bottom: calc( 38 / 375 * 100vw );
	background: url(../images/slider_quotes-02_250923.png) no-repeat center center;
	background-size: contain;
}
#slide .slick-list {
	position: relative;
	border: 8px solid #009e96;
	box-sizing: border-box;
}
#slide .slide-content {
	background-color: rgba(255, 255, 255, 1.0);
}
@media screen and (min-width: 751px) {
	#slide #slider-container::after {
		top: 64px;
		width: 530px;
		height: 124px;
	}
	#slide .slick-list {
		border-width: 16px;
	}
	#slide .slick-slider::before,
	#slide .slick-slider::after {
		width: 50px;
		height: 40px;
	}
	#slide .slick-slider::before {
		top: 266px;
		left: 100px;
	}
	#slide .slick-slider::after {
		right: 72px;
		bottom: 76px;
	}
}

/* present
---------------------------------------- */
#present {
	padding-top: calc( 118 / 375 * 100vw );
}
#present .inner {
	position: relative;
	padding-top: calc( 70 / 375 * 100vw );
	background-color: #009e96;
}
#present .inner::before {
	content: '';
	position: absolute;
	top: calc( -70 / 375 * 100vw );
	left: 0;
	width: 100%;
	height: calc( 70 / 375 * 100vw );
	background: url(../images/present_bg.png) no-repeat center center;
	background-size: cover;
}
.present_title {
	text-align: center;
	margin-bottom: calc( 50 / 375 * 100vw );
}
.present_title img {
	width: calc( 361 / 375 * 100vw );
}
.present_item {
	text-align: center;
	margin-bottom: calc( 50 / 375 * 100vw );
}
.present_item img {
	width: calc( 286 / 375 * 100vw );
}
.present_photo {
	text-align: center;
}
.present_photo img {
	width: 100%;
}
@media screen and (min-width: 751px) {
	#present {
		padding-top: 236px;
	}
	#present .inner {
		padding-top: 140px;
	}
	#present .inner::before {
		top: -140px;
		height: 140px;
	}
	.present_title {
		margin-bottom: 100px;
	}
	.present_title img {
		width: 722px;
	}
	.present_item {
		margin-bottom: 100px;
	}
	.present_item img {
		width: 572px;
	}
}

/* prize
---------------------------------------- */
#prize {
	padding-bottom: calc( 124 / 375 * 100vw );
}
#prize .inner {
	position: relative;
	padding-top: calc( 60 / 375 * 100vw );
	padding-bottom: calc( 40 / 375 * 100vw );
	background-color: #009e96;
}
#prize .inner::before {
	content: '';
	position: absolute;
	bottom: calc( -75 / 375 * 100vw );
	left: 0;
	width: 100%;
	height: calc( 75 / 375 * 100vw );
	background: url(../images/prize_bg.png) no-repeat center center;
	background-size: cover;
}
.prize_title {
	position: relative;
	text-align: center;
	padding-top: calc( 60 / 375 * 100vw );
	margin-bottom: calc( 52 / 375 * 100vw );
}
.prize_title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: calc( 286 / 375 * 100vw );
	height: calc( 40 / 375 * 100vw );
	background: url(../images/prize_art-01.png) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, 0);
}
.prize_title.no-art {
	padding-top: 0;
}
.prize_title.no-art::before {
	background: none;
}
.prize_title img {
	width: calc( 160 / 375 * 100vw );
}
.prize_item {
	text-align: center;
	margin-bottom: calc( 55 / 375 * 100vw );
}
.prize_item.art {
	margin-bottom: calc( 35 / 375 * 100vw );
}
.prize_item.art::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc( 286 / 375 * 100vw );
	height: calc( 40 / 375 * 100vw );
	background: url(../images/prize_art-02.png) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, 0);
}
.prize_item img {
	width: calc( 318 / 375 * 100vw );
}
.prize_item.art img {
	width: calc( 270 / 375 * 100vw );
}
.prize_note {
	text-align: center;
	margin-bottom: calc( 20 / 375 * 100vw );
}
.prize_note span {
	font-size: calc( 12 / 375 * 100vw );
	color: #000;
}
.prize_photo {
	position: relative;
	text-align: center;
	padding-bottom: calc( 60 / 375 * 100vw );
}
/*.prize_photo::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc( 286 / 375 * 100vw );
	height: calc( 40 / 375 * 100vw );
	background: url(../images/prize_art-02.png) no-repeat center center;
	background-size: cover;
	transform: translate(-50%, 0);
}*/
.prize_photo img {
	width: calc( 300 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	#prize {
		padding-bottom: 248px;
	}
	#prize .inner {
		padding-top: 120px;
		padding-bottom: 80px;
	}
	#prize .inner::before {
		bottom: -150px;
		height: 150px;
	}
	.prize_title {
		padding-top: 120px;
		margin-bottom: 100px;
	}
	.prize_title::before {
		width: 572px;
		height: 80px;
	}
	.prize_title img {
		width: 320px;
	}
	.prize_item {
		margin-bottom: 110px;
	}
	.prize_item.art {
		margin-bottom: 50px;
	}
	.prize_item.art::before {
		width: 572px;
		height: 80px;
	}
	.prize_item img {
		width: 636px;
	}
	.prize_item.art img {
		width: 500px;
	}
	.prize_note {
		margin-bottom: 40px;
	}
	.prize_note span {
		font-size: 16px;
	}
	.prize_photo {
		padding-bottom: 120px;
	}
	/*.prize_photo::before {
		width: 572px;
		height: 80px;
	}*/
	.prize_photo img {
		width: 600px;
	}
}

/* lottery
---------------------------------------- */
#lottery {
	background-color: #faf8f2;
}
#lottery .inner {
	padding-top: calc( 25 / 375 * 100vw );
	padding-bottom: calc( 25 / 375 * 100vw );
}
.lottery_sub {
	text-align: center;
	margin-bottom: calc( 10 / 375 * 100vw );
}
.lottery_sub img {
	width: calc( 211 / 375 * 100vw );
}
.lottery_title {
	text-align: center;
	margin-bottom: calc( 15 / 375 * 100vw );
}
.lottery_title img {
	width: calc( 288 / 375 * 100vw );
}
.lottery_note {
	text-align: center;
}
.lottery_note span {
	font-size: calc( 12 / 375 * 100vw );
	color: #000;
}
@media screen and (min-width: 751px) {
	#lottery .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.lottery_sub {
		margin-bottom: 20px;
	}
	.lottery_sub img {
		width: 422px;
	}
	.lottery_title {
		margin-bottom: 30px;
	}
	.lottery_title img {
		width: 576px;
	}
	.lottery_note span {
		font-size: 16px;
	}
}



/* special
---------------------------------------- */
#special .inner {
	padding-top: calc( 50 / 375 * 100vw );
}
.special_title {
	text-align: center;
	margin-bottom: calc( 32 / 375 * 100vw );
}
.special_title img {
	width: calc( 133 / 375 * 100vw );
}
#special .field {
	position: relative;
}
#special .field::before,
#special .field::after {
	content: '';
	z-index: 1;
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#special .field::before {
	top: calc( 30 / 375 * -100vw );
	left: calc( 58 / 375 * -100vw );
	width: calc( 131 / 375 * 100vw );
	height: calc( 458 / 375 * 100vw );
	background-image: url(../images/special_art-01.png);
}
#special .field::after {
	top: calc( 80 / 375 * -100vw );
	right: calc( 12 / 375 * -100vw );
	width: calc( 96 / 375 * 100vw );
	height: calc( 149 / 375 * 100vw );
	background-image: url(../images/special_art-02.png);
}
.special_main {
	text-align: center;
}
.special_main img {
	width: 100%;
}
@media screen and (min-width: 751px) {
	#special .inner {
		padding-top: 100px;
	}
	.special_title {
		margin-bottom: 64px;
	}
	.special_title img {
		width: 266px;
	}
	#special .field::before {
		top: -60px;
		left: -116px;
		width: 262px;
		height: 916px;
	}
	#special .field::after {
		top: -160px;
		right: -24px;
		width: 192px;
		height: 298px;
	}
}


/* experience
---------------------------------------- */
#experience {
	background-color: #faf8f2;
}
#experience .inner {
	padding-top: calc( 40 / 375 * 100vw );
	padding-bottom: calc( 50 / 375 * 100vw );
}
.experience_item:not(:last-child) {
	margin-bottom: calc( 50 / 375 * 100vw );
}
.experience_item-headline {
	text-align: center;
	margin-bottom: calc( 20 / 375 * 100vw );
}
.experience_item-headline img {
	width: calc( 92 / 375 * 100vw );
}
.experience_name {
	text-align: center;
}
.experience_name {
	margin-bottom: calc( 15 / 375 * 100vw );
}
.experience_name.is-a img {
	width: calc( 236 / 375 * 100vw );
}
.experience_name.is-b img {
	width: calc( 292 / 375 * 100vw );
}
.experience_note {
	text-align: center;
	margin-bottom: calc( 15 / 375 * 100vw );
}
.experience_note span {
	font-size: calc( 12 / 375 * 100vw );
	color: #000;
}
.experience_plus {
	text-align: center;
	margin-bottom: calc( 15 / 375 * 100vw );
}
.experience_plus img {
	width: calc( 30 / 375 * 100vw );
}
.experience_ticket {
	text-align: center;
}
.experience_ticket img {
	width: calc( 226 / 375 * 100vw );
}
.experience_intro {
	text-align: center;
}
.experience_intro img {
	width: calc( 300 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	#experience .inner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.experience_item:not(:last-child) {
		margin-bottom: 100px;
	}
	.experience_item-headline {
		margin-bottom: 40px;
	}
	.experience_item-headline img {
		width: 184px;
	}
	.experience_name {
		margin-bottom: 30px;
	}
	.experience_name.is-a img {
		width: 472px;
	}
	.experience_name.is-b img {
		width: 584px;
	}
	.experience_note {
		margin-bottom: 30px;
	}
	.experience_note span {
		font-size: 16px;
	}
	.experience_plus {
		margin-bottom: 30px;
	}
	.experience_plus img {
		width: 60px;
	}
	.experience_ticket img {
		width: 452px;
	}
	.experience_intro img {
		width: 600px;
	}
}

/* vision
---------------------------------------- */
#vision .inner {
	padding-top: calc( 30 / 375 * 100vw );
	padding-bottom: calc( 50 / 375 * 100vw );
}
.vision_intro {
	text-align: center;
}
.vision_intro img {
	width: calc( 300 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	#vision .inner {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.vision_intro img {
		width: 600px;
	}
}

/* accept
---------------------------------------- */
#accept {
	background-color: #faf8f2;
}
#accept .inner {
	padding-top: calc( 35 / 375 * 100vw );
	padding-bottom: calc( 45 / 375 * 100vw );
}
.accept_title {
	text-align: center;
}
.accept_title img {
	width: calc( 133 / 375 * 100vw );
}
#accept .field {
	padding-top: calc( 30 / 375 * 100vw );
}
.accept_item {
	text-align: center;
}
.accept_item:not(:last-child) {
	margin-bottom: calc( 20 / 375 * 100vw );
}
.accept_item img {
	width: calc( 295 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	#accept .inner {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.accept_title img {
		width: 266px;
	}
	#accept .field {
		padding-top: 60px;
	}
	.accept_item:not(:last-child) {
		margin-bottom: 40px;
	}
	.accept_item img {
		width: 590px;
	}
}


/* post
---------------------------------------- */
#post .inner {
	padding-bottom: calc( 60 / 375 * 100vw );
}
#post .inner.dev {
	padding-top: calc( 60 / 375 * 100vw );
}
.post_title {
	text-align: center;
	margin-bottom: calc( 50 / 375 * 100vw );
}
.post_title img {
	width: calc( 311 / 375 * 100vw );
}
.post_link a {
	display: block;
	text-align: center;
}
.post_link a img {
	width: calc( 270 / 375 * 100vw );
}
.post_result {
	text-align: center;
}
.post_result img {
	width: calc( 324 / 375 * 100vw );
}
.post_memo {
	text-align: center;
}
.post_memo img {
	width: calc( 300 / 375 * 100vw );
}
@media screen and (min-width: 751px) {
	#post .inner.dev {
		padding-top: 120px;
	}
	#post .inner {
		padding-bottom: 120px;
	}
	.post_title {
		text-align: center;
		margin-bottom: 100px;
	}
	.post_title img {
		width: 592px;
	}
	.post_link a img {
		width: 622px;
	}
	.post_result img {
		width: 648px;
	}
	.post_memo img {
		width: 600px;
	}
}


/* posts
---------------------------------------- */
.posts .inner {
	width: 100%;
	max-width: 1000px;
	padding-top: 60px;
	padding-right: 63px;
	padding-left: 63px;
}
.posts .posts_title {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border: 1px solid #707070;
}
.posts .posts_title span {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 1.0;
}
.posts .posts_title + .posts_list {
	margin-bottom: 88px;
}
.posts .field {
	padding-bottom: 30px;
}
.posts .posts_list .posts_list-item p {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.536;
	text-indent: -1em;
	margin-left: 1em;
}
.posts .posts_title + .posts_list .posts_list-item p {
	font-size: 16px;
}
.posts .posts_list .posts_list-item.is-asterisk p::before {
	content: '※';
}
.posts .posts_list .posts_list-item.is-circle p::before {
	content: '●';
}
.posts .posts_item .posts_item-headline {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	background-color: #d3d3d3;
}
.posts .posts_item .posts_item-headline span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	line-height: 1.0;
}
.posts .posts_item .posts_item-body .posts_text {
	margin-bottom: 10px;
}
.posts .posts_item .posts_item-body + .posts_item-body {
	margin-top: 20px;
}
.posts .posts_item .posts_item-body .posts_text p {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-align: left;
}
.posts .posts_field:not(:last-child) {
	margin-bottom: 1.5em;
}

@media (max-width: 750px) {
	.posts .inner {
		padding-top: calc(60 / 750 * 100vw);
		padding-right: calc(48 / 750 * 100vw);
		padding-left: calc(48 / 750 * 100vw);
	}
	.posts .posts_title {
		padding-top: calc(21 / 750 * 100vw);
		padding-bottom: calc(21 / 750 * 100vw);
		margin-bottom: calc(35 / 750 * 100vw);
	}
	.posts .posts_title span {
		font-size: calc(32 / 750 * 100vw);
	}
	.posts .posts_title + .posts_list {
		margin-bottom: calc(88 / 750 * 100vw);
	}
	.posts .field {
		padding-bottom: calc(96 / 750 * 100vw);
	}
	.posts .posts_list .posts_list-item p {
		font-size: calc(24 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-headline {
		padding-top: calc(22 / 750 * 100vw);
		padding-bottom: calc(22 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-headline span {
		font-size: calc(32 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-body .posts_text {
		margin-bottom: calc(15 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-body + .posts_item-body {
		margin-top: calc(60 / 750 * 100vw);
	}
	.posts .posts_item .posts_item-body .posts_text p {
		font-size: calc(28 / 750 * 100vw);
	}
}

/* attention
---------------------------------------- */
.attention .inner {
	width: 100%;
	max-width: 1000px;
	padding-top: 40px;
	padding-right: 63px;
	padding-bottom: 80px;
	padding-left: 63px;
}
.attention .attention_title {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2e4080;
	text-align: center;
}
.attention .attention_title span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 1.0;
}
.attention .field {
	padding-top: 10px;
}
.attention .attention_item:not(:last-child) {
	margin-bottom: 5px;
}
.attention .attention_item .attention_item-headline {
	text-align: left;
}
.attention .attention_item .attention_item-headline span {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	text-align: left;
	line-height: 1.536;
}
.attention .attention_item .attention_item-headline span::before {
	content: '■';
}
.attention .attention_item .attention_list-item.is-asterisk p::before {
	content: '※';
}
.attention .attention_item .attention_list-item.is-circle p::before {
	content: '●';
}
.attention .attention_list .attention_list-item p {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	line-height: 1.536;
	text-indent: -1em;
	margin-left: 1em;
}
.attention .attention_list .attention_list-item span {
	color: #3f6fbc;
}
@media (max-width: 750px) {
	.attention .inner {
		padding-right: 0;
		padding-bottom: calc(134 / 750 * 100vw);
		padding-left: 0;
	}
	.attention .attention_title {
		padding-top: calc(31 / 750 * 100vw);
		padding-bottom: calc(31 / 750 * 100vw);
	}
	.attention .attention_title span {
		font-size: calc(32 / 750 * 100vw);
	}
	.attention .field {
		padding-top: calc(68 / 750 * 100vw);
		padding-right: calc(48 / 750 * 100vw);
		padding-left: calc(48 / 750 * 100vw);
	}
	.attention .attention_item:not(:last-child) {
		margin-bottom: calc(34 / 750 * 100vw);
	}
	.attention .attention_item .attention_item-headline span {
		font-size: calc(24 / 750 * 100vw);
	}
	.attention .attention_list .attention_list-item p {
		font-size: calc(24 / 750 * 100vw);
	}
}

/* note
---------------------------------------- */
@media screen and (max-width: 768px) {
	#area09 .note_box .block {
		margin-bottom: 0;
	}
}
.note_item:not(:last-child) {
	margin-bottom: calc( 15 / 375 * 100vw );
}
.note_item .name {
	font-size: calc( 13 / 375 * 100vw );
	font-weight: 600;
	margin-bottom: 0.25em;
}
@media screen and (min-width: 751px) {
	.note_item:not(:last-child) {
		margin-bottom: 20px;
	}
	.note_item .name {
		font-size: 18px;
	}
}

/*----------------------------------------------------------------------------
	apply
----------------------------------------------------------------------------*/
.apply{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #a70377;
}
.apply .inner{
	width: 700px;
	background-color: #a70377;
	max-width: 90%;
	padding: 30px 0;
	margin: 0 auto;
}

.apply .inner p{ color: #fff;}
.apply .inner > .tit{ 
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
}
.apply .inner > .txt{ 
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.apply .inner .box{ 
	width: 570px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	margin: 30px auto;
}
.apply .inner .box .item:nth-child(1){ 
	width: 24%;
}
.apply .inner .box .item:nth-child(2){ 
	width: 68%;
}
.apply .inner .box .tit{ 
	display: block;
	margin-bottom: 10px;
	background-color: #fff100;
	color: #a70377;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1.15rem;
}
.apply .inner .box .txt{ 
	text-align: left;
	font-size: 12px;
	line-height: 1.8;
}

.apply .btn_list li{
	display: inline-block;
	width: 50%;
}
.apply .btn_list li a{
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 25px;
	font-weight: 500;
	background-color: #fff;
	color: #a70377;
	border-radius: 30px;
}
.apply .btn_list li a:hover{
	opacity: 0.8;
}

@media (max-width: 1024px) {
	.apply.sp{ 
		width: 100%;
	}
	.apply .inner > .tit{ 
		font-size: 8vw;
	}
	.apply .inner > .txt{ 
		font-size: 4.5vw;
		text-align: center;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.apply .inner .box .item:nth-child(1),
	.apply .inner .box .item:nth-child(2){ 
		width: 100%;
	}
	.apply .inner .box .item:nth-child(1) {
		margin-bottom: 30px;
	}
	.apply .inner .box .item:nth-child(1) img{
		width: 30%;
	}

	.apply .inner .box .tit{ 
		font-size: 9.2vw;
		padding-left: 1.15rem;
	}
	.apply .inner .box .txt{ 
		font-size: 3.4vw;
		line-height: 1.53;
	}

	.apply .btn_list li{
		width: 90%;
	}
	.apply .btn_list li a{
		padding: 3vw 0;
		font-size: 5.6vw;
	}
	.apply .btn_list li a:hover{
		opacity: 1;
	}
}