/*
Theme Name: Wadoryu-Machida-shibu
Theme URI: https://wadoryu-machida.com
Description: 和道流空手道連盟町田支部のオリジナルテンプレートです。
Version: 1.0
Author: Tsutom Yamano
Author URI:
*/
/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,tfoot, thead{
   border: 0;
   font-family: 'Noto Serif JP', serif;
   font-size: 100%;
   font-style: inherit;
   font-style: inherit;
   font-weight: inherit;
   margin: 0;
   outline: 0;
   padding: 0;
   vertical-align: baseline;
   list-style:none;
   text-decoration:none;
}
*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
p,a,h1,h2,h3,h4,h5{color:black}
p{line-height:200%;font-size:20px;}
address{
	font-size:20px;
}
button,
input[type='submit'] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 0;
   border: none;
   outline: none;
   background: transparent;
cursor: pointer;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
body{
    min-width:1100px;
}
table{
   border-collapse: collapse;
   border-spacing: 0;
}
#thankyou{
    padding: 180px 20px;
    min-height: 90vh;
    text-align: center;
}
.home #loading{
    width: 100%;
    background: white;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
}
.home #loading .title{
    position: absolute;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size:25px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
}
.home #loading .title span{
    opacity: 0;
}
.home #loading .title .loading_log img{
    width:80px;
    opacity: 0;
}
.home .visible{
    animation: visi 1s ease forwards;
}
.home .visible_b{
    animation: visi 1.8s ease forwards;
}
@keyframes visi {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100%;
    }
}
.top_modaalBody h3{
    font-size: 20px;
    margin: 0 0 20px 0;
}
.top_modaalBody p{
    margin:0 0 10px 0;
}
.top_modaalBody blockquote{
    margin: 0 0 20px 0;
    text-align: justify;
	font-size:18px;
}
#feature .flex .rightBox .about{
    text-align: right;
    font-weight: bold;
}
#feature .flex .rightBox .about span{
    vertical-align: top;
    margin: 0 5px 0 0;
}
nav{
    width: 100%;
    min-width: 950px;
    position:absolute;
    top: 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    z-index: 4;
}
nav .gloabalNav{
    display: flex;
    justify-content: space-around;
}
nav .gloabalNav li{
    padding:10px 8px;
    font-size:18px;
}
.home nav .gloabalNav li a{
    vertical-align: middle;
	color:white;
}
nav .gloabalNav li a.cvLink{
    padding: 5px 15px;
    border-radius: 50px;
    background: #2D4C80;
    transition: .3s;
    color:white;
}
nav .gloabalNav li a.cvLink:hover{
    background:white;
    color:#2D4C80;
}
header{
    width:100%;
    height:100vh;
    overflow: hidden;
    position: relative;
}
header img{
    width: 100%;
    height:100vh;
    object-fit: cover;
}
/* header img.zoomOut{
    animation: zoomOut 10s ease forwards;
}
@keyframes zoomOut {
    0%{
        transform:scale(105%) translate(-50%,-50%);
    }
    100%{
        transform:scale(100%) translate(-50%,-50%);
    }
} */
.logo h1 img{
    width:36vw;
}
.logo h1 img.home{
	display:none
}
.home .logo h1 img.home{
	display:block;
}
.home .logo h1 img.other{
	display:none;
}
header .inner{
    position: absolute;
    top:380px;
    right:180px;
    z-index: 2;
}
header .inner p{
	font-size: 40px;
    letter-spacing: 10px;
    font-weight: bold;
    line-height: 180%;
    text-align: left;
    margin: 0 0 10px 0;
}
.page.page-id-2 nav .gloabalNav li a{
color:black;
}
.page.page-id-2 nav .gloabalNav li a.cvLink{
color:white;
}
header .inner p em{
	background: white;
	padding: 10px 20px;
}
h2{
    font-size:30px;
    font-weight: bold;
    text-align: center;
    margin:0 0 60px 0;
    letter-spacing: 2px;
    position:relative;
}
.wrapp{
    min-width: 1100px;
}
section{
    padding:120px 30px;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#feature .flex .leftBox{
    width:50%;
    padding:10px 0 0 0;
}
#feature .flex .leftBox img{
    width:100%;
    object-fit: cover;
}
#feature .flex .rightBox{
    width:50%;
    padding:0 30px;
    text-align: justify;
	font-size:18px;
}
p{
    margin:0 0 20px 0;
}
p:nth-last-child(1){
    margin:0;
}
.slideImg li{
    width:20%
}
.slideImg li img{
    width:100%;
    height:300px;
    object-fit: cover;
}
#intaview .leftBox{
    width:50%;
}
#intaview .leftBox .intaviewSlick img{
    width:100px;
    height:100%;
    object-fit: cover;
}
#intaview .leftBox .intaviewSlick .slick-list{
    height:inherit;
}
#intaview .leftBox .intaviewSlick .slick-list .slick-track{
    height:inherit;
}
#intaview .leftBox .intaviewSlick{
    height:30vw;
}
#intaview .intaviewSlickNav img{
    height:7vw;
    object-fit: cover;
}
#intaview .rightBox{
    width:50%;
    padding:0 30px;
    text-align: justify;
    letter-spacing: 2px;
}
#intaview .rightBox h3{
    font-size:30px;
    margin:0 0 30px 0;
    font-weight: bold;
}
#intaview .rightBox h3 em{
    font-size:20px;
    margin:0 0 0 10px;
}
section#intaview{
    padding:0;
}
section#intaview .inBody{
    padding: 120px 30px;
    background:white;
}
section#intaview .inBody.reserve .flex{
    flex-direction: row-reverse;
}
section#intaview .inBody.reserve{
    background: #f9f9f9;
}
#intaview .rightBox h3.type2{
    margin:0;
}
section#teacher{
    padding:120px 0;
    position: relative;
}
section#teacher .headLeft{
    width:70%;
    position: relative
}
section#teacher img.main{
    width:100%;
}
section#teacher .headBox{
    position: relative;
}
section#teacher .headBox .headLine{
    position: absolute;
    top:20%;
    right:8.4%;
    font-size: 45px;
    z-index: 1;
    font-weight: bold;
}
section#teacher .headBox .headLine.white{
    color:white;
    z-index: 2;
    right:-30.8%;
    text-shadow: 2px 2px 2px black;
}
section#teacher .headBox .headLeft{
    overflow: hidden;
}
section#teacher .sentence{
    margin: 80px auto;
    text-align: justify;
}
section#teacher .sentence h3{
    font-size:30px;
    font-weight: bold;
    margin:0 0 30px 0;
}
section#teacher .sentence h3 em{
    font-size:20px;
    margin:0 0 0 20px;
}
section#teacher .sentence .para{
    margin:50px 0 0 0;
}
section#teacher .sentence .para p{
    letter-spacing: 2px;
    line-height: 250%;
}
section#teacher .sentence img{
    width: 700px;
    float: right;
    margin: 0px 0 10px 30px;
}
section#teacher .sentence .para h3{
    font-size:25px;
}
section#teacher .sentence .para h3.last{
    margin:60px auto 30px auto;
}
section#garaly{
    background:#f9f9f9;
    text-align:center;
}
section#intaview.renew .inBody.reserve{
	background:white;
}
.top section.teacher,section#intaview.renew .inBody{
	background:#f9f9f9;
}
.top section.teacher p{
	margin:0;
}
.top section.teacher h4{
	font-size:20px;
	font-weight:bold;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}
