@charset "UTF-8";

html{
font-size: 62.5%;
}

body {
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size: 1.2em;
text-align: left;
color: #000;
/*color: #504946;*/
background: #fff;
}

a {
text-decoration: none;
}

img {
vertical-align: top;
border: 0;
}

ul {
margin: 0;
padding: 0;
}

ul li {
padding: 0;
list-style-type: none;
}

ol {
padding: 0;
}

ol li {
padding: 0;
list-style-type: none;
}

dl {
margin: 0;
padding: 0;
}

dt {
margin: 0;
padding: 0;
}

dd {
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.cate { cursor: pointer; }

.eat { color: #7ac943; }

.service { color: #eb6d35; }

.money { color: #00adca; }

.life { color: #e75386; }

.helth { color: #00aa95; }

.alignleft {
float: left;
margin: 20px 20px 20px 0 !important;
max-width: 100%;
}

.alignright {
float: right;
margin: 20px 0 20px 20px !important;
max-width: 100%;
}

.aligncenter {
display: block;
margin: 20px auto !important;
max-width: 100%;
}

.alignnone {
max-width: 100%;
}

/* レイアウト（共通） ===============================================*/
.wrapper {
overflow: hidden;
}

html,body {
width: 100%;
}

header + .outer {
width: 1150px;
margin: 0 auto 60px;
}

.contents {
overflow: hidden;
padding: 0 25px;
}

.maincol {
float: left;
width: 760px;
position: relative;
}

.subcol {
float: right;
width: 300px;
}

/* ヘッダ（共通） ===============================================*/
header {
margin: 0 0 30px;
}

header #mainhead .caption1 {
width: 100%;
font-size: 1.333333em;
font-weight: bold;
color: #fff;
line-height: 36px;
background: #3cb07a;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:none;
}

header #mainhead .caption2 {
width: 100%;
font-size: 1.5em;
//font-size: 1.333333em;
font-weight: bold;
color: #33A367;
line-height: 36px;
background: #E7F6ED;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display:none;
}
}

header #mainhead .inner {
width: 1150px;
margin: 0 auto;
}

header #mainhead .body {
overflow: hidden;
padding: 0 25px;
}

header #mainhead .body .sns {
float: left;
margin: 40px 180px 0 0;
}

header #mainhead .body .sns li {
display: inline;
margin: 0 7px 0 0;
}

header #mainhead .body .sns li a:hover {
opacity: 0.6;
}

header #mainhead .body .logo {
    /* float: left; */
    /* width: 340px; */
	/*margin: 20px 0px 20px 540px;*/
	margin: 20px 0px 20px 20px;
	text-align: center;
}

header #mainhead .body .schbox {
float: right;
width: 310px;
margin: 43px 0 0;
position: relative;
}

header #mainhead .body .schbox form {
height: 37px;
}

header #mainhead .body .schbox input[type="text"] {
width: 216px;
height: 35px;
border: 1px solid #c9c9c9;
padding: 0 0 0 10px;
margin: 0;
font-size: 1.333333em;
}

header #mainhead .body .schbox input[type="text"]:hover {
background: #ECF7F1;
}

header #mainhead .body .schbox .input[type="text"]:-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

header #mainhead .body .schbox .input[type="text"]::-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

header #mainhead .body .schbox .input[type="text"]:-ms-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

header #mainhead .body .schbox .input[type="text"]::-webkit-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

header #mainhead .body .schbox form input[type="submit"] {
color: transparent;
box-sizing: border-box;
width: 73px;
height: 37px;
border: 1px solid #c9c9c9;
padding: 0;
margin: 0 0 0 -5px;
background: #fff url(../img/icon_sch.png) no-repeat 50% 50%;
}

header #mainhead .globalNavi {
width: 100%;
height: 36px;
background: #ecf7f1;
}

header #mainhead .globalNavi ul {
width: 1100px;
margin: 0 auto;
}

header #mainhead .globalNavi li {
display: table-cell;
color: #808080;
text-align: center;
vertical-align: middle;
}

header #mainhead .globalNavi li a {
display: block;
}

/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
   margin: 10px;             
   padding: 0px 0px 0px 15px; 
   background-color: #E7F6ED; 
   text-align: center;
   font-size: 18px;
}

ul.ddmenu li {
	/*width: 125px;*/
   width: 135px;
   display: inline-block;  
   list-style-type: none; 
   position: relative;   
}
ul.ddmenu a {
   background-color: #E7F6ED;
   color: #808080;          
   line-height: 40px;   
   text-align: center;      
   text-decoration: none;   
   font-weight: bold;      
   display: block;    
}
ul.ddmenu a:hover{
   background-color: #33A367; 
   color: #ffffff;  
}

ul.ddmenu .current{
   background-color: #33A367; 
   color: #ffffff;  
}

ul.ddmenu ul {
   display: none;         
}

ul.ddmenu ul {
   display: none;       
   margin: 0px;         
   padding: 0px;       
   position: absolute;  
   z-index: 999;
}

ul.ddmenu li:hover ul {
   display: block;     
}

ul.ddmenu2 {
   margin: 10px;             
   padding: 0px 0px 0px 15px; 
   background-color: #FFFFFF; 
   text-align: center;
   font-size: 16px;
}

ul.ddmenu2 li {
   width: 90px;          
   display: inline-block;  
   list-style-type: none; 
   position: relative;   
}
ul.ddmenu2 a {
   background-color: #FFFFFF;
   color: #808080;          
   line-height: 40px;   
   text-align: center;      
   text-decoration: none;   
   font-weight: bold;      
   display: block;    
}
ul.ddmenu2 a:hover{
   background-color: #f2f2f2; 
   color: #33A367;  
}

ul.ddmenu2 .current{
   background-color: #f2f2f2; 
   color: #33A367;  
}

ul.ddmenu2 ul {
   display: none;         
}

ul.ddmenu2 ul {
   display: none;       
   margin: 0px -45px;         
   padding: 0px;       
   position: absolute;  
   z-index: 999;
}

ul.ddmenu2 li:hover ul {
   display: inline-grid;     
   position: fixed;     
}

header #subnavi {
width: 100%;
/*height: 101px;*/	/*コメント搭載前もともと80px*/
z-index: 999;
position: fixed;
top: 0;
display: none;
background-color: #fff;
border-bottom: 5px solid #c9c9c9;
}

header #subnavi .caption1 {
background: #3cb07a;
display:none;
}

header #subnavi .caption1 span {
display: block;
width: 1130px;
margin: 0 auto;
color: #fff;
font-weight: bold;
line-height: 21px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

header #subnavi .caption2 {
background: #E7F6ED;
display:none;
}

header #subnavi .caption2 span {
display: block;
width: 1130px;
margin: 0 auto;
color: #33A367;
font-weight: bold;
font-size: 1.15em;
line-height: 21px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#subnavi .inner {
width: 1100px;
margin: 0 auto;
overflow: hidden;
position: relative;
}

#subnavi .logo {
float: left;
width: 143px;
margin: 0 10px 0 0;
}

#subnavi .logo img:hover {
opacity: 0.6;
}

#subnavi nav {
float: left;
width: 800px;
height: 53px;
}

#subnavi nav ul {
overflow: hidden;
}

#subnavi nav ul li {
float: left;
}

#subnavi .sch-icon {
position: absolute;
right:0;
top: 20px;
}

#subnavi #sch-slidemenu {
background-color: #3caf7a !important;
padding: 10px;
border: none !important;
top: 70px !important;
}

#subnavi #sch-slidemenu form {
padding: 10px;
background: #fff;
}

#subnavi #sch-slidemenu label .screen-reader-text {
display: none;
}

#subnavi #sch-slidemenu input[type="search"] {
width: 230px;
height: 35px;
border: 1px solid #c9c9c9;
padding: 0 0 0 10px;
margin: 0;
font-size: 1em;
vertical-align: top;
}

#subnavi #sch-slidemenu input[type="search"]:hover {
background: #ECF7F1;
}

