/*
Theme Name: Minerva TMP1
Template: twentyten
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
body {
 -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
p{
  font-weight: bold;
}
a{
  font-weight: bold;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  font-weight: 500;
}
h3#comments-title,
h3#reply-title,
#header_navi .menu,
#header_navi div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}
input[type="submit"] {
	font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}
pre {
	font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}
code {
	font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}




.bigfont {
    color: #333333;
    font-size: 21px;
    font-weight: 500;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}





/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.text-right {
	text-align:right !important;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
}
.aligncenter_top, img.aligncenter_top {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 46px;
    margin-bottom: 46px;
}
.aligncenter_btn,
img.aligncenter_btn {
clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.aligncenter1, img.aligncenter1 {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}
.aligncenter2, img.aligncenter2 {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.aligncenter3,
img.aligncenter3 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
	margin-bottom: 24px;

}

.aligncenter_btn2, img.aligncenter_btn2 {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
margin-top:40px;
}
.aligncenter_btn3,
img.aligncenter_btn3 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
margin-top:20px;
margin-bottom:24px;
}
.aligncenter_hd,
img.aligncenter_hd {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
	margin-top: 0px;
	margin-bottom: 16px;
        padding-bottom: 0px;
}
.aligncenter_hd2,
img.aligncenter_hd2 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
	margin-top: 16px;
	margin-bottom: 16px;
        padding-bottom: 0px;
}
.aligncenter_mv,
img.aligncenter_mv {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
	margin-top: 0px;
	margin-bottom: 16px;
        padding:20px;
border:3px solid #f6f6f6;
}
.aligncenter6,
img.aligncenter6 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
	margin-bottom: 0px;
}

.aligncenter4,
img.aligncenter4 {
	margin-top: 12px;
	margin-bottom: 0px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
}
.aligncenter7,
img.aligncenter7 {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
        text-align:center;
}
.gmap {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
text-align: center;
}
.img_gry {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
text-align: center;
border:5px solid #ccc;
width: 430px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #333333;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 30px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin: 0;
	padding: 20px;
	border: 1px solid #ccc;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}

.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333333;
}
#respond {
	border-top: 1px dotted #ccc;
	margin: 24px 0;
	padding: 30px 0 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
	text-align: center;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333333;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
}

.sbi_bio{
display:none;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#header_navi,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #333333;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #333333;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 11pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#header_navi,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24px 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	.center {
                margin:0 auto 0;
		text-align:center;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
body {
	line-height: 1.4;
	background: #fff;
}
_body.page-id-7 {
	background: url(images/leaf_bg.jpg) repeat-x center top;
}

table {
	font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

p {
	margin: 0 0 15px;
}

img {
	vertical-align: middle;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

/* font color */
.pink {
	color: #cf11b2 !important;
	font-weight: bold;
}
.red {
	color: #ff004e !important;
	font-weight: bold;
}
.blue {
	color: #00a6ea !important;
	font-weight: bold;
}
.sax {
	color: #01a9e4;
}
.red2 {
color:#f3575b;
}
.small {
    color: #333333;
    display: block;
    margin-top: 8px;
    font-size: 14px !important;
    text-align: right;
    line-height: 1.5 !important;
}

/* link area */
.link_area {
text-align: right;
    margin: 0 0 24px;
    display: block;
    clear: both;
}
.link_area a, .scroll-back a {
    margin: 0;
    padding: 5px 35px 5px 45px;
    line-height: 2;
    text-align: left;
    font-size: 12px;
    background: url(./images/arrow2.png) no-repeat 15px center #182446;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-weight: 600;
}
.link_area a:link,
.link_area a:visited,
.scroll-back a:link,
.scroll-back a:visited {
  color: #fff;
  text-decoration: none;
}
.link_area a:hover,
.link_area a:active,
.scroll-back a:hover,
.scroll-back a:active {
  color: #333333;
  background-color: #ccc;
}
.attention {
	padding: 10px;
	background: #fde1e0;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.radiusBox {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
/* float */
.fl_l {
	float: left;
}
.fl_left {
	float: left;
}
.fl_r {
	float: right;
}
img.fl_l {
	margin: 0 20px 20px 0;
}
img.fl_left {
	margin: 0 20px 0px 0;
}
img.fl_r {
	margin: 0 0 20px 20px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	/* list-style: square;
	margin: 0 0 18px 1.5em; */
}
ol {
	/* list-style: decimal;
	margin: 0 0 18px 1.5em; */
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
		margin-bottom: 18px;
}
dd {
	margin-bottom: 18px;
}
strong {
font-weight: 600;
    color: #371f11;
    font-size: 120%;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  background: #fff;
  border: 1px solid #702a91;
  padding: 2px;
  width: 80%;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 0.25em;
  font-feature-settings: "palt" 1;
}

a{
  transition: .3s;
  letter-spacing: 0.14em;
  font-feature-settings: "palt" 1;
  font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif" !important;
}

a:link,
a:visited {
	color: #333333;
text-decoration:none;
}
a:active,
a:hover {
	color: #333333;
  opacity: 0.8;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.fa-phone,
.fa-balance-scale {
padding-right:8px;
}
.under_dotted {
padding-bottom: 8px !important;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 16px !important;
}
/* The main theme structure */

div.menu,
#main,
#toppage_top_widget {
	margin: 0 auto;
	width: 1140px;
}

#site-description p,
#header_inner,
.breadcrumbs_inner {
	margin: 0 auto;
	/* width: 1140px; */
}
#header_navi .menu-header {
	margin: 0 auto;
	width: 1140px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}



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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

.category-style_gallery #container,
.archive  #container,
.categoryid-3 #container {
	width: 100%;
	margin: 0;
}
.category-5 #container,
.categoryid-5 #container,
.category-4 #container,
.categoryid-4 #container {
  max-width: 1140px;
  width: 90%;
	margin: 0 auto;
}
.page-template-onecolumn-page #container,
.single-cast #container,
.single-rdt_cast #container,
.post-type-archive-cast #container,
.post-type-archive-rdt_cast #container,
.single-schedule #container,
.post-type-archive-schedule #container {
    width: 100%;
    /* float: left; */
    margin: 0;
}
#content {
	margin: 0;
}
.category-style_gallery #primary,
.category-style_gallery #secondary,
.categoryid-3 #primary,
.categoryid-3 #secondary {
	float: right;
	width: 250px;
	display:none;
}

#primary,
#secondary {
	float: right;
	width: 250px;
	/* display:block; */
  display: none;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0px auto 0px;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}



/* Header
-------------------------------------------------------------- */
.home #header {
	    background: transparent;
    padding: 0px 0 0px 0;
        border-top: none;
}

#header {
	    background: transparent;
    padding: 0px 0 0px 0;
}
#header #header_inner {
	    padding: 0px 0;
}
#site-description {
	margin: 0 0 0px;
    padding: 0;
    text-align: left;
}
#site-description h1 {
color: #333333 !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto !important;
    width: 1020px;
    padding: 6px 0 7px;
    font-feature-settings: "palt" 1;
}
#site-description p {
	margin: 0 auto;
	color: #7c644a;
	line-height: 1;
	font-size: 11px;
	display: block;
}

#site-title {
    width: 320px;
    height: 56px;
    float: left;
    margin: 0px 0 0;
    padding: 0;
}
#site-title span,
#site-title h1 {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
}
#site-title a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url(images/logo2.png) no-repeat left top 50%;
}
#header .widget-container {
	width: auto;
	float: right;
	margin: 0px 0 0px 0;
	padding: 0;
}
#header .widget-container img {
    vertical-align: middle;
}


#header .widget-container ul {
    margin: 8px 0 0;
    padding: 0px 0 0px;
    list-style: none;
    width: 296px;
    float:left;
}
#header .widget-container ul li {
    margin: 0 0px 0 0;
    padding: 0px 0 0px;
    font-size: 14px;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}
#header .widget-container ul li .fa-phone,
#header .widget-container ul li .fa-map-marker {
    padding: 0px 8px 0px 0px;
    font-size: 21px !important;
    color: #e00707 !important;
}
#header .widget-container ul li span.tele_text {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    color: #333333 !important;
}
#header .widget-container .res_box {
display:block;
margin:0;
float:right;
width:190px;
height:64px;
}

#header .fa-envelope-o {
    padding-right: 0px !important;
}
#header .fa-phone {
    padding-right: 4px !important;
}
#header .widget-container a:hover img {
	opacity:0.7;
}
#header_bottom-widget-area .widget-container {
	margin: 0;
}

/* header_bottom-widget-area
-------------------------------------------------------------- */
.header_bottom-widget-area {
	margin: 0;
}
.header_bottom-widget-area .widget-container {
	margin-bottom: 0;
}

/* main visual */
/* main visual */
#execphp-3{
    width: 100%;
    position: relative;
background: url(./images/main_bg.png) repeat center top;
}
#top_block{
    width: 100%;
    position: relative;
background: transparent;
}
.front_block {
margin: 0px auto 0px;
    width: 430px;
    position: absolute;
    height: auto;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 20;
}
.front_block h1 img {
display:block;
}


.main_ov {
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.delay-600 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animate {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
    animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.main_ov{
    animation: fadeIn 2s ease-in 0.8s 1 normal;
    -webkit-animation: fadeIn 2s ease-in 0.8s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.bx-wrapper {
    margin: 0 auto;
    position: relative;
}
#sliderInner ul {
    margin: 0;
    padding: 0;
}
#sliderInner ul li {
    width: 100%;
    list-style:none;
}
#sliderInner ul li img {
    width: 100%;
    height:100vh;
}
#sliderInner ul li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.bx-wrapper .bx-pager {
text-align: center;
    font-size: .85em;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-weight: bold;
    color: #666;
    padding-top: 0px;
    margin-top: -10px;
    z-index: 90;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #e80114;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    left: -52px;
    background: url(./images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: -52px;
    background: url(./images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:-43px 0;
}
.home #content .hentry .entry-title {
	display: none;
}
#news_cont {
      width: 100%;
    margin: 0px 0 40px;
    padding: 0px 0 0px 0;
    overflow: hidden;
    background: url(./images/news_bg.png) repeat center top;
    position: relative;
}
#news_cont_inner {
	width: 1140px;
	margin: 0px auto 0px;
padding:0 0 0;
}
#news_cont h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    line-height: 64px;
    padding: 0;
    margin: 0px auto 0px;
    text-align: center;
    position: relative;
}
#news_cont .left_box {
    width: 240px;
    margin: 0 auto 0;
    text-align: center;
    float: left;
    background: #333333;
    padding: 0px;
    box-sizing: border-box;
    height: 64px;
}

#news_cont .right_box {
        width: 900px;
    margin: 0 0px 0px 0px;
    float: left;
    background:#fafafa;
    padding:0px;
    box-sizing:border-box;
    height:64px;
}
#news_cont .right_box ul {
    background: transparent;
    overflow: auto;
    height: 64px;
    margin: 0;
    box-sizing: border-box;
    clear: both;
    padding: 0 0px 0 56px;
}
#news_cont .right_box ul li {
    padding: 20px 0 10px 0px;
    float: left;
    list-style: none;
    margin: 0;
    clear: both;
    width: 100%;
}
#news_cont .right_box ul li a:link,
#news_cont .right_box ul li a:visited {
    color: #333333;
    font-size: 15px;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-weight: 500;
    text-decoration: none;
}
#news_cont .right_box ul li a:hover,
#news_cont .right_box ul li a:active {
    color: #333333;
    font-size: 15px;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    font-weight: 500;
    text-decoration: underline;
}
span.time_set {
    display: inline-block;
    color: #1a7bd0;
    font-size: 14px;
    margin-right: 8px;
    padding: 0 16px;
}



#first_cont {
    width: 100%;
    margin: 80px 0 80px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: transparent;
}

#first_cont_inner {
	width: 1140px;
	margin: 0px auto 0px;
padding:0 0 0;
}
#first_cont h2 {
    color: #122c52;
    font-size: 32px;
    font-weight: 500;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 40px;
    text-align: center;
    position: relative;
}
#first_cont h2:after {
        content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}

#first_cont .text_box {
        width: 80%;
    box-sizing:border-box;
    margin:0 auto 0;
}
#first_cont .text_box p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
    text-indent: 1em;
}
#second_cont {
    width: 100%;
    margin: 0px auto 0px;
    padding: 80px 0 80px 0;
    overflow: hidden;
background: #f9f9f9;
}
#second_cont_inner {
    width: 1140px;
    margin: 0px auto 0px;
    padding: 0;
}
#second_cont  h2 {
    color: #122c52;
    font-size: 32px;
    font-weight: 500;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 40px;
    text-align: center;
    position: relative;
}
#second_cont h2:after {
        content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}

#imazine_bloc {
    width: 100%;
    margin: 0px 0 64px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: transparent;
background-position: center;
 background: url(./images/top_bg1a.png) no-repeat center top;
}
.plx_bgImg {
  width: 100%;
  height: 480px;
  color: #fff;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
.plx_bgImg > * {
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
}
.plx_bgImg {
background-attachment: fixed !important;
}

#third_cont {
    width: 100%;
    margin: 0px 0 0px;
    padding: 80px 0 80px 0;
    overflow: hidden;
background: transparent;
}

#third_cont_inner {
	    width: 1140px;
    margin: 0px auto 0px;
    padding: 0px 0 0px 0;
}
#third_cont h2 {
    color: #122c52;
    font-size: 32px;
    font-weight: 500;
    font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 40px;
    text-align: center;
    position: relative;
}
#third_cont h2:after {
    content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#third_cont h3 {
    color: #122c52;
    font-size: 28px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
    letter-spacing: 12px;
}
#third_cont h3:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#third_cont h3 span.bf {
    color: #122c52;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0 0 16px 0;
    text-align: center;
    display: block;
    letter-spacing: 0px;
}
#third_cont h3 span.af {
    color: #122c52;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 8px 0 0;
    text-align: center;
    display: block;
    letter-spacing: 0px;
}
#third_cont .left_box {
    width: 80%;
    margin: 0 auto 40px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #122c52;
    padding: 24px;
    float: none;
}
#third_cont .right_box {
    width: 80%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    border: 1px solid #122c52;
    padding: 24px;
    float: none;
}
#third_cont .left_box p,
#third_cont .right_box p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}

#forth_cont {
    width: 100%;
    margin: 0px auto 0px;
    padding: 80px 0 80px 0;
    overflow: hidden;
background: #f9f9f9;
}
#forth_cont_inner {
	    width: 1140px;
    margin: 0px auto 0px;
    padding: 0px 0 0px 0;
}
#forth_cont h2 {
    color: #122c52;
    font-size: 32px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 40px;
    text-align: center;
    position: relative;
}
#forth_cont h2:after {
    content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#forth_cont h3 {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 32px;
    text-align: center;
    position: relative;
}
#forth_cont h3:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#forth_cont .text_box {
        width: 80%;
    box-sizing:border-box;
    margin:0 auto 0;
}
#forth_cont .text_box p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
.chpcs_foo_content img {
    width: 222px;
    height: 212px;
    object-fit: cover;
    box-sizing: border-box;
}
.pcs_foo_content {
    border: 1px solid #ccc !important;
}



#fifth_cont {
    width: 100%;
    margin: 0px auto 0px;
    padding: 80px 0 80px 0;
    overflow: hidden;
}
#fifth_cont_inner {
	width: 1140px;
	margin: 0px auto 0px;
padding:0px 0;
}
#fifth_cont h2 {
    color: #122c52;
    font-size: 32px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 40px;
    text-align: center;
    position: relative;
}
#fifth_cont h2:after {
    content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#fifth_cont h3 {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 32px;
    text-align: center;
    position: relative;
}
#fifth_cont h3:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#fifth_cont .text_box {
        width: 80%;
    box-sizing:border-box;
    margin:0 auto 0;
}
#fifth_cont .text_box p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
/* Ã£â€šÂ´Ã£Æ’Â¼Ã£â€šÂ¹Ã£Æ’Ë†Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã¨Â¨Â­Ã¥Â®Å¡ */

.gost_btn {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #122c52 !important;
    text-decoration: none;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    max-width: 190px;
    width: 240px;
    height:56px;
    line-height:56px;
    text-align: center;
    font-size: 16px;
	overflow: hidden;
	border:1px solid #122c52;
box-sizing:border-box !important;
}

.gost_btn:hover{
  color: #fff !important;
}
.gost_btn::after {
	top: 0;
        bottom:-100%;
	width: 100%;
	height: 100%;
}

.gost_btn:hover::after {
	left: 0;
	 background: #122c52;
}
.gost_btn::before,
.gost_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gost_btn,
.gost_btn::before,
.gost_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gost_btn_contact {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #e00707;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    max-width: 190px;
    width: 190px;
    height:64px;
    line-height:64px;
    text-align: center;
    font-size: 15px;
	overflow: hidden;
box-sizing:border-box !important;
}

.gost_btn_contact:hover{
  color: #fff !important;
}
.gost_btn_contact::after {
	top: 0;
        bottom:-100%;
	width: 100%;
	height: 100%;
}

.gost_btn_contact:hover::after {
	left: 0;
	 background: #d25252;
}
.gost_btn_contact::before,
.gost_btn_contact::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gost_btn_contact,
.gost_btn_contact::before,
.gost_btn_contact::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gost_btn_bk {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    max-width: 256px;
    width: 256px;
    height:56px;
    line-height:56px;
    text-align: center;
    font-size: 16px;
	overflow: hidden;
box-sizing:border-box !important;
}

.gost_btn_bk:hover{
  color: #fff !important;
}
.gost_btn_bk::after {
	top: 0;
        bottom:-100%;
	width: 100%;
	height: 100%;
}

.gost_btn_bk:hover::after {
	left: 0;
	 background: #3897f0;
}
.gost_btn_bk::before,
.gost_btn_bk::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gost_btn_bk,
.gost_btn_bk::before,
.gost_btn_bk::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gost_btn2 {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #d1467b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    max-width: 256px;
    width: 256px;
    height:56px;
    line-height:56px;
    text-align: center;
    font-size: 16px;
	overflow: hidden;
box-sizing:border-box !important;
}

.gost_btn2:hover{
  color: #fff !important;
}
.gost_btn2::after {
	top: 0;
        bottom:-100%;
	width: 100%;
	height: 100%;
}

.gost_btn2:hover::after {
	left: 0;
	 background: #d73774;
}
.gost_btn2::before,
.gost_btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gost_btn2,
.gost_btn2::before,
.gost_btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



/* =primary
-------------------------------------------------------------- */
/* Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£â€šÂ¦Ã£â€šÂ£Ã£â€šÂ¸Ã£â€šÂ§Ã£Æ’Æ’Ã£Æ’Ë†Ã£â‚¬â‚¬Ã¥â€¦Â±Ã©â‚¬Å¡Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â«Ã¨Â¨Â­Ã¥Â®Å¡ */
#primary .widget-container {
	padding: 0;
    background-color: transparent;
    margin-bottom: 24px;
}
#primary .widget-container h3 {
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 auto 24px;
    font-weight: 600;
    position: relative;
    padding: 16px 0;
    line-height: 1;
    display: block;
    background: #333333;
}
#primary .widget-container ul {
    margin: 0;
    padding: 0px;
}
#primary .widget-container ul li {
    margin: 0 auto 0px;
    padding: 8px 0;
    list-style: none;
    background: url(./images/arrow_sp.png) no-repeat scroll 0% 50%;
    border-bottom: 1px dotted #e8e8e8;
    text-align: center;
    font-size: 15px;
}

#primary .widget-container ul li a:link,
#primary .widget-container ul li a:visited {
	color: #333333;
}
#primary .widget-container ul li a:hover,
#primary .widget-container ul li a:active {
  	background-color: #fafafa;
	text-decoration: none;
color: #333333;
}

#primary .widget-container ul ul {
  margin: 0 0 10px 10px;
}
#primary .widget-container ul ul li {
  padding: 0;
  border-bottom: 1px dotted #eee;
}
#primary .widget-container ul ul li a {
  padding: 3px 0 3px 15px;
  background: url(./images/arrow_sp.png) no-repeat 5px center;
}


/* Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€ Ã£Æ’Â³Ã£Æ’â€žÃ£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼ */
#main #primary .widget_nav_menu {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #e8e8e8;
  border-radius: 0; /* CSS3Ã¨Ââ€°Ã¦Â¡Ë† */
  -webkit-border-radius: 0; /* Safari,Google ChromeÃ§â€Â¨ */
  -moz-border-radius: 0;  /* FirefoxÃ§â€Â¨ */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
