<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* font
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&amp;display=swap');

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

/* reset
---------------------------------------------------------- */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	list-style: none;
	vertical-align:baseline;
	background:transparent;
}

body{
	padding:0;
	margin:0;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	overflow-x: hidden;
}
/* common
---------------------------------------------------------- */
.container,
.h_wrap,
.f_wrap {
	margin: auto;
	max-width: 1040px;
	width: 96%;
	overflow: hidden;
}
.inner {
	margin: auto;
	max-width: 785px;
	width: 95%;
	overflow: hidden;
}
section,
.section {
	position: relative;
	padding: 80px 0;
	margin: auto;
}
.alt_bg01 {
	background-color: #f5f5f5;
}
.alt_bg02 {
	background-color: #f5f5f5;
}
.alt_bg02::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 370px;
	background: url(../img/company/bg_message01.jpg) no-repeat top center / cover;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
}
.img_hover img {
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
}
.img_hover:hover img {
	opacity: .7;
}
.r_align {
	text-align: right;
}
a {
	text-decoration: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.t_center {
	text-align: center;
}
.t_bold {
	font-weight: bold;
}
.tit_sub br {
	display: none;
}
.tit_sub {
	position: relative;
	margin: 0 0 45px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
	word-break: break-all;
}
.tit_sub .tit_jap {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2;
	letter-spacing: 4px;
}
.tit_sub .tit_jap::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 76px;
	background-color: #94bee4;
}
.tit_sub .tit_jap::after {
	content: '';
	position: absolute;
	left: 38px;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 38px;
	background-color: #2e76b7;
}
.tit_sub .tit_eng {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1;
	letter-spacing: 2px;
}
.tit_sub02 .tit_eng,
.tit_sub03 .tit_eng {
	color: #fff;
}
.tit_sub02 .tit_jap,
.tit_sub03 .tit_jap {
	color: #fff;
	border-color: #fff;
}
.tit_sub03 .tit_jap::after {
	background-color: #fff;
}
.tit_sec {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 2px;
	border-bottom: 2px solid #ddd;
}
.tit_sec::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background-color: #2e76b7;
}
.tit_topic {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.tit_topic::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	height: 8px;
	width: 8px;
	background-color: #2e76b7;
}
.btn {
	display: block;
	padding: 8px 15px;
	margin: auto;
	max-width: 210px;
	width: 90%;
	color: #0d3cc6;
	font-weight: bold;
	text-align: center;
	border: 2px solid #0d3cc6;
	box-sizing: border-box;
	background-size: 6px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.btn:hover {
	color: #fff;
	background-color: #0d3cc6;
}
.btn01 {
    margin: 40px auto 25px;
    padding: 12px 15px;
    max-width: 255px;
    color: #fff;
    background-color: #2e76b7;
    border: 0;
	letter-spacing: 1px;
}
.btn01:hover {
	background-color: #093a60;
}
ul.list_style01 li {
	position: relative;
	padding-left: 15px;
}
ul.list_style01 li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	height: 5px;
	width: 5px;
	background-color: #2e76b7;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

/* header
---------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px 0;
	margin: auto;
	overflow: visible;
	z-index: 99;
	background-color: rgba(255, 255, 255, .9);
}
.h_wrap {
	position: relative;
	max-width: 1400px;
	width: 95%;
	overflow: visible;
}
.h_logo {
	margin-top: 9px;
	float: left;
	max-width: 370px;
	width: 36%;
}
.h_wrap .btn_mail,
.h_wrap .btn_mail a {
	padding: 12px 5px;
	display: block;
	float: right;
	max-width: 200px;
	width: 26%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	background-color: #213a70;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.h_wrap .btn_mail span,
.h_wrap .btn_mail a span {
	display: inline-block;
	padding-left: 30px;
	background: url(../img/common/ico_mail01.png) no-repeat center left / 23px;
}
.h_wrap .btn_mail:hover,
.h_wrap .btn_mail a:hover {
	background-color: #093a60;
}
.menu-header-menu-container {
	position: relative;
	float: right;
	width: 60%;
}
#gnav {
	position: relative;
	max-width: 880px;
	width: 68%;
	float: right;
}
.h_wrap::after,
#gnav::after,
#gnav ul::after,
.menu-header-menu-container::after {
	content: '';
	display: block;
	clear: both;
}
#gnav ul {
	position: relative;
	margin: 12px 0 0;
	width: 100%;
}
#gnav ul li {
	position: relative;
	float: left;
	margin: 0 2%;
}
#gnav ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
#gnav ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background-color: #035193;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
#gnav ul li:first-child {
	margin-left: 0;
}
#gnav ul li:last-child {
	margin-right: 0;
}
#gnav ul li a span {
	display: inline-block;
	letter-spacing: 1px;
}
#gnav ul li .sl_wrap {
	position: absolute;
	display: none;
	top: 24px;
	padding-top: 33px;
	transition: opacity .4s ease, visibility .4s ease;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	-moz-transition: opacity .4s ease, visibility .4s ease;
	-ms-transition: opacity .4s ease, visibility .4s ease;
	-o-transition: opacity .4s ease, visibility .4s ease;
}
#gnav ul li .sub-menu {
	position: relative;
	padding: 5px;
	margin: 0;
	min-width: 170px;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0px 15px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
#gnav ul li .sub-menu li {
	margin: 0;
	float: none;
}
#gnav ul li .sub-menu li:last-child {
	border: 0;
}
#gnav ul li .sub-menu li a {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #cbcbcb;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
}
#gnav ul li.current .sub-menu li a {
	color: #333;
}
#gnav_sp ul li .sub-menu-sp {
	padding: 0;
	margin: auto;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background-color: rgba(5, 7, 44, 1);
	transition: max-height .5s ease, padding-top .1s ease-in;
	-webkit-transition: max-height .5s ease, padding-top .1s ease-in;
	-moz-transition: max-height .5s ease, padding-top .1s ease-in;
	-ms-transition: max-height .5s ease, padding-top .1s ease-in;
	-o-transition: max-height .5s ease, padding-top .1s ease-in;
}
#gnav_sp ul li .sub-menu-sp li {
	border-color: #7a7a7a;
}
#gnav_sp ul li .sub-menu-sp li:last-child {
	margin-top: 0;
	border-bottom: 0;
}
#gnav ul li:hover .sl_wrap {
	display: block;
}
#gnav ul li.current a,
#gnav ul li a:hover,
#gnav ul li .sub-menu li a:hover {
	color: #035193;
}
#gnav ul li.current ul li a::after {
	width: 0%;
}
#gnav ul li.current a::after,
#gnav ul li a:hover::after,
#gnav ul li ul li a:hover::after {
	width: 100%;
}
/* additional language dropdown*/
.language_wrap .widgettitle{
	display: none;
}
.language_wrap{
	float: right;
	width: 50px;
	height: 49px;
	margin-right: 10px;
	position: relative;
}
.language_wrap .btn_language{
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: -9999px;
	box-sizing: border-box;
	border: 1px solid #213a70;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	background-color: transparent;
	background-image: url(https://www.iida-tusho.co.jp/wp/wp-content/themes/iida_theme/img/common/ico_globe.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	height: 49px;
}
.language_wrap .btn_language:hover{
	background-color: #213a70;
	background-image: url(https://www.iida-tusho.co.jp/wp/wp-content/themes/iida_theme/img/common/ico_globe_hov.png);
}
.language_wrap .qtranxs_widget{
	position: absolute;
	left: -50%;
	right: 0;
	background: #fff;
	width: 120px;
    height: 125px;
	display: none;
}
.language_wrap:hover .qtranxs_widget{
	display: block;
}
#gnav .language_wrap ul,
html[lang="en-US"] #gnav .language_wrap ul{
	margin: 0;
}
#gnav .language_wrap ul li{
	float: none;
	display: block;
	margin: 0;
}
#gnav .language_wrap ul li a{
	color: #333;
	text-align: center;
	padding: 7px 10px;
	border-bottom: 1px solid #ddd;
}
#gnav .language_wrap ul li.active a{
	color: #213a70;
}
/* news
---------------------------------------------------------- */
.news_wrap {
	padding: 15px 40px 40px;
	background-color: #fff;
}
.news_list {
	position: relative;
	overflow: hidden;
}
.news_list li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #c0c0c0;
	box-sizing: border-box;
}
.news_list li a {
	display: table;
	padding: 21px 20px;
	width: 100%;
	color: #333;
	background-color: #fff;
	box-sizing: border-box;
}
.news_list li a span.date {
	float: left;
	padding-right: 20px;
	width: 150px;
	color: #7f8ba4;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
	box-sizing: border-box;
}
.news_list li a span.cat {
	float: left;
	margin-top: 2px;
	padding: 2px 5px;
	width: 135px;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
	background-color: #2e76b7;
}
.news_list li a span.post_all {
	background-color: #213a70;
}
.news_list li a span.post_product {
	background-color: #0d3cc6;
}
.news_list li a p {
	margin-top: 1px;
	padding-left: 30px;
	overflow: hidden;
}
.news_list li a:hover p {
	text-decoration: underline;
}

