@charset "utf-8";
@import "shortcodes.css";
:root {
	--main-color: #555555;
	--bg-color: #f9f9f9; 
	--bg-green: #dfecd8;
	--ft-bg-color: #cddff3;
	--bg-pankutsu: #efefef;
	--border-line: #f3f3f3;
	--card-border: #dfecd8;
	--white-color: #ffffff;
	--bg-transparent: rgba(255,255,255,0.5);
	--black-color: #000000;	
	--navbar-color: #2180c4;
	--lan_switch-color: #C6DDFF;
	--sub04-color: #2180c4;
	--ttl-color: #3b4043;
	--ttlh2-green-color:#01683b;
	--txt_mod-color: #3b4043;
	--link-color: #004bb1;
	--post-h2-color: #3b4043;
	--post-txt-color:#3b4043;
	--txt-post-caption: #707F89;	
	--member-txt-color:#3b4043;	
	--txt-jp-member:#3b4043;
	--txt-en-member:#98a6b5;
	--news-cat-bggreen: #00A040;
	--pagin-btn-color: #FAFAFA;
	--pagin-link-off: #004bb1;
	--pagin-link-num:#98a6b5;
	--box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
}

.flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*Common Module*/
.col_01 {
	width: 100%;
}

.col_02 {
	width: 50%;
}

.col_03 {
	width: 33.33333333%;
}

.col_04 {
	width: 25%;
}

.col_05 {
	width: 20%;
}

/*Flex*/
.flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex .col_01 {
	width: 100%;
}

.flex .col_02 {
	width: calc((100% - 27px) / 2);
}

.flex .col_03 {
	width: calc((100% - 66px) / 3);
}

.flex .col_04 {
	width: calc((100% - 94px) / 4);
}

.flex .col_05-1 {
	width: calc((100% - 20px) * 0.20);
	/* 33% */
}

.flex .col_05-2 {
	width: calc((100% - 20px) * 0.80);
	/* 67% */
}

/* Header */
header {
	width: 100%;
}

a:hover {
	text-decoration: underline;
}

header .navbar {
	width: 100%;
	background: var(--navbar-color);
	position: fixed;
	z-index: 99;

}

header .navbar.is_fixed {
	position: fixed;
}

header .navbar.up{
	position: fixed;
}

header .navbar.is_fixed .menu_list {
	padding: 40px 0 16px;
}

header .logo,
header .logo:hover{
	text-decoration: none;
}

header .logo img{
	display: inline-block;
	width: 110px;
}

header .logo span{
	font-size: 12px;
	color: #555959;	
	margin-left: 10px;
}

header .main_navbar {
	position: fixed;
	background: var(--white-color);
	width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 3px 6px rgba(0, 62, 35, 0.3);
	padding: 14px;
	justify-content: space-between;
	align-items: center;

}

/* language  */
header .language {
	width: 133px;
}

header .lan_switch {
	width: 100%;
	position: relative;
}

header .lan_switch .switch {
	position: relative;
	display: inline-block;
	margin: 0 5px;
}

header .lan_switch>span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

header .lan_switch input.check_round_flat:checked~.off {
	color: var(--white-color);
}

header .lan_switch input.check_round_flat:checked~.on {
	color: var(--sub04-color);
}

header .lan_switch>span.on {
	left: 20px;
	color: var(--white-color);
}

header .lan_switch>span.off {
	right: 25px;
	color: var(--sub04-color);
}

header .lan_switch .check_toggle {
	position: absolute;
	visibility: hidden;
}

header .lan_switch .check_toggle+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header .lan_switch input.check_round_flat+label {
	padding: 2px;
	width: 100%;
	padding: 15px 0;
	background-color: var(--lan_switch-color);
	border: 1px solid var(--border-line);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

header .lan_switch input.check_round_flat+label:before,
header .lan_switch input.check_round_flat+label:after {
	display: block;
	position: absolute;
	content: "";
}

header .lan_switch input.check_round_flat+label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: var(--lan_switch-color);
	border-radius: 60px;
}

header .lan_switch input.check_round_flat+label:after {
	top: 0;
	left: 0px;
	bottom: 0;
	width: 65px;
	background-color: #2180c4;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border-right: 3px solid var(--white-color);
	border-left: 0;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
}

