/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-weight:400;
	font-size:16px;
	background:#eaf9fd;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	font-size:16px;
	font-weight:400;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 1em;
	line-height: 30px;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color:#3366bb;
	text-decoration: none;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}
input, select {
	vertical-align: middle;
}
pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube .logo{
  text-align:center;
	padding:0 0 20px 0;
}
.youtube .logo img{
 width:100px;
	height:auto;
	text-align:center;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
img{
	vertical-align:top;
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}

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

#container {
	text-align:left;
	width:100%;
}

#main_box {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background-color:#fff;
}
#main-content {
	width:67%;
	float:right;
}
.main {
	width:100%;
	max-width:840px;

}

#main_page {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.mainpage ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#main_page .mainpage ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#main_page .mainpage ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
	border:1px solid #000;
}

.page_side,
.page_side02{
	width:30%;
	float:left;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
	margin-bottom:100px;
}
.page_side h3.midashi,
.page_side02 h3.midashi{
	background:#1f93d0;
	color:#fff;
	font-size:20px;
	font-weight:500;
	padding:5px 10px;
	box-sizing:border-box;
	margin:0px 0 0 0;
}
.page_side h4,
.page_side02 h4{
	color:#1f93d0;
	font-size:20px;
	font-weight:500;
	box-sizing:border-box;
	margin:30px 0 10px 0;
}
.page_side label{
	padding:0 0 0 1em;
}
.page_side label span{
	padding:0 0 0 0.5em;
}
.page_side input[type=submit] {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width:200px;
	padding:0;
	font-size:16px;
	line-height:45px;
	margin: auto;
	border: 2px solid #0090ea;
	background: #0090ea;
	color: #fff;
	transition: 0.5s;
	border-radius:5px;
	margin:40px auto 20px auto;
}
.page_side input[type=submit]:hover {
	color: #27acd9;
	background: #fff;
}
.fav {
	padding-bottom:30px;
}
.fav ul{
	margin:0;
	padding:0;
}
.fav li{
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #000;
}
.fav li p{
	margin:0;
	padding:0 1em;
	box-sizing:border-box;
	font-size:18px;
}
.fav li button{
	width:80%;
	margin:5px auto;
	display:block;
	height:35px;
	line-height:35px;
	text-align:left;
	padding:0 0 0 1em;
	font-size:16px;
	border:0px;
	box-shadow:initial;
}

.main_content_page,
.main_content_page_qa{
	width:68%;
	float:right;
	box-sizing:border-box;
	margin-bottom:100px;
}
.main_content_page .page_box,
.main_content_page_qa .page_box{
	width:100%;
	padding:1.5em 3em 3em 3em;
	box-sizing:border-box;
	background:#fff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}
.main_content_page .page_box h3{
	font-size:23px;
	font-weight:500;
	color:#27acd9;
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	margin:30px 0 40px 0;
	}
.main_content_page .page_box h3.top{
	font-size:23px;
	font-weight:500;
	color:#27acd9;
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	margin:0px 0 40px 0;
	}
.main_content_page .page_box h3.top:before,
.main_content_page .page_box h3:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}
.main_content_page .page_box h4{
	font-size:20px;
	font-weight:500;
	color:#000;
	background:#d2e3e8;
	padding: 10px;
	box-sizing:border-box;
	margin:30px 0 20px 0;
	}
.main_content_page .page_box h5{
	font-size:18px;
	font-weight:500;
	color:#000;
	border-left:1em solid #43889c;
	padding-left:10px;
	margin:30px 0 20px 0;
	}
.main_content_page .page_box h6{
	font-size:16px;
	font-weight:500;
	color:#43889c;
	margin:20px 0 10px 0;
	}
.main_content_page .page_box .ymorebtn{
	max-width:300px;
	font-size:18px;
	line-height:50px;
	height:50px;
}
.main_content_page h2,
.main_content_page_qa h2{
	font-size:26px;
	font-weight:600;
	border-bottom:2px solid #555;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:50px;
}

.main_content_page_qa .page_box h2{
	font-size:23px;
	font-weight:500;
	color:#27acd9;
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	margin:0 0 30px 0;
	}
.main_content_page_qa .page_box h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}


.main_content_page .m_box{
	width:100%;
	box-sizing:border-box;
	padding:0 3em;
}
.main_content_single {
	width:68%;
	float:right;
	box-sizing:border-box;
	background:#fff;
	margin-bottom:100px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}
#mobileFootNav { display:none; }
#footer {
	width:100%;
	background:#fff;
	padding:80px 0;
}
#footer_box {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#footer_box img{
	width:90%;
	display:block;
	height:auto;
	max-width:300px;
	margin:0 auto;
}
#footer_box table{
	margin:30px 0 0 0;
	padding:0;
	border:0px;
}
#footer_box th{
	margin:0;
	padding:10px;
	box-sizing:border-box;
	border:0px;
	vertical-align:middle;
	font-size:18px;
	font-weight:500;
}

#footer_box td{
	padding:10px;
	box-sizing:border-box;
	border:0px;
	font-size:14px;
}
#footer_box th h4{
	font-size:18px;
}
#footer_box td ul{
	margin:0;
	padding:0;
}
#footer_box td ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer_box td ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0 1.5em;
	border-right:1px solid #000;
	margin:0;
	font-size:14px;
}
#footer_box .footer_menu ul li:first-child {

	border-left:1px solid #000;
}
#footer-credit {
	font-size:12px;
	text-align:right;
	padding-top:40px;
}


/* =side
-------------------------------------------------------------- */
#side {
	float: left;
	width: 32%;
}

.side_box{
	width:100%;
	max-width:300px;
	box-sizing:border-box;
	margin:0 30px 0 auto;
	padding:30px 0;
}
.side_box img{
	display:block;
	width:100%;
	height:auto;
}
.side_box h3{
	font-size:22px;
	color:#1e93cf;
	font-weight:500;
}
.side_box table{
	margin:0;
}
.side_box th{
	width:100px;
}
.side_box td .ymorebtn{
	max-width:100%;
	border-radius:5px;
	height:30px;
	line-height:30px;
}
.side_box .box{
	box-sizing:border-box;
	font-size:16px;
	line-height:20px;
	border-bottom:1px solid #ccc;
}
.side_box  a:link .box,
.side_box  a:visited .box{
	display:block;
	box-sizing:border-box;
	color:#000;
	text-decoration: none;
	width:100%;
	padding:15px;

}
.side_box  a:hover .box{
	background:#d9f0ff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;

}
.side_box .box .time{
	box-sizing:border-box;
	font-size:14px;
	padding-bottom:10px;
}
.youtube{
	background:#f4f4f4;
	padding:25px 15px 15px 15px;
	margin:35px 0;
	box-sizing:border-box;
}
.facebook{
	background:#0866ff;
	
}
.pdf{
	padding:45px 15px 40px 15px;
	box-sizing:border-box;

}

