@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/



/* ///////////////////////////////////////////// */

/* 共通 */

/* ///////////////////////////////////////////// */

/*WordPress Popular Posts*/
.wpp-thumbnail{margin:0 0.5em 0 0 !important;width:30%;max-width:100px;}
ul.wpp-list li{border-bottom:1px dotted rgba(125,125,125,0.2);margin:1em 0;}
ul.wpp-list li:last-child{border-bottom:none;}



body {
	font-family: "Noto Sans JP", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    line-height: 2.2;
    width: 100%;
    overflow: visible;
	margin: 0;
	padding: 0;
}


.entry-content p {
    margin: 0 0 2.5em;
    line-height: 2.2;
}


.single-title, .page-title, .entry-title {
    margin: 0 0 0.5em 0;
    padding: 0.3em 0!important;
}

.eyecatch .cat-name {
    padding: 0.4em 0.7em;
}

.entry-content h4 {
    border-bottom: 2px #001b3f solid;
    padding: 5px 0;
}




.wpp-excerpt {
    font-size: 0.8em!important;
}


span.profile_text {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    display: block;
    font-size: 0.9em;
    border-top: 1px #000 dotted;
}


/* ///////////////////////////////////////////// */

/* RSSフィード */

/* ///////////////////////////////////////////// */
.feedzy-rss ul:before, .feedzy-rss ul:after {
    content: none!important;
}

.feedzy-rss .rss_item .rss_image {
    float: none !important;
    width: 100% !important;
    height: 200px !important;
    box-shadow: 0 1px 1px #00000021;
    margin: 0 !important;
}

.feedzy-rss ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

.feedzy-rss .rss_item {
    border-bottom: none;
    list-style: none;
}

.feedzy-rss .rss_item {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 0 3px #00000014;
}

.feedzy-rss .rss_item .title {
    font-weight: normal !important;
    padding: 5px 10px;
    display: block;
    line-height: 2em;
    font-size: 13px;
}

.feedzy-rss .rss_item .rss_content small {
    display: block;
    font-size: 0.9em;
    font-style: italic;
    font-size: 0.8em !important;
    font-style: normal !important;
    color: #0000008f;
}

.rss_content {
    padding: 5px 10px;
}

.rss_content a {
    display: table;
    background: #003d98;
    border-radius: 25px;
    padding: 0 10px;
    font-size: 0.6em !important;
    color: #fff !important;
    margin-bottom: 10px;
}

/* ///////////////////////////////////////////// */

/* プロフィール */

/* ///////////////////////////////////////////// */

.profile_box {
    background: #00000005;
    box-shadow: 0 0 9px #00000014;
}

.profile_img img {
    display: block;
    border-radius: 200px;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 9px #00000040;
    border: 3px #fff solid;
}

.profile_img {
    background-image: url(https://yosou-tokuyama.com/wp-content/uploads/profle_bg.jpg);
    background-size: 100%;
    padding-top: 100px;
    width: 100%;
    background-repeat: no-repeat;
}

.profile_box h1 {
    text-align: center;
    font-size: 16px;
}

.profile_box h2 {
    text-align: center;
    font-size: 10px;
    color: #5f5f5f;
}

.profile_box span {
    padding: 20px;
    display: block;
    font-size: 12px;
    line-height: 2em;
}


.copyright {
	clear: both;
    text-align: center!important;
    float: none!important;
    display: block!important;
    font-size: 0.6em!important;
}

#footer-top {
    font-size: 80%;
}
    
#footer-top li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

#footer-top .widgettitle {
    color: #ffffff;
    border-bottom: 1px #c7c7c7 solid;
    border-radius: 0!important;
}

.footer .inner, #footer-top .inner {
    padding: 0 0 !important;
}


#footer-top .widget li a:after {
    color: #b5b5b5;
}


.st-tag-cloud a {
    display: inline-block;
    background: #404040;
    padding: 3px 10px;
    margin: 2px;
    border-radius: 4px;
}

.st-tag-cloud a:hover {
    text-decoration: none!important;
    background: #000;
}

.post-list-magazine .post-list a:before, .post-list-magazine .post-list a:after {
    height: 0!important;
}


#sitemap_list li a {
    text-decoration: none!important;
    font-size: 90%;
}

/* ///////////////////////////////////////////// */

/* contact-7 hack */

/* ///////////////////////////////////////////// */

/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

div.wpcf7 {
    margin: 0;
    padding: 5%!important;
    border: 10px #e4e4e4 solid!important;
    background: #f7f7f7!important;
}

/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #001b3f;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #001b3f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #001b3f;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}



/* ///////////////////////////////////////////// */

/* PC Styles */

/* ///////////////////////////////////////////// */


@media only screen and (min-width: 1166px) {

.header { margin: 0 0;}

.header.headercenter #logo img {
    max-height: 210px!important;
}

#logo {
    padding: 1em;
}

.nav > li {
    font-size: 65%;
    width: 194px;
    border-right: 1px #b8c8d5 solid;
    margin: 15px 0;
}

.nav > li:last-of-type {border-right:0!important;}



/* ////////////////// */
/* レフトナビ */
/* ////////////////// */




/* ////////////////// */
/* フッター */
/* ////////////////// */


.d-1of3 {
    padding: 2em!important;
}

}



/* ///////////////////////////////////////////// */

/* Mobile Styles */

/* ///////////////////////////////////////////// */

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

/* ////////////////// */
/* ヘッダー */
/* ////////////////// */

#inner-header {
    position: relative;
    width: 100%;
    padding: 6px 0;
}

#logo a img {
    width: auto;
    margin-top: 1px;
    max-width: 100%;
    max-height: 55px;
}

.nav_btn {
    width: 55px;
    height: 88px;
    padding: 1.7em 0;
    border: none;
    background: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    display: block;
    line-height: 1;
    text-decoration: none;
}


/* ////////////////// */
/* フッター */
/* ////////////////// */

#footer {
    padding: 0 20px;
}

}