/* footer
---------------------------------------------------------- */
footer {
	position: relative;
	background: url(../img/common/bg_footer.jpg) no-repeat left 20% bottom / cover;
}
footer .outer_wrap {
	position: relative;
}
footer .outer_wrap::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #fff;
}
footer .outer_wrap .f_wrap {
	position: relative;
}
footer .outer_wrap .f_wrap .txt_wrap {
	padding: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
	letter-spacing: 1px;
	background: url(../img/common/tit_deco01.png) no-repeat top right / 16px, url(../img/common/tit_deco02.png) no-repeat bottom left / 16px;
}
footer .outer_wrap .f_wrap .f_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 71px 20px;
	margin: auto;
	max-width: 440px;
	width: 100%;
	font-size: 18px;
	text-align: center;
}
footer .btn_mail {
	padding: 11px 5px;
	max-width: 370px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	background-color: #213a70;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}
footer .btn_mail span {
	display: inline-block;
    padding-left: 40px;
    background: url(../img/common/ico_mail01.png) no-repeat center left / 29px;
}
footer .btn_mail:hover {
	background-color: #093a60;
}
#pagetop {
	position: fixed;
	right: 50px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	z-index: 9;
}
#pagetop a img {
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
}
#pagetop a:hover img {
	opacity: .8;
}
.copyright {
	position: relative;
	padding: 15px 0;
	color: #666;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #fff;
}
.copyright .f_wrap {
	position: relative;
	overflow: visible;
}
.copyright .links {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright .links a {
	color: #333;
	padding-left: 10px;
	background: url(../img/common/ico_arrow02.png) no-repeat left center / 5px;
}
.copyright .links a:first-child {
	margin-right: 20px;
}
.copyright .links a:hover {
	text-decoration: underline;
}


/* gallery */
.fancybox__nav {
	display: none;
}
.fancybox__thumbs {
	display: none;
}
.fancybox__content&gt;.carousel__button.is-close::before {
	display: none;
}
.gallery_content-wrap {
	position: static;
	display: none;
	padding: 50px 20px;
	max-width: 700px;
	width: 100%;
}
.gallery_content-wrap .tit_sub {
    margin-bottom: 0;
}
.gallery_content-wrap .tit_sub span {
	height: auto !important;
}
.gallery_content-wrap .tit_sub span br {
	display: block;
}
.gallery_content-wrap .btn_wrap {
	display: flex;
}
.gallery_content-wrap .btn01 {
	margin: 20px auto 0;
}
.gallery_content-wrap .btn01:first-child {
	margin-right: 10px;
}

/* tab nav */
#tab_nav ul {
	display: flex;
	align-items: end;
	overflow: hidden;
}
#tab_nav ul li {
	float: left;
	max-width: 150px;
	width: 100%;
}
#tab_nav ul li.hide_this {
	display: none;
}
#tab_nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	color: #fff;
	text-align: center;
	background-color: #213a70;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