.pdf .ymorebtn {
	display: block;
	width:100%;
	max-width:100%;
	height:45px;
	margin:15px auto 0 auto;
	text-align: left;
	line-height: 45px;
	font-size:16px;
	font-weight:400;
	color:#000;
	padding-left:1em;
	box-sizing:border-box;
    background: #e9e9e9;
}
.pdf  a.ymorebtn,
.pdf  a:link.ymorebtn,
.pdf  a:visited.ymorebtn{
	color:#000;
	background:#e9e9e9;
}
.pdf  a:hover.ymorebtn,
.pdf  .ymorebtn:hover {
	color:#fff;
	background:#1e93cf;
	text-decoration: none;
}
.pdf h3{
	font-size:20px;
	color:#1e93cf;
}
.banner{
	padding:0 15px;
	box-sizing:border-box;

}
.banner img{
	width:100%;
	height:auto;
	margin-bottom:15px;
	box-sizing:border-box;
	border:1px solid #c5c5c5;

}
#feas-searchform-0 label {
	display:block;
}
.sidemenu {
	padding:0 15px 0 15px;
	box-sizing:border-box;
	margin:0 auto;
}
.sidemenu ul{
	margin:0;
	padding:0;
}
.sidemenu ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.sidemenu ul li {
	display: block;
	list-style-type: none;
	width: 100%;
	box-sizing: border-box;
	padding:0;
	margin:5px 0;
}

.sidemenu a {
	display: block;
	width:100%;
	height:50px;
	text-align: left;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size:16px;
	font-weight:400;
	color:#000;
    background: #f3f3f3;
	position: relative;
	padding:0 0 0 1em;
}
.sidemenu a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.sidemenu a,
.sidemenu a:link,
.sidemenu a:visited{
	color:#000;
	background:#f3f3f3;
}
.sidemenu a:hover {
	color:#fff;
	background:#28a8e9;
	text-decoration: none;
}

.sidemenu a::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.sidemenu a,
.sidemenu a::before,
.sidemenu a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

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

#top_img{
	background:url(img/top_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	
}
#header_back {
	margin: 0px;
	width:100%;
	background-color: rgba(255,255,255,.8);
}
#header_back_page {
	width:100%;
	background-color:#fff;
	margin-bottom:50px;
}
#header {
	margin:0px auto;
	width:100%;
	max-width:1200px;
	padding-bottom:10px;
}
#header .top_menu01{
	padding:10px 30px;
	margin:0 0 0 auto;
	width:50%;
}

#header .top_menu01 ul{
	margin:0;
	padding:0;
}
#header .top_menu01 ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#header .top_menu01 ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
	box-sizing: border-box;
	padding:0 1em;
	border-left:1px solid #000;
	margin:0;
	font-size:14px;
	font-weight:500;
	line-height:14px;
}
#header .top_menu01 ul li:first-child {
	border-left:0px solid #000;
}
#header .menu{
	padding-top:10px;
}
#header .menu table,
#header .menu td{
	margin:0;
	padding:0;
}

#header .menu td.logo {
	width:36.6%;
	vertical-align:bottom;
}

#header .menu td.menubox {
	width:63.4%;
	vertical-align:bottom;
}
#header .menu td.logo img{
	width:80%;
	height:auto;
}
#header .menu td.menubox ul{
	margin:0px;
	padding:0;
}
#header .menu td.menubox ul:after {
	  content:"";
	  clear:both;
	  display:block;
	}
#header .menu td.menubox  ul li {
	display:block;
	float:left;
	list-style-type: none;
	box-sizing: border-box;
	text-align:center;
	margin:0;
	padding:0;
	font-size:20px;
	line-height:45px;
}
#header .menu td.menubox  ul li.menu01 {
	width:33%;
	border-left:1px solid #000;

}

#top_img_text{
	width:100%;
	max-width:1200px;
	margin:0 auto;

}
#top_img_text .text_box{
	width:45%;
	padding:170px 0 80px 20px;

}
#top_img_text .text_box h1{
	font-size:40px;
	line-height:60px;
	font-size:500;

}
#top_img_text .text_box table{
	width:80%;
	margin:0 auto;
}
#top_img_text .text_box th{
}
#top_img_text .text_box th img{
	width:auto;
	height:70px;
	padding-right:20px;
}
#top_img_text .text_box td{
	font-size:18px;
	line-height:30px;

}
#top_img_serach{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	height:150px;
}
#top_img_serach .tub{
	background:#fff;
	width:80%;
	max-width:350px;
	margin:50px 0 0 0;
	border-radius:10px 10px 0px 0px ;
    -webkit-border-radius:10px 10px 0px 0px ;
    -moz-border-radius:10px 10px 0px 0px ;
	line-height:45px;
	padding:0 20px;
	box-sizing:border-box;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
	font-weight:500;
}
#top_img_serach .tub .kazu{
	font-size:30px;
	color:#ff3131;

}
#top_img_serach .tub_box{
	background:#fff;
	width:100%;
	margin:0;
	 border-radius:0px 10px 10px 10px ;
    -webkit-border-radius:0px 10px 10px 10px ;
    -moz-border-radius:0px 10px 10px 10px ;
	padding:20px 20px;
	box-sizing:border-box;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);

}

.tub_box td {
	vertical-align:middle;
}
.tub_box td.t01{
	width:325px;
}
.tub_box td.t02{
	width:50px;
	text-align:center;
	font-size:30px;
	padding:0 30px;
	color:#0090ea;
	box-sizing:border-box;
	vertical-align:middle;
}
.tub_box td.t03 input[type=submit] {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width:100%;
	padding:0;
	font-size:16px;
	line-height:45px;
	margin: auto;
	border: 2px solid #0090ea;
	background: #0090ea;
	color: #fff;
	transition: 0.5s;
	border-radius:5px;
	margin:0;
}
.tub_box td.t03 input[type=submit]:hover {
	color: #27acd9;
	background: #fff;
}
.selectbox-1 {
    position: relative;
}

.selectbox-1::before,
.selectbox-1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 3px 3px 0;
    background-color: #0090ea;
}