.top section.teacher h4 em{
	margin:0 20px 0 0;
}
.top section.teacher .flex{
	justify-content:center;
}
.top section.teacher .flex .leftBox,.top section.teacher .flex .rightBox{
	width:40%;
}
.top section.teacher .flex img{
	width:300px;
	border-radius:50%;
	margin:0 0 20px 0;
}
section#garaly ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:0 0 80px 0;
}
section#garaly ul li{
    width:25%;
    height:18vw;
}
.page-id-171 nav .gloabalNav li a{
	color:black;
}
.page-id-171 nav .gloabalNav li a.cvLink{
	color:white;
}
section#garaly ul li img{
    width:100%;
    height:100%;
    object-fit: cover;
}
#t_feature h3{
	margin:0 0 30px 0;
	font-size:20px;
	text-align:left;
}
#t_feature h3 em{
    padding: 5px 30px;
    border-radius: 10px;
    background: #5c5c5c;
    color: white;
    letter-spacing: 2px;
}
#t_feature .leftBox,#t_feature .rightBox{
	width:49%;
	padding:30px;
}
#t_feature img{
	width:100%;
	border-radius:50%;
	margin:0 0 30px 0;
}
#t_feature .practis p{
	margin:10px 0 0 0;
}
#t_feature .about strong{
    font-size: 18px;
    font-weight: bold;
}
#t_feature .practis ul{
	text-align:left;
}
#t_feature .inner{
	margin:0 30px;
}
#t_feature .teacher .leftBox,#t_feature .teacher .rightBox{
	padding:0;
}
#t_feature .teacher img{
	width:60%;
}
#t_feature .teacher h4 em{
	margin:0 15px 0 0;
}
#t_feature .teacher h4{
	margin:0 0 20px 0;
}
#t_feature .teacher p{
	font-size:13px;
	margin:0;
}
#t_feature ul li:nth-child(1){
	font-size:30px;
	margin:0 0 10px 0;
}
#t_feature p{
	text-align:justify;
	font-size:20px;
}
.top section#contest a.imgPage{
    display: inline-block;
    margin:30px 0 0 0;
}
.top section a.imgPage span{
    vertical-align: top;
    margin: 0 5px 0 0;
}
.top section a.imgPage{
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 50px;
    background: #2D4C80;
    color: white;
    border: 1px solid #2D4C80;
    transition: .3s;
}
.top section a.imgPage:hover{
    background:white;
    color:#2D4C80;
}
.top section h2::before{
    content:"";
    display: block;
    position:absolute;
    width:0%;
    bottom:-10px;
    left:50%;
    height:2px;
    background:black;
    transform: translate(-50%,0);
}
.top section{
    text-align: center;
}
.top section h2{
    display: inline-block;
}
.top section h2.on::before{
    animation:headline 1.5s ease forwards;
}
@keyframes headline {
    0%{
        width:0;
    }
    100%{
        width:95%;
    }
}
.top section#place{
    padding:0;
}
.top section#place .leftBox{
    width:55%;
}
.top section#place .leftBox iframe{
    width:100%;
    height:100%;
}
.top section#place .rightBox{
    text-align: center;
    width: 45%;
    padding: 30px;
}
.top section#place .rightBox table{
    width:100%;
}
.top section#place .rightBox table th{
    padding:10px 10px 20px 10px;
    vertical-align: top;
    text-align: left;
	width:80px;
	font-size:18px;
}
.top section#place .rightBox table td{
    padding:10px 10px 20px 10px;
    text-align: left;
	font-size:18px;
}
.top section#place .rightBox table td strong{
	color: #a41716;
}
.top section#place .rightBox p{
    text-align:left;
    color: #a41717;
    margin:0 0 0 0;
}
.top section.guide{
    background:#f9f9f9;
}
.top section.guide .tabelBody{
    width: 500px;
    margin: 0px auto 30px auto;
}
.top section.guide .tabelBody table th{
    text-align: left;
    padding:5px 20px;
}
.top section.guide .process{
    padding:0px 5%;
    text-align: left;
}
.top section.guide h2{
	margin:0;
}
.top section.guide .process h3{
    font-size:25px;
    font-weight: bold;
}
.top section.guide .process h3 em{
    padding: 5px 20px;
    border: 2px solid #2D4C80;
    border-radius: 50px;
}
.top section.guide .process ul{
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top section.guide .process ul li{
    width:28%;
}
.top section.guide .process ul li img{
    width:100%;
    height:19vw;
    object-fit: cover;
}
.top section.guide .process ul li h4{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.top section.guide .process ul li p{
    text-align: justify;
    line-height: 180%;
    letter-spacing: 1px;
}
.top section.cv .flex{
    width: 950px;
    margin: 0 auto;
    box-shadow: 30px 30px 23px #cfcfcf;
}
.top section.cv .flex img{
    width:550px;
    object-fit: cover;
}
.top section.cv .flex .rightBox{
    width: 400px;
    padding:30px 30px 0 30px;
}
.top section.cv .flex .rightBox input{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
    width: 100%;
    margin: 0 0 20px 0;
	font-size:18px;
}
.top section.cv .flex .rightBox textarea{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
	font-size:18px;
}
.top section.cv .flex .rightBox .cvBox input{
    border:1px solid #2D4C80;
    background:#2D4C80;
    color:white;
    transition: .3s;
}
.top section.cv .flex .rightBox .cvBox input:hover{
    background:white;
    color:#2D4C80;
}
.top section.cv .wpcf7-form-control-wrap{
    position: relative;
    line-height: 0%;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.top section#contest{
    padding:0;
}
.top section#contest .leftBox{
    width:60%;
    padding: 60px 30px;
}
.top section#contest .leftBox h2{
    margin:0 0 20px 0;
}
.top section#contest .leftBox table{
    width:100%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
