@charset "UTF-8";

/*子テーマ用「rwd.css」*/

body{
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background:#ffffff;
}

/*記事タイトルや基本単位毎の最初の見出し*/
.section-wrap .section-title{
	line-height: 1.5;
	margin: 0 0 1em;
	border: none;
	background: transparent;
	color: #686868;
	font-size: 110%;
	font-weight: bold;
	border-top: 3px solid #222;
	border-bottom: 1px solid #ccc;
	padding:20px 0;
	position: relative;
}

html.col1 .section-wrap .section-title{
	line-height: 1.5;
	margin: 0 -80px 1em;
	border: none;
	background: transparent;
	color: #686868;
	font-size: 1.7em;
	border-top: 3px solid #222;
	border-bottom: 1px solid #ccc;
	padding:20px 80px;
	position: relative;
}

.main-body .section-title a{
	color: #686868;
	text-decoration: none;
}


@media only screen and (max-width : 736px){
h1 {
   font-size: 100%!important;
}
h2 {
   font-size: 110%!important;
}
h3 {
   font-size: 100%!important;
}
h4 {
   font-size: 100%!important;
}
}


.main-body h2{
	margin: 40px 0 30px;
	padding: 3px 18px;
	background: #f7f7f7;
	color: #333333;
	border-left: 6px solid #516eba;
	font-size: 1.75em;
	font-weight: bold;
}

.main-body h3{
	border-left: 6px solid #516eba;
	color: #333333;
	background:#f7f7f7;
	font-weight: bold;
	border-bottom: 0px solid #fff;
}

.main-body h4{
	border-left: 6px solid #516eba;
	color: #333333;
	background:#f7f7f7;
	font-size: 1.75em;
	font-weight:bold;
	border-bottom: 0px solid #fff;
}

@media only screen and (max-width : 736px){
.site-header-in {
   padding-bottom: 0;
}
.site-header-conts {
   padding-bottom: 0;
}
.site-title {
   padding-bottom: 0;
}
.main-body {
   margin-top: 0;
}
ol.breadcrumbs-in {
   margin-top: 0;
   margin-bottom: 0;
}
}

.post-date {
   font-size: 0.8em;
   color: #999999;
}

.article-body p{
	margin-bottom: 50px;
	color: #333333;
}

.together .talker b {
    max-width: 100%;
}














/*-----New Share HTML----*/

.link-box {
	border:1px solid #e1e1e1;
	padding:10px;
	display:flex;
	margin:30px;
}

.link-box:hover {
	background-color:#f3f3f3;
	-webkit-transition:background-color .35s;
	transition:background-color .35s;
}

.img-box {
	width:25%;
	float:left;
}

.img-box div {
	min-height:170px;
	background-size:cover;
	background-position:center center;
}

.text-box {
	width:75%;
	float:left;
	padding-left:20px;
	line-height:1.7;
	margin:0;
}

.text-box .title {
	font-size:18px;
	font-weight:600;
	color:#428bca;
	padding:0;
	margin:0;
}

.text-box .description {
	font-size:15px;
	color:#333;
	padding:0;
	margin:0;
}

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

.img-box div {
	min-height:80px;
}

.text-box {
	margin-left:10px;
	line-height:1.5;
}

.text-box .title {
	font-size:13px;
	margin:0;
}

.text-box .description {
	font-size:11px;
	margin-top:5px;
}
}

/*-----ここまで：New Share HTML----*/