.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.selectbox-1 select {
    appearance: none;
    min-width: 100%;
    height: 50px;
    padding: 0 0 0 1em;
    border: none;
    border-radius: 3px;
    background-color: #ebebeb;
    color: #000;
    font-size: 18px;
    cursor: pointer;
	transition: 0.5s;
}
.selectbox-1 select:hover {
    background-color: #c8c8c8;
}
.selectbox-1 select:focus {
    outline: 0px solid #1e44ec;
}
.tub_box td.t03{
	padding-left:50px;
	box-sizing:border-box;
}
.btn_02 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding:0;
	font-size:16px;
	line-height:45px;
	margin: auto;
	border: 2px solid #0090ea;
	background: #0090ea;
	color: #fff;
	transition: 0.5s;
}
.btn_02:hover {
	color: #27acd9;
	background: #fff;
}
/* =BTN
-------------------------------------------------------------- */
.morebtn_h {
	display: block;
	width: 100%;
	height: 45px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size:18px;
	font-weight:700;
	color:#494f7f;
}
a.morebtn_h,
a:link.morebtn_h{
	color:#494f7f;
}
.morebtn_h:hover {
	color:#fff;
	background:#1f70df;
	text-decoration: none;

}
.morebtn_h::before,
.morebtn_h::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.morebtn_h,
.morebtn_h::before,
.morebtn_h::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.morebtn {
	display: block;
	width: 70%;
	max-width:280px;
	height: 60px;
	margin:30px auto;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size:22px;
	font-weight:400;
	color:#fff;
	border-radius:10px;
}
a.morebtn,
a:link.morebtn,
a:visited.morebtn{
	color:#fff;
	background:#28a8e9;
}
a:hover.morebtn,
.morebtn:hover {
	color:#fff;
	background:#1677a8;
	text-decoration: none;

}
.morebtn::before,
.morebtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.morebtn,
.morebtn::before,
.morebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ymorebtn {
	display: block;
	width:80%;
	max-width: 180px;
	height:40px;
	margin:15px auto 30px auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#fff;
    background: #1e93cf;
	position: relative;
}
.ymorebtn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
a.ymorebtn,
a:link.ymorebtn,
a:visited.ymorebtn{
	color:#fff;
	background:#1e93cf;
}
a:hover.ymorebtn,
.ymorebtn:hover {
	color:#fff;
	background:#28a8e9;
	text-decoration: none;
}

.ymorebtn::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.ymorebtn,
.ymorebtn::before,
.ymorebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ymorebtn02 {
	display: block;
	width:100%;
	margin:0;
	text-align: left;
	text-decoration: none;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#000;
	position: relative;
}
.ymorebtn02::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
a.ymorebtn02,
a:link.ymorebtn02,
a:visited.ymorebtn02{
	color:#000;
}
a:hover.ymorebtn02,
.ymorebtn02:hover {
	background:#d7f0f6;
	text-decoration: none;
}

.ymorebtn02::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.ymorebtn02,
.ymorebtn02::before,
.ymorebtn02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* =Content
-------------------------------------------------------------- */
.main h4{
	background:#f4f4f4;
	width:100%;
	font-size:22px;
	font-weight:600;
	padding:0 25px;
	box-sizing:border-box;
	line-height:60px;
	margin-bottom:30px;
}
.add{
	width:95%;
	margin-bottom:10px;
	box-sizing:border-box;
}
.add h4{
	font-size:23px;
	font-weight:500;
	padding-bottom:30px;
}
.add h5{
	font-size:18px;
	font-weight:500;
	border-bottom:1px solid #1e93cf;
	color:#1e93cf;
	padding-bottom:5px;
	margin-bottom:10px;
	width:95%;
}
.add ul{
	margin:0;
	padding:0;
}
.add ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.add ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	margin:0;
	font-size:16px;
	line-height:25px;
}
.add ul li.text {
	width:50%;
	padding-left:20px;
}
.add ul li.map {
		width:50%;

}
.banner_main{
	width:100%;
	padding-bottom:50px;
}
.banner_main ul{
	margin:0;
	padding:0;
}
.banner_main ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.banner_main ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:0;
	margin:0;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
.banner_main ul li img{
	width:100%;
	height:auto;
}
#work{
	background:#55b2c7;
	padding:20px;
	box-sizing:border-box;
}

#work ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#work  ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#work  ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 48%;
	box-sizing: border-box;
	padding:0;
	margin:2% 1%;
	background:#fff;
	font-size:12px;
	line-height:20px;
}
#work ul li .photo{
	width:30%;
	float:left;
}
#work ul li .text{
	width:70%;
	float:right;
	padding:10px 30px 10px 10px;
	box-sizing:border-box;
}
#work ul li .text h5{
	font-size:20px;
	font-weight:500;
	color:#1e93cf;
	padding-bottom:5px;
}


#newface{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:70px;
}
#newface h2{
	font-size:35px;
	text-align:center;
	padding:70px 0 50px 0;
}
#newface ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#newface ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#newface ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 23%;
	box-sizing: border-box;
	padding:0;
	margin:0 1%;
	background:#fff;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);

}
#newface ul li img{
	width:100%;
	height:auto;
}
#newface ul li .box{
	width:100%;
	padding:20px 20px 0 20px;
	box-sizing:border-box;
}
#newface ul li h3{
	color:#1e93cf;
	font-size:18px;
	padding-bottom:10px;
	
}
#newface ul li h3 .kyoubo{
	font-weight:bold;
	background:#d4363a;
	font-weight:14px;
	color:#fff;
	padding:0 0.5em;
}

#newface ul li .box .text{
	font-size:14px;
	line-height:20px;
	padding-bottom:20px;
}
#newface ul li table{
	margin: 0;
	padding:0;
	border:0px;
}
#newface ul li th{
	margin:0;
	padding:2px 0 0 0;
	border:0px;
	width:50px;
}
#newface ul li th div{
	font-size:12px;
	text-align:center;
	line-height:20px;
	background:#50a4d6;
	border-radius:3px;
	color:#fff;
}
#newface ul li td{
	border:0px;
	font-size:14px;
	line-height:20px;
	padding-left:1em;
	box-sizing:border-box;
}
#map{
	background:#6fc9d1;
	padding:0 30px;
	box-sizing:border-box;
}
#map h3{
	font-weight:600;
	color:#fff;
	padding-top:20px;
}

#map .mapwArea{
	width:90%;
	max-width:600px;

}

#wseach h4{
	font-size:18px;
	line-height:40px;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
	margin-bottom:50px;
}
#wseach .tyuui{
	font-size:14px;
	padding:10px 0 0 0;
	border-top:1px solid #eee;

}
#wseach ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
#wseach ul:after {
	  content:"";
	  clear:both;
	  display:block;
	}
#wseach ul li {
	display:flex;
	float:left;
	list-style-type:none;
	text-align:left;
	width:48%;
	box-sizing:border-box;
	padding:0;
	margin:0 1% 35px 1%;
	background:#fff;
	border:0px;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
	flex-direction: column;
}

#wseach ul li .bottm_bx {
	margin-top: auto;
}

