/*
Theme Name: Fine's TMP1
Template: twentyten
Version: 1.0
Description: 基本レイアウトテンプレート
*/


/* =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: normal;
}
ol, ul {
	list-style: none;
}

.insta{
	display: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;
}




/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access 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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
input[type="submit"] {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
pre {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
code {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}




.bigfont {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Noto Sans JP', 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;
}

.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: #000e38;
}
.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: #000;
	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: #000;
	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;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.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: #333;
}
#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 .required {
	color: #ff4b33;
	font-weight: bold;
}
#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: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.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 {
}



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

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.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 #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#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;
	}
	#access,
	#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: 'Noto Sans JP', sans-serif;
}

.bosyu{
  table-layout: fixed;
}


p {
	margin: 0 0 15px;
}

img {
	vertical-align: bottom;
}

/* クラス
-------------------------------------------------------------- */
/* 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: #3471ad !important;
}
.green {
	color: #3fb627 !important;
}
.navy {
	color: #1b45bc !important;
}
.sax {
	color: #01a9e4;
}
.line_bold {
text-decoration: underline;
font-weight:600 !important;
}
.red2 {
color:#f3575b;
}
.small {
    color: #333;
    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: 'Noto Sans JP', 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: #333;
  background-color: #ccc;
}

/* 注目 */
.attention {
	padding: 10px;
	background: #fde1e0;
	display: inline-block;
	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);
}



/* 角丸 */
.radiusBox {
	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);
}


/* 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: #111;
	font-size: 13px;
	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: #3471ad;
    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: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a:link,
a:visited {
	color: #333;
text-decoration:none;
}
a:active,
a:hover {
	color: #e80114;
text-decoration:underline;
}

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


/* 全体レイアウト
-------------------------------------------------------------- */
/* The main theme structure */

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

#site-description p,
#header_inner {
	margin: 0 auto;
	width: 100%;
	min-width:1000px;
	padding:0 2%;
}
.breadcrumbs_inner {
	margin: 0 auto;
	width: 1000px;
}
#access .menu-header {
	margin: 0 auto;
	width: 1000px;
}

/* 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
*/

#container {
	width: 100%;
	float: left;
	margin: 0;
}
.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;
}
#primary,
#secondary {
	float: right;
	width: 250px;
	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
-------------------------------------------------------------- */
#header {
	background: transparent;
    padding: 0 0 0px 0;
}
#header #header_inner {
	padding:  0;
    position: relative;
		height:86px;
}
#site-description {
	margin: 0 0 0px;
    padding: 0;
    text-align: left;
}
#site-description h1 {
color: #333 !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: 370px;
    float: left;
    margin: 0;
    padding: 26px 0 0 1%;
    display: block;
}

#site-title h1 {
	width: 100%;
	height: 34px;
	display: block;
	margin: 0;
}
#site-title a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url(images/logo_new.png) no-repeat left top;
}
#site-title p {
color:#3471ad;
font-size:16px;
font-weight:600;
font-family: 'Noto Sans JP', sans-serif;
display:block;
line-height:1;
margin:5px 0 5px 0;
}
#site-title span.hd_tel {
color:#3471ad;
font-size:24px;
font-weight:600;
font-family: 'Noto Sans JP', sans-serif;
display:block;
line-height:1;
margin:0px 0 10px 0;
}


/* ウィジェット */
#header .widget-container {
	    width: auto;
    float: right;
    margin: 0px 0 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#header .widget-container img {
    vertical-align: middle;
	max-width: 160px;
	width: 100%;
}
#header .widget-container ul {
    margin: 0px 0 0;
    padding: 0px 0 0px;
    list-style: none;
    width: 480px;
}
#header .widget-container ul li {
    float: left;
    margin: 0 0px 0 0;
    padding: 0px 0 0px;
}
#header .widget-container ul li.last {
    float: left;
    margin: 0 0px 0 0;
    padding: 0px 0 0px;
}
#header .widget-container ul li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#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 */
#mainvisual {
    width: 100%;
		height:auto;
    margin: 0 auto 0px;
    padding: 0px 0;
    overflow: hidden;
    position: relative;
}
@media (max-width : 800px) {
	#mainvisual {
		        margin: 33px 0 0px;
	}
}
#mainvisual_sub .main_slide_inner {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0px 0;
    background: url(./images/main_v_bg.png) no-repeat center;
    overflow: hidden;
    position: relative;
		padding: 40px 0;
}
@media (max-width : 767px) {
	#mainvisual_sub .main_slide_inner{
		padding: 0;
		background:none;
	}
}
@media ( min-width : 1000px ) and ( max-width : 4800px )  {
	#mainvisual_sub .main_slide_inner {
	    width: 100%;
	    margin: 0 auto 0px;
	    padding: 0px 0;
	    background: url(./images/main_v_bg.png) no-repeat center;
	    overflow: hidden;
	    position: relative;
			padding: 40px 0;
			transform: translateY(-136px);
	}
}
#slider {
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
    margin: 0 auto;
    width: 1920px;
    padding: 0px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
#sliderInner {
    position: relative;
margin: 0 auto 0;;
width: 1000px;
}
.bx-wrapper {
    margin: 0 auto;
    position: relative;
}
#sliderInner ul {
    margin: 0;
    padding: 0;
}
#sliderInner ul li {
    width: 1000px !important;
    list-style:none;
}
#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: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 0px;
    margin-top: 0px;
    z-index: 999;
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.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: #3471ad;
}

.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;
}
/* TOP共通見出し */
#first_cont h2,
#second_cont h2,
#third_cont h2,
#forth_cont h2,
#fifth_cont h2,
#seventh_cont h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 40px;
    text-align: center;
    position: relative;
}
#first_cont h2 span,
#second_cont h2 span,
#third_cont h2 span,
#forth_cont h2 span,
#fifth_cont h2 span,
#seventh_cont h2 span {
    color: #77d9d3;
    font-size: 16px;
    font-weight: 600;
        font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1;
    padding: 0;
    margin: 8px 0 16px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#first_cont h2:after,
#second_cont h2:after,
#third_cont h2:after,
#forth_cont h2:after,
#fifth_cont h2:after,
#seventh_cont h2:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    margin: 32px auto 0;
}
/* TOP見出し、レイアウト */
#first_cont {
    width: 100%;
    margin: 0px 0 24px;
    padding: 40px 0 40px 0;
    overflow: hidden;
background: transparent;
background-position: center;
}
#first_cont_inner {
	width: 1000px;
	margin: 0px auto 0px;
padding:0 0 0;
}
#first_cont .btn_box {
    width: 24%;
    margin: 0 1.333333333% 0px 0px;
    float: left;
}
#first_cont .btn_box_last {
    width: 24%;
    margin: 0 0 40px 0px;
    float: left;
}
#first_cont .btn_box img,
#first_cont .btn_box_last img {
    width: 100%;
    margin: 0 auto 0px;
    display:block;
}
#first_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#second_cont {
    width: 100%;
    margin: -72px 0 200px;
    /*padding: 0;*/
	padding: 4rem 0 0;
    overflow: hidden;
    background: #fff;
}
.mb-reset{
	margin-bottom:200px;
}
#news_cont {
    width: 100%;
    margin: 0px 0 56px;
    padding: 0;
    overflow: hidden;
    background: #fff;
}
#second_cont_inner {
	width: 1000px;
	margin: 0px auto 0px;
padding:0 0 0;
background:transparent;
}
#second_cont_inner .news_tab,#news_cont_inner .news_tab {
  width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 320px;
  margin: 0 auto;
}
#second_cont_inner .news_tab .tab-content,#news_cont_inner .news_tab .tab-content {
  margin: 0 10px;
}
#second_cont_inner .news_tab label,#news_cont_inner .news_tab label {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#second_cont_inner .news_tab label,#news_cont_inner .news_tab label {
      display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 3px 10px;
    cursor: pointer;
    background: #fff;
    color: #3471ad;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border:1px solid #3471ad;
}
#second_cont_inner .news_tab label:hover {
  background: #3471ad;
  color:#fff;
}
#news_cont_inner .news_tab label:hover {
  background: #3471ad;
  color:#fff;
}
#second_cont_inner .news_tab input:checked + label {
  background: #3471ad;
  color: white;
  padding: 5px 10px 3px 10px;
}
#news_cont_inner .news_tab input:checked + label {
  background: #3471ad;
  color: white;
  padding: 5px 10px 3px 10px;
}
#second_cont_inner .news_tab input {
  display: none;
}
#news_cont_inner .news_tab input {
  display: none;
}
.news_tab #news_tab-b1,
.news_tab #news_tab-b2{
  display: none;
  padding: 10px;
}

.news_tab #news_tab-1:checked ~ #news_tab-b1,
.news_tab #news_tab-2:checked ~ #news_tab-b2 {
  display: block;
    border: 1px solid #ccc;
    border-top: 3px solid #3471ad;
}
#second_cont_inner ul.display-posts-listing {
    padding: 0;
    margin: 0 0 0px;
}
#news_cont_inner ul.display-posts-listing {
    padding: 0;
    margin: 0 0 0px;
}
#second_cont_inner ul.display-posts-listing li {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
    margin: 20px 9px 20px 9px;
    text-align: center;
    padding: 16px 8px 16px 8px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
}
#news_cont_inner ul.display-posts-listing li {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
    margin: 20px 9px 20px 9px;
    text-align: center;
    padding: 16px 8px 16px 8px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
}
#second_cont_inner ul.display-posts-listing li a.title {
    color: #000;
    text-decoration: none;
    padding: 8px 0px 8px 8px;
    display: block;
    text-align: center;
}
#news_cont_inner ul.display-posts-listing li a.title {
    color: #000;
    text-decoration: none;
    padding: 8px 0px 8px 8px;
    display: block;
    text-align: center;
}
#second_cont_inner ul.display-posts-listing li a.image {
    display: inline-block;
    position: relative;
}
#news_cont_inner ul.display-posts-listing li a.image {
    display: inline-block;
    position: relative;
}
#second_cont_inner ul.display-posts-listing li img {
width:202px;
height:134px;
object-fit: cover;
}
#news_cont_inner ul.display-posts-listing li img {
width:202px;
height:134px;
object-fit: cover;
}
#second_cont_inner ul.display-posts-listing li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#news_cont_inner ul.display-posts-listing li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#second_cont #news_tab-b1 ul,#news_cont #news_tab-b1 ul {
    background: transparent;
    overflow: auto;
    padding: 0 20px 0;
    height: 260px;
    margin: 0;
    box-sizing: border-box;
    clear: both;
    padding: 0 0px 0 48px;
}
#second_cont #news_tab-b1 ul li,#news_cont #news_tab-b1 ul li {
    padding: 20px 0 10px 0px;
    float: left;
    list-style: none;
    border-bottom: dotted 1px #e8e8e8;
    margin: 0;
    clear: both;
    width: 100%;
}
#second_cont #news_tab-b1 ul li a:link,
#second_cont #news_tab-b1 ul li a:visited {
    color: #000;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
