@charset "UTF-8";


a:link { color: #150F76; }
a:active { color: #150F76; }
a:visited { color: #150F76; }


/* ----- レイアウト ----- */
html{
	line-height: 1.15;
	text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
input[type="submit"], input[type="button"] { -webkit-appearance: none; }
ul,
ol,
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
table th ,table td{
	text-align:left;
	vertical-align: top;
	font-weight: 300;
}
input.blur , textarea.blur{
	color: #999;
}
img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	text-decoration: none;
}
a:link {
	outline: none;
}
a:visited {
	outline: none;
}
a:hover {
	outline: none;
}
a:active {
	outline: none;
}
*{
	font-family: "Noto Sans Japanese", sans-serif;
}
html {
	font-size: 62.5%;
	letter-spacing: 0.2em;
	line-height: 2.0em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}

* , *::before, * ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus, *:focus {
	outline:none;
}
img{
	display: block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.parent:after, .parent:before {
	content: "";
	clear: both;
	display: block;
}
.txt_blck{
	color: #333;
}
.txt_white{
	color: #fff;
}
.txt_blue{
	color: #0F0068;
}
body{
	margin: auto;
	background: #fff;
	color: #242424;
	line-height: 1.5;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.sp-block {
	display: none;
}
.pc-block {
	display:block;
}
.br-pc {
	display:block;
}
.br-sp {
	display: none;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.sp-block {
	display:block;
}
.pc-block {
	display: none;
}
.br-pc {
	display: none;
}
.br-sp {
	display:block;
}
}


body {
	width:100%;
	min-width:1280px;
	margin: auto;
	background: #fff;
}
.l-body {
	width:100%;
	min-width:1280px;
	margin: auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
	body {
	width:100%;
	min-width:100%;
}
.l-body {
	width:100%;
	min-width:100%;
}
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.u-hover {
	opacity: 1;
}
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.l-body {
	max-width:100%;
	min-width:100%;
	padding-top: 0;
}
}


.l-container , .l-container__narrow , .l-container__lage{
	margin: auto;
}
.l-container {
	width:1020px;
}
.l-container__p {
	position: relative;
}
.l-container__narrow{
	width:800px;
}
.l-container__lage{
	width:1280px;

}
.l-spacing-0 {
	letter-spacing: 0em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.l-container, .l-container__narrow , .l-container__lage{
	width: 100%;
	padding: 0 20px!important;
}
}
/* ----- /レイアウト ----- */


/* ----- レイアウト ----- */
.col__l {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
/* ----- モバイルでも解除しない ----- */
.col___l {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.col_l_flex-start {
	justify-content: flex-start;
}


.col__inline-block li {
	display: inline-block;
}
.d__flex {
	display: flex;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.col__l {
	width: 100%;
	display:block;
}
.col__inline-block li {
	display:block;
}
}


.paragraph_last{
	margin: 0 auto!important;
}
.p_last{
	margin: 0 auto!important;
}
/* ----- main ----- */
.bg-slider{
	height: calc(100vh - 80px);
	height: 100vh;
	margin: 0 auto;
	margin-top: 80px;
	background: #fff url(../img/index/main_1.jpg) center center no-repeat;
	background-position:center center;
	background-size:cover;
}
.main{
	width: 100%;
	height: calc(100vh - 80px);
	height: 100vh;
	position: relative;
}
.main .main_p{
	position: relative;
}
.main .main_copy_p{
	position: absolute;
	top: 40%;
	left:50%;
	z-index: 2;
}
.main .main_copy{
	font-size: 41px;
	font-size: 4.1rem;
	color: #0F0068;
	font-weight: 200;
	white-space: nowrap;
}
.main .main_sub_copy{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
	letter-spacing: 0.25em;
	color: #0F0068;
}
.main_arrow{
	width: 46px;
	height: 36px;
	height: auto;
	position: absolute;
	bottom:20px;
	left:50%;
	margin-left: -21px;
	margin-bottom: 21px;
	z-index: 1;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.bg-slider{
	height: calc(100vh - 50px)!important;
	margin: 0 auto;
	margin-top:50px;
	background: #fff url(../img/index/main_1_mb.jpg) center center no-repeat;
	background-position:center center;
	background-size:cover;
}
.main{
	width: 100%;
	height: calc(100vh - 50px);
	position: relative;
}
.main .main_p{
	position: relative;
	margin: 0 auto;
}
.main .main_copy_p{
	width:80%;
	position: absolute;
	top: 10%;
	left:0;
	z-index: 1;
	padding:20px;
}
.main .main_copy{
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 200;
}
.main .main_sub_copy{
	font-size: 14px;
	font-size: 1.4rem;
}
.main .main_arrow{
	width: 56px;
	height: auto;
	position: absolute;
	bottom:0px;
	left:50%;
	margin-left: -28px;
	margin-bottom: 28px;
}
}
/* ----- /main ----- */


/* ----- index ----- */
.index_section-title_l{
	width: 68%;
	padding: 160px 0 0 0;
}
.index_section-title_r{
	width: 460px;
	padding: 160px 0 0 0;
	margin-left: auto;
}
.index_section-title_box{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.index_section-title h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
}
.index_section-title p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
	padding-top: 30px;
}
.more{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 18px;
}
.more_bl{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 18px;
}
.more a{
	width: 100%;
	color: #333;
	display:block;
	border:1px #333 solid;
	padding: 4px 40px 4px 20px;
	background: url(../img/index/next_bl.svg) right 16px center no-repeat;
	background-size:12px 12px;
}
.more a:hover{
	border:1px #2bb03c solid;
	background: url(../img/index/next_hover.svg) right 16px center no-repeat;
	background-size:12px 12px;
	color: #2bb03c;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.index_section-title_l{
	width: 100%;
	padding: 60px 0;
}
.index_section-title_r{
	width: 100%;
	padding: 60px 0;
	margin-left: auto;
}
.index_section-title_box_mb{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.index_section-title p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 10px 0;
}
}


/* ----- index_section-1 ----- */
.index_section-1{
	width: 100%;
	height: 800px;
	background: #fff url(../img/index/section-1_bg.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}
/* ----- index_section-2 ----- */
.index_section-2{
	width: 100%;
	height: 800px;
	background: #fff url(../img/index/section-2_bg.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}
/* ----- index_section-3 ----- */
.index_section-3{
	width: 100%;
	height: 800px;
	background: #fff url(../img/index/section-3_bg.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}
.index_section-3 .donation_bt{
	margin-top: 30px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.index_section-1{
	width: 100%;
	height: auto;
	background: #fff url(../img/index/section-1_bg.jpg) 50% 0 no-repeat scroll;
	background-size:cover;
}
/* ----- index_section-2 ----- */
.index_section-2{
	width: 100%;
	height: auto;
	background: #fff url(../img/index/section-2_bg.jpg) 50% 0 no-repeat scroll;
	background-size:cover;
}
/* ----- index_section-3 ----- */
.index_section-3{
	width: 100%;
	height: auto;
	background: #fff url(../img/index/section-3_bg.jpg) 50% 0 no-repeat scroll;
	background-size:cover;
}
.index_section-title h1{
	font-size: 24px;
	font-size: 2.4rem;
}
}


/* ----- index_section-4 ----- */
.index_section-4_description {
	padding: 100px 0 40px 0;
	color: #2a0b8d;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 300;
	line-height: 1.8em;
	text-align:center;
}
.index_section-4_description_sub {
	padding: 0px 0 20px 0;
	color: #2a0b8d;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 2em;
	text-align:center;
}
.index_section-4_description_sub p{
	padding-bottom: 1.6em;
}
.arrow__p{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.arrow{
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
}
.arrow::before{
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 2px #3db53f;
	border-right: solid 2px #3db53f;
	transform: rotate(135deg);
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -15px;
}
.bt__p{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.donation_bt{
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	position: relative;
	background-color: #3db53f;
	text-align:center;
	display: inline-block;
	line-height: normal;
	align-items: center;
	margin-top: 8px;
}
.donation_bt a{
	width: 100%;
	display:block;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 8px 30px;
	white-space: nowrap;
}
.donation_bt_l a{
	padding: 8px 100px;
}
/* ----- あなたにできること用ボタン ----- */
.join .donation_bt a{
	width: 100%;
	display:block;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 8px 40px;
	white-space: nowrap;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donation_bt a{
	font-size: 20px;
	font-size: 2.0rem;
	padding: 8px 30px;
}
.join .donation_bt a{
	width: 100%;
	display:block;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 20px;
	white-space: nowrap;
}
.donation_bt_join a{
	font-size: 16px!important;
	font-size: 1.6rem!important;
}
}


/* ----- index_section-4 ----- */
.index_section_i > ul{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	justify-content:space-between;
}
.index_banner{
	margin: 60px auto;
}
.index_banner li{
	width: 100%;
	border:1px #cccccc solid;
}
.index_section-4_title{
	width: 450px;
	font-size: 24px;
	font-size: 2.4rem;
	display:block;
	font-weight: 200;
	padding-bottom: 2px;
	border-bottom:1px #000 solid;
}
.index_section-4_title .all a{
	font-size: 14px;
	font-size: 1.2rem;
	background: url(../img/index/next_bl.svg) right center no-repeat;
	background-size:8px 8px;
	padding-right: 12px;
}
.index_section-4_title .all a:hover{
	background: url(../img/index/next_hover.svg) right center no-repeat;
	background-size:8px 8px;
	color: #2bb03c;
}
.index_notice_l{
	width: 450px;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 20px 0 100px 0;
}
.index_notice_l .index_notice_dete{
	padding-top: 12px;
	color: #7F7F7F;
}
.index_snspage{
	margin-bottom: 20px;
}
.index_snspage > li{
	width: 450px;
}
.fb iframe{
	border: 0;
	background-color: transparent;
	overflow: hidden;
}
.twitter{
	border:1px #ebedf0 solid;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.index_section_i > ul{
	width: 100%;
	display:block;
}
.index_banner li{
	width: 100%;
	margin-bottom: 20px;
}
.index_section-4_title{
	width: 100%;
}
.index_notice_l{
	width: 100%;
	margin: 20px 0 40px 0;
}
.index_notice > li{
	width: 100%;
}
.index_snspage li{
	width: 100%;
	text-align:center;
	margin-bottom: 40px;
}
.index_snspage li:last-child{
	margin-bottom: 0;
}
}


/* ----- index_section-5 ----- */
.index_section-5{
	margin: 60px 0;
	text-align:center;
}
.index_section-5 h1{
	font-weight: 200;
	color: #150F76;
	font-size: 30px;
	font-size: 3.0rem;
	text-align:center;
	margin-bottom: 4px;
}
.index_section-5 h2{
	font-weight: 200;
	color: #150F76;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:center;
	margin-bottom: 10px;
}
.index_partner{
	width: 900px;
	margin: 50px auto;
}
.index_partner li{
	width: 130px;
}


.index_section-5 .partner_hr{
	width: 864px;
	border:1px #f2f2f2 solid;
	margin: 0 auto;
}
/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.index_section-5 h1{
	font-size: 28px;
	font-size: 2.8rem;
}
.index_section-5 h2{
	font-size: 14px;
	font-size: 1.4rem;
}
.index_partner{
	width: 100%;
	margin: 20px auto;
}
.index_partner li{
	width: calc(33% - 20px);
	margin: 12px 10px;
}
.index_section-5 .partner_hr{
	width: 100%;
	border:1px #f2f2f2 solid;
	margin: 0 auto;
}
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.index_section-5{
	margin: 0 0 30px 0;
	text-align:center;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* ----- /index_section-6 ----- */


/* ----- index_section-6 ----- */
.index_section-6{
	margin: 60px 0;
	text-align:center;
}
.youtube-video{
	width:1020px;
	height:574px;
	display:block;
	margin: 0 auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.index_section-6{
	margin: 0 0 30px 0;
	text-align:center;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* ----- /index_section-6 ----- */


/* ----- タイトル共通 ----- */
.main_title_p{
	padding-top: 50px;
}
.main_title_box{
	width: 200px;
	height: 200px;
	background: rgba(29, 0, 122, 0.8);
	display: flex;
	align-items: center;
}
.main_title{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 100;
	color: #fff;
	line-height: 1.2em;
	padding: 8px;
}
.main_title_sub{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 4px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.main_title_p{
	padding-top: 40px;
}
}


/* ----- タイトル調整 ----- */
.main_title_small{
	letter-spacing: 0em;
}
.main_title_small_small{
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 100;
	color: #fff;
	line-height: 1.2em;
	padding: 8px;
	letter-spacing: 0em;
}
/* ----- footer_navi共通 ----- */
.footer_navi{
	margin: 100px 0;
	text-align:center;
}
.footer_navi ul> li{
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	padding-right: 4px;
}
.footer_navi ul> li a{
	color: #333;
}
.footer_navi ul> li a:hover{
	border-bottom:1px #333 solid;
}
.footer_navi ul > li:last-child{
	padding-right: 0;
}
.footer_navi .top{
	color: #7F7F7F;
}
.footer_navi .current{
	font-weight: 600;
	pointer-events: none;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.footer_navi{
	margin: 60px 0;
}
.footer_navi ul li{
	line-height: 2.0em;
}
}


/* ----- 間接的に寄付を募る文言共通 ----- */
.donation_note {
	padding: 0px 0 100px 0;

	text-align:center;
}
.donation_note h1{
	color: #2a0b8d;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.8em;
	padding-bottom: 1.6em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donation_note {
	padding: 0px 0 40px 0;

	text-align:center;
}
.donation_note h1{
	color: #2a0b8d;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.8em;
	padding-bottom: 1.6em;
	letter-spacing: 0em;
}
}


/* ----- about ----- */
.about_main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/about/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}
/* ----- .about_mission section-1 ----- */
.about_mission .section-1{
	margin: 100px 0;
}
.about_mission .section-1 .content{
	text-align:center;
}
.about_mission .section-1 .content h1{
	font-weight: 200;
	color: #150F76;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 40px;
	text-align:center;
}
.about_mission .section-1 .content p{
	width: 800px;
	color: #333;
	text-align:left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0em;
	margin: 20px auto 40px auto;
}
.about_mission .section-1 .content{
	margin: 20px auto;
}
.about_mission .content .mission_fig1{
	width: 800px;
	height: auto;
	margin: 50px auto 80px auto;
	position: relative;
}
.about_mission .content .mission_fig1 h1{
	font-size: 16px;
	font-size: 1.6rem;
	color: #150F76;
	font-weight: 300;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
}
.about_mission .content .mission_fig1 h2{
	font-size: 10px;
	font-size: 1.0rem;
	color: #333;
	font-weight: 300;
	position: absolute;
	bottom:0;
	right:0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/about/main.jpg) right 0 no-repeat;
	background-size:cover;
	margin-top: 50px;
}
.about_mission .section-1{
	margin: 40px 0;
}
.about_mission .section-1 .content h1{
	margin-bottom: 20px;
}
.about_mission .section-1 .content p{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto 20px auto;
}
.about_mission .content .mission_fig1{
	width: 100%;
	height: auto;
	margin: 30px auto;
}
.about_mission .section-1 .content h1{
	font-size: 24px;
	font-size: 2.4rem;
}
.about_mission .content .mission_fig1 h1{
	text-align:left;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}
.about_mission .content .mission_fig1 h2{
	font-size: 6px;
	font-size: 0.6rem;
	letter-spacing: 0;
}
}


.about_mission .content .logo{
	width: 300px;
	height: auto;
	margin: 20px auto;
}
.about_mission .content .description{
	width: 500px;
	height: auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	text-align:left;
	margin: 20px auto 0 auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_mission .content .logo{
	width: 50%;
	height: auto;
	margin: 20px auto;
}
.about_mission .content .description{
	width: 100%;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	text-align:left;
	margin: 20px auto 0 auto;
}
}


/* ----- about_top_section-2 ----- */
.about_mission .section-2{
	width: 100%;
	height: auto;
	background: #fff url(../img/about/section-2_bg.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	padding: 60px 0;
}
.about_mission .section-2 .content{
	width: 800px;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0em;
	padding: 40px 60px;
	margin: 0 auto;
}
.about_mission .section-2 .content p{
	margin: 0 0 30px 0;
}
.about_mission .section-2 .content h1{
	font-weight: 200;
	color: #150F76;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.6em;
	text-align:center;
	margin-bottom: 40px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_mission .section-2{
	width: 100%;
	height: auto;
	background: #fff url(../img/about/section-2_bg_mb.jpg) center top no-repeat;
	background-size:cover;
	padding: 60px 0;
}
.about_mission .section-2 .content{
	width: 100%;
	height: auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 20px;
	margin: 0 auto;
}
.about_mission .section-2 .content h1{
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.about_mission .section-2 .content p{
	margin: 0 0 20px 0;
}
}


/* ----- about_message section-1 ----- */
.about_message .section-1{
	padding: 100px 0;
}
.about_message .section-1 .message{
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 60px;
	margin: 0 auto;
	line-height: 2.0em;
}
.about_message .section-1 p{
	padding: 16px 0;
}
.about_message .section-1 .title{
	text-align:right;
	padding: 40px 0;
}
.about_message .section-1 .title_link{
	margin-top: 10px;
}
.about_message .section-1 .title a{
	width: 100%;
	height: auto;
	color: #333;
	border:1px #333 solid;
	padding: 2px 10px;
}
.about_message .section-1 .title a:hover{
	border:1px #2bb03c solid;
	color: #2bb03c;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_message .section-1{
	padding: 12px 0 0 0;
}
.about_message .section-1 .message{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 0 0px;
}
.about_message .section-1 .title{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: normal;
	padding: 8px 0 12px 0;
}
}


/* ----- about_outline ----- */
.about_outline h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
	padding-bottom: 30px;
}
/* ----- about_outline section-1 ----- */
.about_outline .section-1{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 100px 0 50px 0;
}
.about_outline .section-1 .left{
	width: 620px;
}
.about_outline .section-1 .right{
	width: 400px;
	text-align:center;
}
.about_outline table th,.about_outline table td{
	padding: 12px 0;
	white-space: nowrap;
}
.about_outline table th{
	padding-right: 20px;
	color: #7F7F7F;
}
.about_outline .sub th{
	padding-right: 20px;
	color: #333;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_outline .section-1{
	font-size: 14px;
	font-size: 1.4rem;
}
.about_outline h1{
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 10px;
}
.about_outline .section-1{
	margin: 20px 0;
}
.about_outline .section-1 .left{
	width: 100%;
}
.about_outline table th,.about_outline table td{
	width: 100%;
	display:block;
	white-space: normal;
}
.about_outline table th{
	padding:20px 0 4px 0;
}
.about_outline table td{
	padding:0;
	font-size: 14px;
	font-size: 1.4rem;
}
.about_outline .section-1 .right{
	width: 100%;
	text-align:center;
}
.about_outline .chart{
	width: 100%;
}
}


/* ----- about_outline section-2 ----- */
.about_outline .section-2{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 50px 0;
}
.about_outline .field{
	margin-bottom: 40px;
}
.about_outline .report_box{
	width: 920px;
}
.about_outline .section-2 li{
	margin-bottom: 22px;
}
.about_outline .section-2 li a{
	border:1px #000 solid;
	color: #333;
	padding: 4px 30px 4px 8px;
	background: url(../img/next.svg) right 12px center no-repeat;
	background-size:12px 12px;
}
.about_outline .section-2 li a:hover{
	border:1px #24A02A solid;
	background: url(../img/next_hover.svg) right 12px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}
.about_outline .section-3{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 50px 0 ;
}
.about_outline .assistance_division li{
	margin-bottom: 50px;
}
.about_outline .assistance{
	font-size: 20px;
	font-size: 2.0rem;
}
.about_outline .assistance_sub{
	text-indent:1em;
	letter-spacing: 0.1em;
}
.about_outline .section-4{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 100px 0 50px 0;
}
.about_outline .section-4 .section-4_table p{
	margin: 0 0 2em 0;
}
.about_outline .section-4 .section-4_table th{
	padding:12px 30px 12px 0;
}
.about_outline .section-4 .section-4_table td{
	white-space: normal;
	padding:12px 0;
}
.about_outline .section-4 .section-4_table td a{
	border-bottom:1px #150F76 solid;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_outline .report_box{
	width: 100%;
}
.about_outline .section-2 li{
	width: 100%;
	display:block;
}
.about_outline .section-2 li a{
	width: 100%;
	display:block;
	padding: 6px 30px 6px 30px;
	background: url(../img/next.svg) right 24px center no-repeat;
	background-size:12px 12px;
}
.about_outline .assistance_division li{
	margin-bottom: 30px;
}
.about_outline .assistance{
	font-size: 18px;
	font-size: 1.8rem;
}
.about_outline .assistance_sub{
	margin-top: 10px;
	text-indent:0em;
	font-size: 14px;
	font-size: 1.4rem;
}
.about_outline .section-4{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 60px 0 50px 0;
}
.about_outline .section-4 .section-4_table p{
	margin: 0 0 1em 0;
}
.about_outline .section-4 .section-4_table th {
	padding:10px 0;
}
.about_outline .section-4 .section-4_table td {
	padding:0;
}
.about_outline .section-4 .section-4_table td a{
	font-size: 13px;
	font-size: 1.3rem;
}
}


/* ----- about_history ----- */
/* ----- about_table共用 ----- */
.outline_table table th,.outline_table table td{
	padding: 20px 0;
	white-space: nowrap;
	font-size: 16px;
	font-size: 1.6rem;
}
.outline_table .year{
	font-size: 26px;
	font-size: 2.6rem;
	display:block;
	color: #7F7F7F;
	font-weight: 200;
	padding-right: 1em;
	margin-top: -0.3em;
}
.outline_table table td{
	white-space: normal;
}
.outline_table table .month{
	color: #7F7F7F;
	white-space: nowrap;
	padding-right: 1.4em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.outline_table table th,.outline_table table td{
	font-size: 14px;
	font-size: 1.4rem;
}
.outline_table table th{
	display:block;
	width: 100％;
}
.outline_table table .no-year{
	padding: 0;
}
.outline_table table .year{
	padding: 30px 0 6px 0;
	border-bottom:1px #ddd solid;
	margin-bottom: 6px;
}
.outline_table table .month{
	padding: 0;
}
.outline_table table td{
	display:block;
	width: 100％;
	padding: 6px 0;
}
}


/* ----- about_history section-1 ----- */
.about_history .section-1{
	margin: 80px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_history .section-1{
	margin: 0;
}
}


/* ----- about_lecture section-1 ----- */
.about_lecture .section-1{
	margin: 100px 0;
}
.about_lecture .link_box{
	text-align:right;
	margin-bottom: 30px;
}
.about_lecture .link_box a{
	font-size: 14px;
	font-size: 1.4rem;
	border:1px #000 solid;
	color: #333;
	padding: 4px 30px 4px 8px;
	background: url(../img/next.svg) right 16px center no-repeat;
	background-size:12px 12px;
}
.about_lecture .link_box a:hover{
	border:1px #24A02A solid;
	background: url(../img/next_hover.svg) right 16px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_lecture .section-1{
	margin: 20px 0;
}
.about_lecture .link_box{
	text-align:right;
	margin-bottom: 0px;
}
}


/* ----- about_media section-1 ----- */
.about_media .section-1{
	margin: 100px 0;
}
.about_media .link_box{
	text-align:right;
	margin-bottom: 30px;
}
.about_media .link_box a{
	font-size: 14px;
	font-size: 1.4rem;
	border:1px #000 solid;
	color: #333;
	padding: 4px 30px 4px 8px;
	background: url(../img/next.svg) right 16px center no-repeat;
	background-size:12px 12px;
}
.about_media .link_box a:hover{
	border:1px #24A02A solid;
	background: url(../img/next_hover.svg) right 16px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}


/* ----- about_book section-1 ----- */
.about_book .section-1{
	margin: 100px 0 60px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.about_book .section-2{
	margin: 120px 0 60px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.about_book .left{
	width: 280px;
}
.about_book .right{
	width: 670px;
}
.about_book h1{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 200;
}
.about_book h2{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #7F7F7F;
	padding-top: 8px;
}
.about_book .small{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
}
.about_book .copy{
	margin-top: 16px;
}
.about_book .page_box {
	margin: 16px 0;
}
.about_book .page_box a{
	font-size: 14px;
	font-size: 1.4rem;
	border:1px #000 solid;
	color: #333;
	padding: 4px 8px;
	background: url(../img/about/next.svg) right 16px center no-repeat;
	background-size:12px 12px;
}
.about_book .page_box a:hover{
	border:1px #24A02A solid;
	background: url(../img/about/next_hover.svg) right 16px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.about_book .section-1{
	margin: 60px 0 60px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.about_book .section-2{
	margin: 60px 0 60px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.about_book .left{
	width: 100%;
}
.about_book .right{
	width: 100%;
}
.about_book img{
	width: 70%;
	margin: 0 auto;
}
.about_book h1{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 0;
}
}


/* ----- activity ----- */
/* ----- タイトルはタイトル共通を使用 ----- */
/* ----- タイトルコピー ----- */
.activity_main__p{
	position: relative;
	height: 700px;/* ----- activityメイン高さ ----- */
}
.contents_main .main_copy_box__p{
	position: absolute;
	top: 50%;
	right:0;
	transform:translateY(-50%);
	z-index: 1;
}
.contents_main .main_copy_box{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
	overflow: hidden;
}
.contents_main .main_copy{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
	padding-bottom: 30px;
}
.contents_main .main_sub_copy{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_main__p{
	position: relative;
}
.contents_main .main_copy_box__p{
	width: 100%;
	position: absolute;
	top: 280px;
	left:0;
	transform:translateY(0);
	z-index: 1;
}
.contents_main .main_copy_box{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.contents_main .main_copy{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	padding-bottom: 20px;
}
.contents_main .main_sub_copy{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	padding-bottom: 20px;
}
}


/* ----- 共通タイトルコピー ----- */
.main__p{/* ----- activityメイン高さ ----- */
	position: relative;
	height: 700px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.main__p{
	margin-top: 50px;
}
}


.main_copy{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
	padding-bottom: 10px;
}
.main_sub_copy{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}
.main_copy_box p{
	width: 100%;
	margin: 4px 0;
}
.main_copy_box .main_copy_link{
	text-align: right;
}
.main_copy_box .main_copy_link a{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	border:1px #333 solid;
	border-radius: 1px;
	padding: 2px 20px 2px 8px;
	background: url(../img/next.svg) right 4px center no-repeat;
	background-size:12px 12px;
}
.main_copy_box .main_copy_link a:hover{
	border:1px #2bb03c solid;
	color: #2bb03c;
	background: url(../img/next_hover.svg) right 4px center no-repeat;
	background-size:12px 12px;
}
/* ----- コピー横幅 ----- */
.copy_w{
	width: 560px;
}
/* ----- activity_コピー横幅 ----- */
.activity_copy_w{
	width: 575px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.copy_w{
	width: 100%;
}
.activity_copy_w{
	width: 100%;
}
}


/* ----- activity_コンセプト ----- */
.activity_concept .activity_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/activity/main_concept.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .activity_main{
	width: 100%;
	height: 800px;
	background: #fff url(../img/activity/main_concept.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 50px;
}
}


/* ----- section-1 ----- */
.activity_concept .section-1 .content{
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 100px 0 60px 0;
	margin: 0 auto;
	line-height: 2.0em;
}
.activity_concept .section-1 .content p{
	margin: 0 0 40px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .section-1 .content{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 60px 0 60px 0;
	line-height: 1.5em;
}
.activity_concept .section-1 .content p{
	margin: 0 0 20px 0;
}
}


/* ----- section-2 ----- */
.section-2_map{
	width: 100%;
	min-height: 620px;
	background: url(../img/activity/map.jpg) center 0;
	background-repeat:no-repeat;
	background-color: #a2ccdc;
}
.activity_concept .section-2 .map_grid{
	width: 100%;
	height: auto;
	min-height: 620px;
	background: url(../img/activity/map_grid.gif) center 0;
	background-repeat:repeat;
}
.activity_concept .section-2 .map_box a{
	width: 80px;
	height: 34px;
	font-size: 11px;
	font-size: 1.1rem;
	text-align:center;
	line-height: 34px;
	background-color: #a2ccdc;
	border:2px #000 solid;
	box-sizing: border-box;
	padding: 4px 20px 4px 6px;
	margin: 0;
	color: #000;
	background: url(../img/next.svg) right 4px center no-repeat;
	background-size:12px 12px;
}
.activity_concept .section-2 .map_box a:hover{
	background: url(../img/next_wh.svg) right 4px center no-repeat;
	background-size:12px 12px;
	color: #fff;
}
.activity_concept .section-2 .map_box_off a{
	width: 180px;
	height: 34px;
	font-size: 11px;
	font-size: 1.1rem;
	text-align:center;
	line-height: 34px;
	background-color: #a2ccdc;
	border:2px #85979f solid;
	box-sizing: border-box;
	padding: 4px 6px;
	color: #85979f;
	background-size:12px 12px;
}
.activity_concept .section-2 .map_mark{
	width: 33px;
	height: 33px;
	cursor : pointer;
}
.activity_concept .section-2 .map_point_1{
	position: absolute;
	top: 365px;
	left: 142px;
	z-index: 2;
}
.activity_concept .section-2 .map_point_2{
	position: absolute;
	top: 380px;
	left: 110px;
	z-index: 2;
}
.activity_concept .section-2 .map_point_3{
	position: absolute;
	top: 380px;
	left: 342px;
	z-index: 2;
}
.activity_concept .section-2 .map_point_4{
	position: absolute;
	top: 350px;
	left: 50px;
	z-index: 2;
	cursor: default;
}
.activity_concept .section-2 .map_point_5{
	position: absolute;
	top: 236px;
	left: 240px;
	z-index: 2;
	cursor: default;
}
.activity_concept .section-2 .map_point_6{
	position: absolute;
	top: 265px;
	left: 375px;
	z-index: 2;
}
.activity_concept .section-2 .map_area_2,.activity_concept .section-2 .map_area_3 ,
.activity_concept .section-2 .map_area_4,.activity_concept .section-2 .map_area_5,
.activity_concept .section-2 .map_area_6{
	display: none;
}
.activity_concept .section-2 .map_area_1{
	position: absolute;
	top: 395px;
	left: 166px;
}
.activity_concept .section-2 .map_line_1{
	width: 20px;
	height: 58px;
}
.activity_concept .section-2 .map_box_1{
	margin: -5px 18px;
}
.activity_concept .section-2 .map_area_2{
	position: absolute;
	top: 305px;
	left: 128px;
}
.activity_concept .section-2 .map_line_2{
	width: 33px;
	height: 106px;
}
.activity_concept .section-2 .map_box_2{
	margin: -135px 30px;
}
.activity_concept .section-2 .map_area_3{
	position: absolute;
	top: 340px;
	left: 186px;
}
.activity_concept .section-2 .map_line_3{
	width: 156px;
	height: 57px;
}
.activity_concept .section-2 .map_box_3{
	margin: -88px 0px;
}
.activity_concept .section-2 .map_area_4{
	position: absolute;
	top: 380px;
	left: 66px;
}
.activity_concept .section-2 .map_line_4{
	width: 38px;
	height: 103px;
}
.activity_concept .section-2 .map_box_4{
	margin: -2px 37px;
}
.activity_concept .section-2 .map_area_5{
	position: absolute;
	top: 236px;
	left: 235px;
}
.activity_concept .section-2 .map_box_5{
	margin: -32px -148px;
}
.activity_concept .section-2 .map_box_5 span{
	letter-spacing: 0em;
}
.activity_concept .section-2 .map_line_5{
	width: 7px;
	height: 32px;
}
.activity_concept .section-2 .map_area_6{
	position: absolute;
	top: 226px;
	left: 322px;
}
.activity_concept .section-2 .map_box_6{
	margin: -84px -134px;
	display:block;
}
.activity_concept .section-2 .map_line_6{
	width: 54px;
	height: 55px;
}
.activity_concept .section-2 .content{
	width: 50%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 200;
	padding-top: 60px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 50%;
}
.activity_concept .section-2 h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	padding-top: 60px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 330px;
}
.activity_concept .section-2 .content p{
	padding-bottom: 20px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.section-2_map{
	width: 100%;
	height: 840px;
	min-height: 840px;
	background: url(../img/activity/map.jpg) left -390px bottom -60px;
	background-repeat:no-repeat;
	background-color: #a2ccdc;
	overflow: hidden;
}
.activity_concept .section-2 .map_grid{
	height: 740px;
}
.activity_concept .section-2 .content{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	padding-top: 20px;
	position: absolute;
	top: 60px;
	left: 0;
}
.activity_concept .section-2 h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	padding-top: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.activity_concept .section-2 .map_point_1{
	position: absolute;
	top: 684px;
	left: 70px;
}
.activity_concept .section-2 .map_point_2{
	position: absolute;
	top: 710px;
	left: 40px;
}
.activity_concept .section-2 .map_point_3{
	position: absolute;
	top: 700px;
	left: 260px;
}
.activity_concept .section-2 .map_point_4{
	position: absolute;
	top: 668px;
	left: -10px;
	z-index: 2;
}
.activity_concept .section-2 .map_point_5{
	position: absolute;
	top: 560px;
	left: 150px;
	z-index: 2;
}
.activity_concept .section-2 .map_point_6{
	position: absolute;
	top: 585px;
	left: 305px;
	z-index: 2;
}
.activity_concept .section-2 .map_area_1{
	position: absolute;
	top: 714px;
	left: 86px;
	white-space: nowrap;
}
.activity_concept .section-2 .map_area_2{
	position: absolute;
	top: 635px;
	left: 57px;
	white-space: nowrap;
}
.activity_concept .section-2 .map_area_3{
	position: absolute;
	top: 660px;
	left: 106px;
	white-space: nowrap;
}
.activity_concept .section-2 .map_area_4{
	position: absolute;
	top: 700px;
	left: 6px;
}
.activity_concept .section-2 .map_area_5{
	position: absolute;
	top: 560px;
	left: 145px;

}
.activity_concept .section-2 .map_area_6{
	position: absolute;
	top: 548px;
	left: 251px;
	white-space: nowrap;
}
}


/* ----- section-3 ----- */
.activity_concept .section-3 .content{
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0;
	margin: 0 auto;
}
.activity_concept .section-3 .content p{
	padding-bottom: 20px;
}

.activity_concept .section-3 .content .item__p{
	width: 960px;
	margin: 20px auto 80px auto;
}
.activity_concept .section-3 .content .item_box{
	width: 440px;
	vertical-align: top;
}
.activity_concept .section-3 .content .item{
	width: 440px;
	background-color: #F3F3F3;
	border:1px #150F75 solid;
}
.activity_concept .section-3 .content .plus_box{
	width: 80px;
	padding-top: 14px;
}
.activity_concept .section-3 .content ul{
	display:table;
}
.activity_concept .section-3 .content li{
	display:table-cell;
}
.activity_concept .section-3 .content .item_title{
	background-color: #150F75;
	color: #fff;
	padding: 14px;
}
.activity_concept .section-3 .content .item_title h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 300;
}
.activity_concept .section-3 .content .item_title h2{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	letter-spacing: 0;
}
.activity_concept .section-3 .content .item_box p{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 14px;
	letter-spacing: 0.2em;
}
.activity_concept .section-3 .section-3_fig{
	width: 980px;
	height: 440px;
	margin: 60px auto;
	position: relative;
}
.activity_concept .section-3 .section-3_fig .section-fig_p{
	position: absolute;
	top: 0;
	left: 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .section-3 .content{
	height: auto;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0;
	margin: 0 auto;
}
.activity_concept .section-3 .content .item__p{
	width: 100%;
	margin: 0px auto 80px auto;
}
.activity_concept .section-3 .content .item{
	width: 100%;
}
.activity_concept .section-3 .content ul{
	display:block;
}
.activity_concept .section-3 .content li{
	display:block;
}
.activity_concept .section-3 .section-3_fig{
	width: 100%;
	height: auto;
	margin: 20px auto;
	position: relative;
}
.activity_concept .section-3 .section-3_fig:before {
	content: "";
	display: block;
	padding-top: 204.1666%;
}
.activity_concept .section-3 .section-3_fig .section-fig_p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.activity_concept .section-3 .content .plus_box{
	width: 80px;
	padding-top: 14px;
	margin: 0 auto;
}
.activity_concept .section-3 .content .item_box{
	width: 100%;
}
}


/* ----- section-4 ----- */
.activity_concept .section-4{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
}
.activity_concept .section-4 ul{
	padding: 122px 0;
}
.activity_concept .section-4 li{
	width: 450px;
	height: auto;
	background-color:rgba(255,255,255,0.75);
	padding: 20px;
	margin-bottom: 122px;
}
.activity_concept .section-4 li:nth-child(3) , .activity_concept .section-4 li:nth-child(4){
	margin-bottom: 0;
}
.activity_concept .section-4 .section-item{
	font-size: 15px;
	font-size: 1.5rem;
	border:1px #d9d9d9 solid;
}
.activity_concept .section-4 .section-item_title{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #150F76;
	padding-bottom: 10px;
}
.activity_concept .section-4 .section-item_tab{
	width: 130px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
	color: #fff;
	padding: 4px;
	margin-top: 12px;
	background-color: #150F76;
	text-align:center;
}
.activity_concept .section-4 .section-item_inner{
	padding: 12px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8em;
}
.activity_concept .section-4 .section-item table{
	margin-top: 12px;
}
.activi
.activity_concept .section-4 .section-item table th , .activity_concept .section-4 .section-item table td{
	vertical-align: top;
	font-size: 13px;
	font-size: 1.3rem;
}
.activity_concept .section-4 .section-item table th{
	font-size: 6px;
	font-size: 0.6rem;
	color: #7F7F7F;
	padding: 4px 0 0 4px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .section-4{
	font-size: 14px;
	font-size: 1.4rem;
}
.activity_concept .section-4 ul{
	padding: 20px 0;
}
.activity_concept .section-4 li{
	width: 100%;
	height: auto;
	background-color:rgba(255,255,255,0.75);
	padding: 0px;
	margin-bottom: 40px;
}
.activity_concept .section-4 li:nth-child(3) , .activity_concept .section-4 li:nth-child(4){
	margin-bottom: 40px;
}
}


/* ----- section-5 ----- */
.activity_concept .section-5{
	width: 100%;
	height: auto;
	min-height: 700px;
	background: url(../img/activity/concept_section-5_bg.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	font-size: 16px;
	font-size: 1.6rem;
}
.activity_concept .section-5 .section-title__p{
	width: 590px;
	padding: 120px 0 0 0;
	margin-left: auto;
}
.activity_concept .section-5 .section-title{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
	text-align:left;
}
.activity_concept .section-5 .section-title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
}
.activity_concept .section-5 .section-title h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	padding: 6px 0 20px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .section-5 .section-title h1{
	font-size: 20px;
	font-size: 2.0rem;
}
.activity_concept .section-5 .section-title h2{
	font-size: 14px;
	font-size: 1.4rem;
}
.activity_concept .section-5 .section-title__p{
	width: 100%;
	padding: 60px 0 0 0;
	margin-left: auto;
}
.activity_concept .section-5 .title_box_mb{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.activity_concept .section-5{
	width: 100%;
	height: auto;
	min-height: 600px;
	background: url(../img/activity/concept_section-5_bg_mb.jpg) center top no-repeat;
	background-size:cover;
	font-size: 14px;
	font-size: 1.4rem;
}
}


/* ----- section-6 ----- */
.activity_concept .section-6{
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin: 60px 0;
}
.activity_concept .section-6 .section-message_box ul{
	display: flex;
	padding: 6px;
	border:1px #D0D0D0 solid;
	margin-bottom: 30px;
}
.activity_concept .section-6 .section-message_box ul :last-child{
	margin-bottom: 0px;
}
.activity_concept .section-6 .section-message_box li img{
	width: 160px;
	height: auto;
}
.activity_concept .section-6 .section-message_box li:first-child{
	margin-right: 40px;
}
.activity_concept .section-6 .section-message_box h1{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}
.activity_concept .section-6 .section-message_box h2{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
}
.activity_concept .section-6 .section-message_box p{
	margin-top: 8px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .section-6{
	font-size: 13px;
	font-size: 1.3rem;
}
.activity_concept .section-6 .section-message_box ul{
	display:block;
	padding: 12px;
	margin-bottom: 30px;
}
.activity_concept .section-6 .section-message_box li img{
	width: 200px;
	margin: 0 auto;
}
.activity_concept .section-6 .section-message_box h1{
	font-size: 14px;
	font-size: 1.4rem;
}
.activity_concept .section-6 .section-message_box h2{
	margin: 10px 0;
}
.activity_concept .section-6 .section-message_box li:first-child{
	margin-right: 0px;
}
}


/* ----- section-7 ----- */
.activity_concept .section-7{
	width: 100%;
	height: auto;
	min-height: 700px;
	background: url(../img/activity/concept_section-7_bg.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	font-size: 16px;
	font-size: 1.6rem;
}
.activity_concept .section-7 .section-title__p{
	width: 710px;
	padding: 260px 0 0 0;
	margin-left: auto;
	margin-right: 0px;
}
.activity_concept .section-7 .section-title{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.activity_concept .section-7 .section-title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
}
.activity_concept .section-7 .section-title h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	padding: 6px 0 30px 0;
}
.activity_concept .section-7 .section-title p{
	line-height: 1.8em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .section-7{
	width: 100%;
	height: auto;
	min-height: 670px;
	background: url(../img/activity/concept_section-7_bg_mb.jpg) center top no-repeat;
	background-size:cover;
	font-size: 14px;
	font-size: 1.4rem;
}
.activity_concept .section-7 .section-title{
	margin-bottom: 30px;
}
.activity_concept .section-7 .section-title h1{
	font-size: 20px;
	font-size: 2.0rem;
}
.activity_concept .section-7 .section-title h2{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 0 20px 0;
}
.activity_concept .section-7 .section-title__p{
	width: 100%;
	padding: 60px 0 0 0;
	margin-left: auto;
	margin-right: 0px;
}
}


/* ----- section-8 ----- */
.activity_concept .section-8{
	margin: 60px 0;
	padding: 60px 0;
	text-align:center;
}
.activity_concept .youtube-video{
	width:1020px;
	height:574px;
	display:block;
	margin: 0 auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_concept .section-8{
	margin: 60px 0 30px 0;
	text-align:center;
}
.activity_concept .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
.activity_concept .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* ----- /section-8 ----- */


/* ----- activity_ソマリア ----- */
.activity_somalia .activity_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/activity/main_somalia.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_somalia .activity_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/activity/main_somalia.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 50px;
}
}


/* ----- section-1 ----- */
.activity_somalia .section-1{
	width: 100%;
	height: auto;
	background: url(../img/activity/somalia_section-1_bg.png) 100% 0 no-repeat fixed;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 100px 0 80px 0;
}
.activity_somalia .section-1 .content{
	width: 50%;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0;
	color: #333;
	line-height: 2.0em;
}
.activity_somalia .section-1 .content p{
	margin-bottom: 40px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_somalia .section-1{
	width: 100%;
	height: auto;
	background: url(../img/activity/somalia_section-1_bg_mb.jpg) center top no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0px;
	padding:30px 0;
}
.activity_somalia .section-1 .content{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.8em;
}
.activity_somalia .section-1 .content p{
	margin-bottom: 20px;
}
.activity_somalia .section-1 .content_box{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
}


/* ----- section-2 ----- */
.activity_somalia .section-2{
	width: 100%;
	height: auto;
	background: #f6f6f6 url(../img/activity/somalia_section-2_bg.png) 100% 0 no-repeat fixed;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 120px 0 60px 0;
}
.activity_somalia .section-2 .content{
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 320px;
	margin: 0 auto;
	font-weight: 200;
}
.activity_somalia .section-2 .content p{
	margin-bottom: 40px;
}
.activity_somalia .section-2 .content p:last-child{
	padding-bottom: 0;
}
.activity_somalia .section-2 h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
}
.activity_somalia .section-2 h2{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 200;
	color: #150F76;
	padding: 6px 0 20px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_somalia .section-2{
	width: 100%;
	height: auto;
	background: #f6f6f6 url(../img/activity/somalia_section-2_bg_mb.png) center top no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0;
}
.activity_somalia .section-2 h1{
	font-size: 24px;
	font-size: 2.4rem;
}
.activity_somalia .section-2 h2{
	font-size: 20px;
	font-size: 2.0rem;
}
.activity_somalia .section-2 .content{
	height: auto;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 0 0px;
	margin: 0 auto;
	font-weight: 200;
}
.activity_somalia .section-2 .content p{
	margin-bottom: 20px;
}
}


/* ----- section-3 ----- */
.activity_somalia .section-3{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 80px 0;
}
.activity_somalia .section-3 .banner{
	width: 830px;
	height: auto;
	margin: 0 auto;
}


/* Media Queries 767px
******************************************************************/
.activity_somalia .section-3{
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
.activity_somalia .section-3 .banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
}


/* ----- section-4 ----- */
.activity_somalia .section-4{
	width: 100%;
	height: auto;
	min-height: 600px;
	background: url(../img/activity/somalia_section-4_bg.jpg) 100% 0 no-repeat fixed;
	background-size:100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.activity_somalia .section-4 .section-title__p{
	width: 530px;
	padding: 200px 0 0 0;
	margin-right: auto;
}
.activity_somalia .section-4 .section-title{
	width: 530px;
}
.activity_somalia .section-4 .section-title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
}
.activity_somalia .section-4 .section-title h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	padding: 6px 0 20px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_somalia .section-4{
	width: 100%;
	height: auto;
	min-height: 300px;
	background: url(../img/activity/somalia_section-4_bg_mb.jpg) center top no-repeat;
	background-size:100%;
}
.activity_somalia .section-4 .section-title h1{
	font-size: 20px;
	font-size: 2.0rem;
}
.activity_somalia .section-4 .section-title h2{
	font-size: 14px;
	font-size: 1.4rem;
}
.activity_somalia .section-4 .section-title__p{
	width: 100%;
	padding: 20px 0 0 0;
	margin-right: auto;
}
.activity_somalia .section-4 .section-title{
	width: 100%;
	background-color: rgba(255,255,255,0.75);
	padding: 20px;
}
}


/* ----- section-5 ----- */
.activity_somalia .section-5{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_somalia .section-5{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0 0px 0;
}
}


/* ----- activity_ケニア ----- */
.activity_kenya .activity_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/activity/main_kenya.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_kenya .activity_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/activity/main_kenya_mb.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 50px;
}
}


/* ----- section-1 ----- */
.activity_kenya .section-1{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 100px auto 60px auto;
}
.activity_kenya .section-1 .content{
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	letter-spacing: 0.2em;
}
.activity_kenya .section-1 .content p{
	margin-bottom: 40px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_kenya .section-1{
	width: 100%;
	height: auto;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 60px auto 60px auto;
}
.activity_kenya .section-1 .content{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}
}



/* ----- section-2 ----- */
.activity_kenya .section-2{
	width: 100%;
	height: auto;
	background: #eee url(../img/activity/kenya_section-2_bg.png) 100% 0 no-repeat fixed;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 120px 0 60px 0;
}
.activity_kenya .section-2 .content{
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 320px;
	margin: 0 auto;
}
.activity_kenya .section-2 .content p{
	margin-bottom: 40px;
}
.activity_kenya .section-2 h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
}
.activity_kenya .section-2 h2{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 200;
	color: #150F76;
	margin: 6px 0 20px 0;
}
.activity_kenya .section-2 .section-2-2{
	margin :60px 0;
}
.activity_kenya .section-2 .kenya_section-2_img{
	width: 700px;
	height: auto;
	margin: 30px auto;
}
.activity_kenya .section-2 ul{
	list-style-type: disc;
	font-size: 13px;
	font-size: 1.3rem;
}
.activity_kenya .section-2 p{
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 0 0 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_kenya .section-2{
	width: 100%;
	height: auto;
	background: #eee url(../img/activity/kenya_section-2_bg_mb.png) center top no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 0;
}
.activity_kenya .section-2 .section-2-2{
	margin :20px 0;
}
.activity_kenya .section-2 .content{
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 0px;
	margin: 0 auto;
}
.activity_kenya .section-2 .content p{
	margin-bottom: 20px;
}
.activity_kenya .section-2 .kenya_section-2_img{
	width: 100%;
	height: auto;
	margin: 30px auto;
}
.activity_kenya .section-2 h1{
	font-size: 24px;
	font-size: 2.4rem;
}
.activity_kenya .section-2 h2{
	font-size: 18px;
	font-size: 1.8rem;
	margin: 6px 0 0px 0;
}
.activity_kenya .section-2 p{
	font-size: 14px;
	font-size: 1.4rem;
}
}


/* ----- section-3 ----- */
.activity_kenya .section-3{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 80px 0;
}
.activity_kenya .section-3 .banner{
	width: 830px;
	height: auto;
	margin: 0 auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_kenya .section-3{
	padding: 20px 0;
}
.activity_kenya .section-3 .banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
}


/* ----- section-4 ----- */
.activity_kenya .section-4{
	width: 100%;
	height: auto;
	min-height: 600px;
	background: url(../img/activity/kenya_section-4_bg.jpg) 100% 0 no-repeat fixed;
	background-size:100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.activity_kenya .section-4 .section-title{
	width: 530px;
	padding: 120px 0 0 0;
	margin-left: auto;
}
.activity_kenya .section-4 .section-title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
}
.activity_kenya .section-4 .section-title h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	padding: 6px 0 20px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_kenya .section-4{
	width: 100%;
	height: auto;
	min-height: 300px;
	background: url(../img/activity/kenya_section-4_bg_mb.jpg) center top no-repeat;
	background-size:100%;
	padding-top:20px;
}
.activity_kenya .section-4 .section-title{
	width: 100%;
	background-color:rgba(255,255,255,0.75);
	padding:20px;
}
.activity_kenya .section-4 .section-title h1{
	font-size: 20px;
	font-size: 2.0rem;
}
.activity_kenya .section-4 .section-title h2{
	padding: 6px 0 ;
	font-size: 14px;
	font-size: 1.4rem;
}
}


/* ----- section-5 ----- */
.activity_kenya .section-5{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_kenya .section-5{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0 0px 0;
}
}


/* ----- activity_インドネシア ----- */
.activity_indonesia .activity_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/activity/main_indonesia.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_indonesia .activity_main{
	width: 100%;
	height: 780px;
	background: #fff url(../img/activity/main_indonesia_mb.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 50px;
}
}


/* ----- section-1 ----- */
.activity_indonesia .section-1{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 100px auto 60px auto;
}
.activity_indonesia .section-1 .content{
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	letter-spacing: 0.2em;
}
.activity_indonesia .section-1 .content p{
	margin-bottom: 40px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_indonesia .section-1{
	width: 100%;
	height: auto;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 60px auto;
}
.activity_indonesia .section-1 .content{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}
.activity_indonesia .section-1 .content p{
	margin-bottom: 30px;
}
}


/* ----- section-2 ----- */
.activity_indonesia .section-2{
	width: 100%;
	height: auto;
	background-color: #e6e6e6;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0em;
}
.activity_indonesia .section-2 .content{
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
	padding: 200px 0 60px 0;
}
.activity_indonesia .section-2 .content p{
	margin-bottom: 40px;
}
.activity_indonesia .section-2 h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
}
.activity_indonesia .section-2 h2{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 200;
	color: #150F76;
	margin: 6px 0 20px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_indonesia .section-2{
	background: #e6e6e6 url(../img/activity/indonesia_section-2_bg_mb.png) left -120px top -70px no-repeat;
	line-height: 1.8em;
}
.activity_indonesia .section-2 .content{
	height: auto;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 200px 0 30px 0;
}
.activity_indonesia .section-2 .content p{
	margin-bottom: 30px;
}
.activity_indonesia .section-2 h1{
	font-size: 24px;
	font-size: 2.4rem;
}
.activity_indonesia .section-2 h2{
	font-size: 20px;
	font-size: 2.0rem;
}
}