.top section#contest .leftBox table th{
    padding:10px 20px;
    background:#e9e9e9;
}
.top section#contest .leftBox table td{
    padding:10px 20px;
    background:#f6f6f6;
    text-align: left;
}
.top section#contest .rightBox{
    width:40%;
    object-fit: cover;
}
.top section.cv .wpcf7-response-output{
    margin:0 0 20px 0;
}
footer{
    background: #2d4c80;
    padding: 30px;
}
footer img{
    width:400px;
}
footer address{
    color: white;
    font-size: 18px;
    font-weight: bold;
}
footer p{
    text-align: center;
    color: white;
    margin: 20px 0 0 0;
}
section#teacher .headBox .headLine{
    text-align: left;
    letter-spacing: 2px;
}
section#teacher .sentence .inner{
    width:1000px;
    margin:0 auto;
}
section#teacher .sentence h3{
    width:1000px;
    margin:0 auto 30px auto;
}
section#teacher .sentence p{
    width:1000px;
    margin:0 auto 20px auto;
}
#intaview .rightBox h4:nth-child(1){
    margin:0 0 30px 0;
}
#intaview .rightBox h4{
    margin:30px 0;
    font-weight: bold;
	font-size:18px;
}
#intaview .rightBox h4 em{
    font-size: 20px;
    color: #2d4c80;
}
#intaview .rightBox .answer p em{
    padding: 2px 10px;
    color: white;
    background: #676767;
    border-radius: 50px;
    margin: 0 5px 0 0;
    font-size: 13px;
}
.top .stikyBody{
    position: sticky;
    top: 10px;}
#intaview .rightBox .answer p em span{
    font-size:10px;
}
body.page-id-2,body.single-photo{
    margin: 0 0 0 70px;
}
body.page-id-2 .logo h1 img,body.single-photo .logo h1 img{
    width:25vw;
}
body.page-id-2 nav,body.single-photo nav{
    padding: 30px 70px 30px 30px;
	right:0;
	width:90%;
}
#g_menu{
    position: fixed;
    left:-530px;
    width: 600px;
    height: 100vh;
    background: #282829;
    padding: 120px 70px 120px 50px;
    transition: .3s;
    z-index: 3;
}
#g_menu:hover{
    left:0;
}
#g_menu ul li:hover{
    left:10px;
}
#g_menu .listBox{
    height:70vh;
    overflow: scroll;
}
#g_menu h3{
    font-size: 18px;
    color: white;
    margin: 0 0 20px 0;
}
#g_menu ul li{
    margin:0 0 10px 0;
    transition: .3s;
    position: relative;
    left:0;
    padding:0 0 0 30px;
}
#g_menu ul li span{
    position: absolute;
    color: white;
    left: 2px;
}
#g_menu ul li a{
    color:white;
    font-weight: bold;
}
#g_menu .g_title{
    color: white;
    writing-mode: vertical-rl;
    position: absolute;
    top:50%;
    right:20px;
    transform:translate(0,-50%);
}
#g_menu .g_title span{
    margin:0 0 10px 0;
    transform: rotate(90deg);
    transition: .3s;
}
#g_menu li em{
    background: white;
    color: black;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 0 0 10px;
    font-size: 10px;
    vertical-align: top;
}
#g_wrapper{
    padding: 120px 20px 0 20px;
    filter: blur(0px);
    min-height: 90vh;
}
#g_wrapper .coution{
    text-align: center;
    color: red;
}
#g_wrapper h2{
    margin:0 0 10px 0;
}
#g_wrapper .g_mainBody.flex{
    justify-content: space-around;
}
#g_wrapper h3{
    text-align:center;
    margin:0 0 60px 0;
    font-size:18px;
}
#g_wrapper .g_mainBody li{
    width:24%;
    height:20vw;
    margin:0 0 20px 0;
    position:relative;
    overflow: hidden;
}
#g_wrapper .g_mainBody li .downLoadBody{
    position:absolute;
    width:100%;
    padding:10px 10px 10px 50px;
    background:rgb(0 0 0 / 56%);
    bottom:0;
    left:0;
}
#g_wrapper .g_mainBody li .downLoadBody a.imgDownload{
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border:1px solid white;
    transition: .3s;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
