/*
Theme Name: First
Theme URI: http://themehaus.net/themes/first/
Author: Takao Utsumi
Author URI: http://themehaus.net/
Description: First is a simple yet flexible WordPress theme for blogs. From beginner bloggers to pro bloggers, it has features for everyone. First is made using responsive design, so it offers a pleasant reading experience even on tablets and smartphones. First comes with 4 widgets and 3 menus. Because the Customizer also allows you to set up custom headers and backgrounds, you can set your blog up just the way you want it.
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: first
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menu
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 90%;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}

/* Base */
body {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 1.5;
	word-wrap: break-word;
}
::selection {
	background-color: #fffad3;
	color: #333;
}
::-moz-selection {
	background-color: #fffad3;
	color: #333;
}
@media screen and (min-width: 783px) {
	body {
		font-size: 18px;
	}
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #111;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 36px;
	font-size: 2.25rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 28px;
	font-size: 1.75rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 17px;
	font-size: 1.063rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .post-navigation a {
	color: #3872b8;
	text-decoration: underline;
}
a:hover {
	color: #5687c3;
}

/* Text */
p {
	margin: 0 0 0em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
}
code, kbd, tt, var {
	color: #666;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background-color: #fffad3;
	color: #333;
	text-decoration: none;
}

/* List */
ul, ol {
	margin: 0 0 1.5em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.4em;
}
dd {
	margin: 0 0 1.5em 1.5em;
}

/* Table */
table {
	border-top: solid 1px #e6e6e6;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #e6e6e6;
	padding: 0.8em 1.2em 0.8em 0;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #888;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #ddd;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	color: #666;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.4em 0;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 0 0 1.5em;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #007BFF;
	border: none;
	border-radius: 4px;
	color: #eee;
	font-size: 87.5%;
	line-height: 1;
	padding: 1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #cccccc;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {

	border: solid 1px #cccccc;
	color: #666;
	margin-top: 0.4em;
	padding: 0.6em;
	border-radius:5px;
	background: #f7f7f7;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}
textarea {
	max-width: 644px;
	width: 100%;
}

input[type="checkbox"]{
	width:16px;
	height:16px;
border:solid 3px #ff0000;
}

input[type="radio"]{
	width:14px;
	height:14px;
	border:solid 3px #ff0000;
}
/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #777;
	font-size: 93.8%;
	font-style: italic;
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-top:before,
.site-top:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:before,
.post-navigation:after,
.site-footer:before,
.site-footer:after,
.footer-widget:before,
.footer-widget:after,
.site-bottom:before,
.site-bottom:after {
	content: '';
	display: table;
}
.clear:after,
.site-header:after,
.site-top:after,
.site-content:after,
.entry-content:after,
.comment-content:after,
.comment-navigation:after,
.post-navigation:after,
.site-footer:after,
.footer-widget:after,
.site-bottom:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

body {
	background-color: #f5f4f2;
}
.site {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.boxed .site {
	max-width: 100%;
}
.site-top,
.site-content,
.footer-widget,
.site-bottom {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0 20px;
}
.site-top,
.site-bottom {
	text-align: center;
}
.site-logo {
	padding-bottom: 8px;
}
.header-navigation {
	margin-top: 18px;
}
.site-content {
	margin-bottom: 24px;

}
.sidebar-area {
	border-top: solid 3px #eee;
	padding-top: 56px;
}
.footer-navigation {
	margin-bottom: 22px;
}
@media screen and (min-width: 783px) {
	.site-top,
	.main-navigation,
	.site-bottom {
		margin-left: auto;
		margin-right: auto;
		max-width: 1100px;
		padding: 0 45px;
	}
}
@media screen and (min-width: 960px) {
	.site-content,
	.footer-widget {
		max-width: 1100px;

			padding-left:30px;
	}
	.header-side .site-top,
	.footer-side .site-bottom {
		text-align: left;
	}
	.header-side .site-top-table {
		display: table;
		width: 100%;
				max-width:1100px;
	}
	.header-side .site-branding {
		display: table-cell;
		vertical-align: middle;

	}

	.header-side .site-logo,
	.header-side .site-title {
		display: inline-block;

	}
	.header-side .site-logo {
		padding-bottom: 0;
		padding-right: 8px;
		padding-top: 8px;


	}
	.header-side .header-navigation {
		display: table-cell;
		margin-top: 0;
		text-align: right;
		vertical-align: middle;
		padding-right:20px;
	}
	.content-area {

		width: 100%;
	}
	.no-sidebar .content-area,
	.full-width .content-area {
		border-right: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		width: 100%;
	}
	.full-width .content-area {
		width: auto;
	}
	.sidebar-area {
		border-top: none;

		padding-top: 0;

	}
	.footer-widget .widget-area {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding-left: 48px;
	}
	.footer-widget .widget-area:first-child {
		padding-left: 0;
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%
	}
	.footer-2 .footer-widget .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget .widget-area {
		width: 100%;
	}
	.footer-side .footer-navigation {
		float: left;
		margin-bottom: 6px;
	}
	.footer-side .site-info {
		float: right;
		text-align: right;
	}
}


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

.site-header {

	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.site-top {
	margin-bottom: 10px;
	margin-top: 8px;
	
max-width:1100px;
}
.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
margin-left:-40px;

}
.site-logo a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.site-logo img {
	zoom: 90%;
	max-width:350px;
	
}

@media only screen and (max-width: 480px) {
.site-logo img{
max-width:200px;
}
}


.site-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.site-title a,
.site-title a:hover {
	color: #111;
}
.site-title a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.site-description {
	color: #777;
	font-size: 93.8%;
	line-height: 1.4;
}
.header-image {
	max-height: 480px;
	overflow: hidden;
}
.header-image img {
	width: 100%;
}
@media screen and (min-width: 783px) {
	.site-logo img {
		zoom: 1;
	}
	.site-title {
		font-size: 40px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Navigation Bar */
.site-bar,
.main-navigation ul ul {
	background-color: #d3d6e6;

}

@media screen and (max-width: 768px) {
.site-bar,
.main-navigation ul ul {
	display:none;

}
}
.site-bar,
.menu-toggle,
.main-navigation a {
	line-height: 45px;
}
.main-navigation {
	font-size: 93.8%;
	position: relative;

}
.menu-toggle {
	cursor: pointer;
	text-transform: uppercase;
}
.menu-toggle:before {
	content: '\f419';
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
}
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle,
.main-navigation a {
	color: #ddd;
	color: rgba( 255, 255, 255, 0.8 );
	padding: 0 20px;
}
.menu-toggle:hover,
.main-navigation a:hover {
	background-color: #444;
	background-color: rgba( 255, 255, 255, 0.1 );
	color: #fff;
}
.main-navigation a {
	border-top: solid 1px #555;
	border-color: rgba( 255, 255, 255, 0.2 );
	display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #fff;
}
.main-navigation ul ul a {
	padding-left: 30px;
}
.main-navigation ul ul ul a {
	padding-left: 45px;
}
.main-navigation ul ul ul ul a {
	padding-left: 60px;
}
.main-navigation .search-form {
	position: absolute;
	right: 20px;
	top: 0;
}
.main-navigation .search-field {
	background: url( "images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 36px;
	margin-top: 10px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
}
.main-navigation .search-field:focus {
	background-color: #fff;
	background-image: url( "images/search-icon-ov.png" );
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.main-navigation .search-field {
		background-image: url( "images/search-icon@2x.png" );
	}
	.main-navigation .search-field:focus {
		background-image: url( "images/search-icon-ov@2x.png" );
	}
}
.main-navigation .search-submit {
	display: none;
}
.ie8 .site-header .search-field {
	padding-top: 6px;
}
@media screen and (min-width: 764px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation a {
		border-top: none;
		padding: 0 18px;
	}
	.main-navigation a:hover {
		background-color: transparent;
	}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul ul a {
		padding-left: 18px;
	}
	.main-navigation li {
		position: relative;
		background-color:#1d2a75;
		width:15%;
		margin-top:6px;
	margin-bottom:8px;
		border-radius:4px;
		border:solid 1px #ffffff;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
		padding-right: 30px;
		text-align: center;
		text-transform: uppercase;
	}
	.header-side .main-navigation div.menu > ul,
	.header-side .main-navigation ul.menu {
		text-align: left;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
		text-align: center;
		margin-left:10px;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 20;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a,
	.main-navigation ul.menu > li.page_item_has_children > a,
	.main-navigation div.menu > ul > li.menu-item-has-children > a,
	.main-navigation ul.menu > li.menu-item-has-children > a {
		padding-right: 28px;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: '\f431';
		font: normal 16px/1 Genericons;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 5px;
		top: 22px;
	}
	.main-navigation ul ul {
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .2s ease-in-out;
		white-space: normal;
		width: 180px;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #555;
		border-color: rgba( 255, 255, 255, 0.2 );
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px;
	}
	.main-navigation .search-form {
		right: 45px;
	}
	.main-navigation .search-field {
		transition: width .4s ease, background .4s ease;
	}
}

/* Header Navigation */
.header-navigation {
	font-size: 100%;

}

@media only screen and (max-width: 480px) {
.header-navigation {
display:none;

}
}


.header-navigation ul {
	list-style: none;
	margin: 0;
}
.header-navigation li {
	color: #000000;
	line-height: 36px;
	position: relative;
	text-align: left;
	margin-top:15px;
}
.header-navigation li a {
	display: block;
		border-bottom:solid 2px #ffffff;
}

.header-navigation li a:hover {
	border-bottom:solid 2px #ff0000;

}
.header-navigation .current-menu-item > a,
.header-navigation .current_page_ancestor > a {
	color: #1e87f7;

}
.header-navigation ul.menu > li {
	display: inline-block;
	padding-left: 18px;
	text-transform: uppercase;
}
.header-navigation ul.menu > li:first-child {
	padding-left: 0;
}
.header-navigation ul.menu > li.menu-item-has-children {
	padding-right: 22px;
}
.header-navigation ul.menu > li.menu-item-has-children:after {
	content: '\f431';
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	top: 10px;
}
.header-navigation ul ul {
	background-color: #fff;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #ddd;
	left: -9999px;
	opacity: 0;
	position: absolute;
	text-transform: none;
	top: 100%;
	transition: opacity .2s ease-in-out;
	white-space: normal;
	width: 180px;
	z-index: 99999;
}
.header-navigation ul li:hover > ul {
	left: 4px;
	opacity: 1;

}
.header-navigation ul li:first-child:hover > ul {
	left: -14px;
}
.header-navigation ul li:last-child:hover > ul {
	left: auto;
	opacity: 1;
	right: -14px;
}
.header-navigation ul ul li a {
	border-top: solid 1px #eee;
	line-height: 1.5;
	padding: 10px 14px;
}
.header-navigation ul ul li:first-child a {
	border-top: none;
}

/* Footer Navigation */
.footer-navigation {
	color: #555;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
	padding-right: 16px;
}

/* Social Link 
   This section is based on code from Stargazer.
   http://wordpress.org/themes/stargazer */
.menu a:before {
	border: solid 1px #ddd;
	border-radius: 50%;
	color: #999;
	display: inline-block;
	font: normal 18px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
	padding: 6px;
	position: relative;
	vertical-align: middle;
}
.menu a:hover:before {
	border-color: #bbb;
	color: #666;
}
.main-navigation a:before,
.footer-widget .menu a:before {
	border-color: #666;
	border-color: rgba( 255, 255, 255, 0.3 );
	color: #bbb;
	color: rgba( 255, 255, 255, 0.7 );
}
.main-navigation a:hover:before,
.footer-widget .menu a:hover:before {
	border-color: #999;
	border-color: rgba( 255, 255, 255, 0.5 );
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}
.widget .menu a:before {
	font-size: 22px;
	padding: 7px;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }


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

/* Entry */
.hentry {
	border-bottom: solid 1px #eee;
	margin-bottom: 48px;
}
.single .hentry {
	margin-bottom: 60px;
}
.page .hentry {
	border-bottom: none;
}

/* Entry Header */
.entry-header {
	margin-bottom: 16px;
}
.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-top: 0;
	font-weight:normal;
	margin-top:25px;
	padding-left:15px;
}
.entry-header-meta {
	color: #999;
	font-size: 93.8%;
	margin-bottom: 36px;
	text-transform: uppercase;
}
.entry-header-meta a:hover {
	color: #666;
}
.meta-sep {
	color: #ccc;
	margin: 0 8px;
}
.post-thumbnail {
	margin-bottom: 36px;
	transition: opacity .15s ease-in-out;
}
.post-thumbnail a:hover {
	opacity: 0.8;
}

/* Entry Content */
.entry-content {
	margin-bottom: 34px;
		width:95%;
	line-height:170%;
	margin-top:35px;
}

@media screen and (max-width: 764px) {
.entry-content {
	margin:0px auto;
	margin-bottom: 24px;
	width:100%;
	margin-top:15px;

	overflow:hidden;

}	
}

.entry-content cite a {
	text-decoration: none;
}

/* Entry Footer */
.entry-footer {
	margin-bottom: 24px;
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%;
}
.cat-links {
	margin-right: 24px;
}
.cat-links:before,
.tags-links:before {
	color: #ccc;
	display: inline-block;
	font: normal 24px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}

/* Entry Summary */
.entry-summary {
	margin-bottom: 48px;
}
.continue-reading {
	text-transform: uppercase;
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #ff810c;
	border-radius: 3px;
	color: #fff;
	font-size: 87.5%;
	margin-left: 12px;
	padding: 3px 9px;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 24px;
}

/* Archive */
.page-header {
	border-bottom: solid 1px #eee;
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.page-title {
	font-size: 22px;
	font-size: 1.38rem;
	margin-bottom: 12px;
	margin-top: 0;
}
.page-content {
}

/* Hide Title */
.format-aside .entry-title,
.format-image .entry-title,
.format-link .entry-title,
.format-quote .entry-title,
.format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote {
	font-size: 1.5em;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 24px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #eee;
	font-size: 93.8%;
	margin-bottom: 60px;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	background-color: #222;
	border: solid 1px #222;
	display: none;
	padding: 8px 19px;
	margin-right: 4px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	background-color: transparent;	
	border-color: transparent;
	color: #555;
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers:hover {
	background-color: #555;
	border-color: #555;
	color: #fff;
}
.pagination .current {
	background-color: #fff;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 48px;
}
.page-links .page-numbers {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
	padding: 6px 16px;
	margin-left: 4px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #ddd;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #333;
}

/* Post Navigation */
.post-nav-title {
	color: #777;
	font-size: 93.8%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.post-navigation {
	margin-bottom: 60px;
}
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

/* Comment Navigation */
.comment-navigation {
	margin-bottom: 24px;
	text-transform: uppercase;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 60px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 24px;
	margin-top: 0;
}
.comments-title {
	padding-top: 12px;
}
.comment-reply-title {
	margin-top: 48px;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 24px 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 24px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 24px;
	padding-top: 24px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	height: 42px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 42px;
}
.has-avatars .comment .comment-meta {
	margin-left: 57px;
}
.bypostauthor > .comment-body .comment-author:after {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	content: '\f408';
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-content cite a {
	text-decoration: none;
}
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #333;
}
#commentform label {
	display: block;
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
	color: #555;
	font-size: 93.8%;
	margin-bottom: 48px;
}
.footer-widget .widget {
	color: #ccc;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget select {
	color: #555;
}

/* Heading */
.widget-title {
	font-size: 17px;
	font-size: 1.063rem;
	letter-spacing: 0;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: uppercase;
}
.footer-widget .widget-title {
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.footer-widget .widget a {
	color: #ccc;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget a:hover {
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul li {
	border-top: solid 1px #eee;
	line-height: 1.4;
	padding-bottom: 12px;
	padding-top: 12px;
}
.widget > ul > li:first-child,
.widget > div > ul > li:first-child {
	border-top: none;
	padding-top: 8px;
}
.widget ul ul {
	margin-left: 12px;
	margin-top: 12px;
}
.widget ul ul li:last-child {
	padding-bottom: 0;
}
.footer-widget .widget ul li {
	border-color: #555;
	border-color: rgba( 255, 255, 255, 0.15 );
}

/* Form */
.footer-widget button,
.footer-widget input[type="button"],
.footer-widget input[type="reset"],
.footer-widget input[type="submit"] {
	background-color: #666;
	background: rgba( 255, 255, 255, 0.3 );
}
.footer-widget button:hover,
.footer-widget input[type="button"]:hover,
.footer-widget input[type="reset"]:hover,
.footer-widget input[type="submit"]:hover {
	background-color: #888;
	background-color: rgba( 255, 255, 255, 0.4 );
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
	text-transform: uppercase;
}
.footer-widget .widget_recent_entries .post-date {
	color: rgba( 255, 255, 255, 0.5 );
}

/* Recent Comments */
.widget_recent_comments li a {
	text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
	max-width: 300px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 32px;
	margin-bottom: 0;
	max-width: 300px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	border-bottom: solid 1px #e6e6e6;
	padding: 2px 0;
}
.widget_calendar tbody td {
	border-bottom: solid 1px #e6e6e6;
}
.widget_calendar tbody td a {
	background-color: #e6e6e6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #555;
	background-color: #f0f0f0;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}
.footer-widget .widget_calendar table,
.footer-widget .widget_calendar thead th,
.footer-widget .widget_calendar tbody td {
	border-color: #666;
	border-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar caption {
	color: #ccc;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget_calendar tbody td a {
	background-color: #666;
	background-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar tbody td a:hover {
	background-color: #555;
	background-color: rgba( 255, 255, 255, 0.2 );
}

/* RSS */
.widget_rss li {
	line-height: 1.4;
	margin-bottom: 6px;
}
.widget_rss li .rsswidget {
	display: block;
	margin-top: 6px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 86.7%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}
.footer-widget .widget_rss .rss-date,
.footer-widget .widget_rss .rssSummary,
.footer-widget .widget_rss cite {
	color: rgba( 255, 255, 255, 0.5 );
}


/* Footer
------------------------------------------------------------ */

/* Base */
.site-footer {
	border-top: solid 1px #eee;
}

/* Footer Widget */
.footer-area {
	background-color: #222;
	padding-bottom: 24px;
	padding-top: 60px;
}

/* Footer */
.site-bottom {
	color: #999;
	font-size: 87.5%;
	margin-bottom: 22px;
	margin-top: 28px;
}
.site-bottom a {
	color: #666;
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
	color: #111;
}
.site-copyright,
.site-credit {
	margin-bottom: 6px;
}
.sep {
	color: #ccc;
	margin: 0 4px;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 0;
	width: 25px;
}
#infinite-handle {
	margin-bottom: 60px;
	text-align:center;
}
#infinite-handle span {
	background-color: #222;
	border-radius: 0;
	color: #eee;
	cursor: pointer;
	display: block;
	font-size: 93.8%;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #555;
}

/* Jetpack Widgets */
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 24px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.grofile-thumbnail {
	max-width: 300px !important;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
ul.grofile-urls {
	margin-bottom: 1.5em;
	margin-top: 0;
}

/* Jetpack Comments */
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.header-navigation,
	.site-bar,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.sidebar-area,
	.footer-area,
	.footer-navigation {
		display: none;
	}
	.site {
		max-width: none;
	}
	.site-top,
	.site-content,
	.footer-widget,
	.site-bottom {
		max-width: none;
		padding: 0;
	}
	.content-area {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}

 .tree ul {
            padding-top: 20px;
            position: relative;
            transition: all 0.5s;
        }
        .tree li {
            display: inline-block;
            text-align: center;
            list-style-type: none;
            position: relative;
            padding: 20px;
        }
        .tree li::before, .tree li::after {
            content: '';
            position: absolute;
            top: 0;
            width: 50%;
            height: 20px;
            border-top: 1px solid #333;
        }
        .tree li::before {
            right: 50%;
            border-right: 1px solid #333;
        }
        .tree li::after {
            left: 50%;
            border-left: 1px solid #333;
        }
        .tree ul > li::before, .tree ul > li::after {
            display: none;
        }
        .box {
            display: inline-block;
            padding: 10px 20px;
            border-radius: 5px;
            background: #f8f8f8;
            border: 1px solid #ccc;
        }

.breadcrumbs{
	margin:0px auto;
	padding-top:12px;
	padding-bottom:8px;
		width:90%;
	max-width:1100px;
		color:#666666;
	padding-left:20px;
}

.archive-title {
    display: none;
}

@media screen and (min-width: 768px) {
  .topimgzone{
    display: block;
  }
}

/* スマホの時（768px未満）の場合は表示 */
@media screen and (max-width: 767px) {
  .topimgzone {
    display: none; 
  }
}

@media screen and (min-width: 768px) {
  .topimgzonerespo{
    display: none;
  }
}

/* スマホの時（768px未満）の場合は表示 */
@media screen and (max-width: 767px) {
  .topimgzonerespo {
    display: block;
  }
}

.comprotable{
	border-collapse: separate;
	width: 100%;
}

.comprotable tr{
display:block;
}

 .tdleft {
width: 300px;;
	 text-align: justify;
	 text-justify: inter-word; 
vertical-align:top;
	 padding-left:1em;
	 text-align:center;
}

 .tdright{
width: 85%;
}

@media screen and (max-width: 767px) {
 .tdleft {
width:100%;
display:block;
vertical-align:top;
background-color:ffffff;
	 overflow:hidden;
	 text-align:left;
}
	
.tdleft:first-child {
    background-color: #f8f8f8; /* ここで適用 */
  }	

 .tdright{
width: 100%;
	 padding-left:1em;
	 display:block;
}
}

.comproli ul{
	margin-left: 0px;
padding-left: 0px;  /* 左の余白を調整 */
}

.comproli li{
float:left;
	margin-right:38px;
padding-left: 0;
list-style: none;
	margin-left: -1.5em;
}

.comproli li::before {
  content: "◆"; /* 黒いダイヤ */
  color: black;  /* 色の指定（必要に応じて変更） */
  margin-right: 0.5em; /* テキストとの間隔 */
}

/*********************************
* タイムライン
*********************************/

.timeline-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 16px 5px;
  box-sizing: border-box;
}

.timeline-box * {
  box-sizing: border-box;
}

.timeline-box .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-title {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}

.timeline>li {
  margin-bottom: 60px;
}

.timeline>li.timeline-item {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-item-label {
  width: 110px;
  float: left;
  padding-top: 17px;
  text-align: right;
  padding-right: 1em;
  font-size: 14px;
}

.timeline-item-title {
  font-weight: bold;
}

.timeline-item-content {
  width: calc(100% - 110px);
  float: left;
  padding: 1.1em 1.2em;
  border-left: 3px #e5e5d1 solid;
}

.timeline-item:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #6fc173;
  position: absolute;
  left: 105px;
  top: 24px;
  border-radius: 100%;
}


/* for Smartphone */

@media screen and (max-width: 480px) {
  .timeline-box .timeline {
    padding-left: 10px;
  }
  .timeline>li.timeline-item {
    overflow: visible;
    border-left: 3px #e5e5d1 solid;
  }
  .timeline-item-label {
    width: auto;
    float: none;
    text-align: left;
    padding-left: 16px;
  }
  .timeline-item-content {
    width: auto;
    padding: 8px;
    float: none;
    border: none;
  }
  .timeline-item::before {
    left: -9px;
    top: 21px;
    width: 16px;
    height: 16px;
  }
}

/*********************************
* 組織図
*********************************/
.soshiki ul{

	list-style-type:none;
}

.soshiki ul li ul {
  margin-top: 1em;
  margin-bottom: .75em;
  margin-left: 48px;
	list-style-type:none;
}
 
.soshiki ul li ul li {
  margin-bottom: 1.25em;
  position: relative;
}
 
.soshiki ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #3972b2;
}
 
.soshiki ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.soshiki ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #3972b2;
}

.soshikibox{
	border:solid 1px #cccccc;
	padding:8px;
	overflow:hidden;
	background-color:#f4f4f4;
	border-radius:4px;
}

/*********************************
* 有資格者
*********************************/
.shikakutable{
	border-collapse: collapse;
	width: 100%;
	border-right:solid 1px #cccccc;
}

.shikakuytableleft{
	width:40%;
}

.shikakutable td{
	padding-left:15px important!;
}
/*********************************
* 業務案内
*********************************/
.gyoumutable{
	border-collapse: collapse;
	width: 100%;
}

.gyoumutable tr{
display:block;
}

 .gyoumutabletdleft {
width: 30%;
	 text-align: justify;
	 text-justify: inter-word; 

	 padding-left:1em;
	 text-align:center;
}

 .gyoumutabletdright{
width: 70%;
}

@media screen and (max-width: 767px) {
	
.gyoumutable tr{
display:block;
	width:100%;
}
	
 .gyoumutabletdleft {
width:100%;
display:block;
vertical-align:top;
background-color:ffffff;
	 overflow:hidden;
	 text-align:left;
}

	
.gyoumutabletdleft:first-child {
    background-color: #f8f8f8; /* ここで適用 */
  }	

 .gyoumutabletdright{
width: 100%;
	 padding-left:1em;
	 display:block;
}
}

.datetitle{
	font-size:130%;
		border-bottom:dotted 1px #cccccc;
}

.datebox{
margin-top:5px;	
	font-size:90%;
	margin-right:1em;
}

.contitle{
	font-size:200%;
	color:#0388fc;

}

.index-content{
	background-color:#f4f4f4;
	padding:20px;
}

.aisatsubox{
	background-color:#f0f4f7;
	padding:50px;
	line-height:220%;
	border:solid 1px #cccccc;
	border-radius:4px;
 background-image: url('https://www.shiko-denki.co.jp/wp/wp-content/uploads/favi-opa50.png'); /* 画像のパスを指定 */
  background-size: contain; /* 画像全体を表示して縮小 */
  background-position: center; /* 上下左右の中央に配置 */
  background-repeat: no-repeat; /* 繰り返しなし */


}




@media screen and (max-width: 767px) {
.aisatsubox{
	background-color:#f0f4f7;
	padding:15px;
	line-height:180%;
	border:solid 1px #cccccc;
	border-radius:4px;
}	
}

.jissekibox{
	margin:0px auto;
	width:46%;
	float:left;
	margin-bottom:50px;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
}

.jissekiboxtitle{
text-align:center;
	padding-top:8px;
	line-height:140%;
}

.shinsotsutitle{
		margin:0px auto;
	width:100%;
	background-color:#3492eb;
	color:#ffffff;
	padding:20px 0px 20px 20px;
	font-size:180%;
}

.shinsotsusubtitle{
	padding:20px 0px 20px 20px;
	font-size:150%;	
		clear:both;
}


.top3{
  display: flex;
  gap: 6px;
  padding: 10px;
	margin-top:10px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	clear:both;
}

.column {
  flex: 1;
  padding: 1%;
  
  border: 1px solid #ddd;
  text-align: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
}


.top3rightbotton{
background-color: #007BFF; 
color: white;
padding: 2px 5px;
border-radius: 4px;
margin-left: 10%;
margin-right: 10%;	
	text-align:center;
	margin-top:10px;
font-size:90%;	
}

.top3rightbotton a:hover{
background-color: #007BFF; /* ブルー */
color: white;
opacity:50%;
}


@media (max-width: 768px) {
.top3rightbotton{
background-color: #007BFF; 
color: white;
padding: 2px 5px;
border-radius: 4px;
margin-left: 10%;
margin-right: 10%;	
	text-align:center;
	margin-top:10px;
font-size:90%;	
}

.top3rightbotton a:hover{
background-color: #007BFF; /* ブルー */
color: white;
opacity:50%;
}
  }


/* フォーム全体のスタイル */
.wpcf7 {
background-color: #f0f0f0; /* ライトグレー */
padding: 20px;
border-radius: 10px;
max-width: 100%;
margin: auto;
}

.wpcf7-form .required {
background-color: #ff0000; /* レッド */
color: white;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
font-size: 12px;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
background-color: #007BFF; /* ブルー */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
}

.wpcf7-form input[type="submit"]:hover {
background-color: #0056b3; /* 濃いブルー */
}

.topcompany{
	margin:0px auto;
	max-width:1100px;
	padding:20px;
clear:both;
}

.topcompanyleft{
	margin:0px auto;
	width:45%;
	padding:20px;
float:left;
}

.topcompanyleft img{
border-radius: 5px;
}
.topcompanyright{
	margin:0px auto;
	width:45%;
	padding:20px;
float:right;
}

.topcomrightbotton{
background-color: #007BFF; /* ブルー */
color: white;
padding: 2px 5px;
border-radius: 4px;
margin-left: 10%;
margin-right: 10%;	
	text-align:center;
	margin-top:40px;

}

.topcomrightbotton a:hover{
background-color: #007BFF; /* ブルー */
color: white;
opacity:50%;
}

@media (max-width: 768px) {
.topcompany{
	margin:0px auto;
	width:100%;

overflow:hidden;
}

.topcompanyleft{
	margin:0px auto;
	width:40%;
	padding:5px;
	text-align:center;
	float:left;
overflow:hidden;
}

.topcompanyright{
	margin:0px auto;
	width:40%;
	margin-right:20px;
float:right;
}
	
.topcompanyright h2{
font-size:90%;
	margin-top:-20px;
}
	
.topcomrightcomme{
font-size:90%;	
	line-height:100%;
	}

.topcomrightbotton{
background-color: #007BFF; /* ブルー */
color: white;
padding: 2px 5px;
border-radius: 4px;
margin-left: 10%;
margin-right: 10%;	
	text-align:center;
	margin-top:10px;
font-size:90%;	
}

.topcomrightbotton a:hover{
background-color: #007BFF; /* ブルー */
color: white;
opacity:50%;
}
	
}

/* ------------------------------------------------ drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	padding: 120px 0;
	background: #1d2a75;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}

.drawer-menu li {
	text-align: left;
	list-style-type:none;
	
}

.drawer-menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left:10px;
}

.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}

/* ------------------------------------------------ checkbox */
.check {
	display: none;
}

/* ------------------------------------------------ menu button */
.menu-btn {
	position: fixed;
	top: 10px;
	right: 20px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
	background-color:#ffffff;
	padding:10px 8px 0px 8px;

}


.bar {
position: absolute;
	display: block;
	width: 40px;
	height: 4px;
	background: #ccc;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;

}

.bar.middle {
	top: 22px;
	opacity: 1;
}

.bar.bottom {
	top: 34px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.menu-btn__text {
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin: auto;
	color: #1a1e24;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}

.menu-btn:hover .bar {
	background: #999;
}

.menu-btn:hover .menu-btn__text {
	color: #999;
}

.close-menu {
	position: fixed;
	top: 0;
	right: 250px;
	width: 100%;
	height: 100vh;
	background: rgba(3,110,184,1);
	cursor: url(../images/cross.svg),auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
		z-index: 99999;
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 12;
}

.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
	width: 44px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
margin:0px auto;
	margin-left:5px;
	margin-top:-2px;
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
	width: 44px;
	top: 40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
margin:0px auto;
	margin-left:5px;
	margin-top:-2px;
}

.check:checked ~ .close-menu {
		position: fixed;
	top: 0;
	right: 250px;
	width: 100%;
	height: 100vh;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 99999;
}

@media screen and (min-width: 768px) {
.menubox{
	display:none;

}
}

.required{
	background-color:#ff0000;
	font-size:80%;
	color:#ffffff;
	padding:3px;
	border-radius:4px;
	margin-left:5px;
	margin-bottom:5px;
}

.pridoui{
	margin:0px auto;
	width:300px;
	background-color: #cc6562;
	float:left;margin-left:10px;
	padding:10px;
	clear:both;
	margin-top:20px;
	margin-bottom:45px;
	color:#ffffff;
}

.tooubo{
	margin:0px auto;
	width:100%;
	background-color: #cc6562;
	padding:10px;
	clear:both;
	margin-top:20px;
	margin-bottom:45px;
	color:#ffffff;	
	text-align:center;
}

.tooubo a{
padding-top:15px;
	color:#ffffff;	
padding-bottom:15px;
	display:block;
	text-decoration:none;
	font-size:130%;
}

