﻿@charset "UTF-8";

/* ============= Start Menu =================*/
ul,li,a{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}

a {
    color: #1c60f1;
}

a:hover {
    text-decoration: underline;
}

.NAVI{
    position:relative;
    z-index: 99;
    margin-bottom: 10px;
    padding: 8px 0px;
    background: #a8beec;
    /* border-top: 2px solid #f00; */
    padding-top: 18px;
    text-align: center;
    border-bottom: 0;
}
.NAVI ul{
    margin:0px;
    padding:0px;
    list-style:none;
    display: flex;
    justify-content: center;
}
.NAVI ul li{
    display:inline-block;
    margin-top: -10px;
}
.NAVI ul li a{
    color:#fff;
    text-decoration:none;
    padding: 0px 46px;
    display:block;
    height: 48px;
    /* box-shadow: 3px 3px 0px #fff; */
    line-height: 48px;
    margin: 0px 4px;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    background: #7399ea;
    position:relative;
    font-size: 17px;
    width: auto;
}
.NAVI ul li a:before{
    /* content:""; */
    position:absolute;
    border-style:solid;
    border-width: 5px;
    left: -9px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #4e3605;
    border-bottom-color: #4e3605;
    z-index: -1;
    top: 0px;
}
.NAVI ul li a:after{
    /* content:""; */
    position:absolute;
    border-style:solid;
    border-width:5px;
    right: -9px;
    border-top-color: transparent;
    border-left-color: #4e3605;
    border-right-color: transparent;
    border-bottom-color: #4e3605;
    z-index: -1;
    top: 0;
}

.NAVI ul li a:hover{
    background: #2d5bbf;
}
@media screen and (max-width:480px){
    div[class^="menu"]{
    background-color: transparent;
    }
    div[class^="menu"]:before, div[class^="menu"]:after{
        content:none;
    }
    ul{
      margin:0px;
        padding:0px;
    }

.NAVI{
    padding: 8px 0px;
    background: none;
    padding-top: 10px;
}
.NAVI ul {
    display: block;
}
    ul li{
        width:100%;
        /* border-bottom: 1px solid #fff; */
    }

.BLOCK_PRLINK li {
    padding: 5px 0!Important;
    border: 0;
}

	


    *:after,*:before{
        content:none !important;
    }
   .NAVI ul li a {
    background-image: none;
    box-shadow: 0px 0px 4px #fff;
}
    .NAVI ul li a:hover{
        background-image: none;
        color: #fff;
    }
}  
/* ============= End Menu =================*/