#subnavi #sch-slidemenu .input[type="search"]:-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#subnavi #sch-slidemenu .input[type="search"]::-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#subnavi #sch-slidemenu .input[type="search"]:-ms-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#subnavi #sch-slidemenu .input[type="search"]::-webkit-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#subnavi #sch-slidemenu button {
color: 504946;
width: 70px;
height: 35px;
border: 1px solid #c9c9c9;
padding: 0;
margin: 0 0 0 -5px;
vertical-align: top;
background: #fff;
cursor: pointer;
}

/*検索窓２*/
#sch-slidemenu2 {
background-color: #3caf7a !important;
padding: 10px;
border: none !important;
top: 160px !important;
}

#sch-slidemenu2 form {
padding: 10px;
background: #fff;
}

#sch-slidemenu2 label .screen-reader-text {
display: none;
}

#sch-slidemenu2 input[type="search"] {
width: 230px;
height: 35px;
border: 1px solid #c9c9c9;
padding: 0 0 0 10px;
margin: 0;
font-size: 1em;
vertical-align: top;
}

#sch-slidemenu2 input[type="search"]:hover {
background: #ECF7F1;
}

#sch-slidemenu2 .input[type="search"]:-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#sch-slidemenu2 .input[type="search"]::-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#sch-slidemenu2 .input[type="search"]:-ms-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#sch-slidemenu2 .input[type="search"]::-webkit-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

#sch-slidemenu2 button {
color: 504946;
width: 70px;
height: 35px;
border: 1px solid #c9c9c9;
padding: 0;
margin: 0 0 0 -5px;
vertical-align: top;
background: #fff;
cursor: pointer;
}
/* サイドバー（共通） ===============================================*/
aside h2 {
margin: 0 0 30px;
}

aside .btn {
text-align: center;
}

aside .ad1 {
margin: 0 0 30px;
}

aside .keywords {
margin: 30px 0 40px;
}

aside .keywords ul {
margin: 0 0 10px;
overflow: hidden;
}

aside .keywords li {
float: left;
margin: 0 7px 10px 0;
}

aside .keywords li a {
display: inline-block;
background: #efefef url(../img/clip.png) no-repeat 8px center;
background-size: 12px 13px;
font-size: 1.166666em;
color: #504946;
line-height: 20px;
padding: 0 10px 0 25px;
border-radius: 5px;
}

aside .keywords li a:hover {
background: #e1e1e1 url(../img/clip.png) no-repeat 8px center;
background-size: 12px 13px;
}

aside .ad2 {
margin: 0 0 40px;
}

aside .poplar {
margin: 0 0 40px;
}

aside .poplar ol {
margin: 0 0 20px;
}

aside .poplar li {
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
cursor: pointer;
}

aside .poplar li:last-child {
margin: 0;
padding: 0;
border: none;
}

aside .poplar li .rankno1 {
float: left;
width: 17px;
background: #3cb07a;
font-size: 1.311666em;
color: #fff;
text-align: center;
font-weight: bold;
line-height: 81px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

aside .poplar li .photo {
float: left;
width: 81px;
margin: 0 15px 0 0;
}

aside .poplar li .body {
width: 187px;
margin: 0 0 0 112px;
}

aside .poplar li .body .cate {
font-size: 1.166666em;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0 0 10px;
}

aside .poplar li .body .title {
font-size: 1.25666666em;
line-height: 1.6167;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

aside .post_news_side {
margin: 0 0 40px;
}

aside .post_news_side .arc_news {
margin: 0 0 18px;
padding: 0 0 18px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
cursor: pointer;
}

aside .post_news_side .arc_news:last-of-type {
margin: 0 0 20px;
padding: 0;
border: none;
}

aside .post_news_side .arc_news .photo {
float: right;
width: 81px;
margin: 0 0px 0 0;
}

aside .post_news_side .arc_news .photo img {
width: 100%;
height: auto;
}

aside .post_news_side .arc_news .head {
margin: 0 0 8px 0;
}

aside .post_news_side .arc_news .head .date {
color: #808080;
}

aside .post_news_side .arc_news .title {
font-size: 1.25666666em;
line-height: 1.3362;
margin: 0 0 8px 0;
}

aside .post_news_side .arc_news .tags {
width: 187px;
height: 16px;
margin: 0 0 0 0;
overflow: hidden;
}

aside .post_news_side .arc_news .tags li {
float: left;
margin: 0 10px 20px 0;
}

aside .post_news_side .arc_news .tags li a,
aside .post_news_side .arc_news .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.7808333333em;
line-height: 14px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 4px;
}

aside #twitter-widget-0,
aside #twitter-widget-1 {
width: 284px !important;
margin: 0 0 20px 8px !important;
box-shadow : 2px 2px 3px 2px rgba(0,0,0,.4);
}

aside .fb-page {
margin: 0 0 40px !important;
}

aside .miniad li {
margin: 0 0 0px;
}


/*ページトップ ===============================================*/
.pagetop {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 20;
width: 50px;
height: 50px;
}

.pagetop img {
width: 100%;
height: auto;
}

/* フッタ（共通） ===============================================*/
footer {
width: 100%;
background: #efefef;
border-bottom: 8px solid #c9c9c9;
padding: 0 0 10px;
margin: 0 0 22px;
}

footer .inner {
width: 1100px;
padding: 0 25px;
margin: 0 auto;
overflow: hidden;
}

footer .logo_block {
padding: 15px 0;
border-bottom: 1px solid #969696;
overflow: hidden;
margin: 0 0 16px;
}

footer .logo_block .logo {
width: 170px;
float: left;
margin: 0 46px 0 0;
}

footer .logo_block .logo img {
width: 100%;
height: auto;
}

footer .logo_block .caption1 {
float: left;
font-size: 0.91333333em;
margin: 30px 0 0;
}

footer .menu_block01 {
overflow: hidden;
border-bottom: 1px solid #969696;
}

footer .menu_block01 .global {
/*float: left;*/
margin: 0 28px 0 20px;
display: flex;
align-items: center;
justify-content: center;
}

footer .menu_block01 .global .cate_main{
font-size: 14px;
text-decoration-line: underline;
font-weight: bold;
}

footer .menu_block01 .global ul {
overflow: hidden;
margin: 0 0 20px 0;
}

footer .menu_block01 .global li {
float: left;
width: 150px;
margin: 5px 20px 0 0;
list-style-type: none;
}

footer .menu_block01 .global li:nth-of-type(1) span {
line-height: 49px;
}

footer .menu_block01 .global li a {
color: #504946;
}

footer .menu_block01 .global li img {
display: block;
float: left;
width: 60px;
margin: 0 10px 0 0;
}

footer .menu_block01 .global li img:hover {
opacity: 0.6;
}

footer .menu_block01 .global li span {
display: block;
float: left;
width: 100px;
font-size: 0.86em;
line-height: 1.489341085;
}

footer .menu_block01 .menu01 {
float: left;
height: 176px;
padding: 0 70px 0 0;
margin: 0 28px 0 0;
border-right: 1px solid #969696;
}

footer .menu_block01 .menu01 li {
margin: 0 0 20px;
padding: 0 0 0 12px;
background: url(../img/ico_triangle.png) no-repeat left 2px;
background-size: 8px 10px;
}

footer .menu_block01 .menu01 li a {
color: #504946;
text-decoration: underline;
}

footer .menu_block01 .menu01 li a:hover {
text-decoration: none;
}

footer .menu_block01 .menu02 {
float: left;
}

footer .menu_block01 .menu02 h3 {
margin: 0 0 20px;
}

footer .menu_block01 .menu02 li {
margin: -5px 0 10px;
}

footer .menu_block01 .menu02 li a {
color: #504946;
text-decoration: underline;
}

footer .menu_block01 .menu02 li a:hover {
text-decoration: none;
}

footer .menu_block02 {
text-align: center;
margin: 0 0 40px;
/*display: inline-block;*/
}

footer .menu_block02 ul {
	font-size: 95%;
}

footer .menu_block02 li {
	display: inline;
	margin: 0 10px 0 0;
}

footer .menu_block02 li:last-child {
margin: 0;
}

footer .menu_block02 li a {
color: #504946;
text-decoration: underline;
}

footer .menu_block02 li a:hover {
text-decoration: none;
}