#news_cont #news_tab-b1 ul li a:link,
#news_cont #news_tab-b1 ul li a:visited {
    color: #000;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
#second_cont #news_tab-b1 ul li a:hover,
#second_cont #news_tab-b1 ul li a:active {
    color: #3471ad;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: underline;
}
#news_cont #news_tab-b1 ul li a:hover,
#news_cont #news_tab-b1 ul li a:active {
    color: #3471ad;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: underline;
}
span.time_set {
    display: inline-block;
    background:#000;
    color:#fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    margin-right:8px;
padding:0 16px;
}
#third_cont {
    width: 100%;
    margin: 0px 0 56px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: #fff;
background-position: center;
}
#third_cont_inner {
	width: 1000px;
	margin: 0px auto 0px;
padding:0px 0 0;
}
#third_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#forth_cont {
    width: 100%;
    margin: 0px 0 20px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: transparent;
background-position: center;
}
#forth_cont_inner {
	width: 1000px;
	margin: 0px auto 0px;
padding:0px 0 0;
}
#forth_cont .btn_box {
    width: 24%;
    margin: 0 1.333333333% 0px 0px;
    float: left;
}
#forth_cont .btn_box_last {
    width: 24%;
    margin: 0 0 40px 0px;
    float: left;
}
#forth_cont .btn_box img,
#forth_cont .btn_box_last img {
    width: 100%;
    margin: 0 auto 0px;
    display:block;
}
#forth_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#fifth_cont {
    width: 100%;
    margin: 0px 0 0px;
    padding: 0px;
    overflow: hidden;
    background: transparent;
    position: relative;
}
#fifth_cont_inner {
	width: 1000px;
	margin: 0px auto 0px;
padding:0px 0;
}
#fifth_cont .left_box {
    width: 560px;
    margin: 0px 40px 0 0;
    text-align: center;
    float:left;
}
#fifth_cont .right_box {
    width: 400px;
    margin: 0px 0px 0 0;
    text-align: center;
    float:left;
}
.right_movie {
	width: 470px;
	margin: 50px 0px 0 0;
    text-align: center;
    float:left;
}
.left_movie {
	width: 470px;
	margin: 50px 40px 0 0;
    text-align: center;
    float:left;
}


#fifth_cont .left_box iframe {
    display:block;
    margin-bottom:16px;
}
@media (max-width: 500px) {
	.left_movie, .right_movie {
		max-width: 100%;
	}
	.left_box .lt_box iframe, .right_box .lt_box iframe {
		width: 100%;
	}
}
#sixth_cont {
        width: 100%;
    margin: 40px 0 80px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
}
#sixth_cont_inner {
	width: 1000px;
	margin: 0px auto 0px;
padding:0px 0;
}
#sixth_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#seventh_cont {
    width: 100%;
    margin: 0px 0 0px;
    padding: 56px 0 56px 0;
    overflow: hidden;
background: #f6f6f6;
background-position: center;
}
#seventh_cont_inner {
	width: 1000px;
	margin: 0px auto 0px;
padding:0px 0;
box-sizing:border-box;
}
#seventh_cont .left_box {
    width: 500px;
    margin: 0 40px 0px 0px;
    float: left;
}
#seventh_cont .right_box {
    width: 500px;
    margin: 0 0px 0px 0px;
    float: left;
}
#seventh_cont h3 {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    padding: 0;
    margin: 0px 0 16px 0;
    text-align: center;
}
#seventh_cont .left_box img,
#seventh_cont .right_box img {
    width: 100%;
    margin: 0 auto 16px;
    display: block;
}
#seventh_cont p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    font-feature-settings: "palt" 1;
}
#seventh_cont .map_area {
display:block;
margin: 0 auto 0;
}



/* ゴーストボタン設定 */
.guide_btn {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #03a9e4;
    -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: 'Noto Sans JP', sans-serif;
    max-width: 260px;
    width: 260px;
    height:48px;
    line-height:48px;
    text-align: center;
    font-size: 18px;
	overflow: hidden;
box-sizing:border-box !important;
}

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

.guide_btn:hover::after {
	left: 0;
	 background: #fbcb2c;
}
.guide_btn::before,
.guide_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.guide_btn,
.guide_btn::before,
.guide_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.entry_btn {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #ec6b92;
    -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: 'Noto Sans JP', sans-serif;
    max-width: 260px;
    width: 260px;
    height:48px;
    line-height:48px;
    text-align: center;
    font-size: 18px;
	overflow: hidden;
box-sizing:border-box !important;
}

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

.entry_btn:hover::after {
	left: 0;
	 background: #e43f70;
}
.entry_btn::before,
.entry_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.entry_btn,
.entry_btn::before,
.entry_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.shadow_btn {
    width: 320px !important;
    font-size: 24px !important;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 4px;
    color: #fff;
    font-weight: 500;
}

.shadow_btn {
    -webkit-border-radius: 5px 5px 4px 4px;
    -moz-border-radius: 5px 5px 4px 4px;
    border-radius: 5px 5px 4px 4px;
    border-bottom: 4px solid #9b3453;
    background: #9b3453;
    display: inline-block;
    text-decoration: none;
}
.shadow_btn span.box{
    width: 100%;
    margin: 0;
    padding: 14px 0px 13px;
    box-sizing: border-box;
    background: #ec6b92;
    display: block;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
        font-feature-settings: "palt" 1;
}

.shadow_btn span.box:hover {
	 background: #e43f70;
	 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.catch_block a:link,
.catch_block a:visited,
.catch_block a:hover,
.catch_block a:active {
color:#fff !important;
list-style:none  !important;
}

.gost_btn {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #3471ad;
    -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: 'Noto Sans JP', sans-serif;
    max-width: 240px;
    width: 240px;
    height:48px;
    line-height:48px;
    text-align: center;
    font-size: 16px;
	overflow: hidden;
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: #6999c7;
}
.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_mini {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #aaa;
    -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: 600;
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 124px;
    width: 124px;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 16px;
	overflow: hidden;
box-sizing:border-box !important;
}

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

.gost_btn_mini:hover::after {
	left: 0;
	 background: #01a6ea;
}
.gost_btn_mini::before,
.gost_btn_mini::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gost_btn_mini,
.gost_btn_mini::before,
.gost_btn_mini::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gost_btn_small {
position: relative;
z-index: 2;
    display: inline-block;
    padding: 0;
    background: #aaa;
    -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: 600;
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 96px;
    width: 96px;
    height:32px;
    line-height:32px;
    text-align: center;
    font-size: 15px;
	overflow: hidden;
box-sizing:border-box !important;
}

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

.gost_btn_small:hover::after {
	left: 0;
	 background: #01a6ea;
}
.gost_btn_small::before,
.gost_btn_small::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.gost_btn_small,
.gost_btn_small::before,
.gost_btn_small::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: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333 !important;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 248px;
    width: 248px;
    height:56px;
    line-height:54px;
    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: #333;
}
.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: 'Noto Sans JP', 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: #000;
}
#primary .widget-container ul {
    margin: 0;
    padding: 0px;
}
#primary .widget-container ul li {
  margin: 0 auto 20px;
    padding: 0;
    list-style: none;
}

#primary .widget-container ul li a:link,
#primary .widget-container ul li a:visited {
	color: #333;
}
#primary .widget-container ul li a:hover,
#primary .widget-container ul li a:active {
  	background-color: #87CEEB;
	text-decoration: none;
color: #000e38;
}

#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/arrow2.png) no-repeat 5px center;
}

#primary .widget-container ul li a:link,
#primary .widget-container ul li a:visited {
  color: #000;
}
#primary .widget-container ul li a:hover,
#primary .widget-container ul li a:active {
  color: #083e8d;
}
#primary .widget-container h3.m1  {
    width: 100%;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: hidden;
    display: block;
    text-align: center;
    background:none;
}
#primary .widget-container ul.m1 {
    margin: 0 0 16px;
    padding: 0 10px 10px;
    background-color: #fff;
    border: 1px solid #ffd11a;
}
#primary .widget-container ul.m2 {
    margin: 0 0 16px;
    padding: 0 10px 10px;
    background-color: #fff;
    border: 1px solid #00cc00;
}
#primary .widget-container ul.m3 {
    margin: 0;
    padding: 0 10px 10px;
    background-color: #fff;
    border: 1px solid #1a76ff;
}

/* コンテンツメニュー */
#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: #000;
    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: #333;
}
#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 {
    padding: 5px;
    background-color: transparent;
    border: 1px solid #e8e8e8;
}
#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: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    background-color: #000e38;
}


/* カテゴリー　個別指定 */


/* アーカイブ　個別指定 */
#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: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
}
#under_page dd {
color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0 0 0 2%;
}
#content th {
	color: #000;
}
#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 #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
padding: .5em .75em;
    background-color: #3471ad;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    display: block;
}
.page-title span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-title a:link,
.entry-title a:visited {
	color: #333;
}
.entry-title a:active,
.entry-title a:hover {
	color: #f49f0d;
	text-decoration: none;
}
.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;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}

.entry-summary {
  margin-right: 10px;
  margin-left: 10px;
}
.single .entry-content{
  margin-right: 0px;
  margin-left: 0px;
}

