@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
}
* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
img {
	border-width: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
br {
	letter-spacing: normal;
}
ul li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1078px;
	color: #040000;
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	*font-family: "Zen Kaku Gothic New","メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-family: "Zen Kaku Gothic New","メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif\9;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

a{
	color: #040000;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
table{
	*table-layout: fixed;
}
.b{
	font-weight: 800;
}
.thin{
	font-weight: 500;
}
.red{
	color: red;
}
.in_red{
	color: red;
	margin-bottom: 10px;
}
.red_left{
	color: red;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.normal_text{
	font-size: 1.5rem;
}
.err_mess{
	width: 90%;
	color: red;
	text-align: center;
	margin: 35px auto 15px auto;
}
.img_size{
	width: 100%;
}
.sp_tel a{
	text-decoration: underline;
}
.only_sp{
	display: none;
}
.only_sp_inline{
	display: none;
}
.br-sp{
	display: none;
}
.sp_10{
	margin-bottom: 10px!important;
}
.sp_20{
	margin-bottom: 20px!important;
}
.sp_30{
	margin-bottom: 30px!important;
}
.sp_50{
	margin-bottom: 50px!important;
}
.sp_80{
	margin-bottom: 80px!important;
}
.indent_1{
	text-indent: -1em;
	padding-left: 1em;
}
.text_left{
	text-align: left;
}
input, select, textarea{
	vertical-align: middle;
}
.chk{
	width: 15px;
	height: 15px;
}
.clear{
	clear: both;
}

/*サイドバー*/
::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-track{
	background-color: #fff;
}
::-webkit-scrollbar-thumb{
   background-color: #769c8b;
   border-radius: 2px;
}

#warp{
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/*ハンバーガーメニュー*/
#container {
	background: #fff;
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
	border-left: 1px #c5c3c3 solid;
	z-index: 900;
	margin-left: 260px;
}
#main {
	background: #fbfbfb;
	/*min-height: 1400px;*/
}
#main .inner {
	padding: 60px;
}

/* main-visual */
/*
#main-visual {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
*/
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#global-head {
	width: 100%;
	color: #314f61;
	position: fixed;
	background: #fff;
	box-shadow: 1px 2px 8px 0px rgba(104, 104, 104, 0.4);
	display: none;
	z-index: 10;
	padding: 10px 30px;
}
#sidebar {
    width: 260px;
    height:100vh;
	color: #c5c3c3 ;
    position: fixed;
	top: 0;
    border-right: solid;
    border-right-width: 1px;
	border-bottom: solid;
	border-bottom-width: 1px;
	background-color: #fff;
    z-index: 899;
	overflow-y: auto;
    padding-top: 60px;
}
#brand-logo {
	font-size: 1.4rem;
	line-height: 32px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#brand-logo a{
	color: #314f61
}
#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}
#global-nav div {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #c5c3c3 ;
}
#global-nav a {
	font-size: 1.5rem;
	text-decoration: none;
	display: flex;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	border-bottom: solid;
    border-bottom-width: 1.5px;
	border-color: #c5c3c3;
	padding: 18px;
}
#global-nav .sub-menu-head-fs{
	border-top: 1.5px #c5c3c3 solid;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head::before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: #769c8b;
    right: -4px;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	/* border-color: #4f986b; */
}

#global-nav .is-active .sub-menu-head:after {
	right: 14px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
	background: #f3efef;
	display: none;
	padding: 10px 0;
	border-bottom: solid;
    border-bottom-width: 1px;
	/*-moz-transition: all .4s ease;*/
	/*-webkit-transition: all .4s ease;*/
	/*transition: all .4s ease;*/
}
#global-nav .sub-menu-nav a {
	color: #769c8b;
	font-size: 1.3rem;
	border-bottom: initial;
	letter-spacing: normal;
	padding: 8px 15px;
}

#global-nav .sub-menu-nav a:hover {
	color: #769c8b;
}
#global-nav .sub-menu-nav .menu_child{
	font-size: 1.1rem;
	padding-left: 1.4rem;
}
#global-nav .sub-menu-nav .menu_child a{
	padding: 0 15px 8px 15px;
}

/* nav-toggle */
#nav-toggle {
	height: 32px;
	position: fixed;
	top: 17px;
	left: 10px;
	z-index: 1000;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggleA {
	width: 45px;
	height: 4px;
	left: 0;
	display: block;
	background: #5c7364;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggleB {
	width: 100%;
	height: 4px;
	left: 0;
	display: block;
	background: #5c7364;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
	/*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}
#nav-toggle span:nth-child(2) {
	top: 11px;
	/*
	width: 0;
	left: 50%;
	*/
}
#nav-toggle span:nth-child(3) {
	top: 22px;
	/*
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	*/
}
.close #nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.close #nav-toggle span:nth-child(2) {
	width: 100%;
	left: 0;
}
.close #nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.close #nav-toggle::after{
	content:"menu";
	display: block;
	margin-top: 17px;
}

/* close */
.close #container {
	margin-left: 0;
}
.close #brand-logo {
	margin-left: 50px;
}
.close #nav-toggle span {
	background: #033560;
}

/* ヘッダーロゴ */
.tnsm_mainlogo{
	width: 65%;
	margin-bottom: 12%;
}

/*ページＴＯＰ*/
#page-top {
	font-size: 77%;
	position: fixed;
	bottom: 155px;
	right: 20px;
	*bottom: 200px;
	_bottom: 200px;
	z-index: 9;
}
#page-top a {
    width: 70px;
	height: 70px;
    color: #fff;
    text-decoration: none;
	line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    background: #769c8b;
	z-index: 1000;
}
#page-top a:hover {
    text-decoration: none;
    background: #4A9ED8;
}

/*パンくず*/
.foot_home {
	background-color: #fff;
    display: flex;
    justify-content: flex-end;
}
.foot_home div {
	border-top: 1px solid #c5c3c3;
	border-bottom: 1px solid #c5c3c3;
	width: 100%;
	display: flex;
	padding: 10px 0px 10px 10px;
}
.foot_home a {
	color: #5c7364;
}
.foot_home .pan_mark{
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin: 0 10px;
}