#wseach ul li .photo{
	width:100%;
	position:relative;
}
#wseach ul li .photo img{
	width:100%;
	height:auto;
}
#wseach ul li .area{
	position:absolute;
	background:#28a8e9;
	font-size:14px;
	color:#fff;
	padding:0 1em;
	line-height:25px;
}
#wseach ul li .kyoubo{
	position:absolute;
	background:#d4363a;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:0 1em;
	line-height:25px;
	top:25px;
}
#wseach ul li .box{
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
#wseach ul li h3{
	color:#1e93cf;
	font-size:18px;
	font-weight:500;
	padding:10px 0;
	
}
#wseach ul li .ymorebtn{
	margin:0;
}
#wseach ul li .box .text{
	font-size:14px;
	line-height:20px;
}
#wseach ul li .box table{
	margin: 0;
	padding:0;
	border:0px;
}
#wseach ul li .box th{
	margin:0;
	padding:2px 0 0 0;
	border:0px;
	width:50px;
}
#wseach ul li .box th div{
	font-size:12px;
	text-align:center;
	line-height:20px;
	background:#50a4d6;
	border-radius:3px;
	color:#fff;
}
#wseach ul li .box td{
	border:0px;
	font-size:14px;
	line-height:20px;
	padding-left:1em;
	box-sizing:border-box;
}
#wseach ul li .bottm_bx table{
	margin: 0;
	padding:0;
	border:0px;
}
#wseach ul li .bottm_bx td{
	margin:0;
	padding:0;
	border:0px;
	width:50%;
	vertical-align:bottom;
}

#wseach ul li .bottm_bx td .ymorebtn{
	width:100%;
	margin:0px;
	max-width:100%;
}
.s-box{
	width:100%;
	box-sizing:border-box;
	padding:20px;
}

.s-box h3{
	font-size:25px;
	color:#0073bb;
	font-weight:600;
}
.s-box .w_back{
	width:100%;
	padding:20px;
	margin:25px 0;
	box-sizing:border-box;
	border:3px solid #e7e7e7;
	line-height:25px;
}
.s-table01 td.w50{
	width:50%;
}
.s-table01 td.p01{
	background:#eeeeee;
	padding:5px 10px;
	box-sizing:border-box;
	width:12em;
	font-size:15px;
}
.s-table01 td.p02{
	background:#28a8e9;
	color:#fff;
	padding:5px 10px;
	box-sizing:border-box;
	width:13em;
	font-size:15px;
}
.s-table01 td.p03,
.s-table01 td.p04{
	padding:5px 10px;
	box-sizing:border-box;
	font-size:14px;
}
.s-table01 td.p04{
	white-space: nowrap;
}
.s-table01 td.p03 span,
.s-table01 td.p04 span{
	background:#28a8e9;
	border-radius:3px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	padding:5px 10px;
	box-sizing:border-box;
}
.s-table02 table,
.s-table03 table{
	margin:0;
}
.s-table02 tr,
.s-table03 tr{
	border-top:2px solid #28a8e9;
}
.s-table02 th{
	width:13em;
	vertical-align:top;
}

.s-table02 td{
	vertical-align:top;
	padding:10px 2em 40px 2em;
	box-sizing:border-box;
}
.s-table03 td{
	width:50%;
	vertical-align:top;
	box-sizing:border-box;
	padding-right:2em;
	padding-bottom:40px;
}
.s-table02 th .midashi{
	width:100%;
	background:#28a8e9;
	color:#fff;
	line-height:40px;
	font-size:18px;
	padding-left:1em;
	box-sizing:border-box;
	border-radius:0px 0px 5px 5px ;
    -webkit-border-radius:0px 0px 5px 5px ;
    -moz-border-radius:0px 0px 5px 5px ;
	font-weight:500;

}

.s-table03 td .midashi{
	width:150px;
	display:block;
	background:#28a8e9;
	color:#fff;
	line-height:40px;
	font-size:18px;
	padding-left:1em;
	box-sizing:border-box;
	border-radius:0px 0px 5px 5px ;
    -webkit-border-radius:0px 0px 5px 5px ;
    -moz-border-radius:0px 0px 5px 5px ;
	margin-bottom:10px;
	font-weight:500;

}
.s-table03 td .table03{
	padding:0px 0 0 1em;
	
}
.s-table04 {
	background:#eeeeee;
	padding:30px;
	box-sizing:border-box;
	margin:30px 0 50px 0;
}
.contactbtn_link table{
	border:0px;
}
.contactbtn_link th{
	border:0px;
	vertical-align:bottom;
	width:50%;
	text-align:center;
}


#koushin {
	font-size:18px;
	font-weight:600;
}
#koushin span{
	font-size:30px;
	color:#ff3131;
}
#wseach ul li .bottm_bx button.simplefavorite-button {
	width:100%;
	max-width:100%;
	height:40px;
	line-height:40px;
	border:0px;
	font-size:14px;
	margin:0;
	padding:0;
}
.contactbtn_link td .simplefavorite-button{
	width:100%;
	height:50px;
	line-height:50px;
	box-shadow:initial;
}
.contactbtn_link button.simplefavorite-button{
	height:50px;
	line-height:50px;
	border:0px;
}	
.contactbtn_link td .ymorebtn{
	width:100%;
	max-width:100%;
	height:50px;
	line-height:50px;
	margin:0 auto;
}
.contactbtn_link td{
	width:50%;
}

#about,
#buss{
	padding-top:20px;
}
#about h4,
#buss h4{
	font-size:20px;
	font-weight:500;
	color:#fff;
	padding:0 0 0 1em;
	background:#1e93cf;
	line-height:40px;
	margin:30px 0 20px 0;
}
#about table,
#buss table{
	border-top:1px solid #000;
}
#about table th,
#about table td,
#buss table th,
#buss table td{
	border-bottom:1px solid #000;
	padding:10px;
	box-sizing:border-box;
}
#about table th,
#buss table th{
	white-space: nowrap;
	font-weight:500;
}
#buss .bus{

}
#buss .bus ul{
	margin:0;
	padding:0;
}
#buss .bus ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#buss .bus ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
}
#buss .bus ul li h6{
	font-size:15px;
	font-weight:600;
	color:#1e93cf;
}
.bus_sonota{
	background:#f4f4f4;
	padding:20px;
	box-sizing:border-box;
	font-size:14px;
	margin-bottom:20px;
}
.bus_sonota strong{
	
	font-size:16px;
}
.bus_sonota .koushin{
	font-size:14px;
	text-align:right;
}
#oyakudati {}
#oyakudati ul{
	margin:0;
	padding:0;
}
#oyakudati ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#oyakudati ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:30px;
	margin:0;
}

.jinzai_service .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	font-size:16px;
}

.jinzai_service .wrap:not(:last-child) {
  margin-bottom: 80px;
}

.jinzai_service .wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.jinzai_service h4 {
  font-size:20px;
	font-weight:500;
	color:#55b2c7;
}
.jinzai_service img {
  display: block;
  width: 48%;
  height: auto;
}
.jinzai_service .box {
  width: 48%;
}
.jinzai_service a{
	text-align:left;
	padding-left:1em;
}

.jinzai_service ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.jinzai_service ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.jinzai_service ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width:50%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
}