#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: #000;
	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: #000;
	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: #000;
    font-weight: bold;
    line-height: 48px;
    word-spacing: 0.5em;
    margin: 0 auto 0;
    display: block;
    text-align: center;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: none;
}

.large {
	font-weight: bold;
	font-size: 16px;
}
.text-large{
	font-size: 32px;
	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 #000;
	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: #000;
	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;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* ユーティリティ　共通設定 */
#content .entry-utility {
    margin: 0 0 8px;
    padding: 10px;
    background-color: transparent;
    line-height: 100%;
    display: block;
}
#content .entry-utility .fl_l {
	width: 20%;
}
#content .entry-utility .fl_r {
	           width: 80%;
    box-sizing: border-box;
    padding-left: 2%;
}
#content .entry-utility .time {
margin-right: 0px;
    padding: 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: #333;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
}
#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;
}

.archive .eye-catch {
	float: left;
	margin: 0 37px 30px 0;
	padding: 5px;
	border: 1px solid #ddd;
	display:none;
}
.archive .eye-catch a {
	display: block;
	background: #fff;
}
.archive .eye-catch a img {
	vertical-align: bottom;
}
.archive .eye-catch a:hover img {
	opacity:0.7;
}

.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-top: 0px;
    margin-bottom: 0px;

}
.archive .thumb_box .txt_area p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

/* 詳細ページ */
.single #content .entry-title {
	margin-bottom: 0;
}

.single .eye-catch {
	margin: 0 0 30px;
	padding: 8px 5px 8px 5px;
	text-align: center;
	border: 1px solid #fff;
	display:none;
}
.single .eye-catch img {
	vertical-align: bottom;
}



/* コンテンツ共通
----------------------------------------------- */
/* コンテンツヘッダー　コンテンツタイトル設定 */
.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: #333;
	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;
}


/* article section block 設定 */


.single-post p {
  line-height: 1.8em;
  margin-bottom:16px !important;
  font-size:15px;
color:#000;
font-family: 'Noto Sans JP', 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-left,
.fa-twitter,
.fa-signal {
    margin-right:8px;
}
.fa-chevron-right {
    margin-left:8px;
}
.fa-angle-right {
    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;
color:#e80114;
}
.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 {
    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: #c21722 !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;
color:#000;
}
fa-dot-circle-o {
    padding-right:8px;
}
.fa-user-circle-o,
.fa-calendar-check-o,
.fa-dot-circle-o,
.fa-external-link-square {
    padding-right:8px;
}


/* コンタクトフォーム */


#content th {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
font-size:18px;
 font-family: 'Noto Sans JP', sans-serif;
}
#content td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
font-size:18px;
}
#content .mw_wp_form td input {
	margin: 0;
    font-family: 'Noto Sans JP', 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;
}
.mt24{
  margin-top:24px !important;
}
.mt32{
  margin-top:32px !important;
}
.mt40{
  margin-top:40px !important;
}
.spimg{
  width:100%;
}
.title21{
    color: #333;
    font-size: 21px;
    font-weight: 600;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 1;
    padding: 0;
    margin: 16px 0 16px;
    text-align: left;
    font-feature-settings: "palt" 1;
    display:block;
}
.title18{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 1;
    padding: 0;
    margin: 16px 0 16px;
    text-align: left;
    font-feature-settings: "palt" 1;
    display:block;
}
.title16{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 1;
    padding: 0;
    margin: 16px 0 16px;
    text-align: left;
    font-feature-settings: "palt" 1;
    display:block;
}
#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: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 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: 'Noto Sans JP', 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: #000;
}
#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: 800px) {

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

/* main visualプリマ用 */
#main_key {
    width: 100vw;
    height: 100vh;
    margin: 0px 0 0px;
    padding: 0px 0 0px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: hidden;
    background-image: url(http://primavela.sakura.ne.jp/wp-content/themes/twentyten-child/images/main_v.png);
  background-size: cover;
  background-position: center;
      background-attachment: fixed !important;
}
#main_key img {
    width: 1000px;
    max-width: 1000px;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0px;
}
/* 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: 0.1rem;
    text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #77d9d3;
    color: #77d9d3;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.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 #77d9d3;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #77d9d3;
    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;
}


.scroll {
overflow: hidden;
white-space: nowrap;
	}
/* gnavi
-------------------------------------------------------------- */
/* グローバルメニュー固定 */
.gnavi_fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
    background:#3471ad;
    padding: 0 !important;
}
#header_navi{
	float: right;
    margin-right: 490px;
}
#header_navi p{
	font-weight:bold;
	color:#3471ad;
	font-size:16px;
	margin-bottom:0;
}
#header_navi ul {
	    margin: .8em 0 .5em;
    padding: 0px 0 0px;
    list-style: none;
    line-height: 1;
    display: block;
}
#header_navi ul li {
	float:left;
	margin: 0 0px 0 0;
	padding: 0px 0 0px;
	list-style:none;
	font-size:13px;
	color:#555;
	font-weight:600;
	font-feature-settings: "palt" 1;
}
#header_navi ul li a:link,
#header_navi ul li a:visited {
color:#555;
text-decoration:none;
}
#header_navi ul li a:hover,
#header_navi ul li a:active {
color:#3471ad;
text-decoration:none;
}
#access {
    margin: 0 auto;
    padding: 0;
    clear: both;
    background:#3471ad;
    	position: relative;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header #menu-gnavi {
	width: 100%;
	margin: 0 auto;
}
#access .menu-header li,
div.menu li {
	float: left;
	background-color: transparent;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 48px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul li a {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:15px;
    font-weight:400;
	line-height:50px;
	text-align: center;
	overflow: hidden;
	font-feature-settings: "palt" 1;
	background-repeat: no-repeat;;
	background-position: left top;
	background-color: transparent;
}

#access ul li a:hover,
#access ul li a:active {
color:#fff;
}
#access ul li#menu-item-473 a,
#access ul li#menu-item-36 a{
 width: 148px;
}
#access ul li#menu-item-32 a {
 width: 152px;
}
#access ul li#menu-item-33 a,
#access ul li#menu-item-34 a,
#access ul li#menu-item-35 a {
 width: 140px;
}
#access ul li#menu-item-37 a {
 width: 132px;
}

#access ul li#menu-item-473 a { background-image: url(images/gnavi1_off.png); }
#access ul li#menu-item-473 a:hover { background-image: url(images/gnavi1_on.png); }
#access ul li#menu-item-32 a { background-image: url(images/gnavi2_off.png); }
#access ul li#menu-item-32 a:hover { background-image: url(images/gnavi2_on.png); }
#access ul li#menu-item-33 a { background-image: url(images/gnavi3_off.png); }
#access ul li#menu-item-33 a:hover { background-image: url(images/gnavi3_on.png); }
#access ul li#menu-item-34 a { background-image: url(images/gnavi4_off.png); }
#access ul li#menu-item-34 a:hover { background-image: url(images/gnavi4_on.png); }
#access ul li#menu-item-35 a { background-image: url(images/gnavi5_off.png); }
#access ul li#menu-item-35 a:hover { background-image: url(images/gnavi5_on.png); }
#access ul li#menu-item-36 a { background-image: url(images/gnavi6_off.png); }
#access ul li#menu-item-36 a:hover { background-image: url(images/gnavi6_on.png); }
#access ul li#menu-item-37 a { background-image: url(images/gnavi7_off.png); }
#access ul li#menu-item-37 a:hover { background-image: url(images/gnavi7_on.png); }




#access ul li#menu-item-473.current-menu-item a { color:#fff; background-image: url(images/gnavi1_on.png); }
#access ul li#menu-item-32.current-menu-item a { color:#fff; background-image: url(images/gnavi2_on.png); }
#access ul li#menu-item-33.current-menu-item a { color:#fff; background-image: url(images/gnavi3_on.png); }
#access ul li#menu-item-34.current-menu-item a { color:#fff; background-image: url(images/gnavi4_on.png); }
#access ul li#menu-item-35.current-menu-item a { color:#fff; background-image: url(images/gnavi5_on.png); }
#access ul li#menu-item-36.current-menu-item a { color:#fff; background-image: url(images/gnavi6_on.png); }
#access ul li#menu-item-37.current-menu-item a { color:#fff; background-image: url(images/gnavi7_on.png); }


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

}

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

#access ul ul {
	width: 100%;
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	float: left;
	z-index: 99999;
	    padding-left: 10%;
    padding-right: 10%;
	background-color: rgba(255,255,255,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top:3px solid #e60012;
}

#wrapper #access ul ul li {
	width: 30%;
    font-size: 14px !important;
    border-bottom: 1px dotted #fff;
    margin: 0 1.6666666%;
        background: url("./images/footer_navu_arrow1.png") no-repeat scroll 0% 50%;
}
#wrapper #access ul ul li a {
	line-height:1.7;
}
#wrapper #access ul ul li:last-child {
	border-bottom: 1px dotted #fff;
}
#wrapper #access ul ul ul {
	left: 100%;
	top: 0;
}
#wrapper #access ul ul a {
	width: 100%;
	line-height: 1em;
	padding: 13px 10px;
	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 #access ul ul a:link,
#wrapper #access ul ul a:visited {
	color: #000;
	background-image: none;
}
#wrapper #access ul ul :hover > a,
#wrapper #access ul ul li.current_page_item a:hover {
	color: #fff;
	background: #3471ad !important;
	background-image: none;
}
#wrapper #access ul li:hover > ul {
	display: block;
}
#wrapper #access ul ul li.current_page_item > a {
	color: #fff;
	background: #3471ad;
	background-image: none;
}
* html #access ul ul li.current_page_item > a {
	background: #3471ad;
	background-image: none;
}

