@charset "utf-8";
/*====Menu all====*/
.style_h_nav{
	width: 100%;
	margin:auto;
	/* background: #617C87; */
	padding: 5px 0px;
}
.style_h_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
	margin-bottom: 10px;
	background: #8287F1;
	/* border-bottom: 2px solid #333; */
}
.style_h_nav ul li{
	display:inline-block;
}
.style_h_nav ul li a{
	padding: 13px 30px;
	margin: 0px 5px;
	color: #FFFFFF;
	display:block;
	box-shadow: 0px 0px 0px #000;
	text-decoration:none;
	/* background: #CBF515; */
}
.style_h_nav ul li a:hover{
	background: #4147BD;
	text-decoration:none;
	color:#fff;
}

.foot ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot ul li{
	display:inline-block;
	position:relative;
}
.foot ul li:after{
	position:absolute;
	content:"◙";
	top:12px;
	left:0;
	color: #FFF;
}
.foot ul li a{
	display:block;
	padding: 10px 18px;
	margin:2px 0px;
}
/*--side--*/
.side_box_nav{
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
}
.side_box_nav ul{
	list-style-type:none;
}
.side_box_nav ul li{
	display:block;
}
.side_box_nav ul li a{
	padding:10px 0px;
	/* background: #A1BEAA; */
	color: #BE6D6D;
	text-align:center;
	text-decoration:none;
	display:block;
	margin-bottom: 3px;
	border-bottom: 4px double #9C6F6F;
}
.side_box_nav ul li a:hover{
	background:#f00;
	color:#fff;
	text-decoration:none;
}
@media screen and (max-width:480px){
.style_h_nav{
	width:100%;
	min-width:100%;
}
.style_h_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.style_h_nav ul li{
	width:100%;
	display:block;
}
.style_h_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
}

.foot ul{
	display:block;
}
.foot ul li{
	display:block;
}
.foot ul li:after{
	content:"";
	top:12px;
	left:0;
	color:#f00;
}
.side_box_nav{
	margin-left:0;
	margin-right:0;
}
.side_box_nav ul li a{
	border-radius:0;
}
}
/*====End Menu all====*/
body{font-size: 13px;background: #E4E4FF;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right:10px;
}
/* ============== start h2 ==================*/
h2 {
    background-color: #8287F1;
    padding: 1px;
    color: #FFF;
    position:relative;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent:50px;
}

h2:before{
    content:"\272F";
    width:30px;
    height:49px;
    position:absolute;
    /* background-color: #818284; */
    top: -2px;
    left: 4px;
    color: #FFFBFB;
    text-indent:0;
    padding-left:5px;
    font-weight:bold;
    font-size:27px;
    line-height: 44px;
}
h2:after{
    border-style:solid;
    border-width:10px;
    position:absolute;
    border-color: rgba(0, 0, 0, 0);
    /* border-left-color: #818284; */
    margin-left:34px;
    content:"";
    left: 0px;
    top:0;
    margin-top: 12px;
}
/* ============== start block_information  ==================*/
h3{
	color: #000;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
}
a{
	text-decoration: none;
	color: #6067FF;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}
.banner_header{
	width:100%;
	min-width:1000px;
}
.style_h_img{
	width: 960px;
	margin:0 auto;
}
.style_h_img img{
	width:100%;
	margin:auto;
	margin-bottom: 5px;
	margin-top: 0px;
	border-radius: 0 0 10px 10px;
}
.header_title{
	width: 960px;
	margin:auto;
	background: #8287F1;
	border-top: 2px solid #4147BD;
	margin-top: 10px;
	border-radius: 10px 10px 0 0;
}
.header_title h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 20px;
	text-align:center;
}
.header_title h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
.header_title h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}

.main_frame_full{
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.main_frame_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.best_block_s{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.best_block_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.best_block_s img{
	width:100%;
	margin-bottom:5px;
}
.best_block1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.best_block1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.best_block1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.read_more a{
	padding:2px 15px;
	margin:5px;
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	background: #8287F1;
	margin-left: 0;
}
.read_more a:hover{
	text-decoration:none;
	background: #4147BD;
	color:#fff;
}
.main_frame_2{
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.main_frame_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.best_block2{
	float:left;
	margin-right: 19px;
	width: 48.5%;
	padding-bottom:15px;
	margin-bottom:15px;
}
.best_block2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.best_block2 img{
	width:100%;
	margin-bottom:5px;
}
.best_block2:first-child{
	margin-left:0px;
}
.best_block2:nth-child(2){
	margin-right:0px;
}
.best_block2:nth-child(4){
	margin-right:0px;
}

.veiw_content{
	margin-bottom: 15px;
	padding-bottom: 10px;
	/* overflow:hidden; */
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 1px #000;
}
.veiw_content img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.master_link{
	margin-bottom:15px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 1px #000;
}
.master_link ul{
	list-style-type:none;
}
.master_link ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 100%;
	background: #8287F1;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	/* padding-top:10px; */
	min-width: 1000px;
	padding: 20px 0;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.wrapper{
	width: 960px;
	margin:auto;
	padding:0;
}
.wrapper:after{
	content:"";
	clear:both;
	display:block;
}
.main{
	width: 68%;
	float: left;
	background: #fff;
	padding-top: 10px;
	/* padding-bottom: 1px; */
	box-shadow: 0px 0px 1px #000;
	/* margin-top: 10px; */
	margin-bottom: 10px;
	/* margin-left: 10px; */
	border-radius: 10px;
}
.side_box{
	width:30%;
	float: right;
	/* margin-top:10px; */
	box-shadow: 0px 0px 1px #000;
	padding-top: 10px;
	/* margin-right: 10px; */
	background: #fff;
	border-radius: 10px;
}
.sub{
	/* margin-top:10px; */
	/* width: 66%; */
	padding-bottom:10px;
	float: left;
	/* margin-top:10px; */
	margin-bottom:10px;
	background: #fff;
	/* margin-left: 10px; */
	box-shadow:0px 0px 1px #000;
}
.sub img{
	width: 35%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.bg_col{
	background: #FFF;
	box-shadow: 0px 0px 1px #000;
}
@media screen and (max-width:480px){
.banner_header{
	width:100%;
	min-width:100%;
}
.style_h_img
{
	width:100%;
	min-width:100%;
}
.header_title{
	width:100%;
	min-width:100%;
	border-radius: 0;
}
.header_title h1{
	font-size:14px;
}
.wrapper{
	width:100%;
	min-width:100%;
}
.main
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	border-radius: 0;
}
.main_frame_full{
	margin-left:0;
	margin-right:0;
}
.main_frame_2{
	margin-left:0;
	margin-right:0;
}

.best_block1{
	width:100%;
	border:0;
	margin: 0;
}
.best_block1 img{
	width:100%;
	float:none;
	margin:0px;
}
.best_block2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
}
.best_block2 img{
	width:100%;
	margin:0px;
}

.veiw_content{
	margin:0;
}
.veiw_content img{
	width:100%;
	float:none;
	margin:0px;
}
.master_link{
	width:100%;
	margin:0;
}
.footer{
	width:100%;
	min-width:100%;
}
.side_box{
	width:100%;
	margin-left:0;
	margin-right:0;
	border-radius: 0;
}
.style_h_img img {  
    border-radius: 0;
}
.sub{
	width:100%;
	background:#fff;
	border:0;
	margin-left:0px;
	margin-right:0px;
}
.sub img{
	width:100%;
	float:none;
	margin:0px;
}
.bg_col{
	background: #FFF;
	border:0;
	box-shadow:0px 0px;
}
}