/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments



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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@media print, screen and (max-width:768px) { 

html {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 94%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family:inherit;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}
blockquote {
	margin: 0 1.5em 1.6em;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
address {
	margin: 0 0 1.5em;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/*SP用の要素を非表示*/
.pc_show {
	display: none !important;
}

/* Links
--------------------------------------------- */
a {
	color: #0066c0;
}
a:visited {
	color: #649ACB;
}
a:hover,
a:focus,
a:active {
	color: #014786;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.2em .5em 0.6em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main.contents_top {
	margin: 0 auto;
}

main .contents_page_inner {
	margin: 0 auto 50px;
	width: 94%;
}
main .contents_page_inner.page_2col {
}
main .contents_page_inner.page_2col article {
}
main .contents_page_inner.page_2col aside {
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* header
--------------------------------------------- */
.header {
	background: #fff;
}
.header_inner {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 8px 10px 10px;
}
.site_title {
	width: 80%;
	max-width: 330px;
}
.head_txts_a {
	width: 100%;
    margin-bottom: 8px;
    font-size: 0.65em;
    letter-spacing: 0.3px;
}


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

/*ボタン外側*/
.openbtn{
	position: fixed;
	top: 8px;
	right: 8px;
	background:rgba(255,255,255,0.7);
	cursor: pointer;
    width: 58px;
    height:58px;
	z-index: 20;
}
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 4px;
	background: #029FB8;
  	width: 65%;
  }
.openbtn span:nth-of-type(1) {
	top:11px;	
}
.openbtn span:nth-of-type(2) {
	top:21px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn span:nth-of-type(3)::after {
	content:"MENU";
	position: absolute;
	top:6px;
	left:-10px;
	width: 60px;
	text-align: center;
	color: #029FB8;
	font-size: 78%;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
/*activeクラスが付与されると線が回転して×になり、メニュー⇒とじるに変更*/
.openbtn.active span:nth-of-type(1) {
    top: 15px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 27px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}
.openbtn.active span:nth-of-type(3)::after {
	content:"CLOSE";
    transform: translateY(0) rotate(-45deg);
	position: absolute;
	top:9px;
	left:6px;
	width: 60px;
	text-align: center;
}

/*ナビメニュー*/
.sp_nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
    background-color: #fff;
    width: 100%;
    height: 100%;
	overflow-y: auto;
}
.sp_nav_wrap{
    display: flex;
    justify-content: center;
	padding: 0 0 90px;
    width: 100%;
	background: #fff;
}
ul.sp_nav_btns {
	display: flex;
	justify-content: center;
	column-gap: 2%;
	margin: 10px 0;
}
ul.sp_nav_btns li {
	width: 45%;
	max-width: 280px;
}
ul.sp_nav_btns li a {
	display: block;
	padding: 7px 5px;
	text-align: center;
}
ul.sp_nav_btns li.head_irai a {
	background: #00C4D2;
}
ul.sp_nav_btns li.head_contact a {
	background: #74D510;
}
ul.sp_nav_btns li a img {
	width: auto;
	height: 60px;
}

.sp_nav ul.sp_nav_menu {
	margin: 0 auto;
	padding: 10px 5px;
	width: 94%;
}
/*リンクのスタイル*/
.sp_nav a,
.sp_nav a:hover,
.sp_nav a:active,
.sp_nav a:visited {
	color: #029FB8;
	text-decoration: none;
	font-size: 110%;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.sp_nav ul.sp_nav_menu li {
	border-bottom: 1px dotted #888;	
}
.sp_nav ul.sp_nav_menu li a {
	position: relative;
	display: block;
	padding: 12px 5px 12px 40px;
	font-size: 100%;
}
.sp_nav ul.sp_nav_menu li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	display: inline-block;
	background: url("images/headers/list_navi.svg")no-repeat;
	background-size: contain;
	width: 19px;
	height: 20px;
}


/* TOP　コンテンツ
--------------------------------------------- */
.mv {
	position: relative;
	width: 100%;
	height: 65vw;
	overflow: hidden;
	background: rgba(244,244,244,1.00);
}
.mv .metaslider,
.mv .metaslider div,
.mv .metaslider div ul,
.mv .metaslider div ul li {
	width: 100% !important;
    height: 100% !important;
}
.mv .metaslider img {
	height: 65vw !important;
    width: auto !important;
}
.mv .mv_txt {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	padding: 4% 2.5% 2.5%;
	width: 100%;
	background: rgba(0,142,204,0.7);
	z-index: 1;
}
.mv .mv_txt p.mv_txt_s {
	display: inline-block;
	max-width: 52em;
	color: #fff;
	font-size: clamp(12px,2vw,15px);
	font-weight: 500;
}
.mv .mv_txt p img {
	margin-bottom: 3%;
	padding: 0 4%;
}
img.mv_logo {
	position: absolute;
	bottom: 1%;
	right: 5%;
	max-width: 35%;
	z-index: 10;
}


/*固定ぺージから出力コンテンツ*/
.topcontent_wrap {
	margin: 0 auto;
	width: 94%;
}

.topcontent_wrap h2 {
	margin: 40px auto 15px;
	padding: .6em .7em .6em;
	color: #000;
	font-size: 120%;
	font-weight: 700;
	background: url("images/pages/top_h2_bg.png")no-repeat;
	background-size: cover;
	background-position: center;
}
.topcontent_wrap h3 {
	margin: 30px auto 23px;
	padding: 5px;
	font-size: 110%;
	font-weight: 700;
	border-bottom: 1px dashed #9c9c9c;
}

.topcontent_wrap p {
	margin-bottom: 25px;
}
.topcontent_wrap ul,
.topcontent_wrap ol {
	margin: 0 0 25px 2em;
}
.topcontent_wrap ul {
	list-style: disc;
}
.topcontent_wrap ol {
	list-style: decimal;
}

.topcontent_wrap ul li,
.topcontent_wrap ol li {
	margin-bottom: 5px;
}
.topcontent_wrap li > ul,
.topcontent_wrap li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}
.topcontent_wrap p.nomargin {
	margin-bottom: 0;
}

/*テーブル　国内外での規制の動き*/
.tablepress.tablepress-id-1 {
	margin: 15px 0;
	font-size: 80%;
}
.tablepress.tablepress-id-1 tr th,
.tablepress.tablepress-id-1 tr td {
	padding: 5px 3px 5px 5px;
	border: 1px solid #000;
	vertical-align: middle;
	line-height: 1.6;
}
.tablepress.tablepress-id-1 thead tr th,
.tablepress.tablepress-id-1 thead tr td {
	text-align: center;
	background: #fff;
}
.tablepress.tablepress-id-1 tr td.column-1 {
	padding: 0;
	width: 90px;
	text-align: center;
	line-height: 1.3;
}

/*テーブル　検査内容*/
.tablepress.tablepress-id-2 {
	margin: 15px 0;
	font-size: 78%;
}
.tablepress.tablepress-id-2 tr th,
.tablepress.tablepress-id-2 tr td {
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #707070;
}
.tablepress.tablepress-id-2 tr th,
.tablepress.tablepress-id-2 tr .column-1 {
	background: #EFEFEF;
}
.tablepress.tablepress-id-2 tr .column-1 {
	width: 90px;
	padding: 0;
	
}

/*テーブル　分析方法（LC-MS/MS法）*/
.wp-block-table.table_howto table {
	font-size: 90%;
}
.wp-block-table.table_howto table tr td {
	padding: 7px 0;
	border: none;
	vertical-align: top;
}
.wp-block-table.table_howto table tr td:first-child {
	position: relative;
	width: 8em;
}
.wp-block-table.table_howto table tr td:first-child:after {
	content: "：";
	position: absolute;
	right: 5px;
	top: 7px;
}

/*検査の流れ step画像*/
.topcontent_wrap .steps {
	margin: 0 auto;
	width: 60%;
}
.topcontent_wrap .steps .wp-block-column {
	position: relative;
}
.topcontent_wrap .steps .wp-block-column:after {
	content: '';
	position: absolute;
	top: 110%;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	background: url("images/pages/bluearrow_sp.svg")no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 63px;
	height: 26px;
}
.topcontent_wrap .steps .wp-block-column:last-child:after {
	display: none;
}

/*お知らせ*/
section.news {
	margin: 60px 0 0;
}
section.news h2 {
	margin: 0 auto;
	padding: 20px;
	width: 94%;
	color: #000;
    font-size: clamp(130%,4vw,160%);
    font-weight: 700;
	text-align: center;
	background: url("images/pages/page_h1_bg.png")no-repeat;
	background-size: cover;
}
ul.news_wrapper {
	margin: 10px auto 0;
	width: 94%;
}
ul.news_wrapper li.news_box {
	border-bottom: 1px dashed #5D5D5D;
	padding: .6em;
}
ul.news_wrapper li.news_box time.date span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 90%;
	font-weight: 500;
	line-height: 1em;
}
ul.news_wrapper li.news_box time.date span:after {
  content: '■';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  color: #48B6D9;
  font-size: 50%;
}

/*リンク色*/
ul.news_wrapper li.news_box a,
ul.news_wrapper li.news_box a:visited {
	color: #222;
	text-decoration: none;
}
ul.news_wrapper li.news_box a:hover,
ul.news_wrapper li.news_box a:active {
	text-decoration: underline;
}
img.mark_new {
	position: relative;
	top: -.3em;
    right: 0px;
}

/*過去一覧*/
.news_more {
	margin-top: 20px;
	text-align: center;
}
.news_more a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	transition: all .1s;
}
.news_more a:before {
	content: '';
	width: 9px;
	height: 9px;
	border: 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 0;
	bottom: 0;
	margin: auto;
}
.news_more a:hover,
.news_more a:active {
	transition: all .1s;
	color: #999;
}





/* Posts and pages
--------------------------------------------- */
.entry-content p {
	margin-bottom: 30px;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 3em;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}
.entry-content .entry_meta {
	margin: 0 10px 5px;
	text-align: right;
	font-size: 90%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Posts and pages（見出し）
--------------------------------------------- */
/* H1 */
h1.entry-title {
	margin: 0 0 30px;
	padding: 1.4em 7%;
	font-size: clamp(130%,4vw,160%);
	font-weight: 700;
	text-align: center;
	background: url("images/pages/page_h1_bg.png")no-repeat;
	background-position: center;
	background-size: cover;
	letter-spacing: 0.08em;
}

/* H2 */
.entry-content h2 {
	margin: 45px 0 15px;
	padding: 9px 12px;
	color: #004267;
	font-size: 120%;
	font-weight: 700;
	background: #f6f6f6;
	border-left: 8px solid rgb(0, 172, 225);
}

/* H3 */
.entry-content h3 {
	margin: 30px 0 13px;
	padding: 8px .2em;
	color: #004267;
	font-size: 105%;
	font-weight: 700;
	border-bottom: 1px dashed #004267;
}


/* Posts and pages（ページナビ）
--------------------------------------------- */
#page .wp-pagenavi {
	margin: 30px 0 0;
	font-size: 84%;
}
#page .wp-pagenavi span,
#page .wp-pagenavi a {
	display: inline-block;
	padding: 0px 6px 2px;
	color: #222;
	/*border-radius: 4px;*/
	border: 1px solid #ccc;
}
#page .wp-pagenavi a 
,#page .wp-pagenavi a:visited {
	color: #222;
}
#page .wp-pagenavi a:hover
,#page .wp-pagenavi a:active {
	background: #ddd;
	text-decoration: none;
	color: #222;
	border: 1px solid #ccc;
}

