@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.25s;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

body {
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	min-width: 1200px;
	line-height: 2;
	position: relative;
	padding-top: 120px;
}
@media (max-width: 768px) {
	body {
		min-width: 0;
		font-size: 14px;
		padding-top: 50px;
	}
}
rb {
	line-height: 1;
}
rt {
	font-size: 0.4em;
}

table {
	table-layout: fixed;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select,
button {
	/* text-rendering: auto; */
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	display: inline-block;
	text-align: start;
}

.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.cols {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}

.wrapper {
	width: 1280px;
	padding: 0 80px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
		max-width: 600px;
		margin: 0 auto;
	}
}

@media (min-width: 769px) {
	.visible-sp {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.visible-pc {
		display: none !important;
	}
}

a {
	opacity: 1;
}
a:hover {
	opacity: 0.6;
}

/*header*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
}
.home header{
	opacity: 0;
}
.home header.open,
.home header.show{
	opacity: 1;
}
header .wrapper{
	/* background: #eee; */
	padding: 0 90px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}
@media (max-width:768px){
	header .wrapper{
		padding: 10px 15px;
		flex-wrap: nowrap;
		align-items: center;
		line-height: 1;
	}
}
header ul{
	list-style: none;
}
.header_sns{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px 12px 10px;
	list-style: none;
}
.header_sns a{
	color: #000;
	font-size: 20px;
	margin: 0 8px;
}
.en_site_link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	margin-right: -20px;
}
.en_site_link a {
	font-size: 12px;
	border: 1px solid #000;
	text-decoration: none;
	padding: 0 1.1em;
	line-height: 2.1;
}
header .header_logo{
	display: block;
	width: 260px;
	position: relative;
	top: -7px;
}
header .header_menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	width: 700px;
	margin-left: auto;
}
header .header_menu li + li{
	margin-left: 5px;
}
header .header_menu li a{
	display: block;
}
header .header_menu a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 8px 7px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
	position: relative;
	overflow: hidden;
}
header .header_menu a::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #FEE004;
	transform: translateX(-100%);
}
header .header_menu a:hover::after{
	transform: translateX(0);
}

header .header_menu li.signature{
	border-radius: 20px;
	overflow: hidden;
	margin-left: 15px;
}
header .header_menu li.signature a{
	background: #f84e57;
	color: #fff;
	padding: 8px 25px;
	text-indent: 5px;
	border-bottom: none;
	border-radius: 20px;
}
header .header_menu li.signature a:after{
	display: none;
}
@media (max-width:768px){
    header .header_logo{
    	width: 170px;
    	top: 0;
    	z-index: 10;
    }
    header .header_menu{
    	width: auto;
    	position: relative;
    	z-index: 10;
    }
    header .header_menu li.signature{
    	border: solid 2px #fff;
    }
	header .header_menu li.signature a{
		padding: 10px 0;
		font-size: 12px;
		width: 90px;
		text-align: center;
	}
}

.menu_btn{
	display: flex;
	width: 25px;
	height: 20px;
	margin-left: 15px;
	position:relative;
	justify-content: center;
	align-items: center;
	line-height: 1;
	z-index: 10;
}
.menu_btn span,
.menu_btn span::before,
.menu_btn span::after{
	content: "";
	display: block;
	background: #000;
	width: 100%;
	height: 3px;
	position: relative;
}
.menu_btn span::before{
	top: -8px;
}
.menu_btn span::after{
	top: 5px;
}

.open .menu_btn span{
	background: transparent;
}
.open .menu_btn span::before{
	transform: rotate(45deg);
	top: 2px;
}
.open .menu_btn span::after{
	transform: rotate(-45deg);
	top: -1px;
}

.sp_menu{
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	height: calc(100vh - 57px);
	background: #fff;
	opacity: 0;
	z-index: -1;
}
.open + .sp_menu{
	opacity: 1;
	z-index: 9999;
}

.sp_menu ul:first-child {
	margin-top: 40px;
	margin-bottom: 96px;
}
.sp_menu ul:first-child li{
	border-top: solid 1px #fff;
}
.sp_menu ul:first-child li:last-child{
	border-bottom: solid 1px #fff;
}
.sp_menu ul:first-child li a{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.sp_menu .header_sns{
	position:relative;
	width: 100%;
	text-align: center;
	justify-content: center;
	line-height: 1;
	padding: 15px;
	margin-top: -40px;
}
.sp_menu .header_sns li + li{
	margin-left: 10px;
}
.sp_menu .header_sns li a{
	color: #000;
	font-size: 28px;
}
.sp_menu .header_sns li.en_site_link {
	position: absolute;
	top: -45px;
	margin: 0;
}
.sp_menu .header_sns .en_site_link a {
	font-size: 12px;
}
.sp_menu .header_sns li {
	margin-bottom: 15px;
}
/*main*/
section {
	overflow: visible;
	padding: 70px 0;
	position: relative;
}
@media (max-width:768px){
	section {
		padding: 45px 0;
	}
}
.section_label{
	position: absolute;
	left: 50%;
	top: -150px;
	width: 200px;
	height: 200px;
	margin-left: -365px;
}
@media (max-width:768px){
	.section_label{
    	left: -25px;
    	top: -110px;
    	width: 150px;
    	height: 150px;
    	margin-left: 0;
 }
}
h1{
    font-size: 24px;
    margin: 15px auto 90px;
    position: relative;
    width: 100%;
    text-align: center;
}
h1 img{
	position: absolute;
	left: 100px;
	top: 50%;
	width: 200px;
	height: 200px;
	transform: translateY(-90px);
}
@media (max-width:768px){
	h1{
		font-size: 16px;
		margin: 0px auto 65px;
		line-height: 1.6;
	}
    h1 img{
    	left: -30px;
    	width: 100px;
    	height: 100px;
    	transform: translateY(-45px);
    }
}

/* 賛同者 */
#supporters {
	padding-bottom: 115px;
}
.supporters__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 900px;
	max-width: 100%;
	margin: 68px auto 0;
}
.supporters__single {
	flex: 0 0 18.4%;
	max-width: 18.4%;
	text-align: center;
	margin-right: calc(26.4% / 3);
}
.supporters__wrap .supporters__single:nth-of-type(4n){
	margin-right:0;
}
.supporters__imgwrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	margin-bottom: 16px;
	background-size: cover;
	background-position: center;
}
.supporters__h3 {
	color: #f84f59;
	line-height: 1.3;
	margin-bottom: 8px;
	font-size: 16px;
}
.supporters__p {
	line-height: 1.4;
	font-size: 14px;
}
@media screen and (max-width:768px){
	.supporters__wrap {
		justify-content: space-between;
	}
	.supporters__single {
		flex: 0 0 46%;
		max-width: 46%;
		margin-right: 0;
	}
}

