@charset "UTF-8";

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

	Theme Name: New
    Theme URI: 
	Author: A-OK Systems Co., Ltd.
    Description: This is new template theme.

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


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body { margin:0; padding:0;}
@font-face {
   font-family: minmoji;
   src: url('https://minmoji.ucda.jp/fontseot/https%3A__sawamura.aok-systems.jp_');
   src: local('minmoji'),
       url('https://minmoji.ucda.jp/fontswoff/https%3A__sawamura.aok-systems.jp_') format('woff'),
       url('https://minmoji.ucda.jp/fonts/https%3A__sawamura.aok-systems.jp_') format('opentype');
}

body {
   font-family: minmoji;
}
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:2.0em;
	font-family:minmoji;
	text-align:left;
}
h1 {
    	font-size: 2.0em;
	}

/*compへ移動************************/
/*
    #main_p h1 {
    font-size: 1.3em;
}
h3 {
    font-size: 110%;
    color: #333;
    text-align: left;
    clear: both;
    margin: 10px 0;
        margin-top: 10px;
        margin-bottom: 10px;
    padding: 2px 10px;
    border-top: 1px solid #CCC;
    border-bottom: 2px solid #999;
    border-left: 5px solid #0C6;
    border-top: 1px solid #CCC;
    border-bottom: 2px solid #999;
    border-left: 5px solid #0C6;
    padding: 4px 10px;
    margin: 10px 15px 15px;
}

h4 {
    font-size: 105%;
    color: #003366;
    margin: 10px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
    font-weight: normal;
    background-color: #F4F9FF;
    border-top: 1px dotted #99CCCC;
    border-right: none;
    border-bottom: 1px dotted #99CCCC;
    border-left: 5px solid #003366;
}

h5 {
    font-size: 105%;
    font-weight: bold;
    color: #006;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 30px;
    margin-left: 30px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
*/
#main_p h1, .setumei h1, #tinymce h1, main_p　post-inner h1{
    border-top: 1px solid #ccffdc;
    border-bottom: 1px solid #66FF99;
    color: #333;
    background-color: #effffa;
    margin: 0 0 15px;
    padding: 4px 10px;
    visibility: visible;
    display: block;
}
#main_p h2, #main_p h3, #main_p h4, #main_p h5, .setumei h2, .setumei h3, .setumei h4, .setumei h5, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5 {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
ol, ul { 
    list-style:none; 
}
*/

blockquote:before, 
blockquote:after { content:""; }

input,
textarea { 
	-webkit-font-smoothing: antialiased; 
}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
a:link {
    color: #006699 !important;
    text-decoration: underline;
    outline: none;
}
/**1015土屋追加問い合わせフォーム*********************/

div.contact div.item {
    border-bottom: 1px dashed #85afc0;
    margin-bottom: 15px;
    width: 100%;
    padding-top: 15px;
}

