@charset "UTF-8";

span.wpp-meta.post-stats{
	display: none;
}

@media screen and (max-width: 430px){
	.google-auto-placed{
		width: calc((100vw - 40px)) !important;
		width: -webkit-calc((100vw - 40px)) !important;
	  overflow: hidden;
	  margin: 40px auto 20px;
	}
}

/* ! html・ボディ・コンテナ ================================================== */

html {
  min-height: 100vh;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
}
*{
/*	font-family: 'Noto Sans JP', sans-serif; */
  font-family: 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ ProN W3', Arial,Verdana, 'Lucida Grande', 'ＭＳ Ｐゴシック', sans-serif;
	cursor: default;	
}
a:link{
	cursor: pointer;
}

body {  
/*
  display: -ms-grid; display: grid;
  -ms-grid-columns: 1fr; grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto; grid-template-rows: auto 1fr auto;
  */
  width: 100%;
  background: #FAFAFA;
  min-height: 100vh;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}
/* エリアの指定 */
header { 
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
header + .google-auto-placed{
  position: fixed;
  bottom: 0;
  width: 100vw !important;
  left: 0;
  text-align: center;
  background: rgba(33, 33, 33, 0.9);
  padding: 0 90px 0 10px;
  z-index: 4;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  opacity: 0;
  margin: 0 !important;
}
header + .google-auto-placed.view{
	opacity: 1;
}
.main_contents{ 
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  display: block;
}
.main_contents > .container{
	display: -webkit-flex; display: flex;
	-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
	margin: 45px auto 0;
}
.main_contents > .container + .google-auto-placed{
	width: 100% !important;
  overflow: hidden;
}
footer { 
  -ms-grid-column: 1;
  grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}


/* コンテナ */
.container {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

[class^="sp_only"]{
  display: none;
}

.space{
	padding: 5px 0;
}
#top_ads_pc {
  text-align:center;
  display: block;
}
#top_ads_sp {
  text-align:center;
  display: none;
}
#top_ads_sp img {
  width: 100%;
  margin: 100px 0 0 0;
}
#top_ads_pc img{
  margin: 10px auto 0;
}

@media screen and (max-width: 768px){

	body{
		padding-top: 95px;
	}
/*
  .main_contents {
    margin: 95px 0 0 0;
  }
  */
}
@media screen and (max-width: 640px){
	.main_contents > .container{
    margin: 25px auto 0;
    padding: 0;
	}
	[class^="sp_only"]{
	  display: block;
	}
}
@media screen and (max-width: 430px){
	.main_contents > .container{
		margin: 0 auto;
	}
  #top_ads_pc {
    display: none;
  }
  #top_ads_sp {
    display: block;
  }
}

/* ! ヘッダー ================================================== */
header {
  padding: 10px 0;
  background: white;
  padding: 15px 30px;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: space-between; justify-content: space-between;
}
header .logo{
	min-width: 380px;
}
header .logo img {
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
}
.place_area {
  text-align: right;
}
h1.logo{
	position: relative;
}
h1.logo a{
	position: absolute;
	width: 100%; height: 100%;
	left: 0; top: 0; z-index: 1;
}
h1.logo small {
  font-size: 11px;
  display: block;
  line-height: 1;
  font-weight: 500;
}
h1.logo img{
	height: 30px;
	display: inline-block;
	margin: 10px 10px 0 0;
}
h1.logo p {
  display: inline-block;
  font-size: 11px;
  margin: 0 0 5px -4px;
}
header h1.logo img{
  height: 40px;
  margin: 1px 3px 0 -6px;
}
header h1.logo small{
	color: #808080;
}
header .place_area a{
	padding: 0 13px;
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
}
header .place_area a + a{
	border-left: solid 1px #555;
}
.sp_menu{
	display: none;
  width: 30px;
  cursor: pointer;
  height: 30px;
  padding: 5.5px 3px;
	-webkit-align-items: center; align-items: center;
  -webkit-justify-content: space-between; justify-content: space-between;
  flex-direction: column; -webkit-flex-direction: column;
}
.sp_menu p{
	width: 100%;
	height: 3px; 
	background: #333;
	border-radius: 20px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
a.toTop{
	display: block;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  opacity: 0;
  border-radius: 50%;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  pointer-events: none;
  cursor: pointer;
}
a.toTop.view{
	opacity: .7;
	cursor: pointer;
	pointer-events: all;
}
a.toTop.view:hover{
	opacity: 1;
}
@media screen and (max-width: 768px){
	header{
    position: fixed;
    top: 0;
    height: 90px;
    width: 100%;
    z-index: 5;
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,.08);
    	  box-shadow: 0px 5px 8px rgba(0,0,0,.08);
	}
	body.customize-support header{
		margin: 46px 0 0;
	}
	header .place_area{
		display: none;
	}
	.sp_menu{
		 display: -webkit-flex; display: flex;
	  -webkit-flex-wrap: wrap; flex-wrap: wrap;	  
	}
	.sp_menu.open p:nth-of-type(1){
		transform: rotate(135deg) translate(5px,-6px);
	}
	.sp_menu.open p:nth-of-type(2){
		opacity: 0;
	}
	.sp_menu.open p:nth-of-type(3){
		transform: rotate(-135deg) translate(5px,6px);
	}
}
@media screen and (max-width: 640px){
	header .logo{
		min-width: auto;
	}
	header h1.logo img{
		margin: 0px 3px -17px -6px;
    display: block;
	}
	h1.logo p{
		margin: 0 0 0px 0px;
	}
	a.toTop{
		display: none;
	}
}
@media screen and (max-width: 430px){
	header{
		padding: 15px 20px;
	}

}



