
@charset "UTF-8";


/*--------------------------------------------------------------------
共通
---------------------------------------------------------------------*/
body {
	font-feature-settings: "palt";
	/*text-align: justify;*/
	letter-spacing: 1px;
	color: #222;
	font-weight: 400;
	line-height: 1.7;
	font-size: 16px;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-family: "Noto Sans CJK JP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;*/
	font-family: "Manrope", "Noto Sans JP", sans-serif;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a,
a:link,
a:active,
a:hover,
a:visited {
}
a:hover {
	opacity: 0.8;
	color: #d48216;
}

.entry-content a:not([class]),
.entry-excerpt a:not([class]),
#comments .comment-body a:not([class]),
.widget-container.widget_text a:not([class]),
.lp-text .lp-text-content a:not([class]),
.lp-block .lp-block-text a:not([class]),
.lp-box .lp-box-text-inside a:not([class]) {
	text-decoration: none;
}

img {
	/*vertical-align: middle;*/
}

.pc {
}
.sp {
	display: none;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}
.main p {
	margin-bottom: 10px;
}

body:not(.bravada-landing-page) #container {
	/*max-width: 1200px;*/
}

#header-page-title #breadcrumbs-container {
	opacity: 1;
}
#breadcrumbs-nav {
	font-size: 0;
	opacity: 1;
}
#header-page-title .entry-meta #breadcrumbs a,
#header-page-title #breadcrumbs-nav > span {
	opacity: 1;
	font-size: 14px;
	letter-spacing: 0;
}
#header-page-title .entry-meta #breadcrumbs a {
	color: #444;
	padding-left: 0;
	padding-right: 0;
}
#header-page-title .entry-meta #breadcrumbs a:after {
	content: ">";
	background: rgba(255, 255, 255, 0);
	margin-left: 5px;
	margin-right: 5px;
}
#header-page-title #breadcrumbs-nav > span {
	color: #d48216;
}
#header-page-title #breadcrumbs-nav > a {
	margin: 0;
}
#header-page-title #breadcrumbs-nav > span {
	padding-left: 0;
	padding-right: 5px;
}


.grecaptcha-badge {
	z-index: 1000;
}

/*追従ボタン*/
#sfolbtn {
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 1000;
}
#sfolbtn ul {
	margin: 0;
	padding: 0;
}
#sfolbtn ul li {
	padding: 10px;
	margin: 0;
	text-align: center;
	line-height: 1;
	list-style-type: none;
}
#sfolbtn ul li.free {
	background-color: #eddf00;
}
#sfolbtn ul li.line {
	background-color: #00c300;
}
#sfolbtn ul li.mail {
	background-color: #329fe4;
}
/*
#sfolbtn ul li img {
	width: 30px;
	height: auto;
}*/

/*スマホ用固定ボタン*/
#fbtn {
	display: none;
	z-index: 1000;
}
#fbtn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
#fbtn ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wra;
}
#fbtn ul li {
	text-align: center;
	margin: 0;
	padding: 10px 2px;
	line-height: 1;
	border: 1px solid #fff;
	list-style-type: none;
}
#fbtn ul li.free {
	width: 50%;
	background-color: #eddf00;
}
#fbtn ul li.line {
	width: 25%;
	background-color: #00c300;
}
#fbtn ul li.mail {
	width: 25%;
	background-color: #329fe4;
}


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
@media (min-width: 1153px) {
/*------------------------*/
}
@media (max-width: 1152px) {
/*------------------------*/
}

#h_top .site-header-inside {
	padding-left: 30px;
	padding-right: 30px;
}
#desctxt {
	font-size: 12px;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.site-header-bottom.header-fixed #desctxt {
	color: #666;
	margin-top: 10px;
}
#site-text,
#h_top .menu-burger {
	display: none;
}
img.custom-logo {
	/*max-height: 100%;*/
}

#h_top {
	height: auto;
}
/*
#branding,
#branding .identity,
.site-header-bottom .site-header-inside {
	height: 90px;
}
#branding .identity {
	line-height: 90px;
}
*/
/*--------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------*/
.site-header-inside .menu-burger {
	display: none;
}
ul#top-nav a {
	padding-left: 20px;
	padding-right: 20px;
}
nav#access ul#top-nav li {
	letter-spacing: 0;
}
nav#access ul#top-nav li a {
	font-weight: 600;
	color: #1886cc;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
}
nav#access ul#top-nav li a:hover {
	/*color: #ff9140;*/
}

nav#access ul#top-nav li ul.sub-menu a {
	color: #fff;
	padding: 10px 15px;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
}
nav#access ul#top-nav li ul.sub-menu span {
	padding: 0;
}

nav#mobile-menu #mobile-nav a {
	font-size: 18px;
	font-family: "Manrope", "Noto Sans JP", sans-serif;
	font-weight: 400;
}
nav#mobile-menu #mobile-nav a span {
}
nav#mobile-menu #mobile-nav ul.sub-menu a {
	font-size: 18px;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