header .lan_switch input.check_round_flat:checked+label:after {
	width: 65px;
	margin-left: 65px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-right: 0;
	border-left: 3px solid var(--white-color);
}

/* end for language */

/*  sub_menu_list */

header .sub_menu_list {
	position: fixed;
	right: 133px;
	top: 25px;
	justify-content: center;
	align-items: center;
}

header .sub_menu_list .sub_menu_item a {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 700;
}

header .sub_menu_list .sub_menu_item {
	margin-right: 30px;
}

/* end for sub_menu_list */

/* menu_list */
header .menu_list {
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 85px 0 16px;
}

header .menu_list .menu_item {
	margin: 0 25px;
}

header .menu_list .menu_item a {
	font-size: 18px;
	font-weight: 700;
	color: var(--white-color);
}

header .ham_menu {
	display: none;
}

/* end for Header */

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	header .main_navbar {
		background: var(--white-color);
		width: 100%;
		border-bottom-left-radius: 1.563vw;
		border-bottom-right-radius: 1.563vw;
		box-shadow: 0px 0.234vw 0.234vw rgba(0, 62, 35, 0.3);
		padding: 1.094vw;
	}

	header .logo img{
		display: inline-block;
		width: 9vw;
	}

	header .logo span{
		font-size: 1vw;
		margin-left: 0.781vw;
	}

	/* language  */
	header .language {
		width: 10.391vw;
	}

	header .lan_switch .switch {
		margin: 0 0.391vw;
	}

	header .lan_switch>span {
		font-size: 1.25vw;
	}

	header .lan_switch>span.on {
		left: 1.563vw;
	}

	header .lan_switch>span.off {
		right: 1.953vw;
	}

	header .lan_switch input.check_round_flat+label {
		padding: 0.156vw;
		width: 100%;
		padding: 1.172vw 0;
		-webkit-border-radius: 4.688vw;
		-moz-border-radius: 4.688vw;
		-ms-border-radius: 4.688vw;
		-o-border-radius: 4.688vw;
		border-radius: 4.688vw;
	}

	header .lan_switch input.check_round_flat+label:before {
		top: 0.156vw;
		left: 0.156vw;
		bottom: 0.156vw;
		right: 0.156vw;
		border-radius: 4.688vw;
	}

	header .lan_switch input.check_round_flat+label:after {
		top: 0;
		left: 0px;
		bottom: 0;
		width: 5.078vw;
		border-right: 0.234vw solid var(--white-color);
		border-left: 0;
		border-top-left-radius: 4.688vw;
		border-bottom-left-radius: 4.688vw;
		-webkit-transition: margin 0.2s;
		-moz-transition: margin 0.2s;
		-o-transition: margin 0.2s;
		transition: margin 0.2s;
	}

	header .lan_switch input.check_round_flat:checked+label:after {
		width: 5.078vw;
		margin-left: 5.078vw;
		border-top-right-radius: 4.688vw;
		border-bottom-right-radius: 4.688vw;
		border-left: 0.234vw solid var(--white-color);
		border-right: 0;
	}

	/* end for language */

	/*  sub_menu_list */

	header .sub_menu_list {
		position: fixed;
		right: 10.391vw;
		top: 1.4vw;
	}

	header .sub_menu_list .sub_menu_item a {
		font-size: 1.25vw;
	}

	header .sub_menu_list .sub_menu_item {
		margin-right: 2.344vw;
	}

	/* end for sub_menu_list */

	/* menu_list */
	header .menu_list {
		padding: 6.641vw 0 1.250vw;
	}

	header .navbar.is_fixed .menu_list {
		padding: 3.125vw 0 1.250vw;
	}

	header .menu_list .menu_item {
		margin: 0 1.953vw;
	}

	header .menu_list .menu_item a {
		font-size: 1.406vw;
	}

	/* end for header */	
}