/* ! メイン ================================================== */

main{
  width: 100%;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 768px){
	main{
		padding: 0;
	}
}

/* ! メイン ================================================== */
aside{
	width: 310px;
}
aside h2{
	background: #58AEDD;
	color: white;
	font-size: 15px;
	padding: 15px;
	font-weight: 500;
}
aside nav{
	margin: 0 0 30px;
}
aside nav a{
	display: block;
  padding: 15px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px !important;
}
aside nav a:before{
	margin: 0 15px 0 0 !important;
}
aside nav a + a{
	margin: 15px 0 0;
}
aside .banner_area{
	margin: 45px 0 40px;
}
aside .banner_area *{
	cursor: pointer;
	display: block;
}
aside .banner_area a:hover{
	opacity: .7;
}
aside .famous_area{
	margin: 20px 0 35px;
}
aside .famous_area + . google-auto-placed > ins{
	margin: 0 auto 20px !important;
}
aside .archive_area{
	margin: 20px 0 0;
}
aside .archive_area ul{
	padding: 5px 15px ;
}
aside .archive_area li{
	list-style: none;
	font-size: 12px;
}
aside .archive_area li a{
	font-size: 13px;
	padding: 12px 10px;	
	display: inline-block;
}
aside .archive_area li + li{
	border-top: dotted 1px #ccc;
}
.container .category_area ul{
	padding: 10px 15px;
	padding: 10px 0;
}
.category_area li{
	display: inline-block;
	padding: 2px;
	padding: 2px 15px;
	width: 100%;
}
.category_area a{
  display: block;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 5px;
  width: 100%;
  /*
  background: #e2e2e2;
  */
  margin: 0;
}
.category_area a:hover {
  color: #ccc;
}
aside .famous_area ul{
	padding: 25px 20px;
}
aside .famous_area li + li{
	margin: 20px 0 0;
}
aside .famous_area li a{
	display: -webkit-flex; display: flex;
	-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-justify-content: space-between; justify-content: space-between;
}
aside .famous_area li a *{
	cursor: pointer;
}
aside .famous_area li .img{
	width: 60px; height: 60px; 
	border-radius: 5px;
	background-size: cover !important;
	border: solid thin #eee;
}
aside .famous_area li p{
	width: calc((100% - 75px));
  width: -webkit-calc((100% - 75px));
  border-bottom: dotted 1px #BFBFBF;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: flex-end; align-items: flex-end;
  padding: 0 0 15px;
  font-weight: 500;
  line-height: 1.4;
}
aside .famous_area li a:hover p{
	color: #5897b9;
}