.jinzai_service ul li h4 {
	display: block;
	width:100%;
	margin:0 0 20px 0;
	text-align: left;
	text-decoration: none;
	outline: none;
	font-size:18px;
	font-weight:400;
	color:#000;
	position: relative;
	font-weight:500;
}
.jinzai_service ul li img {
	display: block;
	width:100%;
	height:auto;
}
.jinzai_service ul li h4::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.jinzai_service ul li a,
.jinzai_service ul li h4 a{
	color:#000;
}

.jinzai_service ul li h4::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.jinzai_service ul li h4,
.jinzai_service ul li h4::before,
.jinzai_service ul li h4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.inner{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.innerbox{
  display: flex;
  flex-direction: row;
}
.innerbox.reverse{
  flex-direction: row-reverse;
}
.innerbox + .innerbox{
  margin-top: 80px;
}
.box__body{
  width: 50%;
  padding: 0 20px 0 0;
	box-sizing:border-box;
}
.box__ttl {
  font-size: 20px;
	color:#55b2c7;
	font-weight:500;
  text-transform: uppercase;
}
.box__txt {
  margin-top: 20px;
}
.box__image{
  width: 50%;
}
.innerbox img{
	width:100%;
  height: auto;
  object-fit: cover;
}
.mainwaku {
	position: relative;
	padding: 1rem 2rem;
	border: solid 2px #adadad;
	margin:40px 0 0 0;
}
.mainwaku:after {
	position: absolute;
	content: "サンプル";
	top: -18px;
	left: 15px;
	background: #fff;
	font-size: 18px;
	font-weight:600;
	color: #555;
	padding:0 1em;
}

.pdf_boox{
	
}
.pdf_boox ul{
	margin:0;
	padding:0;
}
.pdf_boox ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.pdf_boox ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
}
.pdf_boox ul li .ymorebtn{
	width:100%;
	max-width:100%;
	margin:0;
}
.pdf_box {
	background:#ededed;
	padding:20px;
	margin:40px 0 0 0;
	box-sizing:border-box;
	font-size:14px;
	line-height:25px;
}
.pdf_box span{

	font-size:12px;
}
.tel_box ul{
	margin:0;
	padding:0;
}
.tel_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.tel_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
}
.tel_box ul li .telno{
	font-size:25px;
	color:#fff;
	font-weight:600;
}

.tel_box ul li .telbtn {
	display: block;
	width: 100%;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:16px;
	font-weight:400;
	background:#549bc9;
	padding:10px 0;
}
.tel_box ul li a.telbtn,
.tel_box ul li a:link.telbtn{
	color:#fff;
}
.tel_box ul li a:hover.telbtn,
.tel_box ul li .telbtn:hover {
	color:#fff;
	background:#52bfff;
	text-decoration: none;

}
.telbtn::before,
.telbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.telbtn,
.telbtn::before,
.telbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow03 ul{
	margin:0;
	padding:0;
}
.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #709ec4;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #709ec4;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #709ec4;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.youryo-right {
	width:90%;
	margin:0 auto;
}
.youryo-right ul{
	margin:0;
	padding:0;
}
.youryo-right ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.youryo-right ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
}
.youryo-right ul li.image {
	width:40%;
}
.youryo-right ul li.text {
	width:60%;
}
.youryo-right ul li img{
	width:100%;
	height:auto;
}
#koushin_page {
	font-size:13px;
	font-weight:400;
	text-align:right;
	margin-bottom:10px;
}
/*wp-pagenavi 07*/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	background:#dadada;
	padding: 8px 15px;
	margin: 0 2px;
	border:0px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#fff; 

	background:#3da2ed;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background:#3da2ed;

	font-weight: bold;
    }
table {
	width: 100%;
}
table thead {
}
table th {
	font-weight: 400;
}
table td {
}

#main-content p {margin: 10px 0;}



/* =Sidebar
-------------------------------------------------------------- */

#sidebar ul {margin-left: 15px;}
#sidebar ul li {
border-bottom: 1px dashed #ccc;
line-height: 27px;
list-style-type: circle;
}
#sidebar ul li a:link, #sidebar ul li a:visited,
#sidebar ul li a:hover {color: #c00; text-decoration: none;}




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

input, textarea {background: #f5f5f5; border: 1px solid #bbb; color: #000; margin: 10px 0; padding: 7px 10px;}
input#searchsubmit, input#submit {background: #ddd; border: 1px solid #999; color: #555; padding: 6px 10px;}
textarea#comment {width: 95%;}

/* images and captions */

#main-content img {
	width:100%;
	height: auto;
}
img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ccc;
	padding-top: 4px;
	text-align: center;
	margin: 10px 0;
	max-width: 550px;
	height: auto;
}
.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.post-spt {
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
}
.post-meta {
	background: #eee;
	margin: 10px -10px;
	padding: 2px 10px;
}
.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

.widget {
	margin-bottom: 15px;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}
#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

.g-waku {
	width:90%;
	max-width:400px;
	margin:0 auto 50px auto;
}
.g-waku ul{
	margin:0;
	padding:0;
}
.g-waku ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.g-waku ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
}
.g-waku ul li img{
	width:100%;
	height:auto;
	display:block;
	padding-bottom:5px;
}
table.midashi_no {
	margin:30px 0 20px 0;
  padding: 0;
  border: solid 2px #27acd9;
	font-size: 20px;
	font-weight:600;
}
table.midashi_no th{
  background:#27acd9;
	font-size: 24px;
	font-weight:600;
	padding:10px;
	width:2em;
	color:#fff;
	text-align:center;
}
table.midashi_no td{
	font-size: 20px;
	font-weight:600;
	padding:10px;
}
table.midashi_no2 {
	margin:0px 0 20px 0;
  padding: 0;

}
table.midashi_no2 th{
	font-size: 30px;
	font-weight:600;
	padding:10px;
	width:2em;
	color:#27acd9;
	text-align:center;
}
table.midashi_no2 td{
	font-size: 16px;
	font-weight:500;
	padding:10px;
	vertical-align:top;
}
.g-waku_bold {
	background:#f6f6f6;
	padding:20px;
	box-sizing:border-box;
	margin:20px 0;
}

/* navigation */

.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}
.mw_wp_form {
  width: 100%;
  color: #333;
}
.mw_wp_form h6{
	background:#f4f4f4;
	padding:5px 10px;
	margin-top:30px;
}
.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  font-weight: normal;
}

.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}

.mw_wp_form table th {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  width: 30%;
	white-space: nowrap; 
}

.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}