/* YOUTUBE */
#youtube{
	padding-top:0;
	background:#fffacd;
}
#youtube .section_label {
	position: relative;
	left: 60px;
	top: -124px;
	z-index: 1;
	margin-bottom: -105px;
	width: 160px;
	height: 160px;
	margin-left: 0;
	padding: 0;
	display: block;
	transform: none;
}
.youtube__h3 {
	text-align: center;
	color: #f64f57;
	margin-bottom: 45px;
}
.youtube-movie{
	display:none;
}
@media screen and (max-width:768px){
}
/* シリーズ */
.youtube-series__ul {
	display: flex;
	flex-wrap: wrap;
	width: 940px;
	max-width:100%;
	margin: 0 auto 30px;
}
.youtube-series__li {
	flex: 0 0 50%;
	max-width: 48.5%;
	margin-right: 1.5%;
	list-style: none;
}
.youtube-series__li:nth-of-type(2n){
	margin-left: 1.5%;
	margin-right: 0;
}
.youtube-series__thumb-wrap {
}
.youtube-series__thumb-link {
	display: block;
	height: 0;
	padding-top: 56%;
	overflow: hidden;
	position: relative;
}
.youtube-series__thumb-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.no-movie {
	opacity: 0.5;
}
.no-thumb {
	background: #bbb;
	color: #eee;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.4) inset;
}
.youtube-series__sub-title {
	margin: 20px 0 0;
	color: #f84f59;
	font-size: 15px;
}
.youtube-series__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 50px;
}
@media screen and (max-width:768px){
	.youtube-series__ul {
		display: block;
	}
	.youtube-series__li {
		max-width: 100%;
		margin: 0;
	}
	.youtube-series__title {
		font-size: 1rem;
	}
	.youtube-series__sub-title {
		font-size: 0.8rem;
	}
}
/* ヒストリー */
.youtube-history {
	display: flex;
	width: 940px;
	max-width: 100%;
	margin: 0 auto;
}
.youtube-history__thumb-wrap {
	flex: 0 0 48%;
	max-width: 48.5%;
	margin-right: 1.5%;
}
.youtube-history__thumb-link {
	display: block;
	height: 0;
	padding-top: 56%;
	overflow: hidden;
	position: relative;
}
.youtube-thumb__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.youtube-history__text-wrap{
	flex: 0 0 48.5%;
	max-width: 48%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-left: 1.5%;
}
.youtube-history__p {
	margin-bottom: 0;
}
/* シリーズ動画追加前のレイアウト */
.layout2 .youtube-history {
	width: 940px;
}
.layout2 .youtube-history__thumb-wrap,
.layout2 .youtube-history__text-wrap{
	flex:0 0 47%;
	max-width:47%;
}
.layout2 .youtube__h3{
	text-align:left;
	margin-bottom: 10px;
}
.layout2 .youtube-history__title1{
	display:none;
}
.layout1 .youtube-history__title2{
	display:none;
}
@media screen and (max-width:768px){
	.layout2 .youtube-history__title1{
		/* display:block; */
		text-align:center;
	}
	.layout2 .youtube-history__title2{
		/* display:none; */
	}
	.youtube-history__thumb-wrap, .youtube-history__text-wrap {
		max-width: 100%!important;
	}
}
/* サムネイル上の再生ボタン画像 */
a.youtube-series__thumb-link::after,
a.youtube-history__thumb-link::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	background: url(../img/play.png) no-repeat center / contain;
}