@media screen and (max-width: 768px){
	aside{
		position: fixed;
    top: 90px;
    z-index: 5;
    background: rgba(79, 86, 93, 0.95);
    width: 300px;
    right: 0;
    transform: translate(100%,0);
    padding: 20px;
    height: calc((100% - 90px));
    height: -webkit-calc((100% - 90px));
    overflow: auto;
    -webkit-box-shadow: -5px 0px 5px rgba(0,0,0,.08);
	  box-shadow: -5px 0px 5px rgba(0,0,0,.08);
	  transition: all .2s ease;
	  -webkit-transition: all .2s ease;
	  -webkit-overflow-scrolling: touch;
	}
	body.customize-support aside{
    height: calc((100% - 136px));
    height: -webkit-calc((100% - 136px));
    top: 136px;
	}
	aside.open{
		transform: translate(0,0);
	}
	.article_new li{
		width: 33.33%;
	}
	aside nav a{
		border-radius: 0px !important;
	}
	aside nav a + a {
    margin: 10px 0 0;
	}
	aside .banner_area {
    margin: 30px 0 20px;
	}
	aside .famous_area{
    margin: 20px 0 0;
	}
	.archive_area{
		margin: 20px 0 0;
	}
	aside .banner_area{
		display: none;
	}
}
.datefont{
  font-size: 16px;
}


