html {
  scroll-behavior: smooth;
}

*{margin: 0;padding: 0}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
}
  
a {
	text-decoration : none;
    outline:none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	}
a:hover {
	opacity: 0.6;
	}

ul, ol {
	list-style : none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: top;
	}
		
.clear {
	clear: both;
}
	
/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

@media screen and (max-width: 600px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */	
.topmenu {display: none;}

/* バーガーメニュー//////////////////////////////////////////////////// */
#g-nav{
    position:fixed;
	z-index: -50;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background:#00acdb;
	transition: all 0.5s;
	visibility: hidden;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	visibility: visible;
	transition: all 0.5s;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position:fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left;
	width: 80vw;
}

#g-nav li a {
	color: #fff;
	font-weight: 300;
	font-size: 4vw;
	text-decoration: none;
	padding:2vw;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#g-nav li a:hover {
	color: #1c9e08;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

#g-nav li.sp_sm_title {
	font-size: 3.9vw;
	margin: 5vw 0 2vw;
	color: #fff;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top:3vw;
	right: 1vw;
	cursor: pointer;
    width: 15vw;
    height:15vw;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 3.5vw;
    height: 2px;
	background-color: #666;
    width: 50%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px; 
}

.openbtn1 span:nth-of-type(2) {
	top:24px;
}

