
/* カスタム CSS をここに入力してください */

/*logo　ロゴ・メニュー　左*/

.header_logo {
    text-align: left;
    padding: 10px 15px;
}

/*logo　画像 透明化 1.0完全不透明　0.0完全に透明*/

.header_logo h1 a:hover {
    opacity: 1.0;
}

.header_logo img:hover {
    opacity: 1.0;
}

.main_menu {
    text-align: left;
}

/*タイトルH2*/
.single_normal_area .sn_wrap .sn_main_area h2 {
  /*線の種類（実線） 太さ 色*/
	border-bottom: solid 5px #555;
    font-size: 30px;
    font-weight: bold;
    color:#555;
    line-height:initial;
    background:initial;
    padding: 15px 15px 15px 40px;
    position: relative;
	margin-bottom:10px;
}

.single_normal_area .sn_wrap .sn_main_area h2::before {
    background: initial;
    margin-top: initial;
    height: initial;
    width: initial;
    content: "";
    position: initial;
    top: initial;
    left: initial;
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    box-shadow: initial;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    -o-box-shadow: initial;
    -ms-box-shadow: initial;
}

.single_normal_area .sn_wrap .sn_main_area .sn_data {
    background: #fafafa;
    padding: 10px 15px 10px 15px;
  /*14→12*/	
    font-size: 12px;
    line-height: 1.5;
}

.single_normal_area .sn_wrap .sn_main_area .sn_data .sn_data_ymd {
    margin-right: 10px;
    color: #555;
}

.single_normal_area .sn_wrap .sn_main_area .sn_data .sn_data_a a {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.single_normal_area .sn_wrap .sn_main_area .sn_data .sn_data_a a:hover {
    opacity: 0.5;
}

 /*フッター修正 heightの追加*/	

footer {
    background: #171F25;
    padding: 0;
    text-align: left;
    height: 70px;
}

footer .copy {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 5px;
    float:left;
}

footer .copy-r {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 5px;
    text-align: right;
	  float:right;
}

footer {
    background: #171F25;
    padding: 0;
    text-align: left;
}

footer .foot_inner {
    padding: 5px;
}

/*更新作品の●を消す*/

.book_list h3 {
    text-align: center;
    font-size: 35px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 35px;
    position: relative;
}

.book_list h3::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: initial;
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    margin: 10px auto 0;
}

/*タイトルを中央*/
.news_area h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

/*見出しの左端に線 padding 間隔*/
.news_area .news_list li a {
    display: block;
    padding: 0.2em 0.5em;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-left: solid 5px #c99e03;
	 margin-bottom: 10px;
}

/* 下の余白*/
.news_area .news_list li:last-child {
    border-bottom: solid 0px #ccc;
}

/*日付色の変更*/
.news_area .news_list li a .news_data {
    display: block;
    font-size: 12px;
    color: #999;
    font-family: "Noto Sans Japanese", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

/*contentを空欄*/
.news_area h3::after {
    content: "";
    font-size: 14px;
    vertical-align: middle;
    color: #999;
    margin-left: 10px;
}

/*メインメニュー子 左寄せ*/

.main_menu .menu > li, .main_menu .menu ul > li {
    display: inline-block;
    vertical-align: top;
    color: #fafafa;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 10px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 1.5px;
    cursor: pointer;
}

h2#midashi2 {
	border-bottom: solid 2px #000000;/*下線*/
	padding: 0.5em;
  text-align: left;
}

/*ContactForm7左寄せ*/

.wpcf7-form label {
  text-align: left;
}

/*ContactForm7入力フォームのみ左寄せ*/

.wpcf7-form-control-wrap {
  display: block;
  text-align: left;
}

a:link { /*アクセスしたことのないリンク*/
color:#2f479b;
}
a:visited { /*アクセスしたことのあるリンク*/
color:#2f479b;
}
a:hover {/*マウスが上に乗っている状態*/
color:#2f479b;
opacity: 0.5;
}
a:active {/*クリック中*/
color:#e51219;
}