footer .menu_block03 {
text-align: left;
margin: 0 0 20px;
padding: 15px 0;
border-bottom: 1px solid #969696;
display: inline-block;
}

footer .menu_block03 ul {
	font-size: 95%;
}

footer .menu_block03 li {
	display: inline;
	/*margin: 0 10px 10px 0;*/
	margin: 0 30px 10px 0px;
	float: left;
	white-space: nowrap
}

footer .menu_block03 li:last-child {
margin: 0;
}

footer .menu_block03 li a {
color: #504946;
text-decoration: underline;
}

footer .menu_block03 li a:hover {
text-decoration: none;
}

footer .cp_block {
margin-top: 50px;
}

footer .cp_block .copyright1 {
text-align: center;
font-size: 0.83333333em;
line-height: 2em;
margin: -41px 0 0 190px;
}

/* パンくずリスト（共通） ===============================================*/
.breadcrumb_outer {
margin: 0 0 15px;
}

.breadcrumb_outer div {
display: inline;
font-size: 1.5em;
font-weight: bold;
color: #3cb079;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.breadcrumb:after {
content:"＞";
margin: 0 10px;
}

.breadcrumb a {
color: #3cb079;
}

.breadcrumb a:hover {
text-decoration: underline;
}


/* シリーズブロック（共通） ===============================================*/
.series_all {
overflow: hidden;
margin-bottom: 30px;
}

.series_all h2 {
margin: 0 0 30px;
}

.series_all .series {
float: left;
width: 365px;
margin: 0 0 30px;
position: relative;
}

.series_all .series:nth-child(even) {
margin: 0 30px 30px 0;
}

.series_all .series .photo {
cursor: pointer;
position: relative;
}

.series_all .series .photo img:hover {
opacity: 0.6;
}

