/* ------------------------------------------
                   RESET
------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration:none;
}
/*
  フォント名は Win と Mac で少しだけ異なる。
  Windows: "游ゴシック", "Yu Gothic"
  Mac: "游ゴシック体", "YuGothic"
*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
  font-weight: 500;
       /*
         Chrome 58.0.3029.110 (64-bit) では
         "Yu Gothic Medium" を認識しないバグあるため
         "Yu Gothic" と font-weight も併せて指定。
       */
}
p,h2,h3 {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

input[type="text"] {
    max-width: 710px;
    width: 90%;
    padding: 5;
      text-align: center;
    border-radius: 0;
    background-color: #F8F4EB;
    outline: none;

    margin-bottom: 20px;
}

table{
	margin:auto;
}
td{
	border:1px solid #CCC;
	background-color:#FFFFFF;
	font-size:15px;
	padding:5px;
}

.text-center{
	text-align:center;
}
html, body {
    overflow-x: hidden;
}

.mail_box{

}

img {
	vertical-align: bottom;
	
}
header{
	text-align:center;
}

footer{
	display:block;
	text-align:center;
	font-size:small;
	color:#666666;
	padding-top:20px;
	line-height:150%;
}





ul{
	display:block;
	margin:auto;
	margin-top:20px;
	padding:10px;
	text-align:left;
	font-size:small;
	background-color:#f3f3f3;
	list-style:none;
	color:#666;
	margin-bottom: 0px;
}
h2{
	text-align: center;
	margin:20px auto;
	color: #333;
	font-size: 20px;
	line-height: 150%;
	display: block;
	width: 95%;
	border-bottom: 1px solid #333;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.cnt{max-width: 1000px; margin: auto; width: 100%;
	padding-bottom: 30px; padding-top: 30px;
}
p{margin-bottom: 10px; margin-top: 10px;}

@media screen and (min-width: 750px) {

	
	
.now{
	position:fixed;
	bottom:10px;
	right:50px;
}

body{
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #EBEAEF;
}


.sikaku_box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    borrom: 0;
    transition-duration: .6s;
}
.sikaku_box.fixed {
    position: fixed;
    bottom: 50px;
    left: auto;
    z-index: +1;
}
.sikaku_box.fixed.none {
    opacity: 0;
    z-index: -1;
}
.oneArea {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1000px;
    background: #f2f2f2;
}
.oneArea .one_title {
    font-size: 30px;
    font-weight: bold;
}
.end_box {
    display: flex;
    justify-content: center;
    align-items: center;

    background: #000000;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .oneArea .one_title {
        font-size: 18px;
    }
    .end_box {
        font-size: 18px;
    }
}

.sp{
	display:none;
}
ul{
		width:600px;
}

.count{
position: fixed;
 bottom: 10px;
 right: 10px;
 border:1px solid #FFF;
 width:265px;
 height:50px;
 background-color:#333;
 background-image:url(img/timerbg.png);
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
 
 	color:#FFFFFF;
	padding-top:45px;
	padding-left:70px;
	background-repeat:no-repeat;
	
}

.count span{
	color:#FFFFFF;
	font-size:25px;
	padding:2px;
	border:1px solid #FFF;
	 background-image:url(img/timerbg2.png);
	background-color:#000000;
	    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	margin:5px;

}

}

@media(max-width:749px) {
.pc{
	display:none;
}
img {
    width: 100%;
    height: auto;
  }
  ul{
		width:80%;
}


  

.now{
	position:fixed;
	bottom:10px;
	right:10px;
	width:120px;
	height:120px;
}

}


table, th, td {
    border: none;
}


p {

    text-align: left;
    line-height: 150%;
    padding-left: 5px;
    padding-right: 5px;
}
.c1 .cnt p {
}
.c1 .cnt p {
}
.c1 .cnt p {
}



th {
  background: #7172ac;
  border-top: solid 1px #efefef;
  color: #fff;
  padding: 10px;
}
td {
    text-align: left;
  border-top: solid 1px #efefef;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  table {

  }

  table tr td, 
  table tr th {
    border-left: none;
    display: block;
  }

 th,td {
    width: 100%;
  }
  table tbody {
    display: block;
    float: left;
  }
  table tbody tr {
    width: 50%;
  }
  table tr td + td {
    border-left: none;
  }
  table tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}
    

input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
}
textarea {
    width: 600px
}


.mail_box{
	background-color:#000033;
	padding-bottom:0px;

}

input {
    width: 90%;
    height: auto;
  }
input .t2 {
    width: 40%;
    height: auto;
  }

html{
    font-size: 62.5%;
}
body{
    font-size:2.0rem;/* 16px*/
    line-height: 3.8;
}
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}

.wf{
	color: #ccc;
	border-color: #ccc;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
}
hr {
  border-top: 1px dotted #bbb;
}
h3{
	margin-top: 20px;
	margin-bottom: 20px;
}

.arrow_down3 {
	margin: auto;
	font-size: 20px;
	position: relative;
	width: 1em;
	height: 1em;
	border-bottom: 0.2em solid #999;
	border-right: 0.2em solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.c1 {
background-image: url(img/bg2.jpg); background-position: right top;
	background-attachment: fixed;
	transform: translate3d(0, 0, 0);
	background-repeat: no-repeat;
}


.c2 {
background-image: url(img/bg3.jpg); background-position: left top;
		background-attachment: fixed;
	transform: translate3d(0, 0, 0);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
}


.c3 {
background-image: url(img/bg1.jpg);
		background-attachment: fixed;
	transform: translate3d(0, 0, 0);
}

.c4 {
background-image: url(img/bg4.jpg);
		background-attachment: fixed;
	transform: translate3d(0, 0, 0);
}



.top{
width: 100%; border-bottom: 1px solid #8C8C8C; position: -webkit-sticky;
position: sticky; top: 0; background: #fff;
	}

strong{font-weight: bold;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffff7f 0%) repeat scroll 0 0;}

a:hover{
	opacity: 0.8;
}


.title-box1{
  margin: 1em 0;
  padding: 1em;
  position: relative;
  border: 1px solid #555;
margin-bottom:40px;
	margin-left: 5px;
	margin-right: 5px;
}

.title-box1-title{
  position: absolute;
  top: -0.8em;
  left: 20px;
  font-weight: bold;
	line-height: 1.8em;
  font-size: 1.2em;
  background: #fff;
  padding: 0 0.5em;
}



.circle{
    counter-reset: list-counter;
    list-style: none;
	width: 100%;
}
.circle li{
    margin: 1.5em 0; 
	line-height: 1.2em;
	font-weight: bold;
	font-size: 1.4em;
	display: block;
}
.circle li:before{
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding: .5em;
    margin-right: 1em;
    border-radius: 50%;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    
}

.box2 p{color: #fff;}

.box2  .title-box1-title{ background: #979D9D;}