#g_wrapper .g_mainBody li .downLoadBody a.imgDownload:hover{
    background:black;
    color:white;
}
#g_wrapper .g_mainBody li .downLoadBody em{
    color: white;
    font-size: 18px;
    vertical-align: bottom;
    margin: 0 0 0 5px;
}
#g_wrapper .g_mainBody li img{
    width:100%;
    height:100%;
    object-fit: cover;
}
#g_wrapper .error{
    min-height: 80vh;
    text-align: center;
    padding: 30p;
}
#g_wrapper .error a{
    padding: 5px 30px;
    border-radius: 50px;
    background: #2d4c80;
    color: white;
    border: 1px solid #2d4c80;
    transition: .3s;
}
#g_wrapper .error a:hover{
    background:white;
    color:#2d4c80;
}
#g_wrapper .loginBody .attention{
    text-align: center;
    margin:0 0 30px 0;
	font-size:18px;
}
#g_wrapper .loginBody form{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    box-shadow: 30px 30px 29px #9e9e9e;
    border: 1px solid #f6f6f6;
}
#g_wrapper .loginBody form input[type="submit"]{
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 5px 50px;
    border-radius: 50px;
    background: #2d4c80;
    color: white;
    transition: .3s;
    border:1px solid #2d4c80;
}
#g_wrapper .loginBody form input[type="password"]{
    padding:10px;
    border: 1px solid rgb(205, 205, 205);
    border-radius: 5px;
}
#g_wrapper .loginBody form input[type="submit"]:hover{
    background:white;
    color:#2d4c80;
}
#g_wrapper .loginError h2 span{
    display: block;
    font-size: 30px;
    color: #c03e12;
}
#g_wrapper .loginError p{
    text-align: center;
}
#g_menu .g_title.on::before{
    content:"";
    display:block;
    width:0;
    height:0;
    border:2px solid white;
    position: absolute;
    top: 9%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: g_menu 2s ease infinite;
    opacity: 0;
}
@keyframes g_menu {
    50%{
        width:40px;
        height:40px;
        opacity: 0.7;
    }
    100%{
        width:0px;
        height:0px;
        opacity: 0;
    }
}
.record .r_imgBody{
    width: 80%;
    margin: 30px auto;
}
.record .r_imgBody .slickImgMain img{
    height:40vw;
    object-fit: cover;
}
.record .r_imgBody .slickImgSub img{
    height:15vw;
    object-fit: cover;
}
.record table{
    width:80%;
    margin:0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
.record table th,.record table td{
    padding:20px 30px;
}
.record .noRecord{
    text-align: center;
}
.record .innerInfo{
    text-align: center;
    margin: 0 0 30px 0;
}
#g_wrapper.record .somePicture{
    width:80%;
    margin:30px auto;
}
#g_wrapper.record .somePicture img{
    width:48%;
    object-fit: cover;
}
#g_wrapper.record h3{
    margin:0 0 10px 0;
}
#g_wrapper.record .attention{
    margin: 30px 0 0 0;
    color: #970a0a;
}
.record table th{
    background:#e9e9e9;
}
.record table td{
    text-align: left;
    background:#f6f6f6;
}
.record .recodeImgLink{
    text-align: center;
    margin: 60px 0;
}
.record .recodeImgLink a{
    padding: 10px 30px;
    border-radius: 50px;
    background: #2d4c80;
    color: white;
    border: 1px solid #2d4c80;
    transition: .3s;
}
.record .recodeImgLink a:hover{
    background:white;
    color:#2d4c80;
}
#menberInfo{
    padding: 180px 20px;
    text-align: center;
	min-height:90vh;
}
#menberInfo a.result{
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid black;
    border-radius: 50px;
}
#menberInfo table{
    width: 1100px;
    margin: 30px auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius:5px;
}
#menberInfo table th{
	background:#e2e2e2;
}
#menberInfo table th,#menberInfo table td{
	padding:10px;
	font-size:18px;
}
#menberInfo table td{
	font-size:18px;
    border-top: 1px solid #dfdfdf;
}
#menberInfo table td:nth-child(1){
	text-align:left;
}
#menberInfo table td a{
	padding: 2px 20px;
    border-radius: 50px;
    color: white;
    transition: .3s;
    border: 1px solid #2c4d80;
    background: #2c4d80;
}
#menberInfo table td a:hover{
	background:white;
	color:#2c4d80;
}
#menberInfo table td a i{
    position: relative;
    top: -1px;
    left: -5px;
}
#submissionModal{
    text-align: center;
}
#submissionModal h3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
#submissionModal .info{
	margin:0 0 20px 0;
}
#submissionModal .info p{
	margin:0;
}
#submissionModal form{
    padding: 30px;
    width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    background: #f2f2f2;
}
#submissionModal form td:nth-child(1){
	text-align:left;
	width:40%;
}
#submissionModal table{
	width:100%;
}
#submissionModal form input[type="text"],#submissionModal form input[type="email"]{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #a1a1a1;
    font-size: 18px;
}
#submissionModal form td{
	padding:10px 0px;
	font-size:18px;
}
#submissionModal form input[type="submit"]{
    font-size: 18px;
    padding: 5px 50px;
    border-radius: 50px;
    background: #2D4C80;
    color: white;
    transition: .3s;
    margin: 30px 0 0;
    border: 1px solid #2D4C80;
	position:relative;
}
#submissionModal.submit form input[type="submit"]{
	visibility:hidden;
}
#submissionModal form .loding{
	visibility:hidden;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -62px);
    z-index: 0;
}
#submissionModal.submit form .loding{
	visibility:visible;
}
#submissionModal form input[type="submit"]:hover{
	background:white;
	color: #2D4C80;
}
#menberInfo.error .about p{
	color: #bf0b0b;
    font-weight: bold;
}
#menberInfo.finish p{
	margin:0;
}
#menberInfo.error{
	min-height:90vh;
}
#menberInfo .tableWrapper{
    width: 90%;
    overflow: scroll;
    padding: 10px;
	margin:0 auto;
}
#apInfoResult{
    min-height: 90vh;
    text-align: center;
    padding: 120px 20px;
}
#apInfoResult .excelDownload{
    width: 90%;
    margin: 0px auto 10px auto;
    text-align: right;
    font-size: 30px;
}
#apInfoResult .excelDownload i{
	cursor:pointer;
	color:#156328;
}
#apInfoResult .excelDownload i{
	margin:0 10px 0 0;
}
#apInfoResult .info{
	margin:0 0 30px 0;
}
#apInfoResult select{
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #696161;
}
#apInfoResult input[type="submit"]{
    font-size: 18px;
    padding: 5px 30px;
    border-radius: 50px;
    background: #2c4d80;
    color: white;
    border: 1px solid;
    transition: .3s;
	margin:30px 0 0 0;
}
#apInfoResult input[type="submit"]:hover{
	background:white;
	color:#2c4d80;
}
#apInfoResult.appResultList table{
	margin: 30px 0 0 0;
    border: 1px solid #e0e0e0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#apInfoResult.appResultList table th{
	padding:5px;
	font-size:18px;
	background:#eaeaea;
}
#apInfoResult.appResultList table td{
	padding:5px;
	font-size:18px;
}
#apInfoResult.appResultList table th:nth-child(1){
	width:100px
}
#apInfoResult.appResultList table th:nth-child(2),#apInfoResult.appResultList table th:nth-child(3){
	width:200px
}
#apInfoResult.appResultList table th.th_subject{
	width:100px;
}
#apInfoResult.appResultList table th.th_change{
	width:50px;
}
#apInfoResult.appResultList table td input[type="text"]{
	padding:5px;
	border-radius:5px;
	border:1px solid #8c8c8c;
	font-size:18px;
}
#apInfoResult.appResultList table td.change button{
    font-size: 12px;
    padding: 3px 10px;
    margin: 0;
    background: #2c4d80;
    color: white;
    border-radius: 50px;
    border: 1px solid #2c4d80;
    transition: .3s;
}
#apInfoResult.appResultList table td.change button:hover{
	background:white;
	color:#2c4d80;
}
#apInfoResult.appResultList table td.change{
	width:150px;
}
#apInfoResult.appResultList .tableWrapper{
    width: 90%;
    overflow: scroll;
    margin: 0 auto 30px auto;
    border: 1px solid #787878;
    border-radius: 5px;
    padding: 20px;
}
#apInfoResult.appResultList .return{
    margin: -40px 0 30px 0;
}
#apInfoResult.appResultList .return i{
	margin:0 5px 0 0;
}
/* 管理者ログインフォーム　start */
#menberLogin{
    padding: 0px 10%;
    text-align: center;
}
#menberLogin button.my_submit_btn{
    font-size: 18px;
    border: 1px solid #26347f;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 0 0 30px 0;
    background: #26347f;
    color: white;
    transition: .3s;
}
#menberLogin button.my_submit_btn:hover{
	background:white;
	color:#26347f;
}
#menberLogin input{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
    font-size: 18px;
}
.menberShipLogin.myContentError{
	margin:200px 0;
}
.menberShipLogin .headLine{
	margin:0 0 30px 0;
}
#menberLogin form{
    width: 400px;
    margin: 30px auto 60px auto;
    padding: 30px 20px;
    background: white;
    border-radius: 5px;
    color: #275cab;
    font-weight: bold;
    box-shadow: 40px 40px 20px 1px #b7b7b7;
}
#menberLogin form input[type="text"],#menberLogin form input[type="password"]{
    background:rgb(245, 245, 245);
    width:80%;
    margin: 0 0 20px 0;
	font-size:15px;
}
#menberLogin form label{
    display:block;
	margin:0 0 10px 0;
}
.swpm-login-submit{
    margin: 30px 0 10px 0;
}
.myLoginLink{
    color: white;
	display:inline-block;
	padding:10px 20px;
	border-radius:10px;
	background:#00b4ee;
	border:3px solid #00b4ee;
	margin:20px 0 0 0;
	transition:.3s;
}
.myLoginLink:hover{
	background:white;
	color:#00b4ee;
}
.onlymenber{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e8f160;
    line-height: 35px;
    box-shadow: 1px 1px 4px 1px #767676;
}
.registration{
    margin: 0 auto 60px auto;
    text-align: center;
}
.registration form{
    margin:0 auto;
    width:80%;
}
.registration form table{
    width:100%;
}
.registration form table td{
    padding:10px 0;
    vertical-align: middle;
}
.registration form table td label{
    display:block;
}
.registration form table td label:nth-child(2){
    color:red;
    font-weight: bold;
}
.registration form table tr td:nth-child(1){
    text-align: left;
}
.swpm_error{
    margin: 30px auto;
    background: black;
    color: white;
    padding: 20px;
    width:50%;
    text-align: center;
}
.swpm-registration-membership-level-row,.swpm-registration-username-row{
    visibility: hidden;
}
.registration form table select{
    width: 95%;
    padding: 15px;
}
#afterrege{
    text-align: center;
    padding: 60px 10%;
    background: #f9f9f9;
    margin: 60px 10%;
}
.kindCard{
    width: 250px;
    margin: 30px 0 0 0;
}
.loginError{
    text-align: center;
    padding: 60px 30px;
    background: whitesmoke;
}
.loginError .bottom{
    width:300px;
}
#articlaWrap .articalBody .articaleDitaile .loginError h2{
    border:0;
    margin: 0 0 30px 0;
}
#articlaWrap .articalBody .articaleDitaile .loginError h2 em{
    font-size: 23px;
    color: #2567d8;
}
#passwordForgot{
    margin: 60px auto;
    width: 50%;
    text-align: center;
    padding: 60px 30px;
    background: #f9f9f9;
}
#passwordForgot .swpm-pw-reset-text{
    background:white;
}
/* 管理者ログインフォーム　end */
@media screen and ( max-width:700px ){
	body.page-id-2 nav,body.single-photo nav{
		width:100%;
	}
	#apInfoResult.appResultList table{
		min-width:1500px;
	}
	#apInfoResult.appResultList table td,#apInfoResult.appResultList table td input[type="text"],#apInfoResult.appResultList table td.change button{
		font-size:18px;
	}
	#menberLogin form input[type="text"], #menberLogin form input[type="password"]{
		font-size:18px;
	}
	#menberLogin{
		padding:0 20px;
	}
	#submissionModal form input[type="submit"]{
		font-size:15px;
	}
	#menberInfo .tableWrapper .scroll{
		text-align:right;
		font-size:13px;
	}
	#menberInfo table{
		margin:10px auto 30px auto;
	}
	#menberInfo .tableWrapper{
		width:100%;
		border:1px solid #d4d3d3;
		margin:30px 0;
	}
	#submissionModal form td:nth-child(1),#submissionModal form td{
		font-size:13px;
		display:block;
		width:100%;
		padding:10px 0 0 0;
	}
	#submissionModal form td.sub{
		padding:20px 0 0 0;
	}
	#menberInfo p{
		font-size:18px;
	}
	#apInfoResult.appResultList table th.th_change,#apInfoResult.appResultList table td.change{
		width:120px;
	}
	#apInfoResult .excelDownload{
		width:98%;
	}
	#apInfoResult input[type="submit"]{
		font-size:18px;
	}
	#apInfoResult h2{
		font-size:30px
	}
	#apInfoResult .intro,#apInfoResult .info p{
		font-size:18px;
	}
	#apInfoResult .return{
		font-size:18px;
	}
	#apInfoResult.appResultList table th{
		font-size:18px;
	}
	#apInfoResult.appResultList .tableWrapper{
		width:98%;
	}
	#menberInfo table td a span{
		display:none;
	}
	#menberInfo table td a i{
		position:unset;
	}
	#menberInfo table th,#submissionModal .info p{
		font-size:18px;
	}
	#submissionModal form{
		width:100%;
		padding:18px;
	}
		#intaviewWrapper{
		width:100vw;
		overflow:hidden;
	}
	.top section.teacher .flex .leftBox, .top section.teacher .flex .rightBox{
		width:100%;
		margin:0 0 60px 0;
	}
	.top section.teacher .flex img{
		width:50%;
	}
	header .inner p{
		font-size:20px;
	}
    .top section#contest .leftBox h3{
        font-size:13px;
    }
    #feature .flex .rightBox .about span{
        font-size:20px !important;
        vertical-align: bottom;
    }
    .top section#contest .leftBox{
        width:100%;
        padding:60px 20px;
    }
    .top section#contest .leftBox table th,.top section#contest .leftBox table td{
        font-size:13px;
        padding:10px;
    }
    .top section#contest .rightBox{
        width:100%;
    }
    .top section#contest .flex{
        flex-direction: column-reverse;
    }
    body.page-id-2 footer,body.page-id-2 nav,body.single-photo footer,body.single-photo nav{
        filter: blur(0) !important;
    }
    #g_wrapper .error a{
        font-size:13px;
    }
    #g_wrapper .loginError p{
        font-size:13px;
    }
    #g_wrapper .loginError h2 span{
        font-size:30px !important;
    }
    #g_wrapper .loginBody form p{
        font-size:13px;
    }
    #g_wrapper .loginBody form{
        padding:20px;
        width: 80%;
    }
    #g_wrapper .loginBody .attention{
        font-size:13px;
    }
    #g_menu .g_title.on::before{
        top:-2px;
        z-index: 5;
    }
    #g_menu .g_title::after{
        content:"";
        display:block;
        width:40px;
        height:40px;
        border-radius: 50%;
        background:#282829;
        position: absolute;
        left:50%;
        transform:translate(-50%,0);
        top:-20px;
        z-index: 1;
    }
    #g_wrapper .g_mainBody li .downLoadBody em{
        font-size:10px !important;
    }
    #g_wrapper .g_mainBody li .downLoadBody{
        padding: 5px 5px 5px 30px;
        line-height: 100%;
        text-align: justify;
    }
    #g_wrapper .g_mainBody li .downLoadBody a.imgDownload{
        width:20px;
        height:20px;
        line-height: 20px;
        left:5px;
    }
    .material-symbols-outlined{
        font-size:15px !important;
    }
    #g_wrapper .g_mainBody li{
        width:49%;
        height:30vw;
        margin:0 0 10px 0;
    }
    #g_wrapper h3{
        margin:0 0 30px 0;
    }
    #g_wrapper h3 em{
        font-size:13px;
    }
    #g_wrapper{
        padding:80px 10px 0 10px;
        filter: blur(0) !important;
        width:100%;
        overflow: hidden;
    }
    body.page-id-2 .spLogo,body.single-photo .spLogo{
        left:20px;
    }
    body.page-id-2,body.single-photo{
        margin: 0;
    }
    body.page-id-2 .logo h1 img,body.single-photo .logo h1 img{
        width:200px;
    }
    #g_menu .g_title em{
        font-size:13px;
        position: relative;
        z-index: 4;
    }
    body.page-id-2 nav,body.single-photo nav{
        padding:80px 20px;
    }
    #g_menu:hover{
        left:unset;
    }
    #g_menu .sp_menuBar{
        width: 100px;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translate(-50%,0);
        line-height: 5%;
        z-index: 3;
        text-align: center;
    }
    #g_menu .sp_menuBar span{
        color: white;
        font-size: 45px !important;
        transition:.3s;
    }
    #g_menu.on .sp_menuBar span{
        transform:rotate(180deg)
    }
    #g_menu{
        left:0 !important;
    }
    #g_menu.on{
        left:0 !important;
    }
    #g_menu .g_title{
        left:0;
        top:0;
        writing-mode:unset;
        transform:unset;
        width:100%;
        text-align: center;
    }
    #g_menu .g_title span.material-symbols-outlined{
        display: none;
    }
    #g_menu ul li span{
        font-size:20px !important;
        left:0;
    }
    section#teacher .licence li{
        font-size:12px;
        font-weight: bold;
    }
    #intaview .rightBox{
        letter-spacing: 1px;
    }
    body{
        min-width:unset;
		overflow-x:hidden;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .wrapp{
        min-width: unset;
        width:100%;
        overflow: hidden;
    }
    section{
        padding: 60px 20px;
    }
    header{
        height:80vh
    }
    header img{
        height:100%;
        object-fit: cover;
        object-position: left;
    }
    header .inner{
        left: unset;
        z-index: 2;
        right: -5%;
        width: 100%;
		top:unset;
		bottom:10%;
    }
	#t_feature p{
		font-size:15px;
	}
    header .inner h2{
        font-size: 20px;
        margin: 0;
    }
	#t_feature .teacher h4{
		margin:0 0 10px 0;
	}
	#t_feature .teacher .leftBox, #t_feature .teacher .rightBox{
		margin:0 0 30px 0;
	}
	#t_feature img{
		margin: 0 0 10px 0;
	}
	#t_feature h3{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	}
	#t_feature .practis ul{
		text-align:center;
	}
	#t_feature .practis p,#t_feature .teacher p{
		font-size:12px;
		text-align:center;
	}
	#t_feature ul li:nth-child(1){
		font-size:20px;
	}
	#t_feature .about,#t_feature .wado,#t_feature .practis{
		margin:0 0 50px 0;
	}
	#t_feature .about strong{
		font-size:15px;
	}
	#t_feature .leftBox, #t_feature .rightBox{
		width:100%;
		padding:0;
	}
    nav{
        height: 100vh;
        text-align: center;
        background:white;
        display: block;
        min-width: unset;
        padding: 80px 20px;
        right:-100%;
        transition: .3s;
display:none;
    }
    nav.on{
        right:0;
position:fixed;
height:120vh;
display:block;
    }
    nav .gloabalNav{
        display: block;
    }
    .logo h1 img{
        width: 300px;
        margin: 0 auto 40px auto;
    }
    nav .gloabalNav li a,.home nav .gloabalNav li a{
        font-size:15px;
		color:black;
    }
	.home nav .gloabalNav li a.cvLink{
		color:white;
	}
	.home .logo h1 img.home{
		display:none;
	}
	.home .logo h1 img.other{
		display:block;
	}
    nav .gloabalNav li{
        padding:0 0 20px 0;
    }
    nav .gloabalNav li a.cvLink{
        font-size: 13px;
        display: inline-block;
        margin: 30px 0 0 0;
    }
    .hunber{
        width: 35px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 5;
    }
    .hunber span{
        display:block;
        width:100%;
        height:2px;
        background:black;
        margin:0 0 7px 0;
        transition: .3s;
    }
    .hunber.on span:nth-child(2){
        background:rgba(255, 255, 255, 0);
    }
    .hunber.on span:nth-child(1){
        transform: rotate(-45deg);
        transform-origin: right;
    }
    .hunber.on span:nth-child(3){
        transform: rotate(45deg);
        transform-origin: right;
    }
    .hunber.on{
        width:26px;
    }
    .spLogo{
        position: fixed;
        top: 18px;
        left: 20px;
        width: 250px;
        z-index: 3;
    }
    h2{
        font-size:25px;
    }
    #feature .flex .leftBox,#feature .flex .rightBox,#intaview .leftBox,#intaview .rightBox{
        width:100%;
    }
    #feature .flex .rightBox{
        padding:20px 0;
    }
    section#intaview .inBody{
        padding:60px 20px;
    }
    section#intaview .inBody.reserve .flex{
        flex-direction:unset;
    }
    #intaview .leftBox .intaviewSlick{
        height:210px;
    }
    #intaview .intaviewSlickNav img{
        height:50px;
    }
    #intaview .rightBox{
        margin:30px 0 0 0;
        padding:0;
    }
    #intaview .rightBox h3{
        font-size:20px;
    }
    #intaview .rightBox h4{
        margin:40px 0 20px 0;
        font-size:18px;
    }
    #intaview .rightBox h4 em{
        font-size:18px;
    }
	#menberLogin form{
		width:100%;
	}
    section#teacher{
        padding:60px 0 10px 0;
    }
	section#teacher p{
		font-size:15px;
	}
    section#teacher img.main{
        height:100%;
        object-fit: cover;
    }
    section#teacher .headLeft{
        height:320px;
    }
    section#teacher .headLeft{
        width:100%;
    }
    section#teacher .headBox .headLine{
        font-size:20px;
    }
    section#teacher .headBox .headLine.black{
        display: none;
    }
    section#teacher .headBox .headLine{
        top:26%;
    }
    section#teacher .headBox .headLine.white{
        right: 3%;
        text-align: center;
        letter-spacing: 2px;
    }
    section#teacher .sentence{
        padding:40px 20px;
        width:100%;
    }
    section#teacher .sentence img{
        position: unset;
        width: 100%;
        margin: 30px 0 0 0;
    }
    section#teacher .sentence{
        margin: 0;
    }
	.top section#contest a.imgPage{
		font-size:13px;
	}
    section#garaly ul li{
        width: 33%;
        height: 80px;
    }
	.top section a.imgPage span{
		vertical-align: bottom;
    margin: 0 5px 0 0;
    font-size: 20px !important;
	}
    section#garaly a.imgPage{
        font-size: 18px;
        padding: 5px 20px;
    }
    section#garaly ul{
        margin:0 0 50px 0;
    }
    .top section#place .flex{
        flex-direction: column-reverse;
    }
    .top section#place .rightBox{
        padding: 50px 20px;
        width: 100%;
    }
    .top section#place .rightBox table th,.top section#place .rightBox table td{
        font-size:18px;
    }
    .top section#place .leftBox{
        width:100%;
        height:400px;
    }
    .top section#place .leftBox iframe{
        vertical-align: bottom;
    }
    .top section.guide table{
        width:100% !important;
    }
    .top section.guide th,.top section.guide td{
        font-size:13px;
    }
    .top section.guide .tabelBody table th{
        padding:5px 10px;
    }
    .top section.guide .kaihi p{
        font-size:13px;
    }
    .top section.guide .process{
        padding:40px 0;
        text-align: center;
    }
    .top section.guide .process h3 em{
        font-size: 18px;
        padding: 2px 15px;
    }
    .top section.guide .process ul{
        margin:30px 0 0 0;
    }
    .top section.guide .process ul li{
        width:100%;
        margin:0 0 60px 0;
    }
    .top section.guide .process ul li:nth-last-child(1){
        margin:0;
    }
    .top section.guide .process ul li img{
        height:210px;
        object-position: 0% 20%;
    }
    .top section.guide{
        padding: 60px 20px 0 20px;
    }
    footer img{
        width: 60%;
        margin: 0 0 10px 0;
    }
    footer address{
        font-size:10px;
    }
    footer .rightBox{
        width:100%;
        text-align: right;
    }
    footer p{
        font-size:12px;
    }
    footer{
        padding:20px;
    }
    .top p{
        font-size:18px;
    }
    .top section{
        padding:60px 20px 0 20px;
    }
    .top section.cv .flex{
        width: 100%;
        margin: 0 auto 60px auto;
        box-shadow: 10px 10px 14px #cfcfcf;
        position:relative;
    }
    .top section.cv .flex .rightBox .cvBox input{
        margin:0;
    }
    .top section.cv .wpcf7-spinner{
        bottom:-12px;
    }
    .top section.cv .flex .rightBox{
        width:100%;
        padding:20px;
    }
    .top section.cv h2{
        margin:0 0 40px 0;
    }
    section#garaly{
        padding: 30px 20px 60px 20px;
    }
    section#teacher .sentence .inner,section#teacher .sentence h3,section#teacher .sentence p{
        width:unset;
        letter-spacing: 1px !important;
    }
    section#teacher .sentence h3{
        font-size:25px;
    }
    section#teacher .sentence .para h3{
        font-size:20px;
        text-align: center;
    }
    section#teacher .sentence img{
        float:unset;
    }
    .top section.guide .process ul li h4{
        font-size:18px;
    }
    .home #loading .title{
        width:90%;
    }
    .home #loading .title span{
        font-size:18px;
        margin:0 -4px;
    }
    #intaview .rightBox .answer p em{
        padding: 1px 10px;
    }
    #feature .flex .rightBox .about{
        font-size:15px;
    }
    .top_modaalBody p{
        font-size:18px;
    }
	.top_modaalBody p.refe{
		font-size:15px;
	}
    #feature .flex .leftBox{
        padding:0;
    }
    #g_menu{
        width:100%;
        padding: 40px 10px 20px 10px;
        height:90vh;
        bottom: -86vh;
    }
    #g_menu.on{
        bottom:-10vh;
    }
    #g_menu ul li{
        font-size:13px;
        padding:0 0 0 25px;
    }
    #g_menu li em{
        width:20px;
        height:20px;
        line-height: 20px;
    }
    #g_wrapper.record .attention,.record .innerInfo{
        font-size:13px;
    }
    .record table{
        width:100%;
        border-spacing: 0px 2px;
    }
    .record table th,.record table td{
        font-size:13px;
        padding:10px;
    }
    #g_wrapper.record .somePicture{
        width:100%;
    }
    .record .recodeImgLink a{
        font-size:13px;
    }
    .record .r_imgBody{
        width:100%;
    }
    .record .r_imgBody .slickImgMain img{
        height:70vw;
    }
    .record .r_imgBody .slickImgSub img{
        height:17vw;
    }
    #thankyou{
        padding: 130px 20px 60px 20px;
        min-height: 90vh;
        text-align: center;
    }
    #thankyou .inner{
        text-align: justify;
    }
    .subMenuInfo span{
        vertical-align: bottom;
        font-size: 17px !important;
        margin: 0 5px 0 0;
    }
    .subMenuInfo{
        font-size: 13px;
        text-align: center;
        margin: -10px 0 30px 0;
        color: #860000;
    }
}
@media (min-width: 700px) and (max-width:900px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .hunber {
        width: 70px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 5;
    }
    .hunber span {
        display: block;
        width: 100%;
        height: 2px;
        background: black;
        margin: 0 0 23px 0;
        transition: .3s;
    }
    nav.on,body.page-id-2 nav.on, body.single-photo nav.on {
        right: 0;
		position:fixed;
    }
	body.page-id-2 nav, body.single-photo nav{
		width:100%;
		right:-100%;
	}
	.home nav .gloabalNav li a{
		color:black;
	}
	.home nav .gloabalNav li a.cvLink{
		color:white;
	}
    nav {
        height: 100vh;
        text-align: center;
        background: white;
        display:none;
        min-width: unset;
        padding: 80px 20px;
        right: -100%;
        transition: .3s;
    }
	nav.on{
		display:block;
	}
    nav .gloabalNav {
        display: block;
        margin:60px 0 0 0;
    }
    nav .gloabalNav li {
        padding: 0 0 20px 0;
    }
    nav .gloabalNav li a {
        font-size: 25px;
    }
    .hunber.on span:nth-child(3) {
        transform: rotate(45deg);
        transform-origin: right;
    }
    .hunber.on span:nth-child(2) {
        background: rgba(255, 255, 255, 0);
    }
    .hunber.on span:nth-child(1) {
        transform: rotate(-45deg);
        transform-origin: right;
    }
    .spLogo {
        position: fixed;
        top: 18px;
        left: 100px;
        width: 500px;
        z-index: 3;
    }
	header .inner{
		    left: 50px;
    z-index: 2;
    bottom: 200px;
		top:unset;
		right:unset;
	}
	.top section.teacher .flex .leftBox, .top section.teacher .flex .rightBox{
		width:100%;
	}
	.top section.teacher .flex .leftBox{
		margin:0 0 80px 0;
	}
	section#garaly ul li{
	width: 50%;
    height: 30vw;
	}
    .wrapp {
        min-width: unset;
        width: 100%;
        overflow: hidden;
    }
    .logo h1 img {
        width: 50vw;
    }
    nav .gloabalNav li a.cvLink{
        margin: 30px 0 0 0;
        display: inline-block;
        padding: 10px 25px;
    }
    #feature .flex .rightBox{
        padding: 30px 0;
        width:100%;
    }
    #feature .flex .leftBox{
        width:100%;
        padding:0;
    }
    #feature .flex .rightBox .about{
        margin:30px 0 0 0;
    }
    section#intaview .inBody.reserve .flex{
        flex-direction: unset;
    }
    #intaview .leftBox{
        width:100%;
    }
    #intaview .rightBox{
        width:100%;
        padding: 30px 0;
    }
    #intaview .rightBox h3{
        font-size:35px;
    }
    #intaview .rightBox h4{
        font-size: 20px;
    }
    .top section.cv .flex,.top section.cv .flex .rightBox{
        width:100%;
    }
    .top section.guide .process{
        padding:unset;
        margin:30px 0 0 0;
    }
    section#teacher .sentence img{
        width:100%;
        float:unset;
        margin:30px auto;
    }
    section#teacher .sentence h3{
        font-size:35px;
    }
    section#teacher .sentence .para h3{
        width:100%;
        margin:30px auto;
        font-size:30px;
        text-align: center;
    }
    section#teacher .sentence p{
        width:100%;
        margin:30px auto;
    }
    section#teacher .sentence .inner{
        width:100%;
    }
    body.home{
        min-width:unset;
        width:100%;
    }
    p{
        font-size:20px;
    }
    #feature .flex .rightBox .about a{
        font-size: 20px;
    }
    #feature .flex .rightBox .about span{
        font-size:30px;
    }
    #intaview .leftBox .intaviewSlick{
        height:55vw;
    }
    #intaview .intaviewSlickNav img{
        height:15vw;
    }
    section#teacher .headBox .headLeft{
        width:100%;
    }
    section#teacher .headBox .headLine.black{
        display: none;
    }
    section#teacher .headBox .headLine.white{
        color: white;
        z-index: 2;
        right: 3%;
        text-shadow: 2px 2px 2px black;
        font-size: 35px;
        top: 25%;   
    }
    section#teacher .sentence{
        padding:0 30px;
    }
    .home .para .sp{
        display: none;
    }
    .home .para .last .sp{
        display: block;
    }
    section#teacher{
        padding:120px 0 80px 0;
    }
    .top section#contest .leftBox{
        width:100%;
    }
    .top section#contest .rightBox{
        width:100%;
        height:40vw;
        object-position: bottom;
    }
    .home #contest .flex{
        flex-direction: column-reverse;
    }
    .top section#contest .leftBox h2{
        margin:0 0 30px 0;
    }
    .top section#contest .leftBox table{
        margin: 60px 0 20px 0;
    }
    .top section#place .rightBox,.top section#place .leftBox{
        width:100%;
    }
    .top section#place .leftBox{
        height:40vw;
    }
    .top section#place .rightBox{
        padding: 60px 30px 120px 30px;
    }
    .top section#contest h3{
        font-size:20px;
    }
    .top section#contest a.imgPage{
        font-size:20px;
    }
    .top section.guide .process ul li{
        width:45%;
        margin:0 0 60px 0;
    }
    .top section.guide .process ul{
        justify-content: space-around;
    }
    .top section.guide .process h3{
        text-align: center;
        margin: 60px 0;
    }
    .top section.guide .process ul li img{
        height:35vw;
    }
    .top section.cv .flex{
        width:70%;
    }
    body.page-id-2, body.single-photo{
        min-width: unset;
    }
    #g_wrapper .g_mainBody li{
        width:33%;
    }
    #g_wrapper .g_mainBody li .downLoadBody{
        padding:5px 5px 5px 40px;
    }
    .material-symbols-outlined{
        font-size:20px;
    }
    #g_wrapper .g_mainBody li .downLoadBody a.imgDownload{
        left: 7px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    #g_wrapper .g_mainBody li .downLoadBody em{
        font-size:18px;
    }
    #g_wrapper .g_mainBody li .downLoadBody{
        line-height: 120%;
    }
    body.page-id-2, body.single-photo .spLogo{
        left:100px;
    }
    #g_menu.on{
        left:0 !important;
    }
    #g_menu:hover{
        left:-530px;
    }
    footer,#g_wrapper{
        filter: blur(0px) !important;
    }
    .page-template-default{
        min-width: unset;
    }
    .subMenuInfo.sp{
        display: none;
    }
	#apInfoResult.appResultList table{
		min-width:1500px;
	}
	#apInfoResult.appResultList table td.change button{
		font-size:15px;
	}
	#apInfoResult.appResultList .return{
		font-size:18px;
	}
	#menberInfo .scroll{
		text-align:right;
		animation: shake 1s infinite;
	}
	@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
}