.series_all .series .title {
position: absolute;
width: 345px;
padding: 5px 10px;
/*@include background-image(linear-gradient(top, rgba(0,0,0,0.6),rgba(200,200,200,0.6)));*/
/*background-color: rgba(0,0,0,0.1);*/
font-size: 1.83em;
font-weight: bold;
line-height: 1.303734061;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.series_all .series .title a {
color: #fff;
}

.series_all .series .title.tr {
top: 0;
right: 0;
text-align: right;
background-image: url(../img/series_titlebar.png);
background-repeat: no-repeat;
background-size: cover;
}

.series_all .series .title.tl {
top: 0;
left: 0;
text-align: left;
background-image: url(../img/series_titlebar2.png);
background-repeat: no-repeat;
background-size: cover;
}

.series_all .series .title.bl {
bottom: 0;
left: 0;
text-align: left;
background-image: url(../img/series_titlebar2.png);
background-repeat: no-repeat;
background-size: cover;
}

.series_all .series .title.br {
bottom: 0;
right: 0;
text-align: right;
background-image: url(../img/series_titlebar.png);
background-repeat: no-repeat;
background-size: cover;

}

.series_all .series .partb {
font-size: 1.83em;
line-height: 1.303734061;
width: 365px;
margin: 9px 0 0;
cursor: pointer;
}

.series_all .series .partb a {
color: #000;
}

.series_all .series .partb a:hover {
text-decoration: underline;
}

.series_all .btn {
clear: left;
text-align: center;
}

/* おすすめ記事ブロック（共通） ===============================================*/
.related_news {

}

.related_news h2 {
margin: 0 0 25px;
}

.related_news .arc_news {

}

/* 関連記事ブロック（共通） ===============================================*/
.related_news {
overflow: hidden;
margin: 0 0 50px;
}

.related_news h2 {
margin: 0 0 25px;
}

.related_news .arc_news {
width: 240px;
float: left;
padding: 0 20px 0 0;
margin: 0 0 20px;
}

.related_news .arc_news:nth-of-type(3) {
padding: 0;
}

.related_news .arc_news:nth-of-type(4),
.related_news .arc_news:nth-of-type(5) {
padding: 0 20px 0 0;
margin: 0;
border: none;
}

.related_news .arc_news:nth-of-type(6) {
border: none;
margin: 0;
padding: 0;
}

.related_news .arc_news .photo {
margin: 0 0 10px;
cursor: pointer;
}

.related_news .arc_news .photo:hover {
opacity: 0.6;
}

.related_news .arc_news .title {
font-size: 1.76333333em;
line-height: 1.351351351;
cursor: pointer;
height: 56px;
}

.related_news .arc_news .title:hover {
text-decoration: underline;
}

/* ページネーション（共通） ===============================================*/
.pagenation {
text-align: center;
margin: 0 0 40px;
clear: both;
}

.pagenation li {
display: inline;
}

.pagenation li a {
display: inline-block;
font-size: 1.5em;
line-height: 63px;
padding: 0 20px;
margin: 0 5px;
border-radius: 10px;
background: #f7f7f7;
color: #504946;
}

.pagenation li a:hover {
color: #3cb07a;
}

.pagenation li .current {
display: inline-block;
font-size: 1.5em;
line-height: 63px;
padding: 0 20px;
margin: 0 5px;
border-radius: 10px;
color: #fff;
background: #3cb07a;
}

.pagenation li:last-child a {
background: #b0b0b0;
color: #fff;
}

/* トップページ ===============================================*/
.slider {
height: 238px !important;
}

.slick-slide {
position: relative;
}

.slick-slide img {
-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.slick-list {
overflow: visible !important;
}

.slick-slide .flex-caption {
position: absolute;
text-align: left;
background-color: rgba(0, 0, 0, 0.3);
font-size: 1.5em;
font-weight: bold;
line-height: 20px;
width: 360px;
height: 60px;
box-sizing: border-box;
padding: 10px 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-slide .flex-caption a {
color: #fff;
}

.slick-slide .flex-caption a:hover {
text-decoration: underline;
}

.slick-slide .top {
top: 0;
}

.slick-slide .bottom {
bottom: 0;
}

.slick-slide li a img {
width: 540px;
height: 360px;
cursor: pointer;
}

.slick-slide li a img:hover {
opacity: 0.6;
}

.slick-dots {
bottom: -45px !important;
}

.slick-dots li button:before {
font-size: 14px !important;
}

.slick-dots li button:hover:before {
color: #3cb07a !important;
}

.slick-dots li.slick-active button:before {
color: #3cb07a !important;
}

.post_news {
overflow: hidden;
margin: 0 0 40px;
}

.post_news h2 {
margin: 0 0 30px;
}

.post_news .arc_news {
width: 360px;
float: left;
margin: 0 0 20px;
padding: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
min-height: 107px;
}

.post_news .arc_news:nth-child(even) {
padding: 0 40px 20px 0;
}

.post_news .arc_news:nth-last-child(3) {
border: none;
padding: 0 40px 20px 0;
margin: 0 0 30px;
}

.post_news .arc_news:nth-last-child(2) {
border: none;
padding: 0;
margin: 0 0 50px;
}

.post_news .arc_news .photo {
width: 106px;
float: right;
margin: 0 0px 0 0;
cursor: pointer;
}

.post_news .arc_news .photo img:hover {
opacity: 0.6;
}

.post_news .arc_news .head {
width: 239px;
margin: 0 0 10px 0px;
font-size: 1.21333333em;
}

.post_news .arc_news .head .date {
color: #808080;
}

.post_news .arc_news .title {
font-size: 1.4em;
line-height: 1.3362;
width: 239px;
margin: 0 0 10px 0px;
cursor: pointer;
}

.post_news .arc_news .title:hover {
text-decoration: underline;
}

.post_news .arc_news .tags {
width: 235px;
height: 18px;
margin: 0 0 0 0px;
overflow: hidden;
}

.post_news .arc_news .tags li {
float: left;
margin: 0 12px 20px 0;
}

.post_news .arc_news .tags li a,
.post_news .arc_news .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

.post_news .btn {
clear: left;
text-align: center;
}

.ad4-5 {
text-align: center;
margin: 0 0 40px;
}

.ad4-5 li {
display: inline-block;
margin: 0 15px;
}

/* 記事ページ ===============================================*/
.single .head {
font-size: 1.166666em;
}

.single .head .date {
color: #808080;
margin: 0 0 5px;
}

.single .head h1 {
font-size: 1.9em;
color: #000000;
line-height: 1.3;
padding: 0 0 15px;
margin: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
}

.single .mainbody {
width: 650px;
max-width: 650px;
margin: 0 auto;
}

.single .mainbody:after {
content: "";
display: block;
clear: both;
overflow: hidden;
}

.single .mainbody img {
display: block;
margin: 0 0 50px;
max-width: 100%;
height: auto;
}

.single .mainbody p {
font-size: 1.5em !important;
line-height: 1.8;
margin: 0 0 30px;
}

.single .mainbody p a {
color: #504946;
text-decoration: underline;
}

.single .mainbody p a:hover {
text-decoration: none;
}

.single .mainbody h2 {
font-size: 1.83em;
line-height: 40px;
padding: 0 0 0 10px;
border-left: 14px solid #3cb079;
margin: 0 0 30px;
word-wrap: break-word;
}


.single .mainbody h3 {
font-size: 1.7em;
font-weight: normal;
line-height: 1.5;
padding: 0 0 10px;
border-bottom: 1px solid #d8d8d8;
margin: 0 0 20px;
word-wrap: break-word;
}



/*田村 h3上書き*/
.single .mainbody h3 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}


.single .mainbody h4 {
font-size: 1.5em;
line-height: 1.5;
margin: 0 0 30px;
}

.single .mainbody .wp-caption-text {
font-size: 1em !important;
color: #808080;
margin: -40px 0 20px;
}
.single .pagenation li .current {
font-size: 1.5em;
}

.single .pagenation li a {
font-size: 1.5em;
}

.single .sns-block {
overflow: hidden;
margin: 0 0 40px;
}

.single .sns-block li {
float: left;
margin: 0 1px;
width: 19.6%;
padding-top: 2px;
}

.single .clips {
height: 30px;
overflow: hidden;
margin: 0 0 20px -55px;
clear: both;
}

.single .clips li {
float: left;
margin: 0 20px 20px 0;
}

.single .clips li a,
.single .clips li .pr {
display: inline-block;
color: #504946;
font-size: 0.884413309em;
line-height: 30px;
padding: 0 10px 0 30px;
background: #efefef url(../img/clip.png) no-repeat 8px 4px;
background-size: 18px 19px;
border-radius: 10px;
}

.single .clips li a:hover {
background: #e1e1e1 url(../img/clip.png) no-repeat 8px 4px;
background-size: 18px 19px;
}


/*リストタグの調整（田村）
.single .mainbody ul li {
font-size: 1.5em !important;
line-height: 1.8;
list-style-type: disc !important;
margin-left: 25px;
}

.single .mainbody ol li {
font-size: 1.5em !important;
line-height: 1.8;
list-style-type: decimal !important;
margin-left: 25px;
}

.single .mainbody p + ul ,
.single .mainbody p + ol {
margin-top: -30px;
}

.single .mainbody ul.pagenation li ,
.single .mainbody ul.clips li {
font-size: 100% !important;
line-height: 1.8;
list-style-type: none !important;
margin-left: 0px !important;
}

.single .mainbody p + ul.pagenation ,
.single .mainbody p + ul.clips {
margin-top: 0px;
}
*/


/*hr 田村記入*/
.single .mainbody hr {
	border-top:2px solid #666;
	margin-bottom: 25px;
}




.sns-sharemess {
width: 650px;
margin: 20px auto;
padding: 20px 0 0;
border-top: 1px solid #e3e3e3;
font-size: 1.038333333em;
color: #000;
text-align: center;
}

.page_navi {
margin: 0 0 50px;
}

.page_navi li {
display: inline-block;
margin: 0 15px;
overflow: hidden;
vertical-align: top;
}

.page_navi .prev,
.page_navi .next {
width: 276px;
}

.page_navi .gotop {
width: 100px;
}

.page_navi .allow_left,
.page_navi .allow_right {
width: 16px;
margin: 0;
float: left;
cursor: pointer;
}

.page_navi .allow_left:hover,
.page_navi .allow_right:hover {
opacity: 0.6;
}

.page_navi .photo {
width: 80px;
margin: 0 5px;
float: left;
cursor: pointer;
}

.page_navi .photo:hover {
opacity: 0.6;
}

.page_navi .title {
width: 150px;
margin: 0 5px;
float: left;
font-size: 1.2983333em;
line-height: 1.640534826;
text-align: left;
cursor: pointer;
}

.page_navi .title a {
color: #504946;
}

.page_navi .title a:hover {
text-decoration: underline;
}

/* 全記事一覧 ===============================================*/
.page-id-21 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 10px;
position: relative;
border-bottom: 2px dashed #3cb37a;

}

.page-id-21 .breadcrumb_outer + h1:before {
content: url(../img/ico_all.png);
position: absolute;
top: -5px;
left: 0;
}

.page-id-21 .number {
position: absolute;
top: 45px;
right: 0;
font-size: 1.721666666em;
}

.page-id-21 .description {
line-height: 1.5;
margin: 0 0 50px;
}


.page-id-21 .arc_news_list {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}

.page-id-21 .arc_news_list:last-child {
padding: 0;
margin: 0;
border: none;
}

.page-id-21 .arc_news_list .photo {
float: right;
cursor: pointer;
}

.page-id-21 .arc_news_list .photo:hover {
opacity: 0.6;
}

.page-id-21 .arc_news_list .head {
margin: 0 0 10px 0;
font-size: 1.21333333em;
}

.page-id-21 .arc_news_list .date {
color: #808080;
}

.page-id-21 .arc_news_list .title {
margin: 0 0 10px 0;
font-size: 2em;
cursor: pointer;
}

.page-id-21 .arc_news_list .title:hover {
text-decoration: underline;
}

.page-id-21 .arc_news_list .comment {
margin: 0 145px 10px 0;
font-size: 1.1008333333em;
line-height: 1.766666;
color:#808080;
}

.page-id-21 .arc_news_list .tags {
height: 18px;
margin: 0 0 0 0;
overflow: hidden;
}

.page-id-21 .arc_news_list .tags li {
float: left;
margin: 0 12px 20px 0;
}

.page-id-21 .arc_news_list .tags li a,
.page-id-21 .arc_news_list .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

/* カテゴリー毎の記事一覧 ===============================================*/
.archive .titlebox {
background: #f2f2f2;
overflow: hidden;
padding: 12px 34px;
/*margin: 0 0 50px;*/
position: relative;
}

.archive .titlebox .photo {
width: 64px;
height: 64px;
float: left;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.archive .titlebox .photo img {
width: 100%;
height: auto;
}

.archive .titlebox .body {
margin: 0 0 0 0;
position: relative;
}

.archive .titlebox .title {
font-size: 2em;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0 0 10px;
}

.archive .titlebox .title .catename {
font-size: 1.58333333em;
}

.archive .titlebox .number {
position: absolute;
top: 0 !important;
right: 0;
font-size: 1.721666666em;
}

.archive .titlebox .description {
margin: 0;
}


.archive .category_post_list {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}

.archive .category_post_list:last-child {
padding: 0;
margin: 0;
border: none;
}

.archive .category_post_list .photo {
float: right;
cursor: pointer;
}

.archive .category_post_list .photo:hover {
opacity: 0.6;
}

.archive .category_post_list .head {
margin: 0 0 10px 0px;
font-size: 1.21333333em;
}

.archive .category_post_list .date {
color: #808080;
}

.archive .category_post_list .title {
margin: 0 0 10px 0px;
font-size: 2em;
cursor: pointer;
}

.archive .category_post_list .title:hover {
text-decoration: underline;
}

.archive .category_post_list .comment {
margin: 0 145px 10px 0px;
font-size: 1.1008333333em;
line-height: 1.766666;
color:#808080;
}

.archive .category_post_list .tags {
height: 18px;
margin: 0 0 0 0;
overflow: hidden;
}

.archive .category_post_list .tags li {
float: left;
margin: 0 12px 20px 0;
}

.archive .category_post_list .tags li a,
.archive .category_post_list .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

.archive .maincol aside .keywords {
margin: 30px 0 40px;
overflow: hidden;
height: 18px;
}




/* キーワード一覧 ===============================================*/
.page-id-240 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 10px;
position: relative;
border-bottom: 2px dashed #3cb37a;

}

.page-id-240 .breadcrumb_outer + h1:before {
content: url(../img/ico_tag.png);
position: absolute;
top: -5px;
left: 0;
}

.page-id-240 .number {
position: absolute;
top: 45px;
right: 0;
font-size: 1.721666666em;
}

.page-id-240 .description {
line-height: 1.5;
margin: 0 0 50px;
}

.page-id-240 .clips {
overflow: hidden;
margin: 0 0 25px;
}

.page-id-240 .clips li {
font-size: 1.484166666em;
float: left;
width: 240px;
margin: 0 0 25px;
padding: 0 0 0 12px;
background: url(../img/ico_triangle.png) no-repeat left 1px;
}

.page-id-240 .clips li a {
color: #504946;
}

.page-id-240 .clips li a:hover {
text-decoration: underline;
}

/* キーワード毎の記事一覧 ===============================================*/
.archive .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 10px;
position: relative;
border-bottom: 2px dashed #3cb37a;

}