#main #primary .widget_nav_menu h3 {
    width: 100%;
    margin: 0 auto 10px;
    padding: 8px 0 8px 0;
    border: 0;
    background: #333333;
    overflow: hidden;
    font-size:15px;
    color:#fff;
    text-align:center;
    font-weight:bold;
vertical-align: middle;
    display: block;
}

#main #primary .widget_nav_menu .menu-side_navi-container {
	margin: 0;
	padding: 0;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:link,
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:visited {
	color: #333333;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:hover,
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:active {
	background-color: #e5f9e5;
	text-decoration: none;
}



/* Ã£â€šÂ«Ã£Æ’â€ Ã£â€šÂ´Ã£Æ’ÂªÃ£Æ’Â¼Ã£â‚¬â‚¬Ã£â€šÂ¢Ã£Æ’Â¼Ã£â€šÂ«Ã£â€šÂ¤Ã£Æ’â€“Ã£â‚¬â‚¬Ã¦â€“Â°Ã§Ââ‚¬Ã¦Æ’â€¦Ã¥Â Â±Ã£â‚¬â‚¬Ã¥â€¦Â±Ã©â‚¬Å¡Ã¦Å’â€¡Ã¥Â®Å¡ */
#primary .widget_categories,
#primary .widget_archive,
#primary .widget_recent_entries {
    background-color: transparent;
}
#primary .widget_categories h3,
#primary .widget_archive h3,
#primary .widget_recent_entries h3 {
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 600;
    background-color: #a1895e;
}
#primary .widget_categories h3 span,
#primary .widget_archive h3 span,
#primary .widget_recent_entries h3 span {
    color:#fff;
}


/* Ã£â€šÂ«Ã£Æ’â€ Ã£â€šÂ´Ã£Æ’ÂªÃ£Æ’Â¼Ã£â‚¬â‚¬Ã¥â‚¬â€¹Ã¥Ë†Â¥Ã¦Å’â€¡Ã¥Â®Å¡ */


/* Ã£â€šÂ¢Ã£Æ’Â¼Ã£â€šÂ«Ã£â€šÂ¤Ã£Æ’â€“Ã£â‚¬â‚¬Ã¥â‚¬â€¹Ã¥Ë†Â¥Ã¦Å’â€¡Ã¥Â®Å¡ */
#primary .widget_archive {
  text-align: center;
}
#primary .widget_archive select {
	margin: 0 0 10px;
}

/* Ã¦â€“Â°Ã§Ââ‚¬Ã¦Æ’â€¦Ã¥Â Â±Ã£â‚¬â‚¬Ã¥â‚¬â€¹Ã¥Ë†Â¥Ã¦Å’â€¡Ã¥Â®Å¡ */
#primary .widget_recent_entries span.post-date {
    display: block;
    font-size: 10px;
    text-align: right;
}


/* Ã£Æ’ÂÃ£Æ’Å Ã£Æ’Â¼ */
#primary div.widget_sp_image {
	margin: 0 auto 16px;
	padding: 0;
	border: 0;
}

#primary div.widget_sp_image img {
	vertical-align: -webkit-baseline-middle !important;
}

#primary #widget_sp_image-7000 {
	margin: 10px auto 10px;
	padding:10px 0 10px ;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}




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

#main {
	clear: both;
	padding: 0;
}

#main:before,
#main:after {
	content:"";
	display:table;
}
#main:after {
	clear:both;
}
#main {
	zoom:1;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#under_page dt {
color: #333333;
    font-size: 16px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
}
#under_page dd {
color: #333333;
    font-size: 16px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0 0 0 2%;
}
#content th {
	color: #333333;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {

}


.hentry {
	margin: 0 0 0px 0;
}
.category .hentry,
.page-template-default .hentry {
	margin: 0 0 00px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #333333;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
    padding: .5em .75em;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
    font-size: 18px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 500;
    display: block;
    background: #333333;
}
.page-title span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.category-style_gallery .page-title {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin:24px auto 40px;
    text-align: center;
    position: relative;
    background:transparent !important;
}
.category-style_gallery .page-title:after {
    content: "";
    width: 160px;
    height: 2px;
    background: #333333;
    display: block;
    margin: 20px auto 0;
}
.category-style_gallery .page-title span {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}


.entry-title a:link,
.entry-title a:visited {
	color: #333333;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}


#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #333333;
	font-weight: bold;
	padding: 0 24px;
}
/* .entry-content input {
	margin: 0 0 24px 0;
} */
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #333333;
	font-size: 14px;
}
.entry-content select {
	margin: 0 0 0px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-template-onecolumn-page .page-link {
    clear: both;
    color: #333333;
    font-weight: bold;
    line-height: 48px;
    word-spacing: 0.5em;
    margin: 0 auto 0;
    display: block;
    text-align: center;
}
.page-link {
	clear: both;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}

body.page .edit-link {
	clear: both;
	display: none;
}

.large {
	font-weight: bold;
	font-size: 16px;
}
.text-large{
	font-size: 21px !important;
	display:block;
}
.from_user{
	    font-size: 18px;
    margin: 16px auto 16px;
    display: block;
    color: #c2973c;
    text-align: center;
}


#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}

#content .video-player {
	padding: 0;
}


/* Ã£Æ’Â¦Ã£Æ’Â¼Ã£Æ’â€ Ã£â€šÂ£Ã£Æ’ÂªÃ£Æ’â€ Ã£â€šÂ£Ã£â‚¬â‚¬Ã¥â€¦Â±Ã©â‚¬Å¡Ã¨Â¨Â­Ã¥Â®Å¡ */
/* #content .entry-utility {
    margin: 0 0 8px;
    padding: 10px;
    background-color: transparent;
    line-height: 100%;
    display: block;
}
.category-news #content .entry-utility {
    margin: 0 0 8px;
    padding: 10px;
    background-color: transparent;
    line-height: 100%;
    display: block;
    border-bottom: 1px dotted #ddd;
}
#content .entry-utility .fl_l {
	width: 20%;
} */
/* #content .entry-utility .fl_r {
	    width: 80%;
    box-sizing: border-box;
    padding-left: 2%;
} */
.category-case #content .entry-utility .fl_r {
	    width: 100%;
    box-sizing: border-box;
    padding-left: 2%;
}
#content .entry-utility .time {
  margin-right: 0px;
  padding: 0;
  color: #fff;
  font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
  font-weight: 500;
  font-size: : 14px;
  background: #333;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  width: 100%;
}

#content .entry-utility .author {
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(./images/icon_writer.png) no-repeat left center;
float:left;
display:none;

}

#content .entry-utility .comments-link {
	margin-right: 20px;
	padding: 0 0 0 17px;
	background: url(./images/icon_comment.png) no-repeat left center;
display:none;
}
#content .entry-utility .cat-links {
	display: block;
	margin-right: 20px;
	padding: 0 0 0 17px;
	background: url(./images/icon_category.png) no-repeat 2px 5px;
float:left;
display:none;
}
#content .entry-utility .tag-links {
	display: block;
	margin-right: 20px;
	padding: 0 0 0 17px;
	background: url(./images/icon_tag.png) no-repeat left 6px;
}


/* Ã¤Â¸â‚¬Ã¨Â¦Â§Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸ */
.archive #content .entry-title {
	margin: 0;
}


.category-news .eye-catch {
	display:none;
}
.archive .thumb_box .img_area {
	width: 30%;
	float: left;
	display:none;

}
.archive .thumb_box .img_area a {
	padding: 10px;
	display: block;
}
.archive .thumb_box .img_area a:hover {
	background-color: #eee;
}
.archive .thumb_box .img_area img {
	max-width: 100%;
}
.archive .thumb_box .txt_area {
width: 100%;
    margin: 0 auto;

}
.archive .thumb_box .txt_area p {
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-size: 14px;
}

/* Ã¨Â©Â³Ã§Â´Â°Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸ */

.single #content .entry-title {
    margin-bottom: 24px;
    /* padding: 8px; */
    border-bottom: 1px solid #c1b8ae;
}

.single .eye-catch {
    margin: 0 auto 30px;
    padding: 8px;
    text-align: center;
    border: 1px solid #ccc;
    width: 912px;
    box-sizing: border-box;
    display: none;
}
.single .eye-catch img {
    vertical-align: bottom;
    margin: 0 auto 0;
    width: 100%;
    height: auto;
    display: none;
}


/* Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€ Ã£Æ’Â³Ã£Æ’â€žÃ¥â€¦Â±Ã©â‚¬Å¡
----------------------------------------------- */
/* Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€ Ã£Æ’Â³Ã£Æ’â€žÃ£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼Ã£â‚¬â‚¬Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€ Ã£Æ’Â³Ã£Æ’â€žÃ£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Ë†Ã£Æ’Â«Ã¨Â¨Â­Ã¥Â®Å¡ */
.archive-header,
.page-header,
.entry-header {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
}
.archive-header .archive-title {
	border-bottom: 1px dotted #ccc;
}
.archive-header .archive-title span {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
}
.entry-header {
	padding: 20px 10px 15px;
  border: 1px solid #ccc;
	border-radius: 4px;			/* CSS3Ã¨Ââ€°Ã¦Â¡Ë† */
	-webkit-border-radius: 4px;	/* Safari,Google ChromeÃ§â€Â¨ */
	-moz-border-radius: 4px;	/* FirefoxÃ§â€Â¨ */
}
.entry-header .entry-title {
	padding: 0 0 5px 10px;
	font-size: 110%;
	border: 0;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #ff7b00;
	border-bottom: 1px dotted #ccc;
}

.category-3 .non_pv {
	display:none;
}

/* article section block Ã¨Â¨Â­Ã¥Â®Å¡ */

/* .single-post,
.single-post span {
  line-height: 2;
  margin-bottom:16px !important;
  font-size:15px;
color:#333333;
font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
font-weight:400;
} */
.single-post p {
  line-height: 1.8em;
  /* margin-bottom:16px !important; */
  font-size:15px;
color:#333333;
font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}


/* Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’ÂÃ£â€šÂ¤Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³ */
.pagination {
	margin: 0  auto;
	padding: 40px 0 20px;
	clear:both;
	text-align: center;
	font-size: 90%;
}
.pagination .page_txt {
	display: block;
	text-align: left;
}
.pagination a,
.pagination .current {
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	background-color: #666;
	border-radius: 4px;			/* CSS3Ã¨Ââ€°Ã¦Â¡Ë† */
	-webkit-border-radius: 4px;	/* Safari,Google ChromeÃ§â€Â¨ */
	-moz-border-radius: 4px;	/* FirefoxÃ§â€Â¨ */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}

.pagination a.arrow {
	border: 0;
	background-color: #fff;
	color: #666;
}

.pagination a,
.pagination .current {
	color: #fff;
	border: 1px solid #666;
}
.pagination a:hover{
	color:#fff;
	background: #888;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #fff;
	color: #666;
}

/* lightbox hover action */
a[rel^=lightbox] {
	padding: 0%;
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
a[rel^=lightbox]:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
a[rel^=lightbox]:hover,
a[rel^=lightbox]:focus,
a[rel^=lightbox]:active {
  color: white;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
a[rel^=lightbox]:hover:before,
a[rel^=lightbox]:focus:before,
a[rel^=lightbox]:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}

.material-icons.md-14 { font-size: 12px; }
.material-icons.md-14 { font-size: 13px; }
.material-icons.md-14 { font-size: 14px; display: inline-block; vertical-align: top; }
.material-icons.md-15 { font-size: 15px; }
.material-icons.md-15 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(51, 51, 51, 1); }

.fa-chevron-right {
    margin-left:8px;
}
.fa-angle-right,
.fa-envelope {
    padding-right:8px;
}
.fa-check-circle,
.fa-pencil-square-o,
.fa-file-text-o {
    padding-right:8px;
}
.fa-chevron-right {
    padding-right:8px;
}
.fa-file-pdf-o {
    padding-right:8px;
}
.fa-chevron-down {
    padding-right:8px;
}
.fa-car {
    padding-right:8px;
color:#e80114;
}
.fa-fax,
.fa-question-circle {
    padding-right:8px;
}
.fa-envelope-o {
    padding-right:8px;
}
.fa-user-plus {
    padding-right:8px;
color:#0030ff;
}
.fa-paper-plane-o {
    padding-right:8px;
color:#e80114 !important;
}
.fa-long-arrow-right {
    padding:0 0 0 8px;
}
.fa-tag {
    padding-right:8px;
}
.fa-trophy,
.fa-shield {
    padding-right:8px;
}
.fa-newspaper-o {
    padding-right:8px;
}
.fa-pencil {
    padding-right:8px;
}
.fa-graduation-cap {
    padding-right:8px;
}
.fa-commenting-o {
    padding-right:8px;
}
.fa-flag-o,
.fa-flag {
    padding-right:8px;
}
.fa-check-square-o {
    padding-right: 8px;
    color: #122c52 !important;
}
.fa-hand-o-right {
    padding-right: 8px;
    color: #e80114 !important;
}
.page-id-72 .fa-hand-o-right {
    padding-right: 12px;
    color: #182446 !important;
    float: left;
    display: inline-block;
    font-size: 21px;
    line-height: 1.8;
}
.fa-arrow-circle-o-right {
    padding-right:8px;
}
.fa-arrow-circle-right {
    padding-right:8px;
}
.fa-dot-circle-o {
    padding-right:8px;
}
.fa-user-circle-o,
.fa-calendar-check-o,
.fa-envira,
.fa-thumbs-o-up,
.fa-medkit,
.fa-tags,
.fa-mobile,
.fa-bus,
.fa-map-marker {
    padding-right:8px;
}
.def {
    color: #3f2720;
    font-size: 15px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}

/* Ã£â€šÂ³Ã£Æ’Â³Ã£â€šÂ¿Ã£â€šÂ¯Ã£Æ’Ë†Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â  */


#content th {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
font-size:16px;
}
#content td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
font-size:16px;
}
#content .mw_wp_form td input {
	margin: 0;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 600;
}
#content .mw_wp_form td label {
	margin-right: 20px;
}
#content .mw_wp_form td label input {
	margin-right: 5px;
}
#content .mw_wp_form tfoot td {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	text-align: center !important;
}


.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.mb0{
  margin-bottom:0px !important;
}
.mb16{
  margin-bottom:16px !important;
}
.mb24{
  margin-bottom:24px !important;
}
.mb32{
  margin-bottom:32px !important;
}
.mb40{
  margin-bottom:40px !important;
}
.mt16{
  margin-top:16px !important;
}
.mt24{
  margin-top:24px !important;
}
.spimg{
  width:100% !important;
}
.bd-dotted{
  border-bottom:1px dotted #122c52 !important;
  padding-bottom: 8px !important;
}
#under_page a:hover img {
	opacity:0.7;
}
#under_page2 dl.qa,
.page-id-59 #under_page dl.qa {
overflow: hidden;
_zoom: 1;
}

#under_page2 dl.qa dt,
.page-id-59 #under_page dl.qa dt {
text-indent: -2.6em;
padding: 0 20px 0px 50px;
font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}
#under_page2 dl.qa dd,
.page-id-59 #under_page dl.qa dd {
text-indent: -2.6em;
padding: 0 20px 0px 50px;
font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-size: 15px;
}
#under_page2 dl.qa dt,
.page-id-59 #under_page dl.qa dt {
margin: 20px 20px 0 0;
font-size: 16px;
}
#under_page2 dl.qa dd:first-letter,
#under_page2 dl.qa dt:first-letter,
.page-id-59 #under_page dl.qa dd:first-letter,
.page-id-59 #under_page dl.qa dt:first-letter {
font-size: 1.6em;
font-weight: bold;
margin-right: 10px;
padding: 5px;
}
#under_page2 dl.qa dd,
.page-id-59 #under_page dl.qa dd {
margin: 10px 0 -1px 0;
padding-bottom: 20px;
border-bottom: solid 1px #aaa;
}
#under_page2 dl.qa dt:first-letter,
.page-id-59 #under_page dl.qa dt:first-letter {
color: #333333;
}
#under_page2 dl.qa dd:first-letter,
.page-id-59 #under_page dl.qa dd:first-letter {
color: #00a6ea;
}

/* ========================================= */
/* Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¤Â»Â¥Ã¥Â¤â€“ */
/* ========================================= */
/* Minimum width of 800 pixels. */
@media screen and (min-width: 1025px) {

div[data-sc-role="sp_header"] {
display:none;
}
#header_inner{
  display: none;
}

#header_sp {
display:none;
}
#wrapper_sp {
display:none;
}
#mainvisual_sp {
display:none;
}
#mainvisual_inner_sp {
    display:none;
}
/* main visual Ã£â€šÂ¹Ã£â€šÂ¯Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’Â«Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³ */
.scroll-btn p {
  margin-left: -42px;
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #1a7bd0;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #1a7bd0;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #1a7bd0;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #1a7bd0;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
    }
/* main visual Ã£â€šÂ¹Ã£â€šÂ¯Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’Â«Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */

#slider2 {
display:none;
}
#sliderInner2 {
display:none;
}
#sliderInner2 ul {
display:none;
}
#sliderInner2 ul li {
display:none;
}
.sptext {
display:none;
}
.customs-header-area2 {
    display:none;
}
.customs-header-area2 img {
    display:none;
}
.customs-header-area {
width: 100%;
margin: 0px auto 0;
text-align: center;
background: transparent;
padding-bottom:0px;
position:relative;
    overflow:hidden;
height: 320px;
}
.customs-header-area img {
position:absolute;
    left:50%;
    width:1920px;
    height:320px;
    margin-left:-960px;
}
.home .customs-header-area{
display:none;
}
.text-center {
text-align: center !important;
	}

.scroll {
overflow: hidden;
white-space: nowrap;
	}
/* gnavi
-------------------------------------------------------------- */
/* Ã£â€šÂ°Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’ÂÃ£Æ’Â«Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼Ã¥â€ºÂºÃ¥Â®Å¡ */
.gnavi_fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding: 0 !important;
    background-position: left center !important;
}
.home #header_navi,
#header_navi {
    margin: 0 auto;
    padding: 0;
    clear: both;
    	position: relative;
    	 background: #fbfaf8
}

#header_navi {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding: 0 !important;
    background-position: left center !important;
}
#header_navi .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#header_navi .menu-header #menu-gnavi {
	width: 100%;
	margin: 0 auto;
}
#header_navi .menu-header li,
div.menu li {
	float: left;
	background-color: transparent;
}
#header_navi a {
	color: #122c52;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

#header_navi ul li {
	width: 100%;
	height: 56px;
	line-height:56px;
	margin: 0;
	padding: 0;
	display: block;
	color:#122c52;
	font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
	font-size:15px;
    font-weight:500;
	text-align: center;
	overflow: hidden;
	font-feature-settings: "palt" 1;
	background-repeat: no-repeat;;
	background-position: left top;
	background-color: transparent;
}
/* body .gnavi_fixed ul li a {
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0;
	display: block;
	color:#122c52;
	font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
	font-size:15px;
    font-weight:500;
	text-align: center;
	overflow: hidden;
	font-feature-settings: "palt" 1;
	background-repeat: no-repeat;;
	background-position: left center !important;
	background-color: transparent;
} */
/* background-position: left center !important; */

#header_navi ul li#menu-item-12 {
 text-indent:-99999px;
}
#header_navi ul li#menu-item-12 a {
 width: 260px;
 text-indent:-99999px;
}
#header_navi ul li#menu-item-4 a,
#header_navi ul li#menu-item-5 a,
#header_navi ul li#menu-item-6 a,
#header_navi ul li#menu-item-7 a,
#header_navi ul li#menu-item-8 a {
 width: 176px;
}

#header_navi ul li#menu-item-12 a { background-image: url(images/gnavi1.png); width: 260px; }
#header_navi ul li#menu-item-12:hover a { background-image: url(images/gnavi1.png); }
#header_navi ul li#menu-item-4 a { background-image: url(images/gnavi2_off.png); width: 176px; }
#header_navi ul li#menu-item-4 a:hover { background-image: url(images/gnavi2_on.png); }
#header_navi ul li#menu-item-5 a { background-image: url(images/gnavi3_off.png); width: 176px; }
#header_navi ul li#menu-item-5 a:hover { background-image: url(images/gnavi3_on.png); }
#header_navi ul li#menu-item-6 a { background-image: url(images/gnavi4_off.png); width: 176px; }
#header_navi ul li#menu-item-6:hover a { background-image: url(images/gnavi4_on.png); }
#header_navi ul li#menu-item-7 a { background-image: url(images/gnavi5_off.png); width: 176px; }
#header_navi ul li#menu-item-7:hover a { background-image: url(images/gnavi5_on.png); }
#header_navi ul li#menu-item-8 a { background-image: url(images/gnavi6_off.png); width: 176px; }
#header_navi ul li#menu-item-8:hover a { background-image: url(images/gnavi6_on.png); }