/* ----- section-3 ----- */
.activity_indonesia .section-3{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 80px 0;
}
.activity_indonesia .section-3 .banner{
	width: 830px;
	height: auto;
	margin: 0 auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_indonesia .section-3{
	padding: 20px 0;
}
.activity_indonesia .section-3 .banner{
	width: 100%;
}
}


/* ----- section-4 ----- */
.activity_indonesia .section-4{
	width: 100%;
	height: auto;
	min-height: 600px;
	background: url(../img/activity/indonesia_section-4_bg.jpg) 100% 0 no-repeat fixed;
	background-size:100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.activity_indonesia .section-4 .section-title{
	width: 550px;
	padding: 120px 0 0 0;
	margin-right: auto;
}
.activity_indonesia .section-4 .section-title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
}
.activity_indonesia .section-4 .section-title h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	padding: 6px 0 20px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_indonesia .section-4{
	width: 100%;
	height: auto;
	min-height: 340px;
	background: url(../img/activity/indonesia_section-4_bg_mb.jpg) center top no-repeat;
	background-size:100%;
	padding-top: 20px;
}
.activity_indonesia .section-4 .section-title h1{
	font-size: 20px;
	font-size: 2.0rem;
}
.activity_indonesia .section-4 .section-title h2{
	font-size: 14px;
	font-size: 1.4rem;
}
}