.archive .breadcrumb_outer + h1:before {
content: url(../img/ico_keyword_list.png);
position: absolute;
top: -5px;
left: 0;
}

.archive .tag_list {
margin: 0 0 40px;
padding: 10px 30px 0;
background: #f2f2f2;
}

.archive .tag_list p {
margin: 0 0 10px;
text-align: center;
font-size: 1.333333em;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.archive .tag_list ul {
overflow: hidden;
}

.archive .tag_list li {
float: left;
margin: 0 7px 10px 0;
}

.archive .tag_list li a {
display: inline-block;
background: #fff url(../img/clip.png) no-repeat 8px center;
background-size: 12px 13px;
font-size: 1.166666em;
color: #504946;
line-height: 20px;
padding: 0 10px 0 25px;
border-radius: 5px;
}

.archive .tag_list li a:hover {
background: #e1e1e1 url(../img/clip.png) no-repeat 8px center;
background-size: 12px 13px;
}

.archive .post_tags_list {
margin: 0 0 40px;
}

.archive .number {
position: absolute;
top: 45px;
right: 0;
font-size: 1.721666666em;
}

.archive .description {
line-height: 1.5;
margin: 0 0 50px;
}

.tag .arc_news_list {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}

.tag .arc_news_list:last-child {
padding: 0;
margin: 0;
border: none;
}

.tag .arc_news_list .photo {
float: right;
cursor: pointer;
}

.tag .arc_news_list .photo:hover {
opacity: 0.6;
}

.tag .arc_news_list .head {
margin: 0 0 10px 0;
font-size: 1.21333333em;
}

.tag .arc_news_list .date {
color: #808080;
}

.tag .arc_news_list .title {
margin: 0 0 10px 0;
font-size: 2em;
cursor: pointer;
}

.tag .arc_news_list .title:hover {
text-decoration: underline;
}

.tag .arc_news_list .comment {
margin: 0 145px 10px 0;
line-height: 1.766666;
color:#808080;
}

.tag .arc_news_list .tags {
height: 18px;
margin: 0 0 0 0;
overflow: hidden;
}

.tag .arc_news_list .tags li {
float: left;
margin: 0 12px 20px 0;
}

.tag .arc_news_list .tags li a,
.tag .arc_news_list .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

/* 人気の記事一覧 ===============================================*/
.page-id-242 .contents {
overflow: visible;
}

.page-id-242 .contents:after {
content: "";
display: block;
overflow: hidden;
clear: both;
}


.page-id-242 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 10px;
position: relative;
border-bottom: 2px dashed #3cb37a;

}

.page-id-242 .breadcrumb_outer + h1:before {
content: url(../img/ico_popular_list.png);
position: absolute;
top: -5px;
left: 0;
}

.page-id-242 .popular_news {
margin: 0 0 40px;
}

.page-id-242 .number {
position: absolute;
top: 45px;
right: 0;
font-size: 1.721666666em;
}

.page-id-242 .description {
line-height: 1.5;
margin: 0 0 50px;
}

.page-id-242 .arc_popular_list {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
position: relative;
}

.page-id-242 .arc_popular_list:after {
content: "";
display: block;
overflow: hidden;
clear: both;
}

.page-id-242 .arc_popular_list:last-child {
padding: 0;
margin: 0;
border: none;
}

.page-id-242 .arc_popular_list:before {
position: absolute;
top:-5px;
left: -5px;

font-size: 1.7em;
color: #fff;
text-align:center;
line-height: 35px;
width: 35px;
background: #b0b0b0;
border-radius: 17px;
}

.page-id-242 .arc_popular_list:nth-of-type(1):before {
content: "1";
background: #3cb079;
}

.page-id-242 .arc_popular_list:nth-of-type(2):before {
content: "2";
background: #3cb079;
}

.page-id-242 .arc_popular_list:nth-of-type(3):before {
content: "3";
background: #3cb079;
}

.page-id-242 .arc_popular_list:nth-of-type(4):before {
content: "4";
background: #3cb079;
}

.page-id-242 .arc_popular_list:nth-of-type(5):before {
content: "5";
background: #3cb079;
}

.page-id-242 .arc_popular_list:nth-of-type(6):before {
content: "6";
}

.page-id-242 .arc_popular_list:nth-of-type(7):before {
content: "7";
}

.page-id-242 .arc_popular_list:nth-of-type(8):before {
content: "8";
}

.page-id-242 .arc_popular_list:nth-of-type(9):before {
content: "9";
}

.page-id-242 .arc_popular_list:nth-of-type(10):before {
content: "10";
}

.page-id-242 .arc_popular_list:nth-of-type(11):before {
content: "11";
}

.page-id-242 .arc_popular_list:nth-of-type(12):before {
content: "12";
}

.page-id-242 .arc_popular_list:nth-of-type(13):before {
content: "13";
}

.page-id-242 .arc_popular_list:nth-of-type(14):before {
content: "14";
}

.page-id-242 .arc_popular_list:nth-of-type(15):before {
content: "15";
}

.page-id-242 .arc_popular_list:nth-of-type(16):before {
content: "16";
}

.page-id-242 .arc_popular_list:nth-of-type(17):before {
content: "17";
}

.page-id-242 .arc_popular_list:nth-of-type(18):before {
content: "18";
}

.page-id-242 .arc_popular_list:nth-of-type(19):before {
content: "19";
}

.page-id-242 .arc_popular_list:nth-of-type(20):before {
content: "20";
}

.page-id-242 .arc_popular_list .photo {
float: left;
cursor: pointer;
}

.page-id-242 .arc_popular_list .photo:hover {
opacity: 0.6;
}

.page-id-242 .arc_popular_list .head {
margin: 0 0 10px 145px;
font-size: 1.21333333em;
}

.page-id-242 .arc_popular_list .date {
color: #808080;
}

.page-id-242 .arc_popular_list .title {
margin: 0 0 10px 145px;
font-size: 2em;
cursor: pointer;
}

.page-id-242 .arc_popular_list .title:hover {
text-decoration: underline;
}

.page-id-242 .arc_popular_list .comment {
margin: 0 0 10px 145px;
line-height: 1.766666;
color:#808080;
}

.page-id-242 .arc_popular_list .tags {
height: 18px;
margin: 0 0 0 145px;
overflow: hidden;
}

.page-id-242 .arc_popular_list .tags li {
float: left;
margin: 0 12px 20px 0;
}

.page-id-242 .arc_popular_list .tags li a,
.page-id-242 .arc_popular_list .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

/* 検索結果一覧 ===============================================*/
.search-results .result .sch_query {
display: block;
font-size: 2.5em;
font-weight: bold;
padding: 0 0 12px 60px;
margin: 0 0 10px; /*20160924修正*/
position: relative;
border-bottom: 2px dashed #3cb37a;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.search-results  .result .sch_query:before {
content: url(../img/ico_search.png);
position: absolute;
top: 0;
left: 0;
}

.search-results  .result .number {
position: absolute;
top: 45px;
right: 0;
font-size: 1.721666666em;
}