#header_navi ul ul li a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 0;
	overflow: visible;
	font-size: 15px !important;
	background: none;
}

#gnavibox * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.submenu-wrap{
  width: 100%;
  display: none;
  position: absolute;
  top: 54px;
    padding: 10px 0 16px 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0,0,0,0.8);
  t-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.sub-menu {
  display:flex;
  flex-wrap: wrap;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}

.sub-menu li {
  width: 28%;
  font-size: 14px !important;
  border-bottom: 1px dotted #fff;
  margin: 1% 2%;
  background: url("/wp-content/themes/twentyten-child/images/btn_left_white.png") no-repeat scroll 0% 50%;
  background-color:none !important;
}
#wrapper #gnavibox ul ul li a {
	    line-height: 1.7;
}
#wrapper #gnavibox ul ul li:last-child {
	border-bottom: 1px dotted #fff;
}
#wrapper #gnavibox ul ul ul {
	left: 100%;
	top: 0;
}
#wrapper #gnavibox ul ul a {
	width: 100%;
	line-height: 1em;
	padding: 6px 24px;
	height: auto;
	background: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper #gnavibox ul ul a:link,
#wrapper #gnavibox ul ul a:visited {
	color: #fff;
	background-image: none;
}
#wrapper #gnavibox ul ul :hover > a,
#wrapper #gnavibox ul ul li.current_page_item a:hover {
	color: #fff;
	/* background: url("./images/arrow_sp.png") no-repeat scroll 0% 50% #371f11 !important; */
	background-image: none;
}
#wrapper #gnavibox ul li:hover > div {
	display: block;
}
#wrapper #gnavibox ul ul li.current_page_item > a {
	color: #fff;
	background: transparent;
	background-image: none;
}
* html #gnavibox ul ul li.current_page_item > a {
	color: #fff;
	background: transparent;
}

/*
#gnavibox .menu:before,
#gnavibox .menu:after {
	content:"";
	display:table;
} */
#gnavibox .menu:after {
	clear:both;
}
#gnavibox .menu {
	zoom:1;
}



/* breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
    background: transparent;
    margin-bottom: 0;
}
.breadcrumbs .breadcrumbs_inner {
	padding: 6px 0 8px 8px;
	/* text-align: right; */
	font-size:80%;
}
.breadcrumbs .breadcrumbs_inner .arrow {
	padding: 0 5px;
}


/* Ã¤Â¸â€¹Ã¥Â±Â¤Ã¥â€ºÂºÃ¥Â®Å¡Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸
----------------------------------------------- */

/* 1Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â Ã£Æ’Â¬Ã£â€šÂ¤Ã£â€šÂ¢Ã£â€šÂ¦Ã£Æ’Ë† */
.page-template-onecolumn-page #main {
    margin: 0 auto;
    width: 100%;
}
.home #main {
    display:none;
}
.page-template-onecolumn-page #under_page {
    margin: 40px auto 40px;
    padding:0px;
    width: 100%;
}

.page-template-onecolumn-page #under_page_inner {
    margin: 0 auto 24px;
    width: 1140px;
    background:#fff;
}
.page-template-onecolumn-page #under_page_inner2 {
    margin: 0 auto 24px;
    width: 100%;
    background:#fff;
}
#under_page .staff_box {
        width: 358px;
    margin: 0 33px 40px 0px;
    float: left;
    box-sizing:border-box;
}
#under_page .staff_box:last-of-type {
    margin: 0 0px 40px 0px;
}
#under_page .staff_box img {
    width:358px;
    height:auto;
    display:block;
    margin: 0 auto 16px;
}
.fname{
    color: #333333;
    font-size: 16px !important;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1 !important;
    padding: 0;
    margin-bottom: 8px !important;
    text-align: left;
    display: block;
}
#under_page .staff_box p{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 24px;
    text-align: left;
    display: block;
}
#under_page .text_box {
    width: 80%;
    margin: 0px auto 48px;
    padding: 0 0 0;
}
#under_page .text_box2 {
    width: 64%;
    margin: 0px auto 48px;
    padding: 0 0 0;
    border: 1px solid #122c52;
    padding: 32px;
    width: 64%;
    box-sizing:border-box;
}

#under_page .left_box {
    width: 375px;
    margin: 0 0px 40px 0;
    padding: 0 0 0;
    float:left;
}
#under_page .right_box {
    width: 537px;
    margin: 0px auto 40px;
    padding: 0 0 0;
    float:left;
}
#under_page .right_box p {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
#under_page .flow_box {
    width: 352px;
    margin: 0 0px 40px 0px;
    float: left;
    box-sizing: border-box;
}
#under_page .flow_box img {
    display: block;
    margin: 0 auto 16px;
    width:352px;
}
#under_page .flow_box p {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1.8;
    padding: 0;
    margin-bottom: 16px;
    text-align: left;
    display: block;
}
 #under_page .flow_box_arrow img {
    display: block;
    margin: 0 auto 0;
}
#under_page .flow_box_arrow {
    width: 42px;
    margin: 0 0px 40px 0px;
    float: left;
    box-sizing: border-box;
}
.name_txt{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
#under_page .left_box2 {
    width: 375px;
    margin: 0 40px 40px 0;
    padding: 0 0 0;
    float:left;
}
#under_page .right_box2 {
    width: 497px;
    margin: 0px auto 40px;
    padding: 0 0 0;
    float:left;
}
#under_page .right_box2 p {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
#under_page .menu_bloc {
    width: 550px;
    margin: 0 40px 40px 0;
    padding: 0 0 0;
    float:left;
}
#under_page .menu_bloc_last {
    width: 550px;
    margin: 0px auto 40px;
    padding: 0 0 0;
    float:left;
}

#under_page .text_box p,
#under_page .text_box2 p,
#under_page .menu_bloc p,
#under_page .menu_bloc_last p,
#under_page .text_box1 p,
#under_page2 .text_box p,
#under_page .float_box p {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
#under_page .text_box_hd p{
    color: #371f11;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    display: block;
}
.mbt24 {
    margin-top:24px !important;
}

.title21{
    color: #1b1f86;
    font-size: 21px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin: 16px 0 16px;
    text-align: left;
    font-feature-settings: "palt" 1;
    display:block;
}
#under_page .number {
    margin: 0 auto 0;
    display: block;
    width: 96px;
    height: 96px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    font-weight: bold;
    font-size: 24px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    background: #77d9d3;
    color: #fff;
    padding: 18px 0 0;
    line-height: 1;
    box-sizing: border-box;
}
span.circle{
    display: block;
    margin: 0 24px 0px 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #1b1f86;
    text-align: center;
    line-height: 120px;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #fff;
    float: left;
}
.ovfh {
overflow: hidden !important;
}
span.ttl {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.ttl:after {
    content: "efficacy";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num1 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.num1:after {
    content: "features.1";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num2 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.num2:after {
    content: "features.2";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num3 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.num3:after {
    content: "features.3";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num4 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.num4:after {
    content: "features.4";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num5 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.num5:after {
    content: "features.5";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num6 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.num6:after {
    content: "features.6";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea1 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.rea1:after {
    content: "reason.1";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea2 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.rea2:after {
    content: "reason.2";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea3 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.rea3:after {
    content: "reason.3";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea4 {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 24px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 480px;
    text-align: center;
    margin: 0 auto 24px;
}
span.rea4:after {
    content: "reason.4";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}

/* Ã¦â€“â„¢Ã©â€¡â€˜Ã¨Â¡Â¨Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã¯Â¼Ë†PCÃ¯Â¼â€° */
#under_page .price_cont {
    width: 90%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .price_cont table {
	font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
	color:#333333;
	font-size:18px;
	font-weight:500;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0 auto 0;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width:100%;
}
#under_page .price_cont table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#under_page .price_cont table th:first-child {
	text-align: left;
	padding-left:20px;
}
#under_page .price_cont table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#under_page .price_cont table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#under_page .price_cont table tr {
	text-align: center;
	padding-left:20px;
}
#under_page .price_cont table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
#under_page .price_cont table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#under_page .price_cont table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#under_page .price_cont table tr:last-child td {
	border-bottom:0;
}
#under_page .price_cont table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#under_page .price_cont table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
#under_page .price_cont table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

/* Ã¦Â¦â€šÃ¨Â¦ÂÃ£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã¯Â¼Ë†PCÃ¯Â¼â€° */
#under_page .def_cont {
    width: 80%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .def_cont table,
#under_page .right_box2 table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}
#under_page .def_cont table th {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: normal;
    background: #a1895e;
    color: #fff;
    display: table-cell;
    margin-bottom: 0px;
    width: 30%;
}
#under_page .right_box2 table th {
        padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: normal;
    background: #a1895e;
    color: #fff;
    display: table-cell;
    margin-bottom: 0px;
    width: 30%;
}
#under_page .def_cont table td {
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
    text-align: left;
    padding: 1.5rem;
    background: #fafafa;
}
#under_page .right_box2 table td {
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
    text-align: left;
    padding: 1rem 1.5rem;
    background: #fafafa;
}

span.text_r {
float:right;
}
#second_cont .def_cont {
    width: 80%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#second_cont .def_cont table,
#second_cont .right_box2 table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}
#second_cont .def_cont table th {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: normal;
    background: #122c52;
    color: #fff;
    display: table-cell;
    margin-bottom: 0px;
    width: 30%;
}
#second_cont .def_cont table td {
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
    text-align: left;
    padding: 1.5rem;
    background: #fff;
}

/* Ã¨Â¦â€¹Ã¥â€¡ÂºÃ£Ââ€” */
/* .page-template-onecolumn-page #content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    padding: 4%;
    text-align: center;
    position: relative;
} */


span.up_title {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
        font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px 0 40px;
    display:block;
    text-align: left;
}
/* .page-template-onecolumn-page #content h3 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 80px 0;
  text-align: center;
} */


#under_page h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    padding: 0.8em 0;
    line-height: 1.4;
    color: #333333;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0px auto 24px;
}



#under_page h5 {
       color: #333333;
    font-size: 21px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    width: 100%;
    padding: 0;
    margin: 0px 0 16px 0;
    text-align: center;
}

#under_page h5:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #1b1f86;
    display: block;
    margin: 16px auto 0;
}
#under_page h5.lt {
       color: #333333;
    font-size: 21px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    width: 100%;
    padding: 0;
    margin: 0px 0 16px 0;
    text-align: left;
}

#under_page h5.lt:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #1b1f86;
    display: block;
    margin: 16px 0 0;
}

/* Ã¦â€“â„¢Ã©â€¡â€˜Ã¨Â¡Â¨Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â« */
#under_page table.price_list {
    border-collapse: separate !important;
    border-spacing: 1px !important;
    width: 100% !important;
}
#under_page table.price_list th {
    padding: 10px !important;
    vertical-align: middle;
    font-size: 16px !important;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    background: #1b1f86 !important;
    color: #fff !important;
    text-align: center !important;
}
#under_page table.price_list td {
    padding: 10px;
    vertical-align: middle;
    font-size: 16px !important;
    text-align: center !important;
    background: #f8f8f8 !important;
}
#under_page table.price_list td.fst {
    background: #f6f7fd !important;
}
/* Ã¤Â¼Å¡Ã§Â¤Â¾Ã¦Â¦â€šÃ¨Â¦ÂÃ£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â« */
#under_page table.cov {
    display: table;
    width: 100%;
    margin-top: 0px;
    border-spacing: 24px;
    padding-bottom: 32px;
}
.bd_none {
    border-top:none !important;
    border-bottom: none !important;
    margin-top:0px !important;
}
#under_page table.cov th {
    display: table-cell;
    color: #333333;
    background: transparent;
    border-bottom: 1px solid #e00707;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 16px 0;
    margin-bottom: 5px;
    width: 30%;
}
#under_page table.cov th.lg {
width: 50%;
}
#under_page table.cov td {
    display: table-cell;
    color: #333333;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    text-align: left;
    vertical-align: middle;
    padding: 16px 24px;
    margin-bottom: 5px;
    width: 80%;
    border-bottom: 1px solid #333333;
}
#under_page table.cov td.rt {
text-align:right;
}

/* Ã£â€šÂ¢Ã£Æ’Â³Ã£â€šÂ«Ã£Æ’Â¼Ã£Æ’ÂªÃ£Æ’Â³Ã£â€šÂ¯Ã¤Â½ÂÃ§Â½Â®Ã§â€ºÂ¸Ã¦Â®Âº */
#cont_point,
#about,
#lawyer,
#field,
#cost,
#contact {
    margin-top: -56px;
    padding-top: 56px;
}
.simply-scroll {
    width: 100% !important;
    height: auto;
    margin-bottom: 0 !important;
}
#scroller {
margin-bottom: 0 !important;
}
.triangle {
width: 0;
    height: 0;
    border-top: 24px solid #a1895e;
    border-right: 24px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 24px solid transparent;
    margin: 0px;
    display: block;
}
.triangle2 {
    width: 0;
    height: 0;
    border-top: 24px solid #e80114;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid transparent;
    margin: 0 auto 0px;
    display: block;
}
.form_com {
	color:#333333;
font-size:13px;
font-weight:bold;
display:block;
	}
.th_red {
color: #fff;
    font-size: 12px !important;
    font-weight: bold !important;
    background: #702a91 !important;
    padding: 3px 8px !important;
    display: table-cell !important;
    margin: 0 20px;
    float: right !important;
}

/* Ã£â€šÂ¢Ã£Æ’Â¼Ã£â€šÂ«Ã£â€šÂ¤Ã£Æ’â€“ */

#primary .widget-container ul {
    margin: 0 0 24px;
    padding: 0px;
}

#primary .widget-container ul li a:link,
#primary .widget-container ul li a:visited {
    color: #333333;
}
#primary .widget-container ul li a:hover,
#primary .widget-container ul li a:active {
  	background-color: #fafafa;
	text-decoration: none;
color: #333333;
}
.br-sp { display:none; }
.br-pc { display:block; }

.category #main {
    clear: both;
    padding: 0;
    margin-top: 40px;
     margin-bottom: 64px;
        width: 1140px;
}

/* Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â« */
.form_page table {
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    margin: 0 auto 0;
}

#content h1.entry-title {
    padding: 12px 10px 16px 20px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    border-bottom: 1px solid #333333;
margin-bottom:24px !important;
}
.categoryid-3 #content h2.entry-title {
    padding: 12px 10px 16px 20px;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    border-bottom: 1px solid #333333;
    margin-bottom: 24px !important;
    text-align: center;
}
.categoryid-3 #content h2.entry-title:before {
    content: "";
    content: url(/wp-content/themes/twentyten-child/images/sun_icon.png);
    width: 32px;
    height: 31px;
    display: block;
    margin: 0px auto 8px;
}
#content .entry-title span {
	display: block;
}
.category div#content .entry-title {
    padding: 0 0 16px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    text-align: left;
    height: 32px;
}
.category div#content .entry-title a:link,
.category div#content .entry-title a:visited,
.category div#content .entry-title a:hover {
    color: #333333;
    text-decoration:none;
font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}



.archive #content .entry-title span {
	display: block;
}
.entry-header .entry-title a:link,
.entry-header .entry-title a:visited {
	text-decoration: underline;
}
.entry-header .entry-title a:hover {
	text-decoration: none;
}

.entry-content table caption,
.comment-content table caption {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background: url(images/arrow3.png) no-repeat left 9px;
}


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

#footer h2 {
    /* color: #555;
    font-size: 18px; */
    /* font-weight: 500; */
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    /* line-height: 1; */
    /* padding: 0;
    margin: 0px auto 40px; */
    text-align: center;
    position: relative;
}

#footer .logo_footer {
display:block;
margin:0 auto 32px;
width:320px;
}

#footer .footer_menu {
    margin: 48px auto 32px;
    width: 64%;
    display: block;
}
#footer .footer_menu ul {
  margin: 0px auto 0;
    list-style: none;
    display: block;
    justify-content: center;
}
#footer .footer_menu ul li {
  font-size:15px;
    float: left;
    line-height: 1;
    padding: 0 10px 0;
margin-bottom:10px;
font-feature-settings: "palt" 1;
font-weight:400;
font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}
#footer .footer_menu ul li a {
  color:#fff;
  text-decoration:none;
}
#footer .footer_menu ul li a:hover {
  color:#fff;
  text-decoration:underline;
}
#footer .footer_menu ul li+ li {
    border-left: 1px solid #fff;
    height: 15px;
}
#map {
    width: 100%;
    height: 432px;
    margin: 0px 0 0px;
    padding: 0px 0 0px;
    overflow: hidden;
    background: transparent;
}
#footer3 {
    padding: 56px 0 0 0;
    clear: both;
    position: relative;
    background:#fafafa;
    margin:0 auto 0;
}
#footer3 .footer_inner{
width:1140px;
}

#footer3 ul.ft_list {
    margin: 32px auto 0px;
    padding: 0px 0 0px;
    list-style: none;
    width: 144px;
    display: block;
}
#footer3 ul.ft_list li.sns_btn {
    margin: 0 8px 0;
    width: 32px;
    height: 28px;
    line-height: 28px;
    padding: 0px 0 0px;
    float: left;
    font-size: 20px;
}



#footer .widget-container {
	margin-bottom: 0;
}

#map_wrap {
margin:0 auto 0;
position:relative;
}
#map {
    width: 100%;
    height: 432px;
    margin: 0px 0 0px;
    padding: 0px 0 0px;
    overflow: hidden;
    background: transparent;
}


p.footer_logo {
	margin: 24px auto 0px;
	float: left;
}
p.copy {
margin: 0;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
}

body a#scroll-to-top {
	width: 60px;
	height: 60px;
	background: url(./images/pagetop_off.png) no-repeat center center;
  background-size: contain;
  z-index:99999;
}
body a#scroll-to-top:hover {
	background: url(./images/pagetop_on.png) no-repeat center center;
  background-size: contain;
}
.single-post #main {
    clear: both;
    padding: 0;
    margin: 40px auto 0;
}
img.spn_sp {
display:none !important;
}
img.spn_sp2 {
display:none !important;
}
#under_page span.ftbox {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 8px 0;
margin-right:16px;
    margin-bottom: 16px;
    text-align: center;
    display: block;
    background: #2fa1d2;
    width: 160px;
float:left;
}
.page-id-42 #content th {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 16px;
    width: 20%;
}
.pc-only {
    display:block;
}
.sp-only {
    display:none !important;
}
.page-id-40 #floating_navi,
.page-id-42 #floating_navi {
    display:none !important;
}
#floating_navi {
    position: fixed;
    top:30%;
    right: 2%;
    z-index: 100;
}
#floating_navi ul {
    margin: 0;
    list-style: none;
}
#floating_navi ul li {
    margin: 0 0 0px;
}

a#scroll-to-top {
    right: 53px !important;
}
.category-case .entry-summary {
    width: 46% !important;
    margin: 0 2% 40px 2% !important;
    padding: 0;
    float: left;
    border-bottom: 1px solid #aaa;
    clear: none !important;
}
.category-case .eye-catch {
    margin: 0 auto 0 !important;
    padding: 0 !important;
    border: none;
}
.category-case .eye-catch a {
    display: block;
}
.category-case #content .entry-utility .time {
display:none;
}
.category-case .fa-angle-right {
    padding-left: 8px !important;
}
.category-case div#content .entry-title {
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    text-align: center;
    height: 32px;
}
.category-case .text_box {
    display: block;
    width: 60%;
    margin: 0 auto 32px;
}
.category-case .text_box p {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}


.category-blog .entry-summary {
        width: 30% !important;
    margin: 0 1.6666666% 24px !important;
    padding: 0 !important;
    float: left !important;
}
.category-style_gallery .entry-summary {
    width: 30% !important;
    margin: 0 1.333333333% 24px !important;
    padding: 0 !important;
    float: left !important;
}
.category-blog .eye-catch,
.category-style_gallery .eye-catch {
    float: none;
    margin: 0;
    padding: 0px;
    border: none;
}
.category-blog .eye-catch a,
.category-style_gallery .eye-catch a {
    display: block;
    background: #fff;
}
.category-blog .eye-catch img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.category-style_gallery .eye-catch img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.category-style_gallery #content .entry-utility .fl_l {
    display: none;
}
.category-blog div#content .entry-title,
.category-style_gallery div#content .entry-title {
    padding: 0 0 16px;
    color: #311c0f;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    text-align: center;
    height: 32px;
}
.category-style_gallery .entry-utility .fl_l {
    display:none;
}