/* ----- section-5 ----- */
.activity_indonesia .section-5{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.activity_indonesia .section-5{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0 0px 0;
}
.activity_indonesia .section-4 .section-title{
	width: 100%;
	background-color: rgba(255,255,255,0.75);
	padding: 20px;
}
}


/* ----- join_あなたにできること ----- */
.join .contents_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/join/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}
.join .copy_w{/* ----- joinメインコピー横幅 ----- */
	width: 580px;
}
.join #section-1_anchor , .join #section-4_anchor{
	margin-top:-80px;
	padding-top:80px;
}



/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.join .contents_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/join/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 0px;
}
.join .copy_w{
	width: 100%;
}
.join #section-1_anchor , .join #section-4_anchor{
	margin-top:-50px;
	padding-top:50px;
}
}


/* ----- join section-1 ----- */
.join .section-1{
	width: 100%;
	height: auto;
	//padding: 60px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.join .section-1{
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
}
}
/* ----- join section-2 ----- */
.join .section-2{
	width: 100%;
	height: auto;
	padding: 60px 0;
}
/* ----- content_top ----- */
.join .content_top{
	text-align:center;
	margin: 100px 0 60px 0;
	border-bottom:1px #CCCBCB solid;
}
.join .content_top h1{
	font-weight: 200;
	color: #150F76;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 40px;
	text-align:center;
}
.join .content_top h2{
	font-weight: 200;
	color: #150F76;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
}
.join .content_top p{
	width: 680px;
	color: #333;
	text-align:left;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 20px auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.join .content_top{
	margin: 30px 0;
}
.join .content_top p{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}
.join .content_top h1{
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
}


/* ----- join共通 ----- */
.join .col__l {
	align-items: baseline;
}
.join .content{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom:100px;
	border-bottom:1px #CCCBCB solid;
}
.join .no-border{
	border-bottom:0px;
}
.join .content_padding{
	padding: 30px 0;

}
.join .content h1{
	font-weight: 200;
	color: #150F76;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 40px;
	text-align:center;
}
.join .content .description{
	width: 570px;
	margin-right: 40px;
}
.join .content .description p{
	margin-bottom: 40px;
}
.join .content .profile_note{
	width: 400px;
	border:1px #d6d5d5 solid;
	background-color: #f7f7f7;
	font-size: 12px;
	font-size: 1.2rem;
}
.join .content .title{
	position: absolute;
	top: 8px;
	left: 8px;
}
.join .content .photo{
	width: 150px;
	height: auto;
	float: right;
	margin: 0  0 10px 10px;
}
.join .content .profile_note h1{
	font-weight: 200;
	color: #150F76;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:left;
	margin-bottom:0;
	padding: 10px 0 0 10px;
}
.join .content .profile_note h2{
	font-weight: 200;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 0 0 10px;
}
.join .content .profile_note h3{
	font-weight: 200;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 0 10px;
}
.join .content .profile_note p{
	padding: 10px;
}
.join .profile_note_bt{
	margin:40px 0;
}
.join .col__bt {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.join .content{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom:40px;
}
.join .content .description{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
.join .content .description p{
	margin-bottom: 20px;
}
.join .content h1{
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.join .content .profile_note{
	width: 100%;
}
.join .col__bt {
	width: 100%;
	display:block;
}
}


/* ----- join section-3 ----- */
.join .section-3_bg{
	width: 100%;
	height: 240px;
	min-height: 600px;
	background: url(../img/join/section-3_bg.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}
/* ----- join section-4 ----- */
.join .section-4_bg{
	width: 100%;
	height: 240px;
	min-height: 600px;
	background: url(../img/join/section-4_bg.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.join .section-3_bg{
	background: url(../img/join/section-3_bg.jpg) center top no-repeat;
	min-height: 240px;
	background-size:cover;
}
.join .section-4_bg{
	width: 100%;
	height: 240px;
	min-height: 240px;
	background: url(../img/join/section-4_bg.jpg) center top no-repeat;
	background-size:cover;
}
}


.join .topic{
	font-size: 16px;
	font-size: 1.6rem;
	color: #150F76;
	padding:20px 0 4px 0!important;
}
.join .step .step_item{
	display: flex;
	border:1px #efefef solid;
}
.join .step .step_na{
	width: 50px;
	color: #150F76;
	padding:10px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
	text-align:center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #efefef;
	line-height: 0.2em;
}
.join .step .step_na .number{
	font-size: 26px;
	font-size: 2.6rem;
}
.step_description{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:10px;
}
.step_description .note{
	font-size: 12px;
	font-size: 1.2rem;
}
.step_arrow{
	width: 50px;
	padding:10px;
}
.join .donation p{
	padding:0.5em 0;
}
.join .step_txt{
	font-size: 12px;
	font-size: 1.2rem;
	color: #150F76;
}
.join .step_na{
	font-size: 16px;
	font-size: 1.6rem;
	color: #150F76;
}
.join .here {
	border-bottom:1px #150F76 solid;
}
.join .method{
	width: 100%;
}
.join .step_padding{
	padding: 20px 0 40px 0;
}
.join .other{
	margin: 0 0 35px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.join .method{
	width: 100%;
}
.join .step_padding{
	padding: 0px 0 20px 0;
}
}


/* ----- donate_寄付をする ----- */
.donate .contents_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/donate/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .contents_main{
	width: 100%;
	height: 700px;
	background: #fff url(../img/donate/main.jpg) left -460px top 0px no-repeat;
	background-size:cover;
	margin: 0px;
}
}


/* ----- donateのメイン画像のみ ----- */
.donate .contents_main .main_copy_box{
	margin-top: 100px;
	position: absolute;
	top: 55%;
	right:0;
	transform:translateY(-50%);
	z-index: 1;
}
.donate .content{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 60px 0;
}
.donate .content p{
	margin-bottom: 40px;
}
.donate .content p:last-child{
	margin-bottom: 0;
}
.donate .content h1{
	font-weight: 200;
	color: #150F76;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 40px;
	text-align:center;
}
.donate_fig{
	width: 800px;
	margin: 0 auto;
}
.donate_fig .section-1_fig_1{
	width: 100%;
	margin: 0 auto 40px auto;
}
.donate_fig .section-1_fig_2{
	display: table;
	margin: 0 auto;
}
.donate_fig .section-1_fig_2 h1{
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	text-align:center;
	margin-bottom: 20px;
	white-space: nowrap;
}
.donate_fig .section-1_fig_2 ul{
	display: flex;
	letter-spacing: 0em;
	align-items: baseline;
	padding: 0;
	margin-top: -16px;
}
.donate_fig .section-1_fig_2 li{
	padding: 0 2px;
	font-size: 20px;
	font-size: 2.0rem;
	white-space: nowrap;
}
.donate_fig .section-1_fig_2 .small{
	font-size: 12px;
	font-size: 1.2rem;
}
.donate_fig .section-1_fig_2 .topic1{
	letter-spacing: 0.075em;
}
.donate_fig .section-1_fig_2 .topic2{
	letter-spacing: 0em;
}
.donate_fig .section-1_fig_2 .number{
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 500;
	color: #f7941d;
}
.donate_fig .section-1_fig_2 .color{
	font-size: 24px;
	font-size: 2.4rem;
	color: #f7941d;
}



/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .contents_main .main_copy_box{
	width: calc(100% - 40px);
	position: absolute;
	top: 50%;
	right:20px;
	transform:translateY(-50%);
	z-index: 1;
}
.donate .content{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 30px 0;
}
.donate .content h1{
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 20px;
	text-align:center;
}
.donate_fig{
	width: 100%;
}
.donate_fig .section-1_fig_1{
	width: 100%;
}
.donate_fig .section-1_fig_2{
	width: 100%;
}
.donate_fig .section-1_fig_2 .field{
	display: table;
	margin: 0 auto;
}
.donate_fig .section-1_fig_2 h1{
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 20px;
	white-space: normal;
}
.donate_fig .section-1_fig_2 ul{
	margin-top: -10px;
}
.donate_fig .section-1_fig_2 li{
	padding: 0 2px;
	font-size: 13px;
	font-size: 1.3rem;
	white-space: normal;
}
.donate_fig .section-1_fig_2 .small{
	font-size: 10px;
	font-size: 1.0rem;
	white-space: nowrap;
}
.donate_fig .section-1_fig_2 .small_small{
	margin-bottom: 4px;
}
.donate_fig .section-1_fig_2 .topic1{
	letter-spacing: 0em;
}
.donate_fig .section-1_fig_2 .topic2{
	letter-spacing: 0em;
}
.donate_fig .section-1_fig_2 .number{
	font-size: 28px;
	font-size: 2.8rem;
}
.donate_fig .section-1_fig_2 .color{
	font-size: 20px;
	font-size: 2.0rem;
	white-space: nowrap;
}
}

/* ----- donate section-1 ----- */
/* ----- donate section-2 ----- */
.donate .section-2{
	width: 100%;
	height: 800px;
	background: #fff url(../img/donate/section-2_bg.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
}
.donate .section-2 .title{
	width: 600px;
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -300px;
}
.donate .section-2 .title_box{
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.donate .section-2 .title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	color: #150F76;
}
.donate .section-2 .title .sub_title{
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
}
.donate .section-2 .title p{
	margin-bottom:30px;
	line-height: 2.0em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-2{
	width: 100%;
	height: 800px;
	background: #fff url(../img/donate/section-2_bg.jpg) center top no-repeat scroll;
	background-size:cover;
}
.donate .section-2 .title{
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	margin-left: 0px;
}
.donate .section-2 .title .sub_title{
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
}
.donate .section-2 .title p{
	margin-bottom:30px;
	line-height: 1.8em;
}
}


/* ----- donate section-3 ----- */
.donate .section-3{
	width: 100%;
	height: 820px;
	background: #fff url(../img/donate/donate_section-3_bg.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
}


.donate .section-3 .title{
	width: 760px;
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
	top: 120px;
	right: 0;
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.donate .section-3 .title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	margin-bottom: 8px;
}
.donate .section-3 .title h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	margin-bottom: 8px;
}
.donate .section-3 .title p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom:30px;
	line-height: 1.8em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-3{
	background: #fff url(../img/donate/donate_section-3_bg.jpg) right -460px top no-repeat scroll;
	background-size:cover;
	height: 1350px;
}
.donate .section-3 .title{
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	margin-left: 0px;
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.donate .section-3 .title h2{
	font-size: 14px;
	font-size: 1.4rem;
}
}


/* ----- donate section-4 ----- */
.donate .section-4{
	width: 100%;
	height: 800px;
	background: #fff url(../img/donate/donate_section-4_bg.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
}
.donate .section-4 .title{
	width: 670px;
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
	top: 160px;
	left: 0;
	background-color:rgba(255,255,255,0.75);
	padding:30px;
}
.donate .section-4 .title h1{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	margin-bottom: 8px;
}
.donate .section-4 .title h2{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 200;
	margin-bottom: 8px;
}
.donate .section-4 .title p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom:30px;
	line-height: 1.8em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-4{
	background: #fff url(../img/donate/donate_section-4_bg.jpg) right -260px top no-repeat scroll;
	background-size:cover;
	height: 1150px;
	margin-bottom: 60px;
}
.donate .section-4 .title{
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
}
.donate .section-4 .title h2{
	font-size: 14px;
	font-size: 1.4rem;
}
}


/* ----- donate section-5 ----- */
.section-5{
	margin: 60px 0;
	text-align:center;
}
.youtube-video{
	width:1020px;
	height:574px;
	display:block;
	margin: 0 auto;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.section-5{
	margin: 0 0 30px 0;
	text-align:center;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}


/* ----- donate section-6 ----- */
.donate .section-6 h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	padding: 40px 0;
}
.donate .section-6 h2{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	padding: 40px 0;
}
.donate .section-6_item{
	margin-bottom: 80px;
}
.donate .section-6_item li{
	width: 300px;
	background-color: #f9f9f9;
	border:1px #d6d5d5 solid;
	text-align:center;
	font-weight: 200;
	padding: 18px 0;
}
.donate .section-6_item .donate_arrow{
	width: 30px;
	margin: 12px auto 8px auto;
}
.donate .section-6_item .day{
	font-size: 18px;
	font-size: 1.8rem;
}
.donate .section-6_item .en{
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
}
.donate .section-6_item .day_en{
	line-height: 2.0em;
}
.donate .section-6_item .col1_2{
	line-height: 4.0em;
}
.donate .section-6_item .col3{
	line-height: 3.0em;
}
.donate .section-6_item .middle{
	font-size: 24px;
	font-size: 2.4rem;
}
.donate .section-6_item .middle_middle{
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.0em;
}
.donate .section-6_item .lage{
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 0.0em;
}
.donate .section-6_item .small{
	font-size: 18px;
	font-size: 1.8rem;
}
.donate .section-6_item .smallsmall{
	font-size: 16px;
	font-size: 1.6rem;
}
.donate .section-6_item .blue{
	color: #150F76;
}
.donate .section-6_item .greeen{
	color: #16A43F;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-6 h1{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	padding: 20px 0;
}
.donate .section-6_item{
	margin-bottom: 40px;
}
.donate .section-6_item li{
	margin: 0 auto 30px auto;
}
.donate .section-6_item li:last-child{
	margin: 0 auto;
}
}


