/******************************************************************
Theme Name: YOSHIMOARU
Theme URI: https://www.yoshimoaru.co.jp
Description: originals
Author: yoshimoaru inc
Author URI: https://www.yoshimoaru.co.jp
Version: 1.0
******************************************************************/

body a h3:hover,body a h3:focus,body a h3:active{
	color: #2266B5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all  0.3s;
}

/* ページ全体を指定する */
#firstview a img,#firstview a:hover img,#firstview a:focus img{
	display: inline;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}

/* アーカイブ */
#acv_ttl,
#page #acv_ttl{
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin: 40px auto;
}
/* header */
.sp_only #header_wrap{
	padding: 8px 0;
}
#header_inner{
	padding: 10px;
}
#header_sns{
	width: 12%;
	float: left;
	margin: 3px auto;
}
#header_sns img{
	display: inline-block;
	width: 40px;
	height: 40px;
}
#header_sns .tw_button{
	margin-right: 15px;
}

/* menu */
#gnavi ul li > a:before {
	display: inline-block;
	font: 16px/1 "FontAwesome";
	margin-right: 4px;
}

#gnavi ul li:nth-child(1) > a:before {
	content: '\f0f6';
}
#gnavi ul li:nth-child(2) > a:before {
	content: '\f040';
}

/* searchsubmit */
#header_searchform{
	float: left;
	padding: 9px 10px;
	margin-right: 2.3rem;
}
#searchform{
	position: relative;
}
#searchform .searchform_sp {
	border: 1px solid #DDDDDD;
	height: 30px;
	width: 187px;
	font-size: 15px;
	padding: 5px;
}
#searchform .searchsubmit {
	border: 1px solid #4E4E4E;
	background-color: #707070;
	color: #FFF;
	font-size: 15px;
	padding: 5px 8px;
	position: absolute;
	top: 0;
	right: -20px;
}

#searchform .searchsubmit:hover {
	background-color: #fff;
	border-color: #4E4E4E;
	color: #4E4E4E;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/* navigation */
 .fa-2x{
	font-size: 20px !important;
	position: relative;
	bottom: -2px;
	left: -5px;
}

/* firstview */
#firstview{
	width: 1080px;
	margin: 20px auto 20px;
	clear: both;
}
#firstview .flex3{
	margin: 0;
}
#firstview .index_firstview_box {
	width: 33.33333333%;
	background-color: #FFFFFF;
}
#firstview .index_firstview_box a{
	text-decoration: none;
}
#firstview .article_img{
	margin: 0;
	padding: 0;
}

#firstview .post_info{
	padding: 15px;/* 追記 */
}
#firstview .category_area{
	margin:0 0 5px;
}
#firstview h3{
	font-size: 20px;
	margin: 0;
	line-height: 1.5em;
}

/* thumbnail */
.single_thumb{
	width: 100%;
	margin: 0;
	background: #FFFFFF;
}
.single_thumb img{
	width: 100%;
	max-width: 100%;
	/*max-height: 343px;*/
	text-align: center;
	object-fit: cover;
	margin: 0 auto;
}
#firstview .article_img img{
	max-height: 235px;
	width: 100%;
	object-fit: cover;
}
.article_box_new .article_img img{
	max-height: 221px;
	width: 100%;
	object-fit: cover;
}
.article_box_sub .article_img_sub img{
	max-height: 109px;
	width: 100%;
	object-fit: cover;
}
.article_img img{
	max-height: 135px;
	width: 100%;
	object-fit: cover;
}
.article_sidebar_img img{
	max-height: 80px;
	width: 100%;
	object-fit: cover;
}


/* TOC */
#toc_container{
	width: 600px;
	margin: 10px auto;
	border: solid 1px #2266B5;
	background-color: #FFF;
	padding: 20px 40px 40px;
}
#toc_container .toc_title{
	border-bottom: solid 1px #E5E5E5;
	color: #2266B5;
	font-size: 16px;
}
#toc_container li a{
	color: #2266B5;
	font-size: 15px;
	text-decoration: underline;
	line-height: 2;
}
#toc_container .toc_number{
	letter-spacing: 5px;
}
#toc_container .toc_depth_1{
	letter-spacing: 8px;
}