/*フッター*/
#footer{
	position: relative;
	z-index: 800;
	background: #f3f3f3;
	margin-top: auto;
	margin-left: 260px;
}
#footer .foot_logo{
	width: 70%;
}
#footer .foot_txt{
	width: 70%;
	color: #fff;
	margin: 5px 0 20px 0;
}
#footer .f_sen{
	width: 30%;
}
#footer .sns_logo{
	width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; /* 各アイテムを均等に配置 */
	margin-top: 40px;
}
#footer .sns_logo img{
	width: 90%;
	filter: grayscale(1);
}
#footer .sns_logo li{
    width: calc(33.3333% - 60px / 3);
}
.foot_main {
	background-color: #fafafa;
	padding: 3% 5% 2% 5%;
}
.foot_main a {
	color: black;
	text-decoration: none;
}
.foot_main li a:hover {
	text-decoration: underline;
}
.foot_main .foot_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.foot_main .foot_wrap .foot_box {
	width: 30%;
}
.foot_main .foot_wrap .foot_box ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
.foot_main .foot_wrap .foot_box .foot_menu{
	display: flex;
	flex-wrap: wrap;
	display: flex;
    flex-direction: column;
}
.foot_main .foot_wrap .foot_box .foot_menu li{
	width: 100%;
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 15px;
}
.foot_main .foot_wrap .foot_box .foot_menu li a p{
	position: relative;
	padding-left: 40px;
}
.foot_main .foot_wrap .foot_box .foot_menu li a p::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
    left: 4px;
    width: 21px;
    height: 21px;
	border-radius: 50%;
	background: #769c8b;
	margin: auto;
}
.foot_main .foot_wrap .foot_box .foot_menu li a p::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: auto;
}
.foot_main .foot_wrap .foot_box .foot_add{
	text-align: left;
}
.foot_main .foot_wrap .foot_box .foot_add p{
	font-size: 1.6rem;
	margin-bottom: 2px;
}
.foot_main .foot_wrap .foot_box .foot_add span{
	font-size: 1.2rem;
}
.foot_main .foot_wrap .foot_box .foot_add span:after{
	content: '\f3c5';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 2.2rem;
	margin-left: 15px;
}
.foot_main .foot_note{
	text-align: center;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 15px;
}
.foot_main .copyright {
	width: 100%;
	font-size: 1.1rem;
}
.close #footer {
	z-index: 900;
	margin-left: 0;
}
.foot_box .foot_contact {
	width: 60%;
	color: #fff;
	font-size: 1.8rem;
	text-align: left;
	background-color: #5c7364;
	position: relative;
	border-radius: 10px;
}
.foot_box .foot_contact a{
	width: 100%;
	color: #fff;
	display: block;
	padding: 20px 5%;
}
.foot_box .foot_contact::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
	right: -4px;
    transform: translate(-50%, -50%);
    border-radius: 26px;
    background-color: #fff;
	z-index: 1;
}
.foot_box .foot_contact::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	vertical-align: middle;
	border-top: 3px solid #5c7364;
	border-right: 3px solid #5c7364;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	z-index: 2;
	margin: auto;
}
.head_title{
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	letter-spacing: 1rem;
	padding: 50px 0 20px 0;
}
.head_title::before{
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	vertical-align: middle;
}
.project_title::before{
	background: url(./img/project_title.png) no-repeat 0 0 / 60px auto;
	background-size: contain;
}
.company_title::before{
	background: url(./img/company_title.png) no-repeat 0 0 / 60px auto;
	background-size: contain;
}
.action_title::before{
	background: url(./img/action_title.png) no-repeat 0 0 / 60px auto;
	background-size: contain;
}
.inquiry_title::before{
	background: url(./img/inquiry_title.png) no-repeat 0 0 / 60px auto;
	background-size: contain;
}
.preparation{
	text-align: center;
	margin: 40px 0;
	padding-bottom: 100px;
}
.mess_box{
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.mess_box .cent_left{
	text-align: left;
	display: inline-block;
}
.c-btn-more__box{
	text-align: right;
}
.c-btn-more__txt{
	width: 40px;
	height: 40px;
	font-size: 1.7rem;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	border: 3px dotted #000;
	margin-left: 10px;
}

/*index.php*/
#main .cont_box{
	width: 90%;
	padding: 5%;
}
#main-visual{
	background-color: #fffdf7;
	box-shadow: 0 20px 20px -20px rgba(53, 47, 47, 0.15);
	padding: 3% 5%;
}
.main_img{
	width: 100%;
	line-height: 0;
	margin: 0;
}
.main_img img{
	width: 100%;
	border-radius: 50px;
}


.close .main_txt{
	left: 5%;
}

.inner1 {
	width: 90%;
	margin: auto;
}
.inner1-a {
	display: flex;
}
.inner1-a img {
	width: 22%;
	margin: auto 20px auto 0;
}
.catch {
	/*
	text-align: left;
    margin-left: 130px;
	*/
	position: relative;
	border-radius: 10px;
	border: 3px solid #333;
	background-color: #fff;
	padding: 1rem;
}
.catch:before{
	position: absolute;
	top: 100%;
	left: 50px;
	transform: skew(-25deg);
	height: 25px;
	width: 15px;
	border-right: 3px solid #333;
	background-color: #fff;
	content: "";
}
.catch div {
	color: #769c8b;
	font-size: 2.4rem;
	padding-top: 20px;
}
.catch p{
	font-size: 1.6rem;
    line-height: 1.7;
    padding-top: 40px;
}
.inner1-pt{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.inner1-pt li{
	display: block;
	width: 20%;
	margin-bottom: 5px;
}
.inner1-pt li img{
	width: 100%;
}
.inner1-b {
	display: flex;
}

.inner1-b img {
	width:50%;
	margin: 40px 10px;
	object-fit: cover;
	height: 260px;
}

.inner2 {
	width: 100%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.inner2 h2 , .inner_news h2 {
	font-size: 2rem;
    color: #5c7364;
    border-bottom: dotted #5c7364;
    padding-bottom: 16px;
    display: inline-block;
	margin-bottom: 40px;
}

.inner2 p {
	text-align: justify;
    font-size: 1.5rem;
    line-height: initial;
    margin: auto;
}

.inner2-a img {
	width: 60%;
	margin: auto;
	margin-top: -30px ;
}
.inner2-a {
	display: flex;
	margin-top: 60px;
}

.inner2-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	border: solid 1px;
	margin: 10px 10px;
	padding: 0 1%;
}

.inner2-c {
	display: flex;
    flex-direction: column;
	margin-bottom: -30px;
}

.inner2-c a {
	font-size: 1.8rem;
	padding-top: 10px;
}



.inner2-d {
	display: flex;
}

.inner2-d img {
	width: 50%;
	margin: auto;
}

.detail-sight {
	margin: 10px 10px 0 0;
}

.icon-arrow {
	line-height: 1;
	border: dotted;
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 7px;
	margin: 0 0 10px 0;
}

.inner2-e {
	width: 50%;
    margin: auto;
}

.inner2-e h3 {
    color: #769c8b;
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 40px;
}

.inner2-e ul {
	margin-left: 40px;
} 
.inner2-e li {
	list-style: disc;
	text-align: left;
	margin-top: 10px;
	font-size: 1.6rem;
}
.inner2-e p {
	font-size: 1.6rem;
    text-align: left;
    margin: initial;
    width: auto;
    margin: 40px 0 20px 0;
    line-height: 35px;
}
.inner2-e_more_sp{
	display:flex;
	justify-content:flex-end;
}
.inner2-f {
	text-align: left;
}

#main .cont_box .inner_news .news_txt{
	position: relative;
}
#main .cont_box .inner_news .news_txt span{
	font-size: 1.5rem;
	text-decoration: none;
	display: flex;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3slinear;
	transition: color .3slinear;
	border-color: #c5c3c3;
	padding-right: 25px;
}
#main .cont_box .inner_news .news_txt span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 9px;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25sease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25sease-in-out;
	margin: auto;
}
#main .cont_box .inner_news .news_txt span::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background-color: #769c8b;
	right: 0;
}
.inner2-f p {
	font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 40px;
    border-bottom: dotted #c5c3c3;
    padding-bottom: 15px;
}
.news_date {
	color: #8f8f8f;
	font-size: 1.3rem;
	font-weight: 900;
}
.news_label {
	font-size: 1.3rem;
	font-weight: 550;
	background-color: #e9f3f0;
	border-radius: 5px;
	margin-left: 10px;
	padding: 2px 10px;
}
.inner2-g {
	display: flex;
    justify-content: flex-end;
	margin-top: 10px;
}
.news_area{
	display: flex;
	flex-wrap: wrap;
}
.news_area .news_column{
	width: calc(50% - 20px);
	box-sizing: border-box;
	margin: 10px;
	padding: 10px;
}


