@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size:62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.video{

  position:relative;
  width:90%;
  margin: 10px 5%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
body {

border-top: 6px #bc9900 solid;
	color: #494949;
	font-size:1.6rem;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic', Sans-serif;
	line-height: 1.8;
	letter-spacing: 1pt;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

/* ========フロート解除に。htmlでは<br class="clear" />======== */
.clear {
	clear:both;
		margin: 0;
			padding: 0;
		width:0;
	height: 0;
}
/*___________ pc5:5sp100% ___________ */

.table_box {
	margin: 25px 0 0 4% ;
	padding: 0;
	text-align: left;
	width:96%;
}

.table_box_child {
vertical-align:top;
	margin: 0 1% 4px 0;
	padding: 0;
	float:left;
	text-align: left;
	width:47%;
}


h3{
	font-size: 3.0rem;
	color: #004ea4;
}

h3 span{
	display: inline-block;
}

h4{
	color: #004ea4;
	font-size: 2.2rem;
}

ul li{
	list-style: outside none none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
            outline: none;
            overflow: hidden;
            color:#08C;
}
a:hover {
	opacity:0.6;
	text-decoration: none;
}

/*wrapper
---------------------------------------------------------------------------*/

#wrapper{
    margin-top: 25px;

}
.wrap_body{
	width: 1000px;
	margin: 0 auto;
}





/*main
---------------------------------------------------------------------------*/
#main{
	position: relative;
}

.titleBack{
	background-color: #0071bc;
}





/*FOOTER
---------------------------------------------------------------------------*/
.footer_in a{
	color: #494949;
}

.footer_in ul{
	text-align:center;
    margin-bottom: 15px;
}

.footer_in ul li{
	display: inline-block;
	border-left: 1px solid #494949;
	padding: 0 45px;
	line-height: 16px;
}

.footer_in li:first-of-type{
	border-left: none;
}

.copyright{
    padding: 15px 0;
	background-color: #bc9900;
	color: #FFF;
	text-align: center;
}

#pagetop img{
	position: absolute;
	bottom: 100px;
	right: 10px;
}