/* ----- donate section-7 ----- */
.donate .section-7{
	margin-bottom: 60px;
}
.donate .section-7 .title{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	padding: 10px 0 0 0;
}
.donate .section-7_comment_box{
	width: 840px;
	margin: 60px auto 30px auto;
	font-size: 14px;
	font-size: 1.4rem;
}
.donate .section-7_comment_box h1{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin-top: 4px;
	margin-bottom: 1.2em;
}
.donate .section-7_comment_box > li{
	display: flex;
	padding: 10px;
}
.donate .section-7_comment_box li .comment_photo{
	width: 160px;
	height: auto;
	margin-right: 40px;
}
.donate .section-7_comment_box li .comment{
	width: calc(100% - 200px);
	height: auto;
	display: block;
}
.donate .section-7_comment_box > li{
	border:1px #dadada solid;
	margin-bottom: 40px;
}
.donate .section-7_comment_box li:last-child{
	margin-bottom: 0;
}

.donate .section-7 .ambassadors_bt{
	width: 840px;
	margin: 0 auto 30px auto;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:right;
}
.donate .section-7 .ambassadors_bt a {
	border-bottom: 1px #150F76 solid;
	font-size: 14px;
	font-size: 1.4rem;
}
.donate .section-7 .ambassadors_bt a{
	border: 1px #dadada solid;
	color: #333;
	padding: 4px 30px 4px 8px;
	background: url(../img/next.svg) right 12px center no-repeat;
	background-size: 12px 12px;
	display: inline-block;
}
.donate .section-7 .ambassadors_bt a:hover{
	border: 1px #24A02A solid;
	background: url(../img/next_hover.svg) right 12px center no-repeat;
	background-size: 12px 12px;
	color: #24A02A;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-7_comment_box{
	width: 100%;
	margin: 30px auto;
	font-size: 12px;
	font-size: 1.2rem;
}
.donate .section-7_comment_box li{
	display:block;
	padding: 10px;
	margin: 20px 0;
}
.donate .section-7_comment_box li .comment_photo{
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.donate .section-7_comment_box li .comment{
	width: auto;
}
.donate .section-7_comment_box li:after{
	content: "";
	clear: both;
	display: block;
}
.donate .section-7_comment_box li .comment a{
	margin-top: 10px;
}
.donate .section-7 .ambassadors_bt{
	width: 100%;
}
}


