@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/

html {overflow: auto;}


body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    word-break: break-all;
    word-wrap: break-word;
    background-image: url(../images/bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
}

/*---------------header-------------*/


#headearea{
    width: 100%;
    height: auto;
    border-top: #f01f17 5px solid;
    border-bottom: 30px solid #282828;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.9);
}

.headerbox{
    width: 100%;
    height: auto;
    margin: 0 auto;
	position: relative;
	padding-bottom: .5em;
}



.headerbox::after{
    position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 30px;
	background-color: #f01f17;
}


.logo{
    width: 60%;
    height: auto;
    max-width: 400px;
}


h1{
    font-size: 11px;
    color: #555;
    font-weight:normal;
    height: auto;
    text-align: left;
    margin: 5px 0 0 0;
}

.submenu{
    display: none;
}

/*---------------mainimg-------------*/

#mainimg{
    width: 100%;
    height: auto;
    background-image: url(../images/mainbg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 30px solid #282828;
    box-sizing: border-box;
    background-color: #282828;
    margin: 0 0 10px 0;
}

#mainimg img{
    width: 100%;
    height: auto;
}


/*---------------nav-------------*/

nav{
    width: 100%;
    height: auto;
    border-top: 5px solid #f01f17;
    padding: 15px 0 15px 0;
    background-color: rgba(255,255,255,0.9);
}

nav::after{
    display: table;
    content:'';
    clear: both;
}

nav li{
    font-size: 14px;
    line-height: 1.5em;
    float: left;
    color: #555;
    padding: 5px 0 5px 15px;
}

nav li a{
    color: #555;
    display: block;
    text-decoration: none;
    transition: .3s color;
}

nav li a:hover{
    color: #CCC;
    text-decoration: none;
}


/*---------------contentarea-------------*/

.contentarea{
    width: 100%;
    height: auto;
    padding: 0;
}

.contentarea::after{
    display: table;
    content:'';
    clear: both;
}

.contentbox {
    width: 100%;
    height: auto;
    padding: 0%;

}

.content{
    width: 96%;
    height: auto;
    padding: 0 2%;
    background-color: rgba(255,255,255,0.9);
}

.content section{
    width: 100%;
    padding: 0;
    height: auto;
    position: relative;
}

.content section h2{
    width: 80%;
    font-size: 16px;
    color: #FFF;
    line-height: 1.5em;
    padding: 10px 0 10px 18%;
    font-weight: blod;
    background-color: #f01f17;
    position: absolute;
    top: 0;
    margin: 25% 0 0 0;
    background-image: url(../images/h2.png);
    background-position: 2% center;
    background-repeat: no-repeat;
    background-size: 30px;
    box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
}
.content section .subimg{
    width: 96%;
    height: auto;
    padding: 0 2% 0 2%;
    margin: 0 0 2% 0;
}

.content section p{
    font-size: 12px;
    color: #555;
    line-height: 1.8em;
    border: 2px solid #f01f17;
    padding: 15px 2% 15px 2%;
}

/*---------------content2-------------*/

.content2{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.9);
}

.content2 section{
    width: 96%;
    height: auto;
    padding: 0 2%;
}

.content2 section h2 {
    font-size: 18px;
    line-height: 1.5em;
    color:#555;
	position: relative;
	padding: 15px 0 15px 50px;
    margin: 0 0 20px 0;
}
.content2 section h2::before,
.content2 section h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
}

.content2 section h2::after {
	bottom: 0;
    border-style: solid;
    border-width: 3px 0px 0;
    -moz-border-image: url(../images/border.png) 3 0 0 repeat;
    -webkit-border-image: url(../images/border.png) 3 0 0 repeat;
    -o-border-image: url(../images/border.png) 3 0 0 repeat;
    border-image: url(../images/border.png) 3 0 0 fill repeat;
	border-bottom: 3px solid #f01f17;
}