#tab_nav ul li:nth-child(2) a {
	background-color: #d5d5d5;
}
#tab_nav ul li:nth-child(3) a {
	background-color: #2e76b7;
}
#tab_nav ul li:last-child a {
	background-color: #0d3cc6;
}
#tab_nav ul li a.current {
	padding: 15px 5px;
	color: #fff;
}
#tab_nav ul li a:hover {
	color: #fff;
	background-color: #213a70;
}
.tab_contents {
	display: none;
}
.tab_contents.current {
	display: block;
}


/* language - en */
html[lang="en-US"] #gnav {
	max-width: 1000px;
	width: 100%;
}
html[lang="en-US"] #gnav ul {
	margin-top: 15px;
}
html[lang="en-US"] #gnav ul li a {
	font-size: 14px;
}
html[lang="en-US"] .menu-header-menu-container {
	width: 70%;
}
html[lang="en-US"] footer .outer_wrap .f_wrap .txt_wrap {
	padding: 20px 10px;
	background-position: top right 1px, bottom left;
}

/* language switcher */
.language_switcher {
	margin: 0 20px 0 0;
	float: right;
	overflow: hidden;
	width: 50px !important;
	overflow: hidden;
}
.language_switcher li {
	margin-right: 10px;
}

@media screen and (max-width: 1220px) {
	/* header
	------------------------------------------------- */
	.h_wrap .btn_mail {
		max-width: 140px;
	}
	#gnav {
		width: 660px;
	}
	#gnav ul li {
		margin: 0 5px;
	}
	#gnav ul li a {
		font-size: 100%;
	}
	.h_wrap .btn_globe{
		margin-right: 5px;
	}
	.h_logo{
		width: 28%;
	}
}