/* top-wrapper */
.top-wrapper{
	height: 200px;
	background-image: url(./img/main_img.png);
	background-size: cover;
	border-radius: 50px;
	text-align: center;
	margin: 20px 10px;
}
.top-wrapper h2{
	font-size: 3.0rem;
	padding-top: 80px;
	color: white;
}
.top-wrapper h2 span{
	letter-spacing: -8px;
}



/*index_member.php*/
.member-list{
	height: auto;
	margin-bottom: 20px;
}

.member1{
	display: block;
    width: 165px;
    height: 40px;
    font-size: 4.0rem;
    background-color: #edc920;
    padding: 10px 5px 10px 5px;
    border-radius: 50px;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
	line-height: 1;
	opacity: 0.8;
}

.member-img{
	display: inline-block;
	width: 30%;
}

.member-img img{
	cursor: pointer;
}

.member-list img{
	animation: fadeIn 3s ease 0.3s 1 normal;
}


/*action.php*/
.tab_set {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 80px 0;
}
/* タブの名前 */
.tab_label {
    color: #fff;
    line-height: 1;
    background: #ccc;
    order: -1;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    padding: 15px 20px;
}
/* タブ本文 */
.tab_content {
	width: 100%;
	text-align: left;
	line-height: 1.8;
	display: none;
	box-sizing: border-box;
	border: 1px #000 dotted;
	padding: 20px;
}
.tab_content .action_cont_box{
	font-size: 0;
	letter-spacing: -4em;
	margin-bottom: 10px;
}
.tab_content .action_cont_title{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.tab_content .action_cont_box li{
	width: 75%;
	font-size: 1.4rem;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.tab_content .action_cont_box .dbsen{
	text-decoration: underline;
	text-decoration-color: #ebcf46db;
	text-decoration-thickness: 0.5em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.25em;
	
	/*text-decoration: underline double #769c8b;*/
}
.tab_content .action_cont_box .action_cont_img{
	width: 25%;
}
/* タブをクリック時 */
.tab_switch:checked+.tab_label {
    background: #ebcf46db;
}
.tab_switch:checked+.tab_label+.tab_content {
    display: block;
}
.tab_switch {
    display: none;
}
.tab_switch:checked+.tab_label::after{
	content: "";
	position: absolute;
	right: 15px;
}


/* company.php */
#company_main {
	display: flex;
	padding: 3% 5% 0% 5%;
	align-items: center;
	justify-content: center;
}

#company_main img {
	width: 7%;
    margin-right: 20px;
}

#company_main h1 {
	font-size: 6rem;
    font-weight: 100;
    letter-spacing: 20px;
}

.cont_box h2 {
	font-size: 2.2rem;
    color: #5c7364;
    border-bottom: dotted #5c7364;
    padding: 0px 16px 16px 16px;
    display: inline-block;
	margin-bottom: 40px;
}

.company1{
	width: 90%;
	margin: 0 auto;
}
.company1 h3 {
	font-size: 2rem;
	color: #5c7364;
	line-height: 1.5;
	margin-top: 15px;
    margin-bottom: 55px;

}
.company1 p {
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: left;
}

.company1-a {
	display: flex;
    align-items: flex-end;
	margin: 20px 0 60px 0;
}
.company1-a .kakeru {
	font-size: 3rem;
    padding: 2% 0;
}
.company1-b {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.company1-b img {
	width: 65%;
}

.company1-b span {
	width: 180px;
	height: 60px;
	font-size: 3rem;
	line-height: 60px;
    border: dotted;
    padding: 1rem 0;
    margin-top: 20px;
}

.company1_rep {
	text-align: end;
	font-size: 1.5rem;
	margin-top: 25px;
	margin-bottom: 65px;
}

.company1-c {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-top: 40px;
}

.company1-c img {
	width: 20%;
}
.company1-c h3 {
    font-size: 1.6rem;
    color: inherit;
    text-align: left;
    margin-top: inherit;
    margin-bottom: inherit;
}

.company1-c ul {
	margin-top: 25px;
}
.company1-c li {
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.company1-c p {
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
	line-height: inherit;
	margin-top: 20px;
}
 
.company1-d {
	margin-left: 20px;
}

.company2 {
	text-align: left;
}

.company2 h2 {
	text-align: center;
    font-size: 3rem;
    margin-bottom: 70px;
    margin-top: 70px;
    color: inherit;
    border-bottom: inherit;
    width: inherit;
    padding: inherit;
    display: inherit;
}

.company2 h4 {
	background-color: #f0f0ff;
    padding: 23px 25px;
    border-radius: 40px;
    margin: -113px 60% 0px 48%;
}

.company2-a {
	border: dotted ;
	margin-top: 40px;
	padding-bottom: 20px;
}

.company2-a h3 {
	background-color: #ebcf46db;
    color: #fff;
    padding: 15px;
	margin-bottom: 10px;
}

.company2-a p {
	font-size: 1.4rem;
	font-weight: normal;
	text-indent: -1em;
	margin-left: 10px;
	padding-left: 1em;
}
.company2-a .noindent{
	text-indent: 0;
	padding-left: 0;
}


/* project.php */
.pro_clum{
	margin-bottom: 80px;
}
.project1 {
	display: flex;
}
.project1 img {
	width: 13%;

}
.pro_clum h3 {
	position: relative;
	margin: 10px 0 55px 0;
}
.pro_clum h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

.project1-a {
	margin-left: 80px;
	text-align: left;
}

.project1-a p {
	text-align: left;
	text-indent: -1em;
    padding-left: 1em;

}
.project2 img {
	width: 85%;
}
.project-arrow{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 100px;
}
.project3 p{
	margin-bottom: 20px;
}
.project3 img {
	width: 20%;
}


/* news.php */
.news_title::before {
	background: url(./img/news_title.png) no-repeat 0 0 / 60px auto;
	background-size: contain;
}
.selectbox-news_box{
	text-align: right;
}
.selectbox-news {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}
.selectbox-news::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}
.selectbox-news select {
	appearance: none;
	height: 2.8em;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	border: none;
	border-bottom: 2px solid #769c8b;
	background-color: #fff;
	cursor: pointer;
	padding: .4em calc(.4em + 30px) .4em .4em;
}
.selectbox-news select:focus {
	outline: none;
}
#page_list{
	float: right;
	margin-top: 25px;
}
.no_mess{
	font-size: 15px;
	margin: 15px 0;
}
.now_link{
	color: #769c8b;
}
.now_link a{
	color: #769c8b;
}
.now_page{
	color: #333;
}
.no_link{
	color: #8c8a87;
}


/* news_det */
.news_det1 {
	text-align: center;
}
.news_det1 .news_ct_txt{
	text-align: left;
	display: inline-block;
}
.news_contents {
	display: inline-block;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.news_img_list{
	margin-top: 20px;
}
.news_img_list li {
	width: calc((100% - 20px) / 2);
	display: inline-block;
	letter-spacing: 0;
	margin: 20px 20px 0 0;
}
.news_img_list li img{
	width: 100%;
}
.news_img_list li:nth-child(2) {
	margin-right: 0;
}
.news_img_list li:last-child {
	margin-right: 0;
}

.back_icon {
	border: dotted;
    border-radius: 0.6rem;
    display: inline-block;
    padding: 4px 25px;
    margin-top: 40px;
}




/*  */
.fcsvGuide-main{
	width: auto;
}
.fcsvGuide h4{
	margin-top: 20px;
}
.fcsvGuide span{
	font-size: 4.0rem;
}
.fcsvGuide-letter{
	margin: 0px 10px 0px 10px;
}

.fcsvGuide1{
	display: flex;
	justify-content: end;
	width: 70%;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	margin-left: auto;
}
.fcsvGuide1 img{
	width: 100%;
    height: 200px;
	animation: fadeIn 3s ease 0.3s 1 normal;
	border-radius: 10px 0px 0px 10px;
}

.fcsvGuide2{
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	width: 70%;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	margin-right: auto;
}
.fcsvGuide2 img{
	width: 100%;
    height: 200px;
	animation: fadeIn 3s ease 0.3s 1 normal;
	border-radius: 0px 10px 10px 0px;
}

/* index_contact.php */
.textField,.textArea{
	padding: 20px 0px;
    font-size: 1.5rem;
}

#name,#email{
	padding: 5px 5px;
    border: 1px solid #c5c3c3 ;
    border-radius: 10px;
    width: 20%;
    height: 18px;
    resize: vertical;
    font-size: 1rem;
    line-height: 2;
}

