@charset "utf-8";


.container{
	width: 100%; 
	height: 100%;
	min-width: 100%; 
	display: flex;
	display:-ms-flexbox;
}
.content_wrap{
	order: 2;
	width: 100%; 
	margin-left:160px ;
	text-align:right;
}

.content{
	width: 1020px;
	margin: 0 auto;
	min-width: 1020px;
	margin-right: auto;
	text-align:left;
	padding:0px ;

	opacity: 0;
	transition-duration: 1.5s;
	transition-timing-function: ease;
}
.contents{
	width: 100%;
	padding:40px ;
}
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
.container{
	width: 100%; 
	height: 100%;
	min-width: 100%; 
	display:block;
}
.content_wrap{
	width: 100%; 
	margin-left:0px ;
	text-align:left;
}
.content{
	width: 100%; 
	min-width: 100%; 
	opacity: 1;
}
.contents{
	width: 100%;
	padding:60px 12px ;
}
}

.navi{
	order: 1;
	top: 0;
	left: -160px;
	width: 160px; 
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
	position: fixed !important; 
	position: relative; 
	background-color: #fff;
	padding-top:20px;
	padding-left:20px;
	transition-property: all;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

/* -- 初期アニメーション -- */
.navi_active {
	transform: translateX(160px);
}
.fade_In {
	opacity: 1!important;
}
.fade_In2 {
	opacity: 1!important;
}
.fade_out {
	opacity: 0!important;
}


.logo{
	padding-right:20px; 
	width: 140px;
	height: auto;
}

.menu{
	padding-top:30px; 
	padding-bottom: 80px; 
	height: auto; 
}
.menu li{
	height: 30px;
	display:block;

}
.menu a{
	color: #000;
	display:block;
}
.menu a:hover{
	color: #66aa5b;
}

/* -- nav -- */
.menu .nav__btn a:after {
	content: "";
	border-bottom: 3px solid #66aa5b;
	top: 50%;
	left: -20px;
	margin-top: -1px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	transition: all .3s ease;
	width: 0;
}

.menu .nav__btn a:hover:after {
	content: "";
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all .3s ease;
	width: 14px;
}

.menu .nav__btn_hover a:after {
	content: "";
	border-bottom: 3px solid #66aa5b;
	top: 50%;
	left: -20px;
	margin-top: -1px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	transition: all .3s ease;
	width: 0;
}
.menu .nav__btn_hover a:hover:after {
	content: "";
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all .3s ease;
	width: 14px;
}

/* -- current -- */
.menu .current a:before {
	content: "";
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 14px;
}
.menu .current a:after {
	content: "";
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 14px;
}
.menu .p-header-nav {
	min-width: 120px;
	width: 100%;
}

.menu .p-header-nav ul {
	font-size: 0;
}
.menu .p-header-nav li {
	position: relative;
}
.menu .p-header-nav a {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	position: relative;
	transition: all .3s ease;
}



/* -- nav下辺 -- */
.menu_bottom{
	width: 140px; 
	height: 60px; 
	position: absolute;
	bottom: 20px; 
}
.navi_small{
	width: 120px;
	font-size: 10px;
	font-size: 1.0rem;
	margin-top: 0px;
}
.sns{
	width: 120px;
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
}
.language{
	width: 120px;
	display: flex;
	display:-ms-flexbox;
	align-items: center;
	margin-top: 12px;
}
.language li{
	width: 60px;
	background-color: #ebebeb;
	text-align:center;
}
.language li a{
	width: 60px;
	display:block;
	color: #000;
}
.language .l__on{
	background-color: #000;
	color: #fff;
}
.language .l__on a{
	color: #fff;
}

.language .l__off a:hover{
	background-color: #8f8f8f;
	color: #fff;
}


/* -- /nav下辺 -- */


/* ----- モバイルヘッダー ----- */
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
.header{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
}
.mb_header{
	width:100%;
	height: 41px;
	display:block;
	background-color: #fff;
	border-bottom:1px #f0f0f0 solid;
	
	position: relative;
	top:0;
	left:0;
}
.fa-bars{
	width: 40px;
	height: 40px;
	background: url(../img/header/fa-bars.gif) no-repeat left top;
	background-size: 100%;
	position:absolute;
	top:0;
	left:0;
}
.menu_logo_toggle-menu{
	width:140px;
	height: 40px;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin-left: -70px;
}
.menu_en_toggle-menu{
	width:40px;
	height: 40px;
	display:block;
	position:absolute;
	top:0;
	right:0px;
}
.menu_jp_toggle-menu{
	width:40px;
	height: 40px;
	display:block;
	position:absolute;
	top:0;
	right:0px;
}
a.toggle-menu {
	width: 40px;
	height: 40px;
	position:absolute;
	top:0;
	left:0;
	z-index: 9999;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	display: inline-block;
	color: black;
}
.menu-responsive {
	display: none;
	background-color: #fff;
	position:absolute;
	z-index: 9998;
	top:40px;
	left:0;
	position:fixed!important;
	opacity: 0.9;
}
.menu-responsive ul{
	padding-top: 8px;
	opacity: 1;
}
.menu-responsive .p_menu li {
	padding: 4px 60px 4px 20px;
}
.menu-responsive ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}
.menu-responsive ul li.active a {
	color: #333;
}
.menu_bottom{
	width: 100%; 
	padding: 0 20px;
	position: static;
}
.p_menu_sns{
	min-width: 100%; 
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
}
.p_menu_sns li{
	min-width: 20px; 
	display:block;
}
.p_menu .small a{
	font-size: 11px;
	font-size: 1.1rem;
}
.menu_bottom .follow_title{
	margin-top: 6px;
	font-size: 8px;
	font-size: 0.8rem;
	font-weight:700;
}
}
/* ----- /モバイルヘッダー ----- */