@media (min-width: 768px) {
#f_info li.sp {
	display: none;
}
	
/*------------------*/
}
@media (max-width: 767px) {
#f_info li.pc {
	display: none;
}
	
/*------------------*/
}

#colophon-inside {
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
}
#colophon .footer-three .widget-container {
	font-family: "Noto Sans CJK JP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 20px;
}
#colophon .footer-three .widget-container:first-child {
	width: 25%;
}
#colophon .footer-three .widget-container:nth-child(2) {
	width: 20%;
}
#colophon .footer-three .widget-container:nth-child(3) {
	width: 30%;
	padding-right: 40px;
}
#colophon .footer-three .widget-container:nth-child(4) {
	width: 25%;
	padding-right: 0;
}
#colophon a {
	color: #fff;
}
#colophon, #footer,
#colophon .footer-three .widget-container {
	color: #fff;
}
#colophon .footer-three .widget-container:last-child {
}
#colophon .widget-container ul li {
	border: none;
	margin-bottom: 0;
}

#wrap_f {
	font-size: 15px;
	padding-top: 50px;
	background-color: #60b7ef;
	color: #fff;
}
#wrap_f .widget-title {
	display: none;
}
#wrap_f #nav_menu-3 .widget-title {
	background: none;
	display: block;
	background-color: #fff;
	color: #319cdf;
	font-size: 16px;
	padding: 5px 10px 3px;
	line-height: 1.3;
}
#wrap_f #nav_menu-3 .widget-title:after {
	display: none;
}

#f_logo {
	margin-bottom: 20px;
}
#f_info ul {
}
#colophon .widget-container #f_info ul li {
	margin-bottom: 10px;
	padding: 0;
}
#wrap_f ul.menu li {
	line-height: 1.7;
	font-size: 15px;
}
#colophon .footer-three .widget-container:nth-child(3) ul li {
	letter-spacing: 0;
}
#f_subtxt {
	text-align: center;
}

#f_contact ul {
	margin: 0;
	padding: 0;
}
#f_contact ul li {
	margin-bottom: 10px;
	padding: 0;
}
#f_contact ul li.telnum {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 20px;
}
#f_contact ul li.telnum .wrap {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
	line-height: 1.2;
	/*display: table;*/
	width: 100%;
}
#f_contact ul li.telnum .icon,
#f_contact ul li.telnum .numb {
	/*display: table-cell;
	vertical-align: middle;*/
}
#f_contact ul li.telnum .icon {
	margin-right: 5px;
}
#f_contact ul li.telnum .numb {
	letter-spacing: -1px;
}
#f_contact ul li.telnum .sub {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

#f_contact ul li.btnbox {
	padding: 15px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}
#f_contact ul li.btnbox span {
	margin-right: 5px;
}
#f_contact ul li.email {
	background-color: #ffe04f;
	margin-bottom: 10px;
	color: #329fe4;
}
#f_contact ul li.line {
	background-color: #00c300;
}


#copytxt {
	text-align: center;
	font-size: 12px;
	background-color: #0f68a1;
	color: #fff;
	padding: 10px;
}


/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
#header-page-title #header-page-title-inside,
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption {
	max-width: 1200px;
	width: 100%;
}

#header-page-title #header-page-title-inside {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.widget-title,
#comments-title,
#reply-title,
.related-posts .related-main-title,
.main .author-info .page-title,
#header-page-title h1,
#wrap_page #main h2,
#main h3,
#main h4,
.entry-title,
.main .page-title {
	/*font-family: "Noto Sans CJK JP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;*/
	
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	
	font-family: "Manrope", "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#header-page-title .date {
	letter-spacing: 0;
	opacity: 0.8;
}

#header-page-title h1 {
	font-size: 60px;
	letter-spacing: 0;
}

#header-page-title .byline {
	display: none;
}

.entry-title,
.main .page-title {
}

/*--- 見出し -----------------------------------------------*/
/*body:not(.home) #main h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 36px;
}*/
#wrap_page #main h2 {
	font-size: 30px;
	
    display: inline-block;
    position: relative;
    margin: calc(2em / 2) 0 calc(2em / 4) calc(2em / 2);
    color: #000;
    line-height: 1;
	
	margin-bottom: 50px;
}
#wrap_page #main h2::before {
    position: absolute;
    bottom: calc(-2em / 4);
    left: calc(-2em / 2);
    z-index: -1;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #bbdbfb;
    content: '';
}

#wrap_page #main h3 {
	font-size: 24px;
	margin: 30px 0 20px;
	color: #329fe4;
	font-weight: 500;
}
#wrap_page #main h4 {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 3px dotted #329fe4;
	padding-bottom: 10px;
	margin-bottom: 20px;
    color: #000;
}

/*--- テキスト -----------------------------------------------*/
.txt_S {
	font-size: 85%;
}
.sign {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--- リスト -----------------------------------------------*/
#wrap_page ul,
#wrap_page ol {
	margin: 0 0 30px 30px;
}
#wrap_page ul li,
#wrap_page ol li {
	line-height: 1.5;
	margin-bottom: 10px;
}