#naiyou{
	padding: 5px 5px;
    border: 1px solid #c5c3c3 ;
    border-radius: 10px;
    width: 60%;
    height: 130px;
    min-height: 130px;
    resize: vertical;
    font-size: 1.4rem;
    line-height: 2;
}

/* privacy.php & sitepolicy.php */
.top-wrapperPS {
	width: 100%;
	margin: 20px 0;
}
.top-wrapperPS h2 {
	font-size: 3rem;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1rem;
}

.main-wrapperPS {
	width: 90%;
	margin: auto;
}

.main-wrapperPS h3 {
	margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    font-size: 1.8rem;
}

.main-wrapperPS p {
	text-align: left;
    display: flex;
    line-height: 25px;
    margin-top: 10px;
}
.main-wrapperPS ul li {
	list-style-type: disc;
	text-align: left;
	margin-inline-start: 28px;
}
.establishDay {
	width: 90%;
    margin: auto;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin: 35px 0;
}
.text-indent1 {
	padding-left: 2em;
	text-indent: -2em;
}

.text-indent2 {
	padding-left: 2em;
}

.text-indent2 h2 {
	text-indent: -1em;
}

.text-indent2 ol {
	padding-left: 1em;
	text-indent: -1em;
}
.effective_date{
	margin: 30px 0;
}



/*お問い合わせ*/
.inquiry_mesg{
	width: 90%;
	font-size: 1.5rem;
	line-height: 2;
	text-align: left;
	margin: 0 auto 30px auto;
}
.inquiry_form{
	width: 90%;
	font-size: 1.4rem;
	text-align: left;
	border-collapse: collapse;
	margin: 0 auto;
}
.inquiry_form th{
	padding: 10px 0 5px 0;
}
.inquiry_form td{
	padding-bottom: 10px;
}
.ask_waku {
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;
	border: 1px #c5c3c3 solid;
	border-radius: 3px;
	padding: 5px;
}
.larg{
	height: 150px;
}
.inquiry_form label{
	display: inline-block;
}
.agree_sp{
	margin-top: 10px;
}
.submit_btn{
    width: 150px;
    color: #000;
    font-size: 1.4rem;
    border: 1px #000 dashed;
    background-color: #fff;
    cursor: pointer;
    margin-top: 20px;
    padding: 10px 0;
}
.submit_btn_conf{
	width: 150px;
	color: #fff;
	font-size: 1.4rem;
	border: 1px #c5c3c3 solid;
	background-color: #000;
	cursor: pointer;
	margin-top: 20px;
	padding: 10px 0;
}
.submit_sp{
	margin-bottom: 40px;
}

/*確認画面*/
.conf_t th{
	color: #5c7364;
}
.conf_t td{
	border-bottom: 1px #c5c3c3 solid;
}
.ask_red_p_mess{
	width: 90%;
	color: red;
	border: 1px red solid;
	box-sizing: border-box;
	margin: 0 auto 10px auto;
	padding: 10px 5px;
}
.ask_back_sp{
	margin: 30px auto;
}




/*FC SPERAVENTO　ローカルナビゲーション*/
.fc_pc_head{
    width: 95%;
    height: 70px;
    display: flex;
	align-items: center;
    margin: 0 0 0 5%;
}
.head_main_logo img{
	height: 60px;
}
.head_main_name{
	width: 50%;
	font-size: 3rem;
	text-align: left;
	margin-left: 2%;
}
.head_main_ask{
	width: 14%;
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
    background-color: #000;
    position: relative;
    border-radius: 10px;
	margin-left: auto;
	margin-right: 2%;
}
.head_main_ask a{
	width: 100%;
	color: #fff;
	display: block;
	padding: 15px 4%;
}
.head_main_ask::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
	right: 0;
    transform: translate(-50%, -50%);
    border-radius: 26px;
    background-color: #fff;
	z-index: 1;
}
.head_main_ask::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	vertical-align: middle;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	z-index: 2;
	margin: auto;
}
.top-nav {
	width: 96%;
	height: 35px;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	z-index: 901;
	border-top: 2px #8f8f8f solid;
	background-color: #fff;
	background: #fff;
	margin-top: 0;
	padding: 2%;
}
.menu {
	width: 100%;
    display: flex;
	justify-content: flex-end;
    flex-direction: row;
	align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu > li {
	font-size: 1.5rem;
	overflow: hidden;
	margin: 0 1rem;
}
.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#menu-toggle {
    display: none;
}
.menu-button {
    width: 0.7em;
    height: 0.7em;
    color: #333;
    /* font-weight: 800; */
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
	transform: translateY(25%) rotate(-45deg);
}
.local_nav_name{
	display: none;
}
.local_nav_box{
	display: none;
}
.local_nav_title{
	position: absolute;
	right: 40px;
}
.nav_sns_sp{
	width: 10%;
	text-align: right;
}
.nav_sns{
	font-size: 0;
	letter-spacing: -4em;
}
.nav_sns div{
	width: 30%;
	display: inline-block;
	margin: 0 1%;
}
.nav_sns div img{
	width: 80%;
	filter: grayscale(1);
}
.fc_main_img{
	width: 100%;
	line-height: 0;
	margin: 0;
}
.fc_main_img img{
	width: 100%;
	border-radius: 0;
}

