/* ------------------------------------------
                   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;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
body {
  font-family: sans-serif;
	padding-bottom: 30px;
}
p{
    max-width: 800px;
    font-size: 25px;
margin: auto !important;
    display: block;
    text-align: left;
    padding:10px 20px !important;
	color: #333;
}

.box{
background: #fff;
margin-bottom: 20px;
	 border-radius: 5px;
		padding: 10px;
}

.hoge {
  animation-duration: 0.8s;
}

/* LINE007 */
.button_line007 {
	padding: 10px;
	
	}
.button_line007 button {
	font-size: large;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
 border-radius: 10px;
    padding: 10px 5%;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
	text-decoration: none;
}
.button_line007 button:hover {
    background: #ebfcfe;
    color: #6bb6ff;
}
.button_line007 button:before, .button_line007 button:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button_line007 button:before {
  top: 0;
  left: 0;
}
.button_line007 button:after {
  bottom: 0;
  right: 0;
}
.button_line007 button:hover:before, .button_line007 button:hover:after {
  width: 100%;
  height: 100%;
}
.button_line007 button:hover:before {
  border-top-color: #6bb6ff;
  border-right-color: #6bb6ff;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line007 button:hover:after {
  border-bottom-color: #6bb6ff;
  border-left-color: #6bb6ff;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}


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;
}



@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;
}

.kasahara{
width:40%;
}

.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;

}
.cnt{
	width:800px;
	margin:auto;
}

}

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


  
  .cnt{
	  padding-left:5%;
	  padding-right:5%;
	  padding-bottom:20px;
  }
.now{
	position:fixed;
	bottom:10px;
	right:10px;
	width:120px;
	height:120px;
}

}


table, th, td {
    border: none;
}


p {
  font-size: 25px;
  margin: 60px auto 40px;
    text-align: left;
    line-height: 150%;
    padding-left: 5px;
    padding-right: 5px;
}
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;
  }
}
    

p span{

    font-weight: bold;
    font-size: 1.1em;
    color: #199FC4;
  }
input[type=checkbox] {
  transform: scale(1.5);
	margin-right: 20px;
}
input[type=radio] {
  transform: scale(1.5);
		margin-right: 20px;
}

hr{
    width: 90%;
    height: 3px;
    padding: 0px;
    line-height: 3px;
	margin: auto;
}



input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}



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;

}


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

}

input {
    height: auto;
  }