/* breadcrumbs */
#breadcrumbs ul li a{
	text-decoration: underline;
}

/* page,single */
.content_ttl,
.content_wrap{
	background-color: #FFF;
	padding: 10px 20px;
	overflow: hidden;
}
.content_wrap{
	margin-bottom: 60px;
}
.content_inner{
	margin: 0 30px;
}
.content_inner a{
	font-size: 14px;
}
#main #main_clm .content_ttl h1,
#main #main_clm .content_wrap h1{
	font-size: 22px;
	text-align: left;
	font-weight: 600;
}
#main_clm .content_ttl h2,
#main_clm .content_wrap h2{
	color: #2266B5;
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 4px #E5E5E5;
	padding-bottom: 10px;
	position: relative;
	margin: 50px auto;
}
#main_clm .content_ttl h2::after,
#main_clm .content_wrap h2::after{
	content: "";
	border-bottom: solid 4px #2266B5;
	position: absolute;
	display: block;
	bottom: -4px;
	width: 80px;
}
#main #main_clm .content_wrap .content_inner h3 {
	font-size: 20px;
	background: transparent;
	border-left: solid 4px #000;
	padding-left: 5px;
	margin-bottom: 43px;
}
#single .content_inner table{
	width: 100%;
	margin: 0 auto;
	border: solid 1px #DDDDDD;
	border-collapse: collapse;
}
#single .content_inner table th{
	padding: 10px 10px;
	background-color: #F3F3F3;
	border: solid 1px #DDDDDD;
}

#single .content_inner table td{
	padding: 5px;
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
}

/* pick up*/
#pickup{
	margin-bottom: 30px;
}
.pickup_cat_wrap{
	border-top: solid 2px #E5E5E5;
	border-left: solid 2px #E5E5E5;
}
.pickup_cat_box{
	display: block;
	width: 25%;
	background-color: #FFFFFF;
	border-right: solid 2px #E5E5E5;
	border-bottom: solid 2px #E5E5E5;
	overflow: hidden;
	float: left;
	padding: 5px;
}
.pickup_cat_box img{
	width: 40px;
	float: left;
	border-radius: 50px;
}
.pickup_cat_box h3{
	width: 200px;
	float: left;
	padding: 12px 10px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

/* CategoryCollar */
#main .tags-color-default{
	background-color: #707070;
	color: #FFF;
	border: none;
}
#main .tags-color-black{
	background-color: #000000;
	color: #FFF;
	border: none;
}
#main .tags-color-red{
	background-color: #C90000;
	color: #FFF;
	border: none;
}
#main .tags-color-green{
	background-color: #008E16;
	color: #FFF;
	border: none;
}
#main .tags-color-orange{
	background-color: #ff8c00;
	color: #FFF;
	border: none;
}
#main .tags-color-pink{
	background-color: #ff1493;
	color: #FFF;
	border: none;
}
#main .tags-color-purple{
	background-color: #800080;
	color: #FFF;
	border: none;
}
#main .tags-color-skyblue{
	background-color: #1e90ff;
	color: #FFF;
	border: none;
}
#main .tags-color-navy{
	background-color: #000080;
	color: #FFF;
	border: none;
}
#main .tags-color-brown{
	background-color: #800000;
	color: #FFF;
	border: none;
}

/* index_genre */
#genre_box{
	width: 100%;
	margin: 0 auto;
}
#genre_box .genre_inner{
	background-color: #FFF;
	border: solid 1px #2266B5;
	padding: 30px 50px;
}
#genre_box p{
	display: inline-block;
	width: 24%;
	margin: 0;
}
#genre_box .genre_inner p a{
	line-height: 1.7em;
	font-weight: 200;
	font-size: 15px;
	text-decoration: underline;
}


/* column & certification */
.article_info p{
	font-size: 12px;
	margin: 0;
}