.category .entry-summary {
    width: 100%;
    margin: 0 auto 24px;
    padding:0;
}


#under_page table.guide {
    display: table;
    width:100%;
    border-collapse: separate;
    border-spacing: 5px;
}
#under_page table.guide th {
    display: table-cell;
    color: #fff;
    background: #7ac646;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    margin-bottom: 5px;
    width: 30%;
}
#under_page table.guide td {
    display: table-cell;
    color:#3f2720;
    background: #fdffee;
    font-size: 18px;
    font-weight: 500;
    line-height:1.8;
    text-align:left;
    vertical-align:middle;
    padding: 16px 24px;
    margin-bottom:5px;
    width:80%;
}

/*-----------------------------
Ã£â€šÂ«Ã£â€šÂ¹Ã£â€šÂ¿Ã£Æ’Â Ã£â€šÂ®Ã£Æ’Â£Ã£Æ’Â©Ã£Æ’ÂªÃ£Æ’Â¼
------------------------------*/
#under_page_inner .gallery { /** Ã£â€šÂ®Ã£Æ’Â£Ã£Æ’Â©Ã£Æ’ÂªÃ£Æ’Â¼Ã£â€šâ€™Ã¥â€ºÂ²Ã£â€šâ‚¬Ã£Æ’Å“Ã£Æ’Æ’Ã£â€šÂ¯Ã£â€šÂ¹ **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

.gallery br {display: none;} /** Ã¨â€¡ÂªÃ¥â€¹â€¢Ã£ÂÂ§Ã¦Å’Â¿Ã¥â€¦Â¥Ã£Ââ€¢Ã£â€šÅ’Ã£â€šâ€¹ clearfix Ã£ÂÂ®Ã¤Â½â„¢Ã§â„¢Â½Ã¨Â§Â£Ã©â„¢Â¤ **/

.gallery-item { /** Ã§â€Â»Ã¥Æ’ÂÃ¥â€¦Â±Ã©â‚¬Å¡Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** Ã§â€Â»Ã¥Æ’ÂÃ£â€šâ€™Ã¥â€ºÂ²Ã£â€šâ‚¬ dt Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« **/
    text-align: center;
}
 .gallery-columns-4 .gallery-icon img {
    height: 319px !important;
}
.gallery-icon img {
	width: 100%;
	height: 188px;
	object-fit: cover;
	margin-bottom: 0px !important;
}
.gallery-columns-3 .gallery-item { /** 3Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â  **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â  **/
    width: 23%;
    margin: 20px 1%;
}
.gallery-columns-5 .gallery-item { /** 5Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â  **/
    width: 18%;
    margin: 20px 1% 20px;
}
.page-id-11 .swiper-slide img,
.page-id-13 .swiper-slide img {
    vertical-align: bottom;
    text-align: center;
    display: block;
    margin: 0 auto 0;
}
span.tel_text {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0;
    display: block;
}
span.tel_text a:link,
span.tel_text a:visited {
    color: #122c52;
    text-decoration:none;
}
span.tel_text a:hover,
span.tel_text a:active {
    color: #122c52;
    text-decoration:underline;
}
#yoyaku_btn{
    display:none !important;
}

.swiper-slide{
    height:400px;
}
.swiper-slide img{
    height:400px;
    object-fit:cover;
}
#toppage_bottom_widget{
    width:100%;
    margin:0 auto 0;
}
#toppage_bottom_widget .widget_categories{
    width:1140px;
    margin:0 auto 0;
}
#toppage_bottom_widget h3{
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 40px;
    text-align: center;
    position: relative;
}
#toppage_bottom_widget h3:after{
content: "";
    width: 80px;
    height: 1px;
    background: #333333;
    display: block;
    margin: 24px auto 0;
}
#toppage_bottom_widget ul {
    list-style: none;
    margin: 0 auto 0;
    text-align: center;
}
#toppage_bottom_widget ul li {
text-algin:left;
}
#yoyaku_btn{
    display:none !important;
}
#spm_accordion ul {
    list-style-type: none;
}
.acc {
    width: 100%;
    max-width: 480px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style:none;
 }

.acc .link {
 cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #333333;
}

.acc li:last-child .link {
    border-bottom: 0;
}

.acc li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.acc li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.acc li.open .link {
    color: #fff;
    background: #333333;
}

.acc li.open i {
    color: #fff;
}
.acc li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acc li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #a1895e;
    font-size: 15px;
    margin: 0 auto 0;
 }

 .submenu li {
    border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
        display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 15px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    background: url(./images/arrow_dwn.png) no-repeat scroll 95% 50%;
 }

 .submenu a:hover {
    background: #333333;
    color: #fff;
 }

}

@media screen and (max-width:1024px) {
  #header {
  display:none;
  }
  #nav_sp01 li:first-child a img{
    width: 80%;
  }
}
@media screen and (max-width:640px) {
  #nav_sp01 li:first-child a img{
    width: 100%;
  }
}


/* ========================================= */
/* Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¨Â¡Â¨Ã§Â¤Âº */
/* ========================================= */
/* Maximum width of 800 pixels. */
@media screen and (max-width: 1024px) {
  #mainvisual{
    margin-top: 24px !important;
  }
  .underpagebox{
    margin-top: 68px;
  }

  /* .header_bottom-widget-area{
    margin-top: 10%;
  } */


#header {
display:none;
}
#header_inner {
display:none;
}
#header_navi {
display:none;
}
.breadcrumbs .breadcrumbs_inner {
	display:none;
}
.customs-header-area,
.customs-header-area img {
	display:none;
}
.home .customs-header-area2 {
display:none;
}
.customs-header-area2 {
    width: auto;
    margin: 76px auto 0px;
    text-align: center;
    background: #333333;
    position: relative;
    overflow: hidden;
    height: auto;
}
.customs-header-area2 img {
position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
}
.br-sp { display:block; }
.br-pc { display:none; }
/* Ã£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼Ã¨Â¨Â­Ã¥Â®Å¡ */
div[data-sc-role="sp_header"]{-webkit-box-align:center;-moz-box-align:center;-ms-box-align:center;-o-box-align:center;box-align:center;width:100%}
#header_sp {
    position: fixed;
    z-index: 100;
top:0;
width: 100%;
height: 78px;
}
#header_sp #nav_sp01 {
    background: #fff;
margin:0;
height: 100%;
}
#header_sp li.logo {
    margin: 0px;
}
#header_sp img {
    vertical-align: middle;
    width: auto;
    height: 30px;
}
#header_sp li:first-child img{
    vertical-align: middle;
    width: auto;
    height: 40px;
}

.icon-image {
    width:12%;
}
#nav_sp01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

#nav_sp01 li {
    list-style:none;
    display: inline-block;
}

#nav_sp01 li:first-child{
  width: 60%;
  height: 100%;
  margin: 0 4%;
  text-align: left;
}
#nav_sp01 li:not(first-child){
  width: 18%;
  text-align: center;
}
#nav_sp01 li:first-child a{
  display: flex;
  align-items: center;
  height: 100%;
}
#nav_sp01 li:first-child a img{
  /* width: 100%; */
  height: auto;
}


#accordion_sp01_in ul {
margin:0px
z-index:99999;
}
.ac_box_sp a{
color: #1a7bd0;
font-size: 14px;
font-weight: bold;
}
.ac_box_sp{
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    color: #333333;
    padding-bottom: 20px;
    z-index:20;
    text-align: center;
}
/* #accordion_sp01_in li{
margin:0px 0px;
padding:15px 10px;
color: #333;
}
#accordion_sp01_in ul {
    margin: 0px;
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#accordion_sp01_in ul li {
    list-style: none;
    padding: 15px 0;
    text-align: center;
    width: 50%;
    float: left;
    font-size: 14px !important;
} */

.ac_box_sp .menu_inner{
  margin: 40px auto;
  margin-top: 20px;
}
.ac_box_sp .menu_inner a{
  border-bottom: 2px dashed #333333;
}
.ac_box_sp .menu_inner li:nth-of-type(1) a{
  background: url(/wp-content/themes/twentyten-child/images/menuIcon_home.png) no-repeat center left;
  background-size: 22px 22px;
}
.ac_box_sp .menu_inner li:nth-of-type(2) a{
  background: url(/wp-content/themes/twentyten-child/images/menuIcon1.png) no-repeat center left;
  background-size: 22px 22px;
}
.ac_box_sp .menu_inner li:nth-of-type(3) a{
  background: url(/wp-content/themes/twentyten-child/images/menuIcon2.png) no-repeat center left;
  background-size: 22px 22px;
}
.ac_box_sp .menu_inner li:nth-of-type(4) a{
  background: url(/wp-content/themes/twentyten-child/images/menuIcon3.png) no-repeat center left;
  background-size: 22px 22px;
}
.ac_box_sp .menu_inner li:nth-of-type(5) a{
  background: url(/wp-content/themes/twentyten-child/images/menuIcon4.png) no-repeat center left;
  background-size: 22px 22px;
}
.ac_box_sp .menu_inner li:nth-of-type(6) a{
  background: url(/wp-content/themes/twentyten-child/images/menuIcon5.png) no-repeat center left;
  background-size: 22px 22px;
}




#accordion_sp01_in ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

#accordion_sp01_in li{
  width: 46%;
  padding-top: 4%;
}



#accordion_sp01_in .shopinfo{;display:inline-block;margin:0% 9% 0% 0%;padding:5px 10px;text-align:center;background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #220D82), color-stop(1.00, #220D82), color-stop(0.00, #745DFF));background:-webkit-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:-moz-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:-o-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:-ms-linear-gradient(top, #745DFF 0%, #220D82 100%, #220D82 100%);background:linear-gradient(to bottom, #745DFF 0%, #220D82 100%, #220D82 100%);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}#accordion_sp01_in .shoptel{display:inline-block;padding:5px;width:25%;text-align:center;background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFB8DD), color-stop(1.00, #CF026C));background:-webkit-linear-gradient(#FFB8DD, #CF026C);background:-moz-linear-gradient(#FFB8DD, #CF026C);background:-o-linear-gradient(#FFB8DD, #CF026C);background:-ms-linear-gradient(#FFB8DD, #CF026C);background:linear-gradient(#FFB8DD, #CF026C);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}#accordion_sp01_in .shop_ichiran{background:url(./upload/arrow03.png) no-repeat 98% 50%}#accordion_sp01_in .ac ul{margin:0px 0px 0px;text-align:center;padding:10px 0px;border-bottom:white dotted 1px}

.ac p{padding:15px 0px 15px 10px;font-weight:700;background:rgba(0, 48, 4, 0.78); line-height:1.5;}
.mail_sp ul {
    margin: 0;
    background: #1166b2;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.mail_sp li{display:inline-block;width:25%;float: left;}
.mail_sp li img{width:100%}.mail_sp ul,.mail_sp li{margin:0px}
.rslides.rslides1 li{margin:0px}

.mail_sp li.sc{display:inline-block;width:25%;float: left;}
.mail_sp li.sc img{width:100%}
.mail_sp li.sc{margin:0px}

.mail_sp li.ti{display:inline-block;width:25%;float: left;}
.mail_sp li.ti img{width:100%}
.mail_sp li.ti{margin:0px}

.mail_sp li img {
    vertical-align: bottom;
}

.bigfont {
    font-size: 18px !important;
	font-weight: 500;
}
dl {
    margin: 0 0 24px 0;
    padding-left: 4%;
}
#under_page dt {
color: #333333;
    font-size: 15px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
text-align: left;
}
#under_page dd {
color: #333333;
    font-size: 15px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0 0 0 2%;
text-align: left;
}
/* Ã£Æ’Ë†Ã£Æ’Æ’Ã£Æ’â€”Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã¨Â¨Â­Ã¥Â®Å¡ */
/* Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’Â³Ã£Æ’â€œÃ£â€šÂ¸Ã£Æ’Â¥Ã£â€šÂ¢Ã£Æ’Â« */
#slider, #sliderInner {
display:none;
}
#slider .bg-slider {
display:none;
}
#sliderInner ul, #sliderInner ul li {
display:none;
}
#slider2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
}
#sliderInner2 {
    position: relative;
    width: 100%;
        overflow: hidden;
    height: auto;
}
.bx-wrapper {
    margin: 0 auto 0px;
    max-width:none;
    position: relative;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
}
#sliderInner2 ul {
    margin: 0;
    padding: 0;
}
#sliderInner2 ul li {
    width: 100%;
}
#sliderInner2 ul li img{
    width: 100%;
    display:block;
}

/* Ã£Æ’Â¬Ã£â€šÂ¤Ã£â€šÂ¢Ã£â€šÂ¦Ã£Æ’Ë† */
#execphp-3 {
    height: auto;
    display: block;
    padding-top: 76px;
}

/* Ã¥â€¦Â±Ã©â‚¬Å¡Ã¨Â¦â€¹Ã¥â€¡ÂºÃ£Ââ€” */

/* TOPÃ¨Â¦â€¹Ã¥â€¡ÂºÃ£Ââ€”Ã£â‚¬ÂÃ£Æ’Â¬Ã£â€šÂ¤Ã£â€šÂ¢Ã£â€šÂ¦Ã£Æ’Ë† */
#news_cont {
      width: 100%;
    margin: 0px 0 24px;
    padding: 0px 0 0px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
}
#news_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0 0 0;
}
#news_cont h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1px;
    padding: 0;
    margin: 0px auto 0px;
    text-align: center;
    position: relative;
}

#news_cont .left_box {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    float: none;
    background: #333333;
    padding: 16px 0px;
    box-sizing: border-box;
    height: auto;
}


#news_cont .right_box {
        width: 100%;
    margin: 0 0px 0px 0px;
    float: none;
    background:#f9f9f9;
    padding:0px;
    box-sizing:border-box;
    height:80px;
}
#news_cont .right_box ul {
    background: transparent;
    overflow: auto;
    height: 80px;
    margin: 0 auto 0;
    box-sizing: border-box;
    clear: both;
    padding: 0 0px 0 0px;
    width:92%;
}
#news_cont .right_box ul li {
    padding: 20px 0 10px 0px;
    float: left;
    list-style: none;
    border-bottom: dotted 1px #e8e8e8;
    margin: 0;
    clear: both;
    width: 100%;
}
#news_cont .right_box ul li a:link,
#news_cont .right_box ul li a:visited {
    color: #333333;
    font-size: 15px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 500;
    text-decoration: none;
}
#news_cont .right_box ul li a:hover,
#news_cont .right_box ul li a:active {
    color: #333333;
    font-size: 15px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 500;
    text-decoration: underline;
}
span.time_set {
    display: inline-block;
    color: #1a7bd0;
    font-size: 14px;
    /* font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif"; */
    margin-right: 8px;
    padding: 0 16px;
}

#first_cont {
    width: 100%;
    margin: 40px 0 40px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: transparent;
}

#first_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0 0 0;
}
#first_cont h2 {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
}
#first_cont h2:after {
        content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}

#first_cont .text_box {
        width: 92%;
    box-sizing:border-box;
    margin:0 auto 0;
}
#first_cont .text_box p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
    text-indent: 1em;
}
#second_cont {
    width: 100%;
    margin: 0px auto 0px;
    padding: 40px 0 40px 0;
    overflow: hidden;
background: #f9f9f9;
}
#second_cont_inner {
    width: 100%;
    margin: 0px auto 0px;
    padding: 0;
}
#second_cont  h2 {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
}
#second_cont h2:after {
        content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}

#imazine_bloc {
    width: 100%;
    margin: 0px 0 64px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: transparent;
background-position: center;
 background: url(./images/top_bg1a.png) no-repeat center top;
}
.plx_bgImg {
  width: 100%;
  height: 440px;
  color: #fff;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
.plx_bgImg > * {
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
}
.plx_bgImg {
background-attachment: fixed !important;
}

#third_cont {
    width: 100%;
    margin: 0px 0 0px;
    padding: 40px 0 40px 0;
    overflow: hidden;
background: transparent;
}

#third_cont_inner {
	    width: 100%;
    margin: 0px auto 0px;
    padding: 0px 0 0px 0;
}
#third_cont h2 {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
}
#third_cont h2:after {
    content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#third_cont h3 {
    color: #122c52;
    font-size: 21px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 16px;
    text-align: center;
    position: relative;
}
#third_cont h3:after {
        content: "";
    width: 48px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#third_cont h3 span.bf {
        color: #122c52;
    font-size: 16px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0 0 16px 0;
    text-align: center;
    display: block;
}
#third_cont h3 span.af {
   color: #122c52;
    font-size: 12px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 16px 0px 0;
    text-align: center;
    display: block;
}
#third_cont .left_box {
    width:92%;
    margin:0 auto 24px;
    display: block;
    box-sizing:border-box;
    border:1px solid #122c52;
    padding:4%;
    float:none;
}
#third_cont .right_box {
    width:92%;
    margin:0 auto 0;
    display: block;
    box-sizing:border-box;
    border:1px solid #122c52;
    padding:4%;
    float:none;
}
#third_cont .left_box p,
#third_cont .right_box p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}

#forth_cont {
    width: 100%;
    margin: 0px auto 0px;
    padding: 40px 0 40px 0;
    overflow: hidden;
background: #f9f9f9;
}
#forth_cont_inner {
	    width: 100%;
    margin: 0px auto 0px;
    padding: 0px 0 0px 0;
}
#forth_cont h2 {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
}
#forth_cont h2:after {
    content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#forth_cont h3 {
    color: #122c52;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
}
#forth_cont h3:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#forth_cont .text_box {
        width: 92%;
    box-sizing:border-box;
    margin:0 auto 0;
}
#forth_cont .text_box p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
.chpcs_foo_content img {
    width: 222px;
    height: 212px;
    object-fit: cover;
    box-sizing: border-box;
}
.pcs_foo_content {
    border: 1px solid #ccc !important;
}



#fifth_cont {
    width: 100%;
    margin: 0px auto 0px;
    padding: 40px 0 40px 0;
    overflow: hidden;
}
#fifth_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0px 0;
}
#fifth_cont h2 {
    color: #122c52;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
}
#fifth_cont h2:after {
    content: "";
    width: 64px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#fifth_cont h3 {
    color: #122c52;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px auto 24px;
    text-align: center;
    position: relative;
}
#fifth_cont h3:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #122c52;
    display: block;
    margin: 20px auto 0;
}
#fifth_cont .text_box {
        width: 92%;
    box-sizing:border-box;
    margin:0 auto 0;
}
#fifth_cont .text_box p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}

#second_cont .def_cont table th {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: normal;
    background: #122c52;
    color: #fff;
    display: block;
    margin:0 auto 0;
    width: 92%;
}
#second_cont .def_cont table td {
    vertical-align: middle;
    font-size: 15px;
    display: block;
    text-align: left;
    padding: 1.5rem;
    background: #fff;
    width:92%;
}
/* Ã¤Â¼Å¡Ã§Â¤Â¾Ã¦Â¦â€šÃ¨Â¦ÂÃ£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â« */
#under_page table.cov {
    display: table;
    width:100%;
    border-collapse: separate;
    border-spacing: 5px;
}
#under_page table.cov th {
    display: block;
    color: #a1895e;
    background: transparent;
    border-bottom: 2px solid #e00707;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 16px 0;
    margin-bottom: 5px;
    width: 100%;
}
#under_page table.cov td {
    display: block;
    color: #333333;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
    padding: 16px 4%;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #777;
}
.bd_none {
    border-top: none !important;
    border-bottom: none !important;
}
#under_page table.cov th.lg {
border-top: 2px solid #1b1f86 !important;
font-size:18px !important;
}
#under_guide_area {
    width: 100%;
    margin: 0px 0 0px;
    padding: 24px 0 24px 0;
    overflow: hidden;
background: #f3fbfd;
}
#under_guide_area_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0px 0;
}
#under_guide_area h2 {
    color: #03a9e4;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px 0 24px;
    text-align: center;
    position: relative;
}
#under_guide_area h2 span {
    color: #03a9e4;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 8px 0 16px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_guide_area table.guide {
    display: table;
    width:100%;
    border-collapse: separate;
    border-spacing: 5px;
}
#under_guide_area table.guide th {
    display: block;
    color:#fff;
    background: #01a9e4;
    font-size: 16px;
    font-weight: 500;
    text-align:center;
    vertical-align:middle;
    padding: 16px 0;
    margin-bottom:5px;
    width:100%;
}
#under_guide_area table.guide td {
    display: block;
    color: #333333;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    vertical-align: middle;
    padding: 16px 4%;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}
