/*
	Theme Name: GW Theme 1040
	Theme URI: https://www.gorilla-web.net
	Description: GW Theme 1040 HTML5+CSS3
	Version: 1.5
	Author: Gorilla web
	Author URI: https://www.gorilla-web.net
	Tags: Blank, HTML5, CSS3

	License: GW
	License URI: http://opensource.org/licenses/mit-license.php
*/


.single_content p{
	font-size:17px;
line-height:2em;
	margin-bottom:8px;
}
.single_content h2{
	color:#122D5B;
	font-size:22px;
line-height:2em;
	margin-bottom:8px;
	margin-top:24px;
	border-left:6px solid;
	padding:4px 12px;
}


.wp_contents_flex_box {
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-left: auto;
	margin-right: auto;
	padding:5.38%;
}
.left{
width:71.53%;
}
.w1040 {
margin:0 auto;
max-width:1040px;
}


#breadcrumb ul{
	display:flex;
	margin:0px;
		padding:0px;
	list-style-type:none;
	font-size:12px;
}
#breadcrumb ul li{
	margin:0 8px;
}

#breadcrumb{
	max-width:1040px;
	margin:auto;
}

.pagenation{
	margin:3.84% 0;
}
.page-numbers{
	font-size:12px;
	color:#555555;
	display:inline-block;
	line-height:32px;
	padding:0 8px;
	border:1px #cccccc solid;
}
.current{
background-color:#ededed;	
}


.loop_wrap{
border-bottom:1px dashed #cccccc;
margin:0 0 24px 0;
padding:0px 0 24px 0;
}
.loop_wrap p{
font-size:14px;
line-height:1.8em;
}
.loop_wrap p a{
font-size:12px;
}
.loop_wrap a{
color:#333333;
text-decoration: none;
}
.loop_wrap .date{
margin-top:8px;
margin-bottom:8px;
display:block;
font-size:12px;
line-height:20px;
font-weight:normal;
}
.loop_wrap .author{
font-size:12px;
}
.loop_wrap .comments{
font-size:12px;
}
.loop_post_thum{
background-color:#eeeeee;
width:22%;
float:left;
margin:0;
}
.loop_post_thum img{
width:100%;
height:auto;
margin:0;
}
.loop_post_right{
width:75%;
float:right;
}
.left .loop_post_right h2 {
	font-weight:500;
	font-size:19px;
	line-height:1.6em;
	padding:0px;
}


.left .entry-title {
	font-size:20px;
	line-height:1.4em;
	font-weight:500;
	letter-spacing:1px;
	border-top: 1px solid #364c63;
	border-bottom: 1px solid #364c63;
	padding:16px 0px 16px 0px;
	margin-bottom:32px;
}
.single_thum img {
width:100%;
	margin-bottom:16px;
}
.single_details {
	margin-bottom:16px;
}
.single_details .date {
	color: ##848484;
	font-size:14px;
}
.single_content{
	padding-top:3.07%;
	border-top:1px dotted #ada299;
}
.left .single_content p{
font-size:15px;
line-height:1.8em;
}
.single_tag {
margin-top:32px;
border-top:1px dotted #ada299;
padding-top: 24px;
padding-bottom: 24px;
}


.left .single_tag_tca p{
margin:0;
padding:0;
line-height:1.5em;
color:#666666;
font-size:12px
}
.left .single_tag_tca a{
margin:0;
padding:0;
color:#666666;
font-size:12px
}
.comment-author img{
display:none;
}

.single_tag .commentss p{
line-height:1.6em;
}
.single_tag .commentss .commentmetadata{
line-height:1.8em;
margin:0 0 16px 0;
}
.single_tag .commentss .reply{
line-height:1em;
margin:0 0 16px 0;
}

.navigation_np{
	margin-top:3.07%;
	display:flex;
	justify-content:space-between;
}
.navigation_np a{
	padding:0 24px;
	display:block;
	font-size:15px;
	line-height:40px;
	color:#122d5b;
}