.mw_wp_form table td {
  padding: 20px 0;
  width: 70%;
}
.Form-Item-Label-Required {
	background:#fd4b4b;
	font-size:10px;
	padding:1px 8px;
	color:#fff;
	border-radius:5px;
}
.mw_wp_form table td input[type="text"] {
  width: 80%;
  box-sizing: border-box;
}
.mw_wp_form table td select {
  width: 50%;
	padding:10px;
  box-sizing: border-box;
}
.mw_wp_form table td.tel input[type="text"]{
	width:6em;
  box-sizing: border-box;
}
.mw_wp_form table td input[type="email"]{
	width:80%;
  box-sizing: border-box;
}
.mw_wp_form table td.post input[type="text"] {
  width: 5em;
  box-sizing: border-box;
}
.mw_wp_form table td textarea {
  width: 100%;
  box-sizing: border-box;
}

.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #2472a3;
  background: #2472a3;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #C19E56;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #C19E56;
  border-left: 2px solid #C19E56;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #C19E56;
  color: #fff;
}

.about_sakai ul{
	margin:40px 0;
	padding:0;
}
.about_sakai ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.about_sakai ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33%;
	line-height:23px;
	box-sizing: border-box;
	padding:0 20px;
	margin:0;
}
.about_sakai ul li .san{
	text-align:center;
	padding:8px 0;
	font-size:20px;
	color:#ffa92e;
}

.about_sakai ul li .morebtn {
	display: block;
	width: 100%;
	height:100%;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:18px;
	line-height:25px;
	font-weight:400;
	padding:20px 0;
	color:#fff;
	border-radius: 10px;
}
.about_sakai ul li a.morebtn,
.about_sakai ul li a:link.morebtn{
	color:#fff;
}
.about_sakai ul li .morebtn:hover {
	color:#fff;
	background:#494f7f;
	text-decoration: none;

}
.about_sakai ul li .morebtn::before,
.about_sakai ul li .morebtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.about_sakai ul li .morebtn,
.about_sakai ul li .morebtn::before,
.about_sakai ul li .morebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.about_sakai02 ul{
	margin:40px 0 60px 0;
	padding:0;
}
.about_sakai02 ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.about_sakai02 ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33%;
	box-sizing: border-box;
	padding:0 15px;
	margin:0;
}
.about_sakai02 .ymorebtn {
	
	display: block;
	width:100%;
	max-width: 100%;
	height:40px;
	margin:15px auto 0 auto;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#fff;
    background: #1e93cf;
	position: relative;
	padding-left:1em;
}
.about_sakai03{
	padding:20px 0px;
}
.hito-waku01  { 
	color: #3ab8cf;
	
	font-weight: 600; 
	padding: 10px; 
	box-sizing:border-box;
	width: 100%; 
	border: dotted 1px #3ab8cf;
	margin:20px auto;
	text-align:left;
}
.hito-waku02  {
	color: #fff; 
	font-size: 16px;
	font-weight: bold; 
	background-color: #4574cf; 
	margin: 10px auto;
	padding: 5px; 
	text-align:center;
	width:80%;
}
.sp{
	display:none;
}
@media screen and (max-width:1023px){
.pc{
	display:none;
}
.sp{
	display:block;
}
	body{
		font-size:14px;
		line-height:25px;
	}
/* =Header
-------------------------------------------------------------- */
	.top_menu01	{
		display:none;
	}
#header {

	padding-bottom:0;
}
#top_img{
	background:initial;

	width:100%;
	height:auto;
	
}
#sp_img{
	background:url(img/top_img_sp.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:auto 100%;
	width:100%;
	height:100vh;
	position:relative;
}
#top_img_text .text_box{
	position:absolute;
	bottom:0;
	width:100%;
	margin:0 auto;
	max-width:100%;
	padding:40px 20px 20px 20px;
	box-sizing:border-box;
	background-color: rgba(255,255,255,.8);

}
#top_img_text .text_box table{
	width:100%;
	margin:0 auto;
}
#top_img_text .text_box td{
	font-size:16px;
	line-height:30px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}

#top_img_text .text_box h1{
	font-size:25px;
	line-height:40px;
	text-align:center;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#header .menu td.logo {
	width:100%;
	vertical-align:bottom;
	display:block;
}

#header .menu td.menubox {
	width:100%;
	vertical-align:bottom;
	display:block;
	}



#header .menu td.menubox ul li.menu01 {
	width:33.3333%;
	border-left:1px solid #000;
}
#header .menu td.menubox ul li.menu01:first-child {
	border-left:0px solid #000;
}
#header .menu td.menubox .morebtn_h {
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size:12px;
	font-weight:500;
	color:#494f7f;
	padding:10px 0 5px 0;
}
#header .menu td.menubox .morebtn_h .fa-magnifying-glass,
#header .menu td.menubox .morebtn_h .fa-people-group,
#header .menu td.menubox .morebtn_h .fa-file-lines{

	font-size:22px;

}
#header .menu td.menubox .morebtn_h:hover,
#header .menu td.menubox a:hover.morebtn_h{
	color:#fff;
}
#footer_box th{
	width:100%;
	max-width:100%;
	display:block;
	margin:0;
	padding:10px 0;
	border:0px;
	vertical-align:middle;
	text-align:center;
	background:#ededed;
	font-size:16px;
}

#footer_box td{
	width:100%;
	max-width:100%x;
	display:block;
	padding:10px 0 15px 0;
	box-sizing:border-box;
	border:0px;
	font-size:14px;
}
#footer_box td h4{
	font-size:16px;
	padding:30px 0 10px 0;
}
#footer_box td ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding: 0 1.5em;
	border-right:0px solid #000;
	margin:5px 0;
	font-size:14px;
	width:50%;
}
#footer_box .footer_menu ul li:first-child {

	border-left:0px solid #000;
}	
	
#top_img_serach{
	width:90%;
	margin:0 auto;
	height:auto;
}
#top_img_serach .tub{
	background:#fff;
	width:90%;
	max-width:auto;
	margin:50px 0 0 0;
	border-radius:10px 10px 0px 0px ;
    -webkit-border-radius:10px 10px 0px 0px ;
    -moz-border-radius:10px 10px 0px 0px ;
	line-height:35px;
	padding:5px 20px;
	box-sizing:border-box;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
	font-weight:500;
}
#top_img_serach .tub .kazu{
	font-size:25px;
	color:#ff3131;

}
#top_img_serach .tub_box{
	background:#fff;
	width:100%;
	margin:0;
	 border-radius:0px 10px 10px 10px ;
    -webkit-border-radius:0px 10px 10px 10px ;
    -moz-border-radius:0px 10px 10px 10px ;
	padding:20px 20px;
	box-sizing:border-box;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
}
.tub_box td {
	vertical-align:middle;
	display:block;
}
.tub_box td.t01{
	width:100%;
}
.tub_box td.t02{
	width:100%;
	font-size:25px;
	padding:10px 0;
	text-align:center;
	}
