@charset "utf-8";



/* -----------------------------------------------

	下層メインコンテンツ （共通 レイアウト）

----------------------------------------------- */
.lower-contents .post p {
	margin-bottom: 60px;
}

.blog_box a,
.page .lower-contents .post a {
	color: #4773ba;
	text-decoration: underline;
}

.blog_box a:hover,
.page .lower-contents .post a:hover {
	color: #4773ba;
	text-decoration: none;
}

.lower-contents table td {
	vertical-align: middle;
}


/* SP */
@media only screen
    and (max-width: 667px) {

.lower-contents {
	margin-top: 2.0em;
}

.lower-contents img {
	width: auto;
	max-width: auto;
	float: none !important;
}

.lower-contents table {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 1.0em;
}

.lower-contents iframe,
.lower-contents p iframe
 {
	width: 100% !important;
	max-width: 100% !important;
}
} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {
.page .lower-contents table,
.single .lower-contents table {
	width: 100% !important;
}

.page .lower-contents td,
.single .lower-contents td {
	width: auto !important;
}


.page-template-blog .post iframe,
.single .post p iframe
 {
	max-width: 740px !important;
}

.check-list-3 .img-bloc img {
	max-width: 178px !important;
}
}/* PC ここまで */



/* -----------------------------------------------

	（お問い合わせ）

----------------------------------------------- */
#contact{
	background: #f0f0f0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 10px;
    border: 1px solid #e3e3e3;
}

#contact .post {
	margin:0;
}

.wpcf7 {
	margin-bottom: 1.0em;
}

.wpcf7 img {
	width: auto !important;
}

.wpcf7 table,th,tr,td {
	border-collapse: collapse;
}

.wpcf7 table {
	width: 100%;
	margin-bottom: 20px;
}

.wpcf7 th,tr,td {
	padding: 10px 15px;
}

.wpcf7 th,
.wpcf7 td {
	vertical-align: top;
	font-weight:normal;
	text-align: left;
	border:none !important;
}

.wpcf7 p {
	margin: 0;
}

.wpcf7 .check {
	color: #ff0000;
}

.wpcf7 table,th,tr,td {
	font-size: 16px;	font-size: 1.6rem;
}
.wpcf7 input[ type="text"],
.wpcf7 input[ type="tel"],
.wpcf7 input[ type="email"]{
	height:40px;
	width: 90%;
}

.wpcf7 textarea{
	width: 90%;
}


/*送信ボタン*/
.submit-area {
	text-align: center;
}

.wpcf7-submit {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 1.0em 2.0em;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background-color: #ededed;
	color: #333;
	line-height: 1.0;
	font-weight: bold;
	font-size: 2.0rem;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background-color: #ccc;
	cursor: pointer;
}


/* SP */
@media only screen
    and (max-width: 667px) {
.wpcf7 th,
.wpcf7 td {
	display: block;
}

/*名前、メール、題名*/
.wpcf7-form input {
	width: 100% !important;
} 

/*本文*/
.wpcf7-form textarea { 
	width: 100% !important;
} 

/*送信ボタン*/
.wpcf7-submit {
	margin-bottom: 1.0em;
}
} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {
/*送信ボタン*/
.wpcf7-submit {
	margin-bottom: 50px;
}
}/* PC ここまで */



/* -----------------------------------------------

	下層メインコンテンツ （ブログ）

----------------------------------------------- */
.tabrow {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 0 0 40px;
	list-style: none;
	line-height: 24px;
}

.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #aaa;
    z-index: 1;
}

.tabrow:before {
    z-index: 1;
}