.memo{
color:#666666;
padding:8px 0;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
margin:16px auto;
font-size:11px;
max-width:1040px;
}
hr {
	height: 0;
	margin: 0px 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #fff;
}
.foot_navi{
margin:0;
padding:0;
font-size:11px;
}
.foot_navi ul{
margin:0;
padding:0;
list-style-type: none
}
.foot_navi ul li{
float:left;
margin:0 16px 24px 0;
padding:0;
list-style-type: none
}
.foot_navi ul li a{
color:#333333;
text-decoration: none;
padding:8px 16px;
background-color:#e9e9e9;
}

.auto_navi{
margin:0;
padding:0;
font-size:11px;
}
.auto_navi ul{
margin:0;
padding:0;
list-style-type: none
}
.auto_navi ul li{
float:left;
margin:0 16px 24px 0;
padding:0;
list-style-type: none
}
.auto_navi ul li a{
color:#333333;
text-decoration: none;
padding:8px 16px;
	border:1px solid #cccccc;
}




.copyright{
font-size:11px;
margin:32px 0 32px 0;
padding:32px 0 0 0;
border-top:1px solid #cccccc;
}








.cl {
	clear: both;
}




/*------------------------------------*\
    MAIN
\*------------------------------------*/

global box-sizing
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
overflow-x: hidden;
}
body {
overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height:auto;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

/* header */


/* sidebar */
.sidebar {
width:24.61%;
}
.sidebar {
width:23.84%;
float:right;
}
.sidebar-widget h2 {
	background-color:#122d5b;
color:#ffffff;
font-weight:500;
font-size:17px;
letter-spacing:1px;
padding:12px 0 10px 16px;
}
.sidebar-widget ul{
margin:0 0 7.69% 0;
list-style-type: none;
padding:0;
}
.sidebar-widget ul li {
}
.sidebar-widget ul li a{
display:block;
border-bottom:1px dotted #62463c;
padding:8px 0 8px 0;
font-family: 'Noto Sans JP', sans-serif;
font-size:14px;
line-height:1.7em;
text-decoration: none;
}






/* footer */



/* サービス詳細ページ */

#service {
}
#service ul {
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    list-style-type: none;
    max-width: 1120px;
}
#service ul li {
    margin-bottom: 5.38%;
	
}
#service ul li:last-child {
	margin-bottom: 0%;
}
.service_h2_wrap {
    border-left: 8px solid #003b6f;
    margin-bottom: 24px;
    padding-left: 8px;
}
.service_h2_wrap h2 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
    background-image: url(images/service_h2_border.svg);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 1px 1px;
    padding-right: 20%;
}
.service_h2_wrap h2 span {
    background-color: #FFFFFF;
    display: inline-block;
    padding-right: 3.07%;
}
.service_detail {
    display: flex;
	justify-content:space-between;
}
.service_detail_txt {
}
.service_detail_txt p {
    font-size: 15px;
    line-height: 1.8em;
}

.service_detail_img {
    width: 36.15%;
    margin-left: 4.61%;
    min-width: 288px;
}
.service_detail_img img {
    width: 100%;
}


/* サービス詳細ページここまで*/




/*------------------------------------*\
    コメント関係
\*------------------------------------*/
.commentss{
font-size:12px;
border-top:1px solid #cccccc;
padding:32px 0 0 0;
margin:48px 0 0 0;
}
.commentss p{
margin:0 0 16px 0;
}
.commentss h3{
margin:0 0 16px 0;
font-size:16px;
}
.comment-form-url{
display:none;
}
.required{
color:#d10017;
}
.commentss label{
display:block;
}
.commentss input{
background-color:#ededed;
border:none;
padding:8px;
}
.commentss textarea{
background-color:#ededed;
border:none;
padding:8px;
}

.commentss h2{
font-size:18px;
margin: 0 0 24px 0;
}
.commentss ul{
list-style-type: none;
margin:0;
padding:0 0 0 0px;
}










.search-input{
	background-color:#d0d0d0;
	border:none;
	box-sizing:border-box;
	padding:8px 2%;
	box-sizing:border-box;
	width:96%;
}
.search-submit{
	background-color:#cccccc;
	border:none;
	padding:8px;
	box-sizing:border-box;
	margin:8px 0 32px 0;
}