#under_guide_area table.guide span {
    display: block;
}
#under_guide_area table.guide span.hdline {
    display: block;
    margin-top:16px;
}
#under_guide_area a:link,
#under_guide_area a:visited,
#under_guide_area a:hover,
#under_guide_area a:active {
    color: #fff !important;
    list-style: none !important;
}
#under_guide_area2 {
    width: 100%;
    margin: 0px 0 0px;
    padding: 24px 0 0px 0;
    overflow: hidden;
    background: #fff;
}
#under_guide_area2_inner {
    width: 100%;
    margin: 0px auto 0px;
    padding: 0px 0;
}
#under_guide_area2 h2 {
    color: #03a9e4;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0px 0 24px;
    text-align: center;
    position: relative;
}
#under_guide_area2 h2 span {
    color: #03a9e4;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 8px 0 16px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_guide_area2 .step_box {
    width: 100%;
    height: auto;
    margin: 0px 0px 24px 0px;
    float: none;
}
#under_guide_area2 .step_box .circle {
    width: 128px;
    height: 128px;
    float: none;
    margin: 0 auto 16px;
    display: block;
}
#under_guide_area2 .step_box .dsc {
    width: 92%;
    height: auto;
    float: none;
    margin: 0 auto 0;
    text-align:center;
    display: block;
}
#under_guide_area2 h3 {
    color: #f3575b;
    font-size: 28px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 10px 0 8px;
    text-align: center;
}
#under_guide_area2 .step_box .dsc p {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
#under_guide_area2 .arrow_box {
    width: 24px;
    height: auto;
    margin: 0 auto 24px;
    float: none;
    display: block;
}
#under_guide_area2 .arrow_box img {
    display: block;
    width: 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
#under_entry_area {
    width: 100%;
    margin: 0px 0 24px;
    padding: 0px 0 0px 0;
    overflow: hidden;
    background: transparent;
    background-position: center;
}
#under_entry_area_inner {
    width: 100%;
    margin: 0px auto 0px;
    padding: 0px;
    box-sizing: border-box;
    background: #fffbfa;
    border: 4px solid #ee7c9e;
}
#under_entry_area .img_box {
    width: 100%;
    margin: 0 0px 0px;
    text-align: center;
    float: none;
}
#under_entry_area .img_box img {
    display: block;
    margin: 0 auto 0px;
}
#under_entry_area .dsc_box {
    width: 100%;
    margin: 0 auto 24px;
    text-align: center;
    float: none;
}
#under_entry_area h2 {
    color: #03a9e4;
    font-size: 24px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 24px 0 24px;
    text-align: center;
    position: relative;
}
#under_entry_area h2 span {
    color: #03a9e4;
    font-size: 16px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 8px 0 16px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}


.home #main {
    display:none;
}
#main{
    width: 100%;
    margin: 0px auto 0;
}
#container {
    width: 100%;
    float: none;
    margin: 0;
}
/* Ã¤Â¸â€¹Ã¥Â±Â¤Ã¨Â¦â€¹Ã¥â€¡ÂºÃ£Ââ€”Ã¨Â¨Â­Ã¥Â®Å¡ */
.page-template-onecolumn-page #content h1 {
    padding: .5em .75em;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    font-size: 18px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 500;
    background: #371f11;
    display: block;
    font-feature-settings: "palt" 1;
}
.page-template-onecolumn-page #content h2 {
    text-align: center;
}
/* .page-template-onecolumn-page #content h2:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e00707;
    display: block;
    margin: 16px auto 0;
}
.page-template-onecolumn-page #content h2 span {
    color: #333333;
    font-size: 32px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    display: block;
    margin: 0 auto 8px;
} */
#under_page h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    padding: 0.5em 0;
    line-height: 1.4;
    color: #333333;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0px auto 16px;
}
#under_page h4 {
       color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    width: 100%;
    padding: 0;
    margin: 0px 0 16px 0;
    text-align: center;
}
#under_page h4.lg {
    color: #333333;
    font-size: 21px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    width: 100%;
    padding: 0;
    margin: 0px 0 32px 0;
    text-align: center;
}
#under_page h4:after {
        content: "";
    width: 40px;
    height: 1px;
    background: #333333;
    display: block;
    margin: 16px auto 0;
}
#under_page h5 {
       color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    width: 100%;
    padding: 0;
    margin: 0px 0 16px 0;
    text-align: center;
}
span.circle{
  display:block;
  width: 96px;
  height: 96px;
  margin:0 auto 16px;
  border-radius: 50%;
  background: #1b1f86;
  text-align:center;
  line-height: 96px;
  vertical-align: middle;
  font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color:#fff;
}
span.ttl {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.ttl:after {
    content: "efficacy";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num1 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.num1:after {
    content: "features.1";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num2 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.num2:after {
    content: "features.2";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num3 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.num3:after {
    content: "features.3";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num4 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.num4:after {
    content: "features.4";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num5 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.num5:after {
    content: "features.5";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.num6 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.num6:after {
    content: "features.6";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea1 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.rea1:after {
    content: "reason.1";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea2 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.rea2:after {
    content: "reason.2";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea3 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.rea3:after {
    content: "reason.3";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
span.rea4 {
        position: relative;
    padding: .75em .5em;
    border: 1px solid #55ace3;
    font-size: 18px;
    font-weight: 600;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #333333;
    display: block;
    width: 92%;
    text-align: center;
    margin: 0 auto 16px;
}
span.rea4:after {
    content: "reason.4";
    position: absolute;
    top: -.6em;
    left: 2em;
    background: #fff;
    font-size: .75em;
    color: #55ace3;
    padding: 0 10px;
}
.category div#content .entry-title {
    padding: 0 0 16px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    text-align: left;
    height: 32px;
}

/* Ã£â€šÂµÃ£â€šÂ¤Ã£Æ’â€°Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã¨Â¨Â­Ã¥Â®Å¡ */
.categoryid-3 #primary,
.categoryid-3 #secondary,
#primary,
#secondary {
    float: none;
    clear:both;
width: 100%;
    margin: 0 auto;
}
#primary .widget-container h3 {
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 auto 24px;
    font-weight: 600;
    position: relative;
    padding: 16px 0;
    line-height: 1;
    display: block;
}
#primary .widget-container ul li {
    margin: 0 auto 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.page-title {
    padding: .5em .75em;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    font-size: 18px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 500;
    background: #333333;
    display: block;
    font-feature-settings: "palt" 1;
}
.page-title span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
/* Ã£Æ’â€¢Ã£Æ’Æ’Ã£â€šÂ¿Ã£Æ’Â¼Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢Ã¨Â¨Â­Ã¥Â®Å¡ */
#footer {
    margin: 0px auto 0;
    /* padding: 40px 0 40px;
    background: #122c52; */
}


#footer .footer_menu {
    margin: 0px auto 24px;
    width: 100%;
    display: block;
    float:none;
}
#footer .footer_menu ul {
      margin: 0px auto 0;
    list-style: none;
    text-align: center;
}
#footer .footer_menu ul li {
  font-size: 14px;
    float: none;
    line-height: 1;
    padding: 0 0 5%;
    margin: 0 2% 5%;
    width: 96%;
    display: block;
    background: url(./images/arrow_sp.png) no-repeat scroll 0% 6%;
    border-bottom: 1px solid #777;
    font-feature-settings: "palt" 1;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}
#footer .footer_menu ul li a {
  color:#fff;
  text-decoration:none;
}
#footer .footer_menu ul li a:hover {
  color:#fff;
  text-decoration:underline;
}
#footer .logo_footer {
width:240px;
    display:block;
    margin:0 auto 40px;
    float:none;
}
#footer2 .logo_footer img {
    width:100%;
    margin:0 auto 0;
    display:block;
}

p.footer_logo {
	margin: 24px auto 0px;
	float: left;
}
p.copy {
margin: 0;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.05em;
}

#map_wrap {
    position: relative;
    padding: 0 0 56%;
    height: 0;
    overflow: hidden;
}
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.footer_inner {
width:100%;
}
.category .hentry, .page-template-default .hentry {
    margin: 0 0 0 0;
}

body a#scroll-to-top {
  width: 80px;
  height: 79px;
  background: url(./images/pagetop_off.png) no-repeat center center;
  background-size: contain;
  z-index:100;
  bottom: 4% !important;
}

/* Ã¤Â¸â€¹Ã¥Â±Â¤Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€ Ã£Æ’Â³Ã£Æ’â€žÃ¨Â¨Â­Ã¥Â®Å¡ */
.page-template-onecolumn-page #under_page,
.page-template-onecolumn-page #under_page2 {
    margin: 40px auto;
    width: 100%;
}
.page-template-onecolumn-page #under_page_inner,
.page-template-onecolumn-page #under_page_inner2 {
    margin: 0 auto 24px;
    width: 100%;
    background:#fff;
}
#under_page .staff_box {
        width: 100%;
    margin: 0 0px 24px 0px;
    float: none;
    box-sizing:border-box;
}
#under_page .staff_box:last-of-type {
    margin: 0 0px 24px 0px;
}
#under_page .staff_box img {
    width:100%;
    height:auto;
    display:block;
    margin: 0 auto 16px;
}
.fname{
    color: #333333;
    font-size: 15px !important;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1 !important;
    padding: 0 4%;
    margin-bottom: 8px !important;
    text-align: left;
    display: block;
}
#under_page .staff_box p{
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0 4%;
    margin-bottom: 24px;
    text-align: left;
    display: block;
}
.page-template-onecolumn-page #under_page_inner .gallery_box {
display: block;
    padding: 0;
    margin: 0 auto 40px;
}
#under_page .cont_page {
display: block;
    padding: 0;
    margin: 0 auto 40px;
    text-align: center;
    width:100%;
}
#under_page .cont_page img,
#under_page .cont_page_last img {
display:block;
    width:100%;
}
#under_page .cont_page_last {
display: block;
    padding: 0;
    text-align: center;
margin-bottom:0px;
    width:100%;
}
#under_page .cont_page p {
color: #555;
    font-size: 15px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0 4%;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
#under_page .text_box {
    width: 92%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}

#under_page .text_box p,
#under_page .menu_bloc p,
#under_page .menu_bloc_last p{
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1.8;
    padding: 0 4%;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
#under_page .flow_box {
        width: 100%;
    margin: 0 0px 0px 0px;
    float: none;
    box-sizing:border-box;
}
#under_page .flow_box_arrow {
        width: 34px;
    margin: 0 auto 0px;
    float: none;
    box-sizing:border-box;
}
#under_page .flow_box img {
    display:block;
    margin: 0 auto 16px;
    width:92%;
}
#under_page .flow_box p {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1.8;
    padding: 0;
    margin-bottom: 16px;
    text-align: center;
    display: block;
}
#under_page .flow_box_arrow img {
    display:block;
    margin: 0 auto 16px;
    width:100%;
}
.mb40 {
    margin-bottom: 16px !important;
}

#under_page .text_box span.number_box {
    width: 20%;
    height: 110px;
    line-height: 110px;
    color: #fff;
    background: #a1895e;
    font-family: 'Times New Roman', serif;
    display: block;
    margin: 0 auto 0px;
    text-align: center;
    float: left;
    font-size: 30px;
}
#under_page .text_box span.txt_box {
    width: 80%;
    height: 110px;
    margin: 0 0px 24px 0px;
    background:#fafafa;
    display: block;
    float: left;
    box-sizing:border-box;
    padding: 4%;
}

#under_page .left_box {
    width: 100%;
    margin: 0 0px 24px 0;
    padding: 0 0 0;
    float:none;
}
#under_page .right_box {
    width: 100%;
    margin: 0px auto 24px;
    padding: 0 0 0;
    float:left;
}
#under_page .right_box p {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0 4%;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
.name_txt{
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
/* Ã¦â€“â„¢Ã©â€¡â€˜Ã¨Â¡Â¨Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â« */
#under_page .table_outer {
  width: 100%;
  overflow-x:scroll;
}
#under_page table.price_list {
    border-collapse: separate !important;
    border-spacing: 1px !important;
    width: 1000px !important;
}
#under_page table.price_list th {
    padding: 10px !important;
    vertical-align: middle;
    font-size: 15px !important;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    background: #1b1f86 !important;
    color: #fff !important;
    text-align: center !important;
}
#under_page table.price_list td {
    padding: 10px;
    vertical-align: middle;
    font-size: 15px !important;
    text-align: center !important;
    background: #f8f8f8 !important;
}
#under_page table.price_list td.fst {
    background: #f6f7fd !important;
}

span.text_r {
float:right;
}

/* Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã¨Â¨Â­Ã¥Â®Å¡ */
.form_page table tr th {
    color: #333333;
    font-size: 15px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 600;
    line-height: 1;
    padding: 2% 0 5%;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #182446;
    background: none;
    margin-bottom: 16px;
    display: block;
    box-sizing: border-box;
}
.form_page table tr td {
    color: #333333;
    font-size: 15px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    vertical-align: top;
    background: none;
    margin-bottom: 10px;
    display: block;
}
.th_red {
    color: #fff;
    font-size: 12px !important;
    font-weight: bold !important;
    background: #702a91 !important;
    padding: 3px 8px !important;
    display: inline-block;
    margin: 0 20px;
    float: none !important;
}
.form_com {
	color:#333333;
font-size:13px;
font-weight:bold;
display:block;
	}

#content .mw_wp_form td input {
    margin: 0 auto 0;
    display: table-cell;
width:70%;
display:block;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
    background: #fff;
    border: 1px solid #702a91;
    padding: 2px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.25em;
    font-feature-settings: "palt" 1;
}
/* Ã£Æ’â€¢Ã£â€šÂ©Ã£Æ’Â¼Ã£Æ’Â Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã¨Â¨Â­Ã¥Â®Å¡Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */
.smstdy table {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%;
    margin: 0 auto 0;
}
.smstdy table th {
padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle !important;
    background: #1166b2 !important;
    color: #fff !important;
    font-size: 18px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 600;
    width: 100%;
    border: none;
    display: block;
}
.smstdy table td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 24px;
    vertical-align: middle !important;
    border: 1px solid #1166b2 !important;
    font-size: 18px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 500;
    color: #182446;
    display: block;
    box-sizing: border-box;
text-align:left;
}

.triangle,
.triangle2 {
    width: 0;
    height: 0;
    border-top: 24px solid #a1895e;
    border-right: 16px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 16px solid transparent;
    margin: 0 auto 0;
    display: block;
}
img.fl_r {
    margin: 0 auto 16px;
    display: block;
}
.fl_r {
    float: none;
}

/* Ã£â€šÂ¢Ã£Æ’Â¼Ã£â€šÂ«Ã£â€šÂ¤Ã£Æ’â€“ */
.category-report #main,
.single-post #main {
margin: 0px auto 0;
/* margin-top: 78px; */
    width: 100%;
    }
.single-post p {
    line-height: 1.8em;
    /* margin-bottom: 16px !important; */
    font-size: 15px;
    color: #333333;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}
#content .entry-utility .fl_l {
    width: 100%;
}
.category-report div#content .entry-title {
    margin-bottom: 0 !important;
}
.fa-check-square-o {
    padding-right: 8px;
    color: #c21722 !important;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    margin-left: 4%;
}
.fa-hand-o-right {
    padding-right: 8px;
    color: #e80114 !important;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    margin-left: 4%;
}


.aligncenter_btn2, img.aligncenter_btn2 {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
margin-top:16px;
}

img.spn {
    vertical-align: bottom;
    max-width: 100% !important;
}
img.spn_sp {
display:block !important;
    vertical-align: bottom;
    max-width: 100% !important;
width: 100%;
}
img.spn_sp2 {
display:block !important;
    vertical-align: bottom;
    max-width: 100% !important;
margin: 0 0 0 -12px;
}
img.spn_pc {
display:none !important;
}
img.spn2 {
    vertical-align: bottom;
    max-width: 80%;
}
img.spn3 {
    vertical-align: bottom;
    max-width: 100% !important;
    width: 100% !important;
}
.sp_spc {
    margin-right:4% !important;
    margin-left:4% !important;
}
p.copy {
margin: 0;
    padding: 8px 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.05em;
}
.spimg{
width:100%;
}
.pc-only {
    display:none !important;
}
.sp-only {
    display:block;
}
#floating_navi {
display:none !important;
}
/* Ã¦â€“â„¢Ã©â€¡â€˜Ã¨Â¡Â¨Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã¯Â¼Ë†Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¯Â¼â€° */
#under_page .price_cont table {
	font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
	color:#333333;
	font-size:16px;
	font-weight:500;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0 auto 0;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width:100%;
	table-layout: fixed;
}
#under_page .price_cont table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#under_page .price_cont table th:first-child {
	text-align: left;
	padding-left:20px;
}
#under_page .price_cont table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#under_page .price_cont table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#under_page .price_cont table tr {
	text-align: center;
	padding-left:20px;
}
#under_page .price_cont table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
#under_page .price_cont table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#under_page .price_cont table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#under_page .price_cont table tr:last-child td {
	border-bottom:0;
}
#under_page .price_cont table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#under_page .price_cont table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
#under_page .price_cont table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
.aligncenter img {
	width:100%;
	display:block;
}


/* Ã¦Â¦â€šÃ¨Â¦ÂÃ£Æ’Â»Ã¦Å½Â¡Ã§â€Â¨Ã¦Æ’â€¦Ã¥Â Â±Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«Ã¯Â¼Ë†Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¯Â¼â€° */
#under_page .def_cont {
    width: 92%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .def_cont table,
#under_page .right_box2 table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
    table-layout: fixed;
    border-top: none;
    border-bottom: none;
}
#under_page .def_cont table th,
#under_page .right_box2 table th {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    background: #a1895e;
    color: #fff;
    display: block;
    margin-bottom: 0px;
    width: 100%;
}
#under_page .def_cont table td,
#under_page .right_box2 table td {
    vertical-align: middle;
    font-size: 16px;
    display: block;
    text-align: center;
    padding-left: 0;
}

.page-template-onecolumn-page #under_page .lj_box {
    width: 100%;
    margin: 0 auto 24px;
    float: none;
}
.page-template-onecolumn-page #under_page .lj_box_last {
    width: 100%;
    margin: 0 0auto 24px;
    float: none
}
.page-template-onecolumn-page #under_page .lj_box img,
.page-template-onecolumn-page #under_page .lj_box_last img {
    display: block;
    width: 72%;
    margin: 0 auto;
}

/* Ã£â€šÂ¢Ã£Æ’Â³Ã£â€šÂ«Ã£Æ’Â¼Ã£Æ’ÂªÃ£Æ’Â³Ã£â€šÂ¯Ã¤Â½ÂÃ§Â½Â®Ã§â€ºÂ¸Ã¦Â®Âº */
#cont_point,
#about,
#lawyer,
#field,
#cost,
#contact {
    margin-top: -76px;
    padding-top: 76px;
}

/*-----------------------------
Ã£â€šÂ«Ã£â€šÂ¹Ã£â€šÂ¿Ã£Æ’Â Ã£â€šÂ®Ã£Æ’Â£Ã£Æ’Â©Ã£Æ’ÂªÃ£Æ’Â¼
------------------------------*/
#under_page_inner .gallery { /** Ã£â€šÂ®Ã£Æ’Â£Ã£Æ’Â©Ã£Æ’ÂªÃ£Æ’Â¼Ã£â€šâ€™Ã¥â€ºÂ²Ã£â€šâ‚¬Ã£Æ’Å“Ã£Æ’Æ’Ã£â€šÂ¯Ã£â€šÂ¹ **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

.gallery br {display: none;} /** Ã¨â€¡ÂªÃ¥â€¹â€¢Ã£ÂÂ§Ã¦Å’Â¿Ã¥â€¦Â¥Ã£Ââ€¢Ã£â€šÅ’Ã£â€šâ€¹ clearfix Ã£ÂÂ®Ã¤Â½â„¢Ã§â„¢Â½Ã¨Â§Â£Ã©â„¢Â¤ **/

.gallery-item { /** Ã§â€Â»Ã¥Æ’ÂÃ¥â€¦Â±Ã©â‚¬Å¡Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** Ã§â€Â»Ã¥Æ’ÂÃ£â€šâ€™Ã¥â€ºÂ²Ã£â€šâ‚¬ dt Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â« **/
    text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 0px !important;
}
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 4% 1%;
		padding: 0;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 4% 1%;
		    padding: 0;
	}