/* モーダル */
.youtube-movie.remodal {
	background: none;
	width: 1100px;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 95px;
}
.youtube-movie__wrap {
	height: 0;
	padding-top: 56%;
	overflow: hidden;
	position: relative;
}
.youtube-movie .remodal-close {
	background: #f84f59;
	color: #fff;
	left: auto;
	right: 0;
	width: 60px;
	height: 60px;
	transition:opacity 0.3s;
}
.youtube-movie .remodal-close:hover, .youtube-movie .remodal-close:focus {
	color: #fff;
	opacity:0.86;
	transition:opacity 0.3s;
}
.youtube-movie .remodal-close::before {
	/* font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif !important; */
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 50px;
	width: 60px;
	text-align: center;
	font-weight: normal;
}
.youtube-movie iframe {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.remodal-overlay {
	background: rgba(255,255,255,0.8)!important;
}

@media screen and (max-width:768px){
	#youtube .section_label {
		left: -20px;
		width: 120px;
		height: 120px;
		margin-bottom: -70px;
		top: -98px;
	}
	.youtube__h3 {
		margin-bottom: 30px;
	}
	.youtube-history {
		display: block;
	}
	.youtube-history__thumb-wrap {
		max-width: initial;
		margin: 0 0 20px;
	}
	.remodal-wrapper {
		padding: 10px 0 0!important;
	}
	.youtube-movie.remodal {
		padding-top: 60px;
	}
	.youtube-movie .remodal-close {
		width: 35px;
		height: 35px;
		right: 15px;
		top: 10px;
	}
}

#home_article .section_label{
	position: relative;
	left: 60px;
	top: 0;
	z-index: 1;
	margin-bottom: -75px;
	width: 160px;
	height: 160px;
	margin-left: 0;
}
@media (max-width:768px){
	#home_article .section_label{
		left: -20px;
		margin-bottom: -20px;
		width: 120px;
		height: 120px;
	}
}
#orgs{
	background:#f6f6f6;
}
.orgs__wrap {
	display: flex;
	width: 570px;
	max-width: 100%;
	margin: 0 auto;
}
.orgs__imgwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 25%;
	max-width: 25%;
}
.orgs__img{
	max-width: 80%;
}
.orgs__wrap .orgs__imgwrap:nth-of-type(1) .orgs__img {
	max-height: 80px;
}
.orgs__wrap .orgs__imgwrap:nth-of-type(2) .orgs__img {
	max-height: 110px;
}
.orgs__wrap .orgs__imgwrap:nth-of-type(3) .orgs__img {
	max-height: 100px;
}
@media (max-width:768px){
	#orgs h2{
		margin-bottom:50px;
	}
}

.orgs2__p {
	max-width: 1000px;
	margin: 0 auto -60px;
	padding: 0 30px;
	text-align:center;
	word-break: break-all;
	font-size: 0.9em;
	line-height: 2.2;
}
@media (max-width:768px){
	.orgs2__p{
		padding:20px 10px 0;
		text-align: justify;
		margin: 0 auto -40px;
	}
}