.tub_box td.t03{
	width:100%;
	padding:20px 0 0 0;
	box-sizing:border-box;
}
.tub_box td.t03 input[type=submit] {
	font-size:16px;
	line-height:45px;
	text-align:center;
	display:block;
	margin:0 auto;
}
.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 45px;
    height: 50px;
    border-radius: 0 3px 3px 0;
    background-color: #0090ea;
}
.selectbox-1 select {
    appearance: none;
    min-width: 100%;
    height:50px;
    padding: 0 0 0 1em;
    border: none;
    border-radius: 3px;
    background-color: #ebebeb;
    color: #000;
    font-size:16px;
    cursor: pointer;
	transition: 0.5s;
}
/* =Layout
-------------------------------------------------------------- */
#main-content {
	width:100%;
	float:none;
}
.main {
	width:100%;
	max-width:840px;

}
.main_content_page,
.main_content_single{
	width:100%;
	float:none;
}
	.main_content_page img{
		width:100%;
		height:auto;
	}
.main_content_page_qa{
	width:100%;
	float:none;
	box-sizing:border-box;
	margin-bottom:50px;
}
.main_content_page .page_box,
.main_content_page_qa .page_box{
	width:100%;
	padding:5px 2em 2em 2em;
	box-sizing:border-box;
	background:#fff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}
.main_content_page h2,
.main_content_page_qa h2{
	font-size:22px;
	font-weight:600;
	border-bottom:2px solid #555;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:50px;
}
.main_content_page_qa .page_box h2{
	font-size:20px;
	font-weight:500;
	color:#27acd9;
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	margin:0 0 30px 0;
	}
.main_content_page .page_box h3{
	font-size:20px;
	font-weight:500;
	color:#27acd9;
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	margin:30px 0 30px 0;
	}
.main_content_page .page_box h3.top:before,
.main_content_page .page_box h3:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40%;
	height: 5px;
	content: '';
	background: #27acd9;
	}
#work ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:0;
	margin:15px 0;
	background:#fff;
	font-size:12px;
	line-height:20px;
}
/* =side
-------------------------------------------------------------- */
#side {
	width:100%;
	float:none;
}
	.page_side02{
		display:none;
	}
.page_side {
	width:100%;
	float:none;
	background:#fff;
	padding:20px 20px 0 20px;
	box-sizing:border-box;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
	margin-bottom:50px;
}
	.page_side .sidemenu,
	.page_side .pdf,
	.page_side .banner{
		display:none;
	}
.page_side h3.midashi{
	background:#1f93d0;
	color:#fff;
	font-size:16px;
	font-weight:500;
	padding:5px 10px;
	box-sizing:border-box;
	margin: 0;
	clear:both;
}
.page_side h4{
	color:#1f93d0;
	font-size:16px;
	font-weight:500;
	box-sizing:border-box;
	margin:0px 0 10px 0;
	padding-top:20px;
	clear:both;
}
.page_side label{
	padding:0 1em;
	float:left;
}
.sc_keitai{
	padding-bottom:30px;
	margin-bottom:40px;
}
.page_side input.feas-submit-button{
	clear:both;
	display:block;
	margin-top:40px;

}
.side_box{
	width:90%;
	max-width:90%;
	box-sizing:border-box;
	margin: 0 auto;
	padding:30px 0;
}
.side_box img{
	display:block;
	width:100%;
	height:auto;
}
.side_box h3{
	font-size:18px;
	color:#1e93cf;
	font-weight:500;
	text-align:center;
	margin-bottom:20px;
}
.side_box table{
	margin:0;
}
.side_box th{
	width:100px;
}
.side_box td .ymorebtn{
	max-width:100%;
	border-radius:5px;
	height:30px;
	line-height:30px;
}
.side_box .box{
	padding:0 20px 20px 20px;
	box-sizing:border-box;
	font-size:16px;
	line-height:20px;
	border-bottom:1px solid #ccc;
}
.side_box .box .time{
	box-sizing:border-box;
	font-size:14px;
	padding-bottom:10px;
}
.youtube{
	background:#f4f4f4;
	padding:25px 15px 15px 15px;
	margin:35px 0;
	box-sizing:border-box;
}
.banner{
	padding:0;
	box-sizing:border-box;
	width:70%;
	margin:0 auto;

}
.banner img{
	margin-bottom:15px;
	box-sizing:border-box;
	border:1px solid #c5c5c5;

}
.facebook{
	width:70%;
	margin:0 auto;
	padding:15px 0;
	}
.facebook img{
	width:70%;
	height:auto;
	
}
.pdf{
	padding:45px 15px 40px 15px;
	box-sizing:border-box;

}
.main_content_page .page_box .ymorebtn{
	max-width:100%;
	font-size:16px;
	line-height:50px;
	height:50px;
}
/* =コンテンツ
-------------------------------------------------------------- */
#newface{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:50px;
}
#newface h2{
	font-size:25px;
	text-align:center;
	padding:50px 0 20px 0;
}
#newface ul li {
	display: block;
	float: none;
	width: 100%;
	padding:0 15px;
	margin:0 0 20px 0;
}

#newface ul li .t_table{
	position:table;
	margin-bottom:20px;
}
#newface ul li .photo{
	width:40%;
	height:auto;
	display:table-cell;
}
#newface ul li .box{
	width:55%;
	display:table-cell;
	padding:15px 0px 0 20px;

}
	
#map{
	background:#6fc9d1;
	padding:0px;
	box-sizing:border-box;
}
#wseach ul li {
	display:flex;
	float:none;
	list-style-type:none;
	text-align:left;
	width:100%;
	box-sizing:border-box;
	padding:0;
	margin:0 0 35px 0;
	background:#fff;
	border:0px;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
	flex-direction: column;
}
.about_sakai ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
}
/* =Content
-------------------------------------------------------------- */
.main h4{
	background:#f4f4f4;
	width:100%;
	font-size:20px;
	font-weight:500;
	padding:0 15px;
	box-sizing:border-box;
	line-height:50px;
	margin-bottom:0px;
}
	.add {
		width:90%;
		margin:0 auto;
	}
.add h5{
	font-size:18px;
	font-weight:500;
	color:#1e93cf;
	padding-bottom:5px;
	margin-bottom:5px;
}	
.add ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	margin:0;
	font-size:16px;
	line-height:25px;
}
.add ul li.text {
	width:100%;
	padding:30px 20px 20px 20px;
}
.add ul li.map {
	width:100%;

}
.add ul li.map iframe{
	width:100%;
	height:300px;

}
.s-table01 td.w50{
	width:100%;
	display:block;
}
.s-table01 td.p01{
	background:#eeeeee;
	padding:5px 10px;
	box-sizing:border-box;
	width:12em;
	font-size:15px;
}
.s-table01 td.p02{
	background:#28a8e9;
	color:#fff;
	padding:5px 10px;
	box-sizing:border-box;
	width:13em;
	font-size:15px;
}
.s-table01 td.p03,
.s-table01 td.p04{
	padding:5px 10px;
	box-sizing:border-box;
	font-size:14px;
}
.s-table02 th,
.s-table03 th{
	width:100%;
	vertical-align:top;
	display:block;
}
.s-table02 td{
	display:block;
	width:100%;
	padding:10px 1em 40px 1em;
	box-sizing:border-box;
}
.s-table02 th .midashi{
	width:80%;
	background:#28a8e9;
	color:#fff;
	line-height:40px;
	font-size:16px;
	padding-left:1em;
}
.s-table03 tr{
	border:0px;
}
.s-table03 td {
	display:block;
	width:100%;
	border-top:2px solid #28a8e9;
	vertical-align:top;
	box-sizing:border-box;
	padding:0;
}
.s-table03 td .table03{
	padding:0px 1em 40px 1em;
	
}
.s-table03 td .midashi{
	width:80%;
	background:#28a8e9;
	color:#fff;
	line-height:40px;
	font-size:16px;
	padding-left:1em;
}
	.contactbtn_link td{
		width:100%;
		display:block;
	}
