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

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn{
  animation-duration: 2s; /* アニメーションの時間 */    
    
    
}
button,
input[type="image"] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
input[type="text"] {
    max-width: 710px;
    width: 90%;
    padding: 5;
    border: 2px solid #CFD0A0;
    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;
}
.mail_box{
	text-align:center;
}
footer{
	display:block;
	text-align:center;
	font-size:small;
	color:#666666;
	padding-top:20px;
	line-height:150%;
}

.mail_box{
	padding-bottom:30px;
}



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

input {
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

}

input:focus {
    border:solid 2px #EEA34A;
}
.now:hover{
	 filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@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;
}

.mail_box{
	width:1000px;
	background-image:url(img/form.png);
	padding-top:290px;
	height:200px;
	margin:auto;
}


.sp{
	display:none;
}
ul{
		width:600px;
}
input {
	font-size:28px;
	padding:5px;
	margin-bottom:10px;
}


.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;
  }
    
#comments img{
    width: 50px;
    height: auto;
  } 
    
  ul{
		width:80%;
}

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;
  }
  
  .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: 16px;
  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;
  }
}
    
h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
    text-align: left;
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}    

h2{    margin-top: 50px;}

h2:first-letter {
  font-size: 2em;
  color: #7172ac;

}