@media screen and (max-width: 980px) {
	/* header
	------------------------------------------------- */
	#gnav ul li a {
		padding: 0 10px;
	}
	#gnav {
		width: 650px;
	}
	.h_wrap .btn_mail {
		max-width: 200px;
	}
	.h_logo {
		margin-top: 10px;
		width: 200px;
	}
	header .menu_wrap {
		padding: 8px 0 20px;
		margin: auto;
		max-width: 1040px;
		width: 95%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.menu_sp {
		position: relative;
		display: block;
		float: right;
		width: 35px;
		box-sizing: border-box;
		z-index: 1;
		cursor: pointer;
		background-color: #000;
	}
	.menu_sp img {
		width: 35px;
	}
	.language_wrap{
		width: 35px;
		height: 35px;
	}
	.language_wrap .btn_language{
		width: 35px;
		height: 35px;
		background-size: 20px;
	}
	.language_wrap:hover .qtranxs_widget{
		display: none;
	}
	.language_wrap.open .qtranxs_widget{
		display: block;
		left: -110%;
	}
	.language_wrap .qtranxs_widget{
		height: auto;
	}
	.language_wrap_sp{
		display: block;
	}
	.language_wrap_sp .language_wrap .qtranxs_widget li a{
		color: #333;
		padding: 8px;
		display: block;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	.language_wrap_sp .language_wrap .qtranxs_widget li{
		display: block;
		margin: 0;
		opacity: 1;
	}
	/* gNav overlay full screen
	------------------------------------------------- */
	#gnav {
		display: none;
	}
	#gnav,
	#gnav ul li {
		float: none;
		width: 100%;
	}
	.overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 22, 40, .9);
	}
	.overlay .overlay-close:hover {
		color: #ffffffb3;
	}
	.overlay-fade {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		-moz-transition: opacity 0.5s, visibility 0s 0.5s;
		-ms-transition: opacity 0.5s, visibility 0s 0.5s;
		-o-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
		z-index: 100;
	}
	.overlay-fade.open {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		-ms-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		transition: opacity 0.5s;
		z-index: 100;
	}
	.overlay-fade .menu_sp {
		margin: 12px 0 0;
		background-color: transparent;
		border-color: #fff;
	}
	#gnav_sp {
		display: block;
		margin: auto;
		width: 95%;
		border-top: 1px solid #a9a9a9;
		overflow: hidden;
	}
	#gnav_sp ul li {
		text-align: center;
		border-bottom: 1px solid #a9a9a9;
		background-image: none;
	}
	#gnav_sp ul li:last-child {
		border: 0;
		padding: 0;
		margin: 20px auto 0;
		float: none;
		width: 100%;
	}
	#gnav_sp ul li:last-child a {
		margin: auto;
	}
	#gnav_sp ul li a,
	#gnav_sp ul li span.acc {
		display: block;
		padding: 10px;
		width: 100%;
		color: #fff;
		text-align: center;
		box-sizing: border-box;
		transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
	}
	#gnav_sp ul li .acc {
		cursor: pointer;
		background: url(../img/common/ico_plus.png) no-repeat right 15px center / 10px;
	}
	#gnav_sp ul li.open .acc {
		background-image: url(../img/common/ico_minus.png);
	}
	#gnav_sp ul li.open {
		border-bottom: 0;
	}
	#gnav_sp ul li a:hover,
	#gnav_sp ul li .acc:hover {
		background-color: rgba(255, 255, 255, .4);
	}


	.copyright .links {
		position: relative;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	/* common
	---------------------------------------------------------- */
	.container,
	.h_wrap,
	.f_wrap {
		display: block;
		min-width: 0;
		width: 95%;
	}
	section,
	.section {
		padding: 60px 0;
		min-width: 0;
	}
	.tit_sub {
		margin: 0 0 25px;
	}
	.tit_sub .tit_eng {
		font-size: 100%;
	}
	.tit_sub .tit_jap {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 200%;
	}
	.tit_sec {
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-size: 150%;
	}
	.tit_sec span::before {
		bottom: -7px;
		width: 70px;
	}
	.tit_topic {
		margin-bottom: 5px;
		font-size: 120%;
	}
	.tit_topic::before {
		height: 6px;
		width: 6px;
	}
	.btn {
		max-width: 190px;
	}
	.btn01 {
		max-width: 240px;
	}

	/* header
	---------------------------------------------------------- */
	header {
		padding: 15px 0;
	}
	.overlay-fade .menu_sp {
		margin: 6px 0 0;
	}
	header .menu_wrap {
		padding-bottom: 15px;
	}
	/* news
	---------------------------------------------------------- */
	.news_wrap {
		padding: 15px 30px 30px;
	}
	.news_list li a {
		padding: 15px 25px;
	}
	.news_list li a span.date {
		padding-right: 5px;
		width: 135px;
		font-size: 100%;
	}
	.news_list li a span.cat {
		width: 115px;
	}
	.news_list li.post_product a span.cat {
		background-color: #2eafb7;
	}
	.news_list li a p {
		padding-left: 20px;
	}
	/* footer
	---------------------------------------------------------- */
	footer .outer_wrap .f_wrap .f_content {
		padding: 50px 20px;
	}
	footer .outer_wrap .f_wrap .txt_wrap {
		padding: 10px;
		margin-bottom: 15px;
		font-size: 120%;
	}
	footer .btn_mail {
		padding: 10px 5px;
		max-width: 340px;
		font-size: 90%;
	}
	footer .btn_mail span {
		padding-left: 30px;
		background-size: 22px;
	}
	#pagetop {
		right: 20px;
		width: 40px;
		height: 40px;
	}

}