.ranktitle01{
    background-image: url(../images/rank01.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.ranktitle02{
    background-image: url(../images/rank02.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.ranktitle03{
    background-image: url(../images/rank03.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.ranktitle04{
    background-image: url(../images/rank04.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.ranktitle05{
    background-image: url(../images/rank05.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.ranktitle06{
    background-image: url(../images/rank06.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.pic{
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;

}

#CanvasBox1{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	float: none;
}
#CanvasBox1 #canvas1{
	width: auto ;
    height: auto ;
}

#CanvasBox2{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	float: none;
}
#CanvasBox2 #canvas2{
	width: auto ;
    height: auto ;
}

#CanvasBox3{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	float: none;
}
#CanvasBox3 #canvas3{
	width: auto ;
    height: auto ;
}

#CanvasBox4{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	float: none;
}
#CanvasBox4 #canvas4{
	width: auto ;
    height: auto ;
}

#CanvasBox5{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	float: none;
}
#CanvasBox5 #canvas5{
	width: auto ;
    height: auto ;
}

#CanvasBox6{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	float: none;
}
#CanvasBox6 #canvas6{
	width: auto ;
    height: auto ;
}


.btn{
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #282828;
    text-align: center;
    padding: 15px 0 15px 0;
    transition: .3s background-color;
    margin: 0 0 20px 0;
}

.btn:hover{
    background-color:#f01f17;
}

.content2 p{
    font-size: 13px;
    line-height: 1.8em;
    color: #555;
    padding: 0 0 15px 0;
    margin: 20px auto;
}


.side{
    width: 96%;
    height: auto;
    padding: 0 2% 30px 2%;
    background-color: rgba(255,255,255,0.9);
}

h4{
    font-size:18px;
    font-weight: bold;
    line-height: 1.5em;
    color: #555;
    text-align: center;
    border: 2px solid #f01f17;
    padding: 10px 0 10px 0;
    margin: 0 0 20px 0;
    }

.side li{
    font-size:13px;
    line-height: 1.5em;
    border-bottom: 1px solid #CCC;
    }

.side li a{
    color: #555;
    padding: 10px 0 10px 0;
    display: block;
    text-decoration: none;
    transition: .3s color;
    position: relative
}

.side li a:hover{
    color: #CCC;
}

#pagetoparea{
    width: auto;
    height: auto;
    margin: 50px 0 50px 0;

}

#pagetoparea::after{
    content: '';
    clear: both;
    display: table;
}

#page-top {
    margin: 0 0 0 0;
    float: right;

}
#page-top a {
    width: auto;
    display: block;

}

.footerarea{
    width: 100%;
    height: auto;
    background-color: #282828;
    border-bottom: 30px solid #f01f17;
}

.footerbox{
    width: 96%;
    height: auto;
    padding: 0 2%;
}

.footerbox ul::after{
    display: table;
    content:'';
    clear: both;
}

.footerbox li{
    font-size:12px;
    color:#FFF;
    line-height: 1.5em;
    float: left;
    padding: 10px 10px 10px 0;
}

.footerbox a{
    font-size:12px;
    color: #FFF;
    text-decoration: none;
    transition: .3s color;
}

.footerbox a:hover{
    color:#CCC;
}

.footerbox p{
    font-size:12px;
    color: #FFF;
    line-height: 1.5em;
    margin: 10px 0 10px 0;
}

.innerbox{
    width: 100%;
    height: auto;
    padding: 0 0 200px 0;
}

.innerbox h2{
    color:#FFF;
    font-size: 18px;
    line-height: 1.5em;
	padding: 15px 0 15px 50px;
    margin: 0 0 20px 0;
    background-color:#f01f17;
    background-image: url(../images/h2.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}


.innerbox p{
    font-size:14px;
    color: #555;
    line-height: 1.8em;

}

.innerbox li{
    font-size: 13px;
    line-height: 1.5em;
}


.innerbox li a{
    color: #555;
    text-decoration: none;
    transition: .3s color;
    padding: 15px 0 15px 0;
    display: block;
    border-bottom:1px dotted #CCC;
}

.innerbox li a:hover{
    color: #CCC;
}

.innerbox h3{
    color:#555;
    line-height: 1.5em;
    padding: 10px 0 10px 15px;
    margin: 15px 0 15px 0;
    border-left:solid 5px #282828;
    border-bottom: 2px solid #282828;
}


.formarea {
    margin: 0 0 15px;
    padding: 0;
    display: block;
}

.formarea p {
    font-size: 15px;
    color: #FFF;
    margin-bottom:0px;
	padding: 5px 0 5px 10px;
	background-color: #282828;
}

.formarea input {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.formarea textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    background-color: #FFF;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.formbutton{
    width: 100%;
    text-align: center;
}

.formbutton input{
    padding:15px 15px;
}
/*------------tail---------------*/

/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
@media only screen and (min-width: 768px) {


/*---------------header-------------*/

#headearea{
    width: 100%;
    height: auto;
}

.headerbox{
    width: 1030px;
    height: auto;
    margin: 0 auto;
	padding: 0 10px 0 10px;
}


.logo{
    width: auto;
    height: auto;
}


h1{
    width: 590px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: right;
    float: right;
    padding: 0 0 0 40px;
    margin: 20px 0 0 0;
}

.submenu{
    width: auto;
    height: auto;
    display: block;
    float: right;
    padding: 10px 0 0 0;
}

.submenu li{
    color:#FFF;
    font-size:13px;
        float: left;
    padding: 0 0 0 30px;
    }

    .submenu li a{
        color: #FFF;
        text-decoration: none;
        transition: .3s color;
    }

    .submenu li a:hover{
        color:#CCC;
    }

/*---------------mainimg-------------*/

#mainimg{
    min-width: 1050px;
}