/* ----- donate section-8 ----- */
.donate .section-8{
	padding: 100px 0 0 0;
}
.donate .section-8 h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	line-height: 1.8em;
	padding-bottom: 40px;
}
.donate .section-8 h2{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	padding-bottom: 40px;
}
.donate .section-8 ul{
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.donate .section-8 li{
	width: 450px;
	height: auto;
	background-color:rgba(255,255,255,0.75);
	border:1px #CCCBCB solid;
	margin-bottom: 60px;
}
.donate .section-8 li p{
	line-height: 1.8em;
	padding: 12px;
	font-weight: 300;
}
.donate .section-8 li:nth-child(3) , .donate .section-8 li:nth-child(4){
	margin-bottom: 0;
}
.donate .section-8 .note{
	padding: 30px 0 60px 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-8{
	padding: 20px 0 0 0;
}
.donate .section-8 h1{
	font-size: 20px;
	font-size: 2.0rem;
	padding-bottom: 20px;
}
.donate .section-8 h2{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 200;
	padding-bottom: 20px;
}
.donate .section-8 ul{
	font-size: 14px;
	font-size: 1.4rem;
}
.donate .section-8 li{
	width: 100%;
	margin-bottom: 60px;
}
.donate .section-8 .note{
	padding: 30px 0;
}
.donate .section-8 li:nth-child(3){
	margin-bottom: 60px;
}
}


/* ----- donate section-9 ----- */
.donate .section-9{
	padding: 0 0 80px 0;
}
.donate .section-9 h1{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	line-height: 1.8em;
	padding-bottom: 40px;
}
.donate .section-9 h2{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	color: #150F76;
	text-align:center;
	padding-bottom: 40px;
}
.donate .section-9 .donate-section-9-item li{
	width: 300px;
	height: 300px;
	border-radius: 150px;
	background-color: #f9f9f9;
	border:1px #CCCBCB solid;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.donate .section-9 .donate-section-9-item{
	text-align:center;
	line-height: 3.6em;
	font-weight: 300;
}
.donate .section-9 .donate-section-9-item li .section-9_item{
	padding-top: 12px;
}
.donate .section-9 .donate-section-9-item .small_small{
	font-size: 14px;
	font-size: 1.4rem;
}
.donate .section-9 .donate-section-9-item .small{
	font-size: 16px;
	font-size: 1.6rem;
}
.donate .section-9 .donate-section-9-item .middle{
	font-size: 24px;
	font-size: 2.4rem;
}
.donate .section-9 .donate-section-9-item .middle_middle{
	font-size: 20px;
	font-size: 2.0rem;
}
.donate .section-9 .donate-section-9-item .lage{
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0.0em;
}
.donate .section-9 .donate-section-9-item_box{
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.0em;
	background-color: #F2F2F2;
	text-align:center;
}
.donate .section-9 .donate-section-9-item_box ul{
	display: inline-block;
	text-align: left;
	padding: 20px 0;
}
.donate .section-9 .donate-section-9-item_box ul li{
	line-height: 2.4em;
	display: flex;
	align-items: baseline;
}
.donate .section-9 .donate-section-9-item_box ul li .triangle{
	font-size: 8px;
	font-size: 0.8rem;
	color: #333;
	padding-right: 0.5em;
	line-height: 16px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-9{
	padding: 40px 0;
}
.donate .section-9 h1{
	font-size: 20px;
	font-size: 2.0em;
}
.donate .section-9 h2{
	font-size: 20px;
	font-size: 2.0em;
}
.donate .section-9 .donate-section-9-item_box ul{
	padding: 10px;
}
.donate .section-9 .donate-section-9-item li{
	width: 300px;
	height: 300px;
	margin: 0 auto;
	border-radius: 150px;
	margin-bottom: 30px;
}
}


/* ----- donate section-10 ----- */
.donate .section-10{
	width: 100%;
	height: auto;
	background: #fff url(../img/donate/section-10_bg.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	text-align: center;
	margin-bottom: 60px;
}
.donate .message_box{
	width: 600px;
	display: inline-block;
	text-align:left;
	font-size: 16px;
	font-size: 1.6rem;
	background-color:rgba(255,255,255,0.75);
	padding: 40px;
	margin: 60px auto;
}
.donate .section-10 .message_box .message{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}
.donate .section-10 .message_box .name{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-10{
	width: 100%;
	background: #fff url(../img/donate/section-10_bg.jpg) center top no-repeat scroll;
	background-size:100%;
	text-align: center;
	background-size:cover;
}
.donate .message_box{
	width: 100%;
	padding: 40px;
	margin: 60px auto;
}
.donate .section-10 .message_box .message{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}
.donate .section-7 .donation_bt a{
	font-size: 17px!important;
	font-size: 1.7rem!important;
}
.donate .section-10 .donation_bt a{
	font-size: 17px!important;
	font-size: 1.7rem!important;
}
.donate .section-10 .message_box .name{
	font-size: 12px;
	font-size: 1.2rem;
}
}


/* ----- donate section-11 ----- */
.donate .section-11 .donation_note {
	width: 920px;
	margin: 0 auto;
	padding: 0px 0 100px 0;
	color: #2a0b8d;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 2em;
}
.donate .section-11 .donation_note p{
	text-align:center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.8em;
	padding-bottom: 1.6em;
}
.donate .section-11 .section-11_donation_bt {
	text-align:center;
}
.donate .section-11 .section-11_donation_bt li{
	margin-right: 20px;
}
.donate .section-11 .section-11_donation_bt li:last-child{
	margin-right: 0;
}
.donate .section-11 .donation_bt a {
	width: 100%;
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	padding: 8px 20px;
	white-space: nowrap;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate .section-11 .donation_note {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 60px 0;
}
.donate .section-11 .section-11_donation_bt li{
	margin-right: 0px;
}
.donate .section-11_donation_bt .donation_bt a{
	font-size: 18px!important;
	font-size: 1.8rem!important;
}
.donate .bt__p{
	margin-top: 12px;
}
}


/* ----- voice_個人でできること ----- */
.voice .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/voice/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}
.voice .main_title{
	font-size: 28px;
	font-size: 2.8rem;
}
.voice .section-1{
	margin: 60px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 200;
	line-height: 1.8em;
}
.voice .section-1 h1{
	font-weight: 200;
	color: #150F76;
	font-size: 30px;
	font-size: 3.0rem;
	text-align:center;
	margin-bottom: 20px;
}
.voice .section-1 .phrase{
	margin-bottom: 30px;
}
.voice .section-1 .phrase p{
	margin-bottom: 10px;
}
.voice .section-1 .photo{
	margin: 40px 0;
}
.voice .section-1 .phrase .question{
	color: #150F75;
	font-weight: 300;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.voice .section-1 h1{
	font-size: 28px;
	font-size: 2.8rem;
}
.voice .section-1{
	margin: 60px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
}


/* - voice_スライダー - */
.voice .slidernavi{
	width: 880px;
	padding: 0px;
	margin: 0 auto 100px auto;
}
.voice .slick-slider li{
	width: 200px;
	height: 200px;
	margin: 10px;
}
.voice .slick-slider{
	padding: 0px;
}
.voice .voic_sns ul{
	width: 100%;
	text-align:right;
}
.voice .voic_sns li{
	display: inline-block;
}
.voice .voic_sns li iframe{
	border: 0px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.voice .main{
	margin-top: 50px;
}
.voice .slider_navi {
	margin: auto;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
.voice .slidernavi{
	width: 100%;
	padding: 0px;
	margin: 0 auto 60px auto;
}
.voice .slidernavi .slick-slider li {
	width:calc(50% - 20px);
	height: auto;
	margin: 10px;
}
}


/* ----- donate_ambassador_アンバサダーになる ----- */
.donate_ambassador{
	font-size: 16px;
	font-size: 1.6rem;
}
.donate_ambassador .ambassodors_main_title{
	font-size: 28px;
	font-size: 2.8rem;
}
.donate_ambassador .ambassodor2{
	font-size:2.4rem;
}
.donate_ambassador .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/donate_ambassador/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate_ambassador{
	font-size: 14px;
	font-size: 1.4rem;
}
.donate_ambassador .main{
	margin-top: 50px;
}
}


.donate_ambassador .section-1{
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 35px 0;
}
.donate_ambassador .form_donation_note{
	padding-top:0px;
	padding-bottom:10px;
}
.donate_ambassador .form_donation_note li{
	font-size: 12px;
	font-size: 1.2rem;
	text-indent:-1em;
	padding: 20px 0 0 1em;
}
.donate_ambassador .form_list ul li {
	font-size: 12px;
	font-size: 1.2rem;
	text-indent:-1em;
	padding: 4px 0;
	padding-left:1em;
}
.donate_ambassador .section-2 .send_item h1{
	font-weight: 200;
	color: #150F76;
	font-size: 30px;
	font-size: 3.0rem;
	text-align:center;
	margin-bottom: 20px;
}
/**
.donate_ambassador .section-2 .send_item h2{
	font-weight: 200;
	color: #150F76;
	font-size: 21px;
	font-size: 2.1rem;
	text-align:center;
	margin-bottom: 20px;
}
↓ 2020/09/27 変更 **/
.donate_ambassador .section-2 h2,
.donate_one-time .section-2 h2 {
	font-weight: 200;
	color: white;
        background-color:#150F76;
	font-size: 21px;
	font-size: 2.1rem;
        padding:5px 10px 5px 10px;
}
/*2023/10/21 変更*/
.add-message{
    text-align: center;
    margin: 80px auto;
}

.add-message>.add-donate__h2heading{
	display: inline-block;
	position: relative;
	z-index: 0;
}

.add-message>.add-donate__h2heading::after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 98%;
    height: 10px;
    background: linear-gradient(transparent 0%, #B2ECF2 0);
    z-index: -1;
}

.add-donate {
    margin-top: 30px;
}

.donate_ambassador .section-2 h2.add-donate__h2heading{
	margin-bottom: 20px;
	font-weight: 500;
    color: #150F76;
    background-color: #fff;
}

.add-donate__message {
	margin: 50px auto 80px;
    text-align: center;
    box-sizing: border-box;
}

.add-donate__message p{
	line-height: 2;
    font-size: 1.7rem;
}

.message-done a:link {
    color: #150F76;
    text-decoration: underline;
}

.add-donate__col2 {
    width: 95%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.col2-left {
    width: 55%;
}

.col2-right {
    width: 40%;
}

.add-plan__list {
    display: flex;
    justify-content: space-between;
}

.add-plan__list li {
    width: 30%;
    background: #F0F8FF;
    padding: 10px 10px 20px;
}

.add-plan__head {
	margin: 0 auto 10px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #150F76;
}

.underline__blue {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  z-index: 0;
}

.underline__blue::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 90%;
    height: 10px;
    background: linear-gradient(transparent 0%, #9ee1ff 0);
    transform: rotate(-0.5deg);
    z-index: -1;
}

span.small {
    font-size: 1.5rem;
}

.plan-list__imgbox {
    height: 230px;
}

.add-donate__button {
	margin: 50px auto;
    text-align: center;
}

.add-donate__button a {
    height: 50px;
    padding: 10px 50px;
    font-size: 1.8rem;
    background-color: #3db53f;
    color: #ffffff;
    border: 0px solid #3db53f;
    cursor: pointer;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    margin: 50px auto;
}

.add-donate__button a:link {
	color: #fff ;
}

@media screen and (max-width: 767px) {
	.add-donate__col2 {
	    display: block;
	    width: 100%;
	}
	.col2-right {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.col2-left {
	    width: 100%;
	}
	.add-plan__list {
	    display: block;
	}
	.add-plan__list li{
		width: 100%;
		margin-bottom: 30px;
	}

	.plan-list__imgbox {
	    height: auto;
	    margin: 10px auto;
	    padding: 0 20px;
	}


}



/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate_ambassador .section-1{
	font-size: 14px;
	font-size: 1.4rem;
}
}


/**** タブ ****/
#tab{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
}
#tab li{
	width:50%;
	height: 3em;
	font-size: 22px;
	font-size: 2.2rem;
	list-style: none;
	cursor: pointer;
	color: #7F7F7F;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:4px;
	border:1px #2a0b8d solid;
	border-bottom:0px solid;
}
#tab li.select {
	background:#2a0b8d;
	color: #fff;
}
#tab .tab_right .small{
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 0.5em;
	letter-spacing: 0;
}
.hr{
	width:100%;
	height: 1px;
	background-color: #2a0b8d;
}
.donate_hr{
	width:100%;
	height: 1px;
	background-color: #2a0b8d;
}
.disnon {
	display: none;
}
.content_wrap {
	width:100%;
}
.section-2 .content_wrap {
	margin-top:5px;
}