.companies__desc {
	max-width: 630px;
	margin: 0 auto 40px;
	text-align: center;
}
.companies__wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 60px auto 30px;
	justify-content: center;
	align-content: flex-start;
}
.companies__single {
	flex: 0 0 16.6666%;
	max-width: 16.6666%;
	padding: 40px 2% 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sup {
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}
@media (max-width:768px){
	.companies__single {
		flex: 0 0 50%;
		max-width: 50%;
		padding: 40px 2vw 0;
	}
	.companies__desc{
		text-align:justify;
		word-break:break-all;
		margin-top: 20px;
	}
    .sup,
	.companies__sup{
		text-align:center;
	}
}

h2{
	margin-bottom: 45px;
	position: relative;
	display: inline-block;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	padding: 2px 11px;
	line-height: 1.8;
	border-bottom: solid 7px #f64f57;
	letter-spacing: 1px;
	/*text-indent: 11px;*/
}
@media (max-width:768px){
    h2{
    	font-size: 16px;
    	border-bottom: solid 5px #f64f57;
    	margin-bottom: 40px;
    	padding: 2px 0;
    	text-align: center;
    }
}
p {
	margin-bottom: 2em;
}


/*footer*/
footer {
}
footer .wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
footer ul{
	list-style: none;
}
footer .footer_sns{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: 10px;
}
footer .footer_menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
footer .footer_menu li {
	display: block;
	padding: 0 5px;
	line-height: 1;
}
footer .footer_menu li + li{
	border-left: solid 1px #000;
}
footer .footer_menu a{
	color: #000;
	text-decoration: none;
	padding: 8px;
	font-size: 13px;
}
footer .footer_sns a{
	color: #000;
	font-size: 20px;
	margin: 5px 8px;
}
@media (max-width:768px){
	footer{
		margin-top: 40px;
	}
    footer .footer_menu a{
    	font-size: 10px;
    }
}


.scroll_top {
	position: fixed;
	bottom: 70px;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	opacity: 0;
	right: -40px;
}
.scroll_top.show {
	opacity: 1;
	right: 0;
}
.scroll_top::before {
	content: "";
	display: block;
	position: absolute;
	width: 33%;
	height: 33%;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top: 40%;
	left: 50%;
	transform: translate(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
	.scroll_top {
		position: fixed;
		right: 0;
		bottom: 40px;
		background: #000;
		display: block;
		width: 35px;
		height: 35px;
	}
}


/*home*/
.opening{
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
	background-image: url(../img/_DSC9062_yp_rev.png);
	background-size: cover;
	background-position: center;
}
.opening::after{
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50%;
	display: block;
	width: 40px;
	height: 40px;
	border-right: solid 5px #000;
	border-bottom: solid 5px #000;
	transform: translateX(-50%) rotate(45deg);
}
@media (max-width:768px){
	.opening{
		/* overflow: hidden; */
		min-width: auto;
		height: calc(100vh - 250px);
	}
	.opening img{
		width: 600px;
		max-width: none;
	}
	.opening::after{
		width: 30px;
		height: 30px;
		bottom: -50px;
		border-right: solid 5px #000;
		border-bottom: solid 5px #000;
		display: none;
	}
}
@media (max-width:450px){
	.opening img{
		width: 150vw;
		max-width: none;
		margin-top: -20vh;
	}
}
body.home{
	padding-top: 0;
}

.home .sign_now{
	text-align: center;
	background: #fff;
	border: solid 2px #ffb2b2;
	max-width: 500px;
	margin: 0 auto 100px;
	color: #000;
	font-weight: normal;
	padding: 30px 20px 45px;
}
.home .sign_now iframe{
    margin: -10px auto -40px;
}
@media (max-width:768px){
	.home .sign_now iframe{
		width: calc(100% + 50px);
		margin: -10px -25px -30px;
	}
}
.home .sign_now p{
	margin-bottom: 0;
}
.home_sign_now_head{
	font-weight: bold;
	line-height: 1;
}
.home .sign_now p:nth-child(1){
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.8;
}
.home .sign_now p:nth-child(2){
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: -10px;
}
@media (max-width:768px){
	.home .sign_now p:nth-child(1){
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.8;
	}
	.home .sign_now p:nth-child(2){
	}
}


.home .sign_now .meter{
	background: #f0f0f0;
	width: 100%;
	height: 10px;
	max-width: 400px;
	margin: 10px auto;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.home .sign_now .meter .now{
	content: "";
	display: block;
	height: 100%;
	background: #f64f57;
	border-radius: 10px;
}
.home .sign_now .home_sign_now_bottom{
	font-size: 0.9em;
}
.home .btn_sign_now{
	border-color: #fef9f6 !important;
}
@media (max-width:768px){
    .home .sign_now .meter{
    }
	.home .sign_now{
		margin-bottom: 60px
	}
	.home .sign_now .home_sign_now_bottom{
		font-size: 10px;
	}
}
.messages{
}
.messages p{
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 2.2em;
}
.home .messages p:last-child{
	font-size: 24px;
}
.home_law{
	max-width: 630px;
	padding-top: 85px;
	margin: 80px auto;
	border-top: solid 10px #ccc;
}
@media (max-width:768px){
	.home .messages p{
		text-align: left;
		font-weight: bold;
		line-height: 25px;
		font-size: 13px;
		margin-bottom: 1.5em;
	}
	.home .messages p:last-child{
		margin-top: 2em;
		font-size: 18px;
	}
	.home_law{
		padding-top: 70px;
		margin: 70px auto;
	}
}
.home section:not(.support) h2{
	font-size: 22px;
	border: none;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.home h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
}
.btn_more{
	background: #fee002;
	border: solid 2px #fee002;
	color: #000;
	display: inline-block;
	padding: 13px 30px 12px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	border-radius: 30px;
}
.btn_more::after{
	content: "▲";
	margin-left: 15px;
	margin-right: -10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	transform: rotate(90deg);
	position: relative;
	top: -1px;
}
.btn_more:hover{
	background: #fff;
	border: solid 2px #fee002;
}

.lets_action{
	margin: 60px 0;
}
@media (max-width:768px){
	.lets_action{
		margin: 40px 0;
	}
}
.lets_action p:first-child{
	font-size: 1.1em;
	font-weight: bold;
}

.btn_more.btn_action{
	color: #fff;
	background: #f84e57;
	border-color: #f84e57;
	border-radius: 15px;
}
.btn_more.btn_action:hover{
	background: #fff;
	color: #000;
}
@media (max-width:768px){
    .btn_more{
    	border-radius: 10px;
    }
}

.home section#supporters h2{
	border-bottom: solid 7px #f84e57;
}

#signnow{
	background: #fcdcdd;
	padding: 40px 0 100px;
	margin-top: 70px;
	font-weight: bold;
}
@media (max-width:768px){
	#signnow{
		padding: 45px 0;
		margin-top: 5px;
	}
}
#signnow .wrapper{
	max-width: 680px;
}
#signnow .wrapper > p{
	text-align: center;
}

#signnow h2.tac{
	margin-top: 100px;
	margin-bottom: 55px;
	letter-spacing: 0;
}
#signnow h2.tac + p{
	font-size: 0.8em;
	letter-spacing: 0.01em;
	margin-bottom: 110px;
}
@media (max-width:768px){
	#signnow h2.tac{
		font-size: 1em;
		font-weight: bold;
		margin-top: 45px;
		margin-bottom: 40px !important;
		line-height: 2;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	#signnow h2.tac + p{
		font-size: 0.8em;
		letter-spacing: 0;
		margin-bottom: 50px;
	}
}
#signnow .sign_form,
#signnow .follow_us,
#signnow .fb_frames{
	position: relative;
	background: #fff;
	padding: 50px 0px;
	margin: 30px auto;
	overflow: hidden;
}
#signnow .sign_form{
	padding: 50px 50px 1px;
	/* background: #fcdcdd; */
	/* border: solid 5px #fff; */
	font-size: 16px;
	margin-bottom: 75px;
}
#signnow .sign_form iframe{
	width: 100%;
	height: 360px;
}
#signnow .sign_form::before,
#signnow .follow_us::before,
#signnow .fb_frames::before{
	content: "";
	display: block;
	position: absolute;
	background: #fcdcdd;
	width: 35px;
	height: 35px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8, 1) rotate(45deg);
}
.lets_atction{
	margin-bottom: 75px;
}
/*
#signnow .sign_form::before{
	display: none;
}
*/

