@charset "utf-8";
 /* google web font
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

 /* link
----------------------------------------------------------- */
#header a:link,
#footer a:link {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#header a:visited,
#footer a:visited {
	text-decoration: none;
}
#header a:hover,
#footer a:hover {
	text-decoration: none;
}
#header a:active,
#footer a:active {
	text-decoration: none;
}
a:link {
    color: #0090c4;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:visited {
    color: #0090c4;
	text-decoration: underline;
}
a:hover {
    color:#00aaea;
	text-decoration: underline;
}
a:active {
    color:#00aaea;
	text-decoration: underline;
}
/* tel:リンクの装飾をリセット */
a[href^="tel"] {
  color:#000;
  text-decoration: none;
}
nav.menu a:link,
.ft-nav li a:link,
.block-news a:link,
.link-list a:link {
	color:#000;
}
nav.menu a:visited,
.ft-nav li a:visited,
.block-news a:visited,
.link-list a:visited {
	color:#000;
}
@media screen and (min-width : 768px){
a:hover,
nav.menu a:hover,
.ft-nav li a:hover,
.hd-contact a:hover,
.pankuzu li a:hover {
	color:#00aaea;
}
a:active,
nav.menu a:active,
.ft-nav li a:active,
.hd-contact a:active,
.pankuzu li a:active {
	color:#00aaea;
}
.list-sns li{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.list-sns li:hover,
.list-lng dd ul li a:hover,
.list-lng dd ul li a:active,
.ft-top-r li a:hover,
.ft-top-r li a:active,
.ft-logo .txt-logo a:hover,
.ft-logo .txt-logo a:active,
.ft-contact a:hover,
.ft-contact a:active {
    opacity: .8;
    text-decoration: none;
    color: #FFF;
}
}
@media screen and (max-width : 768px){
nav.menu a:link {
	color:#FFF;
}
nav.menu a:visited {
	color:#FFF;
}
}


/* 表示切替
----------------------------------------------------------- */
.for_pc {
	display:block !important;
}
.for_smp {
	display:none !important;
}
img.for_pc {
	display:inline !important;
}
img.for_smp {
	display:none !important;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 表示切替
----------------------------------------------------------- */
.for_pc {
	display:none !important;
}
.for_smp {
	display:block !important;
}
img.for_pc {
	display:none !important;
}
img.for_smp {
	display:inline !important;
}
}


 /* 共通
----------------------------------------------------------- */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    font-weight: 500;
}


 /* header pc
----------------------------------------------------------- */
#header li , #footer li {
    list-style: none;
}
#header ul , #footer ul {
    padding-left: 0;
}
#header {
    padding: 0;
    position: fixed;
    top: 0;
    left:  0;
    z-index: 2;
    height: 90px;
}
#header .hd-main {
    width: 1200px;
    margin: 0 auto;
    /* position: relative; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}
#header .hd-sp {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    */
    flex-basis: 80%;
}
#content {
    /* ↓本文のための余白 */
    margin-top: 90px;
}
nav.menu {
    /*
    margin-top: 63px;
    */
}
/* 右側 */
.hd-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-end;
    padding-top: 15px;
}
/* ロゴ */
.hd-logo {
    line-height: 1.1;
    font-size: 1%;
    /*
    flex-basis: 18%;
    */
    height: 70px;
}
.hd-logo img {
    width: auto;
    height: 100%;
}
/* Language */
header .list-lng {
    position: relative;
}
.list-lng dt {
    background-image: url("../img/ico_language.svg");
    background-repeat: no-repeat;
    background-position: 0% 3px;
    background-size: 17px 17px;
    padding-left: 23px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
	display: inline-block;
    padding-right: 18px;
    vertical-align: top;
	text-decoration: none;
}
.list-lng dt::after {
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: top;
	right: 1px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
    transition: transform 0.3s ease;
}
.list-lng dt.on:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(-45deg);
    top: 7px;
}
.list-lng dd {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
header .list-lng dd {
    top: 25px;
}
.list-lng dd ul {
    margin-top: 3px;
    margin-bottom: 3px;
    }
.list-lng dd ul li {
    background-color:#00aaea;
    text-align: center;
    border-bottom: 1px solid #FFF;
}
.list-lng dd ul li:last-child {
    border-bottom: none;
}
.list-lng dd ul li a {
    display: block;
    padding: 5px;
    color: #FFF;
}
/* お問い合わせ */
.hd-contact {
    font-size: 15px;
    font-weight: bold;
    background-image: url("../img/ico_mail.svg");
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 20px auto;
    padding-left: 25px;
    margin-left: 20px;
}
.hd-contact a {
    color: #000;
}
/* SNS */
.list-sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 0px 20px;
}
.hd-main .list-sns {
    margin-left: 20px;
}
.hd-main .list-sns01 img {
    height: 17px;
}
.hd-main .list-sns02 img,
.hd-main .list-sns03 img {
    height: 20px;
}
/* メイン画像 */
/* 上書き */
.l-content__body {
    margin: 0;
    padding: 0;
}
@media screen and (max-width : 1280px){
#header .hd-main {
    width: 92%;
    }