/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
#tab li{
	width:50%;
	height: 5em;
	font-size: 16px;
	font-size: 1.6rem;
	list-style: none;
	cursor: pointer;
	color: #7F7F7F;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding:4px;
	border:1px #2a0b8d solid;
	border-bottom:0px solid;
	text-align:center;
}
#tab .tab_right .small{
	font-size: 10px;
	font-size: 1.0rem;
	padding-top: 0.0em;
	letter-spacing: 0;
}
.donate_hr{
	width:100%;
	height: 1px;
}
}


/**** クレジットカードで寄付する ****/
.donation_desip{
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 60px 10px;
	line-height: 2em;
}
.donation__note{
	width: 100％;
	height: 320px;
	display: inline-block;
	margin:0 0 100px 0;
	padding: 20px;
	overflow-y: scroll;
	border:1px #a6a6a6 solid;
}
#donation_note.anchor_id{
	margin-top:-80px;
	padding-top:80px;
}

/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donation_desip{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8em;
	padding:30px 0 0 0;
}
.donation__note{
	padding: 10px;
}
#donation_note.anchor_id{
	margin-top:-50px;
	padding-top:50px;
}
}


/**** 銀行口座振替（自動引き落とし）で寄付する ****/
.credit{
	margin: 60px 0;
}
.credit ul{
	padding: 10px 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.credit ul li{
	padding: 10px 0;
}
.credit table{
	border-spacing: 0 30px;
}
.credit table th{
	padding-right: 0.5em;
}
.credit h1{
	font-weight: 300;
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F75;
	padding: 40px 0 10px 0;
	text-align:center;
}
.credit h2{
	font-weight: 300;
	font-size: 21px;
	font-size: 2.1rem;
	color: #150F75;
	padding: 30px 0 8px 0;
	text-align:center;
}

/** 2021/07/15 追加 **/
.donate_ambassador .req .box_left:after,
.donate_one-time .req .box_left:after {
	background: #1D2087 0% 0% no-repeat padding-box;
	border-radius: 2px;
	width: 46px;
	height: 22px;
	content: '必須';
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-left: 20px;
}

.l-container .input_box.flat {
	display: flex;
}

.l-container .box_left {
	/**padding-top: 15px;**/
}


.l-container .input_box.flat span {
	margin-right: 20px;
	margin-left: 20px;
}

.l-container .input_box.flat div:first-child span {
	margin-left: 0px !important;
}

.l-container .explain {
	font: normal normal normal 13px/19px Source Han Sans JP;
	letter-spacing: 0px;
	color: #707F89;
}

#zeus_registerd_card_area label, #zeus_registerd_card_area input{
	display: none!important;
}

.content_wrap input[type="text"], select,
 #zeus_token_card_info_area input[type="text"], #zeus_token_card_info_area input[type="tel"] {
	 padding: 5px;
     border: 1px solid #d5d5d5;
     color: #666;
}

#zeus_token_card_expires_month_suffix , #zeus_token_card_expires_year_suffix{
	margin: 0 20px;
}

#zeus_new_card_area label {
  display: inline-block !important;
  width: 170px;
  margin: 10px 0px !important;
}
#zeus_token_card_expires_note {
  margin-left: 170px;
}
/* #zeus_token_card_name {
    background-color:#FFF !important;
} */
@media screen and (max-width: 767px) {
    #zeus_new_card_area label {
        display: block !important;
    }
    #zeus_token_card_expires_note {
        margin-left: 0px;
    }
}


.donate_ambassador .form_box{
	margin: 30px auto 100px 0;
}

/* Step
=============================================================================*/

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
	color: #FFF;
	font: normal normal bold 18px/27px Noto Sans CJK JP;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #CFD1D2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #CFD1D2;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #32AE57;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #32AE57;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

.donate_ambassador .credit_box,
.donate_one-time .credit_box {
	border: 1px solid var(--unnamed-color-1d2087);
	background: #F6F6F6 0% 0% no-repeat padding-box;
	border: 1px solid #1D2087;
	padding: 30px;
	margin-top: 25px;
}

.donate_ambassador .credit_use,
.donate_one-time .credit_use {
    background: transparent url(../img/creditcard.png) 0% 0% no-repeat padding-box;
    background-position: right 10px center;
    height: 110px;
    background-color: #FFFFFF;
    line-height: 80px !important;
    padding: 15px;
		font: normal normal bold 15px/21px Source Han Sans JP;
		letter-spacing: 0px;
		color: #333333;
}

.donate_ambassador .input_address .post1,
.donate_ambassador .input_address .post2,
.donate_ambassador .input_tel select,
.donate_one-time .input_address .post1,
.donate_one-time .input_address .post2 {
	width: 70px;
}

/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.credit{
	margin: 20px 0;
}
.credit h1{
	font-size: 24px;
	font-size: 2.4rem;
	padding: 20px 0 10px 0;
}
.credit h2{
	font-size: 20px;
	font-size: 2.0rem;
}
.credit table{
	border-spacing: 0 20px;
}
/* 2021/07/16*/
.content_wrap .input_box.flat {
	display: block;
}
.content_wrap .input_box.flat input {
	width: calc(100% - 52px) ;
}
.content_wrap .input_box.flat div:first-child {
	margin-bottom: 18px;
}
.content_wrap .input_box.flat span {
	margin-left: 0px;
}
.donate_ambassador .form_box .input_tel select {
    width: calc((100% - 75px) / 3) !important;
}
.donate_ambassador .input_tel span {
    margin: 0;
}
.donate_ambassador .input_address .flat {
    display: block;
    margin: 15px 0;
}
.donate_ambassador .input_address .flat input {
		width: 100%;
}
.donate_ambassador .input_radio01 {
    height: auto;
    line-height: auto;
}
.donate_ambassador .credit_use,
.donate_one-time .credit_use {
	background-position: bottom 20px center;
	background-size: 90%;
	line-height: 5px !important;
	text-align: center;
}
.donate_ambassador .credit_box,
.donate_one-time .credit_box {
	padding: 40px 15px;
}
.donate_ambassador .other_select_box {
	width: 100%;
}

.form-step-wrapper .stepBar {
	font-size: 14px;
}
.form-step-wrapper .stepBar .step {
    line-height: normal;
    height: 40px;
    padding: 10px;
}
.form-step-wrapper .stepBar .step.confirm {
    padding: 0px 17px 0 0px;
}
.form-step-wrapper .stepBar .step.input,  .form-step-wrapper .stepBar .step.done{
		padding-top: 10px;
}
#zeus_token_card_expires_month_suffix, #zeus_token_card_expires_year_suffix {
    margin: 0 5px;
}
}


/**** creditフォーム ****/
.form_box{
	margin: 30px auto 40px auto;
}
.form_box .form_l{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_box .form_l li{
	margin:0 10px;
	white-space:nowrap
}
.form_box .bg_select {
	width: 220px;
	height: 46px;
	font-size: 18px;
	font-size: 1.8rem;
	border: 1px solid #cacaca;
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 4px;
}
.form_box .select_box {
	width: 220px;
	height: 46px;
	font-size: 30px;
	font-size: 3.0rem;
	padding-left: 10px;
	-webkit-appearance: button;
	-moz-appearance: button;
	-moz-appearance: none;
	appearance: none;
	background: none transparent;
	background: none;
	color: #333;
	cursor: pointer;
	background-image: url(../img/arrow_btn.png);
	background-position: 180px center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align:left;
	line-height: 46px;
	box-sizing: border-box;
	border: none;
}
.form_box select {
	text-indent: .01px;
	text-overflow: "";
	outline: none;
}
.form_box .input_bt{
	width: 100%;
	height: 53px;
	text-align:center;
}
.form_box button {
	z-index: 2;
}
.form_box .input-button{
	width: 360px;
	height: 50px;
	font-size: 28px;
	font-size: 2.8rem;
	background-color: #3db53f;
	color: #ffffff;
	border: 0px solid #3db53f;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}
.form_box #input-button:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #479e41;
	transition: all 0.3s ease-in-out;
}
.form_box #input-button:hover:before{
	left: 0;
}
.form_box .credit .donation{
	font-size: 20px;
	font-size: 2.0rem;
}
.form_box .en {
	font-size: 18px;
	font-size: 1.8rem;
}
.form_box .form_arrow {
	display: block;
	width: 30px;
	height: 30px;
	border-top: solid 2px #150F75;
	border-right: solid 2px #150F75;
	transform: rotate(45deg);
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.form_box .form_l{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.form_box .form_l li{
	width: 100%;
	margin:4px 0;
	white-space:nowrap;
	text-align:center;
}
.form_box .bg_select {
	width: 220px;
	height: 46px;
	margin: 0 auto;
}
.form_box .form_arrow {
	display: block;
	width: 30px;
	height: 30px;
	border-top: solid 2px #150F75;
	border-right: solid 2px #150F75;
	transform: translateX(-3px) rotate(135deg);
	margin: 0 auto 10px auto;
}
.form_box .input-button{
	width: 90%;
	height: 50px;
	font-size: 28px;
	font-size: 2.8rem;
	background-color: #3db53f;
	color: #ffffff;
	border: 0px solid #3db53f;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
/**	margin: auto !important; **/
/** 2020/09/22 adachi コメントアウト
	margin-left: 0px !important;
	margin: 0 auto !important;
    margin-bottom: 5px !important;
**/
}
}


/* ----- donate_one-time  ----- */
.donate_one-time{
	font-size: 16px;
	font-size: 1.6rem;
}
.donate_one-time .donate_one_main_title{
	font-size: 28px;
	font-size: 2.8rem;
}
.donate_one-time .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/donate/main_one-time.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate_one-time{
	font-size: 14px;
	font-size: 1.4rem;
}
.donate_one-time .main{
	margin-top: 50px;
}
}
.donate_one-time .section-1{
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 35px 0;
}
.donate_one-time .form_donation_note{
	padding-top:0px;
	padding-bottom:10px;
}
.donate_one-time .form_donation_note li{
	font-size: 12px;
	font-size: 1.2rem;
	text-indent:-1em;
	padding: 20px 0 0 1em;
}
.donate_one-time .form_list ul li {
	font-size: 12px;
	font-size: 1.2rem;
	text-indent:-1em;
	padding: 4px 0;
	padding-left:1em;
}
.donate_one-time .send_item h3{
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0 40px 0;
	text-align:center;
}
.donate_one-time .send_item h3 a{
	color: #3db53f;
	border-bottom:1px #3db53f solid;
}
.donate_one-time .send_item h3 a:hover{

}
.donate_one-time .table_box{
	text-align:center;
	margin-bottom: 100px;
}
.donate_one-time table{
	display: inline-block;
	padding: 40px;
	background-color: #f8f7f8;
	font-size: 20px;
	font-size: 2.0rem;
}
.donate_one-time table th{
	color: #7F7F7F;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.donate_one-time .section-1{
	font-size: 14px;
	font-size: 1.4rem;
}
.donate_one-time .send_item h3{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0;
	text-align:center;
}
.donate_one-time table{
	display: inline-block;
	padding: 20px;
	background-color: #f8f7f8;
	font-size: 14px;
	font-size: 1.4rem;
}
.donate_one-time table th{
	white-space: nowrap;
}
.donate_one-time .table_box{
	text-align:center;
	margin-bottom: 40px;
}
}


/* ----- ニュース/イベント  ----- */
.information .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/information/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.information .main{
	margin-top: 50px;
}
}


/* ----- information section-1 ----- */
.information .section-1{
	margin: 60px 0;
}
.information .section-1 .banner__col{
	display: flex;
}
.information .section-1 .banner__col li{
	width: 300px;
	height: auto;
	margin-right: 59px;
}
.information .section-1 .banner__col li:last-child{
	margin-right: 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.information .section-1 .banner__col{
	display:block;
}
.information .section-1 .banner__col li{
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
}
.information .section-1 .banner__col li:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
}


/* ----- information section-2 ----- */
.information .section-news{
	width: 100%;
	margin: 60px 0;
}
.information .section-news h1 , .information .section-event h1 , .information .section-article h1{
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	font-weight: 200;
}
/* ----- ニュース/イベント共通  ----- */
.notice_box{
	width: 100％;
	height: 300px;
	margin: 10px 0 40px 0;
	padding: 20px;
	overflow-y: scroll;
	border: 1px #a6a6a6 solid;
}
.information .notice_l {
	font-size: 14px;
	font-size: 1.4rem;
}
.information .notice_l .dete {
	padding-top: 12px;
	color: #7F7F7F;
}
.information .donation_note{
	padding: 160px 0 80px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.information .donation_note{
	padding: 0px 0 80px 0;
}
}


/* ----- single ニュース  ----- */
.information_news .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/information/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
	line-height: 2.0em;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.information_news .main{
	margin-top: 50px;
}
}


.information_news .section-1 .tab{
	padding: 4px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #150F75;
	display: inline-block;
	margin: 100px 0 40px 0;
}
.information_news .section-1 .title{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
	margin-bottom: 20px;
}
.information_news .section-1 img{
	margin: 40px 0;
}
.information_news .section-1 h1{
	font-size: 20px;
	font-size: 2.0rem;
	color: #150F76;
	font-weight: 200;
	line-height: 2.6em;
}
.information_news .section-1 h2{
	font-size: 16px;
	font-size: 1.6rem;
	color: #150F76;
	font-weight: 600;
	line-height: 2.0em;
}
.information_news .section-1 p{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	font-weight: 200;
}
.information_news .section-1 a{
	color: #249F2B;
	border-bottom:1px #249F2B solid;
}
.information_news .section-1 .information_sns{
	margin: 100px 0 40px 0;
}
.information_news .section-1 .information_sns ul{
	width: 100%;
	text-align:right;
}
.information_news .section-1 .information_sns li{
	display: inline-block;
}
.information_news .section-1 .information_sns li iframe{
	border: 0px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.information_news .section-1 .tab{
	margin: 40px 0 40px 0;
}
.information_news .section-1 .title{
	font-size: 24px;
	font-size: 2.4rem;
	color: #150F76;
	margin-bottom: 10px;
}
.information_news .section-1 p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}
.information_news .section-1 h1{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.information_news .section-1 h2{
	font-size: 15px;
	font-size: 1.5rem;
}
}