@media (max-width:768px){
    #signnow .wrapper{
    	padding: 0;
    }
	#signnow .sign_form,
    #signnow .follow_us,
    #signnow .fb_frames{
    	padding:  40px 20px 30px;
    }
	#signnow .sign_form::before,
	#signnow .follow_us::before,
	#signnow .fb_frames::before{
		width: 30px;
		height: 30px;
	}
	#signnow .sign_form{
		padding-bottom: 5px;
		border: none;
		padding: 40px 20px 0px;
	}
    #signnow .fb_frames{
    	margin-bottom: 10px;
    }
}
#signnow h3{
	text-align: center;
	margin-bottom: 0;
	clear: both;
}
#signnow .follow_us,
#signnow .fb_frames{
	margin-top: 15px;
	line-height: 1;
}
.follow_us ul,
.fb_frames ul{
	display: flex;
	justify-content: center;
	list-style: none;
	align-items: flex-start;
	text-align: center;
}
.follow_us ul li + li{
	margin-left: 50px;
}
.fb_frames ul li{
	width: 145px;
}
.fb_frames ul li + li{
	margin-left: 95px;
}
.fb_frames ul li img{
	margin-bottom: 20px;
}
.fb_frames ul li span{
	background: #f84e57;
	border: solid 2px #f84e57;
	color: #fff;
	display: inline-block;
	padding: 13px 20px 12px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	border-radius: 30px;
	font-size: 12px;
	width: 125px;
}
.fb_frames ul li span::after{
	content: "▲";
	margin-left: 5px;
	margin-right: -10px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
	position: relative;
	top: -1px;
}

@media (max-width:768px){
    .follow_us ul img{
    	width: 44px;
    }
	.follow_us ul li + li{
		margin-left: 35px;
	}
	.fb_frames ul li{
		width: 100px;
	}
	.fb_frames ul li + li{
		margin-left: 70px;
	}
    .fb_frames ul li span{
    	font-size: 10px;
    	width: 90px;
    	padding: 6px 5px 5px;
    }
 
}


#olympic{
	background: #f5f5f5;
	text-align: center;
	padding: 35px 0;
	display: none;
}
#olympic p{
	font-weight: bold;
	font-size: 19px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
#olympic p span{
	font-size: 0.8em;
	letter-spacing: 1.5px;
}
#olympic .olympic_timer{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
#olympic .olympic_timer div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: solid 10px #ffe002;
	background: #fff;
	width: 100px;
	height: 100px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	border-radius: 50%;
}
#olympic .olympic_timer div+div{
	margin-left: 30px;
}
#olympic .olympic_timer div::after{
	content: "";
	font-size: 0.6em;
	display: block;
	margin-top: 5px;
}
#olympic .olympic_timer .d::after{ content: "Days"}
#olympic .olympic_timer .h::after{ content: "Hours"}
#olympic .olympic_timer .i::after{ content: "Minutes"}
#olympic .olympic_timer .s::after{ content: "Seconds"}

@media (max-width:768px){
	#olympic{
	}
    #olympic p{
    	font-size: 16px;
    }
	#olympic p span{
		font-size: 0.9em;
	}
	#olympic .olympic_timer div{
		border: solid 5px #ffe002;
		width: 75px;
		height: 75px;
	}
	#olympic .olympic_timer div+div{
		margin-left: 10px;
	}
	#olympic .olympic_timer div::after{
		content: "";
		font-size: 10px;
	}
}
@media (max-width:320px){
	#olympic .olympic_timer div{
    	font-size: 22px;
		width: 65px;
		height: 65px;
	}
}

/*about*/
#aboutus{
	text-align: center;
}
.leads{
	text-align: center;
}
.leads p{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 2em;
}
#aboutus .leads + img{
	margin-top: 30px;
}
@media (max-width:768px){
	.leads p{
		font-size: 14px;
		line-height: 25px;
	}
	#aboutus br{
		display: none;
	}
	#aboutus .leads + img{
	    width: 190px;
	}
}

#why{
	padding-top: 60px;
}
@media (max-width:768px){
	#why{
		padding-top: 40px;
	}
}
#why .wrapper{
	max-width: 800px;
}
#why .wrapper span{
	color: #f64f57;
	font-weight: bold;
}
#image {
	padding: 0;
	text-align: center;
}
#image img{
	max-width: 960px;
	width: 100%;
}
@media (max-width:768px){
	#image .wrapper{
		padding: 0 0 20px;
	}
}
#campaign .wrapper{
	max-width: 950px;
}
.campaigns {
}
.campaign_item {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.campaign_item + .campaign_item{
	margin-top: 40px;
}
.campaign_item .campaign_img {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
	height: 100%;
	line-height: 1;
	padding-top: 11px;
}
.campaign_item .campaign_img img {
	width: 120px;
	display: block;
	margin: 0 auto 8px;
}
.campaign_item .campaign_img a{font-size: 12px;text-align: center;text-decoration: none;color: #999;line-height: 1.8;}
.campaign_item .campaign_txt {
	width: calc(100% - 250px);
}
.campaign_item .campaign_txt .campaign_name{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
.campaign_item .campaign_txt .campaign_name span{
	color: #666;
	font-weight: normal;
	display: inline-block;
	margin-left: 0;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}
.campaign_item .campaign_txt p{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 0;
}
@media (max-width:768px){
    .campaign_item {
    	flex-direction: column;
    }
    .campaign_item .campaign_img {
    	width: 100%;
    	margin-right: auto;
    	margin-bottom: 40px;
    	padding-top: 0;
    }
	.campaign_item .campaign_txt {
		width: 100%;
	}
	.campaign_item .campaign_txt .campaign_name{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.campaign_item .campaign_txt .campaign_name span{
		margin-left: 5px;
	}
	.campaign_item .campaign_txt p{
		font-size: 13px;
		margin-bottom: 0;
	}
}


#mean{
	background: #fcdcdd;
}
#mean p{
	text-align: center;
}
@media (max-width:768px){
	#mean h2{
		margin-top: 15px;
	}
	#mean p{
		text-align: left;
	}
	#mean br{
		display: none;
	}
}
#policy img{
	display: block;
	margin: 80px auto; 
}
#policy p{
	text-align: center;
}
@media (max-width:768px){
	#policy img{
		margin: 20px auto 50px;
		width: 280px;
	}
    #policy br{
    	display: none;
    }
	#policy p{
		text-align: left;
	}
}