/*For SP*/
@media only screen and (max-width: 767px) {
	:root {
		--box-shadow: 0rem .03rem .06rem rgba(0, 62, 35, 0.3);
	}

	.flex .col_01,
	.flex .col_02,
	.flex .col_03,
	.flex .col_04,
	.flex .col_05-1,
	.flex .col_05-2{
		width: 100%;
	}

	header {
		width: 100%;
		position: fixed;
	}

	header .navbar {
		width: 100%;
	}

	header .logo img{
		display: inline-block;
		width: 1.27rem;
	}

	header .logo span{
		font-size: .15rem;
		margin-left: .1rem;
	}

	header .main_navbar {
		width: 100%;
		border-bottom-left-radius: 0.12rem;
		border-bottom-right-radius: 0.12rem;
		box-shadow: 0 0.03rem 0.06rem rgba(0, 62, 35, 0.3);
		padding: 0.14rem 0.4rem 0.14rem 0.2rem;
		margin-bottom: 0.2rem;
		position: relative;
		z-index: 9;
	}

	header.is_opened .main_navbar {
		box-shadow: none;
		border-radius: 0;
	}

	header .main_navbar .logo_sec {
		width: 62.667%;
	}

	/* language  */
	header .language {
		width: 1.33rem;
	}

	header .lan_switch {
		width: 100%;
		position: relative;
	}

	header .lan_switch .switch {
		position: relative;
		display: inline-block;
		margin: 0 0.05rem;
	}

	header .lan_switch>span {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		pointer-events: none;
		font-size: 0.16rem;
	}

	header .lan_switch>span.on {
		left: 0.2rem;
		color: var(--white-color);
	}

	header .lan_switch>span.off {
		right: 0.25rem;
	}

	header .lan_switch .check_toggle {
		position: absolute;
		visibility: hidden;
	}

	header .lan_switch .check_toggle+label {
		display: block;
		position: relative;
		cursor: pointer;
		outline: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	header .lan_switch input.check_round_flat+label {
		width: 100%;
		padding: 0.19rem 0;
		border: 1px solid var(--border-line);
		-webkit-border-radius: 0.6rem;
		-moz-border-radius: 0.6rem;
		-ms-border-radius: 0.6rem;
		-o-border-radius: 0.6rem;
		border-radius: 0.6rem;
	}

	header .lan_switch input.check_round_flat+label:before,
	header .lan_switch input.check_round_flat+label:after {
		display: block;
		position: absolute;
		content: "";
	}

	header .lan_switch input.check_round_flat+label:before {
		top: 0.02rem;
		left: 0.02rem;
		bottom: 0.02rem;
		right: 0.02rem;
		border-radius: 0.6rem;
	}

	header .lan_switch input.check_round_flat+label:after {
		top: 0;
		left: 0px;
		bottom: 0;
		width: 0.65rem;
		border-top-left-radius: 0.6rem;
		border-bottom-left-radius: 0.6rem;
		border-right: 0.03rem solid var(--white-color);
		border-left: 0;
		-webkit-transition: margin 0.2s;
		-moz-transition: margin 0.2s;
		-o-transition: margin 0.2s;
		transition: margin 0.2s;
	}

	header .lan_switch input.check_round_flat:checked+label:after {
		width: 0.65rem;
		margin-left: 0.65rem;
		border-top-right-radius: 0.6rem;
		border-bottom-right-radius: 0.6rem;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left: 0.03rem solid var(--white-color);
		border-right: 0;
	}

	/* end for language */

	/*  sub_menu_list */

	header .sub_menu_list {
		position: relative;
		right: unset;
		top: unset;
		justify-content: center;
		align-items: center;
		display: block;
	}

	header .sub_menu_list .sub_menu_item a {
		font-size: 0.28rem;
		font-weight: 700;
		color: var(--main-color);
	}

	header .sub_menu_list .sub_menu_item {
		margin: 0 0 0.5rem;
	}

	/* end for sub_menu_list */

	/* menu_list */
	header .menu_list {
		position: absolute;
		display: none;
		width: 100%;
		height: 100vh;
		justify-content: center;
		align-items: center;
		padding: 1.2rem 0.5rem 0;
		top: 0;
		background: var(--white-color);
		z-index: 2;
	}

	header.is_opened .menu_list {
		display: block;
		animation: fadeIn ease 0.1s;
		-webkit-animation: fadeIn ease 0.1s;
		-moz-animation: fadeIn ease 0.1s;
		-o-animation: fadeIn ease 0.1s;
		-ms-animation: fadeIn ease 0.1s;
	}

	header .menu_list .menu_item {
		margin: 0 0 0.5rem;
	}

	header .menu_list .menu_item a {
		font-size: 0.28rem;
		font-weight: 700;
		color: var(--main-color);
	}

	header .menu_list li {
		width: 100%;
	}

	/* hamburgermenu */

	header .ham_menu a span {
		color: var(--main-color);
	}

	header .ham_menu {
		display: flex;
		position: relative;
		width: 0.45rem;
		height: 0.45rem;
		flex-direction: column;
		justify-content: space-around;
		cursor: pointer;
		/* position: absolute; */
		top: 0;
	}

	header .ham_menu .line {
		width: 0.45rem;
		height: 0.06rem;
		display: inline-block;
		background-color: #707070;
		border-radius: 10rem;
	}

	header .ham_menu .line_01 {
		transform-origin: 0% 0%;
		transition: transform 100ms ease-in-out;
	}

	header .ham_menu .line_03 {
		transform-origin: 0% 100%;
		transition: transform 100ms ease-in-out;
	}

	header.is_opened .ham_menu .line_01,
	header.is_opened .ham_menu .line_03 {
		background-color: #707070;
	}

	header.is_opened .ham_menu .line_01 {
		display: block;
		transform: rotate(44deg);
	}

	header.is_opened .ham_menu .line_02 {
		opacity: 0;
	}

	header.is_opened .ham_menu .line_03 {
		display: block;
		transform: rotate(-45deg);
	}

	/* end for header */
}

/* footer */
footer {
	position: relative;
	z-index: 99;
}

footer .footer_sec {
	background-color: var(--ft-bg-color);
	padding: 30px;
}

footer .footer_sec .ft_menu_kvls,
footer .footer_sec .sponzer {
	width: 98%;
	margin: 0 auto 20px;
	-webkit-justify-content: center;
	        justify-content: center;
}

footer .footer_sec .ft_menu_kvls a {
	font-size: 12px;
	color: var(--txt_mod-color);
	display: inline-block;
	margin-right: 24px;
}

footer .footer_sec .sponzer a{
	max-width: 90px;
	max-height: 90px;
	margin-right: 30px;
}

footer .footer_sec .ft_menu_kvls li:last-child a,
footer .footer_sec .sponzer a:last-child{
	margin-right: 0;
}

footer .footer_sec .sponzer a img{
	border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}

footer .footer_sec .txt_copyright{
	text-align: center;
	font-size: 10px;
}
/* end for footer */

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
	/* footer */
	footer .footer_sec {
		padding: 2.344vw;
	}

	footer .footer_sec .ft_menu_kvls,
	footer .footer_sec .sponzer {
		width: 98%;
		margin: 0 auto 1.563vw;
	}

	footer .footer_sec .ft_menu_kvls a {
		font-size: 0.938vw;
		margin-right: 1.875vw;
	}

	footer .footer_sec .sponzer a{
		margin-right: 2.344vw;
	}

	footer .footer_sec .txt_copyright{
		font-size: 0.781vw;
	}
	/* end for footer */
}

/*For SP*/
@media only screen and (max-width: 767px) {
	footer .footer_sec {
		background-color: var(--ft-bg-color);
		padding: .3rem;
	}

	footer .footer_sec .ft_menu_kvls,
	footer .footer_sec .sponzer {
		width: 80%;
		margin: 0 auto 20px;
		-webkit-justify-content: center;
		        justify-content: center;
	}

	footer .footer_sec .ft_menu_kvls a {
		font-size: .22rem;
		margin: 0 .3rem .3rem;
	}

	footer .footer_sec .sponzer a{
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 .3rem 0 0;
	}

	footer .footer_sec .sponzer a img{
		max-width: 1.8rem;
	}

	footer .footer_sec .sponzer a:first-child img{
		width: 100%;
		max-width: 280px;
	}

	footer .footer_sec .ft_menu_kvls li:last-child a,
	footer .footer_sec .sponzer a:last-child{
		margin-right: 0;
	}

	footer .footer_sec .txt_copyright{
		font-size: .2rem;
	}
}