@charset "UTF-8";
body{
	color: #333;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2em;
	font-size: 16px;
	background-color: #ffffff;
}
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
div:after{
	clear: both;
	content: "";
	display: block;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
p{
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: justify;
}
a{
	text-decoration:none;
	color: #5f9eee;
}
a:hover{
	text-decoration:underline;
}

.NAVI{
	margin:0 auto;
	padding: 20px 0px;
	position: relative;
	background: #73b1da;
}
.NAVI ul{
	display: flex;
	justify-content:center;
	list-style-type: none;
	margin: 0 auto;
	position:relative;
	z-index: 1;
}

.NAVI ul li{
	display: inline-block;
	position: relative;
}


.NAVI ul li a{
	text-decoration: none;
	padding: 8px 18.3px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	margin: 0px 3px;
	overflow: hidden;
	z-index: 2;
	background: #5392bb;
}


.NAVI ul li a:hover{
  color:#fff;
} 
.NAVI ul li a:hover{
	color: #fff;
	background: #88c6ef;
	transition: all .5s ease-in-out;
}
a img.img:hover {
    opacity: 0.5;
}
p.read_about {
    position: relative;
}

p.read_about a {
    float: right;
    text-align: center;
    margin: 0px;
    padding: 6px 34px;
    color: #f8f8f8;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    background-color: #588dd0;
    font-size: 16px;
}
p.read_about a:hover{
	background: #79a0d2;
	text-decoration: none;
	color: #fff;
	box-shadow: none;
}
a.scrollToTop:before{
	content:'';
	width: 70px;
	height: 70px;
	background: #699ad8;
	display: block;
	margin: auto;
	position: absolute;
	top: -5px;
	line-height: 61px;
	z-index: -1;
	border: 5px solid rgba(255, 255, 255, 0.38);
	text-decoration:  none;
	left: -4px;
	border-radius: 50%;
}
a.scrollToTop {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    position: relative;
    top: -45px;
    line-height: 69px;
    z-index: 1;
    text-decoration: none !important;
}

a.scrollToTop:hover {
    text-decoration: none !important;
    color: #5f5d5d !important;
}

.cover_img{
    display: block;
    padding: 20px;
    margin-bottom: 10px;
    
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background: #c7d8ef;
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
@media screen and (max-width: 480px){
	.NAVI{
		width: auto;
		display: block;
		padding: 0px;
	}
	.NAVI:before,
	.NAVI:after{
		display:none;
	}
	.NAVI ul{
		width: auto;
		display: block;
		position:relative;
	}
	.NAVI ul:before,
	.NAVI ul:after{
		display:none;
	}
	.NAVI ul li{
		display: block;
		transform: skewX(0deg);
		margin: 0px;
		box-shadow:none;
	}
	.NAVI ul li:hover{
		background:none;
	}
	.NAVI ul li a{
		width: auto;
		display: block;
		position: relative;
		text-align: center;
		margin: 0px;
		transform: skewX(0deg);
		padding: 9px 0px;
		border: 0px;
		border-radius: 0px;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	.NAVI ul li a:before,
	.NAVI ul li a:after{
		display:none;
	}
	.NAVI ul li a:hover{
		color: #fff;
		border: 0px;
		background: #7cb1d4;
		border-bottom: 1px solid #fff;
		box-shadow: none;
	}
}
.SIDE_NAVI {
    width: auto;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    /* padding: 20px; */
    /* border-bottom: 1px solid #e897db; */
}

.SIDE_NAVI ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	position: relative;
	/* width: 81%; */
	margin: 0 auto;
}
.SIDE_NAVI ul li{

/* display: block; */
}


.SIDE_NAVI ul li a{
	text-decoration: none;
	text-align: center;
	background: #c574b8;
	padding: 10px 0px;
	display: block;
	position: relative;
	color: #fff;
	/* padding-left: 39px; */
	/* margin-bottom: 6px; */
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

/* .SIDE_NAVI ul li:first-child a:after{
	display:none;
} */

.SIDE_NAVI ul li a:hover{
	color: #fff;
	background: #e897db;
}

@media screen and (max-width: 480px){
	.SIDE_NAVI{
	}
	.SIDE_NAVI ul{
	width: auto;
	}
	.SIDE_NAVI ul li{
	}
	.SIDE_NAVI ul li a{	
	position:relative;	
	}
	.SIDE_NAVI ul li a:before,
	.SIDE_NAVI ul li a:after{
		display:none;
	}
}
/*.FOOTER_Inner_menu menu footer*/
.FOOTER_Inner_menu{
	width: auto;
	padding: 0px;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 4px solid #fff;
}
.FOOTER_Inner_menu ul{
padding: 0px;	
margin: 0 auto;	
text-align: center;	
display: flex;	
justify-content: center;
}
.FOOTER_Inner_menu ul li{	
display: inline-block;
}
.FOOTER_Inner_menu ul li a{
	color: #fff;
	position: relative;
	padding: 10px 30px;
	}
.FOOTER_Inner_menu ul li a:hover{
	text-decoration: none;
}
.FOOTER_Inner_menu ul li a:before {
    content: "》";
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 6px;
    bottom: 11px;
    top: 4px;
}
@media screen and (max-width: 480px){
	.FOOTER_Inner_menu{
	}
	.FOOTER_Inner_menu ul{	
	margin: 0px;		
	padding: 0px;		
	display: block;
	}
	.FOOTER_Inner_menu ul li{
		/* display: block; */
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	.FOOTER_Inner_menu ul li a{
		display: block;
		position:relative;
		text-decoration: none;
	}
	.FOOTER_Inner_menu ul li a:hover{
		background: #93b3dc;
		text-decoration:none;
	}
	.FOOTER_Inner_menu ul li a:before{
	display:none;
}
}

.HEADER{
	display: block;
	margin:auto;
	width: auto;
	min-width: 1110px;
	background: #88c6ef;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.HEADER:before{
	/* content: ''; */
/* 	background: #e897db;
	height: 222px;
	width: 100%;
	position: absolute;
	z-index: -1;
	border-bottom: 10px solid #51c4b7;
	box-shadow: 0px 10px 0px 0px #64cec2; */
}


.H1{margin:0 auto;justify-content:center;text-align: center;padding: 15px 0px;position: relative;border-bottom: 4px solid #fff;}

.H1 h1{
	color: #333;
	font-size: 20px;
}
.H1 h1 a{
	text-decoration: none;
	color: #ffffff;
}
.H1 h1 a:hover{
	text-decoration: underline;
}
h1,h2,h3{
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.MAIN {width: 1110px;margin: 0 auto;padding: 0px;position:relative;}

.MAIN_IMAGE {
    width: 1110px;
    margin: 0 auto;
    position:relative;
}

.MAIN_IMAGE img{
    width:100%;
    display: block;
    position: relative;
}

.MAIN_IMAGE_INNER{
	 width: 1110px;
	 margin: 0 auto;
	 position:relative;
}

.WRAPPER {
    width: 1110px;
    min-width: 1110px;
    margin: 0 auto;
    margin-bottom: 43px;
}
.websites_left {
    width: 31.5%;
    float: left;
}
.everything_contents {
    float: right;
    width: 66.5%;
}

.everything_contents h2 {
    text-align: center;
}

.block_frame_article{
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	padding-bottom: 20px;
}

.items_blocks01{
	clear: both;
	/* overflow: hidden; */
	position: relative;
}
.items_blocks01 p{}
.items_blocks03{
	clear: both;
	position: relative;
	border: 1px solid #5f9eee;
	background: #d9e8f3;
	padding: 7px;
}


.items_blocks01 img{
	width: 45%;
	float: left;
	margin-right: 20px;
	/* border-radius: 50%; */
	padding: 5px;
	margin-left: 20px;
	margin-top: 10px;
	background: #c574b8;
	border-bottom-right-radius: 50% 40px;
	border-bottom-left-radius: 50% 40px;
	border-top-right-radius: 50% 40px;
	border-top-left-radius: 50% 40px;
}
.items_blocks03 img{
	width: 89%;
	background: #5f9eee;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 7px;
	box-shadow: 0 20px 20px -20px #000;
}

.items_blocks02{
	float: left;
	margin-right: 20px;
	width: 48.5%;
	position: relative;
	border: 1px solid #5f9eee;
	padding: 7px;
}

.items_blocks02:nth-child(even){
	margin-right: 0px;
}
.items_blocks02 img{
	width: 88.4%;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	background: #5f9eee;
	margin-bottom: 7px;
	box-shadow: 0 20px 20px -20px #000;
}
.TOP_CONTENTS img{padding: 5px;margin: auto;display: block;width: 50%;background: #5f9eee;box-shadow: 0 20px 20px -20px #000;}
.everything_contentssubpages .TOP_CONTENTS img{
	padding: 5px;
	/* border: 2px double #ffffff; */
	margin: auto;
	display: block;
	width: 50%;
	box-shadow: 0 10px 10px -10px #333;
}
.BLOCK_PRLINK{clear: both;/* padding: 20px; *//* background: #eee; */}
.BLOCK_PRLINK li{
	text-align: justify;
}
.BLOCK_PRLINK h2{
	/* position:relative */
	/* width: 100%; */
}
.POSTLIST{
}
.FOOTER {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #5f9eee;
    margin: auto;
    width: auto;
    height: auto;
    text-align: center;
    min-width: 1110px;
}
.FOOTER p{
	text-align:center;
	padding-top: 31px;
	color: #fff;
}

.FOOTER a{
	color:#fff;
	text-decoration: underline;
}
.FOOTER a:hover{
	color:#fff;
	text-decoration: none;
}
.everything_contentssubpages{
	float: left;
	width: 100%;
	/* background: #fff; */
	border: 0px;
}
/* style h2 */
h2{
	font-size: 17px;
	padding: 12px 0px 10px 0px;
	color: #FFFFFF;
	background: #5F9EEE;
	position:relative;
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}
h2:before {
    content: " ";
    position: absolute;
    top: 13px;
    left: 6px;
    width: 10px;
    height: 10px;
    background:#fff;
    box-shadow: 0px 14px 0px 0px #444;
}
h2:after {
    content: " ";
    position: absolute;
    top: 13px;
    right: 6px;
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 0px 14px 0px 0px #444;
}
        
                
h3 {
    font-size: 17px;
    margin-top: 20px;
    padding: 7px 0px 4px 0px;
    overflow: hidden;
    border-bottom: 1px dotted #5f9eee;
    position: relative;
    margin-bottom: 5px;
    color: #716f6f;
}

.BLOCK_PRLINK h3{
	margin-top: 16px;
	position: relative;
	border: 0px;
	border-bottom: 1px dotted #5f9eee;
	padding-left: 0px;
	margin-top: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.BLOCK_PRLINK h3:before {
    content: "✦";
    font-weight: bold;
    color: #5f9eee;
    position: relative;
    left: 6px;
    bottom: 22px;
    padding-right: 14px;
    font-size: 20px;
    position: relative;
    top: 0px;
}
h2 a{
	text-decoration:none;
	border-bottom:1px solid;
	font-size:17px;
	overflow:hidden;
	color: #fff;
	/* text-shadow: 0px 0px 1px #c574b8, 0px 0px 1px #160d0d, 0px 0px 1px #000000, 0px 0px 1px #c574b8; */
}
h2 a:hover{
	text-decoration:none;
	border-bottom:none;
}
h2.data_blocktitle a{
	color: #fff;
}
h2.data_blocktitle{

}
/* h2.data_blocktitle:before,
h2.data_blocktitle:after{
	display: none;
} */
h2.tag_title{

}
/* h2.tag_title:after,
h2.tag_title:before{
	display:none;
} */
.method_pangusu{
	width: 1180px;
	margin:0 auto;
	padding: 10px 0;
	display: flex;
	background: #fff;
	margin-bottom: 20px;
}
.method_pangusu li{
	list-style-type: none;
	display: inline-block;
	padding-left: 20px;
}

.social {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 0px;
    margin-top: -13px;
    margin-bottom: -10px;
    padding-right: 20px;
}
@media screen and (max-width: 480px){

	.HEADER{
		display:block;
		width: auto;
		min-width: 100%;
		padding: 0px;
	}
	.H1{
		/*display: block;*/
		width: auto;
		border: 0px;
	}
	.H1:before,
	.H1:after{
		display:none;
	}
	.H1 h1{
		color: #333;
		font-size: 14px;
		padding-left: 0px;
		float: none;
	}
	.H1 h1 a{
		/*color: #f00;*/
	}
	.H1 h1 a:hover{
	}
	h2{
	border-radius: 0px;
	text-align: center;
	}
/* 	h2:before,
	h2:after{
		display:none;
	} */
	.MAIN{	
		width: auto;
	}
	.MAIN:before,
	.MAIN:after{
		display: none;
	}
	.MAIN_IMAGE {
    width: auto;
    margin: 0 auto;
	}
	.MAIN_IMAGE:before,
	.MAIN_IMAGE:after{
		display: none;
	}
	.MAIN_IMAGE img{
	    width: 100%;
	    display: block;
	}
	.MAIN_IMAGE_INNER{
		width: auto;
	}
	.MAIN_IMAGE_INNER:before,
	.MAIN_IMAGE_INNER:after{
		display: none;
	}
	.WRAPPER{
		width: auto;
		min-width: 100%;
		margin: 20px auto;
		/* background: none; */
		padding: 20px;
		padding-top: 0px;
		background: none;
		box-shadow: none;
	}
	.websites_left {
    width: auto;
    float: none;
    /* margin: 20px; */
    background: none;
    padding: 0px;
    box-shadow: none;
 }
	.everything_contents {
    float: none;
    width: auto;
    /* margin: 20px; */
 }
	.items_blocks01 img,
	.items_blocks02 img,
	.items_blocks03 img,
	.TOP_CONTENTS img,
	.everything_contentssubpages .TOP_CONTENTS img{
	width: 100%;
	float: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
	}
	.POSTLIST {
	}
	.block_frame_article{
	/* box-shadow: none; */
	}
	.items_blocks01,
	.items_blocks02,
	.items_blocks02:nth-child(even),
	.items_blocks03,
	.BLOCK_PRLINK,
	.TOP_CONTENTS{
	width: auto;
	margin: 0px;
	float: none;
	overflow: hidden;
	/* border: none; */
	/* box-shadow: none; */
	/* padding: 0px; */
	clear: both;
	margin-bottom: 20px;
	border-radius: 0px;
	}
	.everything_contentssubpages{
	float: none;
	width: auto;
	/* margin: 20px; */
	}
	.FOOTER{
	width: auto;
	min-width: 100%;
	padding: 10px;
}
	.method_pangusu{
		width: auto;
		padding-left: 20px;
	}
	.method_pangusu li{
		width: auto;	
	}
	.social{
	float: none;
	margin-top: 13px;
	margin-bottom: -24px;
	}
	h2.data_blocktitle{
}
h2.tag_title{
    border-radius: 0px;
    width: 100%;
}
}

/*-------------pungku su ------------*/
.in-menu_blocks_boss{
	width: auto;
	margin:auto;
	justify-content: flex-start;
	display: flex;
	list-style: none;
	
}
.link_helper_pangusu{
	display: flex;
}
.in-menu_blocks_boss:after{
	content: "";
	clear: both;
	display: block;
}

.layer_article_content{
	width: auto;
	margin:auto;
}
.article_layer_three{
	margin-top: 0px;
}
.article_layer_three:after,
.layer_article_content{
	clear:both;
	display:block;
	content:"";
}
.in-navi_mains_boss{
	width:auto;
	margin-bottom: 10px;
}
.in-navi_mains_boss li{
	list-style:none;
	display:inline-block;
}
.article_content_column {
	margin: 0px auto;
	padding:20px;
	background:#fff;
	border: 1px solid #ccc;
}
.article_content_column li{
	padding:0;
	margin:0;
	list-style:none;
	height: 40px;
	line-height: 40px;
}
.article_content_column li a{
	width: auto;
}
.article_content_column li a:before{
	content:"⇝";
	padding-right:10px;
}
div#boxArea div:nth-child(3) {
    margin-right: -1px;
    margin-top: 0px;
}
@media screen and (max-width:480px){

	.article_content_column{
		width: auto;
		display: block;
	}
	.article_content_column li{
		width: auto;
		display: block;
	}
	.article_content_column li a{
		width: auto;
	}
	div#boxArea div:nth-child(3){
		width: auto;;
		display: block;
	}
	.article_layer_three{
	width: auto;
	display: block;

	}
		.in-navi_mains_boss{
		width:auto;
	}
	.in-navi_mains_boss li{
		padding:0 10px;
	}
}
div#boxArea div:nth-child(2) {
    margin-right: 7px;
    margin-top: 0px;
    margin-left: 2px;
}