/* ! フッター ================================================== */
footer{
  color: #fff;
  background: #333;
  padding: 45px 0 60px;
  margin: 100px 0 0;
}
footer .container{
	display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-justify-content: space-between; justify-content: space-between;
}
footer .container > div{
	display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  flex-direction: column; -webkit-flex-direction: column;
  width: 45%;
}
footer .container > div.right{
	-webkit-align-items: flex-end; align-items: flex-end;
	text-align: right;
	width: 50%;
}
footer .container > div.right > div:not(.sns_area){
  margin: 20px 0 0;
	margin-right: -10px;
}
footer p{
	font-size: 11px;
	/*  color: #9c9c9c; */
	color: #fff;
}
footer .container > div.right p{
	padding: 0 10px;
	margin: 13px 0 0;
}
footer a{
	color: #B2B2B2;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
}
footer a + a,
footer a + br + a{
	/*border-left: solid 1px #b2b2b2;*/
}
footer a + br{
	display: none;
}
footer .sns_area a{
	border: none;
	/*
	background: #797979;
	border-radius: 50%;
	width: 40px; height: 40px;
	*/
	display: inline-block;
	/*
  margin: 0 0 0 10px;
  */
}
footer h1.logo{
	margin: 0 0 20px;
}
footer h1.logo p {
	color: white;
}
footer .sns_area a{
	display: -webkit-inline-flex; display: inline-flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
footer .sns_area img {
  display: block;
  /*
  height: 20px;
  */
}

@media screen and (max-width: 768px){
	footer{
    padding: 0px 0 15px;
    margin: 0px 0 0;
  }
	footer [class^="sp_only"]{
	  display: block;
	}
	footer .banner_area {
		display: -webkit-flex; display: flex;
	  -webkit-flex-wrap: wrap; flex-wrap: wrap;
	  -webkit-justify-content: space-between; justify-content: space-between;
		background: #dbdfe4;
    padding: 20px 10px;
	}
	footer .banner_area a{
		width: 50%;
		border: none;
    padding: 5px 10px;
	}
	footer .container{
		padding: 15px 20px 0px;
	}
	.sp_only_advertisement > ul{
		background: #fafafa;
    padding: 40px 20px 30px;
	}
	.sp_only_advertisement > ul li{
		display: inline-block;
		margin: 4px 0;
	}
	.sp_only_advertisement > ul li a{
		color: #333;
    padding: 8px 10px;
	}
}
@media screen and (max-width: 640px){
	.sp_only_advertisement > ul{
		padding: 30px 20px 30px;
	}
	footer .container > div.right > div:not(.sns_area) a,
	footer .container > div.right > div:not(.sns_area) br,
	footer h1.logo,footer h1.logo + p,
	footer .container > div:not(.right){
		display: none;
	}
	footer .container > div.right{
		width: 100%;
		flex-direction: row; -webkit-flex-direction: row;
		-webkit-align-items: center; align-items: center;
		-webkit-justify-content: space-between; justify-content: space-between;
	}
	footer .sns_area a{
		margin: 0 10px 0 0;
	}
	footer .container > div.right > div:not(.sns_area),
	footer .container > div.right p{
    margin: 0 !important;
	}
	footer .container > div.right > div:not(.sns_area) a.term,
	footer .container > div.right > div:not(.sns_area) a.company{
		display: inline-block;
		margin: 0 0 3px;
		line-height: 10px;
	}
}
/* ! テキスト ================================================== */
p {
  font: 400 12px/1.6 'Yu Gothic';
}
a {  
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h1 { font: 600 28px/1.3em 'Yu Gothic';}
h2 { font: 600 20px/1.3em 'Yu Gothic';}

/* ! ボタン ================================================== */
[class*="btn_"]{
  color: #fff;
  font: 600 15px/1em 'Yu Gothic';
  display: inline-block;
  padding: .4em 1em;
  background: #333;
  border: 1px solid #333;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
[class*="btn_"]:hover { color: #333; background: #fff;}


/* カラー */
[class*="btn_"][class*="gray"] { border-color: #aaa; background: #aaa;}
[class*="btn_"][class*="gray"]:hover { color: #aaa; background: #fff;}


/* 高さ */
[class*="btn_"][class*="thin"] { padding-top: .2em; padding-bottom: .2em;}
[class*="btn_"][class*="thick"] { padding-top: .8em; padding-bottom: .8em;}


/* 幅 */
[class*="btn_"][class*="narrow"] { padding-left: .5em; padding-right: .5em;}
[class*="btn_"][class*="wide"] { padding-left: 2em; padding-right: 2em;}
[class*="btn_"][class*="full"] { text-align: center; width: 100%;}


/* サイズ */
[class*="btn_"][class*="small"] { font-size: 12px;}
[class*="btn_"][class*="large"] { 
	width: 140px; height: 45px; font-size: 14px;
	 display: -webkit-inlnie-flex; display: inline-flex;
	  -webkit-flex-wrap: wrap; flex-wrap: wrap;
	  -webkit-align-items: center; align-items: center;
	  -webkit-justify-content: center; justify-content: center;
}


/* ボタンエリア */
[class*="btnarea"] { text-align: left;}
[class*="btnarea"][class*="center"] {text-align: center; display: table; margin-left: auto; margin-right: auto;}
[class*="btnarea"][class*="right"] { text-align: right;}



/* ! フォーム ================================================== */
/* パーツ */
input:not([type="checkbox"]),select,textarea
/* input[type="file"]:before */ {
  font: 400 13px/1.5em 'Yu Gothic';
  padding: 4px 8px;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-flex: 1 1 auto;flex: 1 1 auto;
  width: 100%;
}
input:not([type="submit"]),select { height: 30px;}
textarea { min-height: 100px; resize: none;}
input:focus,select:focus,textarea:focus { outline: none; border-color: #333;}

input[type="submit"]{
	background: #333 !important; 
	color: white !important;
	border: none;
	font-weight: 500;
}

/* デフォルトリセットなど */
input,select,button,textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
button { outline: none;}
select::-ms-expand { display: none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fafafa inset;}
input[type="checkbox"],input[type="radio"],input[type="file"]{display: none;}


/* プレイスホルダー */
input::-webkit-input-placeholder { color: #ccc;}
input:-ms-input-placeholder { color: #ccc;}
input::-moz-placeholder { color: #ccc;}


/* input要素を囲む */
.input_wrap {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  width: 100%;
}

/* 住所などインプット要素を縦に並べる場合 */
.input_wrap + .input_wrap {
  margin: 5px 0 0;
}

/* input要素の横幅を指定(input_wrapと同時に指定) */
.input_50 { max-width: 50px;}
.input_75 { max-width: 75px;}
.input_100 { max-width: 100px;}
.input_120 { max-width: 120px;}
.input_140 { max-width: 140px;}
.input_150 { max-width: 150px;}
.input_200 { max-width: 200px;}
.input_250 { max-width: 250px;}
.input_300 { max-width: 300px;}
.input_350 { max-width: 350px;}
.input_400 { max-width: 400px;}
.input_450 { max-width: 450px;}
.input_500 { max-width: 500px;}
.input_550 { max-width: 550px;}
.input_600 { max-width: 600px;}
.input_full { max-width: 100vw;}