.openbtn1 span:nth-of-type(3) {
	top:33px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
	
header {
	margin: 5vw auto 0;
	width: 90%;
}
	
.logo {
	float: left;
	margin: 0 0 5vw;
	width: 22vw
	}

.video-container {
	margin: 0 auto 5vw;
	width: 90vw;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	clear: both;
}

video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
	
.top_heading {
	width: 85vw;
	margin: 0 auto 7vw;
	text-align: center;
	}
	
h1 {
	font-size: 4.8vw;
	line-height: 1.75em;
	padding-bottom: 4vw;
	margin-bottom: 4vw;
	border-bottom: 1px solid #000;
	font-weight: 500;
	letter-spacing: 1px;
	}
	
h2 {
	font-size: 3.8vw;
	line-height: 1.75em;
	font-weight: 500;
	}
	
.service_area {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.service_box {
	width: 40vw;
	text-align: center;
	margin-bottom: 7vw;
	}
	
.service_box img {
	width: 25vw;
	margin: 0 auto 3vw;
	}
	
.service_box p {
	font-size: 3.3vw;
	}
	
.backimg {
	margin: -20px 0 0;
	}
	
.content {
	width: 85vw;
	margin: 0 auto;
	text-align: center;
	}
	
.top_title {
	font-size: 6.5vw;
	font-weight: 500;
	margin-bottom: 2vw;
	letter-spacing: 2px;
	}
	
.bttomLine {
	width: 13vw;
	margin: 0 auto 8vw;
	border-bottom: solid 6px #000;
	}
	
h3 {
	font-size: 5vw;
	margin: 0 0 3px;
	font-weight: 500;
	}
	
.en_title {
	font-size: 3.5vw;
	margin-bottom: 4vw;
	font-weight: 400;
	}
	
.heading {
	font-size: 3.5vw;
	line-height: 1.75em;
	margin-bottom: 4vw;
	}
	
.content01 {
	width: 85vw;
	margin: 0 auto 12vw;
	}
	
.content_area {
	margin-bottom: 9vw;
	}
	
.content_area img {
	margin-bottom: 3vw;
	}
	
.system_area {
	display: flex;
	justify-content: space-between;
	}
	
.system_title {
	font-size: 3.4vw;
	}
	
.movieBtn a {
	color: #fff;
	background-color: #4a84fa;
	border-radius: 50px;
	width: 30vw;
	height: 7vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.3vw;
	}
	
.company_area {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
	padding: 13vw 0;
	margin-bottom: 30px;
	}
	
.tournament {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-size: 3.3vw; 
	}
	
.company_area dt {
	width: 20%;
	padding: 2.3vw 0;
	border-bottom: solid 1px #000;
	}
	
.company_area dd {
	width: 80%;
	padding: 2.3vw 0;
	border-bottom: solid 1px #000;
	}
	
.company_area dd img {
	width: 31vw;
	padding: 6px 0;
	}
	
/*============== ============== フォームレイアウト ============== ============== ============== */
.contact_area {
	width:85vw;
	margin: 0 auto;
	text-align: center;
}

.contact_area dl.formTable{
	text-align:left;
	font-size: 3.4vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact_area dl.formTable dd,.contact_area dl.formTable dt{
	padding:1.5vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact_area dl.formTable dt{
	margin: 0;
}

.contact_area dl.formTable dt span{
	color: #ca0000;
	font-size: 3.5vw;
	margin-left: 1.5vw;
}

.contact_area dl.formTable dd{
	margin-bottom: 2vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.textlines {
	border: none;
    padding: 1.3vw;
    background-color: #f1f1f1;
    font-size: 3.5vw;
	width: 79vw;
	height: 7vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
	border: 2px solid #4a84fa;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

textarea {
	width: 79vw;
	height: 40vw;
	line-height: 1.7em;
	font-size: 3.5vw;
	border: none;
    padding: 1.3vw;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin-bottom: 2vw;
}
	
.pp_txt {font-size: 3.2vw;}
	
.pp_txt a {
	color: #0560a6;
	text-decoration: underline;	
	}
	
.pp_txt a:hover {
	color: #0560a6;
	text-decoration: none;
	}

.form_submit {
	background-color: #c1c1c1;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 4vw;
	width: 39vw;
	height: 13vw;
	color: #fff;
	border: none;
	margin: 4vw auto 15vw auto;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.form_submit #back {
	font-size: 4vw;
	width: 39vw;
	height: 13vw;
	border: none;
	background-color: #212121;
	color: #fff;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.form_submit #send {
	font-size: 4vw;
	width: 39vw;
	height: 13vw;
	border: none;
	background-color: #4a84fa;
	color: #fff;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.thanks_area {
	width: 85vw;
	padding-top: 20vw;
	margin: 0 auto 20vw;
	clear: both;
	text-align: center;
}

.thanks_txt {
	font-size: 5vw;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 4vw;
}

.thanks_txt02 {
	font-size: 3.5vw;
	line-height: 2em;
	margin-bottom: 10vw;
}

.thanks_Btn a {
	width: 40vw;
	height: 10vw;
	margin: 0 auto;
	color: #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #c6c6c6;
	font-size: 3.5vw;
	padding: 0 0 1px;
}

.thanks_Btn a:hover {
	color: #fff;
	border: solid 1px #212121;
	background-color: #212121;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
footer {
	width: 100%;
	background-color: #0b4c81;
	padding: 7vw 0;
	position: relative;
	text-align: center;
	}
	
.f_area {
	width: 85vw;
	margin: 0 auto 2.5vw;
	}
	
.f_area p {
	font-size: 5vw;
	font-weight: 600;
	color: #fff;
	margin-bottom: 3vw;
	}
	
.f_menu {
	margin: 1vw 0 0;
	}
	
.f_menu li {
	font-size: 3.3vw;
	margin-bottom: 3vw;
	}
	
.f_menu li a {color: #fff;}

.copytxt {
	color: #fff;
	font-size: 3vw;
	}
	
.toppage {
	width: 8vw;
	position: absolute;
	top: 7vw;
	right: 6vw;
	z-index: 10;
	}
	
/* privacypolicy //////////////////////////////////////////////////////*/
.policy_title {
	width: 80vw;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-top: 10vw;
	}
	
.policy {
	width: 80vw;
	margin: 0 auto 15vw;
}

.policy h3 {
	font-size: 3.8vw;
	margin-bottom: 3vw;
	}

.policy p {
	margin-bottom: 3vw;
	font-size: 3.5vw;
	line-height: 1.75em;
}

.policy p a {
	color: #4a84fa;
	text-decoration: underline;
}
.policy p a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.policy ul {
	margin: 0 0 3vw 3.5vw;
	font-size: 3.5vw;
	line-height: 2em;
	list-style: square;
}

	
}


@media screen and (min-width:601px) and ( max-width:1024px) {

/*
**  tablet
============== ============== ============== ============== ============== ============== ============== */	
#g-nav {display: none;}

header {
	margin: 2.5vw auto 0;
	width: 90%;
}
	
.logo {
	float: left;
	margin: 0 0 2vw;
	width: 13vw
	}
	
.topmenu {
	text-align: center;
	margin: 4vw auto 0;
	float: right;
	}
	
.topmenu li {
	display: inline;
	margin-left: 3vw;
	font-size: 1.7vw;
	}
	
.topmenu li a {color: #000;}

.topmenu li a:hover {color: #4a84fa;}

.video-container {
	margin: 0 auto 3.5vw;
	width: 90vw;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	clear: both;
}

video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
	
.top_heading {
	width: 60vw;
	margin: 0 auto 3vw;
	text-align: center;
	}
	
h1 {
	font-size: 3vw;
	line-height: 1.75em;
	padding-bottom: 2.3vw;
	margin-bottom: 2.3vw;
	border-bottom: 1px solid #000;
	font-weight: 500;
	letter-spacing: 2px;
	}
	
h2 {
	font-size: 2.3vw;
	line-height: 1.75em;
	font-weight: 500;
	}
	
.service_area {
	width: 70vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.service_box {
	width: 23vw;
	text-align: center;
	margin-bottom: 3vw;
	}
	
.service_box img {
	width: 15vw;
	margin: 0 auto 10px;
	}
	
.service_box p {
	font-size: 1.7vw;
	}
	
.backimg {
	margin: -20px 0 0;
	}
	
.content {
	width: 85vw;
	margin: 0 auto;
	text-align: center;
	}
	
.top_title {
	font-size: 3vw;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 2px;
	}
	
.bttomLine {
	width: 10vw;
	margin: 0 auto 4vw;
	border-bottom: solid 6px #000;
	}
	
h3 {
	font-size: 2.5vw;
	margin: 0 0 3px;
	font-weight: 500;
	}
	
.en_title {
	font-size: 1.6vw;
	margin-bottom: 2vw;
	font-weight: 400;
	}
	
.heading {
	font-size: 1.7vw;
	line-height: 1.75em;
	margin-bottom: 3vw;
	}
	
.content01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 85vw;
	margin: 0 auto 6vw;
	}
	
.content_area {
	width: 40vw;
	margin-bottom: 4vw;
	}
	
.content_area img {
	margin-bottom: 2vw;
	}
	
.system_area {
	display: flex;
	justify-content: space-between;
	}
	
.system_title {
	font-size: 1.5vw;
	}
	
.movieBtn a {
	color: #fff;
	background-color: #4a84fa;
	border-radius: 50px;
	width: 15vw;
	height: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5vw;
	}
	
.company_area {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
	padding: 8vw 0;
	margin-bottom: 70px;
	}
	
.tournament {
	width: 50vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	font-size: 1.5vw; 
	}
	
.company_area dt {
	width: 18%;
	padding: 1.3vw 0;
	border-bottom: solid 1px #000;
	}
	
.company_area dd {
	width: 82%;
	padding: 1.3vw 0;
	border-bottom: solid 1px #000;
	}
	
.company_area dd img {
	width: 14vw;
	padding: 6px 0;
	}
	
/*============== ============== フォームレイアウト ============== ============== ============== */
.contact_area {
	width:65vw;
	margin: 0 auto;
	text-align: center;
}

.contact_area dl.formTable{
	text-align:left;
	font-size: 1.5vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact_area dl.formTable dd,.contact_area dl.formTable dt{
	padding:1vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact_area dl.formTable dt{
	margin: 0;
}

.contact_area dl.formTable dt span{
	color: #ca0000;
	font-size: 1.3vw;
	margin-left: 1vw;
}

.contact_area dl.formTable dd{
	margin-bottom: 1.5vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.textlines {
	border: none;
    padding: 1.3vw;
    background-color: #f1f1f1;
    font-size: 1.7vw;
	width: 60vw;
	height: 3vw;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
	border: 2px solid #4a84fa;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

textarea {
	width: 60vw;
	height: 20vw;
	line-height: 1.7em;
	font-size: 1.7vw;
	border: none;
    padding: 1.3vw;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin-bottom: 1.5vw;
}
	
.pp_txt {font-size: 1.5vw;}
	
.pp_txt a {
	color: #0560a6;
	text-decoration: underline;	
	}
	
.pp_txt a:hover {
	color: #0560a6;
	text-decoration: none;
	}

.form_submit {
	background-color: #c1c1c1;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 2vw;
	width: 26vw;
	height: 7.5vw;
	color: #fff;
	border: none;
	margin: 2vw auto 10vw auto;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.form_submit #back {
	font-size: 2vw;
	width: 26vw;
	height: 7.5vw;
	border: none;
	background-color: #212121;
	color: #fff;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.form_submit #send {
	font-size: 2vw;
	width: 26vw;
	height: 7.5vw;
	border: none;
	background-color: #4a84fa;
	color: #fff;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.thanks_area {
	padding-top: 30vw;
	margin: 0 auto 30vw;
	clear: both;
	text-align: center;
}

.thanks_txt {
	font-size: 3vw;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 5vw;
}

.thanks_txt02 {
	font-size: 2vw;
	line-height: 2em;
	margin-bottom: 10vw;
}

.thanks_Btn a {
	width: 30vw;
	height: 7vw;
	margin: 0 auto;
	color: #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #c6c6c6;
	font-size: 2vw;
	padding: 0 0 1px;
}

.thanks_Btn a:hover {
	color: #fff;
	border: solid 1px #212121;
	background-color: #212121;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
footer {
	width: 100%;
	background-color: #0b4c81;
	padding: 40px 0;
	position: relative;
	text-align: center;
	}
	
.f_area {
	width: 75vw;
	margin: 0 auto 2.5vw;
	display: flex;
	justify-content: space-between;
	}
	
.f_area p {
	font-size: 2.5vw;
	font-weight: 600;
	color: #fff;
	}
	
.f_menu {
	margin: 1vw 0 0;
	}
	
.f_menu li {
	display: inline;
	margin-left: 1.5vw;
	font-size: 1.5vw;
	}
	
.f_menu li a {color: #fff;}

.copytxt {
	color: #fff;
	}
	
.toppage {
	width: 4.5vw;
	position: absolute;
	top: 5vw;
	right: 3vw;
	z-index: 10;
	}
	
/* privacypolicy //////////////////////////////////////////////////////*/
.policy_title {
	width: 80vw;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-top: 10vw;
	}
	
.policy {
	width: 80vw;
	margin: 0 auto 15vw;
}

.policy h3 {
	font-size: 2vw;
	margin-bottom: 2vw;
	}

.policy p {
	margin-bottom: 1.5vw;
	font-size: 1.7vw;
	line-height: 1.75em;
}

.policy p a {
	color: #4a84fa;
	text-decoration: underline;
}
.policy p a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.policy ul {
	margin: 0 0 1vw 2vw;
	font-size: 1.7vw;
	line-height: 2em;
	list-style: square;
}

	
}


@media screen and (min-width: 1025px){
/*
** pc
============== ============== ============== ============== ============== ============== ============== */
#g-nav {display: none;}

header {
	margin: 20px auto 0;
	width: 90%;
}
	
.logo {
	float: left;
	margin: 15px 0 20px;
	}
	
.topmenu {
	text-align: center;
	margin: 50px auto 0;
	float: right;
	}
	
.topmenu li {
	display: inline;
	margin-left: 40px;
	font-size: 18px;
	}
	
.topmenu li a {color: #000;}

.topmenu li a:hover {color: #4a84fa;}

.video-container {
	margin: 0 auto 100px;
	width: 90%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	clear: both;
}

video {
	min-width: 100%;
}
	
.top_heading {
	width: 750px;
	margin: 0 auto 65px;
	text-align: center;
	}
	
h1 {
	font-size: 40px;
	line-height: 1.75em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
	font-weight: 500;
	letter-spacing: 2px;
	}
	
h2 {
	font-size: 25px;
	line-height: 1.75em;
	font-weight: 500;
	}
	
.service_area {
	width: 830px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
.service_box {
	width: 250px;
	text-align: center;
	margin-bottom: 50px;
	}
	
.service_box img {
	width: 166px;
	margin: 0 auto 10px;
	}
	
.service_box p {
	font-size: 19px;
	}
	
.backimg {
	margin: -20px 0 0;
	}
	
.content {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	}
	
.top_title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 4px;
	}
	
.bttomLine {
	width: 115px;
	margin: 0 auto 55px;
	border-bottom: solid 6px #000;
	}
	
h3 {
	font-size: 27px;
	margin: 0 0 3px;
	font-weight: 500;
	}
	
.en_title {
	font-size: 17px;
	margin-bottom: 35px;
	font-weight: 400;
	}
	
.heading {
	font-size: 19px;
	line-height: 1.75em;
	margin-bottom: 30px;
	}
	
.content01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 60px;
	}
	
.content_area {
	width: 480px;
	margin-bottom: 50px;
	}
	
.content_area img {
	margin-bottom: 20px;
	}
	
.system_area {
	display: flex;
	justify-content: space-between;
	}
	
.system_title {
	font-size: 17px;
	}
	
.movieBtn a {
	color: #fff;
	background-color: #4a84fa;
	border-radius: 50px;
	width: 130px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
.company_area {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
	padding: 80px 0;
	margin-bottom: 70px;
	}
	
.tournament {
	width: 600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	}
	
.company_area dt {
	width: 18%;
	padding: 20px 0;
	border-bottom: solid 1px #000;
	}
	
.company_area dd {
	width: 82%;
	padding: 20px 0;
	border-bottom: solid 1px #000;
	}
	
.company_area dd img {
	width: 152px;
	padding: 6px 0;
	}
	
/*============== ============== フォームレイアウト ============== ============== ============== */
.contact_area {
	width:600px;
	margin: 0 auto;
	text-align: center;
}

.contact_area dl.formTable{
	text-align:left;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact_area dl.formTable dd,.contact_area dl.formTable dt{
	padding:10px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact_area dl.formTable dt{
	margin: 0;
}

.contact_area dl.formTable dt span{
	color: #ca0000;
	font-size: 13px;
	margin-left: 10px;
}

.contact_area dl.formTable dd{
	margin-bottom: 10px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.textlines {
	border: none;
    padding: 16px;
    background-color: #f1f1f1;
    font-size: 16px;
	width: 570px;
	height: 27px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"] {
	background-color: #f1f1f1;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

input[type="text"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
	border: 2px solid #4a84fa;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

textarea {
	width: 570px;
	height: 306px;
	line-height: 1.7em;
	font-size: 16px;
	border: none;
    padding: 15px;
    background-color: #f1f1f1;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	margin-bottom: 30px;
}
	
.pp_txt a {
	color: #0560a6;
	text-decoration: underline;
	}
	
.pp_txt a:hover {
	color: #0560a6;
	text-decoration: none;
	}

.form_submit {
	background-color: #c1c1c1;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
	width: 250px;
	height: 70px;
	color: #fff;
	border: none;
	margin: 30px auto 150px auto;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.form_submit #back {
	width: 250px;
	height: 70px;
	border: none;
	background-color: #212121;
	color: #fff;
	font-size: 18px;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.form_submit #send {
	width: 250px;
	height: 70px;
	border: none;
	background-color: #4a84fa;
	color: #fff;
	font-size: 18px;
	cursor : pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	}

.thanks_area {
	width: 1000px;
	margin: 0 auto 200px;
	text-align: center;
	clear: both;
	padding-top: 80px;
}

.thanks_txt {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.8em;
	margin: 0 0 50px;
}

.thanks_txt02 {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 80px;
}

.thanks_Btn a {
	width: 320px;
	height: 55px;
	margin: 0 auto;
	color: #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #c6c6c6;
	font-size: 17px;
	padding: 0 0 1px;
}

.thanks_Btn a:hover {
	color: #fff;
	border: solid 1px #212121;
	background-color: #212121;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
	
footer {
	width: 100%;
	background-color: #0b4c81;
	padding: 40px 0;
	position: relative;
	text-align: center;
	}
	
.f_area {
	width: 900px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	}
	
.f_area p {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	}
	
.f_menu {
	margin: 10px 0 0;
	}
	
.f_menu li {
	display: inline;
	margin-left: 30px;
	font-size: 17px;
	}
	
.f_menu li a {color: #fff;}

.copytxt {
	color: #fff;
	}
	
.toppage {
	width: 46px;
	position: absolute;
	top: 35px;
	right: 40px;
	z-index: 10;
	}
	

/* privacypolicy //////////////////////////////////////////////////////*/
.policy_title {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-top: 70px;
	}
	
.policy {
	width: 1000px;
	margin: 0 auto 150px;
}

.policy h3 {
	font-size: 20px;
	margin-bottom: 10px;
	}

.policy p {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 2em;
}

.policy p a {
	color: #4a84fa;
	text-decoration: underline;
}
.policy p a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.policy ul {
	margin: 0 0 30px 30px;
	font-size: 15px;
	line-height: 2em;
	list-style: square;
}
	
}