﻿@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;
    overflow: hidden;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
}

/*---------------header-------------*/

#header_area{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.header_left_area{
    width: 50%;
    height: 30vh;
    background-color: #FFF;
    float: left;
}

.header_right_area{
    width: 50%;
    height: 30vh;
    background-color: #efefef;
    float: right;
}

.header_center_area{
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;

}

h1{
    color: #555;
    font-size: 11px;
    text-align: left;
    padding: 0 10px 0 10px;

}

.logo{
    width: 90%;
    height: auto;
    max-width: 300px;
    padding: 15px 0 0 0;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}


/*---------------header-------------*/

.mainimg_area{
    width: 100%;
    height: auto;
    background-image: url(../images/mainbg_img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
}


.mainimg{
    width: 100%;
    height: auto;
    position: relative;
}

.mainimg_img{
    width: 100%;
    height: auto;

}

.mainsmall{
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0px 0;
}

.mainsmall li{
    width: 35%;
    height: auto;
    padding: 0.5em 5% 0 10%;
    }

.content_smallimg{
    width:100%;
    height: auto;
    }


.HiddenCheckbox {
	display: none;
}

/*---------------menu-------------*/

.menu-sp {
	display: inline-block;
	margin: 0;
	float: right;
}

.MenuIcon {
	cursor: pointer;
	display: block;
	float: right;
	height: 30px;
	position: relative;
	width: 30px;
	z-index: 2;
	margin: 0 10px 0 0;
}
.MenuIcon::before {
	-webkit-box-shadow: #555 0 12px 0;
	box-shadow: #555 0 13px 0;
	height: 3px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 35px;
}
.MenuIcon::after {
	bottom: 0;
	height: 3px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	width: 35px;
}

.MenuIcon::before,
.MenuIcon::after {
	background: #CCC;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}

.Menu {
	bottom: 0;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

.HiddenCheckbox:checked ~ .MenuHeader {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.HiddenCheckbox:checked ~ .MenuIcon::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
	transform: rotate(45deg) translate3d(6px, -3px, 0);
}

.HiddenCheckbox:checked ~ .MenuIcon::after {
	-webkit-transform: rotate(-45deg) translate3d(3px, 3px, 0);
	transform: rotate(-45deg) translate3d(6px, 3px, 0);
}

.HiddenCheckbox:checked ~ .Menu {
	left: 0;
}

.Menu-list {
	background-color: #444;
	list-style-type: none;
	margin: 0 0 0;
	padding: 0;
	opacity: 0.9;
}

.Menu-item {
	margin: 0;
}

.Menu-link {
    font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 1.3em;
	display: block;
	overflow: hidden;
	padding: 20px 60px 20px 10px;
	position: relative;
	text-decoration: none;
	z-index: 9999;
}




/*---------------pankuzu-------------*/

.pankuzu{
    width: 96%;
    height: auto;
    padding: 15px 2% 15px 2%;
}

.pankuzu::after{
    content:'';
    display: block;
    clear: both;
}

.pankuzu li{
    float: left;
    color: #555;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px 0 0;
}

.pankuzu li a{
    color: #555;
    text-decoration: none;
    transition: .3s color;
}

.pankuzu li a:hover{
    color: #CCC;
}

/*---------------maincontent-------------*/

.main_content{
    width: 96%;
    height: auto;
    padding: 0 2% 0 2%;
}

.content_area{
    width: 100%;
    height: auto;
}

#content_block,#content_block1,#content_block2,#content_block3,#content_block4,#content_block5,#content_block6{
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
}

.normal_title{
    color: #555;
    font-size: 18px;
    line-height: 1.4em;
    padding: 10px 0 10px 50px;
    margin: 0 0 20px 0;
    background-image: url(../images/normal_title.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.ranking_title1{

}



.content_img{
    width: 100%;
    height: auto;
    max-width: 650px;
    margin: 0 0 15px 0;
}

/*---------------canvas-------------*/

#CanvasBox1{
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
}

#CanvasBox2{
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
}

#CanvasBox3{
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
}

#CanvasBox4{
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
}

#CanvasBox5{
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
}

#CanvasBox6{
	width: 90%;
	height: auto;
	margin: 0 auto 0 auto;
}

.content_txt{
    font-size: 14px;
    color: #555;
    line-height: 1.8em;
}

.side_area{
    display: none;
}

.btn{
    font-size:12px;
    font-weight: bold;
    text-align: right;
    margin: 20px 0 0 0;
}

.btn a{
    display: inline-block;
    text-decoration: none;
    color:#555;
    background-color: #efefef;
    padding: 25px 40px 25px 40px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 15px center;
}