#access .menu:before,
#access .menu:after {
	content:"";
	display:table;
}
#access .menu:after {
	clear:both;
}
#access .menu {
	zoom:1;
}
/* breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
    background: #fcfcfc;
    margin-bottom: 0;
}
.breadcrumbs .breadcrumbs_inner {
	padding: 6px 0 8px;
	text-align: right;
}
.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,
.page-template-onecolumn-page #under_page2 {
    margin: 0 auto 40px;
    padding:0px;
    width: 100%;
}

.page-template-onecolumn-page #under_page_g {
    margin: 0 auto 40px;
padding:40px 0px;
    width: 100%;
background:#fdfdfd;
}
.page-template-onecolumn-page #under_page_inner {
    margin: 0 auto 64px;
    width: 1000px;
    background:#fff;
}

#under_page .cont_page {
display: block;
    padding: 0;
    margin: 0 auto 0px;
    text-align: center;
}

#under_page .cont_page p {
color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
#under_page .text_box,
#under_page2 .text_box {
    width: 90%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .letter_box {
    width: 90%;
    margin: 32px auto 32px;
    padding: 4%;
    border: 4px solid #77d9d3;
}

#under_page .text_box p,
#under_page2 .text_box p,
#under_page .letter_box p {
            color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}

.page-template-onecolumn-page #under_page .hd_box {
    width: 24%;
    margin: 0 4% 24px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .intro_box {
    width: 72%;
    margin: 0 0px 48px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .intro_box p {
        color: #333;
    font-size: 15px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}

.page-template-onecolumn-page #under_page .left_box {
    width: 430px;
    margin: 0 24px 0px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .left_box img {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}
.page-template-onecolumn-page #under_page .right_box {
    width: 546px;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    box-sizing: border-box;
    display: block;
}
.page-template-onecolumn-page #under_page .right_box p {
            color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
}
.page-template-onecolumn-page #under_page .left_box2 {
    width: 400px;
    margin: 0 40px 0px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .left_box2 img {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}
.page-template-onecolumn-page #under_page .right_box2 {
    width: 560px;
    margin: 0px 0px 0 0px;
    padding: 0;
    text-align: left;
    float: left;
    box-sizing: border-box;
    display: block;
}
.page-template-onecolumn-page #under_page .right_box2 p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
}
.page-template-onecolumn-page #under_page .lt_box {
    width: 480px;
    margin: 0 40px 0px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .lt_box2 {
    width: 480px;
    margin: 0 0px 0px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .lt_box img,
.page-template-onecolumn-page #under_page .lt_box2 img {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}
.page-template-onecolumn-page #under_page .list_box {
    width: 272px;
    margin: 0 42px 0px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page list_box_last {
    width: 272px;
    margin: 0 0px 0px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .bnr_box {
    width: 312px;
    margin: 0 32px 32px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .bnr_box_last {
    width: 312px;
    margin: 0 0px 32px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .bnr_box img,
.page-template-onecolumn-page #under_page .bnr_box_last img {
    display:block;
    margin:0 auto 16px;
}
.page-template-onecolumn-page #under_page .bnr_box p,
.page-template-onecolumn-page #under_page .bnr_box_last p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
}
#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: 'Crimson Text', serif;
    background: #77d9d3;
    color: #fff;
    padding: 18px 0 0;
    line-height: 1;
    box-sizing: border-box;
}





/* 料金表テーブル（PC） */
#under_page .price_cont {
    width: 90%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .price_cont table {
	font-family:'Noto Sans JP', sans-serif;
	color:#333;
	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);
}
#under_page table.time {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
}
#under_page table.time caption {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #3471ad;
    text-align: left;
}
#under_page table.time th {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #3471ad;
    color: #fff;
    border: 1px solid #fff;
}
#under_page table.time th.w20 {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #3471ad;
    color: #fff;
    border: 1px solid #fff;
    width: 20%;
}
#under_page table.time td.w20 {
width: 20%;
}
#under_page table.time td {
        padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    background: #ebf5fe;
}
#under_page table.time td.bl {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    background: #c8dff7;
}
#under_page table.time td.bd {
    padding: 4%;
    vertical-align: middle;
    font-size: 18px;
    text-align: left;
    background: #fff;
    border: 1px solid #3471ad;
}
/* 概要・情報テーブル（PC） */
#under_page .info_cont {
    width: 90%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .info_cont table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}
#under_page .info_cont table th {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #3471ad;
    color: #fff;
    display: table-cell;
    margin-bottom: 0px;
    width: 30%;
}
#under_page .info_cont table td {
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
    text-align: left;
    padding-left: 5rem;
        background: #fafafa;
}

span.text_r {
float:right;
}

/* 見出し */
.page-template-onecolumn-page #content h1 {
    padding: .5em .75em;
    background-color: #3471ad;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    display: block;
}

.page-template-onecolumn-page #content h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 40px;
    text-align: left;
    position: relative;
}
.page-template-onecolumn-page #content h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #3471ad;
    display: block;
    margin: 32px 0 0;
}
.page-template-onecolumn-page h3 {
position: relative;
background: #f1f8ff;
padding: 0.25em 0.5em;
border-left: solid 2em #3471ad;
 font-family: 'Noto Sans JP', sans-serif;
 font-weight:600;
 font-size:24px;
 display:inline-block;
 margin: 0 0 32px 0;
}

.page-template-onecolumn-page h3:before {
font-family: "FontAwesome";
content: "\f040";
position: absolute;
padding: 0em;
color: #fff;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-template-onecolumn-page h3.flg:before {
content: "\f024";
}
.page-template-onecolumn-page h3.lef:before {
content: "\f06c";
}
.page-template-onecolumn-page h3.star:before {
content: "\f005";
}
.page-template-onecolumn-page h3.vos:before {
content: "\f27a";
}
.page-template-onecolumn-page h3.qa:before {
content: "\f059";
}
.page-template-onecolumn-page h3.bs:before {
content: "\f0b1";
left: -1.5em !important;
}
.page-template-onecolumn-page h3.cog:before {
content: "\f013";
left: -1.45em !important;
}
.page-template-onecolumn-page h3.ac:before {
content: "\f041";
left: -1.35em !important;
}
.page-template-onecolumn-page h3.col:before {
content: "\f19d";
left: -1.6em !important;
}
.page-template-onecolumn-page h3.flow1:before {
content: "1";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow2:before {
content: "2";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow3:before {
content: "3";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow4:before {
content: "4";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow5:before {
content: "5";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow6:before {
content: "6";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow7:before {
content: "7";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow8:before {
content: "8";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow9:before {
content: "9";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow10:before {
content: "10";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.tmt:before {
content: "\f017";
}
.num_text {
    color: #000;
    font-size: 20px !important;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0 24px 0 0;
    margin-top: 16px;
    margin-bottom: 16px !important;
    text-align: left;
    display: block;
}
.num_text2 {
   color: #000;
    font-size: 18px !important;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1 !important;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px !important;
    text-align: left;
    display: block;
}
.num_text3 {
   color: #000;
    font-size: 18px !important;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5 !important;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px !important;
    text-align: left;
    display: block;
}
#under_page h3.wt {
        color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    padding: 0;
    margin: 0px 0 24px 0;
    text-align: left;
}
#under_page h3.wt span {
        color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 8px;
    text-align: left;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_page h3.wt:after {
        content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 16px 0 0;
}

#under_page h3.bk {
        color: #000;
    font-size: 28px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    padding: 0;
    margin: 0px 0 24px 0;
    text-align: center;
}
#under_page h3.bk span {
         color: #77d9d3;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 8px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_page h3.bk:after {
        content: "";
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    margin: 16px auto 0;
}


#under_page h4 {
        color: #000;
    font-size: 28px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    padding: 0;
    margin: 0px 0 24px 0;
    text-align: center;
}
#under_page h4 span {
         color: #77d9d3;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 8px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_page h4:after {
        content: "";
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    margin: 16px auto 0;
}

span.ttl {
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px #03a9e4;
    border-bottom: solid 2px #03a9e4;
    color: #03a9e4;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 auto 40px;
    width: 80%;
    display: block;
}
span.ttl:before {
    left: 7px;
    position: absolute;
}
span.ttl:after {
    right: 7px;
}
span.ttl:before,
span.ttl:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #03a9e4;
}

/* 会社概要テーブル */
#under_page table.cov {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 24px;
}
#under_page table.cov th {
    display: table-cell;
    color: #01a9e4;
    background: transparent;
    border-bottom: 2px solid #01a9e4;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 16px 0;
    margin-bottom: 5px;
    width: 20%;
}
#under_page table.cov td {
    display: table-cell;
    color: #333;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    vertical-align: middle;
    padding: 16px 24px;
    margin-bottom: 5px;
    width: 80%;
    border-bottom: 1px solid #01a9e4;
}


/* アンカーリンク位置相殺 */
#scl1,
#scl2,
#dep1,
#dep2,
#dep3,
#ex1,
#ex2,
#ex3,
#site_map,
#pp1,
#pp2 {
    margin-top: -50px;
    padding-top: 50px;
}
.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 #e80114;
    border-right: 24px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 24px solid transparent;
    margin: 0 auto 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:#000;
font-size:13px;
font-weight:bold;
display:block;
	}
.th_red {
color: #fff;
    font-size: 12px !important;
    font-weight: bold !important;
    background: #ff0000 !important;
    padding: 3px 8px !important;
    display: table-cell !important;
    margin-right: 20px;
    float: right !important;
}

/* アーカイブ */

#primary .widget-container ul {
    margin: 0;
    padding: 0px;
}
.category-column #primary .widget-container ul li,
.category-vision_news #primary .widget-container ul li,
.category-vision_report #primary .widget-container ul li {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    list-style: none;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    border-bottom: 1px dotted #e8e8e8;
}
#primary .widget-container ul li a:link,
#primary .widget-container ul li a:visited {
    color: #182446;
}
#primary .widget-container ul li a:hover,
#primary .widget-container ul li a:active {
  	background-color: #f1f7ff;
	text-decoration: none;
color: #182446;
}
.br-sp { display:none; }
.br-pc { display:block; }

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

/* テーブル */
.form_page table {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto 0;
}

#content h1.entry-title {
    padding: 12px 10px 16px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    border-bottom: 1px solid #000;
