/*
Theme Name: 
Author: mizuki tokunaga
*/
/* font */
@font-face{
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}

/* loading */
@keyframes spin {
	100% {
  	transform: rotate(360deg);
	}
}
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 1250;
}
#loading {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin: -30px;
	z-index: 1400;
}
#loading:after {
  position: absolute;
  content: '';
	top: 0;
	left: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.0s linear;
  animation: spin 1.0s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 50%;
  border-color: #404040 #ccc #ccc #ccc;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 1400;
}

/*共通*/
body.content-area{
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    color: #313131;
    font-weight: 200;
}
a{
    text-decoration: none;
    color: #313131;
    display: inherit;
}
ul li{
    list-style: none;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.inner{
    padding-top: 40px;
    padding-bottom: 40px;
}

/*ヘッダー*/
.main-header h1{
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    color: #313131;
    font-weight: 400;
}
.main-header img{
    width: 100%;
}
.main-header .main-nav{
    /*background: hsla(0,0%,90%,1);*/
    background-image: linear-gradient(180deg, hsl(0,0%,78%)  0px, 
    hsl(0,0%,90%) 47%, 
    hsl(0,0%,78%) 53%,
    hsl(0,0%,70%)100%);
    color: #313131;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 6px #aac1c7;
}
.main-header .main-nav .nav-menu{
    display: inherit;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    color: #313131;
    outline: none;

}
.main-header .main-nav .nav-menu:hover{
    color: #21BDDB;
    transition: all 300ms;
}
.main-header .main-nav a:hover{
    color: #21BDDB;
    transition: all 300ms;
}


/*
https://codepen.io/simurai/pens/public
Author: simurai
*/
    .metal{
        position: relative;
        outline: none;
        border: none;
        text-align: center;
        color: hsla(0,0%,20%,1);
        box-shadow: inset hsla(0,0%,19%,1) 0  0px 0px 0px, /* border */
        inset hsla(0,0%,15%, .8) 0 -1px 5px 2px, /* soft SD */
        inset hsla(0,0%,0%, .25) 0 -1px 0px 3px, /* bottom SD */
        inset hsla(0,0%,100%,.7) 0  2px 1px 3px,/* top HL */

        hsla(0,0%, 0%,.15) 0 -5px 6px 2px, /* outer SD */
        hsla(0,0%,100%,.5) 0  5px 6px 2px; /* outer HL */ 

        transition: color .2s;
    }
    /* Radial ------------------------- */
    .radial.metal{
        margin-right: 20px;
        margin-left: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-image: -webkit-radial-gradient(  50%   0%,  8% 50%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%),
        -webkit-radial-gradient(  50% 100%, 12% 50%, hsla(0,0%,100%,.6) 0%, hsla(0,0%,100%,0) 100%),
        -webkit-radial-gradient(   0%  50%, 50%  7%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%),
        -webkit-radial-gradient( 100%  50%, 50%  5%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%),
        
        -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   3%, hsla(0,0%,  0%,.1) 3.5%),
        -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%,.1) 7.5%),
        -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.2) 2.2%),
        
        -webkit-radial-gradient( 50% 50%, 200% 50%, hsla(0,0%,90%,1) 5%, hsla(0,0%,85%,1) 30%, hsla(0,0%,60%,1) 100%);
    }
    .metal.radial:before, .metal.radial:after {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        
        /* fake conical gradients */
        background-image: -webkit-radial-gradient(  50%   0%, 10% 50%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%),
        -webkit-radial-gradient(  50% 100%, 10% 50%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%),
        -webkit-radial-gradient(   0%  50%, 50% 10%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%),
        -webkit-radial-gradient( 100%  50%, 50% 06%, hsla(0,0%,0%,.1) 0%, hsla(0,0%,0%,0) 100%);
    }
    .metal.radial:before { transform: rotate( 65deg); }
    .metal.radial:after { transform: rotate(-65deg); }
    /* active ------------------------- */
    .nav-menu a:hover > .metal {
        color: #21BDDB;
        box-shadow: 
        inset #21BDDB 0  0px 0px 2px, /* border */
        inset hsla(210,100%,15%, .4) 0 -1px 5px 2px, /* soft SD */
        inset hsla(210,100%,20%,.25) 0 -1px 0px 3px, /* bottom SD */
        inset hsla(210,100%,100%,.7) 0  2px 1px 3px, /* top HL */
        hsla(210,100%,75%, .8) 0  0px 3px 2px,/* outer SD */
        hsla(210,50%,40%, .25) 0 -5px 6px 4px, /* outer SD */
        hsla(210,80%,95%,   1) 0  5px 6px 4px; /* outer HL */
        transition: all 300ms;
    }
    .metal.linear {
        margin-right: 20px;
        margin-left: 20px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
          -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
          -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
          
          linear-gradient(180deg, hsl(0,0%,78%)  0%, 
          hsl(0,0%,90%) 47%, 
          hsl(0,0%,78%) 53%,
          hsl(0,0%,70%)100%);
      }