body{
	color: #484848;
	line-height: 2.5em;
	font-size: 16px;
	/* background: #f3e1ec; */
	background-color: #fe833d;
	background-color: #d2e0ff;
	background-image: url("https://www.transparenttextures.com/patterns/billie-holiday.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	/*background: url(../images/body.png) fixed;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
*{
	margin:0;
	padding: 0;
	box-sizing:border-box;
}
a{
	color: #ff1c1c;
	text-decoration: none;
}
a:hover{
	/* color: #FF952D; */
	/* text-decoration: underline; */
}
p{
	padding: 0;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	margin: 0;
	margin-top: 0;
	text-align: justify;
}

p.moreInfo {
    margin-top: 35px;
}

h1 {
    background-color: #7399ea;
    padding:5px;
    color:#fff;
    text-align:center;
    position:relative;
    font-size: 23px;
    padding: 10px;
    width: 1080px;
    margin: auto;
    border: 1px solid #ffffff;
}
h1:after{
      /* content: ""; */
      position: absolute;
      border-style: solid;
      border-width: 30px;
      border-right-color: #7399ea;
      /* border-left-color: transparent; */
      border-top-color: #ffffff;
      border-bottom-color: #fff;
      top: 57px;
      left: 0px;
      margin-right: 39%;
      margin-top: -57px;
}
h1:before{
      /* content: ""; */
      position: absolute;
      border-style: solid;
      border-width: 30px;
      border-right-color: #ffffff;
      border-left-color: #7399ea;
      border-top-color: #ffffff;
      border-bottom-color: #fff;
      top: 57px;
      right: 0px;
      margin-left: 39%;
      margin-top: -57px;
}
@media screen and (max-width:480px){
   h1 {
    padding:5px;
    color:#fff;
    text-align:center;
    position:relative;
    width: 100%;
    font-size: 14px;
    padding: 12px 0;
    border: 0;
}

h1:before,h1:after {
    display: none;
}
h1:after{
    content:"";
    position:absolute;
    border-style:solid;
    border-width:100px;
    border-right-color:transparent;
    border-left-color:transparent;
    border-top-color:#4aa;
    border-bottom-color:transparent;
    transform:scale(1,0.1);
    top:0;
    left:0;
    margin-left:26%;
    margin-top:-12.5%;
}
h1:before{
    content:"";
    width:10px;
    height:10px;
    position:absolute;
    background-color:#fff;
    border-radius:50%;
    bottom:0;
    left:0;
    margin-left:53%;
    margin-bottom:-4px;
    z-index:1;
}
} 
h3{
	position: relative;
	font-size: 18px;
	color: #5f5f5f;
	overflow: hidden !important;
	border-bottom: 1px dashed #7399ea;
	margin-top: 10px;
	padding-left: 34px;
	margin-bottom: 7px;
}
h3:before{
	content: "➥";
	color: #7399ea;
	position: absolute;
	left: 0px;
	font-size: 22px;
}
/* ============== start h2 ==================*/

h2 {
    padding: 8px  10px;
    color: #ffffff;
    position: relative;
    text-align: left;
    margin-top: 5px;
    margin-top: 10px;
    background: #7399ea;
    z-index: 1;
    text-align: center;
    margin-bottom: 20px;
    font-size: 21px;
    border: 1px solid #ffffff;
    text-indent: 45px;
    background-position: 12px 50%;
    box-shadow: 0 10px 10px -10px #a59f9f;
    background-size: 2.5%;
}
.h2:before
{
	content:"➥";
}
h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}

/* ============== start HEADER  ==================*/
.HEADER{width: 1100px;margin: auto;/* background: linear-gradient(#f1d7a8,#dfb46f); */margin-top: 20px;padding: 0;}

.HEADER:after{
	content:"";
	clear:both;
	display:block;
}
.h1_title{
	margin:auto;
	padding-bottom: 10px;
}
.MAIN_IMAGE{clear: both;}
.inner_MAIN_IMAGE{
	width:1100px;
	margin:auto;
}
.inner_MAIN_IMAGE img{
	width: 1098px;
	display:block;
	margin:auto;
	margin-bottom: 30px;
	/* border: 1px solid #c58a3a; */
}
.MAIN_IMAGE:after,
.inner_MAIN_IMAGE:after{
	content:"";
	display:block;
	clear:both;
}
/* ============== start MAIN  ==================*/
.MAIN{
	width:1100px;
	margin:auto;
}
.MAIN:after{
	content:"";
	clear:both;
	display:block;
}
.BLOCK_FRAME{
	clear:both;
	padding:0;
	margin:0;
}
.BLOCK_FRAME:after{
	content:"";
	clear:both;
	display:block;
}

/* ============== start_block ==================*/
.BLOCK_LINK{
	/* padding:20px; */
	padding-bottom: 30px;
	margin-bottom:20px;
}
.BLOCK_LINK:after{
	content:"";
	clear:both;
	display:block;
}
.title_header{
	width: 1098px;
	margin:auto;
	background: url(../images/main_image.jpg) no-repeat;
	margin-bottom: 0;
	margin-top: 0;
	box-shadow: 0 0 1px #dedede;
	padding: 200px 0;
	margin-bottom: 30px;
	clear: both;
	/* border: 1px solid #c58a3a; */
	position: relative;
}
.title_header:after{
	content:"";
	display:block;
	clear:both;
}
.TOP_CONTENTS{
	clear:both;
}
.TOP_CONTENTS img {
	width: 37%;
	float: right;
	margin-left: 20px;
	margin-top: 13px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.58);
	box-shadow: 0 0 1px #b5b3b3;
}
.box_sub_page img {
	width: 44%;
	float:left;
	margin-right:20px;
	/* margin-left: 20px; */
	margin-top: 13px;
	padding: 5px;
	background: #ffffff;
	box-shadow: 0 0 1px;
}
.BLOCK_FRAME_style{
	padding: 0;
	margin-bottom: 0px;
}
.BLOCK_FRAME_style:after{
	content:"";
	clear:both;
	display:block;
}
.BLOCK_01{
	clear:both;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

h2:before {
    content: "【";
    position:absolute;
    top: 12px;
    font-size: 41px;
    left: 0px;
    margin-left: -57px;
}
h2:after {
    content: "】";
    position:absolute;
    top: 12px;
    font-size:41px;
    margin-right: -14px;
    right: 0px;
}
.BLOCK_01 h2:after{
	/* left:27%; */
}
img.more_image_01{
	width: 33%;
	float:left;
	margin-right:20px;
	margin-top: 12px;
	padding: 5px;
	background: #63b9e2;
}
.BLOCK_02{
	width: 49%;
	margin-right:20px;
	box-sizing: border-box;
	float:left;
	position:relative;
	color: #2b2b2b;
	border: 1px solid #7399ea;
}

.BLOCK_02:nth-child(1) {
    /* border-radius: 25px 0 0 0; */
}

.BLOCK_02:nth-child(1) img {
    /* border-radius: 25px 0 0 0; */
}

.BLOCK_02 p {
    padding-left: 20px;
    padding-right: 20px;
}

.BLOCK_02:last-child{
	margin-right:0;
	/* border-radius: 0 25px 0 0; */
}

.BLOCK_02:last-child img {
    /* border-radius: 0 25px 0 0; */
}

img.more_image_02{
	width: 100%;
	display: block;
	margin: auto;
	border-bottom: 1px solid #e2e2e2;
}


.BLOCK_02 h2 {
    color: #fff;
    background-color: #7399ea;
    text-decoration: none;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    position: relative;
    top: 8px;
    border: 0;
    /* margin: 0; */
    background-image: none;
    text-indent: 0;
    box-shadow: none;
}
.BLOCK_02 h2:before {
    content: "【";
    position: absolute;
    top: 12px;
    font-size: 41px;
    margin-left: -14px;
    left: 0px;
}
.BLOCK_03{
	width:400px;
	margin-left: 24px;
	line-height: 35px;
	font-size: 15px;
	padding: 25px 25px;
	background: #ffffff;
	position: absolute;
	right: 0px;
	top: 70px;
	padding-bottom: 40px;
	box-shadow: -2px 0 16px #79541a;
}
.BLOCK_03:before{
	/* content:""; */
	position:absolute;
	border: 17px solid rgba(0, 0, 0, 0);
	border-left-color: #4b7dbc;
	/* bottom: -17px; */
	/* right: 7px; */
	transform: rotate(225deg);
	z-index: -1;
}
.BLOCK_03:after {
    /* content: ""; */
    position: absolute;
    /* border: 17px solid rgba(0, 0, 0, 0); */
    border-left-color: #4682d0;
    /* top: -17px; */
    /* right: 7px; */
    transform: rotate(135deg);
    z-index: -1;
}

.BLOCK_03:after{
	/* content:""; */
	clear:both;
	display:block;
}
.BLOCK_03 h2:before
{
	/* content:""; */
	display:block;
	display: none;
}

.BLOCK_03 h2:after
{
	content:"";
	display: none;
}
.BLOCK_03 h2{
	background:none;
	padding:0;
	border: 0;
	margin-bottom:10px;
	text-align: center;
	text-indent: 0;
	box-shadow: none;
}
.BLOCK_04 {
	width:auto;
	margin-right:50%;
}
.BLOCK_04 img{
	width:100%;
}

.BLOCK_PRLINK{
	clear:both;
	/* text-align: center; */
}
.BLOCK_PRLINK ul
{
	list-style: none;
}
.BLOCK_PRLINK li
{
	line-height: 40px;
	position: relative;
	color: #383838;
	margin-bottom: 5px;
}
.BLOCK_PRLINK li h3{
	/* padding:0; */
	margin:0;
}

p.moreInfo a
{
    float: right;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 5px 30px;
    background: #7399ea;
    position: absolute;
    right: 0;
    bottom: 0;
}


p.moreInfo a:hover:before{
    border-top-color: #696969;
}
p.moreInfo a:hover
{
    text-decoration: none;
    color: #ffffff;
    border-color: #fff;
    background: #2755b7;
}

/* ============== end_block ==================*/
.social{
	width: 1000px;
	text-align: right;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 0;
}
.pocket-btn{
	margin-top: 2px;
	margin-right:-3px;
}


.in-menu_blocks_boss {
    display: flex;
    justify-content: flex-start;
    width: 1100px;
    margin: auto;    
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.article_layer_three{
	width:1100px;
	margin:auto;
}
.in-menu_blocks_boss:after,
.article_layer_three{
	clear:both;
	display:block;
	content:"";
}

.article_content_column {
	margin:20px auto;
	padding:20px;
	background:#fff;
}
.article_content_column li{
	padding:0;
	margin:0;
	list-style:none;
}
.article_content_column li a{
	display:block;
	width: 300px;
}

.article_content_column li a:before{
	content:"❖";
	padding-right:10px;
}

/* ============== end MAIN ==================*/
.FOOTER{
	margin: auto;
	width: 1100px;
}
.inner_FOOTER{
	margin:auto;
	background: #7f9fe4;
	padding: 20px;
	color: #353535;
	border-bottom: 0;
	border: 1px solid #ffffff;
}
.FOOTER:after,
.inner_FOOTER:after{
	content:"";
	display:block;
	clear:both;
}
.inner_FOOTER a
{
	color: #ffffff;
	text-decoration: none;
}
.inner_FOOTER a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.FOOTER_menu ul{
	margin: 0px auto;
	padding: 0px;
	display:flex;
	justify-content:center;
	padding: 0;
	margin-bottom: 20px;
}
.FOOTER_menu ul li {
	list-style:none;
	
}
.FOOTER_menu ul li a{
	padding: 10px 7px;
	color: #ffffff;
	font-size: 16px;
}
.FOOTER_menu ul li a:before{
	content: "➠";
	padding-right:10px;
}
.FOOTER_menu ul li a:hover{
	/* text-decoration:none; */
	/* color: #8ea727; */
}
.FOOTER_menu ul li:last-child a{
	border:none;
}

.social{
	width: 1000px;
	text-align: right;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 0;
}
.pocket-btn{
	margin-top: 2px;
	margin-right:-3px;
}
.inner_FOOTER_left p {
    text-align: center;
}
/* ============== start inner_MAIN_IMAGE  ==================*/


@media screen and (max-width: 480px){
h1{
	text-align: center;
	width: auto;
	padding: 10px 0;
	font-size: 14px;
}
h2{
	text-align: center;
	text-indent:0;
	margin: 0;
	background-size: 85%;
	margin-bottom: 15px;
}

h3 {
    padding: 0;
}
h2:before,
h2:after{
	display:none;
}
.HEADER {
	width: auto;
	min-width:inherit;
	margin:0;
	padding: 0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
	border: 0;
}

.MAIN{
	width: auto;
	min-width: inherit;
	margin: 20px;
}
.h1_title{
	width: auto;
	min-width: inherit;
	margin: 0;
	float: none;
	padding-bottom: 10px;
}

.MAIN_IMAGE{
	width:auto;
	margin:0;
	padding: 0;
}

.inner_MAIN_IMAGE{
	width: auto;
	min-width: inherit;
	display: block;
	box-shadow: none;
	padding: 0;
}
.inner_MAIN_IMAGE:before,
.inner_MAIN_IMAGE:after{
	display: none;
}

.inner_MAIN_IMAGE img{
	width: 100%;
	padding: 0px;
	margin: auto;
	display: block;
	border-radius: 0;
	border: 0;
}

.main_INNER{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
	background: none;
}

.BLOCK_LINK,
.TOP_CONTENTS,
.box_sub_page,
.BLOCK_01,
.BLOCK_02,
.BLOCK_02:nth-child(even),
.BLOCK_02:first-child,
.control_NAVI,
.BLOCK_PRLINK{
	float: none;
	width: auto;
	margin: 0;
	padding: 0px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-radius: 0 !Important;
	overflow: hidden;
}

p.moreInfo a {
}


.BLOCK_03{
	width:auto;
	margin: 0;
	padding:20px;
	box-shadow:none;
	border: 1px solid #d2d2d2;
	position: static;
}
.BLOCK_03:before,
.BLOCK_03:after{
	display:none;
	content:none;
}
.TOP_CONTENTS{
	margin-bottom:20px;
}
.BLOCK_FRAME{
	width: auto;
	margin: auto;
	clear: both;
	padding: 0;
	border:none;
	box-shadow:none;
}

.BLOCK_PRLINK{
	width:auto;
	border-radius: 0;
	padding: 0;
}

.title_header{
	width:auto;
	background-size: 100%;
	padding-top: 170px;
	box-shadow: none;
	height: auto;
	margin: 0;
	border: 0;
	padding: 180px 0px;
	padding-bottom: 10px;
	border: 0;
}

.TOP_CONTENTS img, .box_sub_page img,img.more_image_01, img.more_image_02{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	box-shadow: none;
	display: block;
	margin-bottom: 0;
	border: 0;
	border-radius: 0 !Important;
}

.FOOTER{
	width: auto;
	min-width: inherit;
	padding-top: 0;
}
.warp_foote:after{
	content:"";
	display:block;
	clear:both;
}
.inner_FOOTER{
	width:inherit;
	min-width:inherit;
	text-align: center;
	padding: 0px;
}
.inner_FOOTER p{
	padding:0 20px;
}
.FOOTER_menu ul{
	display:block;
	text-align: center;
}
.FOOTER_menu ul li a{
	padding: 5px;
	display:block;
	border: none;
}
.FOOTER_menu ul li a:hover{
	text-decoration:none;
	/* color: #424242; */
	background: rgb(56, 105, 210);
}
.in-menu_blocks_boss,
.article_layer_three{
	width:auto;
}
.in-menu_blocks_boss{
	padding:10px 20px;
}
.article_content_column{
	margin:0;
}
.article_content_column li a{
	width:auto;
}
.social{
	justify-content:center;
	width:100%;
	margin-top:10px;
}
}/*end-mobile*/
	
div#boxArea div:nth-child(3) {
    margin-right: 1px;
    margin-top: 0px;
    margin-left: 7px;
}