margin-bottom:24px !important;
}
#content h1.entry-title:before {
 position: absolute;
    width: 2px;
    height: 60%;
    top: 10px;
    left: 8px;
    background: #000;
    content: "";
}
#content .entry-title span {
	display: block;
}
.category div#content .entry-title {
    padding: 0 0 16px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    text-align: left;
    height: 32px;
}
.category div#content .entry-title a:link,
.category div#content .entry-title a:visited {
    color: #333;
    text-decoration:none;
font-family: 'Noto Sans JP', sans-serif;
}
.category div#content .entry-title a:hover,
.category div#content .entry-title a:active {
    color: #00a6ea;
    text-decoration:underline;
font-family: 'Noto Sans JP', 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: #333;
	background: url(images/arrow3.png) no-repeat left 9px;
}


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

#footer {
    margin: 0px auto 0;
    padding: 56px 0 40px;
    background: url(./images/main_v_bg.png) no-repeat center;

}
.footer_inner {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    padding-bottom: 0;
}

#footer .bnr_box {
    width: 24%;
    margin: 0 1.333333333% 16px 0px;
    float: left;
}
#footer .bnr_box_last {
    width: 24%;
    margin: 0 0 16px 0px;
    float: left;
}
#footer .bnr_box img,
#footer .bnr_box_last img {
    width: 100%;
    margin: 0 auto 0px;
    display:block;
}
#footer .bnr_box a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


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

#footer2 {
    padding: 0;
    clear: both;
    position: relative;
    background: #fff;;
}
#footer2 .footer_inner{
width:1000px;
padding:56px 0 48px;
}
#footer2 div.navi  {
width: 210px;
    float: left;
    text-align: left;
    margin: 0 0px 0 40px;
}

#footer2 div.navi dl {
    margin: 0;
    padding: 0;
}

#footer2 div.navi dl dt,
#footer2 div.navi dl dd {
    margin: 0 0 8px 5px;
    padding: 0;
    font-size: 15px;
font-weight:500;
    font-family: 'Noto Sans JP', sans-serif;
}

#footer2 div#navi1 dl dt a,
#footer2 div#navi2 dl dt a,
#footer2 div#navi3 dl dt a,
#footer2 div#navi4 dl dt a,
#footer2 div#navi5 dl dd a {
    color:#3471ad;
}
#footer2 div.navi dl dt a,
#footer2 div#navi4 dl dd a {
    background-image: url(./images/footer_navu_arrow2.png);
}
#footer2 div#navi1 dl dd a,
#footer2 div#navi2 dl dd a,
#footer2 div#navi3 dl dd a {
    background-image: url(./images/footer_navu_arrow1.png);
    color:#333;
}
#footer2 div.navi dl dt a:link, #footer2 div.navi dl dt a:visited,
#footer2 div#navi4 dl dd a:link, #footer2 div#navi4 dl dd a:visited {
    color: #3471ad;
    text-decoration: none;
}
#footer2 div.navi dl dt a:hover, #footer2 div.navi dl dt a:active,
#footer2 div#navi4 dl dd a:hover, #footer2 div#navi4 dl dd a:active {
    color: #3471ad;
    text-decoration: underline;
}

#footer2 div.navi dl dd a:link, #footer2 div.navi dl dd a:visited {
    color: #333;
    text-decoration: none;
}
#footer2 div.navi dl dd a:hover, #footer2 div.navi dl dd a:active {
    color: #333;
    text-decoration: underline;
}
#footer2 div.navi dl dt a,
#footer2 div.navi dl dd a {
    padding: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: left;
    display: block;
}
#footer3 {
    padding: 0;
    clear: both;
    position: relative;
    background: #3471ad;;
}
#footer3 .footer_inner{
width:1000px;
padding: 40px 0 0 0;
}
#footer3 .logo_footer {
    display:block;
    margin:0 67px 0 0;
    float:left;
    width:313px;
}
#footer3 .logo_footer img {
    width:100%;
    margin:0 auto 0;
    display:block;
}
#footer3 .text_footer {
    display:block;
    margin:0;
    float:left;
    width:620px;
}
#footer3 .text_footer p {
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height:1.5;
    text-align:left;
}

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

body a#scroll-to-top {
	width: 48px;
	height: 48px;
	background: url(./images/pagetop_off.png) no-repeat left top;
z-index:10;
}
body a#scroll-to-top:hover {
	background: url(./images/pagetop_on.png) no-repeat left top;
}
.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: 'Marcellus', 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: 18px;
    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: 70px;
    right: 0px;
    z-index: 100;
}
#floating_navi ul {
    margin: 0;
    list-style: none;
}
#floating_navi ul li {
    margin: 0 0 5px;
}
#floating_navi a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.page-template-onecolumn-page #under_page .photo_box {
    width: 280px;
    margin: 0 10px 20px 10px;
    float: left;
}
.page-template-onecolumn-page #under_page .photo_box img {
    width: 100%;
    display:block;
}


a#scroll-to-top {
    right: 53px !important;
}
.category .entry-summary {
    width: 100%;
    margin: 0 auto 24px;
    padding:0;
    border-bottom: 1px solid #aaa;
}

.page-template-onecolumn-page #under_page .lj_box {
    width: 245px;
    margin: 0 20px 24px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .lj_box_last {
    width: 245px;
    margin: 0 0px 24px 0px;
    float: left;
}
.page-template-onecolumn-page #under_page .lj_box a:hover img,
.page-template-onecolumn-page #under_page .lj_box_last a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/*-----------------------------
カスタムギャラリー
------------------------------*/
#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;
}
#footer_sp_res {
    display: none;
}
.spimg{
width:auto;
}

}


/* ========================================= */
/* スマホ表示 */
/* ========================================= */
/* Maximum width of 800 pixels. */
@media screen and (max-width: 800px) {
#header {
display:none;
}
#header_inner {
display:none;
}
#access {
display:none;
}
.insta{
	visibility:visible;
}


.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: #000;
    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: 10;
    background: #fff;
top:0;
width: 100%;
}
#header_sp #nav_sp01 {
    background: #fff;
margin:0;
}
#header_sp li.logo {
    margin: 0px;
}
#header_sp img {
    vertical-align: bottom;
}
#nav_sp01 li {
    margin: 0px;
    display: inline;
    list-style:none;
}
#accordion_sp01_in ul {
margin:0px
z-index:99999;
}
.ac_box_sp a{
color:#fff
}
.ac_box_sp {
    width: 100%;
    display: none;
    position: absolute;
        /* top: 61.9047619%; */
    left: 0;
    background: rgba(0, 0, 0, 0.70);
    color: #fff;
    padding-bottom: 10px;
z-index:999999;
}
#accordion_sp01_in li{
margin:0px 0px;
padding:15px 10px;
color:white
}
#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;
    background: url(./images/arrow03.png) no-repeat scroll 95% 50%;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    width: 48%;
    float: left;
}

#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: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
text-align: left;
}
#under_page dd {
color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0 0 0 2%;
text-align: left;
}
/* トップページ設定 */
/* メインビジュアル */
#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%;
}
.reg_text {
color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0;
    margin-bottom: 16px;
    display: block;
    padding: 0 4%;
text-align:center;
}


/* レイアウト */
#execphp-3,#main-wrap {
    height: auto;
    display: block;
    padding-top: 76px;
}
#mainvisual {
    width: 100%;
    margin: 0 0 0px;
    padding: 0;
    background: transparent;
    overflow: hidden;
    position: relative;
}
#main-wrap{
	margin-bottom:0;
}
/* 共通見出し */
#first_cont h2,
#second_cont h2,
#third_cont h2,
#forth_cont h2,
#fifth_cont h2,
#seventh_cont h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 24px;
    text-align: center;
    position: relative;
}
#first_cont h2 span,
#second_cont h2 span,
#third_cont h2 span,
#forth_cont h2 span,
#fifth_cont h2 span,
#seventh_cont h2 span {
    color: #77d9d3;
    font-size: 15px;
    font-weight: 600;
        font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1;
    padding: 0;
    margin: 8px 0 16px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#first_cont h2:after,
#second_cont h2:after,
#third_cont h2:after,
#forth_cont h2:after,
#fifth_cont h2:after,
#seventh_cont h2:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    margin: 32px auto 0;
}
/* TOP見出し、レイアウト */
#first_cont {
    width: 100%;
    margin: 0px 0 0px;
    padding: 2% 0 24px 0;
    overflow: hidden;
background: transparent;
background-position: center;
}
#first_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0 0 0;
}
#first_cont .btn_box,
#first_cont .btn_box_last {
    width: 48%;
    margin: 0 1% 2% 1%;
    float: left;
}

#first_cont .btn_box img,
#first_cont .btn_box_last img {
    width: 100%;
    margin: 0 auto 0px;
    display:block;
}
#first_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#second_cont,#news_cont {
    width: 100%;
    margin: 24px 0 24px;
    padding: 0;
    overflow: hidden;
    background: #fff;
}
#second_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0 0 0;
background:transparent;
}
#news_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0 0 0;
background:transparent;
}
#second_cont_inner .news_tab {
  width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 320px;
  margin: 0 auto;
}
#news_cont_inner .news_tab {
  width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 320px;
  margin: 0 auto;
}
#second_cont_inner .news_tab .tab-content {
      margin: 0 2%;
    box-sizing: border-box;
}
#second_cont_inner .news_tab label {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#second_cont_inner .news_tab label {
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    padding: 3px 10px;
    cursor: pointer;
    background: #fff;
    color: #3471ad;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border: 1px solid #3471ad;
}
#second_cont_inner .news_tab label:hover {
  background: #3471ad;
  color:#fff;
}
#second_cont_inner .news_tab input:checked + label {
  background: #3471ad;
  color: white;
  padding: 5px 10px 3px 10px;
}
#second_cont_inner .news_tab input {
  display: none;
}
#news_cont_inner .news_tab .tab-content {
      margin: 0 2%;
    box-sizing: border-box;
}
#news_cont_inner .news_tab label {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#news_cont_inner .news_tab label {
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    padding: 3px 10px;
    cursor: pointer;
    background: #fff;
    color: #3471ad;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border: 1px solid #3471ad;
}
#news_cont_inner .news_tab label:hover {
  background: #3471ad;
  color:#fff;
}
#news_cont_inner .news_tab input:checked + label {
  background: #3471ad;
  color: white;
  padding: 5px 10px 3px 10px;
}
#news_cont_inner .news_tab input {
  display: none;
}
.news_tab #news_tab-b1,
.news_tab #news_tab-b2{
  display: none;
  padding: 10px;
}