.search-results  .result + .description { /*20160924追加*/
margin: 0 0 40px;
}

.search-results .search_result {
margin: 0 0 40px;
}

.search-results .arc_search_list {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}

.search-results .arc_search_list:last-child {
padding: 0;
margin: 0;
border: none;
}

.search-results .arc_search_list .photo {
float: left;
cursor: pointer;
}

.search-results .arc_search_list .photo:hover {
opacity: 0.6;
}

.search-results .arc_search_list .head {
margin: 0 0 5px 145px;
font-size: 1.21333333em;
}

.search-results .arc_search_list .date {
color: #808080;
}

.search-results .arc_search_list .title {
margin: 0 0 5px 145px;
font-size: 2em;
cursor: pointer;
}

.search-results .arc_search_list .title:hover {
text-decoration: underline;
}

.search-results .arc_search_list .comment {
margin: 0 0 5px 145px;
line-height: 1.6;
color:#808080;
}

.search-results .arc_search_list .tags {
height: 18px;
margin: 0 0 0 145px;
overflow: hidden;
}

.search-results .arc_search_list .tags li {
float: left;
margin: 0 12px 20px 0;
}

.search-results .arc_search_list .tags li a,
.search-results .arc_search_list .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

/* シリーズ一覧ページ ===============================================*/
.page-id-23 .titlebox h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 10px;
position: relative;
border-bottom: 2px dashed #3cb37a;
}

.page-id-23 .titlebox h1:before {
content: url(../img/ico_series.png);
position: absolute;
top: 0;
left: 0;
}

.page-id-23 .description {
line-height: 1.5;
margin: 0 0 50px;
}

.page-id-23 .topboxs {
margin: 0 0 50px;
}

.page-id-23 .topboxs .titlebox {
background: rgba(206,235,221,.4) !important;
overflow: hidden !important;
margin: 0 0 20px !important;
}

.page-id-23 .topboxs .titlebox .photo {
width: 136px;
float: left;
}

.page-id-23 .topboxs .titlebox .photo img {
width: 136px;
height: 136px;
}

.page-id-23 .topboxs .titlebox .subtitle {
margin: 10px 0 10px 166px;
}

.page-id-23 .topboxs .titlebox .subtitle a {
font-size: 1em;
font-weight: bold;
color: #000;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.page-id-23 .topboxs .titlebox .maintitle {
margin: 0 0 5px 166px !important;

}

.page-id-23 .topboxs .titlebox .maintitle a {
font-weight: bold;
color: #000;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.page-id-23 .listbox {
padding: 0 0 5px;
margin: 0 0 5px;
border-bottom: 1px solid #e3e3e3;
}

.page-id-23 .topboxs .listbox:last-of-type {
margin: 0 0 20px;
}

.page-id-23 .listbox .head {
font-size: 1.216666em;
margin: 0 0 5px;
}

.page-id-23 .listbox .head .date {
color: #808080;
}

.page-id-23 .listbox .title {
font-size: 2.02em;
cursor: pointer;
}

.page-id-23 .listbox .title:hover {
text-decoration: underline;
}

.page-id-23 .topboxs .btn {
text-align: right;
margin: 0 0 20px;
cursor: pointer;
}

/* シリーズ毎の記事一覧ページ ===============================================*/
.page .topboxs {
margin: 0 0 50px;
}

.page .topboxs .titlebox {
background: #f2f2f2;
overflow: hidden;
padding: 17px 34px;
margin: 0 0 20px;
}

.page .topboxs .titlebox .photo {
width: 136px;
float: left;
}

.page .topboxs .titlebox .photo img {
width: 136px;
height: 136px;
}

.page .topboxs .titlebox .subtitle {
margin: 10px 0 10px 166px;
font-size: 1.41666666em;
font-weight: bold;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.page .topboxs .titlebox .maintitle {
margin: 0 0 10px 166px;
font-size: 2.25em;
font-weight: bold;
color: #000;
line-height: 1.322222;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.page .topboxs .titlebox .description {
line-height: 1.5;
margin: 0 0 0 166px;
}

.page .arc_search_list {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}

.page .arc_search_list:last-child {
padding: 0;
margin: 0;
border: none;
}

.page .arc_search_list .photo {
float: right;
cursor: pointer;
}

.page .arc_search_list .photo:hover {
opacity: 0.6;
}

.page .arc_search_list .head {
margin: 0 0 10px 0px;
font-size: 1.21333333em;
}

.page .arc_search_list .date {
color: #808080;
}

.page .arc_search_list .title {
margin: 0 0 10px 0px;
font-size: 2em;
cursor: pointer;
}

.page .arc_search_list .title:hover {
text-decoration: underline;
}

.page .arc_search_list .comment {
margin: 0 145px 10px 0px;
font-size: 1.1008333333em;
line-height: 1.766666;
color:#808080;
}

.page .arc_search_list .tags {
height: 18px;
margin: 0 0 0 0px;
overflow: hidden;
}

.page .arc_search_list .tags li {
float: left;
margin: 0 12px 20px 0;
}

.page .arc_search_list .tags li a,
.page .arc_search_list .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

.page .series-other {
margin: 0 0 50px;
}

.page .series-other h3 {
margin: 0 0 20px;
padding: 31px 0 15px 70px;
background: url(../img/bg_title_other.png) no-repeat left bottom;
font-size: 1.476666666em;
color: #000;
}

.page .series-other ul {
margin: 0 0 0 50px;
}

.page .series-other li {
margin: 0 0 10px;
font-size: 1.4766666666em;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.page .series-other li:before {
content: "●";
color: #3cb079;
margin: 0 5px 0 0;
}

.page .series-other li a {
color: #000;
}

.page .series-other li a:hover {
text-decoration: underline;
}

/* お問い合わせ入力ページ ===============================================*/
.page-id-250 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 50px;
position: relative;
border-bottom: 2px dashed #3cb37a;
}

.page-id-250 .breadcrumb_outer + h1:before {
content: url(../img/ico_contact.png);
position: absolute;
top: 0;
left: 0;
}

.page-id-250 .text {
font-size: 1.166666em;
line-height: 1.642857142;
margin: 0 0 40px;
}

.page-id-250 .text p:nth-of-type(1) {
margin: 0 0 40px;
}

.page-id-250 .text h3 {
font-size: 1.287514285em;
}

.page-id-250 .text p:nth-of-type(2),
.page-id-250 .text p:nth-of-type(3) {
margin: 0 0 20px;
}

.page-id-250 .text ul {
margin: 0 0 20px 3em;
}

.page-id-250 .text li {
list-style-type: disc;
margin: 0;
padding: 0;
line-height: 1;
}

.page-id-250 .text li {
list-style-type: disc;
margin: 0;
padding: 0;
line-height: 1;
}

.page-id-250 form {
margin: 0 0 20px;
}

.page-id-250 form dl {
margin: 0 0 50px;
}

.page-id-250 form dt {
position: relative;
font-size: 1.5em;
margin: 0 0 20px;
padding: 0 0 0 32px;
}

.page-id-250 form dt .hissu {
color: #f00;
}

.page-id-250 form dt:before {
content: url(../img/contact/icon1.png);
position: absolute;
top: -10px;
left: 0;
}

.page-id-250 form input[type="text"],
.page-id-250 form input[type="email"] {
width: 520px;
height: 40px;
border: 1px solid #e5e5e5;
margin: 0 0 40px;
font-size: 1.5em;
}

.page-id-250 form input[type="file"] {
margin: 0 0 40px;
font-size: 1.333333em;
}

.page-id-250 form textarea {
width: 757px;
height: 207px;
border: 1px solid #e5e5e5;
font-size: 1.5em;
}

.page-id-250 form dl + p {
text-align: center;
}

.page-id-250 form dl + p button {
border: none;
padding: 0;
cursor: pointer;
}

.page-id-250 form dl + p button:hover {
opacity: 0.6;
}

.page-id-250 .notes {
width: 626px;
margin: 0 auto 50px;
padding: 20px 0 20px 60px;
background: #e5e5e5;
font-size: 1.1666666em;
line-height: 1.642857142;
}

.page-id-250 .notes a {
color: #3cb079;
text-decoration: underline;
}

.page-id-250 .notes a:hover {
text-decoration: none;
}

/* お問い合わせ確認ページ ===============================================*/
.page-id-252 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 50px;
position: relative;
border-bottom: 2px dashed #3cb37a;
}

.page-id-252 .breadcrumb_outer + h1:before {
content: url(../img/ico_contact.png);
position: absolute;
top: 0;
left: 0;
}

.page-id-252 table {
width: 100%;
margin: 0 0 30px;
}

.page-id-252 th,
.page-id-252 td {
border: 1px solid #f2f2f2;
font-size: 1.5em;
padding: 16px;
}

.page-id-252 th {
width: 13em;
padding: 16px 16px 16px 40px;
font-weight: normal;
}

.page-id-252 .btn {
text-align: center;
margin: 0 0 50px;
}

.page-id-252 .btn button {
padding: 0;
border: none;
display: inline-block;
margin: 0 15px;
cursor: pointer;
}

.page-id-252 .btn button:hover {
opacity: 60%;
}

/* お問い合わせ完了ページ ===============================================*/
.page-id-254 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 50px;
position: relative;
border-bottom: 2px dashed #3cb37a;
}