#under_page table.guide {
    display: table;
    width:100%;
    border-collapse: separate;
    border-spacing: 5px;
}
#under_page table.guide th {
    display: block;
    color:#fff;
    background: #7ac646;
    font-size: 16px;
    font-weight: 500;
    text-align:center;
    vertical-align:middle;
    padding: 16px 0;
    margin-bottom:5px;
    width:100%;
}
#under_page table.guide td {
    display: block;
    color:#3f2720;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    vertical-align: middle;
    padding: 16px 4%;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}
#under_page .text_box .md_box,
#under_page .text_box .md_box_last {
    width: 270px;
    margin: 0px auto 16px;
    padding: 0 0 0;
    float:none;
}
#under_page .text_box .md_box img,
#under_page .text_box .md_box_last img {
    width: 100%;
    margin: 0px auto 16px;
    padding: 0 0 0;
    display:block;
}
#under_page .text_box .md_box p {
    color: #3f2720;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1.5;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    display: block;
}

#under_page .float_box2 {
    width: 100%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .float_box2 .img_box,
#under_page .float_box2 .img_box_last {
    width: 270px;
    margin: 0px auto 24px;
    padding: 0 0 0;
    float:none;
}
#under_page .float_box2 .img_box img,
#under_page .float_box2 .img_box_last img {
    width: 100%;
    margin: 0px auto 16px;
    padding: 0 0 0;
    display:block;
}
#under_page .float_box2 .img_box p,
#under_page .float_box2 .img_box_last p {
    color: #3f2720;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1.5;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    display: block;
}
.text_box iframe {
width:92%;
diaply:block;
margin:0 auto 0;
}

.category-case .entry-summary {
    width: 46% !important;
    margin: 0 2% 40px 2% !important;
    padding: 0;
    float: left;
    border-bottom: 1px solid #aaa;
    clear: none !important;
}
.category-case .eye-catch {
    margin: 0 auto 0 !important;
    padding: 0 !important;
    border: none;
}
.category-case .eye-catch a {
    display: block;
}
.category-case #content .entry-utility .time {
display:none;
}
.category-case .fa-angle-right {
    padding-left: 8px !important;
}
.category-case div#content .entry-title {
    padding: 0;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-feature-settings: "palt" 1;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    text-align: left;
    height: auto;
}

.category-case .text_box {
    display: block;
    width: 60%;
    margin: 0 auto 32px;
}
.category-case .text_box p {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
.single .entry-content {
    width: 100%;
    margin: 0 auto 0;
}
.single .eye-catch img {
    vertical-align: bottom;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
}
.single #content .entry-title {
        margin-bottom: 0;
    background: transparent;
    color: #333333;
    font-size: 22px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: 500;
    text-align: left;
    padding: 20px 0;
}
/* #mainvisual,
.page-id-52 {
    height: auto;
    display: block;
    padding-top: 48px;
} */
.front_block {
    display: none;
}
.breadcrumbs_inner {
    display: none;
}
span.tel_text {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
}
span.tel_text a:link,
span.tel_text a:visited {
    color: #333333;
    text-decoration:none;
}
span.tel_text a:hover,
span.tel_text a:active {
    color: #1b1f86;
    text-decoration:underline;
}

.single .eye-catch {
    margin: 0 auto 30px;
    padding: 8px;
    text-align: center;
    border: 1px solid #ccc;
    width: 92%;
    box-sizing: border-box;
    display: none;
}
.single .eye-catch img {
    vertical-align: bottom;
    margin: 0 auto 0;
    width: 100%;
    height: auto;
}
#under_page .l_box {
        width: 92%;
    margin: 0 auto 24px;
    float: none;
    background:#fffbf0;
    padding:10px 10px 24px 10px;
    box-sizing:border-box;
}
#under_page .c_box {
        width: 92%;
    margin: 0 auto 24px;
    float: none;
    background:#fffbf0;
    padding:10px 10px 24px 10px;
    box-sizing:border-box;
}
#under_page .r_box {
        width: 92%;
    margin: 0 auto 24px;
    float: none;
    background:#fffbf0;
    padding:10px 10px 24px 10px;
    box-sizing:border-box;
}
#under_page .l_box img,
#under_page .c_box img,
#under_page .r_box img {
display:block;
margin:0 auto 20px;
width:100%;
}
#under_page .l_box p,
#under_page .c_box p,
#under_page .r_box p {
color: #371f11;
    font-size: 15px;
    font-weight: 400;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0 4%;
    margin-bottom: 16px;
    text-align: left;
    display: block;
}
#under_page .price_box {
    display: block;
    margin: 0 auto 0;
    width: 158px;
    box-sizing: border-box;
    border-top: 1px solid #56473d;
    border-bottom: 1px solid #56473d;
    padding: 8px 0;
    font-size: 15px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    color: #371f11;
    text-align:center;
}
#under_page .text_box, #under_page .text_box_hd {
    width: 92%;
    margin: 0px auto 24px;
    padding: 0 0 0;
}
#under_page .text_box_hd p {
    color: #371f11;
    font-size: 15px;
    font-weight: 500;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
    display: block;
}
.category-blog .eye-catch,
.category-style_gallery .eye-catch {
    float: none;
    margin: 0;
    padding: 0 !important;
    border: none !important;
}
.category-blog .eye-catch img,
.category-style_gallery .eye-catch img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.category-style_gallery .entry-utility .fl_l {
    display:none;
}
.single-post.eye-catch {
    display:none;
}
/* Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â«Ã£â€šÂ®Ã£Æ’Â£Ã£Æ’Â©Ã£Æ’ÂªÃ£Æ’Â¼Ã¨Â¨Â­Ã¥Â®Å¡SP */
.st_gallery {
    display: block;
    margin: 0;
    padding: 0;
}
.st_gallery dt {
        width: 100%;
    margin: 0 auto 3px;
    float: none;
}
.st_gallery dt img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: 100% 0%;
}
.st_gallery dd {
    width: 100%;
    margin: 0 !important;
    float: none;
}
.st_gallery dd ul li {
        width: 23%;
    margin: 1%;
    float: left;
}
.st_gallery dd li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: 100% 0%;
}
.style_txt {
    width: 92%;
    margin: 0 auto 40px;
}
.prof_box {
    width: 92%;
    margin: 0 auto 40px;
    background: #fafafa;
    box-sizing: border-box;
    padding: 4%;
}
.prof_box img {
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    float: none;
}
.prof_box p {
line-height: 1.8 !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    color: #333333 !important;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    font-weight: normal !important;
}
.categoryid-3 #content h2.entry-title {
    padding: 12px 10px 16px 20px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    position: relative;
    border-bottom: none;
    margin-top: 16px;
    margin-bottom: 0px !important;
    text-align: center;
}
.categoryid-3 #content h2.entry-title:before {
    content: "";
    content: url(/wp-content/themes/twentyten-child/images/sun_icon.png);
    width: 32px;
    height: 31px;
    display: block;
    margin: 0px auto 8px;
}
#yoyaku_btn {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
#yoyaku_btn img {
width:100%;
}
#spm_accordion ul {
    list-style-type: none;
}
.acc {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style:none;
 }

.acc .link {
 cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 16px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    line-height: 1;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #333333;
}

.acc li:last-child .link {
    border-bottom: 0;
}

.acc li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.acc li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.acc li.open .link {
    color: #fff;
    background: #333333;
}

.acc li.open i {
    color: #fff;
}
.acc li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acc li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #a1895e;
    font-size: 15px;
    margin: 0 auto 0;
 }

 .submenu li {
    border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
        display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 15px;
    font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
    background: url(./images/arrow_dwn.png) no-repeat scroll 95% 50%;
 }

 .submenu a:hover {
    background: #333333;
    color: #fff;
 }
 .category-5 #container,
.categoryid-5 #container,
.category-4 #container,
.categoryid-4 #container {
	max-width: 1140px;
  width: 90%;
	margin: 0 auto;
}
.scroll-btn {
display:none;
}
}

/* ========================================= */
/* Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€ºÃ¨Â¡Â¨Ã§Â¤Âºiphone5Ã¤Â»Â¥Ã¤Â¸â€¹ */
/* ========================================= */
/* Maximum width of 340 pixels. */
@media screen and (max-width: 340px) {

.customs-header-area2 {
    width: auto;
    margin: 65px auto 0px;
    text-align: center;
    background: #333333;
    position: relative;
    overflow: hidden;
    height: auto;
}
.customs-header-area2 img {
position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
}
/* Ã£â€šÂ¢Ã£Æ’Â³Ã£â€šÂ«Ã£Æ’Â¼Ã£Æ’ÂªÃ£Æ’Â³Ã£â€šÂ¯Ã¤Â½ÂÃ§Â½Â®Ã§â€ºÂ¸Ã¦Â®Âº */
#cont_point,
#about,
#lawyer,
#field,
#cost,
#contact {
    margin-top: -65px;
    padding-top: 65px;
}
/* #mainvisual,
.page-id-52 {
    height: auto;
    display: block;
    padding-top: 40px;
} */
}

/* Ã¨Â¿Â½Ã¥Å Â  */
p{
  color: #333333;
}

#mainvisual {
  width: 100vw;
  margin: 0 auto 0px;
  padding: 0;
  position: relative;
}


#mainvisual img{
  width: 100%;
}


#gnavibox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 9999;
}

.gnavi_logo{
  width: 20%;
  margin-right: 20%;
}
.menu-header{
  width: 50% !important;
}
.gnavi_logo a > img{
  width: 100%;
}

@media screen and (max-width:1366px) {
  .gnavi_logo{
    width: 20%;
    margin-right: 10%;
  }
  .menu-header{
    width: 70% !important;
  }
}

#menu-gnavi {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: 54px;
}

#menu-gnavi li{
  height: 100%;
}

li{
  list-style: none;
}

#menu-gnavi a{
  color: #333333;
  line-height: 3.6;
}

.contentbox{
  text-align: justify;
}

/* .contentbox h2{
  padding: 80px 0;
} */

.contentbox img{
  width: auto;
  height: auto;
  max-width: 100%;
}

.centerbox{
  text-align: center;
}
@media screen and (max-width:800px) {
  .centerbox{
    text-align: justify !important;
  }
  .centerbox h2{
    text-align: center;
  }
}


.flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex_left{
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_left , .flex_right{
  width: 100%;
}

@media screen and (min-width:1025px) {
  .flex_left , .flex_right{
    width: 48%;
  }
}

.btnbox{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
}


.flex_right{
  display: flex;
}

h2{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-feature-settings: "palt" 1;
}
h2 > span{
  font-size: 24px;
  margin: 0 2%;
}
@media screen and (max-width:800px) {
  h2{
    font-size: 26px;
  }
  h2 > span{
    font-size: 20px;
  }
}
@media screen and (max-width:640px) {
  h2{
    font-size: 20px;
  }
}.top_
 .flexbox{
  align-items: stretch;
}

.top_pray .flex_left{
  background: url("/wp-content/themes/twentyten-child/images/topImg1.jpg") no-repeat center center;
  background-size: cover;
}

.top_pray .flex_left,.top_pray .flex_right{
  width: 50%;
}

.top_pray .flex_right >div{
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .top_pray .flex_right,.top_pray .flex_left{
    width: 100%;
  }
  .top_pray .flex_right > div{
    width: 90%;
  }
  .top_pray .flex_left{
    height: 320px;
  }
}


p{
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.18em;
  font-feature-settings: "palt" 1;
  font-family: "fot-tsukubrdgothic-std", 'TsukuARdGothic-Regular', "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif" !important;
}
@media only screen and (max-width: 800px) {
  p{
    line-height: 1.6;
    letter-spacing: 0.16em;
  }
}

.box .flex_right{
  flex-direction: row-reverse;
  justify-content: center;
}

.btnbox a{
  background: #1a7bd0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  /* padding: 10% 0; */
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}


.columnbox{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.columnbox p{
  text-align: center;
}

.columnbox .btnbox{
  margin: 0;
}

.top_staff img{
  width: 100%;
  height: 100%;
  max-width: 634px;
  max-height: 518px;
}

.entry-content p{
	display: flex;
  flex-wrap: wrap;
}
/* .entry-content p img{
	object-fit: cover;
  width: 33.333%;
  height: 400px;
} */
/* @media only screen and (max-width: 800px) {
  .entry-content p img{
  	object-fit: cover;
    width: 100%;
    height: 400px;
    margin-bottom: 16px;
  }
} */

.top_suisei h2,.top_suisei p,.top_suisei a{
  color: #fff;
}

.top_suisei a{
  display: block;
  border: #fff 3px solid;
  color: #fff;
  background: url(/wp-content/themes/twentyten-child/images/btn_left_white.png) no-repeat center right 10%;
}

#fullpage .footer > div{
  width: 100%;
  max-width: 100%;
}

#fullpage .footer .columnbox div{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;
}

#fullpage .footer .columnbox div a{
  margin: 0 8px;
  text-align: center;
  text-decoration: underline;
  color: #7aa21a;
}
@media only screen and (max-width: 800px) {
  #fullpage .footer .columnbox div a{
    width: 50%;
    margin: 0;
    text-align: center;
  }
}

#fullpage .footer .columnbox p{
  margin: 20px auto;
}

#fullpage .footer p:last-child{
  font-size: 14px;
  margin: 20px auto;
}

#fullpage .footer .columnbox a{
  text-align: center;
}

#fullpage .footer .columnbox a img{
  width: 70%;
}

.footer_contact{
  position: fixed;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
  height: 100px;
  z-index: 9999;
}

.footer_contact .flexbox{
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.menu_contact .flexbox{
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.menu_contact .btnbox{
  padding-top: 0;
}


.footer_contact img,.menu_contact img{
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.footer_contact .flexbox div,.menu_contact .flexbox div{
  text-align: center;
}
.menu_contact .flexbox div p{
  color: #1a7bd0;
}

.footer_contact .flexbox div:first-child p{
  color: #1a7bd0;
  margin: 0;
}
.footer_contact .flexbox div:first-child p:nth-child(2){
  font-size: 30px;
}
.menu_contact .flexbox div:first-child p:nth-child(2) a{
  font-size: 26px;
}

.footer_contact .flexbox div:nth-child(2) a,.menu_contact .flexbox div:nth-child(2) a{
  display: block;
  width: 100%;
  height: 64px !important;
  text-align: center;
  line-height: 4;
  color: #333333;
  background: url("/wp-content/themes/twentyten-child/images/mailIcon.png") no-repeat center left 10px;
  border: #333333 2px solid;
  box-sizing: border-box;
  background-size: 24px;
}

.menu_contact .flexbox div:nth-child(2) a{
  line-height: 4.5;
}
/* @media only screen and (max-width: 1024px) {
.footer_contact .flexbox div:nth-child(2) a,.menu_contact .flexbox div:nth-child(2) a{
  width: 295px;
  }
} */

.menu_contact .flexbox div{
  width: 48%;
}
@media only screen and (max-width: 860px) {
  .menu_contact .flexbox div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
}

.p_red{
  color: #fe315c;
}
.p_pink{
  color: #ec7886;
}
.p_green{
  color: #45a565;
}
.p_blue{
  color: #455ca5;
}

.p_bold{
  font-weight: bold;
}

h2>.pcbox{
  margin: auto;
}

.pcbox { display: block !important; }
.spbox { display: none !important; }

@media only screen and (max-width: 1024px) {
.pcbox { display: none !important; }
.spbox { display: block !important; }
}

.borderbox iframe{
  width: 100%;
  height: 340px;
}

.footer2 .flexbox{
  margin: 40px auto;
}

.footer2 .columnbox{
  width: 98%;
  max-width: 1140px;
  margin: 0 auto;
}

.footer2 .columnbox > p:nth-child(2){
  font-size: 34px;
}

.footer2 .columnbox > p img{
  padding-right: 8px;
}

@media only screen and (max-width: 640px) {
  .footer2 .footer_sitemap{
    text-align: left;
  }
  .footer2 .footer_sitemap a{
    width: 48%;
    text-decoration: underline;
  }
}
.gnavi_fixed ul li:first-child{
  position: relative;
}

/* .gnavi_fixed ul li:first-child a::before{
  content: '';
  position: absolute;
  background: url(/wp-content/themes/twentyten-child/images/headerLogo02.jpg) no-repeat center top;
  width: 80px;
  height: 80px;
  top: -16px;
  left: -20px;
} */

.under_gnavi ul li:first-child{
  position: relative;
}

.under_gnavi ul li:first-child a::before{
  content: '';
  position: absolute;
  background: url(/wp-content/themes/twentyten-child/images/headerLogo02.jpg) no-repeat center top;
  width: 80px;
  height: 80px;
  top: -16px;
  left: -20px;
}

.main_hover a:first-child{
  width: 70%;
}

.main_hover a:last-child{
  width: 30%;
}

.main_hover img{
  width: 30% !important;
  height: auto;
  position: absolute;
  left: 1%;
  right: 0;
  margin: auto;
  bottom: 0%;
}

#menu-gnavi a,#accordion_sp01_in a{
  display: block;
  height: 100%;
  font-weight: bold;
}
#accordion_sp01_in .menu_inner a{
  padding-top: 24px;
  line-height: 1.4;
  height: 40px;
}

#accordion_sp01_in a{
  text-align: center;
}

.display-posts-listing{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.display-posts-listing h2{
  width: 26%;
  margin: 0 4%;
  margin-left: 32%;
  text-align: center;
}

.top_info .display-posts-listing > div{
  width: 32%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 800px) {
  .top_info .display-posts-listing{
    align-items: stretch;
  }
  .top_info .display-posts-listing > div{
    width: 48%;
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 640px) {
  .top_info .display-posts-listing > div{
    width: 100%;
    margin-bottom: 80px !important;
  }
}

.top_blog .listing-item img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .top_blog .listing-item img{
    height: 240px;
    object-fit: cover;
  }
}

.listing-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .listing-item a{
  width: 100%;
} */


.top_news{
  background: #eeffef url(/wp-content/themes/twentyten-child/images/top_newsBg.png) no-repeat center top;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .top_news{
    background: url(/wp-content/themes/twentyten-child/images/sp_top_newsBg.png) no-repeat center top;
    background-size: cover;
  }
}

.top_news .flexbox{
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 1140px;
  margin: auto;
}

.top_news h2{
  padding: 0;
}

.top_news .listing-item,.top_news .display-posts-listing{
  width: 90% !important;
  margin: 0 auto;
}

.top_news .listing-item{
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
  height: 60px;
  background: url(/wp-content/themes/twentyten-child/images/hr01.png) no-repeat center bottom;
  background-size: contain;
}

.top_news .listing-item span{
  color: #08b492;
}