/* -- メインアニメーション -- */
#main_anim{
	width: 100%;
	height: 680px;
	top:0;
	right:0;
}
.main_logo{
	width: 600px;
	height: 584px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-277px;
	transition-property: all;
	transition-duration: 1.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	z-index: 200;
}
.main_logo1{
	width: 600px;
	height: 584px;
	position: absolute;
	top:0;
	left:0;
	transition-property: all;
	transition-duration: 1.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	z-index: 200;
}
.main_logo2{
	width: 600px;
	height: 108px;
	position: absolute;
	top:476px;
	left:0;
	transition-property: all;
	transition-duration: 1.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	z-index: 200;
	opacity: 0;
}



/* -- メイン -- */
#main_contents{
	width: 100%;
	height: 680px;
	position: relative;
	padding:40px 0;
}
.main_info{
	width: auto;
	height: auto;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top:200px;
	right:0;
}
.main_arrow{
	width: 42px;
	height: auto;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -21px;
	margin-bottom: 21px;
	animation-duration: 2s;
	animation-name: scroll_movie;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 3s;
}
@keyframes scroll_movie {
	0% { transform:translateY(0px); }
	80% { transform:translateY(10px); }
	100% { transform:translateY(0px); }
}

/* -- /メイン -- */

/* -- モバイルメイン -- */
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#main{
	width: 100%;
	height:420px;
	margin-top: 40px;
	padding-bottom: 0;
	position: relative;
	
}
#main_contents{
	width: 100%;
	height:auto;
	margin-top: 0px;
	padding: 0 12px;
	position: absolute;
	top:220px;
	right:0;
}
.main_arrow{
	width: 42px;
	height: auto;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -21px;
	margin-bottom: 21px;
	animation-duration: 2s;
	animation-name: scroll_movie;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
}
}
/* -- /モバイルメイン -- */




.section-title{
	width: 100%;
	text-align:center;
	font-size: 30px;
	font-size: 3.0rem;
	color: #66aa5b;
	line-height: 1em;
}
#news , #message , #join , #about , #press , #contact , #webmagazine , #newsletter{
	background-color: rgba(255,255,255,0.8);
}
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
.section-title{
	padding: 0 0 20px 0;
	font-size: 20px;
	font-size: 2.0rem;
}
#news , #message , #join , #about , #press , #contact , #webmagazine , #newsletter{
	background-color: rgba(255,255,255,0.8);
	margin: 90px 0;
}
#news{
	margin: 0;
}
}


.section-bottom{
	margin-bottom: 100px;
}
.section-top{
	padding-top: 40px;
}




/* -- ニュース -- */
#news_inc{
	width: 100%;
	margin: 60px auto 0 auto;
	border-top: 1px #9c9c9c solid;
}
#news_inc .list {
	display: table-cell;
	/display: inline;
	/zoom: 1;
	*float:left;
	vertical-align: top;
}
#news_inc .date {
	color:#808080;
	padding-right:30px;
}
#news_inc li{
	border-bottom: 1px #9c9c9c solid;
	padding: 10px 0;
	text-align:left;
	line-height: normal;
}
#mail_news{
	width:100%;
	text-align:left;
	padding: 30px 0 0px 0;
}