.btn a:hover{
    color:#CCC;
    background-image: url(../images/arrow_hover.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 15px center;
}

/*---------------footer-------------*/

.footer_content{
    width: 96%;
    height: auto;
    background-color: #efefef;
    padding: 0 2% 50px 2%;
    margin: 0 0 50px 0;
}

.footer_content_box{
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

.footer_title{
    color: #555;
    font-size: 18px;
    line-height: 1.4em;
    padding: 10px 0 10px 50px;
    margin: 0 0 25px 0;
    background-image: url(../images/footer_title.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.footer_txt{
    font-size: 14px;
    color: #555;
    line-height: 1.8em;
    margin-bottom: 100px;
}

.subimg{
    width: 60%;
    height: auto;
    margin: 0 20%;

}

#pagetoparea{
    width: 100%;
    height: auto;
    background-color:#555;
    color:#FFF;
}

#pagetoparea #page-top{
    display: block;
    padding: 15px 0;
    color:#FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.footer_area{
    width: 96%;
    height: auto;
    padding: 20px 2% 20px 2%;
    background-color: #008498;
}

.footer_area p{
    color:#FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}

.footer_area a{
    color:#FFF;
    text-decoration: underline;
}

.footer_area a:hover{
    color:#CCC;
    text-decoration: none;
}




/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
.txt_link {
    color: #0044cc;
    font-size: 1.2em;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {

/*---------------header-------------*/

#header_area{
}


.menu-sp{
    display: none;
}

.header_left_area{
    height: 250px;
}

.header_right_area{
    height: 250px;
}

.header_center_area{
    width: 1100px;
    margin: 0 auto;
    height: 250px;
    padding: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

h1{
    color: #555;
    font-size: 11px;
    text-align: left;
    padding: 0 10px 0 10px;

}

.logo{
    width: auto;
    height: auto;
    max-width: 440px;
    padding: 15px 0 0 0;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/*---------------header-------------*/

.mainimg_area{
    width: auto;
    height: auto;
}

.mainimg{
    width: 1100px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.mainsmall{
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0px 0;
}

.mainsmall li{
    width: 35%;
    height: auto;
    padding: 25px 0 0 15%;
    }

.content_smallimg{
    width:100%;
    height: auto;
    }

.pankuzu{
    width: 1080px;
    margin: 20px auto 20px auto;
    padding: 0 10px 0 10px;
}

/*---------------maincontent-------------*/

.main_content{
    width: 1100px;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
    background-image: url(../images/content_main_back.png);
    background-position: top center;
    background-repeat: repeat-y;
}

.main_content::after{
    content: '';
    display: block;
    clear: both;
}

.content_area{
    width: 650px;
    height: auto;
    float: left;
}

#content_block,#content_block1,#content_block2,#content_block3,#content_block4,#content_block5,#content_block6{
    width: 650px;
    height: auto;
    margin: 0 0 80px 0;
}

.ranking{
    font-size: 18px;
    line-height: 1.4em;
}

.content_img{
    margin: 0 0 25px 0;
}

/*---------------canvas-------------*/

#CanvasBox1{
	width: 50%;
	height: auto;
    float: right;
    margin: 0 0 0 25px;
}

#CanvasBox2{
	width: 50%;
	height: auto;
    float: right;
    margin: 0 0 0 25px;
}

#CanvasBox3{
	width: 50%;
	height: auto;
    float: right;
    margin: 0 0 0 25px;
}

#CanvasBox4{
	width: 50%;
	height: auto;
    float: right;
    margin: 0 0 0 25px;
}

#CanvasBox5{
	width: 50%;
	height: auto;
    float: right;
    margin: 0 0 0 25px;
}

#CanvasBox6{
	width: 50%;
	height: auto;
    float: right;
    margin: 0 0 0 25px;
}

.content_txt{
    font-size: 14px;
    color: #555;
    line-height: 1.8em;
}


/*---------------side_area-------------*/

.side_area{
    width: 270px;
    height: auto;
    float: right;
    padding: 20px 15px 0 15px;
    display: block;
}

h4{
    width: 270px;
    height: auto;
    color: #555;
    font-size: 18px;
    line-height: 1.4em;
    padding: 10px 0 10px 0;
    margin: 0 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #CCC;
    border-left: 5px solid #008498;
    }

.side_area{
    font-size: 14px;
    line-height: 1.4em;
    }

.side_area li{
    font-size: 14px;
    border-bottom: 1px solid #CCC;
}

.side_area a{
    color: #555;
    text-decoration: none;
    padding: 10px 0 10px 0;
    display: block;
}

.side_area a:hover{
    color: #CCC;
    }

/*---------------footer-------------*/

.footer_content{
    width: auto;
    height: auto;
    background-color: #efefef;
    padding: 50px 0 50px 0;
}

.footer_content::after{
    content:'';
    display: block;
    clear: both;
}

.footer_content_box{
    width: 600px;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

.footer_title{
    color: #555;
    font-size: 18px;
    line-height: 1.4em;
    padding: 10px 0 10px 50px;
    margin: 0 0 25px 0;
    background-image: url(../images/footer_title.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.footer_content_inner{
    width: 1100px;
    margin: 0 auto;
    }

.footer_txt{
    font-size: 14px;
    color: #555;
    line-height: 1.8em;
}

.subimg{
    width: 300px;
    height: 300px;
    margin: 0 0 10px 10px;
    float: right;
}

}