/* ----- section-2  ----- */
.information_news .section-2 h1{
	font-size: 24px;
	font-size: 2.4rem;
	color: #150F76;
	font-weight: 200;
}
.sns iframe{
	border: 0px;
}

/* ----- media_メディアの皆様 ----- */
.media .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/media/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.media .main{
	margin-top: 50px;
}
}


.media .section-1 .greeting{
	margin: 100px 0 40px 0;
}
.media .section-1 p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 40px;
}
.media .section-1 .info{
	width: 690px;
	font-size: 25px;
	font-size: 2.5rem;
	margin: 40px auto;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
}
.media .section-1 .info li{
	width: 50%;
}
.media .section-1 .info .tel{
	background: url(../img/media/tel.svg) no-repeat left center;
	background-size: 60px 34px;
	padding-left: 55px;
}
.media .section-1 .info .mail{
	background: url(../img/media/mail.svg) no-repeat left center;
	padding-left: 55px;
	background-size: 60px 34px;
}
.media .section-1 .mail a{
	border-bottom: 1px solid;
}
.media .section-1 .form_bt a{
	padding: 8px 20px;
}
.media .section-2 .field{
	width: 480px;
	margin: 100px auto;
}
.media .section-2 li a{
	width: 50%;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px #000 solid;
	color: #333;
	padding: 10px 50px 10px 20px;
	background: url(../img/next.svg) right 12px center no-repeat;
	background-size: 12px 12px;
}
.media .section-2 li a:hover{
	border:1px #24A02A solid;
	background: url(../img/next_hover.svg) right 12px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.media .section-1 .greeting{
	margin: 40px 0;
}
.media .section-1 p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.media .section-1 .info{
	width: 100%;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 40px auto;
	padding: 10px 20px;
	display:block;
}
.media .section-1 .info li{
	width: 100%;
	text-align:center;
	padding: 10px 0;
}

.media .section-1 .donation_bt a {
	font-size: 18px;
	font-size: 1.8rem;
}
.media .section-2 li a{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px #000 solid;
	color: #333;
	padding: 10px 50px 10px 20px;
	background: url(../img/next.svg) right 12px center no-repeat;
	background-size: 12px 12px;
}
.media .section-2 .field{
	width: 100%;
	margin: 20px auto;
}
}


/* ----- ambassadors_団体の皆様 ----- */
.ambassadors .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/ambassadors/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors .main{
	margin-top: 50px;
}
}


.ambassadors .section-1{
	margin: 100px 0 40px 0;
}
.ambassadors .section-1 p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 40px;
}
.ambassadors .section-1 .field{
	width: 100%;
	text-align:right;
}
.media .section-2 .field li{
	margin: 40px 0;
	text-align:center;
}
.ambassadors .section-1 .report_box a{
	font-size: 16px;
	font-size: 1.6rem;
	border:1px #000 solid;
	color: #333;
	padding: 4px 30px 4px 8px;
	background: url(../img/next.svg) right 12px center no-repeat;
	background-size:12px 12px;
}
.ambassadors .section-1 .report_box a:hover{
	border:1px #24A02A solid;
	background: url(../img/next_hover.svg) right 12px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors .section-1{
	margin: 40px 0 40px 0;
}
.ambassadors .section-1 p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 20px;
}
}


/**** タブ ****/
.ambassadors_top-tab__p{
	width: 100%;
	text-align:center;
}
.ambassadors_tab{
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.ambassadors_tab li{
	font-size: 16px;
	font-size: 1.6rem;
	height: 3em;
	list-style: none;
	cursor: pointer;
	color: #7F7F7F;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:4px 10px;
	letter-spacing: 0.1em;
	border-left:1px #2a0b8d solid;
}
/**** 上タブ ****/
.ambassadors_top-tab__p .ambassadors_tab li{
	border-top:1px #2a0b8d solid;
	border-bottom:0px solid;
}
/**** 下タブ ****/
.ambassadors_bottom-tab__p .ambassadors_tab li{
	border-bottom:0px solid;
	border-bottom:1px #2a0b8d solid;
}
.ambassadors_tab li:last-child{
	border-right:1px #2a0b8d solid;
}
.ambassadors_tab li.select {
	background:#2a0b8d;
	color: #fff;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors_tab{
	display:block;
	margin: 0;
	padding: 0;
}
.ambassadors_tab li{
	font-size: 16px;
	font-size: 1.6rem;
	height: 3em;
	list-style: none;
	cursor: pointer;
	color: #7F7F7F;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0px 10px;
	letter-spacing: 0.1em;
	border:1px #2a0b8d solid;
	border-radius: 4px;
	margin-bottom: 14px;
}
.ambassadors_top-tab__p .ambassadors_tab li{
	border-bottom:1px solid;
}
.hr{
	width:100%;
	height: 0px;
	background-color: #2a0b8d;
}

.ambassadors_tab li.select {
	position: relative;
	background:#2a0b8d;
	color: #fff;
}
/**** 上タブ ****/
.ambassadors_top-tab__p .ambassadors_tab li.select {
	border-top:1px #2a0b8d solid;
	border-bottom:0px solid;
}
.ambassadors_top-tab__p .ambassadors_tab li.select:after, .ambassadors_top-tab__p .ambassadors_tab li.select:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ambassadors_top-tab__p .ambassadors_tab li.select:after {
	border-color: rgba(42, 11, 141, 0);
	border-top-color: #2a0b8d;
	border-width: 10px;
	margin-left: -10px;
}
.ambassadors_top-tab__p .ambassadors_tab li.select:before {
	border-color: rgba(42, 11, 141, 0);
	border-top-color: #2a0b8d;
	border-width: 11px;
	margin-left: -11px;
}
/**** 下タブ ****/
.ambassadors_bottom-tab__p .ambassadors_tab li.select {
	border-bottom:0px solid;
	border-bottom:1px #2a0b8d solid;
}
.ambassadors_bottom-tab__p .ambassadors_tab li.select:after, .ambassadors_bottom-tab__p .ambassadors_tab li.select:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ambassadors_bottom-tab__p .ambassadors_tab li.select:after {
	border-color: rgba(42, 11, 141, 0);
	border-bottom-color: #2a0b8d;
	border-width: 10px;
	margin-left: -10px;
}
.ambassadors_bottom-tab__p .ambassadors_tab li.select:before {
	border-color: rgba(42, 11, 141, 0);
	border-bottom-color: #2a0b8d;
	border-width: 11px;
	margin-left: -11px;
}
}

.ambassadors .section-2_top{
	margin-top:-80px;
	padding-top:80px;
}
.ambassadors .section-2{
	font-size: 16px;
	font-size: 1.6rem;
}
.ambassadors .section-2 h1{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	margin: 20px 0;
}
.ambassadors .section-2 h3{
	font-size: 17px;
	font-size: 1.7rem;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	margin: 20px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors .section-2{
	font-size: 13px;
	font-size: 1.3rem;
}
.ambassadors .section-2 h1{
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px 0;
}
}


/**** アクセプト・アンバサダーズになる ****/
.ambassadors .section-2 .ambassadors_logo{
	width: 420px;
	height: auto;
	margin: 60px auto;
}
.ambassadors .section-2 p{
	margin-bottom: 40px;
	line-height: 1.8em;
}
.ambassadors .section-2 .drr_logo{
	width: 300px;
	height: auto;
	margin: 60px auto;
}
.ambassadors .section-2 .ambassadors_box{
	background-color: #f2f2f2;
	padding: 10px 40px;
	margin: 60px 0;
}
.ambassadors .section-2 .ambassadors_box table{
	margin: 16px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 200;
	border-spacing: 0px 20px;
}
.ambassadors .section-2 .ambassadors_box td{
	vertical-align: top;
}
.ambassadors .section-2 .ambassadors_box th{
	font-size: 6px;
	font-size: 0.6rem;
	color: #7F7F7F;
	display: inline-block;
	vertical-align: middle;
}
.ambassadors .section-2 .ambassadors_content{
	margin: 60px 0;
}
.ambassadors .section-2 .ambassadors_content table{
	margin: 16px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 200;
	border-spacing: 0px 20px;
}
.ambassadors .section-2 .ambassadors_content td{
	vertical-align: top;
}
.ambassadors .section-2 .ambassadors_content th{
	color: #7F7F7F;
}
.ambassadors .section-2 .ambassadors_example{
	margin: 10px 0 40px 0;
}
.ambassadors .section-2 .ambassadors_example li{
	width: 300px;
	text-align:center;
	background-color: #f5f5f5;
	padding: 12px 12px 24px 12px;
}
.ambassadors .section-2 .ambassadors_example li .logo_h{
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.ambassadors .section-2 .ambassadors_example li .description{
	font-size: 13px;
	font-size: 1.3rem;
	text-align:left;
	margin: 24px 0;
}
.ambassadors .section-2 .ambassadors_example li .report_box a{
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px #000 solid;
	color: #333;
	padding: 4px 30px 4px 20px;
	background: url(../img/next.svg) right 12px center no-repeat;
	background-size: 12px 12px;
}
.ambassadors .section-2 .ambassadors_example li .report_box a:hover{
	border:1px #24A02A solid;
	background: url(../img/next_hover.svg) right 12px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}
.ambassadors .section-2 .ambassadors_example .logo1{
	width: 200px;
	margin: 0 auto;
}
.ambassadors .section-2 .ambassadors_example .logo2{
	width: 180px;
	margin: 0 auto;
}
.ambassadors .section-2 .ambassadors_example .logo3{
	width: 100px;
	margin: 0 auto;
}
.ambassadors .section-2 .ambassadors_question{
	margin: 80px 0;
}
.ambassadors .section-2 .ambassadors_question .question_box{
	border-top:1px #7F7F7F solid;
	margin: 20px 0;
}
.ambassadors .section-2 dl.qa {
	margin: 40px 0 0 0;
}
.ambassadors .section-2 dl.qa dd,
.ambassadors .section-2 dl.qa dt {
	text-indent: -2.6em;
	padding: 0 20px 0px 50px;
}
.ambassadors .section-2 dl.qa dt {
	margin: 20px 20px 0 0;
}
.ambassadors .section-2 dl.qa dd:first-letter,
.ambassadors .section-2 dl.qa dt:first-letter {
	margin-right: 10px;
	padding: 5px;
}
.ambassadors .section-2 dl.qa dd {
	margin: 10px 0 -1px 0;
	padding-bottom: 20px;
}
/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors .section-2 .ambassadors_logo{
	width: 100%;
	height: auto;
	margin: 30px auto;
}
.ambassadors .section-2 p{
	margin-bottom: 20px;
	line-height: 1.8em;
}
.ambassadors .section-2 .ambassadors_example li .description{
	margin: 0;
}
.ambassadors .section-2 .donation_bt a {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 10px;
	letter-spacing: 0;
}
.ambassadors .section-2 .ambassadors_box{
	padding: 10px;
	margin: 30px 0;
}
.ambassadors .section-2 .ambassadors_box table{
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.ambassadors .section-2 .ambassadors_content table{
	margin: 16px 0;
	font-size: 14px;
	font-size: 1.4rem;
	border-spacing: 0px 10px;
}
.ambassadors .section-2 .ambassadors_example li{
	width: 100%;
	text-align:center;
	background-color: #f5f5f5;
	padding: 12px;
}
.ambassadors .section-2 .ambassadors_question{
	margin: 20px 0;
}
}


/**** 単発のご寄付 ****/
.ambassadors .section-2 .ambassadors_single{
	margin: 60px 0;
}
.ambassadors .section-2 .ambassadors_single p{
	line-height: 2.0em;
}
.ambassadors .section-2 .ambassadors_single .attention{
	text-align:center;
}
.ambassadors .section-2 .account_box{
	text-align:center;
	margin: 0 0 40px 0;
}
.ambassadors .section-2 .account_box table{
	display: inline-block;
	padding: 40px 80px;
	background-color: #f8f7f8;
	font-size: 20px;
	font-size: 2.0rem;
}
.ambassadors .section-2 .account_box table th{
	color: #7F7F7F;
	white-space: nowrap;
}
.ambassadors .section-2 .ambassadors_single a{
	//color: #249F2B;
	color: #fff;
	border-bottom:1px #249F2B solid;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors .section-2 .account_box table{
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
}


/**** 法人会員になる ****/
.ambassadors .section-2 .ambassadors_corporation{
	margin: 60px 0 0 0;
}
.ambassadors .section-2 .ambassadors_corporation p{
	line-height: 2.0em;
}
.ambassadors .section-2 .ambassadors_corporation .corporation_box{
	background-color: #f2f2f2;
	padding: 20px 110px;
	margin: 60px 0;
}
.ambassadors .section-2 .ambassadors_corporation .corporation_box table{
	font-size: 16px;
	font-size: 1.6rem;
	border-spacing: 0px 20px;
}
.ambassadors .section-2 .ambassadors_corporation .amount{
	text-align:center;
}
.ambassadors .section-2 .ambassadors_corporation .amount table{
	display: inline-block;
	font-size: 34px;
	font-size: 3.4rem;
	border-spacing: 60px 10px;
	margin-bottom: 40px;
}
.ambassadors .section-2 .ambassadors_corporation .amount table td{
	font-weight: 200;
	text-align: center;
}
.ambassadors .section-2 .ambassadors_corporation .amount table .small{
	font-size: 20px;
	font-size: 2.0rem;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors .section-2 .ambassadors_corporation{
	margin: 10px 0 0 0;
}
.ambassadors .section-2 .ambassadors_corporation .amount table{
	display: inline-block;
	font-size: 34px;
	font-size: 3.4rem;
	border-spacing: 20px 10px;
	margin-bottom: 0;
}
.ambassadors .section-2 .ambassadors_corporation .corporation_box{
	padding: 20px;
	margin: 20px 0;
}
.ambassadors .section-2 .ambassadors_corporation p{
	line-height: 1.8em;
}
}


/**** 物品支援 ****/
.ambassadors .section-2 .ambassadors_goods{
	margin: 60px 0 0 0;
	text-align:center;
}
.ambassadors .section-2 .ambassadors_goods p{
	text-align:left;
	line-height: 2.0em;
}
.ambassadors .section-2 .ambassadors_goods .goods_box{
	display: inline-block;
	text-align:center;
	background-color: #f2f2f2;
	padding: 20px 120px 40px 120px;
	margin: 60px 0;
}
.ambassadors .section-2 .ambassadors_goods .goods_box ul{
	display: inline-block;
	text-align:left;
	list-style-type: disc;
}
.ambassadors .section-2 .ambassadors_goods .goods_box li{
	list-style-type: disc;
	line-height: 2.0em;
}
.ambassadors .section-2 .note{
	text-align:center;
	margin: 60px 0 100px 0;
}
.ambassadors .section-2 .note a{
	color: #249F2B;
	border-bottom:1px #249F2B solid;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.ambassadors .section-2 .ambassadors_goods{
	margin: 30px 0 0 0;
}
.ambassadors .section-2 .ambassadors_goods .goods_box{
	padding: 20px 20px 20px 40px;
	margin: 10px 0;
}
.ambassadors .section-2 .ambassadors_corporation .corporation_box table{
	font-size: 14px;
	font-size: 1.4rem;
	border-spacing: 0px 20px;
}
}


/* ----- member_メンバー募集 ----- */
.member .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/member/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}
.member .main_title {
	font-size: 28px;
	font-size: 2.8rem;
}
.member .section-1{
	margin: 100px 0 40px 0;
}
.member .section-1 h1{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	margin: 0 0 40px 0;
}
.member .section-1 p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 40px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.member .main{
	margin-top: 50px;
}
.member .section-1{
	margin: 40px 0;
}
.member .section-1 h1{
	font-size: 28px;
	font-size: 2.8rem;
}
.member .section-1 p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 20px;
}
}