.news_tab #news_tab-1:checked ~ #news_tab-b1,
.news_tab #news_tab-2:checked ~ #news_tab-b2 {
  display: block;
    border: 1px solid #ccc;
    border-top: 3px solid #3471ad;
}
#second_cont_inner ul.display-posts-listing {
    padding: 0;
    margin: 0 0 0px;
}
#second_cont_inner ul.display-posts-listing li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
    margin: 1%;
    text-align: center;
    padding: 2%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
    float: left;
}
#second_cont_inner ul.display-posts-listing li a.title {
    color: #000;
    text-decoration: none;
    padding: 8px 0px 8px 8px;
    display: block;
    text-align: center;
}
#second_cont_inner ul.display-posts-listing li a.image {
    display: inline-block;
    position: relative;
}
#second_cont_inner ul.display-posts-listing li img {
width:202px;
height:134px;
object-fit: cover;
}
#second_cont_inner ul.display-posts-listing li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#second_cont #news_tab-b1 ul {
    background: transparent;
    overflow: auto;
    padding: 0 0px 0;
    height: 240px;
    margin: 0;
    box-sizing: border-box;
    clear: both;
}
#second_cont #news_tab-b1 ul li {
    padding: 20px 0 10px 0px;
    float: left;
    list-style: none;
    border-bottom: dotted 1px #e8e8e8;
    margin: 0;
    clear: both;
    width: 100%;
}
#second_cont #news_tab-b1 ul li a:link,
#second_cont #news_tab-b1 ul li a:visited {
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
#news_cont_inner ul.display-posts-listing {
    padding: 0;
    margin: 0 0 0px;
}
#news_cont_inner ul.display-posts-listing li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
    margin: 1%;
    text-align: center;
    padding: 2%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
    float: left;
}
#news_cont_inner ul.display-posts-listing li a.title {
    color: #000;
    text-decoration: none;
    padding: 8px 0px 8px 8px;
    display: block;
    text-align: center;
}
#news_cont_inner ul.display-posts-listing li a.image {
    display: inline-block;
    position: relative;
}
#news_cont_inner ul.display-posts-listing li img {
width:202px;
height:134px;
object-fit: cover;
}
#news_cont_inner ul.display-posts-listing li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#news_cont #news_tab-b1 ul {
    background: transparent;
    overflow: auto;
    padding: 0 0px 0;
    height: 240px;
    margin: 0;
    box-sizing: border-box;
    clear: both;
}
#news_cont #news_tab-b1 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 #news_tab-b1 ul li a:link,
#news_cont #news_tab-b1 ul li a:visited {
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.right_box ul li a:hover,
.right_box ul li a:active {
    color: #555;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: underline;
}
span.time_set {
    display: block;
    background:#000;
    color:#fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    margin-right:0px;
    margin-bottom:16px;
text-align:center;
padding:2%;
}
#third_cont {
    width: 100%;
    margin: 0px 0 24px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: #fff;
background-position: center;
}
#third_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0px 0 0;
}
#third_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#forth_cont {
    width: 100%;
    margin: 0px 0 24px;
    padding: 0px 0 0px 0;
    overflow: hidden;
background: transparent;
background-position: center;
}
#forth_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0px 0 0;
}
#forth_cont .btn_box,
#forth_cont .btn_box_last {
    width: 48%;
    margin: 0 1% 2% 1%;
    float: left;
}

#forth_cont .btn_box img,
#forth_cont .btn_box_last img {
    width: 100%;
    margin: 0 auto 0px;
    display:block;
}
#forth_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#fifth_cont {
    width: 100%;
    margin: 0px 0 24px;
    padding: 0px;
    overflow: hidden;
    background: transparent;
    position: relative;
}
#fifth_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0px 0;
}
#fifth_cont .left_box {
    width: 96%;
    margin: 0px auto 0;
    text-align: center;
    float:none;
}
#fifth_cont .right_box {
    width: 96%;
    margin: 0px auto 0;
    text-align: center;
    float:left;
}
#fifth_cont .left_box iframe {
    display:block;
    margin-bottom:16px;
    width: 100%;
}

#sixth_cont {
        width: 100%;
    margin: 0px 0 24px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
}
#sixth_cont_inner {
	width: 100%;
	margin: 0px auto 0px;
padding:0px 0;
}
#sixth_cont a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.page-template-onecolumn-page #under_page .photo_box {
    width: 48%;
    margin: 0 1% 4% 1%;
    float: left;
}
.page-template-onecolumn-page #under_page .photo_box img {
    width: 100%;
    display:block;
}

/* 会社概要テーブル */
#under_page table.cov {
    display: table;
    width:100%;
    border-collapse: separate;
    border-spacing: 5px;
}
#under_page table.cov th {
    display: block;
    color: #01a9e4;
    background: transparent;
    border-bottom: 2px solid #01a9e4;
    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: #333;
    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;
    border-bottom: 1px solid #01a9e4;
}

#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: 'Noto Sans JP', 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: 'Noto Sans JP', 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: #333;
    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: 'Noto Sans JP', 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: 'Noto Sans JP', 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: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0;
    margin: 10px 0 8px;
    text-align: center;
}
#under_guide_area2 .step_box .dsc p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', 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: 'Noto Sans JP', 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: 'Noto Sans JP', 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;
    background-color: #3471ad;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    display: block;
    font-feature-settings: "palt" 1;
}
.page-template-onecolumn-page #content h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    padding: 0;
    margin: 0px 0 24px;
    text-align: center;
    position: relative;
}
.page-template-onecolumn-page #content h2:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #3471ad;
    display: block;
    margin: 24px auto 0;
}
.page-template-onecolumn-page h3 {
position: relative;
    background: #f1f8ff;
    padding: 0.25em 0.5em;
    border-left: solid 2em #3471ad;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 18px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 2%;
    margin-bottom: 20px;
}

.page-template-onecolumn-page h3:before {
font-family: "FontAwesome";
content: "\f040";
position: absolute;
padding: 0em;
color: #fff;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-template-onecolumn-page h3.flg:before {
content: "\f024";
}
.page-template-onecolumn-page h3.ac:before {
content: "\f041";
left: -1.35em !important;
}
.page-template-onecolumn-page h3.lef:before {
content: "\f06c";
}
.page-template-onecolumn-page h3.star:before {
content: "\f005";
}
.page-template-onecolumn-page h3.vos:before {
content: "\f27a";
}
.page-template-onecolumn-page h3.qa:before {
content: "\f059";
}
.page-template-onecolumn-page h3.cog:before {
content: "\f013";
left: -1.45em !important;
}
.page-template-onecolumn-page h3.bs:before {
content: "\f0b1";
left: -1.5em !important;
}
.page-template-onecolumn-page h3.col:before {
content: "\f19d";
left: -1.6em !important;
}
.page-template-onecolumn-page h3.flow1:before {
content: "1";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow2:before {
content: "2";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow3:before {
content: "3";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow4:before {
content: "4";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow5:before {
content: "5";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow6:before {
content: "6";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow7:before {
content: "7";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow8:before {
content: "8";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow9:before {
content: "9";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.flow10:before {
content: "10";
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}
.page-template-onecolumn-page h3.tmt:before {
content: "\f017";
}
.num_text {
    color: #000;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    padding: 0 0px 0 0;
    margin-bottom: 16px !important;
    text-align: left;
    display:block;
}
.num_text2 {
    color: #000;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    padding: 0 0px 0 0;
    margin-bottom: 16px !important;
    text-align: left;
    display:block;
}
.num_text3 {
    color: #000;
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    padding: 0 0px 0 0;
    margin-bottom: 16px !important;
    text-align: left;
    display:block;
}
#under_page h3.wt {
        color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    padding: 0;
    margin: 0px 0 24px 0;
    text-align: center;
}
#under_page h3.wt span {
        color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 8px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_page h3.wt:after {
        content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 16px auto 0;
}
#under_page h3.bk {
        color: #000;
    font-size: 21px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    padding: 0;
    margin: 0px 0 24px 0;
    text-align: center;
}
#under_page h3.bk span {
         color: #77d9d3;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 8px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_page h3.bk:after {
        content: "";
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    margin: 16px auto 0;
}

#under_page h4 {
        color: #000;
    font-size: 21px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 100%;
    padding: 0;
    margin: 0px 0 24px 0;
    text-align: center;
}
#under_page h4 span {
         color: #77d9d3;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
    line-height: 1;
    padding: 0;
    margin: 0px 0 8px;
    text-align: center;
    font-feature-settings: "palt" 1;
    display: block;
}
#under_page h4:after {
        content: "";
    width: 40px;
    height: 1px;
    background: #000;
    display: block;
    margin: 16px auto 0;
}

span.ttl {
    position: relative;
    padding: 0;
    color: #03a9e4;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 auto 24px;
    line-height:1.8;
    display:block;
}

span.ttl:before, span.ttl:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #03a9e4;
    display:none;
}
span.ttl:before, span.ttl:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #03a9e4;
    display:none;
}


/* サイドエリア設定 */
#primary, #secondary {
    float: none;
    clear:both;
width: 100%;
    margin: 0 auto;
    display:none;
}
#primary .widget-container h3 {
    font-family: 'Noto Sans JP', 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 {
    margin: 0 auto 16px !important;
    padding: 12px 0;
    font-size: 11px;
    line-height: 1 !important;
    background: #3471ad;
    display: block;
    text-align: center;
}
/* フッターエリア設定 */
#footer {
    margin: 0px auto 0;
    padding: 24px 0 24px;
    background: url(./images/main_v_bg.png) no-repeat center;

}
.footer_inner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}

#footer .bnr_box,
#footer .bnr_box_last {
    width: 48%;
    margin: 0 1% 2% 1%;
    float: left;
}