#page .wp-pagenavi span.pages {
	text-align: center;
	border: none;
}
#page .wp-pagenavi span.current {
	color: #fff;
	background: #444;
	border: 1px solid #444;
}
#page .wp-pagenavi span.extend {
	border: none;
}

/* Posts and pages（検索結果ぺージ）
--------------------------------------------- */
ul.search_result {
	list-style: disc;
	padding-left: 20px;
}
ul.search_result li {
	margin-bottom: 0.6em;
}

/* Posts and pages（お知らせアーカイブ）
--------------------------------------------- */
.archive ul.news_wrapper {
	margin: 0;
	width: 100%;
}

/* Posts and pages（お問い合わせ）
--------------------------------------------- */
.inquiry_list {
	margin-top: 20px;
}
.inquiry_list p {
	margin-bottom: 0;	
}
.inquiry_list dt.inquiry_title {
	display: inline-block;
	margin: 25px 0 5px;
	width: 100%;
	vertical-align: top;
}

.inquiry_list dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.inquiry_list .must-txt {
	position: relative;
	top: -1px;
	left: 3px;
	padding: 0px 4px 1px;
	color: #fff;
	font-size: 60%;
	font-weight: 500;
	background: #db3b3b;
	border-radius: 2px;
	cursor: default;
	user-select: none;
}
.wpcf7-not-valid-tip {
	font-size: 80% !important;
}