/*equality*/
.page:not(.home) main a{
	color: #f84e57;
	text-decoration: none;
}
#social a{
	font-size: .95em;
}

#about_equality{
	padding-bottom: 0;
}
@media (max-width:768px){
	#about_equality br{
		display: none;
	}
}

#about_lgbt{
	padding-bottom: 0;
}
#about_lgbt .wrapper,
#world_wide .wrapper,
#social .wrapper,
#legacy .wrapper{
	max-width: 800px;
}
#about_lgbt .lgbt_table{
	background: #fcdcdd;
	padding: 30px 50px;
	border-radius: 20px;
	margin-bottom: 40px;
}
#about_lgbt .lgbt_table th,
#about_lgbt .lgbt_table td{
	line-height: 1.6;
	padding: 8px 10px 5px;
	text-align: left;
	vertical-align: top;
}
#about_lgbt .lgbt_table th{
	width: 30px;
}
#about_lgbt .lgbt_table th + th{
	width: 170px;
}
#about_lgbt .lgbt_table tr + tr th,
#about_lgbt .lgbt_table tr + tr td{
	border-top: dotted 1px #999;
}
@media (max-width:768px){
	#about_lgbt .lgbt_table{
		padding: 30px 30px;
	}
	#about_lgbt .lgbt_table th{
		display: inline-block;
		border: none;
	}
	#about_lgbt .lgbt_table tr + tr th,
	#about_lgbt .lgbt_table tr + tr td{
		border-top: none;
	}
	#about_lgbt .lgbt_table td{
		display: block;
		padding-left: 40px;
		width: 100%;
		padding-top: 0;
		border-bottom: dotted 1px #999;
	}
	#about_lgbt .lgbt_table tr:last-child td{
		border-bottom: none;
	}
}
.examples{
	position: relative;
	height: 490px;
	margin-top: 60px;
}
.examples div{
	background: #efefef;
	border-radius: 15px;
	padding: 20px 25px;
	display: inline-block;
	line-height: 1.4;
	position: absolute;
}
.examples div::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: #efefef;
	width: 25px;
	height: 30px;
	transform: rotate(-10deg) skew(5deg, 40deg);
}
.examples div:nth-child(even)::after{
	transform: rotate(10deg) skew(5deg, -40deg);
}
.examples div span{
	display: block;
	text-indent: -10px;
}
.examples div span::before,
.examples div span::after{
	font-size: 20px;
	color: #f64f57;
}
.examples div span::before{
	content: "“";
}
.examples div span::after{
	content: "”";
	margin-left: 5px;
}
.examples .ex1{
	top: 0;
	left: -80px;
}
.examples .ex2{
	top: 50px;
	right: -5px;
}
.examples .ex3{
	top: 170px;
	left: 70px;
}
.examples .ex4{
	top: 295px;
	right: -127px;
}
.examples .ex5{
	top: 330px;
	left: -130px;
}
@media (max-width:768px){
	.examples{
		position: relative;
		height: auto;
		margin-bottom: 40px;
	}
	.examples div{
		position: relative;
		font-size: 14px;
		width: 300px;
		display: block;
	}
	.examples div span{
		display: block;
		text-indent: -10px;
	}
	.examples div + div{
		margin-top: 35px;
	}

	.examples .ex1,
	.examples .ex2,
	.examples .ex3,
	.examples .ex4,
	.examples .ex5{
		top: 0;
		left: 0;
		right: 0;
	}	
	.examples .ex2,
	.examples .ex5{
		margin-left: auto;
		margin-right: 0;
	}
	.examples .ex3{
		margin-left: 20px;
	}
}

#world_wide{
	background: url("../img/bg_world_map.png") top 90px center no-repeat;
}
@media (max-width:768px){
    #world_wide{
    	background-position: top 50px center;
    	background-size: 180vw auto;
    }
}
#world_wide figure{
	margin-top: 40px;

}
figure{
    padding: 0;
	margin: 0;
}
figcaption{
	font-size: 0.88em;
	text-align: center;
	color: #666;
}

#social{
	background: #fcdcdd;
}
#social p{
	text-align: center;
}
@media (max-width:768px){
	#social h2{
		font-size: 16px;
    }
    #social p{
    	text-align: left;
    }
}

body:not(.home) .sign_now {
	display: none !important;
}