#footer .bnr_box img,
#footer .bnr_box_last img {
    width: 100%;
    margin: 0 auto 0px;
    display:block;
}
#footer .bnr_box a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


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

#footer2 {
    padding: 0;
    clear: both;
    position: relative;
    background: #fff;
}
#footer2 .footer_inner{
width:100%;
padding:24px 0 24px;
}
#footer2 div.navi  {
    width: 46%;
    float: left;
    text-align: left;
    margin: 0 0 0 4%;
}

#footer2 div.navi dl {
    margin: 0;
    padding: 0;
}

#footer2 div.navi dl dt,
#footer2 div.navi dl dd {
    margin: 0 0 8px 5px;
    padding: 0;
    font-size: 15px;
font-weight:500;
    font-family: 'Noto Sans JP', sans-serif;
}

#footer2 div#navi1 dl dt a,
#footer2 div#navi2 dl dt a,
#footer2 div#navi3 dl dt a,
#footer2 div#navi4 dl dt a,
#footer2 div#navi5 dl dd a {
    color:#3471ad;
}
#footer2 div.navi dl dt a,
#footer2 div#navi4 dl dd a {
    background-image: url(./images/footer_navu_arrow2.png);
}
#footer2 div#navi1 dl dd a,
#footer2 div#navi2 dl dd a,
#footer2 div#navi3 dl dd a {
    background-image: url(./images/footer_navu_arrow1.png);
    color:#333;
}
#footer2 div.navi dl dt a:link, #footer2 div.navi dl dt a:visited,
#footer2 div#navi4 dl dd a:link, #footer2 div#navi3 dl dd a:visited {
    color: #3471ad;
    text-decoration: none;
}
#footer2 div.navi dl dt a:hover, #footer2 div.navi dl dt a:active,
#footer2 div#navi4 dl dt a:hover, #footer2 div#navi3 dl dt a:active {
    color: #3471ad;
    text-decoration: underline;
}

#footer2 div.navi dl dd a:link, #footer2 div.navi dl dd a:visited {
    color: #333;
    text-decoration: none;
}
#footer2 div.navi dl dd a:hover, #footer2 div.navi dl dd a:active {
    color: #333;
    text-decoration: underline;
}
#footer2 div.navi dl dt a,
#footer2 div.navi dl dd a {
    padding: 0 0 0 10px;
    background-repeat: no-repeat;
    background-position: left;
    display: block;
}
#footer3 {
    padding: 0 0 64px 0;
    clear: both;
    position: relative;
    background: #3471ad;
}
#footer3 .footer_inner{
width:100%;
padding: 24px 0 0 0;
}
#footer3 .logo_footer {
    display: block;
    margin: 0 auto 4%;
    float: none;
    width: 64%;
}
#footer3 .logo_footer img {
    width:100%;
    margin:0 auto 0;
    display:block;
}
#footer3 .text_footer {
    display:block;
    margin:0;
    float:none;
    width:96%;
}
#footer3 .text_footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    text-align: center;
}

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;
}


.footer_inner {
width:100%;
}
.category .hentry, .page-template-default .hentry {
    margin: 0 0 0 0;
}
#slider {
    display: none;
}
body a#scroll-to-top {
    width: 48px;
    height: 117px;
    background: url(./images/pagetop_off.png) no-repeat left top;
z-index:100;
}

/* 下層コンテンツ設定 */
.page-template-onecolumn-page #under_page,
.page-template-onecolumn-page #under_page2 {
    margin: 0 auto;
    width: 100%;
}
.page-template-onecolumn-page #under_page_inner {
    margin: 0 auto 24px;
    width: 100%;
    background:#fff;
}
.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: 'Noto Sans JP', 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,
#under_page2 .text_box {
    width: 92%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}

#under_page .text_box p,
#under_page2 .text_box p {
    font-size:15px;
    font-weight: 500;
     font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 8px !important;
color:#333;
}

#under_page .letter_box {
    width: 92%;
    margin: 16px auto 16px;
    padding: 4%;
    border: 4px solid #77d9d3;
    box-sizing: border-box;
}
#under_page .letter_box p {
        color: #333;
    font-size: 15px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
#under_page .number {
    margin: 0 auto 0;
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 21px;
    font-family: 'Crimson Text', serif;
    background: #77d9d3;
    color: #fff;
    padding: 15px 0 0;
    line-height: 1;
    box-sizing: border-box;
}

.page-template-onecolumn-page #under_page .hd_box {
    width: 100%;
    margin: 0 0 24pxpx;
    float: none;
}
.page-template-onecolumn-page #under_page .intro_box {
    width: 100%;
    margin: 0 0px 24px 0px;
    float: none;
}
.page-template-onecolumn-page #under_page .intro_box p {
        color: #333;
    font-size: 15px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    padding: 0 4%;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}

.page-template-onecolumn-page #under_page .left_box1 {
    width: 100%;
    margin: 0 0px 0px 0px;
    float: none;
}
.page-template-onecolumn-page #under_page .left_box1 img {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}
.page-template-onecolumn-page #under_page .right_box1 {
    width: 100%;
    margin: 0px;
    padding: 4%;
    text-align: left;
    float: none;
    background-color: rgba(124,219,213,0.95);
    z-index: 1;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.page-template-onecolumn-page #under_page .right_box1 p {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 16px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
.page-template-onecolumn-page #under_page .left_box2 {
    width: 100%;
    margin: 0 0px 16px 0px;
    float: none;
}
.page-template-onecolumn-page #under_page .left_box2 img {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}
.page-template-onecolumn-page #under_page .right_box2 {
    width: 100%;
    margin: 0px 0px 0 0px;
    padding: 0 4%;
    text-align: left;
    float: none;
    box-sizing: border-box;
    display: block;
}
.page-template-onecolumn-page #under_page .right_box2 p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
}
.page-template-onecolumn-page #under_page .lt_box {
    width: 96%;
    margin: 0 auto 24px;
    float: none;
    display: block;
}
.page-template-onecolumn-page #under_page .lt_box2 {
    width: 96%;
    margin: 0 auto 0;
    float: none;
    display: block;
}
.page-template-onecolumn-page #under_page .list_box {
    width: 100%;
    margin: 0 0px 0px 0px;
    float: none;
}
.page-template-onecolumn-page #under_page list_box_last {
    width: 100%;
    margin: 0 0px 0px 0px;
    float: none;
}
.page-id-127 iframe {
    width: 92%;
    margin: 0 auto 0px;
    display: block;
}
.page-template-onecolumn-page #under_page .lt_box img,
.page-template-onecolumn-page #under_page .lt_box2 img {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}


.page-template-onecolumn-page #under_page .int_box {
    width: 100%;
    margin: 0 auto 24px;
    text-align:center;
    float: none;
}
.page-template-onecolumn-page #under_page .int_box_last {
    width: 100%;
    margin: 0auto 24px;
    text-align:center;
    float: none;
}
.page-template-onecolumn-page #under_page .int_box img,
.page-template-onecolumn-page #under_page .int_box_last img {
    width: 100%;
    display:block;
}
.page-template-onecolumn-page #under_page .int_box a:hover img,
.page-template-onecolumn-page #under_page .int_box_last a:hover img {
	opacity:1;
}
.page-template-onecolumn-page #under_page .shop_name_s {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 10px 20px;
    margin: 24px 20px 24px 0;
    text-align: center;
    font-feature-settings: "palt" 1;
    background: #03a9e4;
    display: inline-block;
}
.page-template-onecolumn-page #under_page .user_name_s {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 40px;
    padding: 0;
    height: 40px;
    margin: 24px 0 24px 0;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
/* インタビュー */
.intervew  {
margin-bottom:16px;
display:block;
}
.intervew p:first-child {
      position: relative;
    margin-left: 5em;
    font-weight: 500 !important;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1 !important;
    color: #03a9e4 !important;
    font-size: 18px !important;
}
.intervew p:not(:first-child) {
  font-family:serif;
}
.intervew p:first-child:after {
  content:"";
  position:absolute;
  top:.5em;
  left:-5em;
  border-top:2px solid #03a9e4;
  width:4.5em;
}

.page-template-onecolumn-page #under_page .left_box {
    width: 100%;
    margin: 0 0px 24px 0px;
    float: none;
}
.page-template-onecolumn-page #under_page .right_box {
    width: 100%;
    margin: 0 0 24px 0px;
    float: none;
}
.page-template-onecolumn-page #under_page .right_box iframe {
    width: 92%;
        margin: 0 auto 0;
    display: block;
}
.page-template-onecolumn-page #under_page .left_box p,
.page-template-onecolumn-page #under_page .right_box p {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0 4%;
    margin-bottom: 8px !important;
    color: #555;
}
.page-template-onecolumn-page #under_page .left_box img,
.page-template-onecolumn-page #under_page .right_box img {
    display: block;
    margin: 0 auto 0;
    text-align: center;
}
.page-id-11 #under_page .right_box img {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    width:80%;
}
.page-template-onecolumn-page #under_page .bnr_box {
    width: 48%;
    height: 140px;
    margin: 0 1% 20px 1%;
    float: left;
}
.page-template-onecolumn-page #under_page .bnr_box_last {
    width: 48%;
    height: 140px;
    margin: 0 1% 20px 1%;
    float: left;
}
.page-template-onecolumn-page #under_page .bnr_box img,
.page-template-onecolumn-page #under_page .bnr_box_last img {
    display:block;
    margin:0 auto 16px;
    width:100%;
}
.page-template-onecolumn-page #under_page .bnr_box p,
.page-template-onecolumn-page #under_page .bnr_box_last p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
}
/* ゲストストーリー */
.gs_imgbox {
    width: 100%;
    margin: 0px auto 16px;
    text-align: center;
    float: none;
    display:block;
}
.gs_imgbox2 {
    width: 100%;
    margin: 0px auto 16px;
    text-align: center;
    float: none;
    display:block;
}
.gs_imgbox img,
.gs_imgbox2 img {
    width: 100%;
    display:block;
}
.gs_textbox {
    width: 100%;
    margin: 0px 0px 24px;
    padding:0 4%;
    float: none;
    box-sizing:border-box;
    height:auto;
}
.gs_textbox2 {
    width: 100%;
    margin: 0px 0px 24px;
    padding:0 4%;
    float: none;
    box-sizing:border-box;
    height:auto;
}
.gs_textbox p,
.gs_textbox2 p {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0;
    margin-bottom: 8px !important;
    color: #555;
}
.gs_textbox span,
.gs_textbox2 span {
    color: #03a9e4;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    padding: 0;
    margin: 24px 0 20px;
    text-align: left;
    font-feature-settings: "palt" 1;
    display:block;
}
/* 下層特典フロートボックス */
.bnf_l_box {
    width: 100%;
    margin: 24px 0px 24px 0px;
    text-align: center;
    float: none;
    position: relative;
}
.bnf_l_box_last {
    width: 100%;
    margin: 24px 0px 24px 0px;
    text-align: center;
    float: none;
    position: relative;
}