#news li a{
	color:#000;
	font-size: 13px;
	font-size: 1.3rem;
}
#news li a:hover {
	color: #66aa5b;
	text-decoration: underline;
}
/* -- /ニュース -- */

/* ----- FT FOCUS ----- */
#ft-focus {
	width: 100%;
	margin: 0 auto;
	text-align:left;
	border: 1px #66aa5b solid;
	margin-top: 40px;
	display: table;
	padding: 0;
	}
#ft-focus_title{
	width: 160px;
	padding: 10px 0;
	background-color: #66aa5b;
}
#ft-focus_outline{
	padding: 6px 0px 6px 12px;
	display: table-cell;
	vertical-align: middle;
}
.focus_box {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#ft-focus .note{
	color:#ff0000;
}
#ft-focus .title{
	line-height: 1.5em;
	padding-bottom: 4px;
}
#ft-focus a{
	color:#000;
	font-size: 13px;
	font-size: 1.3rem;
}
#ft-focus a:hover{
	color: #66aa5b;
	text-decoration: underline;
}
#ft-focus p {
	text-indent: -1em;
	margin-left: 1em;
}
#ft-focus p:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 4px;
	margin-left: 4px;
	border: transparent solid 5px;
	border-left-color: #66aa5b;
	vertical-align: 0px;
}
/* ----- /FT FOCUS ----- */

/* -- ニュース FT FOCUS -- */
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#news_inc{
	width: 100%;
	margin: 0 auto;
}

#news_inc ul {
	width: 100%;
	margin-right:20px;
}
#news_inc .list {
	display: block;
	vertical-align: top;
}
#ft-focus {
	width:100%;
	height:auto;
	margin: 0 auto;
	text-align:center;
	border: 1px #b5b5b5 solid;
	display:block;
	margin-top: 20px;
	padding: 0;
	}
#ft-focus_title{
	width:100%;
	background-color: #66aa5b;
	text-align:center;
}
#ft-focus_title img{
	width:40%;
	margin: 0 auto;
}
#ft-focus_outline{
	padding: 6px 12px 6px 12px;
	display: block;
	vertical-align: middle;
}
.focus_box {
	display: block;
	vertical-align: middle;
	text-align:left;
	margin: 0;
	padding: 0;
}
}
/* -- /ニュース FT FOCUS -- */



/* ----- メッセージ ----- */
.p-message {
	display: flex;
	display:-ms-flexbox;
}
.p-message_top {
	margin-top: 60px;
}

.p-message .message_left{
	width: 180px;
	margin-right: 40px;
	display:block;
}
.p-message .message_right{
	width: 720px;
	display:block;
}
.p-message .message_photo{
	width: 180px;
	display:block;
}
.p-message .message_position{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}
.p-message .message_name{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
}
.p-message .agreement{
	font-size: 13px;
	font-size: 1.3rem;
}
.p-message .agreement p{
	margin-bottom: 0.8em;
}
#agreement .agreement_wrapper {
	height: 400px;
	margin-top: 50px;
	overflow: hidden;
	transition: height 0.5s;
}

/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
.p-message {
	display:block;
}
.p-message_top {
	margin-top: 60px;
}
.p-message .message_left{
	margin-right:0px;
	margin-bottom: 0px;
}
.p-message .message_right{
	margin-right: 0px;
	float: left;
}
.p-message .message_photo{
	width: 120px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.p-message .message_position{
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: 400;
}
.p-message .message_name{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}
.p-message .agreement{
	font-size: 11px;
	font-size: 1.1rem;
}
}
/* ----- /メッセージ ----- */


/* ----- 参加する ----- */

#join .join_title{
	width: 100%;
	text-align:center;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 40px;
}
#join .join_title p{
	width: 100%;
	text-align:center;
	font-size: 13px;
	font-size: 1.3rem;
}
.p-join{
	margin-top: 30px;
	padding: 0;
	display: flex;
	display:-ms-flexbox;
	justify-content: space-around;
	line-height: 1.6em;
}
.p-join a{
	color: #000;
}
.join_photo1 , .join_photo2{
	width: 400px;
	background-color: #fff;
}