.wpcf7-form-control-wrap {
    position: relative;
}	
.wpcf7-form-control {
	max-width:100%
}
div.contact input[type="text"], div.contact input[type="email"], div.contact select {
    font-size: 100%;
    padding: 2px;
/*     margin-top:100px; */
}
.form-width { 
    max-width: 100%;
}
.form-width2 { 
    max-width: 80px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.clearFix {
    display: inline-table;
}
.clearFix::after {
    content: ".";
    #: ;
}
.clearFix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* {
    margin: 0;
    padding: 0;
/*     color: #333333; */
    background: transparent;
}
div.contact {
    line-height: 120%;
}
.post-content textarea {
    height: 180px;
    line-height: 140%;
    margin-top: 100px;
}
div.contact div.title {
    min-width: 180px;
}
div.contact div.title, div.contact div.content {
    vertical-align: middle;
    /*padding: 0.2em 20px;*/
}
.floatLeft {
    float: left;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	color: #111;
	background: #fafafa;
	font-family: 'minmoji', serif;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #0b3798;
	text-decoration: none;
}

body a:hover {
	color: #CA2017;
	text-decoration: none;
}

* { 
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

img {
	height: auto;
	max-width: 100%;
}
.img {
    text-align: center;
}
.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #1d1d1d;
	color: #FFF;
}

::-webkit-input-placeholder { color: #666; }
:-ms-input-placeholder { color: #666; }


/* Transitions --------------------------------------- */


body a,
.post-tags a,
.post-tags a:before,
.tagcloud a,
.tagcloud a:before {
	 transition: all 0.1s ease-in-out;
}

.main-menu a,
.main-menu li::after,
.blog-title a,
.content form input,
.content form textarea,
.sticky-post,
.search-submit,
.more-link,
#infinite-handle span,
.main-menu > .menu-item-has-children a,
.main-menu > .menu-item-has-children > a::after {
	 transition: all 0.2s ease-in-out;
}

.nav-toggle .bar {
	 transition: all 0.3s ease-in-out;
}


/* Screen Reader Text --------------------------------------- */


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	font-weight: bold;
/*
	position: absolute !important;*/
	height: 1px;
	width: 1px;

	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/*	2. Structure
/* -------------------------------------------------------------------------------- */


.section { 
	/*padding: 60px 0; */
	display: block;
}

.big-padding { padding: 80px 0; }
.medium-padding { padding: 40px 0; }
.small-padding { padding: 20px 0; }
.no-padding { padding: 0; }

.bg-white { background: #FFF; }
.bg-light { background-color: #fafafa; }
.bg-red { background-color: #ca2017; }
.bg-graphite { background-color: #222; }
.bg-dark { background-color: #111; }

.bg-image { 
    background-size: 100%; 
    background-size: cover; 
    background-position: center;
}

.section-inner {
	display: block;
/* 	width: 1140px; */
	max-width: 90%;
	margin: 0 auto;
	z-index: 2;
}

.section-inner.light { width: 900px; }
.section-inner.thin { width: 700px; }

.wrapper-inner { position: relative; }

#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: auto;
/* 	width: 1140px; */
	width: 100%;
}
/* gridiriffic */


.one-fourth { width: 22%; margin-left: 4%; float: left; }
.one-third { width: 30%; margin-left: 5%; float: left; }
.one-half { width: 47.5%; margin-left: 5%; float: left; }
.two-thirds { width: 65%; margin-left: 5%; float: left; }

.one-fourth:first-child,
.one-third:first-child,
.one-half:first-child,
.two-thirds:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */


.header { 
	padding: 35px 0; 
}

.header .section-inner { 
	text-align: center;
}


/* Blog title --------------------------------------- */


.blog-title {
	display: block;
     font-family: "minmoji", serif; 
	font-size: 2.25em;
	line-height: 110%;
/* 	font-weight: 700; */
	text-align: center;
	text-rendering: optimizeLegibility;
}

.blog-title a { 
    color: #111; 
    text-decoration: none !important;
    }
.blog-title a:hover { color: #CA2017; }
/*0111土屋修正****/
.blog-tagline {
    margin-top: 15px;
    font-size: 1.1em;
    line-height: 140%;
/*
    text-align: center;
    font-style: italic;*/
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background-color: white;
}


/* Blog logo --------------------------------------- */


.blog-logo { 
	display: inline-block; 
}

.blog-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* Header image --------------------------------------- */


.header-image { max-height: 350px; }

.has-featured-image .header-image { max-height: none; }

.header-image img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
	visibility: hidden;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */

/*
.mobile-search .search-field {
    display: block;
    width: 100%;
    padding: 20px 84px 20px 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 0.9rem;
}
input[type="search"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}
input, textarea {
    -webkit-font-smoothing: antialiased;
}
*/



.toggles,
.mobile-search,
.mobile-menu { display: none; } 

.navigation { border-top: 1px solid #ddd; }

.main-menu { 
	text-align: center;
	display: block;
	/*font-size: 0.9em;*/
}


.main-menu > li + li { 
    margin-left: 10px; 
}

/********メニューのやじるし*************/
.main-menu a:after{
	    /*①*/
	    content:"";
	    display:block;
	    /*②*/
	    width:8px;
	    height:8px;
	    border-top: #666 2px solid;
	    border-right: #666 2px solid;
	    /*③*/
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
.main-menu a{
	    /*省略*/
	    /*④*/
	    position:relative;
	}
.main-menu a:after{
	    /*省略*/
	    /*⑤*/
	    position:absolute;
	    left: -20px;
	    /*⑥*/
	    top:0;
	    bottom:0;
	    margin:auto;
}




.main-menu ul a:link{
    display: block;
    padding: 15px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #000!important;
}
.main-menu ul a:hover{
    display: block;
    padding: 15px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff!important;
    background-color:#000;
}

/*****小メニューのやじるし******/

.main-menu ul a::after {

    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;

}
.main-menu ul a::after {

    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #666 2px solid;
    border-right: #666 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

/*****小メニューのやじるし******/


/**0118土屋padding修正*********/
.main-menu li a {
	display: inline-block;
	padding: 18px 0;
	color: #111 !important;
	position: relative;
	border-radius: 6px;
	text-decoration: none!important;
	background-color:#eee;
}


/*
.main-menu li a:hover{
    display: inline-block;
    padding: 18px 0;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff!important;
    border-radius: 6px;
    background-color: #c4c3c3; 
}
*/




.main-menu > .menu-item-has-children > a { padding-right: 18px; position: relative; }

.main-menu > .menu-item-has-children > a::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #ca2017;
	position: absolute;
	z-index: 1001;
	right: 0;
	top: 50%;
	margin-top: -2px;
}

.main-menu li:hover > a { cursor: pointer; color: #ca2017; }




/***************メインメニュー新0514*****************************************/

.main-menu li:hover > a { cursor: pointer; color: #ca2017; }

.main-menu {
    padding: 12px 0 12px 8px;
    font-size: 1.5em;
    }
.main-menu li {
    display: inline-block;
    position: relative;
    width: 22%;
    border: solid 1px #cecece;
    border-radius: 6px;
    height:auto;
}
.main-menu > li + li { 
    margin-left: 4px; 
}

.main-menu li a:after{
	    /*①*/
	    content:"";
	    display:block;
	    /*②*/
	    width:5px;
	    height:5px;
	    border-top: #666 2px solid;
	    border-right: #666 2px solid;
	    /*③*/
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
.main-menu li a{
	    /*省略*/
	    /*④*/
	    position:relative;
	}
.main-menu li a {

    display: block;
    padding: 15px 0 15px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #eee;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
    height: auto;
    border-radius: 6px;
    padding-left:0 15px;

}
.main-menu li a:hover {
    display: block;
    padding: 15px 0 15px 8px;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    background: #cecccc;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
}

.main-menu li a:after{
	    /*省略*/
	    /*⑤*/
	    position:absolute;
	    left: 2px;
	    /*⑥*/
	    top:0;
	    bottom:0;
	    margin:auto;
}
.main-menu ul li a:link{
    display: block;
    font-size: 0.7em;
    padding: 12px 15px 12px 15px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
/*     color: #2e2e2e!important; */ 
/*     background: #000000; */

}
.main-menu ul li a:hover {
    display: block;
    padding: 12px 15px 12px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000000;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;

}

.main-menu ul li { 	
	width: 240px; 
/* 	background: #222; */
	text-align: center;
}
.main-menu > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
/*     border-bottom-color: #222; */
}

/**********メインメニューここまで0514*************************/
/*******************************************************************/





/* Sub menus プルダウンの子供メニュー--------------------------------------- */


.main-menu ul {
	position: absolute;
	z-index: 10000;
	display: block;
	left: -9999px;
	top: 54px;
	opacity: 0;
	z-index: 999;
	padding-top: 16px;
	transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.main-menu > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom-color: #222;
}

.main-menu ul .menu-item-has-children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
 	right: 40px; 
	top: 50%;
	margin-top: -6px;
}

.main-menu ul .menu-item-has-children:hover::after { 
	border-left-color: #222; 
 	right: 12px; 
}

.main-menu ul li { 	
	width: 240px; 
	background: #222;
	text-align: center;
}

.main-menu ul a {
	display: block;
	padding: 15px;
	line-height: 130%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
}

.main-menu ul a:hover { color: #ca2017; }

.main-menu ul > li:last-child > a { border-bottom-width: 0; }

.main-menu > li:hover > ul {
	opacity: 1;
	left: 50%;
	margin-left: -120px;
	top: 37px;
}


/* Deep down --------------------------------------- */


.main-menu ul ul { 
	padding-top: 0;
	top: 10px;
}

.main-menu ul ul li { background: #333; }
.main-menu ul ul .menu-item-has-children:hover::after { border-left-color: #333; }
.main-menu ul ul ul li { background: #444; }
.main-menu ul ul ul .menu-item-has-children:hover::after { border-left-color: #444; }
.main-menu ul ul ul ul li { background: #555; }
.main-menu ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #555; }
.main-menu ul ul ul ul ul li { background: #666; }
.main-menu ul ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #666; }

.main-menu li > ul > li:hover > ul {
	opacity: 1;
	top: 0;
	left: 240px;
	margin-left: 0;
}


/* -------------------------------------------------------------------------------- */
/*	5. Blog
/* -------------------------------------------------------------------------------- */


.content {
    width: 68.7%;
    float: right;
/*     margin-top: -120px; */
    margin-left: 20px;
}
.post {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
}

.post + .post,
.infinite-wrap .post:first-child { margin-top: 60px; }


/* Sticky Post --------------------------------------- */


.sticky-post {
	display: block;	
	height: 40px;
	width: 30px;
	background: #ca2017;
	text-align: center;
	color: #fff;	
	position: absolute;
	top: -1px;
	right: 3.75%;
}

.sticky-post .genericon {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -8px;
}

.sticky-post:after {
	content: "";
	border: 15px solid transparent;
	border-top: none;
	border-bottom-width: 8px;
	border-left-color: #ca2017;
	border-right-color: #ca2017;
	position: absolute;
	bottom: -8px;
	right: 0;
	-webkit-transform: scale(1.0001);
	-moz-transform: scale(1.0001);
}

.sticky-post:hover { 
	height: 43px; 
	color: #fff;
}


/* Post Image --------------------------------------- */


.post-image,
.post-image img {
	display: block;
}


/* Post Inner --------------------------------------- */

/*0110土屋変更********/
.post-inner {
	width: 629px;
	max-width: 85%;
	padding: 30px 0;
	margin: 0 auto;
}


/* Post Header --------------------------------------- */


.post-header + .post-content { margin-top: 50px; }
/*0110土屋変更********/
.post-title {
	font-family: 'Playfair Display', Georgia, 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.0em;
	line-height: 130%;
	font-weight: 400;
	color: #111;
}

.post-title a { color: #111; }
.post-title a:hover { 
	color: #111;
	text-decoration: underline; 
}

/* Post Meta */

.post-meta {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.post-meta p { 
	display: inline-block;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 200%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.post-meta p + p:before {
	content: "/";
	margin: 0 15px 0 11px;
	color: #ccc;
}

.post-meta a { 
	color: #ca2017; 
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
}

.post-meta a:hover { border-bottom-color: #ca2017; }


/* -------------------------------------------------------------------------------- */
/*	6. Single Post
/* -------------------------------------------------------------------------------- */


/* Post Links -------------------------------------------- */


.post-content p.page-links { 
	display: inline-block;
	margin-bottom: 15px;
	background: #eee;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.page-links a,
.page-links > span {
	display: inline-block;
	padding: 10px;
}

.page-links a:first-child,
.page-links span:first-child {
	margin-left: 0;
}

.post-content .page-links a:hover { 
	background: #ca2017;
	color: #fff;
	text-decoration: none;
}

.page-links > span:nth-of-type(2) { 
	background: #ccc;
	color: #111;
}


/* Post Tags --------------------------------------------- */


.post-tags { margin-top: 60px; }

.post-tags,
.tagcloud {
	line-height: 1;
}

.post-tags a,
.tagcloud a { 
	display: inline-block; 
	padding: 5px 6px 6px 3px;
	margin: 0 3px 8px 11px;
	background: #ddd;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.7rem !important;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	position: relative;
}

.post-tags a { margin-right: 8px; }

.footer .tagcloud a { background: #eee; }
.footer .tagcloud a:before { border-right-color: #eee; }

.post-tags a:before,
.tagcloud a:before {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-left-width: 0;
	border-right-color: #ddd;
	position: absolute;
	top: 0;
	left: -11px;
}

.post-tags a:hover,
.tagcloud a:hover { 
	background: #ca2017; 
	color: #fff;
}

.post-tags a:hover:before,
.tagcloud a:hover:before { 
	border-right-color: #ca2017; 
}


/* Post Navigation --------------------------------------- */


.post-navigation {
	border-top: 1px solid #ddd;
	position: relative;
}

.post-navigation-inner {
	width: 629px;
	max-width: 85%;
	padding: 30px 0;
	margin: 0 auto;
}

.post-navigation:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 50%;
}

.post-nav-prev,
.post-nav-next {
	display: block;
	float: left;
	width: 47.5%;
}

.post-navigation p {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 8px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.post-navigation h4 {
	display: block;
	font-size: 1em;
	line-height: 130%;
	font-weight: 700;
}

.post-navigation h4 a { color: #111; }
.post-navigation h4 a:hover { color: #ca2017; }

.post-nav-next { float: right; }

.post-nav-next,
.post-nav-next h4 { 
	text-align: right; 
}


/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */


.post-content { 
	font-family: 'Georgia', serif;
	font-size: 1.05em;
}

.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content pre {
	line-height: 170%;
	margin-bottom: 1.5em;
}

.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 25px;
	font-family: 'Playfair Display', Georgia, serif;
	line-height: 110%;
	font-weight: 700; 
}

.post-content h1 { font-size: 2em; }

.post-content h2 { font-size: 1.75em; }

.post-content h3 { font-size: 1.5em; }

.post-content h4 { font-size: 1.25em; }

.post-content h5 { font-size: 1.1em; }
.contents_right h5 { 
    font-size: 1.2em; 
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding:0 10px;
}
.line_tb h5 { 
    font-size: 1.2em; 
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding:0 10px;
}

.post-content h6 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 25px;
}

.post-content .more-link {
	display: inline-block;
	padding: 15px 18px;
	margin: 0;
	border: 2px solid #111;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	-webkit-appearance: none;
}

.post-content .more-link:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.post-content blockquote {
	padding: 30px 30px 30px 90px;
	background: #fafafa;
	border: 1px solid #eee;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}

.post-content blockquote p { font-style: italic; }

.post-content blockquote:after {
	content: '”';
	width: 90px;
	font-family: 'Georgia', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #ca2017;
	position: absolute;
	top: 31px;
	left: 0px;
}

.post-content blockquote cite {
	display: block;
	margin-top: 1.1em;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content blockquote cite:before { content: "— "; }
/*0110土屋修正****/
.post-content hr {
	background: #ddd;
	border: none;
	height: 2px;
	margin: 50px auto;
	/*max-width: 60%;*/
	/*width: 128px;*/
}

.post-content hr.is-style-wide,
.post-content hr.is-style-dots {
	max-width: 100%;
	width: 100%;
}

.post-content hr.is-style-dots {
	background: none;
}

em, q { 
	font-style: italic; 
}

.post-content strong em,
.post-content em strong {
	font-style: italic;
	font-weight: bold;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content ul,
.post-content ol {
	margin-left: 1.5em;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ol,
.post-content ol ul {
	margin-top: .5em;
}

.post-content ul { list-style: disc; }
.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol { list-style: decimal; }
.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol { list-style: lower-roman; }

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: .5em;
	line-height: 170%;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 140%;
	padding: 2% 2.5%;
	background: #eee;
	border: 1px solid #ddd;
}

.post-content p.has-drop-cap:not(:focus):first-letter {
    font-size: 5.9em;
	font-weight: 400;
}


/* Post Media --------------------------------------- */


figure {
	margin: 0;
}

.post-content img {
	border: 1px solid #ddd;
	padding: 5px;
}

.post-content .wp-caption { max-width: 100%; }

.post-content .alignnone,
.post-content .aligncenter,
.post-content .alignwide,
.post-content .alignfull {
	margin: 2.5em auto;
}

.post-content .alignwide {
	padding: 0 3.5%;
}

.post-content .alignwide,
.post-content .alignfull {
	margin-left: -77px;
	max-width: 783px;
	width: 783px;
}

.post-content .wp-block-image.alignfull img {
	border: none;
	padding: 0;
}

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 50%;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 30px;
}

.post-content .alignright {
	float: right;
	margin-left: 30px;
}

.post-content .aligncenter,
.post-content .aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content figcaption {
	margin: 4px auto 16px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.9rem;
	line-height: 160%; 
	color: #444;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 1.5;
}


.contents_right {
	height: auto;
	width: 70.7%;
	float: right;
	margin: 0 0 10px;
	text-align: left;
	padding: 60px;
	background-color: #fff;
	border: 1px solid #eee;
}

/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	font-size: 0.9em;
	margin: 2.5em 0;
    width: 100%;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	color: #111;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #111;
}

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #ddd;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #111;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 700;
}

.post-content input,
.post-content textarea { 
	font-family: 'Lato', Helvetica, sans-serif; 
}
/***土屋修正1015*****/
.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="email"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 0.9em;
	color: #111;
	background: #fafafa;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	float:right;
}

.post-content input[type="file"] {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 16px 20px;
	margin: 0;
	border: none;
	border-radius: 3px;
	background: #111;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-appearance: none;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
	margin-left: 5px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #ca2017;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* Gutenberg Accent Colors --------------------------------------- */

.post-content .has-background { background-color: #272F38; }

.post-content .has-accent-color { color: #CA2017; }
.post-content .has-accent-background-color { background-color: #CA2017; }

.post-content .has-black-color { color: #111; }
.post-content .has-black-background-color { background-color: #111; }

.post-content .has-dark-gray-color { color: #333; }
.post-content .has-dark-gray-background-color { background-color: #333; }

.post-content .has-medium-gray-color { color: #555; }
.post-content .has-medium-gray-background-color { background-color: #555; }

.post-content .has-light-gray-color { color: #777; }
.post-content .has-light-gray-background-color { background-color: #777; }

.post-content .has-white-color { color: #fff; }
.post-content .has-white-background-color { background-color: #fff; }


/* Gutenberg Font Sizes --------------------------------------- */

.post-content .has-small-font-size { font-size: .842em; }
.post-content .has-regular-font-size { font-size: 1em; }

.post-content .has-large-font-size,
.post-content .has-larger-font-size {
	line-height: 1.5;
}

.post-content .has-large-font-size { font-size: 1.33em; }
.post-content .has-larger-font-size { font-size: 1.5em; }


/* Block: Button --------------------------------------- */

.post-content .wp-block-file__button,
.post-content .wp-block-button__link {
	border-radius: 4px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: .8em 1.4em;
}

.post-content .wp-block-button__link {
	font-size: 16px;
}

.post-content .wp-block-file a {
	color: inherit;
}

.post-content a.wp-block-file__button {
	color: #fff;
}

.post-content .wp-block-file__button:hover,
.post-content .wp-block-button__link:hover {
	opacity: .85;
	text-decoration: none;
}


/* Block: Quote --------------------------------------- */

.post-content .wp-block-quote.is-large, 
.post-content .wp-block-quote.is-style-large {
	margin: 2.5em 0;
	padding: 30px 30px 30px 90px;
}

.post-content blockquote p:last-child {
	margin-bottom: 0;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 1.25em;
	line-height: 1.5;
}

.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
	display: block;
	font-size: .8em;
	text-align: left;
}


/* Block: Pullquote --------------------------------------- */

.wp-block-pullquote,
.post-content .wp-block-pullquote blockquote {
	background: none;
	border: none;
	padding: 0;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
	content: none;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
	font-size: 1.25em;
	margin-bottom: 1em;
}

.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
	line-height: 1.45;
}


/* Block: Gallery --------------------------------------- */

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding-bottom: 10px;
}

.post-content .wp-block-gallery.alignfull {
	padding: 0 8px;
}

.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
	margin-bottom: 16px;
}

.post-content ul.wp-block-gallery:not(.alignfull):not(.alignwide) {
	margin-left: 0;
}

.wp-block-gallery img {
	border: none;
	padding: 0;
}


/* Block: Image --------------------------------------- */

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption, 
.wp-block-image.is-resized > figcaption {
	display: block;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* Block: Cover Image --------------------------------------- */

.wp-block-cover-image {
	font-family: Lato, sans-serif;
}

.wp-block-cover-image.alignfull {
	min-height: 75vh;
}

.wp-block-cover-image p {
	font-weight: 400;
}


/* Block: Column --------------------------------------- */

.wp-block-column {
	padding: 0 5px;
}


/* Block: Audio --------------------------------------- */

.wp-block-audio audio {
	width: 100%;
}


/* Block: File --------------------------------------- */

.post-content .wp-block-file {
	align-items: center;
	background: rgba( 0, 0, 0, 0.05 );
	border-radius: 4px;
	display: flex;
	font-family: Lato, sans-serif;
	justify-content: space-between;
	margin: 30px 0;
	padding: 20px;
}

.post-content .wp-block-file a:not(.wp-block-file__button) {
	font-weight: 400;
	text-decoration: none;
}

.post-content .wp-block-file__button {
	font-weight: 700;
	flex-shrink: 0;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.comments-container { border-top: 1px solid #ddd; }

.comments-inner {
	width: 629px;
	max-width: 85%;
	padding: 60px 0;
	margin: 0 auto;
	position: relative;
}

.comments-title-container { position: relative; }

.comments-title-container,
.comment-reply-title {
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	vertical-align: bottom;
}

.comments-title,
.comment-reply-title {
	font-size: 2em;
	font-weight: 700;
}

.comments-title-link { 
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	bottom: 26px;
	right: 0;
}

.comments-title-link a {
	display: block;
	color: #ca2017;
}

.comments-title-link a:hover { text-decoration: underline; }

.no-comments { text-align: center; }
/***トップページボタン******/
.page_top {
    position:fixed;
    bottom:10px;
    right:10px;
    padding: 10px 15px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#26ADD6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: 100;
}
.page_top:hover {
    background:#26ADD6;
    opacity: 0.7;
}
/******************************************
汎用styles
******************************************/
.rollover-fade-image {
	display: inline-block;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.pad0 {
	padding:0;
}
.pad3 {
	padding:3px;
}
.pad03e {
	padding:0.3em;
}
.pad3p {
	padding:3%;
}
.pad5p {
	padding:5%;
}
.pad5 {
	padding:5px;
}
.pad7 {
	padding:7px;
}
.pad5p {
	padding:5%;
}
.pad10 {
	padding:10px;
}
.pad15 {
	padding:15px;
}
.pad20 {
	padding:20px;
}
.padT0 {
	padding-top:0;
}
.padT3 {
	padding-top:3px;
}
.padT5 {
	padding-top:5px;
}
.padT10 {
	padding-top:10px;
}
.padT12 {
	padding-top:12px;
}
.padT15 {
	padding-top:15px;
}
.padT20 {
	padding-top:20px;
}
.padT25 {
	padding-top:25px;
}
.padT30 {
	padding-top:30px;
}
.padT40 {
	padding-top:40px;
}
.padT50 {
	padding-top:50px;
}
.padT60 {
	padding-top:60px;
}
.padT70 {
	padding-top:70px;
}
.padT80 {
	padding-top:80px;
}
.padT90 {
	padding-top:90px;
}
.padT100 {
	padding-top:100px;
}
.padB0 {
	padding-bottom:0;
}
.padB3 {
	padding-bottom:3px;
}
.padB5 {
	padding-bottom:5px;
}
.padB10 {
	padding-bottom:10px;
}
.padB15 {
	padding-bottom:15px;
}
.padB20 {
	padding-bottom:20px;
}
.padB25 {
	padding-bottom:25px;
}
.padB30 {
	padding-bottom:30px;
}
.padB40 {
	padding-bottom:40px;
}
.padB50 {
	padding-bottom:50px;
}
.padB60 {
	padding-bottom:60px;
}
.padB70 {
	padding-bottom:70px;
}
.padB80 {
	padding-bottom:80px;
}
.padB90 {
	padding-bottom:90px;
}
.padB100 {
	padding-bottom:100px;
}
.padL0 {
	padding-left:0px;
}
.padL5 {
	padding-left:5px;
}
.padL2p {
	padding-left:2%;
}
.padL10 {
	padding-left:10px;
}
.padL15 {
	padding-left:15px;
}
.padL20 {
	padding-left:20px;
}
.padL25 {
	padding-left:25px;
}
.padL30 {
	padding-left:30px;
}
.padL40 {
	padding-left:40px;
}
.padL50 {
	padding-left:50px;
}
.padL60 {
	padding-left:60px;
}
.padL70 {
	padding-left:70px;
}
.padL80 {
	padding-left:80px;
}
.padL90 {
	padding-left:90px;
}
.padL100 {
	padding-left:100px;
}
.padR0 {
	padding-right:0;
}
.padR5 {
	padding-right:5px;
}
.padR10 {
	padding-right:10px;
}
.padR15 {
	padding-right:15px;
}
.padR20 {
	padding-right:20px;
}
.padR25 {
	padding-right:25px;
}
.padR30 {
	padding-right:30px;
}
.padR40 {
	padding-right:40px;
}
.padR50 {
	padding-right:50px;
}
.padR60 {
	padding-right:60px;
}
.padR70 {
	padding-right:70px;
}
.padR80 {
	padding-right:80px;
}
.padR90 {
	padding-right:90px;
}
.padR100 {
	padding-right:100px;
}
.marT0 {
	margin-top:0;
}
.marT2p {
	margin-top:2%;
}
.marT3p {
	margin-top:3%;
}
.marT3 {
	margin-top:3px;
}
.marT5 {
	margin-top:5px;
}
.marT10 {
	margin-top:10px;
}
.marT15 {
	margin-top:15px;
}
.marT16 {
	margin-top:16px;
}
.marT15p {
	margin-top:15%;
}
.marT20 {
	margin-top:20px;
}
.marT25 {
	margin-top:25px;
}
.marT30 {
	margin-top:30px;
}
.marT35 {
	margin-top:35px;
}
.marT40 {
	margin-top:40px;
}
.marT50 {
	margin-top:50px;
}
.marT60 {
	margin-top:60px;
}
.marT70 {
	margin-top:70px;
}
.marT80 {
	margin-top:80px;
}
.marT90 {
	margin-top:90px;
}
.marT100 {
	margin-top:100px;
}
.marT230 {
	margin-top:230px;
}
.marB0 {
	margin-bottom:0;
}
.marB1p {
	margin-bottom:1%;
}
.marB3p {
	margin-bottom:3%;
}
.marB5 {
	margin-bottom:5px;
}
.marB5p {
	margin-bottom:5%;
}
.marB10 {
	margin-bottom:10px;
}
.marB15 {
	margin-bottom:15px;
}
.marB15p {
	margin-bottom:15%;
}
.marB20 {
	margin-bottom:20px;
}
.marB25 {
	margin-bottom:25px;
}
.marB30 {
	margin-bottom:30px;
}
.marB35 {
	margin-bottom:35px;
}
.marB40 {
	margin-bottom:40px;
}
.marB50 {
	margin-bottom:50px;
}
.marB60 {
	margin-bottom:60px;
}
.marB70 {
	margin-bottom:70px;
}
.marB80 {
	margin-bottom:80px;
}
.marB90 {
	margin-bottom:90px;
}
.marB100 {
	margin-bottom:100px;
}
.marB210 {
	margin-bottom:210px;
}
.marLauto {
	margin-left:auto;
}
.marL0 {
	margin-left:0;
}
.marL1p {
	margin-left:1%;
}
.marL5 {
	margin-left:5px;
}
.marL9 {
	margin-left:9px;
}
.marL10 {
	margin-left:10px;
}
.marL13 {
	margin-left:13px;
}
.marL15 {
	margin-left:15px;
}
.marL15p {
	margin-left:15%;
}
.marL20 {
	margin-left:20px;
}
.marL25 {
	margin-left:25px;
}
.marL30 {
	margin-left:30px;
}
.marL30minus {
	margin-left:-30px;
}
.marL40 {
	margin-left:40px;
}
.marL50 {
	margin-left:50px;
}
.marL60 {
	margin-left:60px;
}
.marL70 {
	margin-left:70px;
}
.marL80 {
	margin-left:80px;
}
.marL90 {
	margin-left:90px;
}
.marL100 {
	margin-left:100px;
}
.marL110 {
	margin-left:110px;
}
.marL120 {
	margin-left:120px;
}
.marL130 {
	margin-left:130px;
}
.marL210 {
	margin-left:210px;
}
.marRauto {
	margin-rjght:auto;
}
.marR0 {
	margin-right:0;
}
.marR5 {
	margin-right:5px;
}
.marR1e {
	margin-right:1em;
}
.marR1p {
	margin-right:1%;
}
.marR10 {
	margin-right:10px;
}
.marR15p {
	margin-right:15%;
}
.marR20 {
	margin-right:20px;
}
.marR25 {
	margin-right:25px;
}
.marR30 {
	margin-right:30px;
}
.marR40 {
	margin-right:40px;
}
.marR50 {
	margin-right:50px;
}
.marR60 {
	margin-right:60px;
}
.marR70 {
	margin-right:70px;
}
.marR80 {
	margin-right:80px;
}
.marR90 {
	margin-right:90px;
}
.marR210 {
	margin-right:210px;
}
.marT2p {
	margin-top:2%;
}
.marB2p {
	margin-bottom:2%;
}
.marR1e {
	margin-right:1em;
}
.marT1p {
	margin-top:1%;
}
.marB1p {
	margin-bottom:1%;
}
.mar0 {
	margin:0;
}
.mar2p {
	margin:2%;
}
.mar5 {
	margin:5px;
}
.mar10 {
	margin:10px;
}
.mar25 {
	margin:25px;
}
.mar30 {
	margin:30px;
}
.mar3p {
	margin:3%;
}
.mar5p {
	margin:5%;
}
.mar8 {
	margin:8px;
}
.mar0 {
	margin:0;
}
.marT1minus {
	margin-top:-1px;
}
.marT11minus {
	margin-top:-11px;
}
.marT15minus {
	margin-top:-15px;
}
.mar2 {
	margin:2px;
}
.w_50 {
    width:50%;
}
.w_40 {
    width:40%;
}
.w_30 {
    width:30%;
}
.w_100 {
    width:100%;
}

/* Comment List ---------------------------------------- */


.comment { position: relative; }

div.comment { margin-top: 25px; }

.commentlist > .comment:first-child > .comment:first-child { margin-top: 0; }

.commentlist .children { margin-left: 25px; }

.comment .avatar {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 999px;
	position: absolute;
	top: 10px;
	left: 0;
}

.comment-inner {
	margin-left: 80px;
	padding: 25px;
	background: #F1F1F1;
	border-radius: 6px;
	position: relative;
}

.bypostauthor .comment-author-icon {
	display: block;
	padding: 4px;
	border-radius: 99px;
	background: #ca2017;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 4px;
	left: -4px;
}

.comment-inner:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #f1f1f1;
	position: absolute;
	top: 30px;
	left: -20px;
}

.comment-header { margin-bottom: 20px; }

.comment-header h4 {
	font-size: 1.1em;
	font-weight: 700;
}

.comment-header h4 a { color: #111; }
.comment-header h4 a:hover { color: #ca2017; }

/* Comment Content */

.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content address,
.comment-content dl,
.comment-content pre {
	line-height: 160%;
	margin-bottom: 1em;
}

/* Comment Meta */

.comment-meta { 
	margin-top: 23px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

.comment-meta a { color: #777; }

.comment-meta .genericon {
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.comment-meta .genericon-edit { margin-left: 12px; }


/* Pingbacks & Tracksbacks ----------------------------------- */


.pingbacks { margin-top: 40px; }

.pingbacks-title {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ca2017;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 900;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pingbacklist li { line-height: 125%; }

.pingbacklist li + li {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.pingbacklist a { color: #111; }
.pingbacklist a:hover { color: #ca2017; }


/* Comment Navigation ---------------------------------------- */


.comments-nav { margin-top: 30px; }

.comments-nav a {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.comments-nav a:hover { color: #ca2017; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.respond-container { border-top: 1px solid #ddd; }

.comment-respond {
	width: 629px;
	max-width: 85%;
	padding: 60px 0;
	margin: 0 auto;
}

.comment-respond .logged-in-as { margin-bottom: 40px; }

.comment-respond p a:hover { text-decoration: underline; }

.comment-respond form label { 
	display: block;
	margin-bottom: 8px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
}

.comment-respond form input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 0 5px;
	text-transform: none;
}

.comment-respond form label span {
	margin-left: 2px;
	color: #ca2017;
}

.comment-respond p.comment-notes {
	display: none;
}

.comment-respond p { margin-bottom: 25px; }
.comment-respond p:last-child { margin-bottom: 0; }

.comment-respond p.comment-subscription-form { margin-bottom: 10px; }
.comment-respond p.comment-subscription-form:last-of-type { margin-bottom: 0; }

.comment-form-author,
.comment-form-email {
	display: block;
	width: 47.5%;
	float: left;
}

.comment-form-email { float: right; }

.comment-form-url {
	clear: both;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 20px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #ddd;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1rem;
	color: #111;
}

.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
	outline: none;
}

.comment-respond textarea { 
	height: 200px; 
	line-height: 140%;
}

.comment-respond input[type="submit"] {
	display: inline-block;
	padding: 16px 20px;
	margin: 0;
	background: #111;
	border: none;
	border-radius: 3px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-appearance: none;
}

.comment-respond input[type="submit"]:hover {
	cursor: pointer;
	background: #ca2017;
	color: #fff;
}


/* In Comment List --------------------------------------- */


.commentlist .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%;
}

.commentlist #cancel-comment-reply-link {
	margin-left: 3px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.commentlist #cancel-comment-reply-link:hover { text-decoration: underline; }


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Full Width Page Template -------------------------- */


.page-template-full-width-page-template-php .content {
	width: 100%;
	float: none;
}

.page-template-full-width-page-template-php .post-inner { width: auto; }


/* Search Page --------------------------------------- */


.wrapper .search-form,
.footer .search-form { position: relative; }

.wrapper .search-field,
.footer .search-field {
	display: block;
	width: 100%;
	padding: 20px 60px 20px 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.9rem;
	color: #111;
}

.wrapper .search-field:focus,
.footer .search-field:focus { outline: none; }

.wrapper .search-button,
.footer .search-button {
	display: block;
	height: 100%;
	width: 60px;
	background: none;
	border-left: 1px solid #ddd;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.wrapper .search-button .genericon,
.footer .search-button .genericon { font-size: 24px; }

.wrapper .search-button:hover,
.footer .search-button:hover {
	cursor: pointer;
}

.wrapper .search-button:hover .genericon,
.footer .search-button:hover .genericon { 
	color: #ca2017; 
}


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */


/* Page Title ---------------------------------------- */


.page-title {
	padding: 23px 0 0;
	height: 60px;
	background: rgba(0,0,0,0.6);
}

.page-title h4 {
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 0 0 rgba(0,0,0,0.2);
}

.page-title span:not(.vcard) { color: rgba(255,255,255,0.8); }

.page-title + .posts > .post:first-child { border-top: none; }


/* Archive Navigation --------------------------------------- */


.archive-navigation { margin-top: 60px; }

.archive-navigation p {
	display: inline;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.archive-navigation p + p:before {
	content: "/";
	display: inline;
	margin: 0 20px; 
	color: #aaa;
}

.archive-navigation,
.archive-navigation a { color: #666; }

.archive-navigation a:hover { color: #ca2017; }


/* Infinite Scroll --------------------------------------- */


.infinite-scroll .archive-navigation { display: none; }

#infinite-handle,
.infinite-loader {
	margin-top: 60px;
	text-align: center;
}

#infinite-handle span {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 3px;
	background: #111;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#infinite-handle span:hover {
	cursor: pointer;
	background: #ca2017;
	color: #fff;
}

.infinite-loader .spinner { 
	display: inline-block; 
}


/* -------------------------------------------------------------------------------- */
/*	12. Sidebar
/* -------------------------------------------------------------------------------- */


.sidebar { 
	width: 26.3%; 
	float: left;
	margin-left: 15px;
}
.sidebar .sidebar { 
	width: 100%; 
	float: left;
}

.widget + .widget { 
	padding-top: 40px;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}

.widget-title {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid #ca2017;
	margin-bottom: 20px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 0.78em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/****土屋追加0122******/
.border-b {
    border-bottom: 1px solid #ddd;
}

/* Widget Content --------------------------------------- */


.widget-content { 
	font-family: 'Lato', Helvetica, sans-serif; 
	font-size: 0.95em;
}

.widget-content .textwidget a:hover { text-decoration: underline; }

.widget-content p {
	line-height: 150%;
	margin-top: 1em;
}

.widget-content p:first-child { margin-top: 0; }
/****土屋修正0122****/
.widget-content li {
	line-height: 140%;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	font-family: 'Playfair Display', 'Georgia', serif;
}

.widget-content ul ul { margin-left: 1em; }

.widget-content ul ul li:first-child { 
 	margin-top: 0.5em;  
	border-top: 1px solid #ddd;
}

.widget-content > ul > li:first-child { padding-top: 0; }

.widget-content li:last-child { 
	padding-bottom: 0;
	border-bottom: none; 
}


/* Text Widget --------------------------------------- */


.textwidget { line-height: 150%; }


/* Widget Icons --------------------------------------- */
/*******サイドメニューの重複ボトムラインを消す******************/
/*
#nav_menu-2{
    margin-top:-20px;
    border-bottom: none!important;
    }
#nav_menu-3{
    margin-top:-20px;
    border-bottom: none!important;
    }
#nav_menu-4{
    margin-top:-20px;
    border-bottom: none!important;
    }
#nav_menu-5{
    margin-top:-20px;
    border-bottom: none!important;
    }
#nav_menu-8{
    margin-top:-20px;
    border-bottom: none!important;
    }
*/
.widget_nav_menu {
    border-bottom: none!important;
    margin-bottom: 20px;
}
.widget_nav_menu li.widget_nav_menu {
    padding-top: 0;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages { color: #888;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 0;
    list-style: none;
    text-align: left;
 }

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a { 
    color: #111;
    text-decoration: none;
 }

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover { 
	color: #ca2017; 
	text-decoration: none;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
/*     background: url(images/icon_link.svg) no-repeat scroll 0; */
	font: 16px/1 'Genericons';
	/*width: 16px;
	height: 16px;*/
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 8px;
	position: relative;
	top: -1px;
	padding: 10px;
	
}

.widget_archive li:before { content: '\f307'; }
.widget_categories li:before { content: '\f301'; }
.widget_meta li:before { content: '\f445'; }
.widget_nav_menu li:before { 
/*     background: url(images/icon_link.svg) no-repeat scroll 0; */
    font-family: "Font Awesome 5 Free";
/*     content: ''; */
    font-weight: 900;
 }


/* RSS Widget --------------------------------------- */


.widget_rss .widget-title img {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	position: relative;
	bottom: -2px;
}

.widget_rss li a {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: 700;
	color: #111;
}

.widget_rss li .rss-date {
	display: block;
	margin-top: 2px;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.widget_rss li .rssSummary { margin-top: 5px; }

.widget_rss li cite {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
}

.widget_rss li cite:before { content: "— "; }

/******************テーブルスマホでスクロール*******************/
table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
/******************テーブルスマホでスクロールここまで*******************/
/* Widget Calendar --------------------------------------- */


/*
#wp-calendar {
	width: 100%;
	max-width: 100%;
	color: #111;
	text-align: center;
}

#wp-calendar thead { border-top: 1px solid #ddd; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption {
	text-transform: capitalize;
	color: #111;
	padding-bottom: 4%;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar thead th {
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #ca2017;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child { border-left: 1px solid #ddd; }

#wp-calendar tbody a:hover { text-decoration: underline; }

#wp-calendar tfoot td { 
	padding: 0; 
	border: none !important;
}
#wp-calendar tfoot #prev a { text-align: left; }
#wp-calendar tfoot #next a { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	margin-top: 12px;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #ca2017;
}
*/


/* Lovecraft Widget List --------------------------------------- */


.lovecraft-widget-list a { 
	display: block; 
	min-height: 55px;
	position: relative;
}

.lovecraft-widget-list .post-icon {
	display: block;
	width: 55px;
	height: 55px;
	padding: 2px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 99px;
	position: absolute;
	top: 0;
	left: 0;
}

.lovecraft-widget-list .post-icon img {
	display: block;
	border-radius: 99px;
}

.lovecraft-widget-list .post-icon .genericon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}

.lovecraft-widget-list .inner { padding-left: 65px; }

.lovecraft-widget-list .title {
	font-family: 'Playfair Display', Georgia, serif;
	line-height: 140%;
	font-weight: 700;
	color: #111;
}

.lovecraft-widget-list .meta { 
	margin-top: 3px; 
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.lovecraft-widget-list .excerpt {
	margin-top: 3px;
	color: #666;
	line-height: 130%;
}

.lovecraft-widget-list a:hover .title { text-decoration: underline; }


/* Flickr Widget --------------------------------------- */


.flickr_badge_image {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a,
.flickr_badge_image img {
	display: block;
}

.flickr_badge_image a {
	padding: 4px;
	background: #fff;
	border: 1px solid #eee;
}


/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.footer { 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}

.footer .widgets {
	width: 30%;
	float: left;
	margin-left: 5%;
}

.footer .widgets:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits.section { padding: 30px 0; }

.credits p {
	padding-bottom: 5px;
	font-family: 'Lato', Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits .sep {
	margin: 0 5px;
	color: #ca2017;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	position: relative;
	bottom: -2px;
}

.credits p a { color: #fff; }
.credits p a:hover { color: #ca2017; }
.credits.section {
    padding: 30px 0;
}
.bg-dark {
    background-color: #111;
}
.wpcf7-submit {
    font-size: 1.2em;
    padding: 5px 30px;
    background-color: #248;
    color: #fff;
    border-style: none;
    border-radius: 4px;
}
 
.wpcf7-submit:hover:enabled {
background-color: #24d;
color: #fff;
}
/************蛍光ペン****************************************************************/
span.artb-12657 {
    line-height: 1;
    font-size: 1em;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 60%,#f66 75%);
    font-weight: 700;
}
span.artb-12658 {
    line-height: 1;
    font-size: 1em;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 60%,#6f6 75%);
    font-weight: 700;
}
span.artb-12659 {
    line-height: 1;
    font-size: 1em;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 60%,#6cf 75%);
    font-weight: 700;
}
span.artb-12660 {
    line-height: 1;
    font-size: 1em;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 60%, #fbff87 75%);
    font-weight: 700;
}
    
/***********蛍光ペンここまで***********************************************************/
/* -------------------------------------------------------------------------------- */
/*	15. Media Queries
/* -------------------------------------------------------------------------------- */


/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:60px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:8px; 
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}
.init-bottom::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
/*========================
　smartphone　bottom menu
　========================*/

/********プルダウンメニュー*************/
nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul::after {
  display: block;
  clear: both;
  content: '';
}
nav ul li {
  position: relative;
  float: left;
  border: 2px solid #fff;
  width:25%;
}
nav ul li:not(:first-child) {
  border-left: none;
}
nav ul li:hover {
  background-color: rgba(255,255,255,.3);
}
nav ul li a {
  display: inline-block;
  padding: 1em 4em;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
nav ul ul {
  position: absolute;
  top: 100%;
  left: -2px;
}
nav ul ul li {
  float: none;
  margin: 0;
}
nav ul ul li:not(:first-child) {
  border: 2px solid #fff;
  border-top: none;
}
nav ul ul ul {
  position: absolute;
  top: -2px;
  left: 100%;
}

/********プルダウンメニューここまで*************/




@media ( min-height: 800px ) { 
	
	
	/* Header --------------------------------------- */
	
	
	/* .header-image { max-height: 400px; }  */
	.header-image { max-height: none; } 
	

}


@media ( max-width: 1269px ) {

	/* Post Content --------------------------------------- */

	.post-content .alignwide,
	.post-content .alignfull {
		margin-left: calc( ( ( 90vw * .687 ) - 629px ) /-2 );
		max-width: calc( 90vw * .687 );
		width: calc( 90vw * .687 );
	}

}


@media ( max-width: 1199px ) {

	/* Post Content --------------------------------------- */

	.post-content .alignwide,
	.post-content .alignfull {
		margin-left: calc( ( ( 90vw * .687 ) - ( ( 90vw * .687 ) * .85 ) + 2px ) /-2 );
	}

}


@media ( max-width: 1024px ) {
    
    
/**********メインメニュー*************************/
.main-menu li:hover > a { cursor: pointer; color: #ca2017; }

.main-menu {
    font-size: 1.2em;
    }
.main-menu li {
    display: inline-block;
    position: relative;
    width: 24%;
    border: solid 1px #cecece;
    border-radius: 6px;
    height:auto;
}
.main-menu > li + li { 
    margin-left: 4px; 
}

.main-menu li a:after{
	    /*①*/
	    content:"";
	    display:block;
	    /*②*/
	    width:5px;
	    height:5px;
	    border-top: #666 2px solid;
	    border-right: #666 2px solid;
	    /*③*/
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
.main-menu li a{
	    /*省略*/
	    /*④*/
	    position:relative;
	}
.main-menu li a {

    display: block;
    padding: 12px 0 12px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #eee;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
    height: auto;
    border-radius: 6px;
    padding-left:0 15px;

}
.main-menu li a:hover {
    display: block;
    padding: 12px 0 12px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #cecccc;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
}

.main-menu li a:after{
	    /*省略*/
	    /*⑤*/
	    position:absolute;
	    left: 2px;
	    /*⑥*/
	    top:0;
	    bottom:0;
	    margin:auto;
}
.main-menu ul li a:link{
    display: block;
    font-size: 0.7em;
    padding: 12px 15px 12px 15px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #2e2e2e!important; 
/*     background: #000000; */

}
.main-menu ul li a:hover {
    display: block;
    padding: 12px 15px 12px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000000;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;

}

.main-menu ul li { 	
	width: 240px; 
/* 	background: #222; */
	text-align: center;
}
.main-menu > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
/*     border-bottom-color: #222; */
}

/**********メインメニューここまで*************************/
/*********タブレット用メインメニューの位置ずらし*****************/
.menu_position1 {

    margin-top:5px!important;
}
.menu_position2 {

    margin-top:5px!important; 
}
.menu_position3 {
    margin-top:5px!important; 
}
.menu_position4 {

    margin-top:5px!important;
}   
/*********スマホ用メインメニューの位置ずらしここまで**********/

    
    
    
    
	
	
	/* Structure --------------------------------------- */
	
/*
	.content {
		margin-top: -100px;
*/
/*
		width: 100%;
 		float: none;
*/
/* 	} */

	.sidebar { 
		display: none; 
		margin: 60px 0 0;
		width: 100%;
	}

	.show-mobile-sidebar .sidebar {
		display: block;
	}
	.contents_right {
        height: auto;
        width: 100%;
        float: right;
        margin: 0 0 10px;
        text-align: left;
        padding: 7.5% 5%;
        background-color: #fff;
}

	
	/* Navigation --------------------------------------- */
	
/* 	.navigation > .section-inner { max-width: 100%; } */
	
	/* Nav Toggle */
	
	.toggles { 
		display: block; 
		background: #fff;
		border-top: 1px solid #eee;
		padding: 0 5%;
	}
	
	.toggle {
		-moz-appearance: none;
		-webkit-appearance: none;
		background: none;
		border-radius: 0;
		box-shadow: none;
		cursor: pointer;
		display: block;
		height: 55px;
		padding: 0;
		position: relative;
/* 		width: 30px; */
		border:none;
	}
	
	.nav-toggle { float: left; }
	
	.nav-toggle .bar {
		width: 30px;
		height: 3px;
		background: #111;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		top: 40%;
		transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
	}
	
	.nav-toggle .bar:nth-child(1) { margin-top: -10px; }
	.nav-toggle .bar:nth-child(2) { margin-top: -2px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 6px; }
	
	.nav-toggle.active .bar { 
		background: #ca2017; 
		transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
	}
	
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { margin-top: -2px; }
	
	.nav-toggle.active .bar:nth-child(1) {
		transform: rotate(45deg);
	}
	
	.nav-toggle.active .bar:nth-child(2) { 
		opacity: 0; 
	}
	
	.nav-toggle.active .bar:nth-child(3) {
		transform: rotate(-45deg);
	}
	
	/* Search Toggle */
	
	
	.search-toggle .genericon {
		width: 100%;
		font-size: 32px;
		text-align: center;
		position: absolute;
		top: 50%;
		margin-top: -16px;
	}
.search-toggle {
    right: 2%;
    background: url(images/search-buttonl.gif) no-repeat!important;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 20px!important;
    background-position: center bottom 20px!important;
    float: right;
}

	.search-toggle.active { color: #ca2017; }
	
	
		
	/* 834px からコピー ここから */
	
	.search-toggle {
		right: 2%;
		background: url(images/search-buttonl.gif) no-repeat;
				background-position-x: 0%;
				background-position-y: 0%;
				background-size: auto;
		background-size: 20px;
		background-position: center bottom 20px;
	}
	.toggle {
		-moz-appearance: none;
		-webkit-appearance: none;
		background: none;
		/* border-radius: 0; */
		box-shadow: none;
		cursor: pointer;
		display: block;
		height: 55px;
		padding: 0;
		position: relative;
	/*     width: 30px; */
		/* border: none; */
	}
	
/* 834px からコピー ここまで */
	
/* 600px からコピー ここから */
	.navigation { border-top: none; }
		
	.toggles {
		background: none;
		border: none;
	}
		
	.toggle {

		height: 50px;
		width: 50px;
		/* position: absolute; */
		top: 50%;
		margin-top: -54px;
		border: blueviolet;
		 margin-left: -10px; 
		border: solid 1px #c4cbd2;
		border-radius: 6px;
	
	}
		
		
		
	.nav-toggle { left: 5%; }
	.search-toggle { 
		right: 2%; 
		background: url(images/search-buttonl.gif) no-repeat; 
		background-size: 20px;
		background-position: center bottom 20px;
	}
		
	.nav-toggle .bar { 
		width: 24px; 
		margin-left: -12px;
	}
		
	.nav-toggle .bar:nth-child(1) { margin-top: -9px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 5px; }
	
	.search-toggle .genericon {
		font-size: 30px;
		margin-top: -15px;
	}
	
	.mobile-menu > li:first-child { border-top: 1px solid #eee; }
	
	.mobile-search { border-top: 1px solid #eee; }
	
	.mobile-search form { padding: 5% 0; }

/* 600px からコピー ここまで */	


/* Menus --------------------------------------- */
	
/* 	.mobile-menu li { border-top: 1px solid #eee; } */
	
	.mobile-menu > li:first-child { border-top: none; }
	
	.mobile-menu a {
		display: block;
/*  		padding: 0 10%;  */
		font-size: 0.9em;
		color: #111;
	}
	
/* 	.mobile-menu ul a { padding-left: 10%; } */
	.mobile-menu ul ul a { padding-left: 15%; }
	.mobile-menu ul ul ul a { padding-left: 20%; }
	.mobile-menu ul ul ul ul a { padding-left: 25%; }
	.mobile-menu ul ul ul ul ul a { padding-left: 30%; }
	
	
	/* Mobile Search --------------------------------------- */
	
	
	.mobile-search { position: relative; }
	
	.mobile-search form { 
		display: block;
		max-width: 90%;
		padding: 20px 0;
		margin: 0 auto;
		position: relative; 
	}
	
	.mobile-search .search-field {
		display: block;
		width: 100%;
		padding: 20px 84px 20px 20px;
		margin: 0;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 0;
		font-family: 'Lato', Helvetica, sans-serif;
		font-size: 0.9rem;
	}
	
	.mobile-search .search-field:focus { outline: none; }
	
	.mobile-search .search-button {
		display: block;
		width: 59px;
		height: 59px;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-left: 1px solid #eee;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -30px;
		background-image: url(images/search.jpg);
	}
	
	.mobile-search .search-button .genericon {
		display: block;
		font-size: 32px;
		text-align: center;
	}
	
	.mobile-search .search-button:hover { 
		color: #ca2017; 
		cursor: pointer;
	}

	/* Post Content --------------------------------------- */

	.post-content .alignwide,
	.post-content .alignfull {
		margin-left: calc( ( 90vw - 629px ) /-2 );
		max-width: 90vw;
		width: 90vw;
	}
	
	
}


@media ( max-width: 834px ) {

/**********メインメニュー*************************/
.main-menu li:hover > a { cursor: pointer; color: #ca2017; }


.main-menu li {
    display: inline-block;
    position: relative;
    width: 24%;
    border: solid 1px #cecece;
    border-radius: 6px;
    height:auto;
}
.main-menu > li + li { 
    margin-left: 4px; 
}

.main-menu li a:after{
	    /*①*/
	    content:"";
	    display:block;
	    /*②*/
	    width:5px;
	    height:5px;
	    border-top: #666 2px solid;
	    border-right: #666 2px solid;
	    /*③*/
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
.main-menu li a{
	    /*省略*/
	    /*④*/
	    position:relative;
	}
.main-menu li a {

    display: block;
    padding: 12px 0 12px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #eee;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
    height: auto;
    border-radius: 6px;
    padding-left:0 15px;

}
/*
.main-menu li a:hover {
    display: block;
    padding: 12px 0 12px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #cecccc;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
}
*/

.main-menu li a:after{
	    /*省略*/
	    /*⑤*/
	    position:absolute;
	    left: 2px;
	    /*⑥*/
	    top:0;
	    bottom:0;
	    margin:auto;
}
.main-menu ul li a:link{
    display: block;
    font-size: 0.7em;
    padding: 12px 15px 12px 15px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #2e2e2e!important;
/*     background: #000000; */

}
.main-menu ul li a:hover {
    display: block;
    padding: 12px 15px 12px 15px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background: #000000;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;

}

.main-menu ul li { 	
	width: 200px; 
/* 	background: #222; */
	text-align: center;
}
.main-menu > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
/*     border-bottom-color: #222; */
}
/**********メインメニューここまで*************************/



.main-menu > li + li {
    margin-left: 5px;
}
.main-menu li {
    display: inline-block;
    position: relative;
    width: 23%;
    border: solid 1px #cecece;
    border-radius: 6px;
}
/*********スマホ用メインメニューの位置ずらし*****************/
.menu_position1 {
    margin-left:-80px!important;
    margin-top:5px!important;
}
.menu_position2 {
    margin-left:-100px!important;
    margin-top:5px!important; 
}
.menu_position3 {
    margin-left:-100px!important;
    margin-top:5px!important; 
}
.menu_position4 {
    margin-left:-120px!important;
    margin-top:5px!important;
}   
/*********スマホ用メインメニューの位置ずらしここまで**********/
/*
.main-menu ul li a:link {
    display: block;
    font-size: 0.7em;
    padding: 12px 15px 12px 15px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff !important;
    background: #000000;
}
.main-menu li a {
    display: block;
    padding: 12px 0 12px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #eee;
    border: 1px solid #fff;
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    font-size: 0.7em;
    font-weight: bold;
    height: auto;
    border-radius: 6px;
    padding-left: 0 15px;
}
.main-menu > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #222;
}
*/

	/* Post Content --------------------------------------- */

	.post-content .alignwide,
	.post-content .alignfull {
		margin-left: calc( ( 90vw - ( 90vw * .85 ) + 2px ) /-2 );
	}

    .post-inner {
    padding: 7.5% 5%;
}
    .contents_right {
    height: auto;
    width: 100%;
    float: right;
    margin: -60px 0 10px;
        margin-bottom: 10px;
    text-align: left;
    padding: 60px;
}
#wrapper {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    height: auto;
    width: 100%;
}
#main {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    clear: both;
}
.contents_right {
        height: auto;
        width: 100%;
        float: right;
        margin: 0 0 10px;
        margin-bottom: 10px;
        text-align: left;
        padding: 7.5% 5%;
        background-color: #fff;
}
.search-toggle {
    right: 2%;
    background: url(images/search-buttonl.gif) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: 20px;
    background-position: center bottom 20px;
}
.toggle {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    /* border-radius: 0; */
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 55px;
    padding: 0;
    position: relative;
/*     width: 30px; */
    /* border: none; */
}
}


@media ( max-width: 600px ) {
/*********スマホ用メインメニューの位置ずらし*****************/
.menu_position1 {
    margin-left:-25px!important;
    margin-top:3px!important;

}
.menu_position2 {
    margin-left:-80px!important;
    margin-top:3px!important;
 
}
.menu_position3 {
    margin-left:-100px!important;
    margin-top:3px!important; 
}

.menu_position4 {
    margin-left:-170px!important;
    margin-top:3px!important;

} 
/***************************スマホの画像は強制的にセンタリング******************************/ 
.alignleft {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float: none!important;
    margin-bottom: 10px;
}
.aligncenter {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float: none!important;
    margin-bottom: 10px;
}
.alignright {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float: none!important;
    margin-bottom: 10px;
}
.alignnone {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float: none!important;
    margin-bottom: 10px;
}
p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    float: none!important;
    margin-bottom: 10px;
    }
#main_p .f-left {
    margin: 0 20px 10px 0;
    float: none;
}
/*******サイドメニューの重複ボトムラインを消す******************/
/*
#nav_menu-2{
    margin-top:-5px;
    border-bottom: none!important;
    }
#nav_menu-3{
    margin-top:-10px;
    border-bottom: none!important;
    }
#nav_menu-4{
     margin-top:-10px; 
    border-bottom: none!important;
    }
#nav_menu-5{
    margin-top:-5px;
    border-bottom: none!important;
    }
#nav_menu-8{
    margin-top:-20px;
    border-bottom: none!important;
    }
*/
.widget_nav_menu li.widget_nav_menu {
    padding-left: 0;
    padding-right: 0;
}
/*
.menu-item {
    margin-bottom: 10px;
    } 
*/

/*********スマホ用メインメニューの位置ずらしここまで**********/
.mobile-menu ul a { padding-left: 0!important; }

.mobile-menu a {

    display: block;
/*
    padding: 0 3%;
        padding-top: 0px;
        padding-right: 3%;
        padding-bottom: 0px;
        padding-left: 3%;
*/
    font-size: 0.9em;

}    
.mobile-menu li {

    border-top: none;

}    
/*********スマホ用メインメニュー*****************/	
.section-inner {
    display: block;
    width: 1140px;
    max-width: 90%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;    
    z-index: 2;
}
.main-menu {
    font-size: 1.0em;
}
.main-menu {
/*     display: flex; */

/*     margin-top: 10px; */
    /*
    margin-bottom: 30px;
*/
}
.main-menu ul {
/*  display: flex; */

    margin-top: 10px;
    /*
    margin-bottom: 30px;
*/
}
.main-menu li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.main-menu > li + li::before {
    content: none; 
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #bbb;
    position: absolute;
    top: 30%;
    margin-top: -7px;

/*     left: -25px; */

}


h5 {
    font-size: 105%;
    font-weight: bold;
    color: #006;
    padding-right: 20px;
    padding-left: 20px;

    margin-right: 0;
    
    margin-left: 0;

    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

/*========================
　smartphone　main-menu
　========================*/


.main-menu li:hover > a { cursor: pointer; color: #ca2017; }


.main-menu li {
    display: inline-block;
    position: relative;
    width: 24%;
    border: solid 1px #cecece;
    border-radius: 6px;
    height:auto;
}
.main-menu > li + li { 
    margin-left: 4px; 
}

.main-menu li a:after{
	    /*①*/
	    content:"";
	    display:block;
	    /*②*/
	    width:5px;
	    height:5px;
	    border-top: #666 2px solid;
	    border-right: #666 2px solid;
	    /*③*/
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
.main-menu li a{
	    /*省略*/
	    /*④*/
	    position:relative;
	}
.main-menu li a {

    display: block;
    padding: 12px 0 12px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #eee;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
    height: auto;
    border-radius: 6px;
    padding-left:0 15px;

}
/*
.main-menu li a:hover {
    display: block;
    padding: 12px 0 12px 8px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #cecccc;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;
}
*/

.main-menu li a:after{
	    /*省略*/
	    /*⑤*/
	    position:absolute;
	    left: 2px;
	    /*⑥*/
	    top:0;
	    bottom:0;
	    margin:auto;
}
.main-menu ul li a:link{
    display: block;
    font-size: 0.7em;
    padding: 12px 15px 12px 15px;
    line-height: 130%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
/*     color: #fff!important; */
/*     background: #000000; */

}
.main-menu ul li a:hover {
    display: block;
    padding: 12px 15px 12px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000000;
    border: 1px solid #fff;
    font-size: 0.7em;
    font-weight: bold;

}

.main-menu ul li { 	
	width: 200px; 
/* 	background: #222; */
	text-align: center;
}
.main-menu > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
/*     border-bottom-color: #222; */
}

/*========================
　smartphone　main-menu
　========================*/
 #footnavi {
    padding: 30px 0;
    padding-bottom: 30px;
    background-color: #111;

    width: 100%;
    clear: both;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 3px solid #9C9;
    }
    
	/* Structure --------------------------------------- */
	
	
	.section { padding: 40px 0; }
	.big-padding { padding: 50px 0; }
	.medium-padding { padding: 30px 0; }
	.small-padding { padding: 20px 0; }
	
	
	/* Header --------------------------------------- */
	
	
	.header-wrapper { position: relative; }
	
	.header { padding: 10px 0 13px; }
	
	.header .section-inner { 
		align-items: center;
		display: flex;
		justify-content: center;
		max-width: 100%; 
	}
	
	
	.blog-title { 
		font-size: 1.3em;
/* 		padding: 0 24px;  */
		margin: 0 10%;
		max-width: 65%;
		margin-top:10px;
	}

	.blog-logo {
		max-width: 65%;
	}
	
	.blog-tagline { display: none; }
h1 {
    	font-size: 1.3em;
	}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages { color: #888;
    border-bottom: 1px solid #ddd;
    padding: 10px;
 }
.genericon-search　｛
    background: url(images/search-button.gif) right center no-repeat;
    
｝
	
	/* Navigation --------------------------------------- */
	
	
	.navigation { border-top: none; }
	
	.toggles {
		background: none;
		border: none;
	}
	
/*
	.toggle { 
		height: 54px; 
		width: 24px;
		position: absolute;
		top: 50%;
		margin-top: -27px;
	}
*/
	.toggle {

    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    border: blueviolet;
     margin-left: -10px; 
    border: solid 1px #c4cbd2;
    border-radius: 6px;

}
	
	
	
	.nav-toggle { left: 5%; }
	.search-toggle { 
    right: 2%; 
    background: url(images/search-buttonl.gif) no-repeat; 
    background-size: 20px;
    background-position: center bottom 20px;
}
	
	.nav-toggle .bar { 
		width: 24px; 
		margin-left: -12px;
	}
	
	.nav-toggle .bar:nth-child(1) { margin-top: -9px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 5px; }
	
	.search-toggle .genericon {
		font-size: 30px;
		margin-top: -15px;
	}
	
	.mobile-menu > li:first-child { border-top: 1px solid #eee; }
	
	.mobile-search { border-top: 1px solid #eee; }
	
	.mobile-search form { padding: 5% 0; }
	
	
	/* Content --------------------------------------- */
	
	
/* 	.content { margin-top: -80px; } */
	
	.post + .post,
	.infinite-wrap .post:first-child { margin-top: 40px; }
	
	.post-inner {
		max-width: 100%;
		padding: 7.5%;
	}
	.contents_right {
		max-width: 100%;
		padding: 7.5%;
	}
	.wrapper main {
		max-width: 100%;
		padding: 7.5%;
	}
	.post-header + .post-content { margin-top: 30px; }
	
	.post-title { 
		font-size: 2.25em; 
		line-height: 125%;
	}
	
	.post-meta {
		padding-top: 12px;
		margin-top: 12px;
	}
	
	.post-meta p:nth-child(3) { display: none; }
	
	.contents_right {
        height: auto;
        width: 100%;
        float: right;
        margin: 0 0 10px;
        margin-bottom: 10px;
        text-align: left;
        padding: 7.5% 5%;
        background-color: #fff;
}
    #wrapper {
        text-align: center;
        margin: 0px auto;
        padding: 0px;
        height: auto;
        width: 100% !important;
}
	/* Post Content --------------------------------------- */
	
	
	.post-content blockquote { padding: 20px 20px 20px 70px; }
	
	.post-content blockquote:after {
		font-size: 64px;
		width: 70px;
		top: 18px;
	}
	
	.post-inner {
        padding: 7.5% 5%;
}
div.contact input[type="text"], div.contact input[type="email"], div.contact select {
    font-size: 100%;
    padding: 2px;
    margin-top: 10px;
    width:90%;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    padding-top: 0!important; 
}
div.contact div.title, div.contact div.content {
    vertical-align: middle;
    padding: 0!important;
}

	/* Comments --------------------------------------- */
	
	
	.comments-title-container,
	.comment-reply-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.comments-title,
	.comment-reply-title {
		font-size: 1.5em;
	}
	
	.comments-title-link { display: none; }
	
	.comment .avatar { display: none; }
	
	.bypostauthor .comment-author-icon {
		top: -8px;
		left: -8px;
		z-index: 200;
	}
	
	.comment-inner { margin-left: 0; }
	.comment-inner:before { content: none; }
	
	.comments-nav { margin-top: 20px; }
	
	
	/* Respond --------------------------------------- */
	
	
	.comment-form-author, 
	.comment-form-email {
		width: 100%;
		float: none;
	}
	
	
	/* Pagination --------------------------------------- */
	
	
	.page-title { 
		height: 40px; 
		padding-top: 13px;
	}
	
	.archive-navigation,
	#infinite-handle,
	#infinite-loader { margin-top: 40px; }
	
	
	/* Footer --------------------------------------- */
	
	
	.footer .widgets {
		width: 100%;
		float: none;
	}
	
	.footer .widgets + .widgets { 
		margin: 40px 0 0; 
		border-top: 1px solid #ddd;
		padding: 40px 0 0;
	}
	.widget_nav_menu li:before {
/*     background: url(images/icon_link.svg) no-repeat scroll 0; */
	font: 16px/1 'Genericons';
	/*width: 16px;
	height: 16px;*/
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 8px;
	position: relative;
	top: -1px;
	padding: 0;
	
}

	
}


@media ( max-width: 500px ) {


	/* Structure --------------------------------------- */

	.sidebar {
		margin: 40px 0 0;
		padding: 0 5% 40px;
	}
	
	
	/* Content --------------------------------------- */
	
	.wrapper { padding: 0; }
	
	.wrapper .section-inner .main { max-width: 100%; }
	
	.content { margin-top: 0; }
	
	.post { border: none; }
		
	.post + .post { 
		margin-top: 0; 
		border-top: 2px solid #eee;
	}
	
	.sticky-post { 
		width: 20px;
		height: 24px;
		top: 0;
		right: 2.5%; 
	}
	
	.sticky-post .genericon { bottom: 5px; }
	
	.sticky-post:after { 
		border-right-width: 10px;
		border-bottom-width: 5px;
		border-left-width: 10px; 
		bottom: -5px;
	}
	
	.sticky-post:hover { height: 24px; }
		
	.post-image { padding: 7.5% 5% 0 5%; }
	
	.post-inner { padding: 7.5% 5%; }
	
	.post-image + .post-inner { padding-top: 7%; }
	
	.post-title { font-size: 1.75em; }
	
	.post-meta { 
		margin-top: 10px;
		padding-top: 7px; 
	}
	
	.post-meta p { font-size: 0.7em; }
	
	.post-meta span { display: none; }
	
	.post-meta p + p:before { margin: 0 10px 0 6px; }
	
	.post-content .more-link { 
		padding: 13px 15px; 
		font-size: 0.75rem;
	}
	
	.post-header + .post-content { margin-top: 7%; }
	
	
	/* Single Post --------------------------------------- */
	
	
	.single .wrapper { padding-bottom: 0; }
	
	.post-tags { margin-top: 30px; }
	
	.post-navigation:before { content: none; }
	
	.post-navigation-inner {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.post-nav-prev,
	.post-nav-next {
		float: none;
		width: 100%;
		padding: 20px 5%;
	}
	
	.post-nav-prev + .post-nav-next { border-top: 1px solid #ddd; }
	
	
	/* Post Content --------------------------------------- */
	
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin: 40px 0 20px; }
	
	.post-content h1 { font-size: 1.5em; }
	.post-content h2 { font-size: 1.4em; }
	.post-content h3 { font-size: 1.3em; }
	.post-content h4 { font-size: 1.2em; }
	.post-content h5 { font-size: 1.1em; }
	
	.post-content hr { margin: 40px auto; }

	.post-content .alignwide,
	.post-content .alignfull {
		margin-left: calc( 50% - 50vw );
		max-width: 100vw;
		width: 100vw;
	}
	
	.post-content .alignleft,
	.post-content .alignright {
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.post-content .alignleft img,
	.post-content .alignright img {
		display: block;
		margin: 0 auto;
	}
	
	.post-content input[type="text"],
	.post-content input[type="tel"],
	.post-content input[type="url"],
	.post-content input[type="email"],
	.post-content input[type="password"],
	.post-content textarea {
		padding: 16px;
	}
	
	
	/* Comments --------------------------------------- */
	
	
	.comments-inner,
	.comment-respond { 
		max-width: 90%;
		padding: 40px 0; 
	}
	
	div.comment { margin-top: 20px; }
	
	.commentlist .children { margin-left: 20px; }
	
	.comment-inner { 
		padding: 20px;
		border-radius: 3px; 
	}
	
	.comment-header { margin-bottom: 20px; }
	
	.comment-content { font-size: 0.95em; }
	
	.comments-nav a { font-size: 0.8em; }
	
	
	/* Respond --------------------------------------- */
	
	
	.comment-respond p { margin-bottom: 15px; }
	
	.comment-respond input[type="text"], 
	.comment-respond textarea {
		padding: 15px;
	}
	
	.comment-respond textarea { height: 150px; }
	
	.comment-respond input[type="submit"] { padding: 13px 15px; }
	
	
	/* Page & Page Templates --------------------------------------- */
	
	
	.single-attachment .featured-image { padding: 5%; }
	
	
	/* Pagination --------------------------------------- */
	
	
	.page-title {
		height: auto;
		padding: 20px 0;
		background: #fff;
		border-bottom: 1px solid #eee;
	}
	
	.page-title h4 { 
		color: #111; 
		text-shadow: none;
	}
	
	.page-title h4 span { color: #666; }
	
	.archive-navigation { 
		max-width: 100%; 
		padding: 25px 5% 28px;
		margin: 0;
		border-top: 1px solid #ddd;
		text-align: center;
		background: #fff;
	}
	
	.archive-navigation .fleft { display: none; }
	
	.archive-navigation .fright { float: none; }
	
	.archive-navigation p { font-size: 0.8em; }
	
	.archive-navigation p + p:before { margin: 0 12px; }
	
	
	/* Footer --------------------------------------- */
	
	
	.footer { 
		background: #fafafa;
		border-top-color: #ddd;
		padding: 10% 0; 
	}
	
	.footer .widgets + .widgets,
	.widget + .widget { 
		padding-top: 11%; 
		margin-top: 11%;
	}
	
	.footer .tagcloud a { background: #ddd; }
	.footer .tagcloud a:before { border-right-color: #ddd; }
	
	.footer .tagcloud a:hover { background: #ca2017; }
	.footer .tagcloud a:hover:before { border-right-color: #ca2017; }
	
.contents_right {
        height: auto;
        max-width: 100%;
        float: right;
        /*margin: -60px 0 10px;*/
        margin-bottom: 10px;
        text-align: left;
        padding: 10px;
}
	
}


@media ( max-width: 440px ) {
	
	
	/* Single Post --------------------------------------- */
	
	
	.post-title { font-size: 1.5em; }
	
	.post-meta {
		margin-top: 8px;
		padding-top: 5px;
	}
	
	
	/* Post Content ---------------------------------- */
	
	
	.post-content blockquote { padding: 20px; }
	
	.post-content blockquote:after { display: none; }
	
	
	/* Comments -------------------------------------- */
	
	
	.comments-title,
	.comment-reply-title { font-size: 1.3em; }
	
	.comment-inner { padding: 15px; }
	
	.comment-header { margin-bottom: 15px; }
	
	.comment-meta { 
		margin-top: 16px;
		font-size: 0.65em; 
	}
		
	
	/* Credits --------------------------------------- */
	
	
	.credits p { padding-bottom: 0; }
	
	.credits p span { display: none; }
	
	.credits p a:hover { border-bottom-color: #ca2017; }
	
	.contents_right {
        height: auto;
        max-width: 100%;
        float: right;
        /*margin: -60px 0 10px;*/
        margin-bottom: 10px;
        text-align: left;
        padding: 10px;
}

}
@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
}


/* IE10以上 */
@media print and (-ms-high-contrast: none) {
        /* @pageの指定いらないかも */
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}