/* article */
#index_column{
	margin-bottom: 30px;
}
#index_column p{
	margin: 0;
}
#index_column a,
#article_wrap a,
#article_sidebar a,
#single a,
#topic_list a{
	text-decoration: none;
}
#index_column h3,
#index_column .article_info h3{
	font-size: 18px;
	
}
#index_column .article_info_sub h3{
	font-size: 14px;
	margin: 0;
	line-height: 18px;
}
.article_box_new{
	background-color: #FFF;
}
.article_box_new{
	margin: 5px;
}
.article_box_sub{
	width: 100%;
}
.article_box_new .article_img,
.article_box_new .article_info,
.article_box_sub .article_img_sub,
.article_box_sub .article_info_sub{
	width: 50%;
	float: left;
	margin: 0;
}
.article_box_new .article_info{
	padding: 10px 20px;
}
.article_info h3{
	line-height: 20px;
	font-size: 18px;
}
.category_area{
	margin: 0 auto 5px;
}
.article_info h3,
.single_column_tags{
	margin-bottom: 0;
}
.article_info_sub .category_area{
	margin: 12px auto 4px;
}
.article_info_sub{
	padding: 0 7px;
}
#main .category,
#main .sidebar_category{
	text-align: center;
	padding: 0 5px;
	margin:0 2px 5px 0;
	font-size: 12px;
}
#main .custom_cat{
	color: #FFF;
	background-color: #2266B5;
	border: none;
	text-align: left;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 200;
	display: inline-block;
	margin: 0 0 2px;
}
#main .custom_cat a{
	text-decoration: none;
}
.category_area .category,
.category_area .index_time,
.article_sidebar_category_area .sidebar_category{
	display: inline-block;
	font-weight: 200;
	padding-left: 3px;
}
.category_area .category,
.article_sidebar_category_area a{
	color: #000;
	background-color: #F5F5F5;
	border: solid 1px #DDD;
	text-decoration: none;
}
.category_area .index_time{
	color: #000;
	margin: 0;
}
#article_wrap{
	margin-bottom: 50px;
}
#article_wrap p{
	margin: 0;
	color: #1A1A1A;
}
.article_box{
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFFF;
}
.article_box a{
	color: #000;
}

.article_box .article_img,
.article_box .article_info{
	margin: 0;
	float: left;
}
.article_box .article_img{
	width: 30%;
}
.article_box .article_info{
	width: 70%;
	padding: 10px;
}
/* article追加 */
.article_subbox_wrap{
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}
.article_subbox_wrap article{
	width: 48.6%;
	margin: 5px;
	background-color: #FFF;
}

/* midashi_box */
.midashi_box{
	display: inline-block;
	width: 100%;
}
.midashi_box h2{
	float: left;
}
.midashi_box a{
	float: right;
	margin: 27px auto 0;
	font-size: 14px;
	text-decoration: none;
	border-bottom: solid 1px #2266B5;
}

/* maegaki_box */
.maegaki_box{
	background-color: #FAFAFA;
	padding: 20px;
	margin: 40px auto;
}


/* sidebar */
#article_sidebar{
	margin-bottom: 30px;
}
#article_sidebar .article_sidebar_box{
	width: 100%;
	margin-bottom: 10px;
	background-color: #FFF;
}
#article_sidebar .article_sidebar_img{
	float: left;
	width: 5rem;
}
#article_sidebar .article_sidebar_img img{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
#article_sidebar .article_sidebar_info{
	float: left;
	width: 72%;
	padding: 10px 10px;
}
#article_sidebar h3{
	font-size: 14px;
	margin: 0;
	line-height: 18px;
	margin-top: 4px;
}
#article_sidebar .sidebar_category p{
	margin-bottom: 5px;
}
#tag_cloud-2{
	padding: 0 15px 20px;
}
#article_sidebar .column_archive{
	float: right;
	text-decoration: underline;
	font-size: 14px;
}
#main #main_clm .content_wrap .article_box h3{
	font-weight: bold;
	border: inherit;
	font-size: 18px;
}