/* ----- section-2 ----- */
.member .section-2 h1{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	margin: 0 0 40px 0;
}
.member .section-2 .overview_item{
	position: relative;
	padding: 30px;
	margin-bottom: 40px;
}
.member .section-2 .item_blue{
	border:1px #1d007b solid;
}
.member .section-2 .item_gray{
	border:1px #929292 solid;
}
.member .section-2 .triangle{
	width: 0;
	height: 0;
	display:block;
	border-style: solid;
	border-width: 100px 100px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.member .section-2 .blue{
	border-color: #1d007b transparent transparent transparent;
}
.member .section-2 .gray{
	border-color: #929292 transparent transparent transparent;
}
.member .overview_item .lavel{
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 200;
	transform: rotate(-45deg);
	white-space: nowrap;
	position: absolute;
	top: -80px;
	left: 2px;
	text-align:center;
}
.member .overview_item .lavel2{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 200;
	transform: rotate(-45deg);
	white-space: nowrap;
	position: absolute;
	top: -80px;
	left: -14px;
	text-align:center;
	letter-spacing: 0;
	line-height: 1.2em;
}
.member .overview_item .type{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 200;
	padding: 0 0 20px 80px;
}
.member .overview_item .type .type_sub{
	font-size: 17px;
	font-size: 1.7rem;
}
.member .overview_item .type .type_Job{
	font-size: 17px;
	font-size: 1.7rem;
}
.member .overview_item p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}

/* ----- 開閉パネル ----- */
.member .panel{
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.member .panel .more {
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  color: #333;
  border: 1px solid #D6D5D5;
  background-color: #F1F1F1;
  transition: .3s;
  text-decoration: none;
  margin-top: 20px;
}
.member .panel .more:hover {
  background: #e5e5e5;
}
.member .panel .hideContent {
  display: none;
}
.member .panel .open {
  display: block;
}
.member .panel .open {
  display: block;
}
.member .more_open:before {
	margin-right: 1em;
	content: "";
	display: inline-block;
	position: relative;
	top:-4px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	width: 0.4em;
	height: 0.4em;
	transform: rotate(135deg);
}
.member .more_close:before {
	margin-right: 1em;
	content: "";
	display: inline-block;
	position: relative;
	top:-2px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	width: 0.4em;
	height: 0.4em;
	transform: rotate(-45deg);
}
.member .hideContent th{
	white-space: nowrap;
	font-weight: 500;
	color: #6B6B6B;
}
.member .hideContent table{
	margin-top: 12px;
	border-collapse: separate;
	border-spacing: 8px 20px;
}
.member .hideContent .note{
	margin-top: 0.8em;
}
.member .hideContent .list_decimal{
	padding-left: 2em;
}
.member .hideContent .list_decimal li{
	list-style-type: decimal;
}
.member .hideContent .list_disc{
	padding-left: 1.7em;
}
.member .hideContent .list_disc li:before{
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -16px;
	top: -3px;
}
.member .hideContent .asterisk{
	padding-left: 1.7em;
}
.member ul.asterisk li:before{
	content: "※ ";
	width: 4px;
	height: 4px;
	display: inline-block;
	position: relative;
	left: -20px;
	top: 0px;
}
.member .hideContent .mail:hover{
	text-decoration: underline;
}
.member .hideContent td a{
	display: inline-block;
	padding-top: 0.8em;
}
.member .hideContent .donation_bt{
	margin: 6px 0 12px 0;
}
.member .hideContent .donation_bt a{
	padding: 8px 30px;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}
.member .hideContent .donation_bt a:hover{
	text-decoration: none;
}

/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.member .overview_item .type{
	font-weight: 200;
	padding: 0 0 20px 60px;
}
.member .hideContent table{
	border-spacing: 0;
}
.member .hideContent th , .member .hideContent td{
	display:block;
	width: 100%;
}
.member .hideContent th{
	padding: 20px 0 4px 0;
	font-weight: 600;
}
.member .hideContent .donation_bt{
	margin: 12px 0;
}
}




/* ----- section-3 ----- */
.member .section-3 h1{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	margin: 0 0 40px 0;
}
.member .section-3 .message_item{
	background-color: #fafafa;
	margin-bottom: 40px;
	font-weight: 200;
}
.member .section-3 .message_item .message_photo{
	width: 180px;
	height: auto;
}
.member .section-3 .message_item li:last-child{
	width: 620px;
	padding: 8px 8px 8px 20px;
}
.member .section-3 .message_item li .member{
	font-size: 13px;
	font-size: 1.3rem;
}
.member .section-3 .message_item li .name{
	font-size: 20px;
	font-size: 2.0rem;
}
.member .section-3 .message_item li p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
	text-overflow: ellipsis;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.member .section-2 h1{
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 0 20px 0;
}
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.member .section-3 h1{
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 0 20px 0;
}
.member .section-3 .message_item .message_photo{
	width: 100%;
	height: auto;
}
.member .section-3 .message_item li:last-child{
	width: 100%;
}
}


/* ----- form　共通 ----- */
.form .main{
	width: 100%;
	height: 300px;
	background: #fff url(../img/form/main.jpg) 0 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.form .main{
	margin-top: 50px;
	background: #fff url(../img/form/main.jpg) left -430px top 0 no-repeat;
	background-size:cover;
}
}


.form .main_lecture_form{
	width: 100%;
	height: 300px;
	background: #fff url(../img/lecture/main.jpg) center 0 no-repeat;
	background-size:cover;
	margin-top: 80px;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.form .main_lecture_form{
	margin-top: 50px;
}
}


.form .main_title {
	font-size: 28px;
	font-size: 2.8rem;
}
.form .section-1{
	margin: 100px 0 40px 0;
}
.form p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}
.form .notes{
	font-size: 10px;
	font-size: 1.0rem;
	color: #E6000D;
	padding-left: 0.5em;
}
.form ul .center__p{
	display: flex;
	align-items: center;
}
.form .form__l > li{
	margin: 14px 0;
}
.form .check_box{
	margin-top: 4px;
	margin-bottom: 10px;
}
.form .check_box li{
	margin-bottom: 10px;
}
.form .check_box .int{
	margin-left: 40px;
	display: flex;
}
.form .check_box .int span{
	white-space: nowrap;
}
.form .check_box .int_title{
	width: 10em;
}
.form .left{
	width: 240px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
	color: #4B4B4B;
	letter-spacing: 0.0em;
}
.form .right{
	width: 780px;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.form p{
	font-size: 14px;
	font-size: 1.4rem;
}
.form .left{
	font-size: 14px;
	font-size: 1.4rem;
}
.form .right{
	font-size: 14px;
	font-size: 1.4rem;
}
}


.form .form_message{
	margin-bottom: 16px;
}
.form .bg_select {
	width: 100％;
	height: 46px;
	display: inline-block;
	border: 1px solid #d6d5d5;
	background-color: #ffffff;
	border-radius: 2px;
	margin-left: 2px;
}
.form .select_box {
	width: 100％;
	height: 46px;
	font-size: 16px;
	font-size: 1.6rem;
	white-space: nowrap;
	-webkit-appearance: button;
	-moz-appearance: button;
	-moz-appearance: none;
	appearance: none;
	background: none transparent;
	background: none;
	color: #333;
	cursor: pointer;
	background-image: url(../img/arrow_btn.png);
	background-position: right center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align:left;
	line-height: 46px;
	border: none;
	padding-left: 10px;
	padding-right: 80px;
}
.form select {
	display: inline-block;
	text-indent: .01px;
	text-overflow: "";
	outline: none;
}
.form textarea{
	width:100%;
	height:10em;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #d6d5d5;
	background-color: #fff;
	border-radius: 2px;
	padding: 10px 4px 4px 10px;
	resize: vertical;
	overflow: auto;
}
.form label{
	padding-right:14px;
}
.form .checkbox_h {
	margin-right: 10px;
}
.form .checkbox_h2 {
	margin-right: 10px;
}
.form .checkbox_h2 span{
	width:100%;
	padding: 3px 0;
}
.form input{
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #d6d5d5;
	background-color: #fff;
	border-radius: 2px;
	padding: 4px 4px 4px 10px;
}
.form .input_box input[type="text"] {
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form button {
	z-index: 2;
}
.form .input_bt{
	width: 100%;
	height: 53px;
	text-align:left;
}
.form .input-button{
	height: 50px;
	padding: 4px 50px;
	font-size: 20px;
	font-size: 2.0rem;
	background-color: #3db53f;
	color: #ffffff;
	border: 0px solid #3db53f;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
/**	margin-left: 20px; **/
	margin: 20px 20px 20px 20px;
}
.form #input-button:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #479e41;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form #input-button:hover:before{
	left: 0;
}
.form .input{
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #cacaca;
	background-color: #f5f5f5;
	color: #333;
	line-height: 46px;
}
.form .small{
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.0em;
}
.form .middle{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.0em;
}
.form .gray{
	color: #999;
}
.form .form_note{
	padding-top: 10px;
	line-height: 1.2em;
}
.form .input_detail{
	width: 350px;
}
.form .flex-st{
	justify-content: flex-start;
}
.form .release{
	padding: 8px 0 ;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.form .section-1{
	margin:40px 0;
}
.form .right{
	width: 100%;
	height: auto;
}
.form .input_detail{
	width: 100%;
}
.form .check_box .int{
}
.form .check_box .int_title{
	width: 10em;
}
.form .small{
	padding: 8px 0;
}
.form .input_bt{
	text-align:center;
	padding-top: 12px;
}
}


/* ----- form 講演依頼 ----- */
.form .lecture_form .section-1{
	margin: 100px 0;
}
.lecture_form p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6em;
	margin-bottom: 40px;
}
.top_message{
	margin-bottom: 40px;
}
.lecture_form .report_box a {
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px #000 solid;
	color: #333;
	padding: 4px 30px 4px 8px;
	background: url(../img/next.svg) right 12px center no-repeat;
	background-size: 12px 12px;
}
.lecture_form .report_box a:hover{
	border:1px #24A02A solid;
	background: url(../img/next_hover.svg) right 12px center no-repeat;
	background-size:12px 12px;
	color: #24A02A;
}
.other_select{
	display: none;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.form .lecture_form .section-1{
	margin: 40px 0;
}
.lecture_form p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
}


/* ----- section-2 ----- */
.form .lecture_form .section-2{
	background-color: #F7F7F7;
	padding: 40px 0;
	margin: 40px 0;
}
.form .lecture_form .section-2 h1{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	margin: 0 0 40px 0;
}
.form .lecture_form .section-2 .speakers{
	margin-bottom: 80px;
}

.form .lecture_form .section-2 ul .left{
	width: 250px;
	height: auto;
	margin-right: 40px;
}
.form .lecture_form .section-2 ul .right{
	width: 730px;
	height: auto;
}
.form .lecture_form .section-2 ul .right p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}
.form .lecture_form .section-2 h2{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
}
.form .lecture_form .section-2 h3{
	font-size: 14px;
	font-size: 1.4rem;
	color: #150F76;
	font-weight: 600;
	margin-top: 20px;
}
.form .lecture_form .section-2 .profile , .form .lecture_form .section-2 .contents {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
}
.form .lecture_form .section-2 .contents ul , .form .lecture_form .section-2 .contents li{

}
.form .lecture_form .section-2 .contents ul{
	margin-left: 1em;
}
.form .lecture_form .section-2 .contents li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -10px;
	top: -3px;
}
.form .lecture_form .section-3{
	margin: 0 0 60px 0;
}
.form .section-3 h1{
	font-size: 30px;
	font-size: 3.0rem;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	margin: 0 0 40px 0;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.form .lecture_form .section-2 h1{
	font-size: 28px;
	font-size: 2.8rem;
	margin: 0 0 20px 0;
}
.form .lecture_form .section-2 ul .left{
	width: 100%;
	height: auto;
	margin-right: 0;
}
.form .lecture_form .section-2 ul .right{
	width: 100%;
	height: auto;
}
.form .lecture_form .section-2 h2{
	font-size: 24px;
	font-size: 2.4rem;
	padding-top: 20px;
}
.form .lecture_form .section-2 h3{
	margin-top: 10px;
}
.form .lecture_form .section-2 .speakers{
	margin-bottom: 40px;
}
.form .lecture_form .section-2 ul .left img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	margin: 0 auto;
}
.form .section-3 h1{
	font-size: 24px;
	font-size: 2.4rem;
}
}



/* ----- プライバシーポリシー ----- */
.privacypolicy .main_title{
	font-size: 28px;
	font-size: 2.8rem;
}
.privacypolicy .section-1{
	margin: 100px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0em;
}
.privacypolicy .section-1 h1{
	font-weight: 200;
	color: #150F76;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 20px;
	text-align:left;
}
.privacypolicy .section-1 .section{
	margin-bottom: 60px;
}
.privacypolicy .section-1 p{
	color: #333;
	text-align:left;
	margin: 20px auto;
}
.privacypolicy .section-1 .section .articles{
	text-align:right;
}
.privacypolicy .section-1 .section ul{
	margin-left: 1em;
}
.privacypolicy .section-1 .section li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	left: -10px;
	top: -3px;
}



/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.privacypolicy .section-1{
	margin: 30px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0em;
}
.privacypolicy .section-1 .section{
	margin-bottom: 40px;
}
.privacypolicy .section-1 h1{
	font-weight: 200;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 16px;
	text-align:left;
	line-height: 1.6em;
}
}



/* ----- サイトマップ ----- */
.sitemap .section-1{
	margin: 100px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0em;
	font-weight: 500;
}
.sitemap .main_title{
	font-size: 28px;
	font-size: 2.8rem;
}
.sitemap .section-1 a{
	color: #333;
}
.sitemap .section-1 a:hover{
	color: #23A02B;
}
.sitemap .section-1 .sitemap_home{
	padding-bottom: 20px;
}
.sitemap .section-1 .col__l > li{
	width: calc(25% - 40px);
}
.sitemap .section-1 .sitemap_l{
	width: 100%;
	display:block;
}
.sitemap .section-1 .sub{
	display: block;
	color: #333;
	padding: 10px 2px 10px 1em;
	white-space: nowrap;
	border-bottom: 1px #d3d3d3 solid;
	font-weight: 300;
	background: url(../img/next.svg) 0 center no-repeat;
	background-size:8px 8px;
}
.sitemap .section-1 .sitemap_l > li{
	color: #333;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 20px 0;
	white-space: nowrap;
	border-bottom: 0px #d3d3d3 solid;
}
.sitemap .section-1 .sitemap_l > li:first-child{
	padding: 0 0 20px 0;
	white-space: nowrap;
}
.sitemap .section-1 .sitema_donate a{
	color: #23A02B;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
.sitemap .section-1{
	margin: 30px 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0em;
	font-weight: 500;
}
.sitemap .section-1 .col__l > li{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}
.sitemap .section-1 .sub{
	padding: 4px 2px 4px 1em;
	background: url(../img/next.svg) 0 center no-repeat;
	background-size:6px 6px;
}
.sitemap .section-1 .sitemap_home{
	padding-bottom: 10px;
}
.sitemap .section-1 .sitemap_l > li:first-child{
	padding: 0;
}
.sitemap .section-1 .sitemap_l{
	padding-top: 20px;
}
.sitemap .section-1 .sitemap__l{
	padding-top: 0;
}
.sitemap .section-1 .col__l > li:nth-child(2){
	padding-top: 20px;
}

.sitemap .section-1 .sitemap_l > li{
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 6px 0;
	white-space: nowrap;
	border-bottom: 0px #d3d3d3 solid;
}
}



/* 404 */
#post-404{
	padding-top: 120px;
}
#post-404 h1{
	width: 100%;
	height: auto;
	color: #e8e5ce;
	font-weight: 800;
	text-align:center;
	font-size: 14.0rem;
}
#post-404 h2{
	width: 100%;
	text-align:center;

}
#post-404 h2 a{
	width: 100%;
	color: #150F76;
	font-weight: 200;
	text-align:center;
	font-size: 3.0rem;
}


/* Media Queries 767px
******************************************************************/
@media screen and (max-width: 767px) {
#post-404{
	padding-top: 60px;
}
#post-404 h1{
	font-size: 9.0rem;
	line-height: 1.2em;
}
}


/*決済頻度*/
.pay-text2{
	display:none;
}
.pay-option2{
	display:none;
}