.page-id-254 .breadcrumb_outer + h1:before {
content: url(../img/ico_contact.png);
position: absolute;
top: 0;
left: 0;
}

.page-id-254 .text {
font-size: 1.166666em;
line-height: 1.642857142;
margin: 0 0 20px;
}

.page-id-254 .text + .notes {
width: 760px;
margin: 0 0 20px;
}

.page-id-254 .text + .notes img {
width: 100%;
height: auto;
}

.page-id-254 .notes {
margin: 0 0 50px;
font-size: 1.166666em;
line-height: 1.642857142;
}

.page-id-254 .notes p {
margin: 0 0 20px;
}

.page-id-254 .notes ol {
margin: 0 0 20px;
}

.page-id-254 .notes ol + p {
font-size: 1.3125em;
line-height: 1.75;
margin: 0 0 40px;
color: #ea5550;
}

/* 404 ページ（指定されたページがない場合） ===============================================*/
.error404 .breadcrumb_outer + h1 {
display: block;
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 50px;
position: relative;
border-bottom: 2px dashed #3cb37a;
}

.error404 .breadcrumb_outer + h1:before {
content: url(../img/ico_sitemap.png);
position: absolute;
top: 0;
left: 0;
}

.error404 .maincol p,
.error404 .maincol p + ul {
font-size: 1.3333333em;
line-height: 1.706875;
}

.error404 .maincol p + ul {
margin: 0 0 20px 2em;
}

.error404 .maincol p + ul li {
list-style-type: disc;
}

.error404 .maincol .btn {
text-align: center;
margin: 0 0 50px;
}

/* 404ページ（検索結果が見当たらなかった場合） ===============================================*/
.search-no-results .breadcrumb_outer + h1 {
display: block;
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 50px;
position: relative;
border-bottom: 2px dashed #3cb37a;
}

.search-no-results .breadcrumb_outer + h1:before {
content: url(../img/ico_sitemap.png);
position: absolute;
top: 0;
left: 0;
}

.search-no-results .maincol p,
.search-no-results .maincol p + ul {
font-size: 1.3333333em;
line-height: 1.706875;
}

.search-no-results .maincol .text {
margin: 0 0 20px;
}

.search-no-results .maincol .schbox {
width: 310px;
margin: 40px 0;
position: relative;
}

.search-no-results .maincol .schbox form {
height: 37px;
}

.search-no-results .maincol .schbox input[type="text"] {
width: 216px;
height: 35px;
border: 1px solid #c9c9c9;
padding: 0 0 0 10px;
margin: 0;
font-size: 1.333333em;
}

.search-no-results .maincol .schbox input[type="text"]:hover {
background: #ECF7F1;
}

.search-no-results .maincol .schbox .input[type="text"]:-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

.search-no-results .maincol .schbox .input[type="text"]::-moz-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

.search-no-results .maincol .schbox .input[type="text"]:-ms-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

.search-no-results .maincol .schbox .input[type="text"]::-webkit-input-placeholder {
font-weight: bold;
padding: 0 0 0 20px;
color: #c9c9c9;
}

.search-no-results .maincol .schbox form input[type="submit"] {
color: transparent;
box-sizing: border-box;
width: 73px;
height: 37px;
border: 1px solid #c9c9c9;
padding: 0;
margin: 0 0 0 -5px;
background: #fff url(../img/icon_sch.png) no-repeat 50% 50%;
}

.search-no-results .btn {
text-align: center;
margin: 0 0 50px;
}

/* サイトマップ ===============================================*/
.page-id-293 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 50px;
position: relative;
border-bottom: 2px dashed #3cb37a;
}

.page-id-293 .breadcrumb_outer + h1:before {
content: url(../img/ico_sitemap.png);
position: absolute;
top: 0;
left: 0;
}

.page-id-293 dl {
margin: 0 0 50px;
overflow: hidden;
}

.page-id-293 dt {
float: left;
clear: left;
width: 11em;
margin: 0 0 20px;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.page-id-293 dt:before {
content: "■";
color: #3cb079;
display: inline-block;
margin: 0 10px 0 0;
}

.page-id-293 dt a {
text-decoration: underline;
color: #504946;
}

.page-id-293 dt a:hover {
text-decoration: none;
}

.page-id-293 dd {
float: left;
margin: 0 0 20px;
}


/* Twitter用（田村記入） ===============================================*/
#main .twitter-tweet{
	margin: 0 auto;
}


/* YouTube用（田村記入） ===============================================*/
#main iframe {
    display: block;
    margin: 0px auto;
}

/* 広告位置調整用（田村記入） ===============================================*/
.sq-ad-1, .sq-ad-2{
	margin-top: -30px;
	margin-bottom: 30px;
}
.sq-ad-3{
	margin-bottom: 30px;
}
.amazonjs_item .amazonjs_info h4{
    font-size: 1.2em;
    margin-bottom: 0;
}

/* Instagram用（田村記入） ===============================================*/
#main iframe.instagram-media{
	max-width: 500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* URL改行（松本） ===============================================*/
#main p{
	word-wrap: break-word;
}

/* amzon文字（松本） ===============================================*/
.single .mainbody .amazon {
    font-size: 1.5em !important;
    line-height: 1.8;
    margin: 0 0 30px;
}
.single .mainbody .amazon a {
    color: #504946;
    text-decoration: underline;
}


/* 引用（田村） ===============================================*/
blockquote.bq1 {
 position: relative;
 margin: 2em 0;
 padding: 2.5em;
 padding-top: 5em;
 font-size: .9em;
 text-align: left;
 border-radius: 6px;
 background: #EEE;
}

blockquote.bq1:before,
blockquote.bq1:after{
 position: absolute;
 font-size: 6em;
 opacity: .1;
 font-family:'お好きなフォント';
 }

blockquote.bq1:before{
 top: 0.3em;
 left: 0.3em;
 content: '“';
}

blockquote.bq1:after{
 bottom: -0.3em;
 right: 0.3em;
 content: '”';
}








/*コメント用CSS------------------------------*/
.form-submit {
	width: 221px;
	height: 66px;
	margin-left: auto
}
.comment-form {
	margin: 0 0 40px 0;
}
.comment-form input[type="submit"] {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #3cb07a;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-size:18px;
    width: 100%;
    height: 100%;
}
.comment-form input[type="submit"]:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.comment-reply-title {
	font-size: 27px;
	color: #50666b;
	margin: -30px 0 30px;
}
.comment-reply-title:before {
	content: "\025b6" ;
}

.comment-reply-title .emoji {
	display: none !important;
}

.comment-form input[type="text"] {
	font-size:21px !important;
	font-family: Arial !important;
	border: 2px solid #cbcbcb;
	/* -moz-border-radius: 5px; */
	-webkit-border-radius: 5px;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px;
}

.comment-form textarea {
	font-size:21px !important;
	font-family: Arial !important;
	border: 2px solid #cbcbcb;
	/* -moz-border-radius: 5px; */
	-webkit-border-radius: 5px;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px;
}