/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {


}
@media only screen and (max-width:700px) {

.foot_navi {
margin:0 8px;
}
.copyright {
margin:0 16px;
display:block;
}
.wp_contents_flex_box {	
display:flex;	
flex-wrap:wrap;	
justify-content:space-between;	
margin-left: auto;
	margin-right: auto;
	padding: 12.3% 5.38% 5.38% 5.38%;
}
.left{
width:100%;
float:none;
margin:0;
}

.sidebar {
width:100%;
float:none;
margin:9.23% 0px 0px 0px;

}
.sidebar-widget{
}
.loop_wrap{
width:100%;
margin:0 0 24px 0;
padding:0px 0 24px 0;
}
.loop_wrap p {
font-family: 'Noto Sans JP', sans-serif;
font-size:12px;
line-height:1.6em;
}
.loop_post_thum{
background-color:#eeeeee;
width:21.53%;
float:left;
margin:0;
}
.loop_post_thum img{
width:100%;
height:auto;
margin:0;
}
.loop_post_right{
width:73.84%;
float:right;
}
.left .loop_post_right h2 {
	font-weight:500;
	font-size:16px;
	line-height:1.5em;
	padding:0px;
}
.loop_post_right .date{
text-align:left;
margin:4px 0 4px 0;
display:block;
color:#888888;
	font-size:10px;
}
.loop_post_right .author{
text-align:center;
margin:0px 0 4px 0;
display:block;
color:#888888;
}
.loop_post_right .comments{
text-align:left;
margin:0px 0 4px 0;
display:none;
color:#888888;
}
.loop_post_right p a{
color:#888888;
}
.loop_post_right p{
margin:0;
	font-size:12px;
}


.commentss{
margin: 0;
}
#commentform p textarea {
    width:300px;
}

.left .entry-title {
	font-size:18px;
	line-height:1.4em;
	font-weight:400;
	letter-spacing:1px;
	border-top: 1px solid #ada299;
	border-bottom: 1px solid#ada299;
	padding:12px 0px 12px 0px;
	margin-bottom:32px;
}
.single_thum img {
width:100%;
display:block;
margin:0 auto 16px;
}
.single_details{
padding:0 0 8px 0;
margin:0 0 8px 0;
font-size:11px;
}
.single_details .date{
text-align:center;
margin:0px 0 4px 0;
display:block;
color:#888888;
}
.single_details .author{
text-align:center;
margin:0px 0 4px 0;
display:block;
color:#888888;
}
.single_details .comments{
text-align:center;
margin:0px 0 4px 0;
display:block;
color:#888888;
}

.single_content{
margin:0;
}
.left .single_content p{
font-family: 'Noto Sans JP', sans-serif;
font-size:15px;
line-height:1.8em;
}
.single_tag {
border-top:1px solid #cccccc;
padding:16px 0 0 0;
line-height:1;
}
.single_tag p{
margin:0 0 8px 0;
line-height:1.5em;
}
.single_tag_tca p{
margin:0;
line-height:1.5em;
}
.single_tag_tca {
margin:0 0 16px 0;
padding:0 8px;
}

.single_tag .commentss{
padding:16px 8px;
}

#breadcrumb{
	display:none;
}



/* サービス詳細ページ */

#service {
}
#service ul {
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    list-style-type: none;
    max-width: 1120px;
}
#service ul li {
    margin-bottom: 8.46%;
	
}
#service ul li:last-child {
	margin-bottom: 0%;
}
.service_h2_wrap {
    border-left: 8px solid #003b6f;
    margin-bottom: 12px;
    padding-left: 8px;
}
.service_h2_wrap h2 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    background-image: url(images/service_h2_border.svg);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 1px 1px;
    padding-right: 20%;
}
.service_h2_wrap h2 span {
    background-color: #FFFFFF;
    display: inline-block;
    padding-right: 3.07%;
}
.service_detail {
    display: flex;
    flex-wrap: wrap;
}
.service_detail_txt {
    margin-bottom: 16px;
}
.service_detail_txt p {
    font-size: 15px;
    line-height: 1.7em;
}

.service_detail_img {
    width: 100%;
    margin-left: 0%;
    min-width: 288px;
}
.service_detail_img img {
    width: 100%;
}



/* サービス詳細ページここまで*/





}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}

	
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