.contactbtn_link button.simplefavorite-button{
	width:100%;
	max-width: 100%;
	border:0px;
	padding:5px 0 0 0;
}	
.contactbtn_link .ymorebtn {
	display: block;
	width:100%;
	max-width: 100%;
	height:40px;
	margin:0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#fff;
    background: #1e93cf;
	position: relative;
}
#koushin {
	font-size:14px;
	font-weight:600;
}
#koushin span{
	font-size:20px;
	color:#ff3131;
}
.jinzai_service .wrap {
  display: initial;
  justify-content: initial;
  align-items: initial;
  flex-wrap: initial;
	font-size:16px;
}

.jinzai_service .wrap:not(:last-child) {
  margin-bottom: 0px;
}

.jinzai_service .wrap:nth-child(even) {
  flex-direction: initial;
}

.jinzai_service h4 {
  font-size:18px;
	font-weight:500;
	color:#55b2c7;
}
.jinzai_service img {
  display: block;
  width: 70%;
	margin:50px auto 0 auto;
  height: auto;
}
.jinzai_service .box {
  width: 100%;
	border-bottom:1px solid #000;
	padding-bottom:20px;

}
/* =BTN
-------------------------------------------------------------- */
.morebtn_h {
	display: block;
	width: 100%;
	height: 45px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size:18px;
	font-weight:500;
	color:#494f7f;
}


.morebtn {
	display: block;
	width: 70%;
	max-width:280px;
	height: 50px;
	margin:30px auto;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size:18px;
	font-weight:400;
	color:#fff;
	border-radius:10px;
}

	
  .innerbox {
    display: block;
  }
  .innerbox + .innerbox{
    margin-top: 60px;
  }
  .box__body{
    width: 100%;
    padding: 0;
  }
  .box__image{
    margin-top: 20px;
    width: 100%;
  }
  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 30%;
  }
  .mw_wp_form table th {
    width: 100%;
	  display:block;
	  padding:15px 0 5px 0;
	}
  .mw_wp_form table td {
    width: 100%;
	  display:block;
 	  padding:0;
 }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }
.tel_box ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
	font-size:18px;
	font-weight:500;
}
.pdf_boox ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
}
.pdf_box img{
	width:auto;
	height:auto;
}
#about table th{
	display:block;
	padding:5px 10px;
	background:#f4f4f4;
}
#about table td{
	display:block;
}

#buss table td{
	border-bottom:1px solid #000;
	padding:10px;
	box-sizing:border-box;
}
#buss table th{
	white-space: nowrap;
	font-weight:500;
}
#buss .bus{

}
#buss .bus ul{
	margin:0;
	padding:0;
}
#buss .bus ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#buss .bus ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
}
#buss .bus ul li h6{
	font-size:15px;
	font-weight:600;
	color:#1e93cf;
}
.bus_sonota{
	background:#f4f4f4;
	padding:20px;
	box-sizing:border-box;
	font-size:14px;
	margin-bottom:20px;
}
.bus_sonota strong{
	
	font-size:16px;
}
.bus_sonota .koushin{
	font-size:14px;
	text-align:right;
}

#mobileFootNav { display:block; z-index:1030; width:100%;  position:fixed; bottom:0; }
#mobileFootNav { background:#fff; border-top:1px solid #000; }

#wrap_all { padding-bottom:60px; }

#mobileFootNav .menu ul {
	margin:0;
	padding:0;
}
#mobileFootNav .menu ul:after {
	  content:"";
	  clear:both;
	  display:block;
	}
#mobileFootNav .menu li {
	display:block;
	float:left;
	list-style-type: none;
	box-sizing: border-box;
	text-align:center;
	margin:0;
	padding:0;
	line-height:45px;
	width:33.333%;
	border-left:1px solid #000;
}
#mobileFootNav .menu li:first-child{
	border:0px;
}

#mobileFootNav .menu ul li .morebtn_h {
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size:12px;
	font-weight:500;
	color:#494f7f;
	padding:10px 0 5px 0;
}
#mobileFootNav .menu ul li .morebtn_h .fa-magnifying-glass,
#mobileFootNav .menu ul li .morebtn_h .fa-people-group,
#mobileFootNav .menu ul li .morebtn_h .fa-file-lines{

	font-size:22px;

}
#mobileFootNav .menu ul li a:link.morebtn_h,
#mobileFootNav .menu ul li a:visited.morebtn_h{
	color:#494f7f;
}
#mobileFootNav .menu ul li a:hover.morebtn_h{
	color:#fff;
}
.about_sakai table{
	margin:10px 0;
}
.about_sakai th{
	width:100%;
	display:block;
}
.about_sakai td{
	width:100%;
	display:block;
	font-size:16px;
	font-weight:500;
	padding:10px 2em;
	vertical-align:middle;
	background:#f0f0f0;
	box-sizing:border-box;
}

.about_sakai th img{
	width:100%;
	height:auto;
}
.about_sakai td .ymorebtn {
	
	display: block;
	width:90%;
	max-width: 300px;
	height:40px;
	margin:15px auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#fff;
    background: #1e93cf;
	position: relative;
}
.about_sakai02 ul{
	margin:40px 0 60px 0;
	padding:0;
}
.about_sakai02 ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.about_sakai02 ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width:100%;
	box-sizing: border-box;
	padding:15px;
	margin:0;
}
.about_sakai02 .ymorebtn {
	
	display: block;
	width:100%;
	max-width: 100%;
	height:40px;
	margin:15px auto 0 auto;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:14px;
	font-weight:400;
	color:#fff;
    background: #1e93cf;
	position: relative;
	padding-left:1em;
}
.about_sakai03{
	padding:20px 0px;
}
.youryo-right{
	width:100%;
}
.youryo-right ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:20px 0;
	margin:0;
}
.youryo-right ul li.image {
	width:100%;
	text-align:center;
}
.youryo-right ul li.text {
	width:100%;
}
.youryo-right ul li img{
	width:70%;
	max-width:200px;

}
}