.comment-lists-wrap {
}

.comment-lists-wrap ol {
    list-style-position: inside;
}

.comment-lists-wrap ol li{
    overflow: hidden;
}

.comment-lists-wrap ol li.even{　/* コメントグループの区切り */
     border-bottom: 1px solid #F9003C;
}

.comment-lists-wrap ol .comment {
}
.comment-lists-wrap ol .children { /* 返信コメントの部分 */
     margin-left: 10%;
}

.reply{/* 返信ボタン */
     background-color:#E5E5E5;
     line-height: 20px;
     width: 50px;
     font-size: 10px;
     text-align: center;
     border: 1px solid #626262;
     float: right;
     margin-bottom: 2%;
}

.reply a {
     color:#626262;
     display: block;
}

.comment-author{/* アバター */
     float: left;
     overflow: hidden;
}

.comment-author img{
     display: block;
     float: left;
}

span.says{/* コメント投稿者の「より」を非表示 */
     display: none;
}

.comment-body{
     clear: both;
     margin-top: 0px;
     overflow: hidden;    
     padding: 20px;
}

.navigation {
	overflow: hidden;
	font-size: 16px;
}

.commentlist p {
    margin-bottom: 15px;
}

.commentlist li:first-child {
	 border: solid 1px gray;
}

.commentlist li:not(:first-child) {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}


.form-comment{
	width: 68%;
	float: left;
    font-size: 1.2em;
    line-height: 1.5;
    color: #040706;    
}

.comment-body p{/* 文章部分 */
     /*overflow: hidden;
     border:1px dashed #F9003C;*/
     padding: 20px 0 0;
     /*margin: 0 0 2% 0!important;*/
     clear: both;
    font-size: 16px;
    line-height: 1.5;
    color: #50666b;     
}

.fn {/* コメント投稿者の名前の部分（デフォルトではイタリックになってる部分） */
    display: block;
    font-style: normal;
    /*clear: both;*/
    float: right;
    font-size: 18px;
    color: #3cb07a;
	line-height: 32px;
	margin: 0 30px 0 10px;
	width: 380px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


.comment-meta{/* コメント投稿日 */
    font-size: 16px;
    line-height: 32px;
    color: #3759c1;
    text-align: right;
}

.comment-meta a{
     color: #000;
}

/*
.avatar {
	width: 100px;
	height: 100px;
}
*/



.related_news {
	margin: 50px 0 30px 0;
}

.related_news p.btn {
	clear: left;
	text-align: center;
	margin-top: 30px;
}

 
/* Font Awesome hatena bookmark */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
/* Font Awesome line bookmark */
.fa-line:before {
    content: "LINE";
    font-family: Verdana;
    /*font-weight: bold*/
}

/*コメントを書くの背景色*/
.comment-bg {
    width:450px;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
	padding: 15px;
    /*padding:8px 0 10px;*/
    color:#fff;
    background-color:#33a367;
    border-radius:5px;
    margin: auto;
}


/*コメント一覧 single*/
#main .comment_list p.head {
padding-top: 5px;
}

#main .comment_list p.comment {
	margin-bottom: -10px;
}


/*コメント一覧 サイドバー*/
aside .comment_side {
padding-bottom: 30px;
margin-top: 30px;
}

aside .comment_side .arc_comment {
margin: 0 0 18px;
padding: 0 0 18px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
cursor: pointer;
}

aside .comment_side .comment {
font-size: 1.25666666em;
line-height: 1.3362;
margin: 0 0 8px 0;
}

aside .comment_side .title {
color: #33A367;
margin: 0 0 8px 0;
}

/*いいね*/
aside .comment_side .wpulike-default {
margin-left: 200px;
}

.wpulike {
margin-left: 630px;
}

.comment_list .wpulike {
margin-left: 800px;
}

.comment_list .arc_news_list {
padding: 0 0 20px;
margin: 0 0 20px -145px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}

.comment_list .arc_news_list:last-child {
padding: 0;
margin: 0 0 0 -145px;
border: none;
}

.comment_list .arc_news_list .photo {
float: left;
cursor: pointer;
}

.comment_list .arc_news_list .photo:hover {
opacity: 0.6;
}

.comment_list .arc_news_list .head {
margin: 0 0 10px 145px;
font-size: 1.21333333em;
}

.comment_list .arc_news_list .date {
color: #808080;
}

.comment_list .arc_news_list .title {
margin: 0 0 10px 145px;
font-size: 2em;
cursor: pointer;
}

.comment_list .arc_news_list .title:hover {
text-decoration: underline;
}

.comment_list .arc_news_list .comment {
margin: 0 0 10px 145px;
font-size: 1.1008333333em;
line-height: 1.766666;
color:#33A367;
cursor: pointer;
}

.comment_list article .title {
	line-height: 1.3em;
}


/* 最近のコメント一覧 ===============================================*/
.page-id-10832 .breadcrumb_outer + h1 {
font-size: 2.5em;
padding: 0 0 12px 60px;
margin: 0 0 10px;
position: relative;
border-bottom: 2px dashed #3cb37a;

}

.page-id-10832 .breadcrumb_outer + h1:before {
content: url(../img/ico_all.png);
position: absolute;
top: -5px;
left: 0;
}

.page-id-10832 .number {
position: absolute;
top: 45px;
right: 0;
font-size: 1.721666666em;
}

.page-id-10832 .description {
line-height: 1.5;
margin: 0 0 50px;
}


.page-id-10832 .arc_news_list {
padding: 0 0 10px;
margin: 0 0 10px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}

.page-id-10832 .arc_news_list:last-child {
padding: 0;
margin: 0;
border: none;
}

.page-id-10832 .arc_news_list .photo {
float: left;
cursor: pointer;
}

.page-id-10832 .arc_news_list .photo:hover {
opacity: 0.6;
}

.page-id-10832 .arc_news_list .head {
margin: 0 0 10px 10px;
font-size: 1.21333333em;
padding-top: 5px;
}

.page-id-10832 .arc_news_list .date {
color: #808080;
}

.page-id-10832 .arc_news_list .title {
margin: 0 0 0px 10px;
font-size: 2em;
cursor: pointer;
line-height: 1.3em;
}

.page-id-10832 .arc_news_list .title:hover {
text-decoration: underline;
}

.page-id-10832 .arc_news_list .comment {
margin: 5px 0 10px 10px;
font-size: 1.1008333333em;
line-height: 1.766666;
color:#3cb079;
}

.page-id-10832 .arc_news_list .tags {
height: 18px;
margin: 0 0 0 145px;
overflow: hidden;
}

.page-id-10832 .arc_news_list .tags li {
float: left;
margin: 0 12px 20px 0;
}

.page-id-10832 .arc_news_list .tags li a,
.page-id-10832 .arc_news_list .tags li .pr {
display: inline-block;
color: #fff;
font-size: 0.94916666em;
line-height: 18px;
padding: 0 7px;
background: #b0b0b0;
border-radius: 5px;
}

.page-id-10832 .arc_news_list .wpulike {
    margin-left: 660px;
}

footer .abj_block {
font-size: 0.83333333em;
line-height: 1.3em;
margin-top: -10px;
}

/*目次*/
.index_wrap {
	font-size: 1.5em; 
	line-height: 1.8; 
	margin: 0 0 30px; 
}
.index_wrap a {		
	text-decoration: underline;
	color: #F09500;
}

a.h2anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

.index_wrap li {
	list-style: none;
	position: relative;
}

.index_wrap li::after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: -1em;
	width: 3px;
	height: 3px;
	background-color: #F09500;
	border-radius: 100%;
}



/*AmazonJs===============================================*/
/* .amazonjs_item .amazonjs_info h4{
    font-size: 1.2em;
    margin-bottom: 0;
} */
.amazonjs_item .amazonjs_info .sgwu1_ajs_title {
    font-size: 1.2em !important;
    margin-bottom: 0 !important;
    line-height: 1.5;
    font-weight: bold;
}
.amazonjs_item a {
    color: #e47911 !important;
    text-decoration: none !important;
}



