/*トップナビゲーションメニュー*/
@media only screen and (min-width: 768px) {
.header{
	position: fixed; 
	width: 100%;
}
.header-image__text {
	max-width: 1080px;
	margin: 0 auto;
	padding: 28% 20px 15%;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
}
/*トップメルマガ購読ボタン*/
.merumagatop {
	position: absolute;
	z-index: 3;
	right: 30px;
	top: 20px;
	color: #FFFFFF;/*文字色*/
	letter-spacing: .20px;
	font-size: 14px;
}
.merumagatop span {
	display: none;
}
@media only screen and (min-width: 768px) {
.merumagatop span {
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	background: #92d400;
}
.merumagatop :hover {
	background: #1ec7bb;
}
}
/*トップ問い合わせボタン*/
.toiawasetop {
	position: absolute;
	z-index: 3;
	right: 140px;
	top: 20px;
	color: #FFFFFF;/*文字色*/
	letter-spacing: .20px;
	font-size: 14px;
}
.toiawasetop span {
	display: none;
}
@media only screen and (min-width: 768px) {
	.toiawasetop span {
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	background: #92d400;
}
.toiawasetop :hover {
	background: #1ec7bb;
}
}
.home .sidebar{
	margin-top: 20px !important;
}
.home .sidebar{
	margin-top: 20px !important;
}
.home #main.m-all.t-2of3.d-5of7.cf{
	margin-top: 20px!important;
}
/*追尾ヘッダー(トップページ)ここまで*/

@media only screen and (min-width: 768px) {
	#content.page-forfront .entry-content {
	margin: 40px;
}
}
/*PCでロゴを大きく表示*/
@media only screen and (min-width: 768px) {
	#logo, #logo img, .desktop-nav li a,#drawer__open {
	height: 70px;
	line-height: 70px;
}
}
/*ナビゲーションメニューの色設定*/
.header .desktop-nav .sub-menu {
	color: #FFFFFF;
	background-color: #58a9eff5;
	border-bottom-color: #FFFFFF;
}
.header .desktop-nav .sub-menu .menu-item:not(:last-child) {
	border-bottom: 1px solid #FFFFFF;
}
.header .desktop-nav .sub-menu :hover{
	background-color: #ffa3bbde;
	transition:all 0.3s ;
}
/*PC・ヘッダーアイキャッチ見出しの設定*/
@media only screen and (min-width: 481px){
	.header-image__text .header-image__headline {
	color: #00aadcdb;
	width: 600px;
	margin-left:auto;
	margin-right:auto;	
}
/*説明文設定*/
.header-image__text .header-image__descr {
	color: #00aadcdb;
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}
}
/*スマホ・ヘッダーアイキャッチ見出しの設定*/
.header-image__text .header-image__headline {
	color: #00aadcdb;
	max-width : 70%;
	margin-left:auto;
	margin-right:auto;	
}
/*説明文設定*/
.header-image__text .header-image__descr {
	color: #00aadcdb;
	max-width : 75%;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}
/*ボタン色透過したい*/
.header-image__btn .raised {
	background: #ffa3bbab;
}
/*追尾ヘッダー(その他)*/
@media only screen and (min-width: 768px) {
	.header{
	position: fixed;
	width: 100%;
	transition: .3s;
	z-index: 3;
}
#content{
	margin-top: 0px;
}
.sidebar{
	margin-top: 80px;
}
#archive_header{
	margin-top: 80px;
}
#entry{
	margin-top: 40px;
}
}
/*ホームロゴボタン*/
.homelogo{
	position: absolute;
	width: 40px;
	left: 10px;
	top: 13px;
}
@media only screen and (max-width: 768px) {
	.homelogo {
	display: none;
}
}
/*ナビゲーションメニューの元々のロゴをPCのみ非表示*/
@media only screen and (min-width: 768px) {
#logo {
       display: none;
   }
}
/*メルマガ購読ボタン*/
.merumaga {
	position: absolute;
	z-index: 3;
	right: 30px;
	top: 20px;
	color: #FFFFFF;/*文字色*/
	letter-spacing: .20px;
	font-size: 14px;
}
.merumaga span {
	display: none;
}
@media only screen and (min-width: 1080px) {
	.merumaga span {
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	background: #92d400;
}
.merumaga :hover {
	background: #1ec7bb;
}
}

/*問い合わせボタン*/
.toiawase {
	position: absolute;
	z-index: 3;
	right: 140px;
	top: 20px;
	color: #FFFFFF;/*文字色*/
	letter-spacing: .20px;
	font-size: 14px;
}
.toiawase span {
	display: none;
}
@media only screen and (min-width: 1080px) {
	.toiawase span {
	position: relative;
	z-index: 3;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	background: #92d400;
}
.toiawase :hover {
	background: #1ec7bb;
}
}
.desktop-nav {
	 float: left;
	  margin-left: 10%;
}
/*その他ヘッダーここまで*/
/*ナビゲーションメニュー関係ここまで*/

/*シェアボタン3種非表示*/
.hatebu.sns-btn__item{display: none}
.gplus.sns-btn__item{display:none}
.pkt.sns-btn__item{display:none}


/*フォーム設定*/
/*表の線*/
.entry-content table{
	border: 2px solid #58a9ef!important;
	background-color: #ffffff !important;
}
/*表の横線*/
.entry-content tr:not(:last-child) {
	border-bottom: 2px solid #58a9ef!important;
}
/*表の縦線*/
.entry-content td {
	padding: 8px;
	border-right: 2px solid #58a9ef!important;
}
/*フォーム設定ここまで*/
/*更新通知フォーム設定*/
/*表の線*/
.page-forfront table.tuchi{
	border: 2px solid #ffffff !important;
}
/*表の横線*/
.page-forfront tr.tuchi:not(:last-child) {
	border-bottom: 2px solid #ffffff!important;
}
/*表の縦線*/
.page-forfront td.tuchi {
	padding: 8px;
	border-right: 2px solid #ffffff!important;
}
/*更新通知フォーム設定ここまで*/

/*記事ページ幅をトップに合わせる*/
@media only screen and (min-width: 1240px) {
	.single-01 .single .wrap, .page .wrap, .archive .wrap, .single #inner-content, .page #inner-content {
	width: 1000px;
}
}
/*box余白の調整*/
.box6 {margin: 0!important;}
.box24 {margin: 1em 0!important;}

/*特集記事目次アンカーリンク*/
.mokuji {
	 margin-left: 25px;
   position: relative;
   display: inline-block;
   font-weight: bold;
   padding: 0.25em 0;
   text-decoration: none;
   color: #67c5ff; 
}

.mokuji:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:100%;
   left: 0;
   border-radius: 3px;
   background:#67c5ff;
   transition: .2s;
}

.mokuji:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}

.mokuji a{text-decoration:none;}
/*特集記事目次アンカーリンクおわり*/

@media only screen and (min-width: 768px){
	.box01{padding-top: 50px}
}