.hd-logo {
    flex-basis: 17%;
    height: auto;
    }
.hd-logo img {
    width: 100%;
    height: auto;
}
#header .hd-sp {
    flex-basis: 81%;
}
}
@media screen and (max-width : 1024px){
}
@media screen and (max-width : 850px){
#header .hd-main {
    width: 96%;
    }
}
/* header sp
----------------------------------------------------------- */
@media screen and (max-width : 768px){
#header {
    height: 100px;
}
#header .hd-main {
    width: 100%;
    }
#header .hd-sp {
    display: none;
    flex-basis: auto;
    width: 100%;
}
#header .hd-sp.active {
    display: flex !important;
    flex-direction: column;
}
.hd-logo {
    width: 100%;
    height: 100px;
    left: 0;
    top:0;
    flex-basis: auto;
    background-color: #FFF;
    }
.hd-logo img {
    width: auto;
    height: 100px;
    margin-left: 10px;
    }
nav.menu {
    order: 1;
}
#content {
    /* ↓本文のための余白 */
    margin-top: 100px;
}
.hd-right {
    order: 2;
    background-color: #FFF;
    width: 100%;
    padding: 30px 20px 60px 20px;
    display: block;
    text-align: center;
}
header .list-lng {
    display: inline-block;
    position: relative;
}
/*
header .list-lng dd {
    position: absolute;
    left: 0;
    top: 25px;
}
*/
.hd-contact {
    font-size: 16px;
    font-weight: bold;
    background-image: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
}
.hd-contact a {
    display: inline-block;
    background-color: #000;
    padding: 16px 25px 16px 50px;
    -webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
    color: #FFF;
    background-image: url("../img/ico_mail_wht.svg");
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-size: 18px auto;
}
.hd-contact a:after {
    content: "";
    background-image: url("../img/ico_right_wht.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px auto;
    padding-left: 15px;
}
.hd-main .list-sns {
    margin-top: 30px;
    justify-content: center;
    gap: 0 40px;
    margin-left: 0;
}
.hd-main .list-sns01 img {
    height: 21px;
}
.hd-main .list-sns02 img,
.hd-main .list-sns03 img {
    height: 25px;
}
.hd-top-menu-sp {
    text-align: center;
    height: 100px;
    width: 100px;
    background-color: #00aaea;
    color: #FFF;
    position: absolute;
    top:0;
    right: 0;
    z-index: 3;
    }
.hd-top-menu-sp .txt_menu {
    padding-top: 40px;
    font-size: 15px;
}
/* メニューボタン */
#btn-gnav .menu-trigger,
#btn-gnav .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
#btn-gnav .menu-trigger {
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#btn-gnav .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    border-radius: 3px;
}
#btn-gnav .menu-trigger span:nth-of-type(1) {
    top: 0;
}
#btn-gnav .menu-trigger span:nth-of-type(2) {
    top: 13px;
}
#btn-gnav .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
#btn-gnav.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
}
#btn-gnav.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
#btn-gnav.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
}
.hd-bottom-link-sp li {
    flex-basis: 28%;
}
/* メニューOPEN時の本文スクロール防止 */
body.no_scroll {
	overflow: hidden;
}
/* navをスクロールさせるためのモーダル */
.g_nav_modal {
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index:1;
	-webkit-overflow-scrolling: touch;
    background-color: #FFF;
}
}
@media screen and (max-width : 640px){
#header {
    height: 70px;
}
.hd-logo {
    height: 70px;
    }