.sign_now{
	background: #f64f57;
	border-radius: 20px;
	position: relative;
	padding: 35px 20px 60px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 2.2;
	margin-top: 90px;
	max-width: 640px;
	margin: 0 auto 120px;
}
@media (max-width:768px){
	.sign_now{
		border-radius: 15px;
		position: relative;
		padding: 25px 10px 60px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		line-height: 2.2;
		margin-top: 90px;
	}
	.single .sign_now{
		margin-top: 0;
		margin-bottom: 100px
	}
}
.btn_sign_now{
	color: #000 !important;
	text-decoration: none;
	background: #fdd6d7;
	border: solid 8px #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 90px;
	height: 90px;
	line-height: 70px;
	font-size: 12px;
	font-weight: bold;
}
.btn_sign_now::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: 20px;
}
.btn_sign_now:hover{
	opacity: 1;
}
.btn_sign_now:hover::after{
	bottom: 15px;
}
@media (max-width:768px){
	.btn_sign_now{
		width: 80px;
		height: 80px;
		line-height: 60px;
		font-size: 10px;
	}
	.btn_sign_now::after{
		bottom: 15px;
	}
}

/*qa*/
.qa {
	max-width: 640px;
	margin: 0 auto;
}
.qa dl{
	border-top: solid 2px #fcdcdd;
	border-bottom: solid 2px #fcdcdd;
	padding: 20px 0;
}
.qa dl + dl{
	border-top: none;
}
.qa dt{
	position: relative;
	font-weight: bold;
	font-size: 17px;
	padding: 0px 50px;
	background: url(../img/q.png) top 5px left 10px no-repeat;
	cursor: pointer;
}
.qa dt.open{
	padding: 0px 50px 10px;
}
.qa dt.open::after{
	transform: rotate(225deg);
}
.qa dt::after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-right: solid 3px #f65158;
	border-bottom: solid 3px #f65158;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 8px;
}
.qa dd{
	padding: 0px 50px;
	background: url(../img/a.png) top 5px left 10px no-repeat;
	max-height: 0;
	overflow: hidden;
}
.qa dt.open + dd{
	max-height: 600px;
}
.qa dd p{
	margin-bottom: 1em;
}
.qa dd p:last-child{
	margin-bottom: 0;
}
@media (max-width:768px){
	.qa dt{
		font-size: 16px;
		line-height: 1.6;
    	padding: 0px 45px;
    	background-size: 16px auto;
	}	
	.qa dt.open{
    	padding: 0px 45px 10px;
	}
	.qa dt::after{
		border-right: solid 2px #f65158;
		border-bottom: solid 2px #f65158;
    	top: 2px;
	}
	.qa dt.open::after{
    	top: 10px;
	}
	.qa dd{
		font-size: 14px;
		line-height: 1.8;
    	padding: 0px 45px;
    	background-size: 14px auto;
	}
}

/*action*/
.actions {
	background: #fcdcdd;
}
#action1 .wrapper{
	padding: 0 240px;
}
@media (max-width:768px){
	#action1 .wrapper{
		padding: 0;
	}
}
#action2 .wrapper{
	max-width: 800px;
}
.act_label {
    color: #fff;
    background: #f84e57;
    display: block;
    width: 150px;
    margin: 0 auto 50px;
    text-align: center;
    border-radius: 30px;
    padding: 5px 0 4px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-indent: 1px;
}
@media (max-width:768px){
	.act_label {
        border-radius: 15px;
	}
}
.actions h2{
	border-bottom: none;
}

.actions .action_item {
	background: #fff;
	padding: 50px
}

.actions .action_item{
	position: relative;
	background: #fff;
	padding: 80px 130px 60px;
	margin: 0 auto 80px;
	overflow: hidden;
}
.actions .action_item.share{
	padding: 80px 60px;
}
.actions .action_item:last-child{
	margin-bottom: 0;
}
@media (max-width: 768px){
	.actions .action_item,
	.actions .action_item.share{
		padding: 60px 20px;
		margin: 0 auto 50px;
	}
}


.action_item .cols{
	justify-content: space-between;
	margin-bottom: 20px;
}
.action_item .col2{
	width: 47.5%;
}
.tf-dl .col2 {
	margin-bottom: 5%;
}
.action_item .col2 img{
	display:block;
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
}
.action_item .col4{
	width: 24%;
}
@media (max-width:768px){
	.action_item .col2{
		width: 100%;
	}
	.action_item .col4{
		width: 47.5%;
		margin-bottom:5%;
	}
}
.action_item .col4 img{
	display:block;
	width: 100%;
	height: auto;
}
.actions .action_item::before{
	content: "";
	display: block;
	position: absolute;
	background: #fcdcdd;
	width: 50px;
	height: 50px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8, 1) rotate(45deg);
}