.tabrow li {
	position: relative;
  z-index: 0;
	display: inline-block;
	width: 150px;
	height: 35px;
	margin: 0;
	padding: 15px 10px 0;
	border: 1px solid #aaa;
	text-align:center;
  background: #ececec;
	border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.tabrow li:first-child {
	margin-right: 8px;
}

.tabrow li a {
	font-size: 1.6rem;
	font-weight: bold;
}

.tabrow li.selected {
	z-index: 2;
  border-bottom-color: #f7f7f7;
  background: #f7f7f7;
  color: #000;
}

.post .contents {
	margin-bottom: 40px;
}

.post .contents p a:link,
.post .contents p a:visited {
	color: #666;
	text-decoration: underline;
}

.post .contents p a:hover,
.post .contents p a:active {
	color: #999;
	text-decoration: none;
}

.left-content-main .post_title,
.right-content-main .post_title {
	margin: 0;
	padding: 10px 20px;
	border: none;
	background: none;
	line-height: 2.0;
	color: #7b7b7b;
	font-weight: bold;
	font-size: 25px;
	text-align: center;  
}

.post h4 a:link,
.post h4 a:visited,
.post h4 a:hover,
.post h4 a:active {
	color: #9c6b2e;
	text-decoration: none;
}

.post .time {
	text-align: center;
}

.post .time table,
.post .time tr,
.post .time td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.post .time table {
	width: 100%;
	margin: 0 0 1.0em;
	border: 1px solid #dedede;
	border-collapse: collapse;
	border-spacing: 0;
}

.post .time td {
	padding: .8em 0;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
}

.post .time td:first-child {
	font-weight: bold;
}

.end-sns{
	margin: 1.0em 0 2.0em;
}

/*----------------------------------

	サイトマップ

------------------------------------*/
#site-map-pages,
#site-map-pages ul{
	margin:20px auto !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
}

#site-map-pages li{
	border-bottom:1px solid #ccc;
	padding:7px;
}
#site-map-pages ul li{
	border-bottom:none;
	padding:5px 20px 5px;
}

#site-map-categorys,
#site-map-categorys ul{
	margin:20px auto !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
	padding-left:30px !important;
	margin: 10px 0 !important;
}
#site-map-categorys li{
	list-style:disc;
	border:none !important;
	margin:0 !important;
	padding: 2px !important;
}

/* SP */
@media only screen
    and (max-width: 667px) {

.tabrow {
	padding-top: 3.125%;
	padding-left: 5px;
}

.tabrow li {
    padding: 10px 10px 0;
    border: 1px solid #AAA;
    height:45px;
    width:130px;
}

.left-content-main .post_title,
.right-content-main .post_title {
	padding: 15px 20px;
	line-height: 1.9;
	font-size: 18px;
}

.post .time td {
	display: block;
	width: 100%;
}

.post .time td:first-child {
	border-bottom: 1px solid #dedede;
}


/* ページ送り post_nav_inner */
.post_nav_inner .next_post img,
.post_nav_inner .prev_post img {
	max-width: 60px !important;
	max-height: 50px !important;
}

.post_nav_inner a,
.post_nav_inner p {
	font-size: 11px; font-size: 1.1rem;
}

.post_nav_inner .txtNav {
	font-size: 1.0px; font-size: 1.0rem;
}

} /* SP ここまで */


/* PC */
@media only screen
    and (min-width: 668px) {
.pages {
	width: 640px;
	margin: 0 auto 50px;
}

.pages #back {
	float: left;
}

.pages #next {
	float: right;
}


/* post */

.entry-block {
	margin-bottom: 50px;
}

.blog .post {
	padding: 20px 20px;
	margin-bottom: 20px;
	background: #fff;
}

.blog p.date {
	color: #333;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
}

.blog_box .date {
	padding: 0 0 15px;
}

.blog .post ul,
.blog .post ol {
	font-size: 14px;
	margin-bottom: 30px;
	overflow: hidden;
	margin-left: 30px;
}

.blog .post ul li,
.blog .post ol li {
	list-style-type: inherit;
	list-style-position: inside;
}

.blog blockquote {
	background-color: #d3d3d3;
	padding: 20px;
	margin-bottom: 20px;
}

.post .time td:first-child {
	border-right: 1px solid #dedede;
}


/* blog 最新5件 */
.news h2 {
	border: none;
	padding: 7px 10px 3px 12px;
}

.news .blogStyle {
	padding-left: 12px;
	margin-left: 3px;
	margin-right: 3px;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
}/* PC ここまで */