/* tag */
.tags_area{
	margin: 40px auto;
	padding: 10px;
	background-color: #FAFAFA;
}
#main .tags_area a{
	padding: 4px 6px;
	font-size: 14px !important;
	line-height: 1.1em;
	border: solid 1px #2266B5;
	margin: 2px;
	color: #2266B5;
	text-decoration: none;
	word-break: normal;
	display: inline-block;
}
#main .tags_area a:hover{
	background-color: #2266B5;
	color: #FFFFFF;
}

/* pagination */
.pagination{
	margin: 20px auto;

	text-align: center;
}

/* archive */
#archive p{
	margin: 0;
	color: #000;
}
#main #main_clm .article_info .category_area a{
	font-size: 12px;
}

#main_clm .article_wrap h2{
	color: #000;
	border: inherit;
	margin: 60px auto 40px;
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	padding: 0;
}
#main_clm .article_wrap h2::after{
	content: none;
}

/* pages */
.page_content{
	background-color: #FFFFFF;
	padding: 40px;
}

/* certificate_cat archive */
#c_cat_infowrap{
	border: solid 1px #E5E5E5;
	background-color: #FFFFFF;
	padding: 0 20px 30px;
}
#c_cat_fields{
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#c_cat_fields li{
	width: 48%;
	padding: 10px 0;
	border-top: solid 1px #E5E5E5;
}
#c_cat_fields li h2,#c_cat_fields li div{
	display: inline-block;
	margin: 0;
	font-size: 13px;
	padding: 5px 0 0;
}
#c_cat_fields li h2{
	margin-right: 10px;
	padding: 5px;
	background-color: #EEE;
}
#c_cat_fields2{
	margin: 0;
}
#c_cat_fields2 li{
	width: 100%;
	padding: 10px 0;
	border-top: solid 1px #E5E5E5;
}
#c_cat_fields2 li h2,#c_cat_fields2 li div{
	margin: 0;
	font-size: 13px;
	padding: 5px 0 0;
}
#c_cat_fields2 li h2{
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
	background-color: #EEE;
}

#c_cat_desc{
	margin-bottom: 10px;
}
#c_cat_link{
	margin-bottom: 20px;
}
#c_cat_childs h2{
	font-size: 14px;
}
#c_cat_childs .category{
	color: #2266B5;
	border: solid 1px #2266B5;
	padding: 2px 5px;
	text-decoration: none;
	display: inline-block;
}
#c_cat_childs .category:hover{
	background-color: #2266B5;
	color: #FFFFFF;
}

/* 開閉部分 */
.more_wrap {
	position: relative;
}
.more_wrap + .more_wrap {
	margin-top: 20px;
}
.more_trigger {
	position: absolute;
	display: block;
	width: 140px;
	right: 0;
	left: 0;
	background-color: #2266B5;
	color: #FFFFFF;
	margin: 30px auto 0;
	padding: 5px;
	font-size: 12px;
	z-index: 3;
	box-shadow: 0 0 3px rgba(0,0,0,0.25);
	text-align: center;
	border-radius: 3px;
}
.more_trigger:hover,.more_trigger:focus {
	background-color: #FFFFFF;
	color: #2266B5;
	transition: .2s linear;
}
.more_item {
	position: relative;
	overflow: hidden;
}
.more_item.is-hide {
	height: 60px; /*隠した後の高さ*/
}
.more_item p + p {
	margin-top: 1em;
}
.more_item_hide::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 60px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.9) 50%, #fff 100%);
	z-index: 2;
}
.more_trigger.is-show + .more_item::before {
	display: none;
}

/* footer */
#footer_links{
	padding: 20px 0;
}
#footer_links p,
#footer_links ul li a{
	color: #FFF;
}
#footer_links ul li{
	width: 30%;
	float: left;
	padding: 10px 1%;
	line-height: 1.2em;
}
.footer_box_l{
	width: 30%;
	margin: 5px 0;
	padding: 0;
	float: left;
}
.footer_box_r{
	width: 50%;
	margin: 5px 0;
	padding: 0 10% 0 0;
	float: right;
}
#footer_cnt{
	background: #2266B5;
}
#footer_addres{
	background-color: #FFF;
	color: #000;
}
#footer_addres a{
	color: #000;
}
.fotter_lobo_box{
	padding: 20px 0;
	width: 200px;
}

