/*
* Theme Name: onelife
* Description:
* Theme URI: Lino 2024
* Version: 1.0
* Theme Author: ゴーリエム
* Author URI:
* Tags: basic
* Textdomain:
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */

html {
	min-height: 100%;
	scroll-behavior: smooth;
}
img {
	max-width: 100%;
}
body {
	font-family: 'LINESeedJP';
	font-size: 16px;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
h1, h2, h3, h4, h5{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
body{
	background: #EBF9FD;
}
.inner{
	width: 990px;
	margin: auto;
}
.navbar {
	-webkit-box-shadow:  0 0 6px -1px black;
	-moz-box-shadow:  0 0 6px -1px black;
	box-shadow: 0 0 6px -1px black;
}
.nav-link:hover {
	transition: all 0.4s;
}

.nav-link-collapse:after {
	float: right;
	content: '\f067';
	font-family: 'FontAwesome';
}

.nav-link-show:after {
	float: right;
	content: '\f068';
	font-family: 'FontAwesome';
}

.nav-item ul.nav-second-level {
	padding-left: 0;
}

.nav-item ul.nav-second-level > .nav-item {
	padding-left: 20px;
}
.nav-item{
	font-size: 13px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.navbar-dark .navbar-toggler{
	position: fixed;
	top: 0;
	right: 0;
}
.nav-pills .nav-link{
	border-radius: unset;
}
.nav-pills .logo .nav-link img {
	height: 15vh;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color:gray;
	color: #ffffff !important;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top:-6px;
}
.logo{
	background: unset !important;
}
.logo a.nav-link{
	padding-top: 2vh;
	padding-bottom: 2vh;
}

.navbar-expand-lg .nav-item .nav-link{
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1vh 2vh 1vh 3vh;
}
.dropdown-item{
	padding: 0 10px;
	color: #EA4521;
}
.navbar-expand-lg .nav-item .dropdown-menu p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2vh 0 3vh;
	height: 55px;
	font-size: 13px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	border-bottom: 1px solid #FFEAE5;
}
.navbar-expand-lg .nav-item .dropdown-menu .dropdown-item i{
	font-size: 10px;
}
.navbar-expand-lg .nav-item .dropdown-menu .dropdown-item:hover{
    background: #FFEAE5;
    color: #EA4521;
}
.navbar-expand-lg .nav-item .dropdown-menu .dropdown-item:hover i {
	transition: transform 1s;
	transform: scale(1.5);
}
.navbar-expand-lg .nav-item .nav-link img{
	width: 20px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	top: 5px;
}
.menu-box1{
	margin-left: 3vh;
	padding: 1vw 0;
	border-top: 1px solid #707070;
}
.menu-box1 a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	color: #000000;
	margin-bottom: 10px;
}
.menu-box1 a:last-child{
	margin-bottom: 0;
}
.menu-box1 a:before{
	content: url("./img/icon-menuright-black.svg");
	height: 20px;
}
.menu-box1 a:hover:before{
	content: url("./img/icon-menuright-red.svg");
}
.menu-box1 a:hover{
	color: #EA4521;
}
.menu-box1 a img{
	width: 20px;
}
.menu-box1 a p{
	padding: 0 10px;
	font-size: 13px;
}
.menu-contact {
	margin: 0 auto;
	background: #EA4521;
	color: #ffffff !important;
	width: 162px;
	margin-bottom: 1.5vw;
	font-size: 13px;
	border-radius: 10px;
	padding: 10px;
}
.menu-recruit {
	margin: 0 auto;
	color: #EA4521 !important;
	border: 1px solid #EA4521;
	width: 162px;
	margin-top: 1vw;
	margin-bottom: 1.5vw;
	font-size: 13px;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;

	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.menu-banner{
	text-align: center;
	width: 65%;
	margin: 0 auto;
}
.menu-banner{
	padding-bottom: 1vh;
}
.menu-banner a{
	display: inline-block;
	margin-bottom: 0.5vh;
}
.menu-banner a img{
	width: 162px;
}
.box-mxh a {
	display: inline-block;
	width: 20px;
}
.box-mxh a:nth-child(2){
	margin: 0 20px;
}
.top-mxh{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 15px 47px;
}
.top-mxh a{
	width: 28px;
	margin-left: 20px;
}
.swiper-pagination{
	position: unset;
}
.swiper-pagination-bullet-active{
	background: #EA4521;
}
.swiper-button-prev{
	border: 1px solid;
	width: 43px;
	border-radius: 50%;
	color: #000000;
}
.swiper-button-prev:after{
	font-size: 16px;
	font-weight: bold;
}
.swiper-button-next{
	border: 1px solid;
	width: 43px;
	border-radius: 50%;
	color: #000000;
}
.swiper-button-next:after{
	font-size: 16px;
	font-weight: bold;
}
.ct1{
	padding-top: 53px;
	padding-bottom: 55px;
	font-size: 16px;
	text-align: center;
}
.ct1 img{
	width: 777px;
	padding-bottom: 10px;
}
.ct-title{
	text-align: center;
	padding-top: 65px;
	padding-bottom: 35px;
}
.ct-title h2{
	font-size: 39px;
	color: #EA4521;
}
.ct-title p{
	font-size: 16px;
}
.ct2{
	padding-bottom: 125px;
}
.ct2-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ct2-box a{
	width: 23%;
	text-align: center;
	padding: 20px 16px 25px 16px;
	background: #ffffff;
	border-radius: 15px;
}
.ct2-box a .ct2-box-title{
	height: 63px;
}
.ct2-box a h3{
	font-size: 18px;
}
.ct2-box .ct2-box-title p {
	font-size: 12px;
	padding-top: 3px;
}
.ct2-box a .ct2-logo {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct2-box a .ct2-text {
	font-size: 13px;
	color: #000000;
	height: 70px;
}
.ct2-box a .ct2-seemore {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #000000;
}
.ct2-box .ct2-seemore:after{
	content: url("./img/icon-menuright-black.svg");
	height: 20px;
	padding-left: 5px;
}
.ct2-box a .ct2-avatar{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.ct2-box a .ct2-avatar img{
	transition: transform .5s ease;
}
.ct2-box a:hover .ct2-avatar img{
	transform: scale(1.1);
	transition: 0.3s ease-in-out;
}
.ct2-box1 .ct2-box-title{
	color: #EA4521;
}
.ct2-box2 .ct2-box-title{
	color: #3246E0;
}
.ct2-box2 .ct2-box-title h3:nth-child(2){
	color: #00A08A;
}
.ct2-box3 .ct2-box-title{
	color: #F47417;
}
.ct2-box4 .ct2-box-title{
	color: #74C924;
}
.ct2-box1:hover{
	background: #FFEEE2;
}
.ct2-box2:hover{
	background: #E9EAF8;
}
.ct2-box3:hover{
	background: #FFEEE2;
}
.ct2-box4:hover{
	background: #EBF8DF;
}
.ct3{
	background: #ffffff;
	padding-bottom: 125px;
}
.ct3 .ct-title h2{
	color: #FFB52F;
}
.ct3-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.ct3-box a{
	width: 27.6%;
	margin-left: 8.6%;
	margin-bottom: 8.6%;
	border: 1px solid #707070;
	border-radius: 15px;
	padding: 17px;
}
.ct3-box a:nth-child(1),
.ct3-box a:nth-child(4){
	margin-left: 0;
}
.ct3-box a .ct3-avatar {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.ct3-box a .ct3-avatar img {
	transition: transform .5s ease;
	width: 100%;
	height: 197px;
	object-fit: cover;
}
.ct3-box a:hover .ct3-avatar img{
	transform: scale(1.2);
	transition: 0.3s ease-in-out;
}
.ct3-box a h3.ct3-title{
	font-size: 17px;
	color: #EA4521;
	padding-top: 10px;
	padding-bottom: 5px;
}
.ct3-box a .ct3-date{
	color: #000000;
	font-size: 13px;
}
.ct3-box a .ct3-seemore{
	text-align: right;
}
.ct3-box a:hover{
	background: #F5F5F5;
}
.ct3-content{
	position: relative;
	/*overflow: hidden;*/
}
.ct3-content .ct3-icon{
	position: absolute;
}
.ct3-icon1{
	top: 333px;
	left: 1%;
	width: 4%;
}
.ct3-icon2{
	top: 333px;
	left: 31%;
	width: 3.5%;
	transform: rotate(-25deg);
}
.ct3-icon3{
	top: 335px;
	right: 40%;
	width: 5%;
}
.ct3-icon4{
	top: 245px;
	right: 29%;
	width: 5%;
}
.ct3-icon5{
	top: 333px;
	right: 2%;
	width: 5%;
}
.ct3-icon6{
	top: 630px;
	left: 27.5%;
	width: 8%;
}
.ct3-icon7{
	top: 670px;
    right: 29%;
    width: 5%;
}
.ct3-btn-seemore{
	text-align: center;
}
.ct3-btn-seemore a{
	width: 380px;
	display: inline-block;
	background: #FFB52F;
	color: #ffffff;
	padding: 15px 0;
	font-size: 18px;
	border-radius: 15px;
}
.ct4{
	padding-bottom: 50px;
}
.ct4 .ct-title h2{
	color: #BC58AD;
}
.ct41{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25px;
}
.ct41 div{
	width: 30%;
	border: 1px solid #EA4521;
}
.ct41 h3 {
	font-size: 22px;
	text-align: center;
	width: 40%;
	color: #EA4521;
}
.ct41a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.ct41a div{
	width: 40%;
	border: 1px solid #4A4A4A;
}
.ct41a h3 {
	font-size: 22px;
	text-align: center;
	width: 20%;
	color: #4A4A4A;
}
.ct41-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	text-align: center;
	padding-bottom: 20px;
}
.ct41-list a{
	width: 23.5%;
	background: #ffffff;
	border-radius: 15px;
	margin-bottom: 32px;
}
.ct41-list a{
	margin-left: 2%;
}
.ct41-list a:nth-child(1),
.ct41-list a:nth-child(5),
.ct41-list a:nth-child(9),
.ct41-list a:nth-child(13){
	margin-left: 0;
}
.ct41-list a:hover{
	background: #FFF3F0;
}
.ct41-list a:hover .ct41-p3{
	background: #C1391B;
}
.ct41-list a h3{
	font-size: 18px;
	color: #EA4521;
	height: 75px;
}
.ct41-list a .ct41-box{
	padding: 20px 15px;
}

.ct41-list a .ct41-avatar{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.ct41-list a .ct41-avatar img{
	border-radius: 18px;
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.ct41-list .ct41-text p.ct41-p-gray{
	background: #E2E2E2 !important;
	color: #ffffff;
}
.ct41-text{
	height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ct41-adress{
	font-size: 13px;
	padding-top: 10px;
	color: #000000;
}
.ct41-p1 {
	color: #ffffff;
	background: #E2E2E2;
	border-radius: 8px;
	padding: 3px 0;
	font-size: 12px;
	width: 68.1%;
	margin: auto;
	margin-bottom: 7px;
}
.ct41-p1.bg-red{
	background: #EA4521;
}
.ct41-map{
	display: flex;
}
.ct41-map img{
	width: 50%;
	height: auto;
}
.ct41-p3{
	padding: 10px 0;
	background: #EA4521;
	color: #ffffff;
	font-size: 18px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.ct42 h3{
	color: #F47417;
}
.ct42 div{
	border-color: #000000;
}
.ct42 span:nth-child(1){
	color: #3246E0;
}
.ct42 span:nth-child(2){
	color: #00A28B;
}
.ct42 div{
	width: 22%;
}
.ct42 h3{
	width: 56%;
}
.ct41-list a.ct41-1:hover{
	background: #FFEEE2;
}
.ct41-list a.ct41-1:hover .ct41-p3{
	background: #D36516;
}
.ct41-list a.ct41-1 h3{
	color: #F47417;
}
.ct41-list a.ct41-1 .ct41-p1{
	background: #F47417;
}
.ct41-list a.ct41-1 .ct41-p3{
	background: #F47417;
}

.ct41-list a.ct41-3:hover{
	background: #E9EAF8;
}
.ct41-list a.ct41-3:hover .ct41-p3{
	background: #2838B4;
}
.ct41-list a.ct41-3 h3{
	color: #3246E0;
}
.ct41-list a.ct41-3 .ct41-p1{
	background: #3246E0;
}
.ct41-list a.ct41-3 .ct41-p3{
	background: #3246E0;
}


.ct41-list a.ct41-4:hover{
	background: #D9F0ED;
}
.ct41-list a.ct41-4:hover .ct41-p3{
	background: #027767;
}
.ct41-list a.ct41-4 h3{
	color: #00A28B;
}
.ct41-list a.ct41-4 .ct41-p1{
	background: #00A28B;
}
.ct41-list a.ct41-4 .ct41-p3{
	background: #00A28B;
}
.ct5{
	padding-bottom: 80px;
}
.ct5 .ct-title h2{
	color: #3FB5E0;
}
.ct5 a:hover{

}
.ct6{
	padding-bottom: 150px;
}
.ct6 .ct-title h2{
	color: #74C924;
}
.ct-banner{
	text-align: center;
	background: #ffffff;
	padding: 85px 0;
}
.ct-banner .ct-banner-p1{
	font-size: 24px;
}
.ct-banner .ct-banner-p2{
	font-size: 13px;
}
.ct-banner div{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 55px;
}
.ct-banner div a{
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 425px;
	height: 73px;
	margin: 0 28px;
}
.ct-banner div a img{
	width: 25px;
	margin-right: 5px;
}
.ct-banner div a:nth-child(1){
	font-size: 38px;
	border: 1px solid #707070;
	border-radius: 20px;
}
.ct-banner div a:nth-child(1):hover{
	background: #e9e9e9;
}
.ct-banner div a:nth-child(2) {
	font-size: 24px;
	background: #EA4521;
	color: #ffffff;
	border-color: #EA4521;
	border-radius: 20px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.ct-banner div a:nth-child(2):hover{
	background: #e15334;
}
.ct-banner div a:nth-child(2) img{
	width: 45px;
}
.ct7{
	padding-bottom: 125px;
}
.ct7 .ct7-content{
	border: 1px solid #3FB5E0;
	padding: 30px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 125px;
}
.ct7-content iframe{
	width: 45%;
	height: 377px;
	border-radius: 18px;
}
.ct7-content .ct7-info{
	width: 55%;
	padding-left: 60px;
	padding-right: 30px;
}
.ct7-p1{
	font-size: 28px;
	padding-bottom: 25px;
}
.ct7-p1 span{
	font-size: 18px;
}
.ct7-p2,
.ct7-p3,
.ct7-p4{
	font-size: 13px;
}
.ct7-p4{
	padding: 30px 0;
}
.ct7-info a{
	float: right;
	font-size: 18px;
	padding: 15px 110px;
	background: #EA4521;
	color: #ffffff;
	border-radius: 15px;
}
.ct7-banner{
	text-align: center;
}
.ct7-banner a{
	margin-bottom: 30px;
	display: inline-block;
}
.ct7-banner p{
	font-size: 16px;
}
.ft-image {
	text-align: right;
	overflow: hidden;
	min-height: 100px;
}
.ft-image img{
	width: 88%;
}
.breadcrumbs{
	font-size: 12px;
	padding: 10px 45px 50px 45px;
	color: #000000;
}
.breadcrumbs a{
	color: #000000;
}
/*onelife*/
.page-info{
	background: #ffffff;
	border-radius: 18px;
	font-size: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 140px;
	padding: 0 45px;
}
.page-info img{
	width: 300px;
}
.page-title .page-info{
	color: #EA4521;
}
.ct-ol{
	background: #ffffff;
	padding: 45px 45px 80px 45px;
	border-radius: 18px;
	line-height: 1.7;
}
.ct-ol-mv{
	border-radius: 18px;
	width: 100%;
	height: auto;
}
.ct-ol-1{
	width: 830px;
	margin: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
}
.ct-ol-1 h2{
	font-size: 44px;
	color: #EA4521;
	padding-bottom: 40px;
}
.ct-ol-1 .ct-ol-1p1{
	font-size: 28px;
	color: #EA4521;
	padding-bottom: 40px;
}
.ct-ol-1 .ct-ol-1p2{
	font-size: 16px;
}
.ct-ol-1 .ct-ol-1p3{
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 16px;
}
.ct-ol-box{
	width: 780px;
	margin: auto;
	text-align: center;
}
.ct-ol-box h2{
	width: 476px;
	margin: auto;
	background: #EA4521;
	color: #ffffff;
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ct-ol-box1 {
	border: 1px solid #EA4521;
	border-radius: 16px;
	padding: 30px 50px 40px 50px;
}
.ct-ol-box1 p:nth-child(1){
	font-size: 24px;
	color: #EA4521;
	padding-bottom: 25px;
}
.ct-ol-box1 p:nth-child(2){
	font-size: 16px;
}
.ct-ol-box2{
	margin-top: 20px;
	border: 1px solid #EA4521;
	border-radius: 16px;
	color: #EA4521;
}
.ct-ol-box2 p:nth-child(1){
	border-bottom: 1px solid;
	font-size: 18px;
	padding: 5px 0;
}
.ct-ol-box2 p:nth-child(2){
	font-size: 24px;
	padding: 25px 0;
}
.ct-ol-boxa{
	margin-top: 80px;
}
.ct-ol-boxa h2{
	background: #FFB52F;
}
.ct-ol-boxa .ct-ol-box1{
	border-color: #FFB52F;
}
.ct-ol-boxa .ct-ol-box1 p:nth-child(1){
	color: #FFB52F;
}
.ct-ol-boxa .ct-ol-box2{
	border-color: #FFB52F;
	color: #FFB52F;
}
.ol-p-last{
	font-size: 16px;
	padding-top: 15px;
}
/*end onelife*/

/*end joblife*/
.ct-ol-12{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border: 1px solid #707070;
	margin-top: 30px;
}
.ct-ol-12 div{
	width: 133px;
}
.ct-ol-12 p{
	width: 562px;
	font-size: 16px;
	text-align: left;
	margin: 15px 0;
	padding: 15px 0 15px 30px;
	border-left: 1px solid;
}
.ct-ol-12 h3{
	font-size: 54px;
}
.page-joblife .page-info {
	color: #3246E0;
}
.page-joblife .ct-ol-1 h2 {
	color: #3246E0;
}
.page-joblife .ct-ol-1 .ct-ol-1p1 {
	color: #3246E0;
}
.page-joblife .ct-ol-box h2{
	background: #3246E0;
}
.page-joblife .ct-ol-box1 p:nth-child(1){
	color: #3246E0;
}
.page-joblife .ct-ol-box1{
	border-color: #3246E0;
}
.page-joblife .ct-ol-box2{
	color: #3246E0;
	border-color: #3246E0;
}
.page-joblife .ct-ol-box1{
	border-color: #3246E0;
}
.page-joblife .ct-ol-box2 ul{
	padding: 20px 30px 10px 40px;
	font-size: 16px;
    text-align: left;
	list-style-type: "●";
}
.page-joblife .ct-ol-box2 li{
	padding-bottom: 10px;
}
/*end joblife*/

/*page-dsupport*/
.page-dsupport .page-info h3{
	color: #00A28B;
}
.page-dsupport .ct-ol-1 h2{
	color: #00A28B;
}
.page-dsupport .ct-ol-1 .ct-ol-1p1{
	color: #00A28B;
}
.ct-ds1{
	padding-top: 40px;
}
.ct-ds-1{
	padding-top: 60px;
	text-align: center;
}
.ct-ds-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 915px;
	margin: auto;
}
.ct-ds-box .ct-ds-box1{
	background: #00A28B;
	border-radius: 50%;
	width: 266px;
	height: 266px;
	text-align: center;
}
.ct-ds-box .ct-ds-box1 img{
	margin-bottom: 10px;
	margin-top: -50px;
}
.ct-ds-box .ct-ds-box1 p{
	font-size: 16px;
	color: #ffffff;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.ct-ds-1 a{
	position: relative;
	font-size: 18px;
	color: #000000;
	padding: 23px 148px;
	border: 1px solid #00A28B;
	display: inline-block;
	margin-top: 125px;
	border-radius: 10px;
}
.ct-ds-1 a img{
	position: absolute;
	right: 20px;
	width: 22px;
	bottom: 27px;
}
/*end page-dsupport*/


/*page-footballclub*/
.page-footballclub .page-info h3{
	color: #74C924;
}
.page-footballclub .ct-ol-1 h2{
	color: #74C924;
}
.page-footballclub .ct-ol-1 .ct-ol-1p1{
	color: #74C924;
}
.ct-ftb-title{
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.ct-ftb-title img{
	margin-right: 10px;
	width: 30px;
}
.ct-ftb-1{
	width: 780px;
	margin: auto;
	padding-bottom: 90px;
}
.ct-ftb-1box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border: 1px solid #74C924;
	padding: 20px 0 20px 20px;
	border-radius: 16px;
}
.ct-ftb-1box1{
	width: 22.2%;
}
.ct-ftb-1box2{
	width: 45.8%;
	padding-left: 38px;
}
.ct-ftb-1box2 a{
	color: #212529;
}
.ct-ftb-1box3{
	width: 32%;
	text-align: center;
	font-size: 28px;
	background: #74C924;
	color: #ffffff;
	padding: 16px 0;
}
.ct-ftb-1box2 p:nth-child(1){
	font-size: 24px;
	padding-bottom: 2px;
}
.ct-ftb-1box2 p:nth-child(2){
	font-size: 16px;
	padding-bottom: 8px;
}
.ct-ftb-1box2 p:nth-child(3){
	font-size: 16px;
}
.ct-ftb-1box2 p:nth-child(3) img{
	width: 19px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.ct-ftb-1boxb{
	margin-top: 20px;
}
.ct-ftb-1p{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.ct-ftb-1 table{
	width: 100%;
	border-collapse: unset;
	border: 1px solid #74C924;
	border-radius: 16px;
}
.ct-ftb-1 table th,
.ct-ftb-1 table td{
	width: 50%;
	text-align: center;
	color: #74C924;
	border: 1px solid #74C924;
	font-weight: unset;
}
.ct-ftb-1 table th:nth-child(1){
	border-top-left-radius: 16px;
	padding: 5px 0;
}
.ct-ftb-1 table th:nth-child(2){
	border-top-right-radius: 16px;
}
.ct-ftb-1 table td:nth-child(1){
	border-bottom-left-radius: 16px;
	font-size: 24px;
}
.ct-ftb-1 table td:nth-child(2){
	border-bottom-right-radius: 16px;
	padding: 25px 0;
}
.ct-ftb-1c{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.ftb-1c-box{
	width: 173px;
	padding-bottom: 50px;
	margin-left: 29.3px;
}
.ftb-1c-box:nth-child(1),
.ftb-1c-box:nth-child(5),
.ftb-1c-box:nth-child(9){
	margin-left: 0;
}
.ftb-1c-avatar{
	position: relative;
}
.ftb-1c-avatar img{
	border-radius: 16px;
}
.ftb-1c-avatar p{
	position: absolute;
	bottom: 0;
	width: 147px;
	font-size: 15px;
	padding: 5px 0;
	text-align: center;
	background: #74C924;
	color: #ffffff;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 16px;
}
.ftb-1c-avatar p.red{
	background: #EA4521;
}
.ftb-1c-p1{
	font-size: 24px;
	padding-top: 10px;
}
.ftb-1c-p2{
	font-size: 16px;
}
.ftb-1c-p3{
	font-size: 16px;
	padding-top: 5px;
}
.ct-ftb-1d{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 30px;
}
.ct-ftb-1d img{
	border-radius: 16px;
}
.ftb-1d-info{
	padding-left: 35px;
}
.ftb-1d-info p:nth-child(1){
	font-size: 27px;
	padding-bottom: 35px;
	color: #74C924;
}
.ftb-1d-info p:nth-child(2){
	font-size: 18px;
}
.ftb-1d-info p:nth-child(3){
	font-size: 38px;
	padding-bottom: 30px;
}
.ftb-1d-info a{
	background: #74C924;
	width: 100%;
	display: flex;
	padding: 15px 0;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #ffffff;
	border-radius: 16px;
}
.ftb-1d-info a img{
	width: 46px;
	margin-right: 5px;
}
.ct-ftb-p{
	font-size: 13px;
	text-align: center;
}
/*end page-footballclub*/

/*page-news*/
.page-news .ct-title h2{
	color: #FFB52F;
}
.search-news {
	background: url("./img/search-background.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 18px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	padding: 0 50px;
}
#searchform button i{
	color: #969696;
}
.navbar-news {
	overflow: hidden;
	padding-bottom: 75px;
}

.navbar-news a {
	float: left;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	color: #000000;
	width: 23.5%;
	font-size: 18px;
	padding: 18px 0;
}

.navbar-news a.newsall{
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.navbar-news .active{
	background: #FFB52F;
	position: relative;
	color: #ffffff;
}
.navbar-news .active button.dropbtn{
	background: #FFB52F;
	color: #FFFFFF;
}
.navbar-news a.active::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #FFB52F;
	position: absolute;
	left: 47%;
	bottom: -15px;
}

.navbar-news .dropdown {
	float: left;
	overflow: hidden;
	position: unset;
	width: 29.5%;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.navbar-news .dropdown .dropbtn {
	position: relative;
	border: none;
	outline: none;
	color: #000000;
	background-color: #FFFBD9;
	font-family: inherit;
	margin: 0;
	font-size: 18px;
	padding: 18px 0;
	width: 100%;
	cursor: pointer;
}
.navbar-news .dropdown .dropbtn i {
	position: absolute;
	right: 25px;
	font-size: 25px;
}

.navbar-news a:hover,
.navbar-news .dropdown:hover .dropbtn {
	background-color: #FFB52F;
	color: #ffffff;
}

.navbar-news .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	width: 17.5%;
}

.navbar-news .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 100%;
}

.navbar-news .dropdown-content a:hover {
	background-color: #ddd;
}

.navbar-news .dropdown:hover .dropdown-content {
	display: block;
}
#searchform div{
	position: relative;
}
#searchform input{
	width: 473px;
	border-radius: 10px;
	border: unset;
	padding: 10px;
}
#searchform button {
	position: absolute;
	right: 0;
	padding: 0;
	width: 13%;
	height: 100%;
	border: unset;
	background: unset;
}
.news-content{
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: 50px 60px;
	border-radius: 18px;
	margin-bottom: 215px;
}
.news-content .productlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.news-content .grid_box{
	width: 30.6%;
	margin-left: 4.1%;
	margin-bottom: 75px;
	border: 1px solid #707070;
	border-radius: 17px;
	padding: 16px;
}
.news-content .grid_box:nth-child(1),
.news-content .grid_box:nth-child(4),
.news-content .grid_box:nth-child(7),
.news-content .grid_box:nth-child(10),
.news-content .grid_box:nth-child(13){
	margin-left: 0;
}
.news-content .grid_box a img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 10px;
}

.news-content .grid_box a .news-avatar {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.news-content .grid_box a .news-avatar img {
	transition: transform .5s ease;
}
.news-content .grid_box a:hover .news-avatar img{
	transform: scale(1.3);
	transition: 0.3s ease-in-out;
}

.news-content .grid_box:hover {
	background: #F5F5F5;
}
.news-content .grid_box a .product-about{
	font-size: 14px;
	color: #EA4521;
	padding-top: 10px;
	padding-bottom: 5px;
}
.news-content .grid_box a .product-date{
	color: #000000;
	font-size: 12px;
}
.news-content .grid_box a .product-seemore {
	text-align: right;
}
.news-content .grid_box a .product-seemore img {
	width: 20px;
	height: auto;
	object-fit: unset;
}
.news-content .news-icon {
	position: absolute;
}
.news-icon1{
	top: 330px;
	left: 7%;
	width: 3.5%;
}
.news-icon2{
	top: 330px;
	left: 42%;
	width: 4%;
	transform: rotate(10deg);
}
.news-icon3{
	top: 330px;
	right: 9%;
	width: 4%;
	transform: rotate(-10deg);
}
.news-icon4{
	top: 675px;
	left: 16%;
	width: 4.5%;
	transform: rotate(30deg);
}
.news-icon5{
	top: 666px;
	left: 47%;
	width: 6%;
	transform: rotate(-10deg);
}
.news-icon6 {
	top: 675px;
	right: 9%;
	width: 5%;
}
.news-icon7{
	top: 1005px;
	left: 7%;
	width: 6%;
	transform: rotate(45deg);
}
.news-icon8{
	top: 1010px;
	right: 45%;
	width: 5%;
	transform: rotate(-20deg);
}
.news-icon9{
	top: 1015px;
	right: 9%;
	width: 4%;
	transform: rotate(-140deg);
}
.news-icon10{
	top: 1355px;
	left: 9%;
	width: 3.5%;
	transform: rotate(140deg);
}
.news-icon11{
	top: 1360px;
	left: 46%;
	width: 5%;
	transform: rotate(-50deg);
}
.news-icon12{
	top: 1365px;
	right: 8%;
	width: 3%;
	transform: rotate(-25deg);
}


.pagination-news {
	display: flex;
	justify-content: center;
	width: 100%;
}

.pagination-news a {
	background-color: #FFFFFF;
	color: #E2E2E2;
	float: left;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color .3s;
	margin: 0 8px;
	font-size: 19px;
	line-height: 1;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border: unset;
}

.pagination-news li span{
	float: left;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color .3s;
	margin: 0 8px;
	font-size: 19px;
	line-height: 1;
	border-radius: 50%;
}
.pagination-news li.active span{
	background-color: #FFB52F;
	color: white;
}
.pagination-news .prev,
.pagination-news .next{
	background-color: #74C924;
	color: white;
}
.pagination-news a:hover:not(.active) {
	background-color: #FFB52F;
	color: #ffffff;
}
/*end page-news*/


/*simple page*/
.single-page{
	background: #ffffff;
	margin-bottom: 215px;
	padding: 65px 60px;
	border-radius: 18px;
}
.search-title{
	text-align: center;
	font-size: 18px;
	padding-bottom: 30px;
}
/*end simple page*/

/*single page*/
.single-content .entry-header h1.entry-title{
	font-size: 45px;
	color: #EA4521;
	padding-bottom: 50px;
}
.date-category{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	padding-bottom: 125px;
}
.single-content .entry-header a.post_category{
	background: #EA4521;
	color: #ffffff;
	width: 150px;
	text-align: center;
	padding: 3px 0;
	border-radius: 16px;
	margin-right: 20px;
}
.single-content .entry-header a.post_category.news,
.single-content .entry-header a.post_category.topics{
	background: #74C924;
}
.single-content .entry-header .entry-date{
	padding-right: 20px;
}
.entry-footer{
	text-align: right;
	margin-top: 150px;
	border-top: 1px solid;
	padding-top: 12px;
	padding-bottom: 87px;
}
.entry-footer a.news-list{
	color: #000000;
	font-size: 16px;
}
.entry-footer a.news-list img{
	padding-left: 10px;
	height: 25px;
}
.mxh-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mxh-box img{
	width: 173px;
}
.mxh-box a{
	margin-right: 15px;
}
/*end single page*/

/*voice*/
.banner-voice{
	background: url(./img/voice-background.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 18px;
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 140px;
	padding: 0 45px;
	color: #3FB5E0;
	text-shadow: 0px 0px 5px #ffffff;
}
.voice-content{
	background: #ffffff;
	border-radius: 18px;
	padding: 45px;
	margin-bottom: 215px;
}
.voice-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.voice-list .voice-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 30%;
	height: 547px;
	margin-left: 5%;
	margin-bottom: 40px;
	border-radius: 18px;
	padding: 20px 8px 20px 16px;
	border: 1px solid #707070;
}
.voice-list .voice-box:nth-child(1),
.voice-list .voice-box:nth-child(4),
.voice-list .voice-box:nth-child(7),
.voice-list .voice-box:nth-child(10),
.voice-list .voice-box:nth-child(13){
	margin-left: 0;
}
.voice-list .voice-box div:nth-child(1){
	text-align: center;
}
.voice-list .voice-box div:nth-child(1) img{
	width: 70px;
	margin-bottom: 22px;
}
.voice-list .voice-box div:nth-child(1) p{
	text-align: left;
	font-size: 13px;
	line-height: 2;
}
.voice-list .voice-box div:nth-child(2) h3{
	font-size: 17px;
	color: #3FB5E0;
}
.voice-list .voice-box div:nth-child(2) p{
	font-size: 13px;
}
.voice-content .pagination-news li.active span {
	background-color: #3FB5E0;
}
.voice-content .pagination-news a:hover:not(.active) {
	background-color: #3FB5E0;
}
/*end voice*/

/*charecter*/
.ct-ol.page-charecter{
	margin-bottom: 215px;
}
.page-charecter .page-info img {
	width: 500px;
}
.page-charecter .ct-title h2 {
	color: #74C924;
}
.page-charecter .page-info {
	color: #74C924;
}
.ct-charecter-box{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-bottom: 50px;
}
.charecter-box-image{
	position: relative;
	width: 38.5%;
	height: 375px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707070;
	border-radius: 18px;
	transition: transform .5s;
}
.charecter-box-image img.charecter-box-icon{
	transition: transform 3s;
}
.charecter-box-image:hover img.charecter-box-icon{
	transform: scale(1.3);

	-webkit-transition: transform .3s ease-in-out;
	-moz-transition:transform .3s ease-in-out;
	-ms-transition:transform .3s ease-in-out;
}
.charecter-box-image .icon-sound{
	position: absolute;
	bottom: 18px;
	right: 18px;
}
.charecter-box-text{
	width: 61.5%;
	padding-left: 100px;
}
.charecter-box-text.txt-nico h2{
	color: #F47417;
}
.charecter-box-text.txt-emmy h2{
	color: #FFB52F;
}
.charecter-box-text.txt-leo h2{
	color: #F05889;
}
.charecter-box-text.txt-ai h2{
	color: #BC58AD;
}
.charecter-box-text.txt-funny h2{
	color: #3FB5E0;
}
.charecter-box-text.txt-emma h2{
	color: #74C924;
}
.charecter-box-text.txt-smabo h2{
	color: #FFDF2F;
}
.ct-charecter-ft{
	text-align: center;
	padding-top: 100px;
}
.ct-charecter-ft img{
	width: 512px;
}

.charecter-box-text h2{
	font-size: 48px;
	color: #EA4521;
	padding-bottom: 30px;
}
.charecter-box-text p{
	font-size: 16px;
}
.charecter-box-text img{
	padding-bottom: 5px;
}
.charecter-box-text p{
	height: 65px;
}

/*end charecter*/

/*company*/
.banner-company{
	background: url(./img/company-background.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 18px;
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 140px;
	padding: 0 45px;
	color: #3FB5E0;
	text-shadow: 0px 0px 5px #ffffff;
}
.ct-cp-1{
	padding-bottom: 150px;
}
p.ct-cp-title{
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}
p.ct-cp-title span{
    font-size: 18px;
	display: block;
}
.ct-cp-1box{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.ct-cp-1a{
    width: 22%;
    padding-right: 35px;
    padding-top: 45px;
}
.ct-cp-1b{
    width: 20.5%;
}
.ct-cp-1c {
	width: 57.5%;
	font-size: 15px;
	padding-top: 40px;
}
.ct-cp-1b p:nth-child(1){
	font-size: 15px;
	border-left: 1px solid #000000;
	padding-left: 8px;
	padding-top: 40px;
}
.ct-cp-1b p:nth-child(2){
	font-size: 12px;
	border-left: 1px solid #000000;
	padding-left: 8px;
}
.ct-cp-1b p:nth-child(3){
	font-size: 15px;
	color: #EA4521;
	border-left: 1px solid #EA4521;
	padding: 8px;
}
.ct-cp-1b p:nth-child(4){
	font-size: 30px;
	border-left: 1px solid #000000;
	padding-left: 8px;
}
.ct-cp-1a img{
	border-radius: 10px;
}
.ct-cp-2{
	margin-bottom: 70px;
}
.ct-cp-2 table{
	border: 1px solid #707070;
	border-radius: 18px;
	border-collapse: unset;
	padding-left: 100px;
}
.ct-cp-2 table th,
.ct-cp-2 table td{
	padding: 45px 0;
	border-bottom: 1px solid #707070;
}
.ct-cp-2 table th{
	width: 19%;
	font-size: 13px;
	vertical-align: top;
}
.ct-cp-2 table td{
	width: 81%;
	font-size: 15px;
	padding-right: 20px;
}
.ct-cp-2 table td .fs-14{
	font-size: 13px;
}
.ct-cp-2 table .tr6 td div{
	border: 1px solid #707070;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.ct-cp-2 table .tr6 td div p{
	font-size: 16px;
	padding-left: 10px;
}
.ct-cp-2 table .tr7 td div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin-bottom: 25px;
}
.ct-cp-2 table .tr7 td iframe{
	width: 100%;
	height: 289px;
}
.ct-cp-3{
	text-align: center;
	padding-bottom: 90px;
}
.ct-cp-3 img{
	padding-top: 35px;
	padding-bottom: 85px;
}
.ct-cp-3a1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 65px;
}
.ct-cp-3a1 div{
	border: 1px solid #707070;
	width: 42.5%;
}
.ct-cp-3a1 p{
	padding: 15px 0;
	font-size: 18px;
	border: 2px solid #707070;
	width: 15%;
	border-radius: 10px;
}
.ct-cp-3a2 h3 {
	font-size: 35px;
	line-height: 1.8;
	padding-bottom: 45px;
}
.ct-cp-3a2 p {
	font-size: 18px;
	line-height: 1.8;
}
.ct-cp-4{
	padding-bottom: 100px;
}
.ct-cp-4box{
	margin-top: 40px;
	border: 1px solid #707070;
	border-radius: 18px;
}
.ct-cp-4 table{
	border-collapse: unset;
	padding-left: 100px;
	width: 100%;
	max-height: 460px;
	overflow: hidden;
	display: block;
	transition: 1s;
}
.ct-cp-4 table th,
.ct-cp-4 table td{
	padding: 45px 0;
	border-bottom: 1px solid #707070;
	font-weight: unset;
}
.ct-cp-4 table th{
	width: 25%;
	font-size: 13px;
	vertical-align: top;
}
.ct-cp-4 table td{
	width: 75%;
	font-size: 13px;
	line-height: 2.5;
}
.ct-cp-4 table tr:last-child td{
	border: unset;
}

.company-box-scroll{
	position: relative;
}
.collapsible {
	position: absolute;
	font-family: serif;
	color: white;
	cursor: pointer;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1.5px solid #000000;
	border-radius: 50%;
	font-size: 45px;
	line-height: 0;
	text-align: center;
	top: 30px;
	left: 23px;
	background: #ffffff;
}

.collapsible:after {
	content: '\002B';
	color: #000000;
	margin-top: -3px;
	display: block;
}

.cp-4box-active:after {
	content: "\2212";
	margin-top: 0;
	margin-left: -2px;
}
.ct-cp-4:last-child{
	padding-bottom: 0;
}
.ct-cp-4:last-child th{
	padding: 10px 0;
	vertical-align: bottom;
}
.ct-cp-4:last-child td{
	padding: 40px 0 80px 0;
}
.company-content{
	margin-bottom: 175px;
}

/*end company*/

/*contact*/
.page-contact .page-info img {
	width: 100px;
}
.form-title p:nth-child(1){
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
}
.form-title p:nth-child(2){
	text-align: center;
	font-size: 13px;
}
.form-title p:nth-child(3){
	text-align: right;
	padding-bottom: 20px;
}
.form-title p:nth-child(3) span{
	font-size: 15px;
	background: #E64B1E;
	padding: 0 10px;
	color: #ffffff;
	border-radius: 5px;
}
.page-contact form table{
	border: 1px solid #EA4521;
	margin-bottom: 20px;
	border-radius: 18px;
	border-collapse: unset;
	width: 100%;
}
.page-contact form table th,
.page-contact form table td{
	border: 1px solid #EA4521;
	padding-left: 35px;
}
.page-contact form table th{
	width: 25%;
	color: #EA4521;
}
.page-contact form table td input::placeholder {
	color: #FDB4A2;
}
.page-contact form table td textarea::placeholder {
	color: #FDB4A2;
}
.page-contact form table td{
	width: 75%;
}
.page-contact form table.table1 th{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-size: 16px;
	padding: 30px 35px;
}
.page-contact form table.table1 td{
	font-size: 18px;
	padding: 30px 35px;
}
.page-contact form table td span.mwform-radio-field{
	padding-right: 35px;
	margin-left: 0 !important;
}
.page-contact form table td input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-top: -5px;
}
.page-contact form table.table2 td{
	padding: 30px 35px;
}
.page-contact form table.table2 td span.mwform-radio-field:first-child{
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
.page-contact form table.table3 td{
	padding: 17px 35px;
}
.page-contact form table.table3 td input{
	border: 1px solid #EA4521;
	background: #FDF6F4;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
}
.page-contact form table.table3 td textarea{
	border: 1px solid #EA4521;
	background: #FDF6F4;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
}
.page-contact form table.table3 tr span.note{
	font-size: 13px;
	color: #3C3C3C;
	padding-left: 10px;
}
.page-contact form{
	padding-bottom: 40px;
}
.page-contact form table.table3 tr:nth-child(4) input{
	width: 50%;
}
.page-contact .form-policy{
	text-align: center;
}
.form-policy .contact_note{
	font-size: 13px;
	padding-bottom: 15px;
}
.form-policy #policy_check{
	font-size: 15px;
	padding-top: 60px;
	padding-bottom: 85px;
}
.form-policy #policy_check input {
	width: 20px;
	height: 20px;
}
.form-btn{
	text-align: center;
}
.form-btn p.btn {
	text-align: center;
}
.form-policy p:nth-child(1) {
	font-size: 12px;
	padding-bottom: 40px;
}
.form-btn p.btn input {
	width: 436px;
	height: 84px;
	color: white;
	background: #E64B1E;
	border-radius: 8px;
	font-size: 30px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: unset;
	border: unset;
}
.form-policy p:nth-child(2) a {
	color: black;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 15px 80px;
	position: relative;
}
.page-contact-confirm .form-policy #policy_check,
.page-contact-confirm .form-policy p:nth-child(2) a{
	display: none;
}
	/*end contact*/

/*office*/
.ct-ol.page-office{
	margin-bottom: 215px;
}
.page-office .ct-title h2{
	color: #BC58AD;
}
.of-title{
	text-align: center;
	font-size: 38px;
	padding: 65px 0;
}
.of-1{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.of-1 iframe{
	width: 46%;
	height: 360px;
	border-radius: 18px;
}
.of-1 table{
	width: 50%;
	height: 360px;
	border: 1px solid #000000;
	border-radius: 18px;
	border-collapse: unset;
}
.of-1 table tr:first-child th{
	border-top-left-radius: 18px;
}
.of-1 table tr:first-child td{
	border-top-right-radius: 18px;
}
.of-1 table tr:last-child th{
	border-bottom-left-radius: 18px;
}
.of-1 table tr:last-child td{
	border-bottom-right-radius: 18px;
}
.of-1 table th{
	border: 1px solid #000000;
	width: 23%;
	text-align: center;
	font-size: 16px;
	background: #E9EAF8;
	font-weight: unset;
}
.of-1 table td{
	border: 1px solid #000000;
	width: 77%;
	padding: 0 15px;
	font-size: 16px;
	font-weight: unset;
}
.of-1 table tr:nth-child(3) td div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.of-1 table tr:nth-child(3) td p{
	width: 48%;
	text-align: center;
	color: #ffffff;
	border-radius: 8px;
	padding: 2px 0;
	background: #E2E2E2;
	font-size: 13px;
}

.of-1 table tr:nth-child(3) td p.bg-red{
	background: #EA4521;
}

.of-2-title{
	padding-top: 70px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
}
.of-2-box{
	border: 1px solid;
	border-radius: 18px;
	padding: 35px 25px;
	text-align: center;
}
.of-2-box p{
	font-size: 18px;
}
.of-2-box .of-2-a{
	font-size: 20px;
	background: #BC58AD;
	color: #ffffff;
	border-radius: 18px;
	padding: 20px 0;

}
.of-2-box .of-2-b{
	color: #BC58AD;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.of-3-box{

}
.of-2 .ct3-box a {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 5%;
}
.of-2 .ct3 {
	padding-bottom: 0;
}
.of-2 .ct3-box a:nth-child(1), .of-2 .ct3-box a:nth-child(4) {
	margin-left: 0;
}
/*end office*/

/*sponsorship*/
.page-sps .ct-title h2 {
	color: #000000;
}
.ct-sps{
	border: 1px solid #707070;
	padding: 45px 45px 80px 45px;
	border-radius: 18px;
}
.ct-sps-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 65px;
}
.ct-sps-title div {
	border: 1px solid #707070;
	width: 28%;
}
.ct-sps-title p {
	padding: 15px 0;
	font-size: 24px;
	width: 15%;
	text-align: center;
}
.ct-sps-1{
	padding-bottom: 125px;
	display: flex;
	justify-content: center;
}
.ct-sps-box{
	width: 20.5%;
	margin: 0 6.4% 6.4% 6.4%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.ct-sps-box img{
	width: 100%;
	height: auto;
	padding-bottom: 17px;
}
.ct-sps-box p{
	font-size: 15px;
	margin-bottom: 15px;
}
.ct-sps-box a{
	font-size: 15px;
	color: #000000;
	border: 1px solid #707070;
	padding: 7px 15px;
	display: inline-block;
}
.ct-sps-box a img{
	width: 20px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.ct-sps-2 {
	flex-wrap: wrap;
	justify-content: flex-start;
}
p.ct-sps-ft{
	font-size: 13px;
	text-align: center;
}
.banner-sponsorship{
	background: url(./img/sponsorship-background.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/*end sponsorship*/

/*document*/
.banner-document {
	background: url(./img/document-background.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.ct-dcm {
	border: 1px solid #707070;
	padding: 45px 45px 45px 45px;
	border-radius: 18px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.ct-dcm-box{
	width: 30%;
	border: 1px solid #000000;
	margin-left: 5%;
	border-radius: 18px;
	margin-bottom: 40px;
}
.ct-dcm-box .ct-dcm-title{
	border-bottom: 1px solid #707070;
	text-align: center;
	padding: 10px 0;
	font-size: 17px;
}
.ct-dcm-list{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 15px;
}
.ct-dcm-list{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 15px;
	width: 85%;
	height: 242px;
	margin: auto;
}
.ct-dcm-list a{
	width: 100%;
	font-size: 16px;
	border: 1px solid #707070;
	color: #707070;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.ct-dcm-list a img{
	width: 20px;
}
.ct-dcm-list p:last-child{
	margin-bottom: 0;
}
.ct-dcm-box:nth-child(1),
.ct-dcm-box:nth-child(4),
.ct-dcm-box:nth-child(7),
.ct-dcm-box:nth-child(10){
	margin-left: 0;
}
/*end document*/

/*page paprika*/
.page-paprika .page-info {
	color: #F47417;
}
.page-info img {
	width: 205px;
}
.ct-pk-1{
	text-align: center;
	padding-bottom: 90px;
}
.page-paprika .ct-ol-box h2{
	background-color: #F47417;
}
.page-paprika .ct-ol-1 h2{
	color: #F47417;
}
.page-paprika .ct-ol-1 .ct-ol-1p1{
	color: #F47417;
}
.page-paprika .ct-ol-box1{
	border-color: #F47417;
}
.page-paprika .ct-ol-box1 p:nth-child(1){
	display: none;
}
.page-paprika .ct-ol-box2{
	color: #F47417;
	border-color: #F47417;
}
.page-paprika .ct-ol-box2 p:nth-child(2) {
	font-size: 16px;
	text-align: left;
	padding: 25px 32px;
}


.of-3-box table{
	width: 100%;
	height: 360px;
	border: 0.5px solid #000000;
	border-radius: 18px;
	border-collapse: unset;
	margin-bottom: 20px;
}
.of-3-box table tr th:first-child{
	border-top-left-radius: 18px;
	width: 35%;
}
.of-3-box table tr th:last-child{
	border-top-right-radius: 18px;
	width: 65%;
}
.of-3-box table tr td:first-child{
	width: 35%;
}
.of-3-box table tr td:last-child{
	width: 65%;
}
.of-3-box table tr:last-child td:first-child{
	border-bottom-left-radius: 18px;
}
.of-3-box table tr:last-child td:last-child{
	border-bottom-right-radius: 18px;
}
.of-3-box table th{
	border: 0.5px solid #000000;
	width: 23%;
	text-align: center;
	font-size: 16px;
	background: #E9EAF8;
	font-weight: unset;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.of-3-box table td{
	border: 0.5px solid #000000;
	width: 77%;
	text-align: left;
	padding: 0 15px;
	font-size: 16px;
	font-weight: unset;
}
.store-orange table tr:nth-child(3) td p.active{
	background: #F47417;
	margin: 10px 0;
}
.store-orange table tr:nth-child(3) td div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.store-blue table tr:nth-child(3) td p.active{
	background: #3246E0;
}