.join_photo1 img , .join_photo2 img{
	transition-property: all;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
}
.p-join a:hover{
	color: #73b363;
	text-decoration: underline;
}
.p-join .p-join_title{
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 6px;
}
.p-join .p-join_sub{
	font-size: 13px;
	font-size: 1.3rem;
}
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#join .join_title{
	width: 100%;
	text-align:center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 40px;
}
#join .join_title p{
	margin-top: 4px;
	width: 100%;
	text-align:center;
	font-size: 11px;
	font-size: 1.1rem;
}
.p-join{
	margin-top: 30px;
	padding: 0;
	display:block;
}
.p-join a{
	color: #000;
}
.join_photo1 , .join_photo2{
	width: 100%;
}
.join_1 , .join_2{
	padding: 0 40px;
}
.join_1{
	padding-bottom: 30px;
}
.p-join a:hover{
	color: #000;
	text-decoration: none;
}
.p-join .p-join_title{
	text-align:center;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 6px;
}
.p-join .p-join_sub{
	text-align:center;
	font-size: 11px;
	font-size: 1.1rem;
}
}
/* ----- /参加する ----- */

/* ----- 概要 ----- */
#about .about-section{
	text-align:center;
	line-height: 2.0em;
	margin-top: 40px;
}
#about .about_title-top{
	font-size: 20px;
	font-size: 2.0rem;
}
#about p{
	font-size: 14px;
	font-size: 1.4rem;
	display:block;
	padding-bottom: 14px;
}
#about .about_title{
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	padding-bottom: 0;
}
#about .about_title2{
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	padding-top: 40px;
}
.about_box{
	width: 550px;
	text-align:left;
	margin: 0 auto;
}
.about-box1 ,
.about-box2 ,
.about-box3{
	text-align:left;
	display: flex;
	display:-ms-flexbox;
	justify-content: space-around;
	margin-top: 20px;
}
.about-box3{
	width: 920px;
}
.about-box1 li,
.about-box2 li,
.about-box3 li{
	display: flex;
	display:-ms-flexbox;
	flex-direction: column;
	justify-content: center;
	width: 100％;
}
.about-box1 .p__left{
	width: 345px;
	text-align:left;
}
.about-box1 .p__right{
	width: 205px;
	padding-right: 149px;
	text-align:left;
}
.about-box1 .p__right img{
	width: 56px;
	height: auto;
}
.about-box2 .p__left{
	width: 424px;
	text-align:left;
}
.about-box2 .p__right{
	width: 126px;
	padding-right: 16px;
	text-align:left;
}
.about-box3{
	width: 918px;
	margin: 0 auto;
}
.about-box3 li{
	margin-right: 30px;
}
.about-box3 li:last-child{
	margin-right: 0px;
}
#about .about_caution{
	font-size: 18px;
	font-size: 1.8rem;
	color: #e1008f;
	font-weight: 700;
	margin-top: 80px;
}
#about .note{
	font-size: 14px;
	font-size: 1.4rem;
}
/* アーカイブ */
#about .p-archives{
	margin-top: 10px;
	padding: 0;
	display: flex;
	display:-ms-flexbox;

	justify-content: space-around;
}
#about .p-archives li a{
	border:1px #e1008f solid;
	width: 80px;
	height: 34px;
	display:block;
	border-radius: 0px;
	display: flex;
	display:-ms-flexbox;
	justify-content: center;
	align-items: center;
	color: #e1008f;
}

#about .p-archives .small{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.0em;
}

#about .p-archives li a:hover{
	border:1px #e073a0 solid;
	color: #ffffff;
	background-color: #e073a0;
}
/* /アーカイブ */

/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#about .about-section{
	text-align:center;
	line-height: 2.0em;
	margin-top: 0px;
}
#about .about_title-top{
	font-size: 18px;
	font-size: 1.8rem;
}
#about p{
	font-size: 12px;
	font-size: 1.2rem;
	display:block;
	padding-bottom: 6px;
}
#about .about_title{
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	padding-bottom: 0;
}
#about .about_title2{
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	padding-top: 10px;
}
.about_box{
	width: 100%;
	text-align:left;
	margin: 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
}
.about-box1 ,
.about-box2 ,
.about-box3{
	text-align:left;
	display: flex;
	display:-ms-flexbox;
	margin-top: 20px;
}
.about-box1 li,
.about-box2 li,
.about-box3 li{
	display: flex;
	display:-ms-flexbox;
	flex-direction: column;
	justify-content: center;
}
.about-box1 .p__left{
	width: 75%;
	text-align:left;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6em;
}
.about-box1 .p__right{
	width: 25%;
	padding-right: 20px;
	padding-left: 20px;
}
.about-box1 .p__right img{
	width: 100%;
	height: auto;
}
.about-box2 .p__left{
	width: 75%;
	font-size: 11px;
	font-size: 1.1rem;
	text-align:left;
	line-height: 1.6em;
}
.about-box2 .p__right{
	width: 25%;
	padding-right: 0px;
	padding-left: 20px;
	text-align:left;
}
.about-box3{
}
.about-box3_1{
	width: 300px;
	margin: 0 auto;
}
.about-box3_2{
	width: 200px;
	margin: 10px auto 0 auto;
}
.about-box3 li{
	margin-right: 30px;
}
.about-box3 li:last-child{
	margin-right: 0px;
}
#about .about_caution{
	font-size: 14px;
	font-size: 1.4rem;
	color: #e1008f;
	font-weight: 700;
	margin-top: 60px;
}
#about .note{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6em;
}
/* アーカイブ */
#about .p-archives{
	margin-top: 10px;
	padding: 0;
	display: flex;
	display:-ms-flexbox;
	justify-content: space-around;
}
#about .p-archives li a{
	border:1px #e1008f solid;
	width: 60px;
	font-size: 11px;
	font-size: 1.1rem;
	display:block;
	border-radius: 0px;
	display: flex;
	display:-ms-flexbox;
	justify-content: center;
	align-items: center;
	color: #e1008f;
}