@media screen and (max-width: 640px) {
	/* common
	---------------------------------------------------------- */
	section,
	.section {
		padding: 40px 0;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.tit_sub br {
		display: block;
	}
	.tit_sub {
		margin: 0 0 20px;
	}
	.tit_sub .tit_jap {
		font-size: 160%;
	}
	.tit_topic {
		font-size: 110%;
	}
	.tit_topic::before {
		top: 11px;
	}
	.btn {
		padding: 6px 10px;
		max-width: 170px;
		background-size: 5px;
	}
	.btn01 {
		padding: 8px 10px;
		max-width: 200px;
	}
	.gallery_content-wrap .btn01{
		margin: 20px 5px 0;
	}
	.fancybox__content{
		padding: 25px 10px;
	}
	/* news
	---------------------------------------------------------- */
	.news_wrap {
		padding: 20px;
	}
	.news_list li a {
		padding: 15px;
	}
	.news_list li a span.date {
		padding-right: 5px;
		margin-bottom: 15px;
		width: 125px;
	}
	.news_list li a span.cat {
		margin-top: 0;
		width: 115px;
	}
	.news_list li a p {
		padding-left: 0;
		clear: both;
	}

	/* footer
	---------------------------------------------------------- */
	footer .outer_wrap::before {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		min-width: 0;
	}
	footer .outer_wrap .f_wrap .f_content {
		padding: 30px 0;
		max-width: none;
	}
	footer .outer_wrap .f_wrap .txt_wrap {
		font-size: 110%;
		background-size: 10px;
	}
	footer .btn_mail {
		padding: 8px 5px;
		max-width: 270px;
		font-size: 90%;
	}
	footer .btn_mail span {
		padding-left: 30px;
		background-size: 22px;
	}
	#pagetop {
		right: 20px;
		width: 40px;
		height: 40px;
	}
	.copyright {
		padding: 10px 0;
		min-width: 0;
		font-size: 75%;
	}

	/* tab nav */
	#tab_nav ul li:last-child {
		margin-bottom: 0;
	}
	#tab_nav ul li a {
		padding: 5px;
	}
}

@media screen and (max-width: 480px) {
	/* common
	---------------------------------------------------------- */

	/* header
	---------------------------------------------------------- */
	.h_logo {
		width: 180px;
	}
	.menu_wrap {
		padding: 3px 10px 0;
	}
	/* news
	---------------------------------------------------------- */
	.news_list li a {
		display: block;
	}
	.news_list li a p {
		display: block;
		width: 100%;
	}
	/* footer
	---------------------------------------------------------- */
	footer .outer_wrap .f_wrap .f_content {
		padding: 40px 0;
	}
	footer .outer_wrap .f_wrap .txt_wrap {
		padding: 10px;
		font-size: 90%;
		line-height: 1.5;
		letter-spacing: 0;
	}
}</pre></body></html>