/* カテゴリ一覧ページ */
#main #ctg_list_wrap{
	clear: both;
	overflow: hidden;
}

#main #ctg_list_wrap h2 {
	margin: 30px 0 10px;
}
#main #ctg_list_wrap h2 a{
	color:#2266B5;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
}

#main #ctg_list_wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	/*background-color: #E5E5E5;*/
}

#main #ctg_list_wrap .ctg_list_box{
	width: 50%;
}
#main #ctg_list_wrap .ctg_list_box a{
	display: block;
	padding: 5px;
	margin: 1px 0 0 1px;
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
}
#main #ctg_list_wrap .ctg_list_box a:hover{
	background-color: #2266B5;
}
#main #ctg_list_wrap .ctg_list_box a:hover h3{
	color: #FFFFFF;
}
#main #ctg_list_wrap .ctg_list_box img{
	width: 16%;
	float: left;
	border-radius: 25%;
}
#main #ctg_list_wrap .ctg_list_box h3{
	font-size: 12px;
	width: 80%;
	float: left;
	padding: 18px 10px;
	margin: 0;
	font-weight: normal;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	
	/*試し*/
	word-break: break-all; 
	white-space: normal;
}
#main #ctg_list_wrap .ctg_list_inner{
	margin-bottom: 23px;
}

/* page-topics */
#topic_list .tagcloud a{
	padding: 8px 12px;
	font-size: 14px !important;
	line-height: 1.1em;
	border: solid 1px #2266B5;
	margin: 2px 0;
	color: #2266B5;
	text-decoration: none;
	word-break: normal;
	display: inline-block;
}
#topic_list .tagcloud a:hover{
	background-color: #2266B5;
	color: #FFFFFF;
}
#topic_list ul{
	padding: 40px;
}
#topic_list li{
	padding: 0;
}
#topic_list .widgettitle{
	display: none;
}

/* recomend */
#recomend a{
	text-decoration: none;
}

.index_next_btn{
	display: block;
	width: 200px;
	margin: 20px 0 20px auto;
	text-align: center;
	border: solid 1px #2266B5;
	background-color: #2266B5;
	color: #FFFFFF;
	padding: 10px;
}
.index_next_btn:hover,.index_next_btn:active,.index_next_btn:focus{
	border: solid 1px #2266B5;
	background-color: inherit;
	color: #2266B5;
}
.page_desc{
	padding: 10px;
	margin: 10px 0;
	background-color: #F5F5F5;
}

/* シェアボタン */
ul.share_btn {
margin: auto;
/*margin: 40px auto;*/
padding: 0;
}

.share_btn li {
float: left;
/*width: 32%;*/
margin-right: 5px;
list-style: none !important;
}

.share_btn a {
display: block;
color: #fff;
text-align: center;
height: 45px;
width: 120px;
line-height: 45px;
padding: 0;
font-weight: 200;
font-size: 14px;
-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
}

.share_btn a:hover,
.share_btn a:visited {
color: #fff;
position: relative;
}

span.social_icon {
margin-right: 3px;
font-size: 16px;
}

.share_btn li:last-child {
margin-right: 0;
}

.share_btn:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
a.twitter_btn {
background: #55acee;
}
a.facebook_btn {
background: #3b5998;
}
a.line_btn {
background: #1DCD00;
}
a.hatebu_btn{
background:#2F70BE;
}
.twitter_btn:hover,
.facebook_btn:hover,
.line_btn:hover,
.hatebu_btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
ul.share_btn_bottom {
margin: 20px 0 30px 0;
}
.rcmd_img a img{
	width: 100%;
}

/* カッテネ */
.kattene {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 1em;
  box-sizing: border-box; }

.kattene__imgpart {
  text-align: center; }

  .kattene__imgpart img {
	  margin: 0 auto;
    -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    max-width: 40%; }

.kattene__description {
  font-size: 0.8em; }