#wrap_page dl {
	margin-bottom: 30px;
}
#wrap_page dt {
	background: url(images/bg_dot01.jpg) repeat center;
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 1px solid #BFE6F2;
	line-height: 1.5;
	border-radius: 5px;
}
#wrap_page dd {
	padding: 0 15px 20px;
	margin: 0;
}

/*--- table -----------------------------------------------*/
#wrap_page table {
	border-collapse: separate;
	border-spacing: 10px;
}
#wrap_page tr {
	background-color: #F8F8F8;
}
#wrap_page tr:nth-child(2n) th,
#wrap_page tr:nth-child(2n) td {
	background-color: #f3f9fd;
}
#wrap_page th,
#wrap_page td {
	padding: 10px 20px;
	vertical-align: middle;
}
#wrap_page th {
	text-align: left;
	width: 30%;
}
#wrap_page td {
}

#wrap_page table ul {
	margin: 0 0 0 10px;
}
#wrap_page table ul li {
	margin: 5px 0;
	padding: 0;
}
#wrap_page table ul.none {
	margin-left: 0;
}
#wrap_page table ul.none li {
	list-style-type: none;
}

/* box ---------------------------------------------*/

.border {
	border: 1px solid #CCC;
}
.mgn_B100 {
	margin-bottom: 100px;
}
.mgn_B70 {
	margin-bottom: 70px;
}
.mgn_B50 {
	margin-bottom: 50px;
}
.mgn_B30 {
	margin-bottom: 30px;
}
.mgn_B20 {
	margin-bottom: 20px;
}
.mgn_B15 {
	margin-bottom: 15px;
}
.mgn_B10 {
	margin-bottom: 10px;
}

.tbbox01 {
	display: table;
	width: 100%;
}
.tbbox01 .td {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.tbbox01 .ph {
	text-align: center;
	padding-right: 25px;
}
.tbbox01 .txt {
	padding-left: 25px;
}

.wd01 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.wd02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.box_L01 {
	float: left;
	width: 30%;
}
.box_R01 {
	float: right;
	width: 65%;
}
.box_L02 {
	float: left;
	width: 65%;
}
.box_R02 {
	float: right;
	width: 30%;
}
.box_L03 {
	float: left;
	width: 40%;
}
.box_R03 {
	float: right;
	width: 55%;
}
.box_L04 {
	float: left;
	width: 55%;
}
.box_R04 {
	float: right;
	width: 40%;
}
.box_L05 {
	float: left;
	width: 25%;
}
.box_R05 {
	float: right;
	width: 70%;
}
.box_L06 {
	float: left;
	width: 70%;
}
.box_R06 {
	float: right;
	width: 25%;
}

.box_L50,
.box50 {
	float: left;
	width: 50%;
	padding: 0 15px 15px;
}
.box_R50 {
	float: right;
	width: 50%;
	padding: 0 15px 15px;
}
/*
.box3 {
	float: left;
	width: 33.3%;
	padding: 0 5px 10px;
}
.box4 {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
}
.box5 {
	float: left;
	width: 20%;
	padding: 0 5px 10px;
}*/

.bikoubox01 {
	background-color: #f1f1f1;
	padding: 20px;
	margin-bottom: 30px;
}


/*--------------------------------------------------------------
投稿系
--------------------------------------------------------------*/
body.single #content #main {
	padding-bottom: 0;
}

/*カテゴリ*/
body.archive .main h2 {
	/*font-size: 22px;*/
	letter-spacing: 0;
	margin: 0;
	color: #1886cc;
}
body.archive #main #content-masonry .entry-after-image {
	padding: 0 20px 20px;
}
.content-masonry .entry-meta {
	padding: 30px 20px 0;
}
.content-masonry .entry-after-image .entry-meta {
	padding-top: 0;
	padding-bottom: 10px;
	line-height: 1.4;
}
body:not(.single) .entry-meta > span {
	font-size: 13px;
	font-weight: 400;
}
body.archive span.category-metas a,
body.archive .entry-header .entry-meta time {
	color: #666;
}
.bravada-responsive-featured .main .post-thumbnail-container {
	margin-bottom: 15px;
}
.post-thumbnail-container .featured-image-overlay::after {
	background: linear-gradient(to bottom, #fff, #a1e9ff);
}


/*個別投稿ページ*/
body.single-post .header-image {
	background-image: url(images/bg_ptitle_other.jpg) !important;
}
#nav-below span {
	font-family: inherit;
	font-size: 20px;
}
#nav-below em {
	display: none;
}
body.single-post #header-page-title h1 {
	font-size: 40px;
}

/*--------------------------------------------------------------
サイドバー
--------------------------------------------------------------*/
.widget-title {
	color: #222;
	font-weight: 600;
}
.comments-link a,
.widget-area a {
	color: #333;
}
.widget-container ul li {
	font-size: 14px;
	line-height: 1.5;
}

#secondary.sidey {
	padding-bottom: 0;
}


