.metal i{
    font-size: 16px;
}

/*コンテンツエリア*/
h2.section-title{
    position: relative;
    text-align: center;
    color: #313131;
    font-size: 32px;
    font-weight: 200;
}

/*開催案内*/
.notice-wrap table{
    width: 100%;
    border-spacing: 0;
    vertical-align: top;
}
.notice-wrap tr > td:first-child{
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 2px #21BDDB;
    padding: 10px 0;
    text-align: left;
    margin-top: 20px;
    width: 20%;
    line-height: 2.0;
    text-align: center;
    color: #888;
    font-weight: normal;
}
.notice-wrap table td{
    display: table-cell;
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
    color: #404040;
    margin-top: 20px;
    width: 80%;
    line-height: 2.0;
    padding-left: 20px;
    padding-right: 20px;
}

/*プログラム*/
.download-wrap{
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.download-wrap p{
    text-align: center;
}
button.download-button{
    margin-top: 20px;
    outline: none;
    border: none;
    text-align: center;
    color: hsla(0,0%,20%,1);
    box-shadow: inset hsla(0,0%,19%,1) 0  0px 0px 0px, /* border */
    inset hsla(0,0%,15%, .8) 0 -1px 5px 2px, /* soft SD */
    inset hsla(0,0%,0%, .25) 0 -1px 0px 3px, /* bottom SD */
    inset hsla(0,0%,100%,.7) 0  2px 1px 3px,/* top HL */
    hsla(0,0%, 0%,.15) 0 -5px 6px 2px, /* outer SD */
    hsla(0,0%,100%,.5) 0  5px 6px 2px; /* outer HL */ 
    transition: color .2s;
    width: 100px;
    padding: 10px;
    font-size: 2em;
    border-radius: .2em;
    background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
      
      linear-gradient(180deg, hsl(0,0%,78%)  0%, 
      hsl(0,0%,90%) 47%, 
      hsl(0,0%,78%) 53%,
      hsl(0,0%,70%)100%);
}
button.download-button:hover{
    color: #21BDDB;
    box-shadow: 
    inset #21BDDB 0  0px 0px 2px, /* border */
    inset hsla(210,100%,15%, .4) 0 -1px 5px 2px, /* soft SD */
    inset hsla(210,100%,20%,.25) 0 -1px 0px 3px, /* bottom SD */
    inset hsla(210,100%,100%,.7) 0  2px 1px 3px, /* top HL */
    hsla(210,100%,75%, .8) 0  0px 3px 2px,/* outer SD */
    hsla(210,50%,40%, .25) 0 -5px 6px 4px, /* outer SD */
    hsla(210,80%,95%,   1) 0  5px 6px 4px; /* outer HL */
    transition: all 300ms;
    cursor: pointer;
}
.timeline {
	position: relative;
	padding: 0px 0 40px 0;
}
.event {
	position: relative;
	margin-bottom: 80px;
    list-style: none;
}
.thumb {
    position: absolute;
	width: 100px;
	height: 100px;
	box-shadow: 
		0 0 0 8px #21BDDB, 
		0 1px 1px rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 50%;
	transform: scale(0.8) translateX(24px);
}
.thumb span { /*時間帯*/
	color: #21BDDB; 
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: -30px;
}
.thumb .fa-ellipsis-v{
    position: absolute;
    font-size: 40px;
    color: #aac1c7;
    top: 150px;
    left: 40px;
}
.time{
    display: none;
}
.user-1 {
    background-image: url(../img/free.jpg);
    background-size: cover;
}
.user-2 {
    background-image: url(../img/user2.png);
    background-size: cover;
}
.user-3 {
    background-image: url(../img/user3.jpeg);
    background-size: cover;
}
.user-4 {
    background-image: url(../img/user4.jpg);
    background-size: cover;
}
.user-5 {
    background-image: url(../img/user5.png);
    background-size: cover;
}
.user-6 {
    background-image: url(../img/user6.png);
    background-size: cover;
}
.user-7 {
    background-image: url(../img/user7.png);
    background-size: cover;
}
.user-8 {
    background-image: url(../img/user8.png);
    background-size: cover;
}
.user-9 {
    background-image: url(../img/user9.jpg);
    background-size: cover;
}
.user-10 {
    background-image: url(../img/user10.jpg);
    background-size: cover;
}
.user-11 {
    background-image: url(../img/user11.png);
    background-size: cover;
}
.user-12 {
    background-image: url(../img/user12.jpg);
    background-size: cover;
}
.glass{
    background-image: url(../img/glass.svg);
    background-size: cover;
}
.presen{
    background-image: url(../img/presen.svg);
    background-size: cover;
}
.restaurant{
    background-image: url(../img/restaurant.svg);
    background-size: cover;
}
.greeting{
    background-image: url(../img/greeting.svg);
    background-size: cover;
}
.bus{
    background-image: url(../img/bus.svg);
    background-size: cover;
}
.content-perspective {
	margin-left: 230px;
	position: relative;
	perspective: 600px;
}
.zigzag{
    position: absolute;
    top: 22px;
    left: 107px;
    width: 150px;
}
.content-inner{ /*コンテンツ左部分のライン*/
	position: relative;
	padding: 20px;
	color: #333;
	border-left: 5px solid #21BDDB;
    box-shadow: 0 4px 6px #aac1c7;
    background: #fff;
    height: 100px;
}
.content-inner h3 { /*講演者*/
	font-size: 20px;
	padding: 5px 0 5px 0;
	color: #21BDDB;
}
.content-inner p {
    line-height: 2.0;
    color: #5a6c7a;
}

/*お問合せエリア*/
.contact-card{
    background: url(../img/contact.jpg);
    border-radius: 0px;
    box-shadow: 0 4px 6px #aac1c7;
    margin-bottom: 20px;
    overflow-x: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    color: #313131;
}
.contact-card h2{
    border-bottom: solid 1px #ddd;
    font-weight: 700;
    padding-bottom: 12px;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-card h3{
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-left: 3px solid #21BDDB;
    font-size: 24px;
}
.contact-card p{
    font-size: 18px;
    margin-top: 10px;
    line-height: 2.0;
}

/*フッターエリア*/
.content-area footer{
    background: #313131;
    color: #fff;
    padding: 40px;
}
footer p{
    text-align: center;
    display: inline;
    width: 100%;
}

/*入力フォーム*/
.cp_iptxt {
    position: relative;
    margin-bottom: 40px;
}
.cp_iptxt input[type=text] {
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
    padding: 10px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus {
    border-color: #21BDDB;
}
.cp_iptxt > label{
    display: block;
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
}
.cp_iptxt input[type=password] {
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
    padding: 10px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=password]:focus {
    border-color: #21BDDB;
}

/*ラジオボタン*/
ul.radio{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    display: flex;
}
ul.radio li{
    color: #686E74;
    display: inline;
    position: relative;
}
ul.radio li input[type=radio]{
    position: absolute;
    visibility: hidden;
}
ul.radio li label{
    display: table-cell;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 2px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
ul.radio li:hover label{
    color: #aaaaaa;
}
ul.radio li .check{
    display: block;
    position: absolute;
    border: 1px solid #686E74;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 0px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
ul.radio li:hover .check{
  border: 1px solid #aaaaaa;
}
ul.radio li .check::before{
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check{
  border: 1px solid #21BDDB;
}
input[type=radio]:checked ~ .check::before{
  background: #21BDDB;
}
input[type=radio]:checked ~ label{
  color: #21BDDB;
}

/*card*/
.card{
    border: 1px solid #aac1c7;
    background: #eee;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}
.card h5{
    padding-left: 15px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #21BDDB;
}
.test-label{
    height: 65px;
}

/*select*/
.selectlbl > label{
    display: block;
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
}
.cp_ipselect {
	overflow: hidden;
	margin-bottom: 40px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
    letter-spacing: 1px;
    font-size: 14px;
    background: #fff;
    resize: none;
    font-family: inherit;
    line-height: 1.4;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    vertical-align: middle;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #21BDDB;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 8px;
    color: #686E74;
    line-height: 1.4;
    background: #fff;
    border: solid 1px #1b2538;
}
label > span{
    background: #EB9F46;
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
    padding-left: 4px;
    padding-right: 4px;
}
label > span.error{
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

/*ドラッグ&ドロップエリア*/
.drag-and-drop{
    border: dashed 3px #cdcdcd;
    background: #f4f4f4;
    color: #777B7C;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
}
.drag-and-drop .fa-cloud-upload-alt{
    font-size: 150px;
    margin-bottom: 30px; 
}
.upload-button{
    position: relative;
    margin: 20px auto;
    width: 200px;
    outline: none;
    border: none;
    text-align: center;
    color: hsla(0,0%,20%,1);
    box-shadow: inset hsla(0,0%,19%,1) 0  0px 0px 0px, /* border */
    inset hsla(0,0%,15%, .8) 0 -1px 5px 2px, /* soft SD */
    inset hsla(0,0%,0%, .25) 0 -1px 0px 3px, /* bottom SD */
    inset hsla(0,0%,100%,.7) 0  2px 1px 3px,/* top HL */
    hsla(0,0%, 0%,.15) 0 -5px 6px 2px, /* outer SD */
    hsla(0,0%,100%,.5) 0  5px 6px 2px; /* outer HL */ 
    transition: color .2s;
    padding: 10px;
    border-radius: .2em;
    background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
      
      linear-gradient(180deg, hsl(0,0%,78%)  0%, 
      hsl(0,0%,90%) 47%, 
      hsl(0,0%,78%) 53%,
      hsl(0,0%,70%)100%);
}
.upload-button input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    border-radius: 3px;
    width: 200px;
}
.upload-button:hover{
    color: #21BDDB;
    box-shadow: 
    inset #21BDDB 0  0px 0px 2px, /* border */
    inset hsla(210,100%,15%, .4) 0 -1px 5px 2px, /* soft SD */
    inset hsla(210,100%,20%,.25) 0 -1px 0px 3px, /* bottom SD */
    inset hsla(210,100%,100%,.7) 0  2px 1px 3px, /* top HL */
    hsla(210,100%,75%, .8) 0  0px 3px 2px,/* outer SD */
    hsla(210,50%,40%, .25) 0 -5px 6px 4px, /* outer SD */
    hsla(210,80%,95%,   1) 0  5px 6px 4px; /* outer HL */
    transition: all 300ms;
    cursor: pointer;
}
/*確認画面*/
table.confirm{
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 4px 6px #aac1c7;
}  
table.confirm tr{
    border-bottom: solid 2px #fafafa;
}  
table.confirm tr:last-child{
    border-bottom: none;
}  
table.confirm th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #52c2d0;
    color: white;
    text-align: center;
    padding: 20px 0;
}
table.confirm th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #52c2d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
table.confirm td{
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
}
/*確認ボタン*/
.next-button{
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
      
      linear-gradient(180deg, hsl(0,0%,78%)  0%, 
      hsl(0,0%,90%) 47%, 
      hsl(0,0%,78%) 53%,
      hsl(0,0%,70%)100%);
    padding: 16px 20px;
}
.next-button:hover{
    color: #21BDDB;
    transition: all 300ms;
}
.next-button a:hover{
    color: #21BDDB;
    cursor: pointer;
    transition: all 300ms;
}
.next-button:hover{
    cursor: pointer;
    color: #21BDDB;
    box-shadow:
    inset #21BDDB 0  0px 0px 2px, /* border */
    inset hsla(210,100%,15%, .4) 0 -1px 5px 2px, /* soft SD */
    inset hsla(210,100%,20%,.25) 0 -1px 0px 3px, /* bottom SD */
    inset hsla(210,100%,100%,.7) 0  2px 1px 3px, /* top HL */
    hsla(210,100%,75%, .8) 0  0px 3px 2px,/* outer SD */
    hsla(210,50%,40%, .25) 0 -5px 6px 4px, /* outer SD */
    hsla(210,80%,95%,   1) 0  5px 6px 4px; /* outer HL */
    transition: all 300ms;
}
.width-150{
    width: 150px;
}
a.form-page-link{
    width: 100%;
}
.confirm-page-link{
    width: 100%;
    display: inline;
}
.button-wrap > .confirm-page-link > .complete-button,.button-wrap > .confirm-page-link > .back-button  {
    display: inline;
    margin: 40px;
    border-radius: 5px;
    background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
      
      linear-gradient(180deg, hsl(0,0%,78%)  0%, 
      hsl(0,0%,90%) 47%, 
      hsl(0,0%,78%) 53%,
      hsl(0,0%,70%)100%);
    padding: 16px 20px;
}
.button-wrap > .confirm-page-link > .complete-button:hover,.button-wrap > .confirm-page-link > .back-button:hover{
    cursor: pointer;
    color: #21BDDB;
    box-shadow:
    inset #21BDDB 0  0px 0px 2px, /* border */
    inset hsla(210,100%,15%, .4) 0 -1px 5px 2px, /* soft SD */
    inset hsla(210,100%,20%,.25) 0 -1px 0px 3px, /* bottom SD */
    inset hsla(210,100%,100%,.7) 0  2px 1px 3px, /* top HL */
    hsla(210,100%,75%, .8) 0  0px 3px 2px,/* outer SD */
    hsla(210,50%,40%, .25) 0 -5px 6px 4px, /* outer SD */
    hsla(210,80%,95%,   1) 0  5px 6px 4px; /* outer HL */
    transition: all 300ms;
}

/*登録完了ページ*/
.center{
    text-align: center;
}
.center > p:first-child{
    font-size: 20px;
    vertical-align: middle;
}
.center > p >i{
    font-size: 40px;
    color: chartreuse;
    vertical-align: sub;
}

/*モーダルウィンドウ*/
.modal-fixed{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    box-shadow: 0 4px 6px #aac1c7;
    background: #fff;
    margin: auto;
    z-index: 101;
}
.modal-window{
    transform: translateY(6rem);
    max-width: 500px;
    box-shadow: 0 4px 6px #aac1c7;
    background: #fff;
    margin: auto;
    position: relative;
    z-index: 101;
}
.modal-window-head{
    color: #5a6c7a;
    padding: 15px;
    text-align: center;
    line-height: 2.0;
}
.modal-bg-black{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    top: 0px;
    left: 0px;
    z-index: 100;
}
.button-wrap{
    text-align: center;
    display: block;
}
.button-link{
    width: 100%;
    display: inline;
}
.button-wrap > .button-link > .modal-button{
    display: inline;
    margin: 40px;
    border-radius: 5px;
    background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
      
      linear-gradient(180deg, hsl(0,0%,78%)  0%, 
      hsl(0,0%,90%) 47%, 
      hsl(0,0%,78%) 53%,
      hsl(0,0%,70%)100%);
    padding: 16px 20px;
    outline: none;
}

.button-wrap > .button-link:hover > button{
    cursor: pointer;
    color: #21BDDB;
    box-shadow:
    inset #21BDDB 0  0px 0px 2px, /* border */
    inset hsla(210,100%,15%, .4) 0 -1px 5px 2px, /* soft SD */
    inset hsla(210,100%,20%,.25) 0 -1px 0px 3px, /* bottom SD */
    inset hsla(210,100%,100%,.7) 0  2px 1px 3px, /* top HL */
    hsla(210,100%,75%, .8) 0  0px 3px 2px,/* outer SD */
    hsla(210,50%,40%, .25) 0 -5px 6px 4px, /* outer SD */
    hsla(210,80%,95%,   1) 0  5px 6px 4px; /* outer HL */
    transition: all 300ms;
}
.fa-angle-left,.fa-angle-right{
    color: #21BDDB;
}
.login-card{
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0 4px 6px #aac1c7;
}

span.upload-file-name{
    position: relative;
}
span.upload-file-name button{
    position: absolute;
    top: 0px;
    right: -50px;
    background: #5a6c7a;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
}

p.download-label{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.4;
    vertical-align: middle;
}

.pre-area{
    text-align: center;
    margin: 40px auto 80px;
}
.pre-area p{
    display: block;
    margin: 0 auto;
    font-size: 20px;
    color: #686E74;
}
.pre-area p > i{
    font-size: 60px;
    color: #686E74;
    margin-bottom: 40px;
}

.memo{
    border-radius: 5px;
    background: #f7f7f7;
    border: solid 1px #888;
    padding: 20px;
    margin-top: 40px;
    color: #686E74;
}
.memo p{
    line-height: 2;
}

@media screen and (max-width:992px){
    .main-header .main-nav .nav-menu{
        font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .content-inner{
        padding: 10px;
    }
}

@media screen and (max-width: 850px) { 
	.content-inner h3 {
		font-size: 16px;
	}

	.content-inner p {
		font-size: 14px;
		text-align: justify;
	}

	.event input[type="radio"]:checked ~ .content-perspective .content-inner p {
		max-height: 500px; 
	}
}
@media screen and (max-width:768px){
    .nav-menu nav.metal.radial{
        display: none;
    }
    .main-header .main-nav .nav-menu{
        display: inline;
        text-align: center;
    }
}
@media screen and (max-width: 568px){
    .news-wrap table th{
        font-size: 12px;
    }
    .news-wrap table td{
        font-size: 12px;
    }
}
@media screen and (max-width: 540px){
    .thumb{
        display: none;
    }
    .event{
        margin-bottom: 15px;
    }
	.content-perspective {
		margin-left: 0px; 
	}
}
@media screen and (max-width: 320px){
    .main-header .main-nav .nav-menu{
        font-size: 10px;
    }
}
.non-event {
    pointer-events: none;
}
[role="button"] {
    cursor: pointer;
}