.kattene__btns {
  width: 100%;
  margin-top: 1.2em; }

  .kattene__btns:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }

  .kattene__btns > div {
    float: left;
    margin-bottom: 5px; }

  .kattene__btns .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
   }

  .kattene__btns.__three > div {
    width: 32.66667%; }

    .kattene__btns.__three > div:not(:last-child) {
      margin-right: 1%; }

  .kattene__btns.__two > div {
    width: 49.5%; }

    .kattene__btns.__two > div:nth-child(odd) {
      margin-right: 1%; }

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

  .kattene__btns.__four > div {
    width: 49.5%; }

    .kattene__btns.__four > div:nth-child(odd) {
      margin-right: 1%; }

  .kattene__btns.__one > div {
    width: 50%;
    margin-left: 25%; } }
@media screen and (min-width: 901px) {

  .kattene {
    display: table;
    width: 100%; }

  .kattene__imgpart {
    display: table-cell;
    width: 20%; }
	.kattene__imgpart img {
		max-width: 100%;
	}

  .kattene__infopart {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
    width: 80%; }

  .kattene__btns {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding-right: 10px; }

    .kattene__btns.__four > div {
      width: 24.25%; }

      .kattene__btns.__four > div:not(:last-child) {
        margin-right: 1%; }

    .kattene__btns.__two > div {
      width: 49.5%; }

      .kattene__btns.__two > div:not(:last-child) {
        margin-right: 1%; }

    .kattene__btns.__one > div {
      width: 49.5%;
      float: right; } }

