@charset "utf-8";                                                                                                                   
                                                                                                                   
body{                                                                                                                   
	padding: 0px;                                                                                                                   
	margin: 0px;                                                                                                                   
	font-size: 15px;                                                                                                                   
	font-family: "Hiragino Maru Gothic ProN", HGMaruGothicMPRO, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;                                                                                                                   
	line-height: 150%;                                                                                                                   
}                                                                                                                   
.wrapper_section_all{                                                                                                                   
	width: 1120px;                                                                                                                   
	margin: 30px auto 0px;                                                                                                                   
	min-width: 1120px;                                                                                                                   
}                                                                                                                   
.wrapper_section_all:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
p{                                                                                                                   
	margin: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a{                                                                                                                   
	color: #1aaac0;                                                                                                                   
	text-decoration:none;                                                                                                                   
}                                                                                                                   
a:hover{                                                                                                                   
	text-decoration:underline;                                                                                                                   
	 transition: all .3s ease-in-out;                                                                                                                   
}                                                                                                                   
 h1{                                                                                                                   
	margin: 10px auto 10px;                                                                                                                   
	padding: 0 0;                                                                                                                   
	font-size: 16px;                                                                                                                   
	color: #333;                                                                                                                   
	text-align: center;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/* h2 */                                                                                                                   
h2 {                                                                                                                   
    font-size: 20px;                                                                                                                   
    padding: 7px 10px;                                                                                                                   
    margin: 0 0 15px 0;                                                                                                                   
    line-height: 150%;                                                                                                                   
    border: 2px solid #e3aa7d;                                                                                                                   
    position: relative;                                                                                                                   
    z-index: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2:before {                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    left: 3px;                                                                                                                   
    bottom: -7px;                                                                                                                   
    width: 10px;                                                                                                                   
    height: 10px;                                                                                                                   
    background: #ffffff;                                                                                                                   
    z-index: 999;                                                                                                                   
    border: 2px solid transparent;                                                                                                                   
    border-bottom-color: #e3aa7d;                                                                                                                   
    border-left-color: #e3aa7d;                                                                                                                   
    transform: rotate(-45deg);                                                                                                                   
}                                                                                                                                                                                                                                     
                                                                                                                   
h2.title {                                                                                                                   
                                                                                                                 
}                                                                                                                                                                                                                                     
                                                                                                                     
/***********/                                                                                                                   
h3{                                                                                                                   
	font-size: 18px;                                                                                                                   
	color: #515151;                                                                                                                   
	margin: 0 0 5px 0;                                                                                                                   
	overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul{                                                                                                                   
	list-style:none;                                                                                                                   
	padding:inherit;                                                                                                                   
}                                                                                                                   
.side_navi_menu {                                                                                                                   
	margin: 0px auto 50px;                                                                                                                   
	height: auto;                                                                                                                   
}                                                                                                                   
.side_navi_menu ul {                                                                                                                   
	list-style: none;                                                                                                                   
	margin: 0px;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
.side_navi_menu li {                                                                                                                   
	display: block;                                                                                                                   
	background: url(../images/nav.png) no-repeat left;                                                                                                                   
	background-position: 7px 12px;                                                                                                                   
	background-color: #faeee5 !important;                                                                                                                   
}                                                                                                                   
.side_navi_menu a {                                                                                                                   
	padding: 8px 0px 8px 31px;                                                                                                                   
	text-decoration: none;                                                                                                                   
	display: block;                                                                                                                   
	font-size: 13px;                                                                                                                   
	margin-bottom: 3px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_navi_menu li:first-child {                                                                                                                   
    background: url(../images/home.png) no-repeat left;                                                                                                                   
    background-position: 4px 6px;                                                                                                                   
}                                                                                                                   
.side_navi_menu a:hover {                                                                                                                   
	text-decoration: none;                                                                                                                   
	transition: all .3s ease-in-out;                                                                                                                   
	color: #df7f70;                                                                                                                   
	opacity: 1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ======= end ============ **/                                                                                                                   
                                                                                                                   
.top_header_main{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	min-width: 1120px;                                                                                                                   
	background: url(../images/main-image.jpg) no-repeat center bottom;                                                                                                                   
	min-height: 490px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .top_header_main {                                                                                                                   
    background: url(../images/sub-image.jpg) no-repeat center bottom;                                                                                                                   
}                                                                                                                   
.logo_header{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	width: 1120px;                                                                                                                   
	position: relative;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.logo_header:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.side_all_area{                                                                                                                   
	float: right;                                                                                                                   
	width: 290px;                                                                                                                   
	clear: right;                                                                                                                   
}                                                                                                                   
.side_all_area h2{                                                                                                                   
	display: block;                                                                                                                   
	padding: 6px 10px;                                                                                                                   
	background: none;                                                                                                                   
	border: 1px solid #ebc9ad;                                                                                                                   
	border-bottom: 2px solid #e3aa7d;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_all_area h2:before,.side_all_area h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
.wp_design_blogmain{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.control_main_area {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.itemcolumn{                                                                                                                   
	width:100%;                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**************************/                                                                                                                   
.sentence_set_block h2,                                                                                                                   
.itemcolumn_2 h2{                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
.sentence_set_block{                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.sentence_set_block img {                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 15px;                                                                                                                   
	display : block;                                                                                                                   
	border: 1px solid #efefef;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.itemcolumn_2 img {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.sentence_set_block p{                                                                                                                   
	margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.pr_link {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend_used_block{                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	margin-bottom: 50px;                                                                                                                   
}                                                                                                                   
.recommend_used_block:after{                                                                                                                   
	content:'';                                                                                                                   
	display:block;                                                                                                                   
	clear:both;                                                                                                                   
}                                                                                                                   
.box_all_item{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
	margin: 0 0 25px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.box_all_item:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
	                                                                                                                   
.box_all_item p{                                                                                                                   
	margin: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.box_all_item img{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 15px;                                                                                                                   
	display: block;                                                                                                                   
	border: 1px solid #f6f6f6;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#looking_contents{                                                                                                                   
	width: 800px;                                                                                                                   
	height:auto;                                                                                                                   
	position:relative;                                                                                                                   
	float: left;                                                                                                                   
	clear: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ========= End =========== **/                                                                                                                   
                                                                                                                   
.itemcolumn_2{                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 0;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
.itemcolumn .Pr_link_blg {                                                                                                                   
    margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.itemcolumn .Pr_link_blg ul {                                                                                                                   
    overflow: inherit;                                                                                                                   
    height: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.itemcolumn .Pr_link_blg ul li {                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.itemcolumn_2 p{                                                                                                                   
	margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
.itemcolumn_2 p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.Pr_link_blg{                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.Pr_link_blg ul{                                                                                                                   
	padding:0;                                                                                                                   
}                                                                                                                   
ul li h3{                                                                                                                   
	margin: 0;                                                                                                                   
	padding: 0px 0px 5px 23px;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	line-height: 145%;                                                                                                                   
	background-position: 0 3px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Pr_link_blg ul li{                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Pr_link_blg ul li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**===== readmore========**/                                                                                                                   
                                                                                                                   
.main_wrp_detail a{
	padding: 6px 20px;
	color: #fff;
	text-align: center;
	background: #1aaac0;
	float: right;
	margin: 12px auto 0;
	border-bottom: 2px solid #92dee9;
	border-left: 2px solid #92dee9;
}                                                                                                                   
.main_wrp_detail a:hover{
	text-decoration: none;
	background: #e3a574;
}                                                                                                                   
/************************** Footer Page ***********************************/                                                                                                                   
                                                                                                                   
.below_Footer_area{                                                                                                                   
	margin:auto;                                                                                                                   
	color: #333;                                                                                                                   
	text-align: center;                                                                                                                   
	width: 100%;                                                                                                                   
	clear: both;                                                                                                                   
	background: #e3aa7d;                                                                                                                   
}                                                                                                                   
.below_Footer_area p{                                                                                                                   
	padding: 20px;                                                                                                                   
	margin: 0 0;                                                                                                                   
	font-size: 13px;                                                                                                                   
}                                                                                                                   
.below_Footer_area a{                                                                                                                   
	text-decoration: none;                                                                                                                   
	color: #fff;                                                                                                                   
}                                                                                                                   
.below_Footer_area a:hover{                                                                                                                   
	text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#socialBtn{                                                                                                                   
	margin: 2px auto 0px;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	padding: 0;                                                                                                                   
	position: absolute;                                                                                                                   
	right: -21px;                                                                                                                   
	top: 9px;                                                                                                                   
	z-index: 9999;                                                                                                                   
}                                                                                                                   
#boxArea{                                                                                                                   
	margin: auto;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(1) {                                                                                                                   
    margin-right:6px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(2) {                                                                                                                   
    margin-right:12px;                                                                                                                   
                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
    margin-right:0px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(4) {                                                                                                                   
    margin-right:6px;                                                                                                                   
    line-height: 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(6) {                                                                                                                   
    margin-right:0px;                                                                                                                   
    background:#f00;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div#boxArea div {                                                                                                                   
    margin-right:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*============= Control ==========*/                                                                                                                   
@media screen and (max-width:480px){                                                                                                                   
.wrapper_section_all{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 20px 20px 0px 20px;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: inherit;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
h1{                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	position: relative;                                                                                                                   
	border-radius: 0;                                                                                                                   
	background: none;                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 8px;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	border-radius:0;                                                                                                                   
	text-align: left;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    text-indent: 0 !important;                                                                                                                   
    clear: both;                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul li h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 5px 0;                                                                                                                   
    margin: 15px 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 a {                                                                                                                   
    text-align: center;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3:before {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                   
.side_all_area{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== menu top =====*/                                                                                                                   
.side_navi_menu{                                                                                                                   
	width: auto;                                                                                                                   
	min-width:auto !important;                                                                                                                   
	margin: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	position: relative;                                                                                                                   
	}                                                                                                                   
.side_navi_menu ul{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
.side_navi_menu ul li{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.side_navi_menu li:first-child a {                                                                                                                   
	border-left:none;                                                                                                                   
	border-radius:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_navi_menu li:last-child a {                                                                                                                   
	border-right:none;                                                                                                                   
	border-radius:0;                                                                                                                   
}                                                                                                                   
.side_navi_menu ul li a{                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 auto 3px;                                                                                                                   
	border-left: none;                                                                                                                   
	border-right:none;                                                                                                                   
	border-radius: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_navi_menu ul li a:hover{                                                                                                                   
	transition: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*===== site title =====*/                                                                                                                   
.top_header_main{                                                                                                                   
	width: 100%;                                                                                                                   
	min-width: auto !important;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	box-shadow: none;                                                                                                                   
	min-height: inherit;                                                                                                                   
	padding: 0 0 42% 0;                                                                                                                   
	background: url(../images/sp-main-image.jpg) no-repeat center bottom;                                                                                                                   
	background-size: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .top_header_main {                                                                                                                   
    background: url(../images/sp-sub-image.jpg) no-repeat center bottom;                                                                                                                   
    min-height: inherit;                                                                                                                   
    background-size: 100%;                                                                                                                   
    padding: 0 0 42% 0;                                                                                                                   
}                                                                                                                   
.logo_header{                                                                                                                   
	position:relative;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 20px 20px 10px 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*========== contenner page / side-L ==========*/                                                                                                                   
#looking_contents{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.wp_design_blogmain{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*========= contenner center ==========*/                                                                                                                   
.control_main_area{                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
	float: none;	                                                                                                                   
}                                                                                                                   
/*========= center block =========*/                                                                                                                   
.sentence_set_block{                                                                                                                   
	width: auto;                                                                                                                   
	padding:0;                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sentence_set_block p{                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
.sentence_set_block img{                                                                                                                   
	width:100%;                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	padding: 0;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
.recommend_used_block{                                                                                                                   
	width:100%;                                                                                                                   
	padding: 0;                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.box_all_item{                                                                                                                   
	border: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.box_all_item:last-child{                                                                                                                   
	margin: 0px !important;                                                                                                                   
}                                                                                                                   
.box_all_item img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	padding: 0;                                                                                                                   
	border-radius: 0;                                                                                                                   
	height: auto;                                                                                                                   
	float: none;                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.box_all_item p{                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_wrp_detail a {                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
    margin: 15px auto 0;                                                                                                                   
    width: 30%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Pr_link_blg{                                                                                                                   
	width: auto;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.itemcolumn .Pr_link_blg {                                                                                                                   
    width:  auto;                                                                                                                   
    margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
.Pr_link_blg ul{                                                                                                                   
	padding:0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*======== footer ========*/                                                                                                                   
.below_Footer_area{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0;                                                                                                                   
	min-width: auto;                                                                                                                   
	padding: 0 0;                                                                                                                   
}                                                                                                                   
/*======= subpage ======*/                                                                                                                   
.itemcolumn_2{                                                                                                                   
	width:100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
}                                                                                                                   
.itemcolumn_2 img{                                                                                                                   
	width: 100%;                                                                                                                   
	padding: 0;                                                                                                                   
	float: none;                                                                                                                   
	border-radius: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
}                                                                                                                   
#socialBtn{                                                                                                                   
	width:auto;                                                                                                                   
	justify-content: center;                                                                                                                   
	display: flex;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	position: static;                                                                                                                   
}                                                                                                                   
.social{                                                                                                                   
	float:none;                                                                                                                   
	position: static;                                                                                                                   
	font-size: 6px;                                                                                                                   
	padding: 5px 0 0 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
    display:none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