.wpcf7-spinner {
	/*display: none;*/
}


.recaptcha {
	margin: 50px 0 0;
	color: #777;
	font-size: 65%;
	line-height: 1.5em;
}
#agreement {
	margin-top: 50px;
}
#agreement p {
	text-align: center;
}
input[type="submit"].wpcf7-form-control,
input[type="button"].wpcf7-form-control {
	padding: 25px 55px;
	border: solid 1px #999999;
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.25em;
	cursor: pointer;
}
input[type="button"].wpcf7-form-control {
	padding: 25px 40px;
	background: #f5f5f5;
}
input[type="submit"].wpcf7-form-control:hover,
input[type="button"].wpcf7-form-control:hover {
	background: #aaa;
	transition: all .2s;
}
input[type="submit"].wpcf7-form-control:active,
input[type="submit"].wpcf7-form-control:focus,
input[type="button"].wpcf7-form-control:active,
input[type="button"].wpcf7-form-control:focus {
	background: #ccc;
	border: solid 1px #999;
	transition: all .2s;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* sidebar
--------------------------------------------- */
/* ▼side（これまでのお知らせ） */
aside .past_entry  {
	margin: 50px 0 0;
	background: #fff;
}
.past_entry h2 {
	padding: 0 10px 15px;
	font-size: 110%;
	font-weight: 500;
	border-bottom: 1px solid #000;
}
.past_entry ul.past_entry_list {
	margin: 15px 0;
}
.past_entry ul li {
	position: relative;
	margin-bottom: 11px;
	padding:0 5px 11px 10px;
	border-bottom: 1px dotted #777;
}
.past_entry ul li time {
	display: block;
	font-size: 95%;
	font-weight: 500;
}
.past_entry ul li a {
	font-size: 90%;
	color: #555;
}
.past_entry .more {
	text-align: right;
}
.past_entry .more a {
	display: inline-block;
	padding: 3px 2em;
	color: #444;
	font-size: 85%;
	border: 1px solid #444444;
	text-decoration: none;
	transition: all .1s;
}
.past_entry .more a:focus,
.past_entry .more a:active {
	color: #fff;
	background: #444444;
	transition: all .1s;
}


/* Widgets
--------------------------------------------- */
/* ▼side（これまでのお知らせ） */
.recent_entry_list section {
	padding: 15px 20px;
	background: #fff6e9;
	border-radius: 10px;
	border: 1px solid #efe4d3;
}
.recent_entry_list a,
.recent_entry_list a:visited {
	color: #222;
	text-decoration: none;
}
.recent_entry_list a:hover,
.recent_entry_list a:active {
	color: #f99ea1;
	transition: all .2s;
}

.recent_entry_list h2 {
	margin: 10px 0 20px;
	font-size: 110%;
	font-weight: 500;
	text-align: center;
}
.recent_entry_list ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding: 0 8px 10px 15px;
	border-bottom: 1px dotted #555;
}
.recent_entry_list ul li:before {
	content: "●";
	position: absolute;
	top: .5em;
	left: 1px;
	color: #ffbbbd;
	font-size: .8em;
	
}
.recent_entry_list ul li time {
	order: 1;
	margin-bottom: 3px;
	font-size: 85%;
	font-weight: 500;
}
.recent_entry_list ul li a {
	order: 2;
	font-size: 90%;
}