.btn {
  appearance: none;
  background-color: #FFF;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

  .btn:hover, .btn:focus {
    background-color: #439aa7;
    color: #fff; }

  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

    .btn:disabled:hover {
      background-color: #54c0d1; }

.btn.__small {
  padding: 0.55em;
  font-size: 0.9em; }

.btn.__orange {
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
	border: solid 3px #FF9901;
  color: #FF9901; }

  .btn.__orange:hover {
		color: #FFF;
    background-color: #FF9901; }

  .btn.__orange i {
    font-weight: bold; }

    .btn.__orange i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.btn.__blue {
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
	border: solid 3px #007dcd;
  color: #007dcd; }

  .btn.__blue:hover {
		color: #FFF;
    background-color: #007dcd; }

  .btn.__blue i {
    font-weight: bold; }

    .btn.__blue i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.btn.__red {
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
  border: solid 3px #c20004;
  color: #c20004;}

  .btn.__red:hover {
		color: #FFF;
    background-color: #c20004; }

  .btn.__red i {
    font-weight: bold; }

    .btn.__red i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }

.btn.__green {
  margin-bottom: 5px;
  border-radius: 3px;
  text-align: center;
  border: solid 3px #0BBD80;
  color: #0BBD80; }

  .btn.__green:hover {
		color: #FFF;
    background-color: #0BBD80; }

  .btn.__green i {
    font-weight: bold; }

    .btn.__green i:before {
      vertical-align: middle;
      font-size: 1.2em;
      margin-right: 0.2em; }
/* カッテネここまで*/
@media only screen and (max-width: 768px) {
	#searchform .searchform_sp{
		width: 130px;
	}
	#searchform .searchsubmit{
		padding: 4.5px 8px;
		border-radius: 0 2px 2px 0;
	}
	#header_sp_inner{
		position: relative;
		top: 3px;
	}
	#header_sns{
		width: 30%;
		position: relative;
		top: 6px;
	}
	#header_sns .tw_button,
	#header_sns .fb_button{
		float: left;
	}
	#header_sns .tw_button{
		margin-right: 5px;
	}
	#header_sns img{
		width: 35px;
		height: 35px;
		position: relative;
		top: 3px;
	}
	#header_searchform{
		padding: 14px 10px;
		margin-right: 25px;
	}
	#navi_genre h2{
		text-align: center;
		background-color: #FAFAFA;
		font-size: 14px;
		padding: 13px 0;
	}
	#navi_genre::before{
		content: "";
		display: table;
	}
	#navi_genre::after{
		clear: both;
	}
	#navi_genre ul{
		border-top: solid 1px #EEE;
		border-left: solid 1px #EEE;
		width: 100%;
		font-size: 0;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		background-color: #FFF;
	}
	#navi_genre a{
		width: 50%;
		font-size: 13px;
		font-weight: 500;
		text-decoration: none;
		border-right: solid 1px #EEE;
		border-bottom: solid 1px #EEE;
		color: #2266B5;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 14px 0;
		box-sizing: border-box;
	}
	#navi_genre a:hover{
		background-color: #2266B5;
		color: #FFF;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all  0.3s;
	}
	#navi_genre {
		text-decoration: none;
		color: #2266B5;
	}
	#firstview{
		width: 100%;
		margin: 20px auto 20px;
	}
	#firstview .sp_Lbox{
		width: 100%;
	}
	#firstview .sp_Sbox{
		margin-top: 10px;
		width: 50%;
	}
	#firstview h3{
		font-size: 18px;
	}
	#toc_container{
		width: 100%;
	}
	#topic_list ul{
		padding: 0px;
	}
	/* page,single */
	.page_content{
		padding: 10px;
	}
	.content_inner{
		margin: 0 auto;
	}
	.content_ttl,
	.content_wrap{
		padding: 10px;
	}
	.pickup_cat_box{
		width: 50%;
	}
	.pickup_cat_box img{
		width: 20%;
		float: left;
		position: relative;
		top: 4px;
	}
	.pickup_cat_box h3{
		width: 80%;
		float: left;
		padding: 12px 10px;
		font-weight: 300;
	}
	#header_inner{
		padding: 0;
	}
	#genre_box .genre_inner{
		margin: 0 auto;
		padding: 30px 20px;
	}
	#genre_box p{
		width: 49%;
	}
	/* column & certification */
	#article_wrap{
		padding: 0;
		background-color: inherit;
	}
	.article_box_new,
	.article_box_sub{
		margin:0 0 10px;
	}
	.article_box_new .article_img,
	.article_box_sub .article_img_sub,
	.article_box .article_img{
		width: 43%;
	}
	.article_box_new .article_info,
	.article_box_sub .article_info_sub,
	.article_box .article_info{
		width: 57%;
		padding: 3% 2%;
	}
	#main .category_area{
		margin: 0;
	}
	#main #main_clm .content_wrap .article_box h3{
		font-size: 14px;
	}
	.article_box{
		background-color: #FFF;
	}
	#index_column .article_info h3,
	#index_column .article_info_sub h3,
	.article_info h3{
		font-size: 14px;
		margin: 0;
		line-height: 18px;
	}
	.article_box_sub{
		width: 100%;
		float: inherit;
	}
	/* article追加 */
	.article_subbox_wrap{
		display: inherit;
	}
	.article_subbox_wrap article{
		width: 100%;
		margin: 0;
	}
	#page #main #ctg_list_wrap{
		padding: 0 2%
	}
	#page #main #ctg_list_wrap .ctg_list_box{
		width: 100%;
	}
	#page #main #ctg_list_wrap .ctg_list_box img{
		width: 25%;
	}
	#page #main #ctg_list_wrap .ctg_list_box h3{
		padding: 19px 10px;
		width: 75%;
	}
	#footer_links{
		border: inherit;
		padding: 0 10px 20px;
	}
	#footer_links ul li{
		width: 50%;
		float: left;
	}
	.footer_box_l,
	.footer_box_r{
		float: none;
		width: 100%;
		padding: 0;
	}
	.ad_box{
		display: block;
	}
	#c_cat_fields li{
		width: 100%;
	}
}


#single .content_inner img {
	width: inherit;
}




/*-- ここから --*/
/*--------------------------------------
  スマホでyoutube等の幅を最適化
--------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-- ここまで --*/



.comment-page-link a{
  background: #fff;
  color:#000;
}
.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}



/*-- スライダー--*/
#main-slider.slider{

	margin: 10px;
}

#main-slider.slider li{
    margin: 10px;
}