.top_news .listing-item a{
  padding-left: 8%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top_news .flex_left{
  justify-content: flex-end;
}

.top_news .btnbox{
  margin-top: 40px;
}

.top_news .btnbox a{
  margin-bottom: 0;
}

.top_news .display-posts-listing{
  margin-top: 40px;
}

.top_news h2 img{
  max-width: 90%;
}
@media only screen and (max-width: 800px) {
  .top_news .flex_left{
    text-align: center;
  }
  .top_news h2 img{
    max-width: 80%;
    margin-top: 40px;
  }
}


.top_banner{
  background: url(/wp-content/themes/twentyten-child/images/top_bannerBg.png) no-repeat center bottom;
}
@media only screen and (max-width: 1024px) {
  .top_banner{
    background: url(/wp-content/themes/twentyten-child/images/sp_top_bannerBg.png) no-repeat center bottom;
    background-size: cover;
  }
}


.top_banner .flexbox , .top_subbanner .flexbox{
  width: 90%;
  max-width: 1140px;
  margin: auto;
  padding: 80px 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.top_banner .flexbox a{
  margin-top: 20px;
  width: 33%;
}
@media only screen and (max-width: 800px) {
  .top_banner .flexbox a{
    width: 100%;
    text-align: center;
  }
}

.top_subbanner .flexbox a{
  width: 24%;
}
@media only screen and (max-width: 640px) {
  .top_subbanner .flexbox a{
    width: 100%;
    height: auto;
    text-align: center;
  }
}

.footerbox{
  text-align: center;
  padding: 80px 0;
}

.footerbox{
  background: url(/wp-content/themes/twentyten-child/images/footerBg.png) no-repeat center top;
  background-size: cover;
}

.footerinner{
  width: 90%;
  max-width: 1140px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.footerinner .flexbox{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: left;
}

.footerinner .flexbox a{
  width: 24%;
  padding: 1% 0;
  color: #03a569;
}
@media only screen and (max-width: 640px) {
  .footerinner .flexbox a{
    width: 48%;
    padding: 2% 0;
    border-bottom: 1px solid #03a569;
    text-align: left;
  }
}

.footerinner img{
  height: auto;
}

.footerinner a img{
  width: 80%;
  height: auto;
}

#footer2{
  position: relative;
}

#footer2 p{
  position: absolute;
  bottom: 0;
  color: #03a569;
  font-size: 14px;
}


.sp_maininner{
  margin-top: 50px;
}


.top_contents{
  width: 100%;
}

.top_contents > div > div > div{
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.top_contents .top_main{
  height: 100vh;
  position: relative;
}

.top_intro p span{
  color: #ff842a;
}

.top_intro p{
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:640px) {
  .top_intro p{
    font-size: 16px;
  }
}

.top_intro .centerbox{
  padding-top: 80px;
}
@media screen and (max-width:800px) {
  .top_intro .centerbox{
    text-align: center !important;
  }
}
@media screen and (max-width:640px) {
  .top_intro .centerbox{
    text-align: justify !important;
    padding: 40px 0;
  }
}

.top_about .flexbox > div:nth-of-type(1){
  justify-content: center;
}

.top_about .flexbox > div:nth-of-type(1) > div{
  position: relative;
  width: 100%;
  height: 50vh;
  max-width: 660px;
  max-height: 420px;
  background: url("/wp-content/themes/twentyten-child/images/aboutImg1.jpg") no-repeat center center;
  border-radius: 5px;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(1) > div{
    height: 40vh;
  }
}

.top_about .flexbox > div:nth-of-type(1) > div p{
  width: 70%;
  padding: 2% 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #fff;
  color: #1a7bd0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(1) > div p{
    font-size: 17px;
  }
}

.top_about .flexbox > div:nth-of-type(2){
  justify-content: center;
  height: 40vh;
  align-items: flex-start;
  padding-top: 2%;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(2){
    height: 20vh;
  }
}
@media screen and (max-width:800px) {
  .top_about .flexbox > div:nth-of-type(2){
    height: 30vh;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(2){
    margin-bottom: 24px;
  }
}

.top_about .flexbox > div:nth-of-type(2) h2{
  color: #1a7bd0;
  border-top: 1px solid #1a7bd0;
  border-bottom: 1px solid #1a7bd0;
  padding: 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(2) h2{
    font-size: 20px;
  }
}

.top_about .flexbox > div:nth-of-type(3){
  flex-flow: wrap;
  margin-bottom: 40px;
  /* height: 60vh; */
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(3){
    height: 35vh;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(3){
    padding: 24px 0;
    height: auto;
  }
}


.top_about .flexbox > div:nth-of-type(3) > p:nth-of-type(1){
  width: 100%;
  height: 20vh;
  margin: 0;
  text-align: center;
  color: #1a7bd0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(3) > p:nth-of-type(1){
    height: auto;
    justify-content: center;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(3) > p:nth-of-type(1){
    font-size: 16px;
    padding: 16px 0;
  }
}

.top_about .flexbox > div:nth-of-type(3) > div:nth-of-type(1){
  width: 100%;
  height: 30vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(3) > div:nth-of-type(1){
    height: auto;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(3) > div:nth-of-type(1){
    flex-flow: wrap;
  }
}
.top_about .flexbox > div:nth-of-type(3) > div:nth-of-type(1)+ .btnbox{
  margin: 0;
}


.top_about .flexbox > div:nth-of-type(3) > div > div{
  width: 32%;
  text-align: center;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(3) > div > div{
    width: 100%;
  }
}

.top_about .flexbox > div:nth-of-type(3) > div > div p{
  font-size: 15px;
  letter-spacing: -0.02em;
  padding: 0 2%;
  box-sizing: border-box;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(3) > div > div p{
    font-size: 16px;
    letter-spacing: 0.16em;
  }
}

.top_about .flexbox > div:nth-of-type(3) > div > div img{
  width: 60%;
  padding-bottom: 8px;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(3) > div > div img{
    width: 40%;
  }
}

.top_about .flexbox > div:nth-of-type(4){
  flex-flow: wrap;
  /* height: 60vh; */
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(4){
    height: auto;
    padding: 40px 0;
  }
}

.top_about .flexbox > div:nth-of-type(4) > div > div{
  display: flex;
  flex-flow: wrap;
  padding: 6% 6% 6% 10%;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(4) > div > div{
    padding: 2%;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(4) > div > div{
    padding: 6% 6% 6% 10%;
  }
}

.top_about .flexbox > div:nth-of-type(4) > div > div p{
  width: 33%;
  color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 4% 0;
  margin: 0;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(4) > div > div p{
    width: 46%;
  }
}

.top_about .flexbox > div:nth-of-type(4) > div > div p img{
  padding-right: 8px;
}

.top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(1){
  background: #1a7bd0;
  width: 90%;
  /* height: 30vh; */
  margin: 0 auto;
  border-radius: 5px;
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(1){
    height: auto;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(1){
    width: 100%;
  }
}

.top_about .flexbox > div:nth-of-type(4) h3{
  background: #fff;
  width: 60%;
  font-size: 20px;
  padding: 2% 0;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
}

.top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(2){
  width: 90%;
  /* height: 20vh; */
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(2){
    height: auto;
    padding: 40px 0;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(2){
    width: 100%;
  }
}

.top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(2) p{
  color: #1a7bd0;
  padding-top: 16px;
  letter-spacing: 0.08em;
}
.top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(2) p img{
  padding-right: 8px;
}
.top_about .flexbox > div:nth-of-type(4) > div:nth-of-type(2) p span{
  color: #ff842a;
  padding-left: 8px;
}

.top_about .flexbox > div:nth-of-type(5){
  height: 50vh;
  max-width: 660px;
  max-height: 420px;
  background: url("/wp-content/themes/twentyten-child/images/aboutImg5.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  margin-top: -180px;
  margin-right: -40px;
}
@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(5){
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(5){
    height: 40vh;
  }
}

.top_about > div{
  background: linear-gradient(0deg,#dff0ff 0%,#dff0ff 82%,#fff 50%,#fff 100%);
}
@media screen and (max-width:640px) {
  .top_about > div{
    background: linear-gradient(0deg,#dff0ff 0%,#dff0ff 85%,#fff 50%,#fff 100%);
  }
}

.top_about .flexbox > div:nth-of-type(6){
  position: relative;
  flex-flow: wrap;
  background: #fff;
  border-radius: 5px;
  margin-top: 80px;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(6){
    margin-top: -10px;
  }
}

.top_about .flexbox > div:nth-of-type(6)::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.top_about .flexbox > div:nth-of-type(6) p:nth-of-type(1){
  font-size: 20px;
  color: #1a7bd0;
  padding-bottom: 8px;
  border-bottom: 1px solid #1a7bd0;
}
@media screen and (max-width:640px) {
  .top_about .flexbox > div:nth-of-type(6) p:nth-of-type(1){
    font-size: 18px;
  }
}

.top_about .flexbox > div:nth-of-type(6) p:nth-of-type(1) img{
  padding-right: 16px;
}

.top_about .flexbox > div:nth-of-type(6) p:nth-of-type(1) span{
  color: #ff842a;
  float: right;
}
.top_about .flexbox > div:nth-of-type(6) p span{
  color: #ff842a;
}

.top_about .flexbox > div:nth-of-type(6) > div{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (max-width:1024px) {
  .top_about .flexbox > div:nth-of-type(1){
    order: 2;
  }
  .top_about .flexbox > div:nth-of-type(2){
    order: 1;
  }
  .top_about .flexbox > div:nth-of-type(3){
    order: 3;
  }
  .top_about .flexbox > div:nth-of-type(4){
    order: 4;
  }
  .top_about .flexbox > div:nth-of-type(5){
    order: 5;
  }
  .top_about .flexbox > div:nth-of-type(6){
    order: 6;
  }
}


.top_contents .parallax{
  height: 490px;
  z-index: -1;
}
.top_contents .parallax .background-image{
  background: url("/wp-content/themes/twentyten-child/images/pointBg.jpg") no-repeat left 20% top;
  background-size: cover;
}
@media screen and (max-width:640px) {
  .top_contents .parallax .background-image{
    background: url("/wp-content/themes/twentyten-child/images/pointBg.jpg") no-repeat right 52% top;
    background-size: cover;
  }
}


.top_point h2{
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top_point h2 >span{
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.top_point > div > div > div{
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width:800px) {
  .top_point > div > div > div{
    flex-flow: wrap;
  }
}

.top_point > div > div > div > div{
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: center;
  margin-top: -8%;
}
@media screen and (max-width:800px) {
  .top_point > div > div > div > div{
    width: 100%;
  }
  .top_point > div > div > div > div > p:last-child{
    padding-bottom: 64px;
  }
}
@media screen and (max-width:640px) {
  .top_point > div > div > div > div{
    margin-top: -24%;
  }
}


.top_point > div > div > div > div p:nth-of-type(1){
  background: url("/wp-content/themes/twentyten-child/images/pointBg2.png") no-repeat center center;
  width: 100%;
  height: 110px;
  background-size: contain;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a7bd0;
  font-size: 36px;
  box-sizing: border-box;
  padding-top: 16px;
}

.top_point > div > div > div > div h3{
  padding: 16px 0;
}
.top_point > div > div > div > div img{
  border-radius: 5px;
  width: 100%;
  margin-bottom: 16px;
}

.top_point > div > div > div > div p{
  width: 100%;
}


/* .top_point > div:nth-of-type(2) > div{
  padding-bottom: 0 !important;
} */
@media screen and (max-width:640px) {
  .top_point > div:nth-of-type(2) > div{
    padding-bottom: 0 !important;
  }
}


.top_point{
  position: relative;
}
.top_point > div:nth-of-type(1){
  height: 50vh;
  position: relative;
}
@media screen and (max-width:1024px) {
  .top_point > div:nth-of-type(1){
    height: 30vh;
  }
}
@media screen and (max-width:800px) {
  .top_point > div:nth-of-type(1){
    height: 35vh;
  }
  .top_point > div:nth-of-type(1) h2{
    height: 22vh;
  }
}
@media screen and (max-width:640px) {
  .top_point > div:nth-of-type(1){
    height: 40vh;
  }
  .top_point > div:nth-of-type(1) h2{
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

.top_point > div:nth-of-type(1) > div:nth-of-type(1){
  position: absolute;
  width: 90% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  top: 8%;
}


.top_point > div:nth-of-type(2){
  background: #dff0ff;
}

.top_column > div > div{
  display: flex;
  padding-bottom: 0 !important;
}
@media screen and (max-width:800px) {
  .top_column > div > div{
    flex-flow: wrap;
  }
}

.top_column > div > div > div:nth-of-type(1){
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  box-sizing: border-box;
}
.top_column > div > div > div:nth-of-type(1) h2{
  padding: 24px 0;
  color: #1a7bd0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width:800px) {
  .top_column > div > div > div{
    width: 100% !important;
    padding: 40px !important;
  }
}
@media screen and (max-width:640px) {
  .top_column > div > div > div:nth-of-type(1) h2{
    font-size: 20px;
  }
}


.top_column > div > div > div:nth-of-type(2){
  width: 60%;
  padding: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width:640px) {
  .top_column > div > div > div:nth-of-type(2){
    padding: 40px 0 !important;
  }
}

.top_column > div > div > div:nth-of-type(2) a{
  display: block;
  padding: 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top_column ul{
  width: 100%;
}
.top_column li{
  overflow: hidden;
  width: 100%;
}


.top_voice{
  background: #ffefe4;
}

.top_voice h2{
  text-align: center;
  color: #1a7bd0;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}

.top_voice h2::after{
  position: absolute;
  content: '';
  width: 10%;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a7bd0;
}
.top_voice .flexbox{
  justify-content: space-between;
}
@media screen and (max-width:640px) {
  .top_voice .flexbox{
    padding-bottom: 40px;
  }
}

.top_voice .flexbox > div{
  width: 48%;
}
@media screen and (max-width:800px) {
  .top_voice .flexbox > div{
    width: 100%;
    padding: 40px 0;
  }
  .top_voice .flexbox > div:nth-of-type(1){
    padding-bottom: 0;
  }
}

.top_voice h3{
  background: #fff;
  width: 60%;
  padding: 2% 0;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  text-align: center;
}

.top_voice .flexbox > div:nth-of-type(2) h3{
  float: right;
}

.top_voice .flexbox > div:nth-of-type(2) h3+div{
  clear: both;
}

.top_voice .flexbox > div:nth-of-type(1) >div{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 5px 5px 5px;
  padding: 6%;
}
@media screen and (max-width:800px) {
  .top_voice .flexbox > div:nth-of-type(1) >div{
    padding: 8% 2%;
  }
}

.top_voice .flexbox > div:nth-of-type(2) >div{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 5px 0 5px 5px;
  padding: 6%;
}
@media screen and (max-width:640px) {
  .top_voice .flexbox > div:nth-of-type(2) >div{
    padding: 8% 2%;
  }
}

.top_voice .flexbox > div:nth-of-type(1) >div a{
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.top_voice .flexbox > div:nth-of-type(1) >div a img:nth-of-type(1){
  padding-right: 16px;
}
@media screen and (max-width:800px) {
  .top_voice .flexbox > div:nth-of-type(1) >div a img:nth-of-type(1){
    width: 32px;
  }
}
.top_voice .flexbox > div:nth-of-type(1) >div a img:nth-of-type(2){
  padding-left: 16px;
}
@media screen and (max-width:800px) {
  .top_voice .flexbox > div:nth-of-type(1) >div a img:nth-of-type(2){
    width: 9px;
  }
}

.top_voice .flexbox > div:nth-of-type(2) > div > div{
  display: flex;
  align-items: center;
}
.top_voice .flexbox > div:nth-of-type(2) > div > div img{
  padding-right: 16px;
}

.top_voice .flexbox > div:nth-of-type(2) > div > .btnbox{
  width: 300px;
}

.top_voice .flexbox > div:nth-of-type(2) > div > .btnbox a{
  background: #fff url("/wp-content/themes/twentyten-child/images/ekitenIcon.png") no-repeat right 8px center;
  border: 1px solid #dd0000;
  color: #dd0000;
}

.top_contact{
  background: #1a7bd0;
}
.top_contact h2{
  text-align: center;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
.top_contact h2::after {
  position: absolute;
  content: '';
  width: 10%;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.top_contact .flexbox > p{
  color: #fff;
  width: 22%;
  padding-bottom: 8px;
  border-bottom: 6px double #fff;
}
.top_contact .flexbox > p:nth-of-type(4){
  width: 26%;
}
@media screen and (max-width:1024px) {
  .top_contact .flexbox > p{
    width: 20%;
  }
  .top_contact .flexbox > p:nth-of-type(4){
    width: 30%;
  }
}
@media screen and (max-width:800px) {
  .top_contact .flexbox > p{
    width: 46%;
  }
  .top_contact .flexbox > p:nth-of-type(4){
    width: 46% !important;
  }
}

.top_contact .flexbox{
  justify-content: space-between;
  padding: 40px 0;
}

.top_contact .btnbox{
  width: 400px;
}
@media screen and (max-width:800px) {
  .top_contact .btnbox{
    width: 320px;
  }
}

.top_contact .btnbox a{
  flex-direction: column;
  background: #fff;
  color: #1a7bd0;
  height: auto;
	padding: 1rem 0;
}

.top_contact .btnbox a > span:nth-of-type(1){
  display: flex;
  align-items: center;
  font-size: 40px;
}
@media screen and (max-width:800px) {
  .top_contact .btnbox a > span:nth-of-type(1){
    font-size: 32px;
  }
  .top_contact .btnbox a > span:nth-of-type(2){
    font-size: 14px;
  }
}
@media screen and (max-width:640px) {
  .top_contact .btnbox a > span:nth-of-type(1){
    width: 100%;
    justify-content: center;
  }
  .top_contact .btnbox a > span:nth-of-type(2){
    font-size: 13px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.top_contact .btnbox a > span:nth-of-type(1) img{
  padding-right: 8px;
}

.footer .flexbox .flex_left{
  flex-direction: column;
}
@media screen and (max-width:800px) {
  .footer .flexbox .flex_left{
    padding-bottom: 40px;
  }
}

.footer .flexbox .flex_left a{
  flex-direction: column;
}

.footer .flexbox .flex_left .btnbox{
  width: 300px;
}

.footer .flexbox .flex_left .btnbox a{
  height: 100px;
}

.footer .flexbox .flex_left .btnbox a span:nth-of-type(2){
  font-size: 26px;
}

.footer .flexbox .flex_left > div:nth-of-type(1){
  padding: 16px 0;
}
@media screen and (max-width:800px) {
  .footer .flexbox .flex_left > div:nth-of-type(1){
    text-align: center;
  }
}

.footer .flexbox:nth-of-type(2){
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  .footer .flexbox:nth-of-type(2){
    padding-top: 40px;
  }
}

.ffbox{
  font-family: "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif" !important;
}




#menu-gnavi a{
  position: relative;
}

#menu-gnavi > li > a::after{
  position: absolute;
  font-size: 11px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  font-weight: 500;
}


#gnavibox h1{
  height: 100%;
  width: 20%;
  margin-right: 5%;
}

#gnavibox h1 a{
  height: 100%;
  display: flex;
  align-items: center;
}

.main_v{
  height: 80vh;
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width:1024px) {
  .main_v{
    height: 40vh;
  }
}
@media screen and (max-width:800px) {
  .main_v{
    margin-top: 78px;
  }
}
@media screen and (max-width:640px) {
  .main_v{
    height: 40vh;
  }
}


.main_v .flex_left{
  width: 30%;
}
.main_v .flex_right{
  width: 70%;
}
@media screen and (max-width: 800px) {
  .main_v .flex_right{
    width: 100%;
  }
  .main_v .flex_left{
    display: none !important;
  }
}

.main_v .flex_left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.main_v .flex_right{
  position: relative;
}
.main_v .flex_right p{
  color: #fff;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width:640px) {
  .main_v .flex_right p{
    font-size: 18px;
  }
}

.main_v .flex_right > div > div{
  /* display: flex!important; */
  justify-content: center;
  position: absolute;
  top: 10%;
  right: 14%;
}
@media screen and (max-width:640px) {
  .main_v .flex_right > div > div{
    right: 5%;
  }
}

.main_v .flex_right p span{
  display: block!important;
}

.main_v .flex_right > div{
  width: 130%;
  height: 150%;
  position: absolute;
  background: url(/wp-content/themes/twentyten-child/images/mainBg.png) no-repeat top right;
  background-size: 102% auto;
  margin: 0 0 0 -30%;
  z-index: -1;
}
@media screen and (max-width:640px) {
  .main_v .flex_right > div{
    background-size: 130% auto;
  }
}


.main_v .flex_left p:nth-of-type(1){
  background: #1a7bd0;
  color: #fff;
  font-size: 16px;
  border-radius: 0px 0px 10px 10px;
  padding:10px;
  box-sizing:border-box;
}
.main_v .flex_left p:nth-of-type(1) span{
  font-size: 26px;
}

.main_v .flex_left ul{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 3.8;
  letter-spacing: 0.1em;
}
.main_v .flex_left ul a{
  color: #1a7bd0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.main_v .flex_left ul a img{
  padding-bottom: 10px;
}

.main_v .flex_left p span{
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.25em;
}
.main_v .flex_left p span img{
  padding-right: 10px;
}




#gnavibox h1 img{
  width: 100%;
  display: flex;
  align-items: center;
}


.footer{

}

.paraslimy-body{
	position: relative;
	z-index: 1;
	perspective: 250px;
	transform: translateZ(0);
	transform-style: preserve-3d;
	overflow: hidden;
}
.paraslimy-bg{
	position: absolute;
	z-index: -1;
	top: -12.5%;
	left: -12.5%;
	right: auto;
	bottom: auto;
	width: 225%;
	height: 225%;
	min-height: 225vh;
	transform: translateZ(-250px);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax > div{
  width: 225% !important;
  max-width: 225% !important;
}


.top_contact .menu_contact .flexbox div:nth-child(2) a{
  width: 340px !important;
  height: 80px !important;
}
@media screen and (min-width:641px) {
  .top_contact .menu_contact .flexbox div:first-child p:nth-child(2) a {
      font-size: 34px;
  }
}
@media screen and (max-width:640px) {
  .top_contact .menu_contact .flexbox div:first-child p:nth-child(2) a {
      font-size: 30px;
  }
}
.top_contact .menu_contact .flexbox{
  width: 100%;
}

#footer .top_contact .centerbox{
  padding-bottom: 80px;
}


.footer .flex_left{
  width: 40% !important;
}
.footer .flex_right{
  width: 60% !important;
}

@media screen and (max-width: 800px){
  .footer .flex_left,.footer .flex_right{
    width: 100% !important;
  }
}

.footer .flexbox > a{
  width: 20%;
}
.footer .flexbox > ul{
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 0;
  flex-flow: wrap;
}
@media screen and (max-width: 1024px){
  .footer .flexbox > a,  .footer .flexbox > ul{
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .flexbox > ul > li{
    width: 33%;
    padding: 2%;
    box-sizing: border-box;
    margin-right: 1%;
    border-bottom: 2px dashed;
  }
  .footer .flexbox > a{
    text-align: center;
  }
}
@media screen and (max-width: 640px){
  .footer .flexbox > ul > li{
    width: 46%;
    margin-bottom: 16px;
  }
}

.footer .flexbox:nth-of-type(1){
  padding: 40px 0;
}
@media screen and (max-width: 640px){
  .footer .flexbox:nth-of-type(1){
    padding: 40px 0 0 0;
  }
}

.footer .flexbox:nth-of-type(2) .flex_left{
  flex-direction: column;
  align-items: flex-start;
}
.footer .flexbox:nth-of-type(2) .flex_left img{
  margin-bottom: 20px;
}

.footer iframe{
  -webkit-filter: hue-rotate(232deg);
Ã£â‚¬â‚¬filter: hue-rotate(232deg);
}

.footer .flexbox+p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}



/* Ã¤Â¸â€¹Ã¥Â±Â¤Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸ */

.h3box{
  width: 100%;
  margin-bottom: 0;
}

.h3box img{
  width: 100%;
  height: 20%;
  object-fit: cover;
  object-position: top;
}


h3{
  width: 100%;
  color: #1a7bd0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  h3{
    font-size: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .underbox > p{
    text-align: justify;
    width: 90%;
    margin: auto;
  }
}

h4{
  font-size: 21px;
  font-weight: bold;
  font-family: "ta-kotodama-r","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Meiryo","sans-serif";
}
@media only screen and (max-width: 800px) {
  h4{
    font-size: 18px;
  }
}

.underbox .flexbox{
  justify-content: space-between;
}

.staybox .flex_right{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #50c0f9;
}

.staybox .flex_right h4{
  width: 100%;
  padding: 16px 0;
}

.staybox .flex_right p{
  width: 50%;
}

.underbox .flex_left{
  text-align: justify;
  /* align-items: flex-start; */
}

.aboutbox .flex_left{
  align-items: center;
}

@media screen and (min-width: 801px){
  .staybox .flex_left{
    width: 40%;
    padding: 0 4%;
  }
}

@media screen and (max-width: 800px){
  .underbox .flex_left > p{
    width: 90%;
    margin: auto;
  }
  .under_contact .flex_left > p{
    width: 100%;
    margin: 0 auto;
  }
}

.maru{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  margin: 1%;
}

.maru_color1{
  color: #1a7bd0;
  border: 2px solid #1a7bd0;
}

.maru_color2{
  color: #fff;
  background: #1a7bd0;
  border: 2px solid #1a7bd0;
}

.faqbox{
  text-align: justify;
}

.faqbox > div{
  padding: 4% 0;
}

@media screen and (max-width: 800px){
  .faqbox > div > p{
    width: 90%;
    margin: auto;
  }
}

.faqbox hr{
  background: #1a7bd0;
}


.under_header{
  width: 100%;
  height: 220px;
  background: url(/wp-content/themes/twentyten-child/images/under_header.png) no-repeat center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px){
  .under_header{
    background: url(/wp-content/themes/twentyten-child/images/sp_under_header.png) no-repeat center bottom;
    height: 120px;
    background-size: cover;
    margin-top: 78px;
  }
}

.under_header h2{
  color: #333;
  font-size: 32px;
  padding-top: 2%;
}
@media screen and (max-width: 1024px){
  .under_header h2{
    color: #333;
    font-size: 18px;
  }
}

.under_headerbox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  width: 90%;
  margin: auto;
  padding-top: 16px;
}

.under_headerbox div:first-child{
  width: 70%;
}

.under_headerbox div:nth-child(2){
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}

.under_headerbox div:first-child img, .under_headerbox div:nth-child(2) a img{
  width: auto;
}


.underbox h4{
  color: #1a7bd0;
  text-align: left;
  margin: 20px 0;
  letter-spacing: 0.19em;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
}


/* .underbox > div{
  padding: 80px 0;
} */


.underbox{
  background: url(/wp-content/themes/twentyten-child/images/pageBg.jpg) no-repeat center center;
	background-size: cover;
}
.underbox > div:nth-child(even){
  background: url(/wp-content/themes/twentyten-child/images/pageBg02.jpg) no-repeat center center;
	background-size: cover;
}

.flex_center{
  display: flex;
  justify-content: center;
}

.underbox > div:first-child .spbox p{
  text-align: justify;
}

.underbox > div >div:not(.parallax){
  width: 90%;
  max-width: 1140px;
  margin: auto;
  padding: 0 0 40px 0;
}

.underbox .pcbox{
  text-align: center;
}


.blockbox{
  display: block !important;
}


.gridbox{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: left;
  width: 100%;
}

.gridbox p{
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
  margin: 0 !important;
  padding: 2%;
  background: rgba(255,255,255,0.9);
  width: 70%;
}

@media screen and (min-width: 1140px) {
	.gridbox{
		padding: 0;
	}
}

.gridheader{
  margin-bottom: 0 !important;
  background: rgba(0,0,0,0.8) !important;
  border-left: 1px solid #333333;
  color: #fff;
  padding: 2%;
  width: 20% !important;
}

.gridbox p:nth-child(17n),.gridbox p:nth-child(18n){
	border-bottom: 1px solid #333333;
}


.about_gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_gallery img{
  width: 30%;
  margin-right: 2%;
  height: 100%;
  margin-top: 2%;
}
@media only screen and (max-width: 1024px){
  .about_gallery img{
    width: 48%;
    height: 100%;
    margin-right: 2%;
    margin-top: 4%;
  }
}

.about_gallery p{
  width: 48%;
  margin-right: 2%;
  margin-top: 4%;
  color: #7aa21a;
}


.under_dashed{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.under_dashed span{
  border-bottom: 4px dashed rgba(231,135,135,0.8);
  font-weight: bold;
  font-size: 18px;
}

.under_message .flex_right p{
  text-align: justify;
}

.under_message .columnbox{
  align-items: flex-start;
}

.under_message .centerbox .flexbox .centerbox{
  width: 100%;
  text-align: center !important;
  margin: 40px 0;
}

.under_message .centerbox .flexbox .centerbox img{
  width: 40px;
}

.under_staff .staff_flex01 div{
  width: 32%;
  margin-right: 1%;
}
@media only screen and (max-width: 800px){
  .under_staff .staff_flex01 div{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .under_staff .staff_flex01{
    justify-content: center;
  }
}

.under_staff .staff_flex02 div{
  width: 24%;
  margin-right: 1%;
}
@media only screen and (max-width: 800px){
  .under_staff .staff_flex02 div{
    width: 48%;
    margin-right: 2%;
  }
}

.p_dashed{
  border-bottom: 4px dashed rgba(231,135,135,0.8);
  font-weight: bold;
  font-size: 18px;
  margin: 8px 0;
}
.under_staff .flex_right{
  flex-direction: column;
  text-align: justify;
}

.category-blog{
  margin-top: ;
}

.page-title{
  display: none;
}

.category-blog #main{
  padding: 80px 0;
}


.m0box p{
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 800px){
  .m0box p{
    text-align: justify;
  }
}
.under_contact img{
  margin: 0 auto;
}

.underline{
  text-decoration: underline !important;
}

.mw_wp_form p{
  text-align: justify;
}

.mw_wp_form .flexbox{
  width: 100%;
  margin: 0 auto;
}

/* .under_contact > div >div{
  width: 100%;
} */

html{
  -webkit-text-size-adjust:none;
}

@media screen and (min-width: 801px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.under_privacy p{
  text-align: justify;
}



.underbox h3{
  text-align: center;
  color: #1a7bd0;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  font-size: 26px;
  letter-spacing: 0.19em;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
.underbox h3::after{
  position: absolute;
  content: '';
  width: 10%;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a7bd0;
}


@media screen and (max-width:800px) {
  .underbox h3{
    font-size: 22px;
  }
}

.underbox h3::before{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #7c7c7c;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width:800px) {
  .underbox h3::before{
    font-size: 40px;
  }
}

.under_about .centerbox .flexbox{
  flex-flow: wrap;
  padding-top: 40px;
}
.under_about .centerbox .flexbox p{
  width: 100%;
}

.underbox > div:nth-child(even){
  background: #dff0ff;
}

.under_about .centerbox .flexbox > div{
  flex-flow: wrap;
  justify-content: flex-start;
}
.under_about .centerbox .flexbox > div p{
  text-align: justify;
}
.under_about .centerbox .flexbox > div img{
  border-radius: 5px;
}

@media screen and (max-width:1024px) {
  .under_about .centerbox .flexbox > div:nth-of-type(1){
    order: 1;
  }
  .under_about .centerbox .flexbox > div:nth-of-type(2){
    order: 2;
    justify-content: center;
  }
  .under_about .centerbox .flexbox > div:nth-of-type(3){
    order: 4;
    justify-content: center;
  }
  .under_about .centerbox .flexbox > div:nth-of-type(4){
    order: 3;
  }
  .under_about .centerbox .flexbox > div:nth-of-type(5){
    order: 5;
  }
  .under_about .centerbox .flexbox > div:nth-of-type(6){
    order: 6;
    justify-content: center;
  }
  .under_about .centerbox .flexbox > div:nth-of-type(7){
    order: 8;
    justify-content: center;
  }
  .under_about .centerbox .flexbox > div:nth-of-type(8){
    order: 7;
  }
}

.under_about .centerbox .flexbox > div img{
  width: 100%;
  height: 100%;
}

.under_info > div:nth-of-type(2) .flexbox > div img{
  height: 190px;
  object-fit: cover;
  font-family: 'object-fit: cover;';   /*IEÃ¥Â¯Â¾Ã§Â­â€“*/
}

.under_info > div:nth-of-type(2) .flexbox{
  flex-flow: wrap;
  align-items: flex-start;
  margin-top: 40px;
}
.under_info > div:nth-of-type(2) .flexbox > div{
  width: 23%;
}
@media screen and (max-width:800px) {
  .under_info > div:nth-of-type(2) .flexbox > div{
    width: 48%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width:640px) {
  .under_info > div:nth-of-type(2) .flexbox > div{
    width: 100%;
  }
}

.under_info .flex_left img{
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IEÃ¥Â¯Â¾Ã§Â­â€“*/
}

.under_info .flexbox{
  padding: 40px 0;
}

.under_info .gridbox p{
  box-sizing: border-box;
}

.under_info .gridbox p:nth-child(odd){
  width: 20%;
  border-left: 1px solid;
  background: #dff0ff;
}
.under_info .gridbox p:nth-child(even){
  width: 80%;
}
.under_info .gridbox p:nth-of-type(11),.under_info .gridbox p:nth-of-type(12){
  border-bottom: 1px solid;
}

.under_menu h3{
  color: #1a7bd0;
  text-align: left;
  margin: 20px 0;
  padding: 0;
  letter-spacing: 0.19em;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
  font-size: 21px;
}
.under_menu h3::after{
  display: none;
}
.under_menu .flexbox > div{
  flex-wrap: wrap;
}
.under_menu .flexbox > div p{
  width: 100%;
  text-align: left;
}
.under_menu .flexbox > div img{
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.under_menu p span{
  color: #ff842a;
  padding-left: 8px;
}

@media screen and (max-width:1024px) {
  .under_menu .flexbox > div:nth-of-type(1){
    order: 1;
  }
  .under_menu .flexbox > div:nth-of-type(2){
    order: 2;
  }
  .under_menu .flexbox > div:nth-of-type(3){
    order: 4;
  }
  .under_menu .flexbox > div:nth-of-type(4){
    order: 3;
  }
  .under_menu .flexbox > div:nth-of-type(5){
    order: 5;
  }
  .under_menu .flexbox > div:nth-of-type(6){
    order: 6;
  }
  .under_menu .flexbox > div:nth-of-type(7){
    order: 8;
  }
  .under_menu .flexbox > div:nth-of-type(8){
    order: 7;
  }
}


.under_faq .flexbox > div{
  width: 100%;
  margin-top: 24px;
}
.under_faq .flexbox > div p{
  width: 100%;
  text-align: left;
}

.under_faq .flexbox > div + div{
  margin-top: 40px;
}



.under_voice .btnbox{
  width: 300px !important;
}

.under_voice .btnbox a{
  background: #fff url("/wp-content/themes/twentyten-child/images/ekitenIcon.png") no-repeat right 8px center;
  border: 1px solid #dd0000;
  color: #dd0000;
}

.under_voice .flexbox > div p:nth-of-type(1){
  color: #1a7bd0;
  font-size: 18px;
  margin-top: 40px;
}

.under_voice .flexbox > div{
  width: 100%;
}
.under_voice .flexbox > div p{
  width: 100%;
  text-align: justify;
}


.underbox h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 8.3;
    letter-spacing: 0.3em;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 224x;
}
@media screen and (max-width:1024px) {
  .underbox h2 {
    margin-top: 78px;
    line-height: 6;
  }
}
@media screen and (max-width:640px) {
  .underbox h2 {
    font-size: 26px;
    height: 156px;
    letter-spacing: 0.25em;
  }
}





.underbox h2{
  background: url(/wp-content/themes/twentyten-child/images/h2Bg.jpg) no-repeat center center;
  background-size: cover;
}

#toppage_bottom_widget .top_gallery{
  margin-top: 80px;
}

.underbox p{
  display: inline-block;
}


.underbox .parallax{
  height: 320px;
}
@media screen and (max-width:640px) {
  .underbox .parallax{
    height: 240px;
  }
}







.w7-3box > div:nth-of-type(1){
  width: 70%;
}
.w7-3box > div:nth-of-type(2){
  width: 30%;
}

.w3-7box > div:nth-of-type(1){
  width: 30%;
}
.w3-7box > div:nth-of-type(2){
  width: 70%;
}
@media screen and (max-width: 800px){
  .w7-3box > div,.w3-7box > div{
    width: 100% !important;
  }
}

.under_pray > div > .centerbox > div > .centerbox p{
  padding: 2% 0;
  border-bottom: 4px double #702a91;
  border-top: 4px double #702a91;
  width: 100%;
  color: #702a91;
}

.under_pray .w7-3box,.under_pray .w3-7box{
  margin-bottom: 40px;
}

@media screen and (max-width: 800px){
  .under_pray .w7-3box > div:nth-of-type(1){
    order:1;
  }
  .under_pray .w7-3box > div:nth-of-type(2){
    order:0;
  }
}

.under_info p,.under_info h4{
  width: 100%;
}
.under_info p{
  padding-top: 20px;
}

.under_info > div > div > .flexbox:nth-of-type(2) > div{
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px){
  .under_info > div > div > .flexbox:nth-of-type(2) > div{
    width: 100%;
  }
}

.under_info .flex_left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .under_info .flex_left{
    padding: 0;
    padding-bottom: 40px;
  }
}
.under_info .flex_left p{
  padding-top: 0;
}

.under_info iframe{
  -webkit-filter: hue-rotate(232deg);
Ã£â‚¬â‚¬filter: hue-rotate(232deg);
}


.under_pray .parallax .background-image{
  background: url("/wp-content/themes/twentyten-child/images/prayBg.jpg") no-repeat bottom center;
  background-size: cover;
}
.under_pray .parallax .img2{
  background: url("/wp-content/themes/twentyten-child/images/sinsousaiBg.jpg") no-repeat bottom center;
  background-size: cover;
}

.under_donation .parallax .background-image{
  background: url("/wp-content/themes/twentyten-child/images/donationBg.jpg") no-repeat top right;
  background-size: cover;
}
.under_info .parallax .background-image{
  background: url("/wp-content/themes/twentyten-child/images/infoBg.jpg") no-repeat bottom center;
  background-size: cover;
}

.under_contact .centerbox p{
  width: 100%;
}

.under_contact .centerbox p > a{
  font-size: 24px;
}

.under_contact .centerbox p > a >img{
  padding-right: 8px;
}

.under_contact .centerbox h4+p{
  text-align: justify;
}

.under_contact .flex_right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
}

.under_contact .flex_right p{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.under_contact .flex_left{
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.mw_wp_form .horizontal-item.horizontal-item{
  margin-left: 0 !important;
}

.under_contact .date_marginbox input[type="number"]{
  width: 40px;
  margin: 0 10px;
}

.under_contact input[type="submit"]{
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0) url(/wp-content/themes/twentyten-child/images/arrow.png) no-repeat right 10px center;
  color: #333333;
  box-sizing: border-box;
  border: 2px solid #333333;
}

.under_contact .backbtn{
  background: rgba(255, 255, 255, 0) url(/wp-content/themes/twentyten-child/images/arrow_left.png) no-repeat left 10px center !important;
}


.under_contact input[type="submit"]:hover{
  cursor: pointer;
  opacity: 0.9;
}

.under_contact .flex_right p > span{
  font-size: 14px;
  font-weight: bold;
  color: #702a91;
}

.mw_wp_form{
  margin-top: 40px;
}

.under_contact .flex_left{
  width: 30%;
}
.under_contact .flex_right{
  width: 70%;
}
@media screen and (max-width: 800px){
  .under_contact .flex_left,.under_contact .flex_right{
    width: 100%;
  }
}

.under_contact .centerbox{
  margin-top: 40px;
}


.category #content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category #content .entry-summary{
  width: 32%;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:640px) {
  .category #content .entry-summary{
    width: 100%;
  }
}

.category:not(.category-4) .fl_l{
  display: none;
}

.category .fl_r{
  max-width: 295px;
}

.entry-title i{
  display: none;
}

.thumb_box{
  width: 100%;
  max-width: 295px;
}

.thumb_box *{
  width: 100%;
  max-width: 295px;
  font-weight: bold;
  line-height: 1.4;
}
.thumb_box .entry-title a{
  display: block;
  padding: 2% 0;
}

.category #main{
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0;
}

.eye-catch img , .image img{
  width: 295px;
  height: 202px;
  object-fit: cover;
}

.category-4 .fl_l{
  margin-top: 2%;
}

.single #main h2{
  font-size: 34px;
}

.mw_wp_form .error{
  color: #fe315c !important;
}


.single .entry-utility .time{
  margin-bottom: 24px;
  padding: 0 2% !important;
}
@media screen and (max-width:1024px) {
  .single .entry-utility .time{
    padding: 0 !important;
  }
}

/* Ã¥â‚¬â€¹Ã¤ÂºÂºÃ¦Æ’â€¦Ã¥Â Â±Ã¤Â¿ÂÃ¨Â­Â·Ã£ÂÂ«Ã£ÂÂ¤Ã£Ââ€žÃ£ÂÂ¦ */
.under_privacy h3::after{
  content: '-\500B\4EBA\60C5\5831\4FDD\8B77\306B\3064\3044\3066-'
}


.under_privacy p{
  width: 100%;
}

.under_privacy .centerbox h3 + p{
  text-align: center;
}
@media screen and (max-width:1024px) {
  .under_privacy .centerbox h3 + p{
    text-align: justify;
  }
}
@media screen and (max-width:1024px) {
  .underbox .centerbox p{
    text-align: justify;
  }
}

.single #container{
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

#menu-item-87 > a{
  pointer-events: none;
}

.under_gallery .flexbox{
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
}

.under_gallery .flexbox > a{
  width: 28%;
  height: 240px;
  background: #333;
  margin-bottom: 24px;
  padding: 2%;
}
@media screen and (max-width:800px) {
  .under_gallery .flexbox > a{
    width: 44%;
  }
}
@media screen and (max-width:640px) {
  .under_gallery .flexbox > a{
    width: 100%;
  }
}

.under_gallery .flexbox > a > p{
  color: #fff;
  width: 100%;
}

.under_gallery .flexbox > a > p:nth-of-type(1){
  font-size: 20px;
  border-bottom: 1px dashed;
}

.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.post h2{
  margin: 0;
  padding: 40px 0;
}

.centerbox h2{
	color:#1a7bd0;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