.bnf_l_box .number,
.bnf_l_box_last .number {
        margin: 0 auto 0;
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Libre Baskerville', serif;
    background: #03a9e4;
    color: #fff;
    top: -24px;
    left: 0;
    right: 0;
    padding: 0;
    line-height: 48px;
}
.bnf_l_box img,
.bnf_l_box_last img {
    width: 100%;
    margin: 0 auto 0;
    display:block;
}
.bnf_l_box p,
.bnf_l_box_last p {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    padding: 0 4%;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
.bnf_l_box span.bl,
.bnf_l_box_last span.bl {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0px auto 0px;
    text-align: center;
    background-color: #fbcb2c;
    display: block;
}

/* 下層キャリアアップ研修フロートボックス */
.car_box {
    width: 100%;
    margin: 48px 0px 24px 0px;
    text-align: center;
    float: left;
    position: relative;
}
.car_box_last {
    width: 100%;
    margin: 48px 0px 24px 0px;
    text-align: center;
    float: left;
    position: relative;
}
.car_box .number,
.car_box_last .number {
        margin: 0 auto 0;
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Libre Baskerville', serif;
    background: #fbcb2c;
    color: #fff;
    top: -24px;
    left: 0;
    right: 0;
    padding: 0;
    line-height: 48px;
}
.car_box img,
.car_box_last img {
    width: 100%;
    margin: 0 auto 0;
    display:block;
}
.car_box p,
.car_box_last p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    padding: 0 4%;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    font-feature-settings: "palt" 1;
}
.car_box span.yl,
.car_box_last span.yl {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0;
    margin: 0px auto 0px;
    text-align: center;
    background-color: #03a9e4;
    display: block;
}


span.text_r {
float:right;
}

/* フォームテーブル設定 */
.form_page table tr th {
    color: #333;
    font-size: 15px;
    font-family: 'Noto Sans JP', 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: #333;
    font-size: 15px;
    font-family: 'Noto Sans JP', 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: #ff0000 !important;
    padding: 3px 8px !important;
    display: inline-block;
    margin: 0 auto 0;
    float: none !important;
}
.form_com {
	color:#000;
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: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
    width: 70%;
    box-sizing: border-box;
    margin: 0 auto 0;
}
/* フォームテーブル設定ここまで */
.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: 'Noto Sans JP', 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: 'Noto Sans JP', 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 #e80114;
    border-right: 24px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 24px 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;
    width: 100%;
    }
.single-post p {
    line-height: 1.8em;
    margin-bottom: 16px !important;
    font-size: 15px;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 5%;
}
#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;
}
.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;
}
#under_page table.time {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    table-layout: fixed;
}
#under_page table.time caption {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #3471ad;
    text-align: center;
}
#under_page table.time th {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #3471ad;
    color: #fff;
    border: 1px solid #fff;
}
#under_page table.time th.w20 {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #3471ad;
    color: #fff;
    border: 1px solid #fff;
    width: 20%;
}
#under_page table.time td.w20 {
    width: 10%;
}
#under_page table.time td {
        padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    background: #ebf5fe;
}
#under_page table.time td.bl {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    background: #c8dff7;
}
#under_page table.time td.bd {
    padding: 4%;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    background: #fff;
    border: 1px solid #3471ad;
}

.category div#content .entry-title {
    padding: 0 0 16px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    background-color: #fff;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    text-align: left;
    height: 32px;
}
/* 料金表テーブル（スマホ） */
#under_page .price_cont table {
	font-family:'Noto Sans JP', sans-serif;
	color:#333;
	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 .info_cont {
    width: 92%;
    margin: 0px auto 32px;
    padding: 0 0 0;
}
#under_page .info_cont table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
    table-layout: fixed;
    border-top: none;
    border-bottom: none;
}
#under_page .info_cont table th {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #3471ad;
    color: #fff;
    display: block;
    margin-bottom: 0px;
    width: 100%;
}
#under_page .info_cont 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;
}

/* アンカーリンク位置相殺 */
#scl1,
#scl2,
#dep1,
#dep2,
#dep3,
#ex1,
#ex2,
#ex3,
#site_map,
#pp1,
#pp2 {
    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;
	}

/* footer問い合わせ固定 */
#footer_sp_res {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    text-align: center;
    padding: 0;
        background-color: rgba(0,0,0,0.7);
}
#footer_sp_res ul {
display: block;
    list-style: none;
    margin: 0 auto 0;
}
#footer_sp_res ul li {
    display: block;
    width: 48%;
    margin: 2% 1%;
    float: left;
}
#footer_sp_res img {
    width: 100%;
}

#spm_accordion ul {
    list-style-type: none;
}

a {
    color: #b63b4d;
    text-decoration: none;
}

 .acc {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }

.acc .link {
 cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans JP', 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: #000;
}

.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: #000;
}

.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: #75abe0;
    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: 'Noto Sans JP', sans-serif;
    background: url(./images/arrow03.png) no-repeat scroll 95% 50%;
 }

 .submenu a:hover {
    background: #3471ad;
    color: #fff;
 }
#content .entry-utility .fl_r {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
}
}

/* ========================================= */
/* スマホ表示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: #000;
    position: relative;
    overflow: hidden;
    height: auto;
}
.customs-header-area2 img {
position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
}
/* アンカーリンク位置相殺 */
#scl1,
#scl2,
#dep1,
#dep2,
#dep3,
#ex1,
#ex2,
#ex3,
#site_map,
#pp1,
#pp2  {
    margin-top: -65px;
    padding-top: 65px;
}
#execphp-3 {
    height: auto;
    display: block;
    padding-top: 65px;
}
#second_cont_inner .news_tab label {
    display: inline-block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    padding: 3px 10px;
    cursor: pointer;
    background: #fff;
    color: #3471ad;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border: 1px solid #3471ad;
}
#news_cont_inner .news_tab label {
    display: inline-block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    padding: 3px 10px;
    cursor: pointer;
    background: #fff;
    color: #3471ad;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border: 1px solid #3471ad;
}
}

li{
list-style:none;
}

@media ( min-width : 1000px ) and ( max-width : 4800px )  {
	#mainvisual .video_wrap{
		position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    margin: 0;
    padding: 0;
    z-index: 5;
		transform: translateY(-136px);
		text-align: center;
	}
	#mainvisual .video_wrap video{
		max-width: inherit;
    width: 100%;
    height: auto;
		text-align:center;
		aspect-ratio: 16 / 9;
    object-fit: cover;
	}
}
@media ( min-width : 768px ) and ( max-width : 999px )  {
	#mainvisual .video_wrap{
		position: relative;
    width: 100%;
    height: 100%;
    min-height: 0px;
    margin: 0;
    padding: 0;
    z-index: 5;
		text-align: center;
	}
	#mainvisual .video_wrap video{
		max-width: inherit;
    width: 100%;
    height: auto;
		text-align: center;
		aspect-ratio: 16 / 9;
    object-fit: cover;
	}
}
@media ( min-width : 481px ) and ( max-width : 767px )  {
	#mainvisual .video_wrap{
		position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 5;
		text-align: center;
		aspect-ratio: 16 / 9;
    object-fit: cover;
	}
	#mainvisual .video_wrap .video{
		max-width: inherit;
    width: 100%;
    height: auto;
		text-align: center;
		aspect-ratio: 16 / 9;
    object-fit: cover;
	}
}
@media (max-width : 480px) {
	#mainvisual .video_wrap{
		position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 5;
    text-align: center;
		aspect-ratio: 16 / 9;
    object-fit: cover;
	}
	#mainvisual .video_wrap .video{
		width: 100%;
		height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
		aspect-ratio: 16 / 9;
    object-fit: cover;
	}
}
/* ========================================= */
/* タブレット補填 */
/* ========================================= */
@media ( min-width : 768px ) and ( max-width : 800px )  {
	#execphp-3 {
	    height: auto;
	    display: block;
	    padding-top: 156px !important;
	}
}

.open-campus_video {
	position: relative;
    width: 100%;
	max-width: 500px;
	aspect-ratio: 16 / 9;
}

.open-campus_video iframe {
	height: 100%;
    width: 100%;
}

/* 2023_02_21オープンキャンパス */
#img_item_box{
	display: flex;
}

@media screen and (max-width: 770px){
	#img_item_box{
	display: block;
}
}

@media screen and (min-width:800px) {
.pcNone {
	display: none;
}
.header_link {
	display: none;
}
}
@media screen and (max-width: 800px) {
.spNone {
	display: none;
}
	#spnone {
		display: none !important;
	}
.header_link {
	background: #ff59b3;
	color: #fff;
	padding: 4px;
	text-align: center;
	width: 100%;
	font-size: 16px;
}
.header_link a {
	color: #fff;
}
}
@media screen and (min-width: 1000px) {
	#extra{
		margin: -128px 0 0;
	}
}

#content .mw_wp_form tfoot td.flex_set span.center_element{
display: flex;
justify-content: center;
align-items: center;
}

#content .mw_wp_form tfoot td.flex_set label{
display:flex;
}
@media screen and (max-width: 800px) {
#content .mw_wp_form tfoot td.flex_set label input{
width: 8%;
}
}