/*FC SPERAVENTO TOP*/
#main-visual_fc{
	box-shadow: 0 20px 20px -20px rgba(53, 47, 47, 0.15);
}
.fc_title_head{
	width: 98%;
	color: #fff;
	font-size: 2.4rem;
	background-color: #5c7364;
	margin: 30px 0 20px 0;
	padding: 1%;
}
.in_game_box{
	margin-bottom: 80px;
}
.in_game_box_item{
	display: flex;
	border-bottom: 1px #8f8f8f solid;
	padding: 2rem 0;
}
.in_game_box_item .box-a {
	width: 50%;
	height: 140px;
	line-height: 140px;
	flex-grow: 1;
	position: relative;
	margin-right: 2em;
}
.in_game_box_item .box-a::after {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	background-color: #8f8f8f;
	margin: 0 1rem;
}
.in_game_box_item .box-b {
    width: 50%;
	height: 140px;
	text-align: left;
	line-height: 140px;
	flex-grow: 1;
}
.in_game_info{
	display: flex;
	justify-content: space-between;
}
.in_game_info li{
	width: 20%;
	align-content: center;
}
.in_game_info li p{
	font-size: 2.8rem;
	line-height: 1.5;
}
.in_game_info li .in_game_info_type{
	color: #5c7364;
	font-size: 1.7rem;
	display: block;
    border-bottom: 1px #8e8585 dashed;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.in_game_info li .in_game_info_date{
	color: #8e8585;
	font-size: 1.4rem;
	margin-left: 5px;
}
.in_game_info li .in_game_info_time{
	font-size: 1.7rem;
	font-weight: 100;
	margin-left: 15px;
}
.in_game_info li .in_game_info_place{
	font-size: 1.6rem;
	font-weight: 100;
	display: block;
	margin-top: 5px;
}
.in_game_info .in_game_info_det{
	width: 78%;
	text-align: left;
	margin-left: 2%;
}
.in_game_info .in_game_info_type_1{
	color: #fff;
	background-color: #5ca483;
}
.in_game_info .in_game_info_type_2{
	color: #fff;
	background-color: #000;
}
.in_game_box_item .box-b .in_game_res{
	font-size: 0;
	letter-spacing: -4em;
}
.in_game_box_item .box-b .in_game_res li{
	width: 65%;
	font-size: 2rem;
	line-height: 1.5;
	vertical-align: middle;
	letter-spacing: normal;
	display: inline-block;
}
.in_game_box_item .box-b .in_game_res .in_game_res_score{
	width: 35%;
	text-align: right;
}
.fc_news_box{
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
.fc_news_box::after{
	content:"";
	display: block;
	width: calc(100% / 3 - 10px);
}
*/
.inner2-box{
	width: calc(50% - 20px);
	box-sizing: border-box;
	margin-bottom: 40px;
}
.inner2-box img{
	width: 100%;
	height: 200px;
    object-fit: scale-down;
	border: 1px #000 solid;
}
.fc_inner2-box{
	width: calc((100% - 20px) / 2);
	box-sizing: border-box;
	margin: 0 10px 40px 0;
}
.fc_inner2-box:nth-child(2) {
	margin: 0 0 40px 0;
}
.fc_inner2-box:last-child {
	margin: 0 0 20px 0;
}
.fc_inner2-box img{
	width: 100%;
	height: 200px;
    object-fit: scale-down;
}
.fc_news_date{
	color: #769c8b;
	font-size: 1.3rem;
}
.fc_news_txt{
	border-top: 1px #000 dashed;
	padding-top: 2px;
}
.fc_news_area li{
	width: calc((100% - 20px) / 2);
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0;
}
.philosophy_txt {
	color: #769c8b;
	font-size: 2rem;
	margin-bottom: 40px;
}
.phil_flex {
	display: flex;
	justify-content: space-between;
}
.phil_box {
	width: 30%;
	text-align: left;
	box-sizing: border-box;
	background-color: #fffdf7;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.phil_box_inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.phil_box_inner .phil_lead{
    height: 2em;
	font-size: 1.6rem;
	color: #5c7364;
	text-align: center;
	margin-bottom: 50px;
}
.phil_btn{
	flex-grow: 1;
}
.phil_btn p{
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.more_sp{
	display:flex;
	justify-content:flex-end;
}
.more_word{
	width: 93%;
	text-align: right;
	margin-top: 0.5rem;
}
.circle_width {
	width: 5%;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1rem;
	border: 3px dotted #333;
	border-radius: 50%;
	margin-left: auto;
}
.circle_height {
	position: relative;
	padding-top: 100%;
	height: 0;
} 
.circle_height p {
    font-size: 2rem;
	position: absolute;
    top: calc((100% - 1rem) / 2);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
}
.pro_word{
	margin-top: 1.5rem;
}
.pro_word a{
	font-size: 1.6rem;
}
.pro_width{
	width: 4%;
	margin-left: 10px;
}


/*クラブ*/
.fc_inner2{
	width: 100%;
}
.fc_inner2 .normal_text{
	width: 98%;
	margin: 0 1%;
}
.fc_page_head{
	width: 96%;
	color: #fff;
	font-size: 2.4rem;
	background-color: #5c7364;
	margin: 30px 0 20px 0;
	margin: 0 2%;
	padding: 2% 0;
}
.club_txt{
	font-size: 2rem;
}
.club_logo{
	width: 20%;
    margin: 30px auto 20px auto;
}
.club_logo img{
	width: 100%;
}
.club_txt_mess{
	width: 70%;
	margin: 0 auto 80px auto;
}
.club_txt_mess p{
    font-size: 1.6rem;
	margin-top: 10px;
}
.overview_table{
	width: 90%;
	font-size: 1.5rem;
	text-align: left;
	border-collapse: collapse;
	margin: 0 auto;
}
.overview_table th{
	width: 20%;
	color: #fff;
	background-color: #5ca483;
	border: 1px #000 solid;
	box-sizing: border-box;
	padding: 2%;
}
.overview_table td{
	border: 1px #000 solid;
	box-sizing: border-box;
	padding: 2%;
}
.head_fav{
	width: 100%;
	color: #5c7364;
	font-size: 1.8rem;
	text-align: left;
	border-bottom: 2px #000 dashed;
	display: block;
	box-sizing: border-box;
	/*background-position: left 5px 5px;*/
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url("./img/ball_aikon.svg");
	overflow-wrap: break-word;
	margin: 0 0 15px 0;
	padding: 0 0 5px 33px;
}
.taem_logo_box{
	width: 100%;
	font-size: 0;
    letter-spacing: -4em;
	margin-bottom: 80px;
}
.taem_logo_box div{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.taem_logo_box .taem_logo_img{
	margin-left: 1%;
}
.taem_logo_box .taem_logo_img img{
    width: 68%;
    margin: 0 30% 0 2%;
}
.taem_logo_box .taem_logo_det{
	margin-right: 1%;
}
.inner2 .taem_logo_title{
	color: #5c7364;
	font-size: 1.8rem;
}
.inner2 .taem_logo_txt{
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.head_fav_small{
	font-size: 1.7rem;
	position: relative;
	margin: 10px 0 50px 0;
}
.head_fav_small:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 80px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
.fc_action_box{
	display: flex;
	flex-wrap: wrap; /* 折返し可 */ 
	justify-content: space-between;
}
.fc_action_box .flex-container{
    width: 23%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 15px;
}
.fc_action_box .flex-container img{
	width: 100%;
	height: 270px;
	object-fit: cover;
}
.fc_action_box .flex-container p {
	margin-top: 10px;
}
.fc_action_box:after {
	content: "";
	width: 23%;
	height: 0;
	display: block;
}
.fc_action_box:before {
	content: "";
	display: block;
	width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
	order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}

.inner2 .phil_box_half {
	width: 49%;
	text-align: left;
	box-sizing: border-box;
	background-color: #fffdf7;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
}
.inner2 .phil_title_box{
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	background-color: #769c8b;
	box-sizing: border-box;
	padding: 10px;
}
.inner2 .phil_txt{
	flex-grow: 1;
	padding: 10px;
}
.inner2 .phil_txt p{
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.inner2 .phil_txt .noindent{
	text-indent: 0;
	padding-left: 0;
}
.vison_flex{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.vison_box {
	text-align: left;
	box-sizing: border-box;
	background-color: #fffdf7;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
}
.disbk{
	display: block;
}


/*チーム*/
.position_title{
	color: #5c7364;
    border-bottom: 2px #5c7364 solid;
    width: 10%;
    font-size: 2.4rem;
	margin: 60px auto 60px auto;
}
.position_box {
	display: flex;
    flex-direction: column;
}
.member_img{
	width: 100%;
	box-sizing: border-box;
	box-shadow: 1px -1px 3px 0px rgba(92, 115, 100, 0.46);
}
.member_staff {
	width: 50%;
    border: 1px solid;
    padding: 10px;
}
.member_box-b {
	width: 100%;
	line-height: 1.5;
	word-break: break-all;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	background: #f4f4f4;
	box-sizing: border-box;
	border-top: 0;
	box-shadow: 1px 1px 3px 0px rgba(92, 115, 100, 0.46);
	margin: 0 auto;
	padding: 5px 10px;
}
.member_box-b p {
	font-size: 1.7rem;
}
.member_box-b .team_name_sp{
	width: 75%;
	text-align: left;
}
.member_box-b .team_name_sp span{
	font-size: 1.2rem;
	display: block;
}
.member_box-b .team_no_sp{
	font-size: 4rem;
	line-height: 4rem;
}
.staff_box{
	flex-direction: column;
}
.staff_box .team_name_staff{
	font-weight: 100;
}
.team_container{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 5%;
}
.team_container::before{
	width: 25%;
	content: "";
	display: block;
	order: 1;
}
.team_container::after{
	width: 25%;
	content: "";
	display: block;
}
.team_item{
	width: 25%;
	line-height: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
}
/*選手のモーダル*/
.modal-content {
	width: 50%;
	/*height: 80vh;*/
	text-align: left;
	border: 3px solid #5ca483;
	background: #fff;
	box-sizing: border-box;
	position: fixed;
	display: none;
	overflow-y: auto;
	z-index: 1002;
	margin: 0;
	padding: 20px;
}
#modal-overlay {
	width: 100%;
	height: 120%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: rgba(0,0,0, 0.75);
}
.button-link:hover {
	cursor: pointer;
}
.mw_member_img{
	width: 100%;
}
.player_box{
	font-size: 0;
	letter-spacing: -4em;
}
.player_box li{
	width: 55%;
	font-size: 1.4rem;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.player_box .li_img{
	width: 40%;
	margin-right: 5%;
}
.player_name{
	font-size: 1.7rem;
	border-bottom: 2px #5ca483 solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.mw_close_btn {
	display: none;
}
.mw_close {
    width: 40%;
    color: #fff;
	text-align: center;
	cursor: pointer;
    background-color: #5c7364;
	margin: 30px auto 0 auto;
	padding: 2%;
}


/* パートナー */
.partner_title {
	color: #5c7364;
    font-size: 2rem;
    text-align: left;
    margin: 60px;
    display: flex;
    justify-content: center;
}
.partner_container {
	display: flex;
	flex-wrap: wrap; /* 折返し可 */ 
	justify-content: space-between;
}
.partner_container::after {
	content: "";
	width: 23%; /* 子要素と同じ幅 */
	display: block;
}
.partner_container::before {
	content: ""; 
	width: 23%; /* 子要素と同じ幅 */
	display: block; 
	order: 1; /* アイテムの並び順 */
}
.partner_container_center::before {
	content: ""; 
	width: 23%; /* 子要素と同じ幅 */
	display: block;
	order: 0;
}
.partner_img {
	width: 100%;
	box-shadow: 2px 2px 4px gray;
}
.partner_det {
	width: 23%;
	margin-bottom: 30px;
}
.partner_det2{
	width: 18%;
}
.partner_inquiry {
	border: solid 3px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
	margin: 60px 16%;
    padding: 20px 0%;
}
.partner_inquiry-a {
	font-size: 1.6rem;
	text-align: left;
	margin: 0 10px 20px 10px;
}
.partner-contact_box {
	width: 21%;
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
    background-color: #5c7364;
    position: relative;
    border-radius: 10px;
    margin: 0px 34%;
}
.partner-contact_box a{
	width: 100%;
    color: #fff;
    display: block;
    padding: 15px 4%;

}
.partner-contact_box::before {
	content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    vertical-align: middle;
    border-top: 3px solid #5c7364;
    border-right: 3px solid #5c7364;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 2;
    margin: auto;
}
.partner-contact_box::after {
	content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translate(-50%, -50%);
    border-radius: 26px;
    background-color: #fff;
    z-index: 1;
}


/*バナー*/
.banner_list{
	display: flex;
	flex-wrap: wrap;
}
.banner_list li{
	width: 49%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 1% 1% 1% 0;
}
.banner_list li:nth-child(2n) {
	margin: 1% 0 1% 1%;
}
.banner_list li img{
	width: 100%;
}
.banner_list_title{
	color: #5C6B73;
	font-size: 1.7rem;
	position: relative;
	display: inline-block;
	margin: 30px 0 50px 0;
	padding: 0 55px;
}
.banner_list_title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #5C6B73;
	border-radius: 2px;
}
.more_pather{
	color: #000;
	font-size: 1.4rem;
	display: inline-block;
	border: 1px #000 dashed;
	margin: 40px auto 0 auto;
}
.more_pather a{
	display: block;
	padding: 15px 25px;
}
.nosp{
	margin: 0;
	padding: 0;
}
/* アニメーション */
@keyframes fadeIn { /*animation-nameで設定した値を書く*/

	0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  
	100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}


/*err*/
.att_text{
	text-align: center;
}
.att_text div{
	text-align: left;
	display: inline-block;
}
.att_text a{
	text-decoration: underline;
}

/**********スマホ**********/
@media screen and (max-width: 959px) {
	/*ページ大枠*/
	body{
		min-width: initial;
		min-width: auto;
	}
	.only_sp{
		display: block;
	}
	.only_sp_inline{
		display: inline;
	}
	.br-sp{
		display: block;
	}
	#global-head {
		width: 100%;
		height: 32px;
		display: -webkit-flex;
		display: flex;
		box-shadow: none;
	}
	/* nav-toggle */
	#nav-toggle span:nth-child(1) {
		width: 35px;
		top: 4px;
		transform: rotate(40deg);
		background: #333;
	}
	#nav-toggle span:nth-child(2) {
		width: 35px;
		top: 4px;
		transform: rotate(-40deg);
		background: #333;
	}
	#nav-toggle::after{
		content:"close";
		display: block;
		margin-top: 17px;
	}
	.close #nav-toggle span:nth-child(1) {
		width: 35px;
		top: 0;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		background: #5c7364;
	}
	.close #nav-toggle span:nth-child(2) {
		width: 25px;
		top: 11px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		background: #5c7364;
	}
	.close #nav-toggle::after{
		content:"";
	}
	.tnsm_mainlogo {
		width: 45%;
		margin-top: 5px;
		margin-bottom: 10%;
	}
	#container {
		margin-left: 0;
	}
	#brand-logo {
		margin-left: 32px;
	}
	.close #brand-logo {
		margin-left: 32px;
	}
	.close #nav-toggle span {
		background: #333;
	}
	#sidebar {
		left: 0;
		z-index: 910;
		background-color: #fffdf7;
	}
	.close #sidebar {
		left: -260px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#footer{
		margin-left: 0;
	}
	.foot_main {
		padding: 20px 2%;
	}
	.foot_main .foot_wrap {
		box-sizing: border-box;
		padding: 0 15px;
	}
	.foot_main .foot_wrap .foot_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.foot_box .foot_contact {
		width: 90%;
	}
	#footer .foot_logo {
		width: 100%;
	}
	#footer .foot_txt {
		width: 100%;
	}
	#footer .sns_logo {
		width: 100%;
	}
	#footer .sns_logo img {
		width: 60%;
	}
	.foot_main .foot_wrap .foot_box ul li a {
		display: block;
		padding: 5px 0;
	}
	.foot_main .foot_wrap .foot_box .foot_menu li {
		margin-bottom: 0;
	}
	.head_title{
		font-size: 2.8rem;
	}
	.head_title::before{
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
	.project_title::before{
		background: url(./img/project_title.png) no-repeat 0 0 / 40px auto;
		background-size: contain;
	}
	.company_title::before{
		background: url(./img/company_title.png) no-repeat 0 0 / 40px auto;
		background-size: contain;
	}
	.action_title::before{
		background: url(./img/action_title.png) no-repeat 0 0 / 40px auto;
		background-size: contain;
	}
	.c-btn-more__txt {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.txt_left{
		text-align: left;
	}
	.sp_bottom_10{
		margin-bottom: 10px;
	}
	
	
	/*index.php*/
	#main-visual {
		background-color: #fff;
		padding: 0;
	}
	.main_img{
		width: 100%;
		border-radius: 0;
		margin: 52px 0 5% 0;
	}
	.main_img img{
		border-radius: 0;
	}
	.main_txt {
		background-color: #faf4e6;
		border-top-right-radius: 30px;
		top: inherit;
		bottom: -30%;
	}
	.inner1 {
		width: 100%;
	}
	.inner1-a {
		display: block;
	}
	.inner1-a img {
		display: none;
		/*
		width: 52%;
		margin: 10px 0 0 0;
		*/
	}
	.catch {
		text-align: left;
		margin: 25px 0 0 0;
	}
	.catch div {
		font-size: 2rem;
	}
	.catch h2 {
		font-size: 1.8rem;
	}
	.catch p {
		font-size: 1.5rem;
		line-height: 1.5;
		padding-top: 20px;
	}
	.inner1-pt li {
		width: 48%;
	}
	.inner1-b img {
		width: 48%;
		height: auto;
		margin: 40px 1%;
	}
	.inner2 {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.inner2 p {
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.5;
		box-sizing: border-box;
	}
	.inner2-a {
		display: block;
		margin-top: 40px;
	}
	.inner2-b {
		width: 96%;
		margin: 0 0 20px 0;
		padding: 2%;
	}
	.inner2-c {
		margin-bottom: -20px;
	}
	.inner2-d {
		display: block;
	}
	.inner2-d img {
		width: 85%;
	}
	.inner2-e {
		width: 100%;
	}
	.inner2-e p {
		line-height: 1.5;
	}
	.inner2-g {
		margin-top: 0;
	}
	#main .cont_box .inner_news .news_txt span {
		padding-right: 30px;
	}
	.detail-sight {
        font-size: 1.4rem;
        margin: 15px 5px 0 0;
	}
	.icon-arrow {
		line-height: 1.1;
		border: dotted;
		border-radius: 20px;
		font-size: 2rem;
		padding: 5px;
		margin: 7px 10px 0 0;
	}
	.inner2-e_more_sp {
		margin-top: 10px;
	}
	.ds_size{
		font-size: 1.5rem;
		margin: 13px 5px 0 0;
	}
	.ia_size{
		line-height: 1;
		border: dotted;
		border-radius: 20px;
		font-size: 1.5rem;
		padding: 7px;
		margin: 7px 10px 0 0;
	}
	.news_area {
		flex-direction: column;
	}
	.news_area .news_column {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 40px;
	}
	
	
	/*バナー*/
	.banner_list_title{
		font-size: 1.6rem;
		margin: 30px 0 35px 0;
	}
	.more_pather{
		margin: 30px auto 0 auto;
	}
	
	
	/* privacy.php & sitepolicy.php */
	.top-wrapperPS {
		width: 100%;
		margin: 62px 0 30px 0;
	}
	
	
	/*err*/
	.att_text{
		width: 80%;
		margin: 0 auto;
	}
	/* top-wrapper */
	.top-wrapper{
		height: 200px;
		background-image: url(./img/main_img.png);
		background-size: cover;
		border-radius: 50px;
		text-align: center;
		margin-top: 70px;
	}

	/*index_member.php*/
	.member-img{
		display:inline-flexbox;
		width: auto;
	}

	.member-img p{
		display:inline-flexbox;
		width: auto;
	}

	.member1{
		display: block;
		width: 69px;
		height: 20px;
		font-size: 1.6rem;
		background-color: #edc920;
		color: inherit;
		padding: 10px 5px 10px 5px;
		border-radius: 50px;
		margin-left: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
	/*action.php*/
    .tab_set {
        display: block;
    }
    .tab_label {
        display: block;
        margin-right: 0;
    }
	.tab_content .action_cont_box li{
		width: 100%;
		display: block;
	}
	.tab_content .action_cont_box .action_cont_img{
		width: 100%;
	}
    .travelclinic .tab_label.last {
        border-bottom: none;
    }
	.tab_label::after{
		content: "＋";
		position: absolute;
		right: 15px;
	}
    .travelclinic .tab_switch:checked+.tab_label {
        border-bottom: 1px solid #59A8B7;
    }
	.tab_switch:checked+.tab_label::after{
		content: "";
		position: absolute;
		right: 15px;
	}
	
	
	/* company.php */
	.company1{
		width: 100%;
	}
	.company1_rep {
		text-align: end;
		margin-top: 25px;
		font-size: 1.4rem;
	}
	.company1-a p {
		font-size: 3vw;
		margin-bottom: -5px;
	}
	.company1-a .kakeru {
		font-size: 2.5rem;
		padding: 1.5rem 0;
	}
	.company1-b span {
		width: 100px;
		height: 40px;
		font-size: 2rem;
		line-height: 40px;
	}
	.company1-b img {
		width: 100%;
	}
	.company1-c {
		flex-direction: column;
		margin-top: 15px;
	}
	.company1-c img {
		width: 80%;
		margin: 0 auto;
	}
	.company1-c h3 {
		text-align: center;
		margin: 10px 0 0 0;
	}
	.company1-d {
		margin-left: 0;
	}
	.company2 h4 {
		background-color: #f0f0ff;
		padding: 23px 25px;
		border-radius: 40px;
		margin: -113px 60% 0px 42%;
		width: inherit;
	}
	.company2-a h3 {
		background-color: #ebcf46db;
		color: #fff;
		padding: 15px 15px 15px 2em;
		text-indent: -1em;
	}
	.company2 h2 {
		text-align: center;
		font-size: 3rem;
		margin-bottom: 70px;
		margin-top: 70px;
		color: inherit;
		border-bottom: inherit;
		width: inherit;
		padding: inherit;
		display: inherit;
	}
	
	
	/* project/php */
	.project1 {
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.project1 img {
		width: 30%;
		margin-bottom: 10px;
	}
	.project1-a {
		margin-left: inherit;
	}
	.project1-a p {
		margin-top: 1rem;
	}
	.project-arrow {
		display: flex;
		justify-content: flex-end;
	}
	.project3 img {
		width: 75%;
	}
	.nosp_ina{
		margin-top: 10px;
	}
	
	
	/* news.php */


	/* news_det.php */
	.news_contents {
		font-size: larger;
	}
	.news_img_list li {
		width: 100%;
		display: block;
		letter-spacing: 0;
		margin: 20px 0 0 0;
	}




	/* index_corpguide.php	
	.corpGuide-letter{
		z-index: 1;
		position: relative;
	} */
	
	/* index_fcsvguide.php */
	.fcsvGuide h4{
		margin-top: 10px;
	}
	.fcsvGuide span{
		font-size: 2.0rem;
	}
	
	.fcsvGuide1{
		display: flex;
		justify-content: end;
		width: 70%;
		flex-direction: column;
		align-items: flex-end;
		margin-bottom: 20px;
		margin-left: auto;
	}
	.fcsvGuide1 img{
		width: 100%;
		height: 100px;
	}
	
	.fcsvGuide2{
		display: flex;
		justify-content: space-evenly;
		align-content: center;
		width: 70%;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
		margin-right: auto;
	}
	.fcsvGuide2 img{
		width: 100%;
		height: 100px;
	}

	/* index_contact.php */
	#email{
		width: 50%;
	}
	
	
	/*お問い合わせ*/
	.inquiry_form {
		width: 100%;
	}
	.ask_red_p_mess {
		width: 100%;
	}
	
	
	/*FC SPERAVENTO　ローカルナビゲーション*/
	.top-nav {
		top: 52px;
		border-top: 1px #8f8f8f solid;
		border-bottom: 1px #8f8f8f solid;
		margin-top: 52px;
		padding: 5px 2%;
	}
	.fc_pc_head{
		display: none;
	}
	.local_nav_box{
		height: 45px;
		border-left: 1px #c5c3c3 solid;
		display: block;
	}
	.local_nav_title {
		top: 12px;
		right: 45px;
	}
    .menu-button-container {
        display: flex;
    }
    .menu {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
		z-index: 1;
        margin-top: 45px;
    }
    #menu-toggle ~ .menu li {
        height: 0;
        border: 0;
        margin: 0;
        padding: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li {
        height: auto;
        border: 1px solid #eaeaea;
		box-sizing: border-box;
        padding: 10px;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu > li {
        width: 100%;
        color: #000;
        display: flex;
        justify-content: center;
        background-color: #fafafa;
        margin: 0;
        padding: 0.5em 0;
    }
    .menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
	.local_nav_name{
		display: inline-block;
	}
	.nav_sns{
		width: 60%;
		display: flex;
		text-align: center;
	}
	.nav_sns div{
		flex: 1;
	}
	.nav_sns div img{
		width: 50%;
		filter: grayscale(1);
	}


	/*FC SPERAVENTO　TOP*/
	.in_game_box_item {
		flex-direction: column;
	}
	.in_game_box_item .box-a {
		width: 100%;
		height: auto;
		line-height: 100px;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.in_game_box_item .box-b {
		width: 100%;
        height: auto;
        line-height: 1.5;
	}
	.in_game_box_item .box-a::after {
		display: none;
	}
	.in_game_info li p {
		font-size: 2.3rem;
		line-height: 1.5;
	}
	.in_game_info li .in_game_info_type{
		font-size: 1.5rem;
	}
	.in_game_info li .in_game_info_time{
		font-size: 1.5rem;
	}
	.in_game_info li .in_game_info_place {
		font-size: 1.4rem;
	}
	.in_game_box_item .box-b .in_game_res li {
		width: 70%;
		font-size: 1.5rem;
	}
	.in_game_box_item .box-b .in_game_res .in_game_res_score {
		width: 30%;
	}
	.fc_news_box {
		flex-direction: column;
	}
	.fc_news_box::after {
		width: 100%;
		display: none;
	}
	.flex-container{
		flex-direction: column;
	}
	.flex-item{
		margin: 0 1em 1em;
	}
	.inner2-box {
		width: 100%;
		margin-bottom: 25px;
	}
	.fc_inner2-box {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.fc_news_area li {
		width: 100%;
		display: block;
	}
	.fc_inner2-box img {
		height: auto;
		object-fit: cover;
	}
	.fc_inner2-box .speravento_logo_img{
		width: 50%;
		height: auto;
		object-fit: cover;
		margin: 0 25%;
	}
	.fc_news_area li:nth-child(2){
		margin-top: 50px;
	}
	.philosophy_txt {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.phil_flex {
		flex-direction: column;
	}
	.phil_box {
		width: 100%;
		margin-bottom: 30px;
	}
	.banner_list li {
		width: calc(50% - 10px);
		margin: 10px 5px;
	}
	.more_word {
		width: 87%;
	}
	.circle_width {
		width: 10%;
		border: 2px dotted #333;
	}
	.pro_word{
		margin-top: 0.7rem;
	}
	.pro_width{
		margin-left: auto;
	}
	
	
	/*クラブ*/
	.fc_page_head {
		width: 100%;
		margin: 0;
	}
	.club_txt{
		font-size: 1.8rem;
	}
	.club_logo{
		width: 50%;
		margin: 20px auto;
	}
	.club_txt_mess{
		width: 100%;
	}
	.overview_table {
		width: 100%;
	}
	.overview_table th{
		width: 100%;
		display: block;
	}
	.overview_table td{
		width: 100%;
		display: block;
	}
	.taem_logo_box {
		margin-bottom: 0;
	}
	.taem_logo_box div {
		width: 100%;
		display: block;
	}
	.taem_logo_box .taem_logo_img {
		margin-left: 0;
	}
	.taem_logo_box .taem_logo_img img {
		width: 70%;
		margin: 0 auto;
	}
	.taem_logo_box .taem_logo_det {
		margin: 25px 0 0 0;
	}
	.fc_action_box {
		flex-direction: column;
	}
	.fc_action_box .flex-container {
		width: 100%;
		padding: 0 0 30px 0;
	}
	.inner2 .phil_box_half {
		width: 100%;
	}
	.inner2 .phil_txt p {
		width: auto;
	}
    .inner2 .phil_box_half {
		margin-bottom: 30px;
    }
	.fc_inner2{
		padding-bottom: 0;
	}
	
	
	/*チーム*/
	.position_title{
		color: #5c7364;
		border-bottom: 2px #5c7364 solid;
		width: 50%;
		font-size: 2.4rem;
		margin: 60px auto 60px auto;
	}
	.team_item {
		width: 50%;
	}
	.member_box-b{
		align-items: flex-start;
		padding: 5px;
	}
	.member_box-b p {
		font-size: 1.4rem;
	}
	.member_box-b .team_name_sp {
		width: 75%;
	}
	.member_box-b .team_name_sp span{
		font-size: 1rem;
	}
	.member_box-b .team_no_sp {
        font-size: 3rem;
        line-height: 3rem;
	}

	.staff_box p{
		font-size: 1.4rem;
	}
	.modal-content {
		width: 90vw;
		height: 80vh;
		padding: 5vh 5vw;
	}
	.player_box li{
		width: 100%;
		display: block;
	}
	.player_box .li_img{
		width: 100%;
		margin-right: 0;
	}
	.mw_close_btn {
		color: #fff;
		text-align: center;
		cursor: pointer;
		display: block;
		background-color: #5c7364;
		position: absolute;
		top: 0;
		left: 0;
		padding: 1% 3%;
	}
	.mw_close {
		width: 50%;
	}


	/*パートナー*/
	.fc_page_head {
		letter-spacing: 10px;
	}
	.partner_title {
		color: #5c7364;
		font-size: 1.8rem;
		text-align: left;
		margin: 30px 3% 30px 3%;
	}
	.jorder{
		font-size: 1.9rem;
		display: block;
	}
	.partner_container {
		width: 90%;
		display: flex;
		flex-direction: column;
		margin: auto;
	}
	.line-2{
		flex-direction: row
	}
	.partner_det {
		width: 100%;
		margin: 2% 0 30px 0;
	}
	.partner_det2{
		width: 47%;
		margin: 2% 0 30px 0;
	}
	.partner_inquiry {
		margin: 30px 2%;   
	}
	.partner-contact_box {
		width: 50%;
		margin: 0px auto;
		padding: 0px 24%;
	}
	.partner-contact_box a {
		white-space: nowrap;
		padding: 15px 0%;
	}
	
	
	/*バナー*/
	.banner_list {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.banner_list li{
		width: 100%;
		margin: 5% 0;
	}
	.banner_list li:first-child {
		margin-top: 0;
	}
	.banner_list li:nth-child(2n) {
		margin: 2% 0;
	}
	.banner_list li:last-child {
		margin-bottom: 0;
	}
	
}