.actions h3{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 60px;
}
#action1.actions .action_item:first-of-type h3{
	color: #f84e57;
}
.actions h3:first-child{
	margin-top: 0;
}
.actions h4{
	font-size:18px;
	text-align:center;
}
.act_fukidashi{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
@media (max-width:768px){
    #action1.actions .action_item:first-of-type h3 img{
    	display: block;
    	margin: 0 auto 20px;
    }
    .act_fukidashi{
    	display: block;
    }
}
.send_with_img h3{
	color: #f84e57;
	margin-bottom: 20px;
}
.send_with_img img{
	width: 60px;
	opacity: 0.4;
	position: relative;
	top: 13px;
	margin-right: 20px;
}
.send_with_img p{
	margin-bottom: 0;
}
.fukidashi_icon{
	width: 60px;
	margin-left: -80px;
	margin-right: 20px;
	position: relative;
	top: -28px;
}
.fukidashi_body{
	background: #efefef;
	padding: 30px 30px;
	position: relative;
	border-radius: 20px;
	margin: 0 0 50px;
	width: 100%;
	line-height: 1.65;
}
@media (max-width:768px){
	.fukidashi_icon{
		width: 50px;
		margin: 0 auto 15px !important;
		position: relative;
		top: 0;
	}
	.fukidashi_body{
		padding: 20px;
	}
}
.fukidashi_body p:last-child{
	margin-bottom: 0;
}
.fukidashi_body::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 25px;
	display: block;
	width: 30px;
	height: 25px;
	background: #efefef;
	transform: skew(40deg, 0deg);
}
.act_fukidashi:nth-child(even) .fukidashi_body::before {
    left: auto;
    right: -10px;
    transform: skew(-40deg, 0deg);
    top: 36px;
}
@media (max-width:768px){
	.fukidashi_body::before,
	.act_fukidashi:nth-child(even) .fukidashi_body::before {
		top: 0;
		left: 50%;
		background: #efefef;
		transform: translate(-50%, -50%) scaleX(0.5) rotate(45deg);
	}
}
.act_fukidashi:nth-child(even) {
	flex-direction: row-reverse;
}
.act_fukidashi:nth-child(even) .fukidashi_icon {
	margin-left: 30px;
	margin-right: -90px;
	width: 50px;
	top: -20px;
}
.act_fukidashi:nth-child(even) .fukidashi_body:last-child{
}
.fukidashi_body b{
	color: #f84e57;
	margin: 0 3px;
}
.fukidashi_body span{
	color: #666;
}

.action_item .fb_frames{
	margin-bottom: 60px;
}
#action2 h3{
	color: #f84e57;
	font-size: 18px;
}
@media (max-width:768px){
	#action2 h3{
		font-size: 14px;
	}
}
.frame_dl {
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	margin: 0 auto;
}

.actions .wrapper .frame_dl .btn_act_dl {
	margin-left: 0;
	margin-right: 0;
	font-size: 12px;
	width: 125px;
}
@media (max-width:768px){
	.frame_dl {
		justify-content:center;
	}
	.actions .wrapper .frame_dl .btn_act_dl {
		font-size: 10px;
		padding: 6px 20px 5px 18px;
		margin-left: 12.3%;
		width: auto;
	}
	.actions .wrapper .frame_dl .btn_act_dl:nth-of-type(1) {
		margin-left: 0;
	}
	.actions .action_item .fb_frames ul li + li{
		margin-left:12.3%;
	}
}

#action2 .tac{
	margin-bottom: 0;
}
.sns_dl_item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	margin: 0 auto;
	text-align: center;
}
.sns_dl_item .btn_act_dl{
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.sns_dl_item i{
	font-size: 24px;
}
.actions .wrapper .btn_act_dl{
	color: #000;
	background: #fee003;
    border: solid 2px #fee003;
    display: block;
    padding: 13px 20px 12px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    margin: 20px auto;
    width: 160px;
    text-align: center;
}
.fb_frames ul li span{
	background: #fee003;
    border: solid 2px #fee003;
    color: #000;
}
.actions .wrapper .btn_act_dl::after{
	content: "▲";
	margin-left: 10px;
	margin-right: -10px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
	position: relative;
	top: -1px;
}

.article_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}
@media (max-width:768px){
	.article_list{
		padding: 0px 10px;
	}
}
.home .paginate-links{
	display: none;
}
.article_list a{
	text-decoration: none;
	color: #f84e57;
}
.article_list li{
	display: block;
	width: calc(50% - 60px);
	margin: 0 30px 80px;
}
@media (max-width:768px){
	.article_list li{
		width: 100%;
		margin: 0 0 40px;
	}
}
.article_list .article_img{
	width: 100%;
	position: relative;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.article_list .article_img{
		margin-bottom: 10px;
	}
}
.article_list .article_img::after{
	content: "";
	display: block;
	padding-top: 66%;
}
.article_list time{
	display: block;
}
.article_list .article_title{
	color: #000;
	font-weight: bold;
}
/*single*/
.article_eyecatch{
	text-align: center;
	margin-top: -20px;
}
@media (max-width:768px){
	.article_eyecatch{
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 70px;
	}
}

.article_body{
	max-width: 640px;
	margin: 40px auto;
}
@media (max-width:768px){
	.article_body{
		margin: 20px auto;
		padding: 0 15px
	}

}
.article_body h2{
	text-align: left;
	font-size: 24px;
}
@media (max-width:768px){
	.article_body h2{
		text-align: left;
		font-size: 16px;
	}
}
.article_body .date{
	margin-bottom: 0;
	color: #f84e57;
}
.article_body h3{
	margin: 30px 0 25px;
	color: #f84e57;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
}
@media (max-width:768px){
    .article_body h3{
    	font-size: 18px;
    }
	.article_body > div{
		width: 100% !important;
	}
}

section#article{
	padding-bottom: 0 !important;
}

#petition_number {
	margin: 40px 0;
}

@media (max-width:768px){
	#petition_number {
		padding: 0 20px;
	}	
}

#home_message {
	padding-top: 120px;
}
@media (max-width:768px){
	#home_message {
		padding-top: 20px;
	}
}

.declaration{
	margin-top: 80px;
}
.declaration p{
	margin-bottom: 35px;
	font-weight: bold;
}
.declaration .btn_more{
	margin: 0 20px;
}
@media (max-width:768px){
	.declaration .btn_more{
		margin: 0 10px;
	}
}
@media (max-width:340px){
	.declaration .btn_more{
		margin: 0 5px;
		padding: 13px 25px 12px;
	}
}