.hd-logo img {
    height: 60px;
    width: auto;
    margin-top: 5px;
}
.hd-top-menu-sp {
    height: 70px;
    width: 70px;
    }
.hd-top-menu-sp .txt_menu {
    padding-top: 28px;
    font-size: 12px;
}
/* メニューボタン */
#btn-gnav .menu-trigger {
    width: 36px;
    height: 29px;
    }
#btn-gnav .menu-trigger span:nth-of-type(2) {
    top: 13px;
}
#content {
    /* ↓本文のための余白 */
    margin-top: 70px;
}
.g_nav_modal {
	top: 70px;
    }
}



 /* body pc
----------------------------------------------------------- */
/* TOP メイン本文 */
.container-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 1200px;
    margin: 0 auto;
}
/* TOP 本文左 */
.container-left {
    width: 460px;
    margin-top: 50px;
    }
/* TOP 本文右 */
.container-right {
    width: 650px;
    margin-top: 50px;
    }
/* メイン本文（下層） */
.container-main {
    width: 1200px;
    margin: 0 auto;
}
/* サイドスライド */    
.side-slide {
    width: 100%;
    background-color: #e1f5fd;
    -webkit-border-radius: 25;
	-moz-border-radius: 25;
	border-radius: 25px;
    text-align: center;
    /* padding: 30px; */
    /* 複数枚の時 */
    padding: 30px 30px 80px 30px;
    position: relative;
}
.side-slide img {
    width: 400px;
}
.side-sns {
}
.side-ig {
    margin-top: 30px;
}
.block-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
.tit-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.tit-main .txt-en img {
    height: 32px;
}
.tit-main .txt-ja {
    margin-left: 22px;
    font-size: 22px;
}
/* 一覧を見る */
.link-list {
    font-size: 16px;
    font-weight: bold;
}
.link-list a {
    background-image: url("../img/ico_right.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 8px auto;
    display: block;
    padding-right: 15px;
}
.link-list a:link,
.link-list a:hover,
.link-list a:visited,
.link-list a:active {
    border: none;
    text-decoration: none;
}
.block-news {
    border-bottom: 1px solid #CCC;
    padding: 18px 0;
}
.block-news dt {
    font-size: 14px;
    color: #737373;
}
.block-news dd {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}
.block-news dd a:link,
.block-news dd a:hover,
.block-news dd a:visited,
.block-news dd a:active {
    border: none;
    text-decoration: none;
    display: block;
}
.block_banner {
    width: 100%;
    }
/* 下層 メイン本文 */
/* ページタイトル */
.title01 {
    width: 100%;
    padding: 33px 5px;
    background-color: #00aaea;
    color: #FFF;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
/* 見出し2 */
.title02 {
    width: 100%;
    padding: 10px 5px 10px 20px;
    background-color: #025dbf;
    color: #FFF;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    margin-top: 65px;
    font-weight: bold;
}
/* 見出し3 */
.title03 {
    padding: 0px 5px 0px 15px;
    border-left: #025dbf 5px solid;;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-top: 65px;
    color: #025dbf;
    font-weight: bold;
}
/* 見出し4 */
.title04 {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    margin-top: 50px;
    color: #025dbf;
    font-weight: bold;
}
/* パンくず */
.pankuzu {
    list-style: none;
    margin: 0 0 75px 0;
    padding: 0;
}
.pankuzu li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
}
.pankuzu li::after {
    content: "＞";
    padding-left: 10px;
}
.pankuzu li:last-child::after {
    content: "";
    padding-left: 0px;
}
.pankuzu li a {
    color: #000;
}
/* 下層　メイン画像 */
.img-main {
    margin-top: -60px;
    width: 100%;
    line-height: 0;
}
.img-main img {
    width: 100%;
}
/*キャッチコピー*/
.txt-catch {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-top: 65px;
}
.txt-catch-sub {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    width: 840px;
    margin: 25px auto 0 auto;
}
/* 本文 */
.txt-base {
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
    margin-top: 0.5em;
}
.txt-base-plus {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}
/* 定義リスト　リンク */
.dl-listing {
    margin-top: 0.5em;
    font-size: 16px;
    line-height: 1.9;
}
.dl-listing ul {
    padding-left: 0;
    list-style: disc;
    margin-left: 2em;
}
.dl-listing ol {
    padding-left: 0;
    list-style: decimal;
    margin-left: 2.5em;
}
/*余白*/
.mt40 {
    margin-top: 40px;
}
/* 項目 */
.list-overview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*
    justify-content:space-between;
    */
    align-items: center;
    border-bottom: #CCC 1px solid;
    padding: 20px 0;
}
.list-overview > dt {
    flex-basis: 20%;
    font-size: 16px;
    font-weight: bold;
    color: #025dbf;
    padding-left: 20px;
}
.list-overview > dd {
    flex-basis: 80%;
    font-size: 16px;
}
.sub-definition {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sub-definition > dt {
    flex-basis: 20%;
    position: relative;
    padding-left: 1.2em;
    }
.sub-definition > dt::before {
    content: "・";
    position: absolute;
    left: 0px;
    top:0px;
    }
.sub-definition > dd {
    flex-basis: 80%;
    position: relative;
    padding-left: 1.2em;
    }
.sub-definition > dd::before {
    content: "：";
    position: absolute;
    left: 0px;
    top:0px;
    }
.txt-skyblue {
    color: #00aaea;
}
/* ハイライト */
.block-highlight {
    padding: 20px 20px 20px 30px;
    background-color: #f4f4f4;
    margin-top: 20px;
}
/* リスト装飾なし */
.list-plain {
    list-style: none;
    padding-left: 0;
}
.list-plain li {
    margin-left: 0;
    font-size: 16px;
} 
@media screen and (max-width : 1280px){
/* TOP メイン本文 */
.container-main,
.container-top {
    width: 92%;
}
/* TOP 本文左 */
.container-left {
    width: 35%;
    }
/* TOP 本文右 */
.container-right {
    width: 60%;
    }
/* サイドスライド */    
.side-slide {
    /*
    padding: 20px;
    */
    /*　複数枚の時 */
    padding: 20px 20px 60px 20px;
}
.side-slide img {
    width: auto;
}
.sub-definition > dt {
    flex-basis: 27%;
    }
.sub-definition > dd {
    flex-basis: 73%;
    }
}
@media screen and (max-width : 940px){
.txt-catch-sub {
    width: auto;
}
}
/* body sp
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* TOP メイン本文 */
.container-top {
    display: block;
}
.container-main {
    width: 90%;    
}
/* TOP 本文左 */
.container-left {
    width: 100%;
    }
/* TOP 本文右 */
.container-right {
    width: 100%;
    }
/* サイドスライド */    
.side-slide {
/*
    padding: 30px;
    */
    /*　複数枚の時 */
    padding: 30px 30px 60px 30px;
}
.side-sns {
    display: none;
}
.tit-main .txt-en img {
    height: 28px;
}
/* 下層　メイン画像 */
/* ページタイトル */
.title01 {
    padding: 30px 5px;
    font-size: 28px;
}
/*キャッチコピー*/
.txt-catch {
    font-size: 22px;
/*
    margin-top: 65px;
*/
}
/*
.txt-catch-sub {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    width: 810px;
    margin: 25px auto 0 auto;
}
*/
/* 見出し2 */
.title02 {
    font-size: 22px;
/*    margin-top: 65px;*/
}
/* 見出し3 */
.title03 {
    font-size: 22px;
}
/* 項目 */
/*
.list-overview {
    padding: 20px 0;
}
*/
.list-overview > dt {
    flex-basis: 22%;
    font-size: 16px;
    padding-left: 20px;
}
.list-overview > dd {
    flex-basis: 78%;
    font-size: 16px;
}
.sub-definition > dt {
    flex-basis: 30%;
    }
.sub-definition > dd {
    flex-basis: 70%;
    }
/* パンくず */
.pankuzu {
    list-style: none;
    margin: 0 0 30px 0;
}
/* 下層　メイン画像 */
.img-main {
    margin-top: 0px;
}
}
@media screen and (max-width : 640px){
/* サイドスライド */    
.side-slide {
    -webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 20px;
    /* padding: 20px; */
    /*　複数枚の時 */
    padding: 20px 20px 50px 20px;
}
.tit-main .txt-en img {
    height: 22px;
}
.tit-main .txt-ja {
    margin-left: 8px;
    font-size: 18px;
}
/* 一覧を見る */
.link-list {
    font-size: 14px;
}
/* 下層　メイン画像 */
/* ページタイトル */
.title01 {
    padding: 25px 5px;
    font-size: 22px;
}
/* 見出し2 */
.title02 {
    font-size: 22px;
    margin-top: 50px;
}
/* 見出し3 */
.title03 {
    font-size: 20px;
    margin-top: 50px;
}
/*キャッチコピー*/
.txt-catch {
    font-size: 18px;
    margin-top: 40px;
}
.txt-catch-sub {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    margin: 15px auto 0 auto;
}
/* 本文 */
.txt-base {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    margin-top: 0.5em;
}
.txt-base-plus {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}
/* 定義リスト　リンク */
.dl-listing {
    margin-top: 0.5em;
    font-size: 15px;
    line-height: 1.7;
}
/* 項目 */
.list-overview {
    padding: 16px 0;
}
.list-overview > dt {
    flex-basis: 30%;
    font-size: 15px;
    padding-left: 10px;
}
.list-overview > dd {
    flex-basis: 70%;
    font-size: 15px;
}
.sub-definition {
    display: block;
}
.sub-definition {
    margin-top: 10px;

    }
.sub-definition > dd:before {
    content: "";

    }
}



 /* footer
----------------------------------------------------------- */
#footer {
    background-color: #FFF;
    padding-bottom: 40px;
    margin-top: 130px;
}
.ft-top {
    background-color: #00aaea;
    width: 100%;
    padding: 50px 0;
}
.ft-top .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content:space-between;
    align-items: center; */
    width: 1200px;
    margin: 0 auto;
    color: #FFF;
}
.ft-top .container a {
    color: #FFF;
}
/* ロゴ */
.ft-logo {
    width: 130px;
    margin-right: 70px;
}
.ft-logo img {
    width: 100%;
}
.ft-logo p.txt-logo {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
/* 右側ブロック */
.ft-top-r {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 0px 50px;
}
/* 過去大会 */
.ft-top-r li.list-past li {
    text-align: center;
    margin-top: 10px;
}
/* 下側ブロック */
.ft-bottom {
    padding-top: 35px;    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content:space-between; */
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.ft-bottom .list-sns {
    gap: 0 30px;
    align-items: center;
}
.ft-bottom .list-sns01 img {
    height: 21px;
}
.ft-bottom .list-sns02 img,
.ft-bottom .list-sns03 img {
    height: 25px;
}
.ft-bottom .list-lng {
    margin-left: 30px;
    position: relative;
}
.ft-bottom .list-lng dd {
    position: absolute;
    bottom: 100%; /* dtの上側に配置される */
    left: 0;
}
.ft-contact {
    margin-left: 50px;
    font-size: 18px;
    font-weight: bold;
}
.ft-contact a {
    display: block;
    background-color: #000;
    padding: 18px 25px 18px 55px;
    -webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
    color: #FFF;
    background-image: url("../img/ico_mail_wht.svg");
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-size: 20px auto;
}
.ft-contact a:after {
    content: "";
    background-image: url("../img/ico_right_wht.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px auto;
    padding-left: 15px;
}
.ft-bottom .txt-address {
    margin-left: 30px;
}
.ft-bottom .txt-address dt {
    font-size: 16px;
    font-weight: bold;
}
.ft-bottom .txt-address dd {
    font-size: 14px;
    margin-top: 5px;
}
.ft-bottom address {
    font-size: 14px;
    font-style: normal;
}
/* ナビ */
.ft-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 55px;
    border-left: #CCC 1px solid;
}
.ft-nav li {
    font-size: 16px;
    line-height: 1.2;
    border-right: #CCC 1px solid;
}
.ft-nav li a {
    display: block;
    padding: 8px 15px;
    }    
@media screen and (max-width : 1280px){
.ft-top .container {
    width: 92%;
}
/* 下側ブロック */
.ft-bottom {
    width: 92%;
}
.ft-bottom .list-sns {
    gap: 0 20px;
}
.ft-bottom .list-lng {
    margin-left: 30px;
}
.ft-contact {
    margin-left: 30px;
}
}
@media screen and (max-width : 1100px){
.ft-bottom .list-sns {
    gap: 0 15px;
}
.ft-bottom .list-lng {
    margin-left: 20px;
}
.ft-contact {
    margin-left: 20px;
    font-size: 16px;
}
.ft-contact a {
    padding: 15px 20px 15px 45px;
    background-image: url("../img/ico_mail_wht.svg");
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 18px auto;
}
.ft-bottom .txt-address {
    margin-left: 20px;
}
.ft-bottom .txt-address dt {
    font-size: 16px;
    font-weight: bold;
}
.ft-bottom .txt-address dd {
    font-size: 14px;
    margin-top: 5px;
}
.ft-bottom address {
    font-size: 14px;
    font-style: normal;
}
/* ナビ */
.ft-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 55px;
    border-left: #CCC 1px solid;
}
.ft-nav li {
    font-size: 16px;
    line-height: 1.2;
    border-right: #CCC 1px solid;
}
.ft-nav li a {
    display: block;
    padding: 8px 15px;
    }    
.ft-nav-sp {
    display: none;
    }
}
@media screen and (max-width : 1024px){
.ft-bottom .list-lng {
    margin-left: 15px;
}
.ft-contact {
    margin-left: 15px;
    font-size: 14px;
}
.ft-bottom address {
    font-size: 13px;
}
.ft-nav li {
    font-size: 15px;
    }
}
@media screen and (max-width : 990px){
.ft-bottom .txt-address {
    flex-basis: 40%;
}
}
@media screen and (max-width : 890px){
.ft-bottom address {
    /* font-size: 12px; */
    font-size: 1.5vw;
}
.ft-nav li {
    /* font-size: 14px; */
    font-size: 1.6vw;
    }
.ft-nav li a {
    padding: 8px 10px;
}
}
@media screen and (max-width : 850px){
/* 右側ブロック */
.ft-top-r {
    gap: 0px 30px;
}
.ft-bottom .txt-address {
    flex-basis: 35%;
}
}
@media screen and (max-width : 820px){
.ft-bottom .txt-address {
    flex-basis: 35%;
}
}
/*
 footer sp
----------------------------------------------------------- */
@media screen and (max-width : 768px){
#footer {
    margin-top: 80px;
}
.ft-top {
    padding: 30px 0 0 0;
}
.ft-top .container {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/* ロゴ */
.ft-logo {
    margin: 0 auto;
}
.ft-logo img {
    width: 100%;
}
/*
.ft-logo p.txt-logo {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
*/
/* 右側ブロック */
.ft-top-r {
    display: block;
    margin-top: 30px;
}
.ft-top-r li {
    border-top: #FFF 1px solid;
    text-align: left;
}
.ft-top-r li a {
    display: block;
    padding: 15px 5px 15px 5%;
    }
.ft-top-r li.list-past {
    display: block;
    padding: 15px 0px 0px 0px;
    position: relative;
    }
/* 過去大会 */
.ft-top-r li.list-past > ul {
    display: none;
}
.list-past-txt {
    padding-bottom: 15px;
    padding-left: 5%;    
}
.ft-top-r li.list-past li {
    text-align: left;
    margin-top: 0px;
    background-color: #52c5f1;
}
/* 開閉アイコン */
.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: translateY(-50%);
    transition: opacity 0.5s;
}
.plus::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
}
.plus.on::before {
    opacity: 0;
}
.plus.on::after {
    transform: translateY(-50%) rotate(180deg);
}
/* 下側ブロック */
.ft-bottom {
    padding-top: 0px;    
    display:flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.ft-bottom .list-sns {
    gap: 0 30px;
    justify-content:center;
    order: 3;
    margin-top: 30px;
}
.ft-bottom .list-lng {
    margin-left: 0px;
    position: relative;
    order: 1;
    margin-top: 50px;
    display: inline-block;
}
.ft-bottom .list-lng dd {
    position: absolute;
    bottom: auto; /* dtの下側に配置される */
    top: 1.5em;
    left: 0;
}
.ft-contact {
    font-size: 16px;
    margin: 20px auto 0 auto;
    order: 2;
}
.ft-contact a {
    display: block;
    padding: 15px 25px 15px 50px;
    background-image: url("../img/ico_mail_wht.svg");
    background-repeat: no-repeat;
    background-position: 25px 50%;
    background-size: 18px auto;
}
.ft-contact a:after {
    content: "";
    background-image: url("../img/ico_right_wht.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 7px auto;
    padding-left: 15px;
}
.ft-bottom .txt-address {
    margin-left: 0px;
    margin-top: 30px;
    order: 4;
}
.ft-bottom .txt-address dt {
    font-size: 14px;
}
.ft-bottom .txt-address dd {
    font-size: 14px;
    margin-top: 5px;
}
.ft-bottom address {
    font-size: 12px;
    margin-top: 30px;
}
/* ナビ */
.ft-nav {
    justify-content: center;
    margin-left: 0px;
    margin-top: 20px;
    border-left: none;
}
.ft-nav li {
    font-size: 14px;
}
.ft-nav li:first-child {
    border-left: #CCC 1px solid;
}
.ft-nav li a {
    display: block;
    padding: 6px 10px;
    }    
.ft-nav-sp {
    display: none;
    }
}
@media screen and (max-width : 640px){
#footer {
    padding-bottom: 80px;
}
/* ロゴ */
.ft-logo {
    margin: 0 auto;
}
.ft-logo img {
    width: 100%;
}
.ft-logo p.txt-logo {
    font-size: 15px;
}
}


/* pagetop
------------------------- */
#pagetop {
	position:fixed;
	right: 20px;
	bottom: 20px;
	cursor:pointer;
    z-index: 2;
    background-image: url("../img/btn_pagetop.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    font-size: 1%;
    text-decoration: none;
    /* transition: bottom 0.1s ease-in-out; */
}
@media screen and (min-width : 768px){
#pagetop:hover{
    opacity: .8;
    text-decoration: none;
  }
#pagetop {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}
@media screen and (max-width : 768px){
}