/* カスタム CSS をここに入力してください */

/*見出し*/
.section-in > h1:first-child,
.section-in > h2:first-child,
.section-in > h3:first-child,
.section-in > h4:first-child,
.section-in > h5:first-child,
.section-in > h6:first-child{
	margin-top: 0;
}

.main-body h1{
	margin: 60px 0 20px;
	padding: 10px 18px;
	background: #909090;
	color: #fff;
	font-size: 1.75em;
}

.main-body h2{
    margin: 60px 0 30px;
    padding: 10px 18px;
	border-left: 7px solid #16A085;
   	background: #f6f6f6;
    color: #444444;
  	font-weight: bold;   
    font-size: 1.6em;
}

.main-body h3{
	position:relative;
	margin: 60px 0 30px;
	padding: 0 0 10px;
	border-bottom: 4px solid #afafaf;
	box-sizing: content-box;
	font-weight: bold;
	font-size: 1.4em;
    color: #444444;
}

.main-body h3::after {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -4px;
	width: 20%;
	height: 4px;
    background-color:;
	content: '';
}

.main-body h4{
	margin: 55px 0 25px;
	padding: 0 0 0 9px;
	border-left: 6px solid #16A085;
	background: #f6f6f6;
	font-weight: bold;
	font-size: 1.3em;
    color: #444444;
}

.main-body h5{
	margin: 55px 0 25px;
	padding: 0 0 0 9px;
	border-left: 4px solid #16A085;
	font-weight: bold;
	font-size: 1.2em;
}

.main-body h6{
	margin: 55px 0 25px;
	font-weight: bold;
	font-size: 1em;
}

/*ヘッダーロゴ*/
.site-title{
  display: table-cell;
  margin: 0;
  font-size: 2.25em;
  width: 78%; /*ここの数字を調整すれば右側の文字(電話番号)が移動する*/
  vertical-align: middle;
}

/*SNSボタン*/
.sns-wrap {
width: 100%;
margin-top: 1em;
margin-bottom: 1%;
}

.sns {
margin: 0 auto;
list-style: none;
}

.sns a {
text-decoration: none;
font-size: 15px;
}

.sns {
text-align: center;
}

.sns li {
float: left;
width: 32.3%;
margin: 0 .5% 2%;
}

.sns a {
position: relative;
display: block;
padding: 10px 5px;
color: #fff;
border-radius: 5px;
text-align: center;
}

.sns span,
.sns .fa {
margin-right: .4em;
color: #fff;
}

.sns li a:hover {
-webkit-transform: translate3d(0px,5px,1px);
-moz-transform: translate3d(0px,5px,1px);
transform: translate3d(0px,5px,1px);
box-shadow: none;
}

.sns .twitter a {
background: #55acee;
box-shadow: 0 5px 0 #0092ca;
}

.sns .facebook a {
background: #315096;
box-shadow: 0 5px 0 #2c4373;
}

.sns .googleplus a {
background: #dd4b39;
box-shadow: 0 5px 0 #ad3a2d;
}

.sns .hatebu a {
background: #008fde;
box-shadow: 0 5px 0 #016DA9;
}

.sns .pocket a {
background: #f03e51;
box-shadow: 0 5px 0 #c0392b;
}

.sns .feedly a {
background: #87c040;
box-shadow: 0 5px 0 #74a436;
}

@media only screen and ( max-width: 736px ) {
.sns li {
width: 32.3%;
margin: 0 .5% 4%;
}

.sns a {
font-size: 13px;
padding: 6px 3px;
}
}

.comments-link {
    display: none;
}

/*記事文字色変更*/
body{
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333333;
}

/*リンクの下線を消す　*/
a {
text-decoration: none;
}

/*お問い合わせボタン色変更*/
.btn-mail{
	padding: 12px 32px;
	background: #ed6d35;
}

/*フロー図*/
.flow-chart .process-box{
	padding: 30px;
	background-color: #efffef;
	color: #1a242f;
}

/*ヘッダー電話番号等の指定用*/
.message {
    text-align: center;
    color: #16A085;
}

.tel {
    text-align: center;
    font-weight: bold;
    color: #ed6d35;
}

.hours {
    text-align: center;
    color: #16A085;
}

/*リンク色変更*/
a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #156DB2; /*ここを変更*/
}

/*ヘッダー*/
.normal-screen .site-title{
	font-size: 1.3em;
    font-weight: bold;
    color: #16A085;   　
}
/*写真中央揃えスマホ*/
       .alignleft,
       .alignright{
        float: none;
        text-align: center;
        display: block;
        margin: auto;
        }