.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/* footer
--------------------------------------------- */
#site_footer {
	margin: 50px 0 0;
	background: #F8F8F8;
}

.footer_innerwrap {
	margin: 0 auto;
	padding: 15px 0 0;
	width: 94%;
	text-align: center;
}
.footer_about {
	display: inline-block;
}

.footer_about .footer_title {
	padding: 10px 0;
}
.footer_about p.footer_info {
	margin: 10px 0;
	letter-spacing: 0.06em;
}

/*フッターの共通スタイル*/
.footer_innerwrap a,
.footer_innerwrap a:visited {
	color: #222;
	text-decoration: none;
	font-size: 84%;
}
.footer_innerwrap a:hover,
.footer_innerwrap a:active {
	text-decoration: underline dotted #555;
}

/*コピーライト*/
#copyright {
	margin: 20px 0 0;
	padding: 10px 0 70px;
	font-size: 60%;
	text-align: center;
	letter-spacing: 0.15em;
	background: #EFEFEF;
}
#copyright a,
#copyright a:visited {
	color: #222;
	text-decoration: none;
}
#copyright a:hover,
#copyright a:active {
	text-decoration: underline;
}

/*下部固定メニュー*/
.footer_area {
	display: flex;
	justify-content: space-around;
	position: fixed;
	padding:8px 0 3px;
	bottom: 0;
	width: 100%;
	background-color: #1F92B7;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	z-index: 10000;
}
.footer_area .footer_area_inner {
	flex: 1;
}
a.inquiry_btn {
	display: block;
    background-color: #1F92B7;
    text-align: center;
	text-decoration: none;
}
a.inquiry_btn img.tel {
	width: 19px;
	/*height: 29px;*/
	margin-top: 1px;
	margin-bottom: 1px;
}
a.inquiry_btn img.irai {
	width: 21px;
	/*height: 29px;*/
	margin-top: 0px;
	margin-bottom: 1px;
}
a.inquiry_btn img.mail {
	width: 29px;
	/*height: 29px;*/
	margin-top: 8px;
	margin-bottom: 5px;
}
a.inquiry_btn img.totop {
	width: 21px;
	/*height: 18px;*/
	margin-top: 12px;
	margin-bottom: 6px;
}
a.inquiry_btn p {
	color: #fff;
	font-size: 65%;
	line-height: 1.9;
}



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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right 70%;
    padding:0 18px 0 0;
}
a[href $='.pdf'] a {
    text-decoration:none;
}