#mainimg img{
    width: 1050px;
}


/*---------------nav-------------*/

nav{
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0;
    background-color: rgba(255,255,255,0.9);
}

nav ul{
    width: 1030px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

nav li{
    font-size: 14px;
}


/*---------------contentarea-------------*/

.contentarea{
    width: 1030px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

.contentbox {
    width: 700px;
    height: auto;
    float: left;

}

.content{
    width: 700px;
    height: auto;
    padding: 0 10px 0 10px;
    background-color:rgba(255,255,255,0.9);
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    padding-bottom: 25px;
}

.content section{
    width: 100%;
    height: auto;
    position: relative;
}

.content section h2{
    width: 640px;
    font-size: 18px;
    padding: 10px 0 10px 60px;
}
.content section .subimg{
    width: 96%;
    height: auto;
    padding: 0 2% 0 2%;
    margin: 0 0 10px 0;
}

.content section p{
    font-size: 14px;
    line-height: 1.8em;
    padding: 2%;
    margin: 0 10px 0 10px;
}

/*---------------content2-------------*/

.content2{
    width: auto;
    height: auto;
    background-color: rgba(255,255,255,0.9);
}

.content2 section{
    width: 96%;
    height: auto;
    padding: 0 2%;
}

.content2 section h2 {
    font-size: 18px;
	padding: 20px 0 20px 30px;
    margin: 0 0 20px 0;
}



.pic{
    width: auto;
    height: auto;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
    display: block;
    float: none;
}

#CanvasBox1{
	width: 320px;
	height: 250px;
	margin: 0 10px 0 0;
	float: right;
}
#CanvasBox1 #canvas1{
	width: auto;
    height: auto;
}

#CanvasBox2{
	width: 320px;
	height: 250px;
	margin: 0 10px 0 0;
	float: right;
}
#CanvasBox2 #canvas2{
	width: auto;
    height: auto;
}

#CanvasBox3{
	width: 320px;
	height: 250px;
	margin: 0 10px 0 0;
	float: right;
}
#CanvasBox3 #canvas3{
	width: auto;
    height: auto;
}

#CanvasBox4{
	width: 320px;
	height: 250px;
	margin: 0 10px 0 0;
	float: right;
}
#CanvasBox4 #canvas4{
	width: auto;
    height: auto;
}

#CanvasBox5{
	width: 320px;
	height: 250px;
	margin: 0 10px 0 0;
	float: right;
}
#CanvasBox5 #canvas5{
	width: auto;
    height: auto;
}

#CanvasBox6{
	width: 320px;
	height: 250px;
	margin: 0 10px 0 0;
	float: right;
}
#CanvasBox6 #canvas6{
	width: auto;
    height: auto;
}

.btn{
    font-size: 14px;
    clear: both;
}


.content2 p{
    font-size: 13px;
}


.side{
    width: 280px;
    height: auto;
    float: right;
    background-color: rgba(255,255,255,0);
}

h4{
    font-size:18px;
    }

.side li{
    font-size:13px;
    }

#pagetoparea{
    width: auto;
    height: auto;
    margin: 0 0 50px 0;
}

#page-top {
    font-size: 12px;
    margin: 0 30px 0 0;
    position: fixed;
    bottom:10%;
    right: 22%;
}

.footerarea{
    min-width: 1050px;
}

.footerbox{
    width: 1050px;
    margin: 0 auto;
    padding: 0;
}


}