#about .p-archives .small{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.0em;
}
#about .p-archives li a:hover{
	border:1px #e073a0 solid;
	color: #ffffff;
	background-color: #e073a0;
}
}
/* /アーカイブ */
/* ----- /概要 ----- */



/* ----- プレス ----- */

#press .p-press{
	width: 720px;
	padding: 0;
	margin: 40px auto 0 auto;
	display: flex;
	display:-ms-flexbox;
	justify-content: space-around;
}
#press .p-press li{
	display: inline-block;
	text-align: center;
	display: table;
	font-size: 16px;
	font-size: 1.6rem;
}
#press .p-press li a{
	width: 300px;
	height: 48px;
	display:block;
	color: #fff;
	background-color: #e1008f;
	display: table-cell;
	vertical-align: middle;
	border-radius: 0px;
	transition: all  0.3s ease;
}
#press .p-press li a:hover{
	background-color: #e37199;
}

/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#press .p-press{
	width: 100%;
	padding: 0;
	margin: 12px auto 0 auto;
	display:block;
}
#press .p-press li{
	display: inline-block;
	text-align: center;
	display: table;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto;
}
#press .p-press li a{
	width: 300px;
	height: 48px;
	padding: 8px 0;
	height: auto;
	display:block;
	color: #fff;
	background-color: #e1008f;
	display: table-cell;
	vertical-align: middle;
}
#press .p-press li:last-child{
	margin-top: 12px;
}
#press .p-press li a:hover{
	background-color: #e1008f;
}
}
/* ----- /プレス ----- */

/* ----- お問合せ ----- */
#contact_table{
	width:100%;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	padding: 36px 0 0px 0;
	text-align:left;
}
#contact_table th{
	white-space: nowrap; 
	vertical-align:top;
	font-weight: 300;
	padding-right: 10px;
}
#contact_table td{
	vertical-align:top;
	padding: 0 4px;
}
#contact_table table{
	margin: 0 auto;
}
#contact_table .note{
	color:#e1008f;
	font-size: 10px;
	font-size: 1.0rem;
}
#contact_table a{
	color: #000;
}
#contact_table a:hover{
	color: #73b363;
	text-decoration: underline;
}

#p-contact__mail{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 36px 0 0 0;
}

#p-contact__mail{
	width:420px;
	margin: 0 auto;
	display:table;
	font-size: 14px;
	font-size: 1.4rem;
}
#p-contact__mail .p-contact__mail_title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align:center;
}
#p-contact__mail p{
	padding: 14px 0;
	text-align:center;
}

#p-contact__mail .p-contact__mail_bt{
	width: 180px;
	margin: 0 auto;
}
#p-contact__mail .p-contact__mail_bt a{
	width: 180px;
	height: 48px;
	font-size: 16px;
	font-size: 1.6rem;
	display:block;
	color: #fff;
	background-color: #e1008f;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	border-radius: 0px;
	transition: all  0.3s ease;
}
#p-contact__mail .p-contact__mail_bt a:hover{
	background-color: #e37199;
}
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#contact_table{
	width:100%;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	padding: 12px 0 0px 0;
	text-align:left;
}

