@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

div.logo_title {
    font-weight: normal;
}

div.logo_title {
    font-weight: normal;
}

.page_title {
	text-align: center;
	font-size: 2.8em;
	border-bottom: 0px solid #fff;
}

.page_title {
	color: #FA799F;
}

.wrap-post-title, .wrap-post-title a {
color: #FA799F !important;
}

.sc_heading.bborder.b {
    padding: .3em 0.0em;
    margin-bottom: 0.0em;
    line-height: 150%;
    margin-top: 0;
}

.content h3 {
	position: relative;
	padding: .3em 0.0em;
}

.content h2 {
	font-family: "Roboto",sans-serif,"google";
}

.content h3 {
	font-weight: normal;
	font-size: 1.3em;
}

.content h3 {
	font-weight: normal;
/** 記事内の行間を調整 */
	margin-top: 0;
	margin-bottom: 0.0em;
	line-height: 150%;
}

h3 {
	position: relative;
	padding: .3em 0.19em;
	font-weight: bold;
	margin: 1.2em 0 .8em;
}

.content h3 {
	font-family: "Roboto",sans-serif,"google";
}

.content p {
	font-family: "Roboto",sans-serif,"google";
}

.button a, .content .button a {
    padding: .6em 2em;
    display: inline-block;
    position: relative;
    background-color: #70b8f1;
    border-style: solid;
    border-width: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    letter-spacing: 2px;
    border-radius: 0px;
}

.wrap-post-title {
    font-weight: normal;
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative;
	text-align: center;
	font-size: 2.8em;
}

.content img {
    max-width: 100%;
    height: auto;
    margin: 0 0 -0.01em 0;
}

.sc_heading.bborder.b {
	font-family: "Roboto",sans-serif,"google";
}

.sc_heading.bborder.b {
	font-weight: normal;
	font-size: 2.3em;
	padding: .3em 0.19em;
	margin-bottom: 0.0em;
	line-height: 150%;
	margin-top: 0;
}

.menu_title  {
	font-size: 20px
	}

.menu_desc {
	font-size: 12px
	}

.sc_toggle_content {
	background: #fff;
}

.cta_title {
	text-align: center;
}

.sc_toggle_title {
	text-align: center;
}

.header-logo #nav ul, #onlynav ul, #nav_fixed #nav ul {
	font-size: 14px
}

.header-logo #nav ul li a, #onlynav ul li a, #nav_fixed #nav ul li a {
	font-weight: normal;
}

/*media Queries PCサイズ（970px以上）で適応したいCSS 2022年１１月コメントアウト、PCの枠が飛び出してしまうため
---------------------------------------------------------------------------------------------------*/
/*@media only screen and  (min-width: 970px) {
.content {
	width:960px;
	margin-right: auto;
	margin-left : auto;
}

}*/
/*-- ここまで --*/



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    
.page_title {
	text-align: center;
	font-size: 1.2em;
	padding: 15px 1px;
}

.content h3 {
	font-weight: normal;
	font-size: 1.2em;
}
	
.content .wp-block-column {
    margin: 0 5px;
    margin-bottom: -1em;
}
	
.wrap-post-title {
    font-weight: normal;
	font-size: 1.2em;
	padding: 15px 1px;
}

.sc_heading.bborder.b {
	font-weight: normal;
	font-size: 1.4em;
}
	
	.wp-block-column {
    line-height: 220%;
}
	
	}


/*-- ここまで --*/