a[href $='.pdf'] a:hover {
    text-decoration:none;
}


 /*-------------------------------------------------------
----ご依頼の流れ-----------------------------------------
-------------------------------------------------------*/
.steps_wrap {
	margin: 0 auto;
	width: 100%;
}
.steps_wrap ul {
/*	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0 10px;*/
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 0;
}
.steps_wrap li {
	position: relative;
	width: 33%;
	list-style: none;
}
.steps_wrap li span#whitetxt {
	position: absolute;
	top: 3vw;
	left: 2vw;
	color: #fff;
	font-weight: bold;
	font-size: 4vw;
}
.steps_wrap li span#whitetxt small {
	padding-right: 3px;
	font-size: 3vw;
}
.steps_wrap li span {
	position: absolute;
	top: 46%;
	left: 2vw;
	width: 21vw;/*親要素の幅に沿ってテキストエリア可変*/
	font-size: 4vw;
	text-align: center;
}
/*▼ステップ項目内の文字数がやや多めの時（小サイズ）*/
.steps_wrap li span.txts {
	margin-top: -3px;
	font-size: 3vw;
	line-height: 1.2;
}
/*▼ステップ項目内の文字数が多めの時（極小サイズ）*/
.steps_wrap li span.txtss {
	margin-top: 0px;
	font-size: 2.8vw;
	line-height: 1.2;
}


.steps_wrap li {
	margin-bottom: 10px;
	background: url("images/pages/step_bg.png") no-repeat;
	background-size: contain;
	height: 25vw;
}


.steps_wrap li.rightarrow:after {
	content: "";
	display: inline-block;
	  background-image: url("images/pages/rightarrow.png");
  background-size: contain;
  background-repeat: no-repeat;
    width: 3vw;/*画像の幅*/
  height: 6vw;/*画像の高さ*/
  position: absolute;
  top: 9.5vw;
  right: 1vw;
}



/* Posts and pages（問い合わせ）
--------------------------------------------- */
/*フォーム*/
.inquiry_list {
	margin: 50px auto 0;
	overflow: hidden;
}
.inquiry_list p {
	margin-bottom: 0;
}
.inquiry_list dl {
	padding: 0 0 20px;
	width:100%;
	overflow: hidden;
}
.inquiry_list dt {
	margin: 0 0 5px;
}
.inquiry_list dd {
	margin: 0 0 20px;
	width: 100%;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	margin: 0;
	padding: 5px 8px;

}
.inquiry_list .must {
	position: relative;
	top: -.15em;
	left: 8px;
	display: inline;
    padding: 0 6px 2px;
    font-size: 11px;
    color: #cf1d05;
	border: 1px solid #cf1d05;
	user-select: none;
}

/*名前*/
.con_name {
	margin: 0 10px 0 0;
	width: 100%;
}
/*ふりがな*/
.con_kana {
	margin: 0 10px 0 0;
	width: 100%;
}
/*メールアドレス*/
.con_address {
	margin: 0 10px 0 0;
	width: 100%;
    ime-mode:disabled;
}

/*TEL*/
.con_tel {
	width: 190px;
    ime-mode:disabled;
}

/*お問い合わせ内容*/
.con_inquiry {
	width: 100%;
	height: 200px;
}

/*ラジオボタン*/
.wpcf7-radio .wpcf7-list-item {
	margin: 0 1.5em 0 0;
	user-select: none;
}
/*チェックボックス*/
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0 10px 0 0;
    display:block;
	user-select: none;
}

/*必須項目未入力の場合*/
.wpcf7 span.wpcf7-not-valid-tip {
	display: inline-block;
	padding-left: 8px;
	font-size: 80%;
}
.wpcf7-spinner {
	display: none !important;
}

.kakomi {
	padding: 10px 15px;
	border:solid 1px #767676;
}

/*ご依頼から検査完了まで（post-14）*/
.post-14 .vk_flow_frame {
	background: #F7F7F7;
}
.post-14 .vk_flow_frame_text_title {
	color: #0099D0;
}

}