#contact_table table{
	width:80%;
	margin: 0 auto;
}
#contact_table .note{
	color:#e1008f;
	font-size: 10px;
	font-size: 1.0rem;
}
#contact_table a{
	color: #000;
}
#contact_table a:hover{
	color: #73b363;
	text-decoration: underline;
}
#p-contact__mail{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px 0 0 0;
}
#p-contact__mail{
	width:100%;
	margin: 0 auto;
	display:table;
	font-size: 14px;
	font-size: 1.4rem;
}
#p-contact__mail .p-contact__mail_title {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	text-align:center;
}
#p-contact__mail p{
	font-size: 11px;
	font-size: 1.1rem;
	padding: 8px 0 12px 0;
	text-align:center;
}
#p-contact__mail .p-contact__mail_bt{
	width: 180px;
	margin: 0 auto;
}
#p-contact__mail .p-contact__mail_bt a{
	width: 180px;
	height: 48px;
	font-size: 16px;
	font-size: 1.6rem;
	display:block;
	color: #fff;
	background-color: #e1008f;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	border-radius: 0px;
	transition: all  0.3s ease;
}
#p-contact__mail .p-contact__mail_bt a:hover{
	background-color: #e1008f;
}
}
/* ----- /お問合せ ----- */



/* ----- メールニュース ----- */

p-newsletter{
	margin: 20px 0 80px 0;
}
.newsletter__txt{
	width: 100%;
	text-align:center;
	padding: 20px 0;
}

/* ----- /メールニュース ----- */

/* ----- プライバシーポリシー ----- */

#p-privacypolicy .privacypolicy-title{
	text-align:left;
	margin-bottom:20px; 
}
#p-privacypolicy{
	text-align:left;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0 40px 80px 40px;
}
#p-privacypolicy h1{
	text-align:left;
	font-size: 18px;
	font-size: 1.8rem;
}
#p-privacypolicy p{
	margin: 30px 0;
}
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
#p-privacypolicy{
	text-align:left;
	font-size: 11px;
	font-size: 1.1rem;
}
#p-privacypolicy h1{
	text-align:left;
	font-size: 16px;
	font-size: 1.6rem;
}
#p-privacypolicy p{
	margin: 10px 0;
}
}
/* ----- /プライバシーポリシー ----- */

/* ----- フッター ----- */
/* ----- pagetop ----- */
.p-pagetop_arrow{
	width: 64px;
	height: 64px;
	background-color: rgba(255,255,255,1.0);
	margin: 90px auto;
	border-radius: 32px;
	display:block;
	display: flex;
	display:-ms-flexbox;
	align-items: center;
	justify-content: center;
}
.pagetop_arrow{
	width: 42px;
	height: auto;
}
/* ----- /pagetop ----- */

/* ----- SNS copyright ----- */
.p-bottom{
	width:100%;
	border-top:1px #73b363 solid;
	background-color: rgba(255,255,255,0.9);
	display: flex;
	display:-ms-flexbox;
	padding: 10px 40px 3px 40px;
}
.p-bottom li{
	width:50%;
}
#sns_section li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.sns .Twitter{
	width:124px; 
	width:224px;\0;
	height: auto;
	margin-right: 4px;
}
.sns .Facebook{
	width:120px; 
	height: auto;
}
.copyright{
	text-align:right;
}
.copyright p{
	font-size: 10px;
	font-size: 1.0rem;
	color: #333;
}
/* ----- /SNS copyright ----- */
/* ----- フッター ----- */



/* ----- モバイルフッター ----- */
/* Media Queries 320px
******************************************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 767px){
.sp-footer{
	background-color: #fff;
	margin-top: 10px;
	padding: 16px 12px 10px 12px;
}
.p-follow{
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
}
.p-follow_sns{
	width: 160px;
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
}
.p-follow .follow_title{
	font-weight: 600;
}
.pagetop_arrow{
	width: 42px;
	height: auto;
}

/* ----- /pagetop ----- */

/* ----- SNS copyright ----- */
.p-bottom{
	width:100%;
	border-top:1px #73b363 solid;
	background-color: rgba(255,255,255,1.0);
	display:block;
	margin-top: 8px;
	padding: 4px 0 0 0!important;
}
.sns{
	width: 100%;
	display:block;
}
.sns .Twitter{
	width:auto;
	height: auto;
}
.p-bottom li{
	width:auto;
	text-align:center;
}
#sns_section{
	width: 100%;
	text-align:center;
}
#sns_section li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.copyright{
	text-align:center;
}
.copyright p{
	font-size: 10px;
	font-size: 1.0rem;
	color: #333;
}
/* ----- /SNS copyright ----- */
}
/* ----- /モバイルフッター ----- */


