﻿html {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-size: 1rem;
	color: #231f20;
	background: #fff;
}

@media screen and (max-width: 40em){
#header {
	padding: 0 0 0 0;
	overflow: hidden;
}

.header-image {
	margin: 0;
	padding: 0 0 0.5em 0.5em;
	float: left;
        width: 70%;
        overflow: hidden;
}
}
/*pc/sp------------------------------*/
@media screen and (min-width: 64.3125em) {
	.onlyPc-hide {
		display: none!important;/*pc画面時は非表示*/
	}
}

@media screen and (max-width: 64.3124em) {
	.onlyPc {
		display: none!important;/*pc画面時以外は非表示*/
	}
}

/*sp（640px以下）で有効*/
@media screen and (min-width: 40.1em) {
	.onlySp {
		display: none!important;/*40em以上は非表示*/
	}
}

@media screen and (max-width: 40em) {
	.onlySp-hide {
		display: none!important;/*40em以下は非表示*/
	}
}
	
/*display--------------------------*/
.inline-center {
	text-align: center !important;
}


hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1em;
}


ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left:1.5em;
}
li {
  margin-left: em;
  padding-left: em;
}

li::marker {
  font-weight: bold;
  color: #0000ff;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 0.25em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #fff;
      overflow: hidden;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 0 0;
	table-layout: fixed;
	width: 100%;
　　　　background: #000000;
}
@media screen and (min-width: 64.3125em) {
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 0 0;
	table-layout: fixed;
	width: 98%;
}
}



caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 600;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}


::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", Meiryo, "メイリオ", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", Meiryo, "メイリオ", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", Meiryo, "メイリオ", sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", Meiryo, "メイリオ", sans-serif;
}



#header {
	padding: 2em 0 0 0;
	overflow: hidden;
}

.header-image {
	margin: 0;
	padding: 0 0 0 1em;
	float: left;
	height: 2.75em;
	overflow: hidden;
}

.header-info {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	padding: 0 0 0 1em;
	float: left;
	overflow: hidden;
}

.header-mail {
	display: none;
}

.header-tel {
	display: none;
}

.header-menu-button {
	display: block;
	margin: 0;
	padding: 0 2em 0 0;
	float: right;
}

.header-menu-button button {
	width: 2em;
	height: 2em;
	color: rgba(255, 255, 255, 0);
	background-color: transparent;
	background-image: url("../img/menu-button.png");
	background-size: contain;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.global-navi {
	clear: both;
	width: 100%;
	padding: 1em 0 0.5em 3em;
	display: none;
}

#header .toggle-on {
	display: block;
}

.global-navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.global-navi li {
}

.global-navi a {
	text-decoration: none;
}

#topimages {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.topimage-box:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.main-visual {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-visual img {
	width: 100%;
}

.topimages-slide-left {
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 4em;
	min-width: 2em;
	width: 5%;
	z-index: 100;
}

.topimages-slide-right {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 4em;
	min-width: 2em;
	width: 5%;
	z-index: 100;
}

.topimages-slide-left img,
.topimages-slide-right img {
	width: 100%;
}

.document {
	clear: both;
	padding: 0em 0 0em;
	overflow: hidden;
}

.contents {
	clear: both;
}

.contents a {
	text-decoration: none;
}

.toppage .contents  {
         background-image: url("");
         background-repeat: no-repeat;

}
@media screen and (max-width: 40em) {
	 background-image: url("");
         background-repeat: no-repeat;
}
}


.toppage .contents h1 {
	clear: both;
	font-size: 26px;
	font-size: 1.625rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	margin: 0 1.23em;
	padding: 0;
}

.contents .top-copy {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 1em 1.28em 0;
}

.top-infomation {
	clear: both;
	text-align: left;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 2em 2em 0;
}

.top-infomation-title {
	clear: both;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}

.top-infomation-list {
	padding-top: 1em;
}

.top-infomation-list dl {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	padding: 0;
}

.top-infomation-list dt {
	position: absolute;
	font-weight: normal;
	width: 8.5em;
}

.top-infomation-list dd {
	line-height: 1.25;
	margin-left:9em;
	padding-bottom: 0.5em;
}

.top-infomation-list a {
	text-decoration: none;
}

.top-main-items,
.top-main-items2,
.top-main-items3,
.top-main-items4 {
	clear: both;
	text-align: left;
	padding: 1em 2em 0;
}

.top-main-items ul,
.top-main-items2 ul,
.top-main-items3 ul,
.top-main-items4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.top-main-items li,
.top-main-items2 li,
.top-main-items3 li,
.top-main-items4 li {
	position: relative;
	margin-bottom: 2em;
}

.top-main-items .item-image,
.top-main-items2 .item-image,
.top-main-items3 .item-image,
.top-main-items4 .item-image {
	overflow: hidden;
}

.top-main-items .item-image img,
.top-main-items2 .item-image img,
.top-main-items3 .item-image img,
.top-main-items4 .item-image img {
	width: 100%;
	height: 100%;
}

.top-main-items .item-title,
.top-main-items2 .item-title,
.top-main-items3 .item-title,
.top-main-items4 .item-title {
	position: absolute;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
	top: 50%;
	top: -webkit-calc(50% - 0.3em);
	top: calc(50% - 0.3em);
	width: 100%;
	text-align: center;
}

.top-main-items .item-title-belt,
.top-main-items2 .item-title-belt,
.top-main-items3 .item-title-belt,
.top-main-items4 .item-title-belt {
	position: absolute;
	font-size: 24px;
	font-size: 1.5rem;
	top: 50%;
	width: 100%;
	height: 1.62em;
	text-align: center;
}

.top-main-items .item-link,
.top-main-items2 .item-link,
.top-main-items3 .item-link,
.top-main-items4 .item-link {
	position: absolute;
	font-size: 20px;
	font-size: 1.25rem;
	top: 72%;
	top: -webkit-calc(50% + 2.5em);
	top: calc(50% + 2.5em);
	width: 100%;
	text-align: center;
}

.top-main-items .item-link a,
.top-main-items2 .item-link a,
.top-main-items3 .item-link a,
.top-main-items4 .item-link a {
	text-decoration: none;
}

.top-sub-title {
	clear: both;
	width: 100%;
	padding-top: 1em;
}

.top-sub-title img {
	width: 100%;
}

.top-sub-copy {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 2em 2.2857em 0;
	line-height: 2;
	text-align: center;
}

.top-sub-items,
.top-sub-items2,
.top-sub-items3,
.top-sub-items4 {
	clear: both;
	text-align: left;
	padding: 2em 2em 0;
}

.top-sub-items ul,
.top-sub-items2 ul,
.top-sub-items3 ul,
.top-sub-items4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.top-sub-items li,
.top-sub-items2 li,
.top-sub-items3 li,
.top-sub-items4 li {
	margin-bottom: 2em;
}

.top-sub-items .item-image,
.top-sub-items2 .item-image,
.top-sub-items3 .item-image,
.top-sub-items4 .item-image {
	width: 100%;
}

.top-sub-items .item-image img,
.top-sub-items2 .item-image img,
.top-sub-items3 .item-image img,
.top-sub-items4 .item-image img {
	width: 100%;
}

.top-sub-items .item-title,
.top-sub-items2 .item-title,
.top-sub-items3 .item-title,
.top-sub-items4 .item-title {
	padding-top: 0.5em;
}

.top-sub-items .item-caption,
.top-sub-items2 .item-caption,
.top-sub-items3 .item-caption,
.top-sub-items4 .item-caption {
	padding-top: 0.25em;
}

.top-sub-items .item-comment,
.top-sub-items2 .item-comment,
.top-sub-items3 .item-comment,
.top-sub-items4 .item-comment {
	font-size: 12px;
	font-size: 0.75rem;
	padding-top: 1em;
}

.top-sub-items .item-link,
.top-sub-items2 .item-link,
.top-sub-items3 .item-link,
.top-sub-items4 .item-link {
	font-size: 12px;
	font-size: 0.75rem;
	padding-top: 1em;
}

#footer {
	clear: both;
	padding-top: 1.5em;
	padding-left: 1em;
}

#footer .footer-global-navi {
	font-size: 10px;
	font-size: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0 0 1em;
}

#footer .footer-navi {
	display: none;
}

#footer .footer-navi li {
}

#footer .footer-global-navi a,
#footer .footer-navi a {
	text-decoration: none;
}

.side-menu {
	display: none;
}

.underpage .page-title {
	clear: both;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 1.23em;
	padding: 0;
}

.underpage .page-title-03 {
	clear: both;
	font-size: 32px;
	font-size: 2rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

.contents .page-copy {
	margin: 0 0 0 2em;
	padding-bottom: 1em;
}

.contents .page-copy-03 {
	margin: 0;
	padding-bottom: 1em;
	text-align: center;
	width: 100%;
}

.contents .page-image {
	margin: 0 2em;
	text-align: center;
}
.contents .page-image img {
	width: 100%;
	padding-bottom: 2em;
}

.content-section,
.content-section-05,
.content-section-09 {
	clear: both;
	margin: 0 0.5em 1em;
	overflow: hidden;
}

.content-section .content-image,
.content-section .content-body {
	width: 100%;
}

.content-section .content-body {
	padding-bottom: 1em;
}

.content-section .content-body h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.content-section .content-body p {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
	padding: 0 0 0.571em 0;
}

.content-section .content-image img {
	width: 100%;
}
.content-section-05 .content-body {
	clear: both;
	width: 100%;
}

.content-section-05 h2 {
	clear: both;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.content-section-05 p {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
	padding: 0 0 0.571em 0;
}

.content-section-05 .content-image {
	float: left;
	width: 28%;
	min-width: 10em;
	padding-right: 2em;
	padding-bottom: 1em;
}

.content-section-05 .content-image img {
	width: 100%;
}

.content-map {
	width: 100%;
	margin-bottom: 2em;
}

.content-section-09 h2 {
	clear: both;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.content-section-09 dl {
	margin: 0 0 1em 0;
	padding: 0;
}

.content-section-09 dt {
	position: absolute;
	font-weight: normal;
	width: 5em;
}

.content-section-09 dd {
	line-height: 1.25;
	margin-left: 5em;
}

.content-section-gallery {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0 2em 1em;
}

.content-section-gallery .gallery-main {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: auto;
	margin: 0 0 0.1em 0;
}

.content-section-gallery .gallery-main:before {
	content: "";
	display: block;
	padding-top: 75%;
}

.content-section-gallery .gallery-list {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: auto;
	overflow: auto;
}

.content-section-gallery .gallery-list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.content-section-gallery .gallery-list li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 10em;
	margin: 0 0 0 0.1em;
}

.content-section-gallery img {
	width: 100%;
}

.content-section-gallery video {
	width: 100%;
}
.list_company,
.list_companye > dt{
    box-sizing: border-box;
    margin-left: 0em; margin-right: 0em;margin-top: 0em;
}
.list_company > dd {
    box-sizing: border-box;
margin-left: 0em; margin-right: 0em;margin-top: 0em;
border-bottom: 2px solid #3cb37a;
    
}

.list_company > dt,
    .list_company > dd {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: px;
    }
    .list_company > dt {
        width: 40%;higt:100%;
        padding: px;
        margin-top:em;
    }
    .list_company > dd {
        width: 60%;;higt:100%;
        padding: px;
        margin-left: 7em; margin-right: 0em;margin-top: em;
        border-bottom: 0px solid ;
    }
@media screen and (max-width: 640px) {
    .list_company > dd {
         padding:0em; 
         margin-left: 5em; margin-right: 0em;margin-top: em;
        
    }

@media print, (min-width: 40em) {
    .list_company {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        border-bottom: 2px solid #3cb37a;
    }
    .list_company > dt,
    .list_company > dd {
        display: flex;
        flex-direction: column;
         margin-left: 10em; margin-right: 0em;
        padding: 0px;
        border-bottom:px solid #3cb37a;
    }
    .list_company > dt {
        width: 40%;
        margin-left: 2em; margin-right: 2em;
    }
    .list_company > dd {
        width: 60%;
        padding: 0px;
        border-bottom:px solid ;
    }
}
/*--お知らせ枠--------------------------*/
.oshirase5 {
	width: 100%; 
	margin: 0 auto; 
	padding: 5px;
        border: 0px solid 0; 
        border-radius:0px;
}
.oshirase__title {
	text-align: center;
}
.oshirase__text {

}
.oshirase__list {
	width: 85%; margin: 0 auto;
}
.list-dl {
	display: block;
	margin-bottom: 0;
}
.list-dl + .list-dl {
	margin-top: 1em;
}
.list-dt {
	margin-right: 5%;
	margin-bottom: 0.5em;
}
.list-dd {
	text-align: left;
}
@media screen and (min-width: 64.3125em) {
	.oshirase5 {
	width: 80%; 
	margin: 0 auto; 
	padding: 5px;
        border: 0px solid 0; 
        border-radius:0px;
}
}
.oshirase4 {
	width: 100%; 
	margin: 0 auto; 
	padding: 0px;
        border: 0px solid 0; 
        border-radius:0px;
}
.oshirase__title {
	text-align: center;
}
.oshirase__text {

}
.oshirase__list {
	width: 85%; margin: 0 auto;
}
.list-dl {
	display: block;
	margin-bottom: 0;
}
.list-dl + .list-dl {
	margin-top: 1em;
}
.list-dt {
	margin-right: 5%;
	margin-bottom: 0.5em;
}
.list-dd {
	text-align: left;
}
@media screen and (min-width: 64.3125em) {
	.oshirase4 {
	width: 80%; 
	margin: 0 auto; 
	padding: 0px;
        border: 0px solid 0; 
        border-radius:0px;
}
}

.oshirase3 {
	width: 95%; 
	margin: 0 auto; 
	padding: 0px;
        border: 0px solid 0; 
        border-radius:0px;
}
.oshirase__title {
	text-align: center;
}
.oshirase__text {

}
.oshirase__list {
	width: 85%; margin: 0 auto;
}
.list-dl {
	display: block;
	margin-bottom: 0;
}
.list-dl + .list-dl {
	margin-top: 1em;
}
.list-dt {
	margin-right: 5%;
	margin-bottom: 0.5em;
}
.list-dd {
	text-align: left;
}
@media screen and (min-width: 64.3125em) {
	.oshirase3 {
	width: 60%; 
	margin: 0 auto; 
	padding: 0px;
        border: 0px solid 0; 
        border-radius:0px;
}
}
.oshirase2 {
	width:95%; 
	margin: 0 auto; 
	padding: 0px;
        border: 0px solid 0; 
        border-radius:0px;
}
.oshirase__title {
	text-align: center;
}
.oshirase__text {

}
.oshirase__list {
	width: 85%; margin: 0 auto;
}
.list-dl {
	display: block;
	margin-bottom: 0;
}
.list-dl + .list-dl {
	margin-top: 1em;
}
.list-dt {
	margin-right: 5%;
	margin-bottom: 0.5em;
}
.list-dd {
	text-align: left;
}
@media screen and (min-width: 64.3125em) {
	oshirase2 {
	width: 70%; 
	margin: 0 auto; 
	padding: 0px;
        border: 0px solid 0; 
        border-radius:0px;
}
}
.oshirase {
	width: 88%; 
	margin: 0 auto; 
	padding: 1em;
        border: 3px solid #dcd3b2; 
        border-radius: 20px;
}
.oshirase__title {
	text-align: center;
}
.oshirase__text {

}
.oshirase__list {
	width: 85%; margin: 0 auto;
}
.list-dl {
	display: block;
	margin-bottom: 0;
}
.list-dl + .list-dl {
	margin-top: 1em;
}
.list-dt {
	margin-right: 5%;
	margin-bottom: 0.5em;
}
.list-dd {
	text-align: left;
}
@media screen and (min-width: 64.3125em) {
	.oshirase {
	width: 60%; 
	margin: 0 auto; 
	padding: 1em;
        border: 3px solid #dcd3b2; 
        border-radius: 20px;
}
}

/**
 * >= 640px
 */

@media screen and (min-width: 40em) {
	.top-main-items li:nth-child(2n+1),
	.top-main-items2 li:nth-child(2n+1),
	.top-main-items3 li:nth-child(2n+1),
	.top-main-items4 li:nth-child(2n+1) {
		clear: both;
		float: left;
		width: 48%;
	}

	.top-main-items li:nth-child(2n+0),
	.top-main-items2 li:nth-child(2n+0),
	.top-main-items3 li:nth-child(2n+0),
	.top-main-items4 li:nth-child(2n+0) {
		clear: none;
		float: right;
		width: 48%;
	}

	.top-sub-items li:nth-child(2n+1),
	.top-sub-items2 li:nth-child(2n+1),
	.top-sub-items3 li:nth-child(2n+1),
	.top-sub-items4 li:nth-child(2n+1) {
		clear: both;
		float: left;
		width: 48%;
	}

	.top-sub-items li:nth-child(2n+0),
	.top-sub-items2 li:nth-child(2n+0),
	.top-sub-items3 li:nth-child(2n+0),
	.top-sub-items4 li:nth-child(2n+0) {
		clear: none;
		float: right;
		width: 48%;
	}
}


iframe {
　position: absolute;
　top: 0;
　left: 0;
　width: 100%;
　height: 100%;
}
.iframeWrapper {
　position: relative;
  width: 90%;
　padding-top: 58%;
}
}
.my-parts {
  position: relative;
  width: 100%;
  padding-top:30%; /* = height ÷ width × 100 */
  height: 0;
  overflow: hidden;
}
.my-parts iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
}


/**
 * >= 1029px
 */

@media screen and (min-width: 64.3125em) {
	#page {
		margin: 0 auto;
		max-width: 1025px;
		position: relative;
	}

	#header {
		padding-top: 2.25em;
	}

	.header-image {
		margin: 0;
		padding: 0 0 0 1.375em;
		float: left;
		height: 3.375em;
		overflow: hidden;
	}

	.header-info {
		font-size: 16px;
		font-size: 1rem;
		margin: 0;
		padding: 0 0 0 1em;
		float: left;
		overflow: hidden;
	}

	.header-mail {
		display: none;
	}

	.header-mail a {
		display: block;
		font-size: 10px;
		font-size: 0.625rem;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background-image: url("../img/icon-mail.png");
		background-size: contain;
		background-repeat: no-repeat;
		text-decoration: none;
		line-height: 3.2;
		height: 3.5em;
		padding-left: 6em;
		padding-right: 1.5em;
	}

	.header-tel {
		display: block;
		margin: 0;
		padding: 1em 1em 0 0;
		float: right;
		height: 3.625em;
		overflow: hidden;
	}

	.header-menu-button {
		display: none;
	}

	.global-navi {
		clear: both;
		width: 100%;
		height: 3.6875em;
		text-align: center;
		padding: 0;
		display: block;
	}

	.global-navi li {
		display: inline-block;
		margin: 1.125em 0.875em 0;
	}

	.global-navi a {
		text-decoration: none;
	}

	.toppage .contents {
		text-align: center;
	}

	.top-infomation {
		padding: ; 5em 3.75em 5em 3.75em 
	}

	.top-infomation-title {
		clear: both;
		float: left;
		font-size: 16px;
		font-size: 1rem;
		width: 15em;
		padding-top: 0.5em;
		text-align: center;
	}

	.top-infomation-list {
		float: right;
		width: 45em;
		padding-top: 0;
	}

	.top-infomation-list dd {
		width: 45em;
		padding-bottom: 1em;
	}

	.top-main-items,
	.top-main-items2,
	.top-main-items3,
	.top-main-items4 {
		clear: both;
		text-align: left;
		padding: 2.25em 5.75em 0em 5.75em;
	}

	.top-main-items li:nth-child(2n+1),
	.top-main-items2 li:nth-child(2n+1) {
		clear: left;
		float: left;
		width: 48.9375em;
		padding-right: 0;
		position: relative;
	}
	.top-main-items li:nth-child(2n+0),
	.top-main-items2 li:nth-child(2n+0) {
		clear: none;
		float: left;
		width: 48.9375em;
		padding-right: 0;
		position: relative;
	}

	.top-main-items3 li:nth-child(3n+1) {
		clear: left;
		float: left;
		width: 15.75em;
		padding-right: 1.2em;
                padding-left: 1.2em;
		position: relative;
	}
	.top-main-items3 li:nth-child(3n+2) {
		clear: none;
		float: left;
		width: 15.75em;
		padding-right: 1.2em;
		position: relative;
	}
	.top-main-items3 li:nth-child(3n+0) {
		clear: none;
		float: left;
		width: 15.75em;
		padding-right: 1.2em;
		position: relative;
	}

	.top-main-items4 li:nth-child(4n+1) {
		clear: left;
		float: left;
		width: 11.1562em;
		padding-right: 2.625em;
		position: relative;
	}
	.top-main-items4 li:nth-child(4n+2),
	.top-main-items4 li:nth-child(4n+3) {
		clear: none;
		float: left;
		width: 11.1562em;
		padding-right: 2.625em;
		position: relative;
	}
	.top-main-items4 li:nth-child(4n+0) {
		clear: none;
		float: left;
		width: 11.1562em;
		padding-right: 0;
		position: relative;
	}

	.top-main-items .item-image,
	.top-main-items2 .item-image {
		width: 24.9375em;
		height: ;
		overflow: hidden;
	}
	.top-main-items3 .item-image {
		width: 15.75em;
		height: ;
		overflow: hidden;
	}
	.top-main-items4 .item-image {
		width: 11.1562em;
		height: 6.9947em;
		overflow: hidden;
	}

	.top-main-items .item-title,
	.top-main-items2 .item-title {
		position: absolute;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1;
		top: 4.8289em;
		width: 19.95em;
		text-align: center;
	}
	.top-main-items3 .item-title {
		position: absolute;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1;
		top: 2.6em;
		width: 12.6em;
		text-align: center;
	}
	.top-main-items4 .item-title {
		position: absolute;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1;
		top: 1.5em;
		width: 8.9249em;
		text-align: center;
	}

	.top-main-items .item-title-belt,
	.top-main-items2 .item-title-belt {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 7.7236em;
		width: 24.9375em;
		height: 1.375em;
		text-align: center;
	}
	.top-main-items3 .item-title-belt {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 4.875em;
		width: 15.75em;
		height: 1.375em;
		text-align: center;
	}
	.top-main-items4 .item-title-belt {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 3.5em;
		width: 11.1562em;
		height: 1.375em;
		text-align: center;
	}

	.top-main-items .item-link,
	.top-main-items2 .item-link {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 12.75em;
		width: 24.9375em;
		text-align: center;
	}
	.top-main-items3 .item-link {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 7.125em;
		width: 15.75em;
		text-align: center;
	}
	.top-main-items4 .item-link {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 5em;
		width: 11.1562em;
		text-align: center;
	}

	.top-sub-title {
		clear: both;
		width: 60.0625em;
		padding: 4.375em 0 0 2em;
	}

	.top-sub-items,
	.top-sub-items2,
	.top-sub-items3,
	.top-sub-items4 {
		padding: 2em 0 0 5.5em;
	}

	.top-sub-items li:nth-child(2n+1),
	.top-sub-items2 li:nth-child(2n+1) {
		clear: left;
		float: left;
		width: 25.1875em;
		padding-right: 1.6875em;
	}
	.top-sub-items li:nth-child(2n+0),
	.top-sub-items2 li:nth-child(2n+0) {
		clear: none;
		float: left;
		width: 25.1875em;
		padding-right: 0;
	}

	.top-sub-items3 li:nth-child(3n+1) {
		clear: left;
		float: left;
		width: 16.2291em;
		padding-right: 1.6875em;
	}
	.top-sub-items3 li:nth-child(3n+2) {
		clear: none;
		float: left;
		width: 16.2291em;
		padding-right: 1.6875em;
	}
	.top-sub-items3 li:nth-child(3n+0) {
		clear: none;
		float: left;
		width: 16.2291em;
		padding-right: 0;
	}

	.top-sub-items4 li:nth-child(4n+1) {
		clear: left;
		float: left;
		width: 11.75em;
		padding-right: 1.6875em;
	}
	.top-sub-items4 li:nth-child(4n+2),
	.top-sub-items4 li:nth-child(4n+3) {
		clear: none;
		float: left;
		width: 11.75em;
		padding-right: 1.6875em;
	}
	.top-sub-items4 li:nth-child(4n+0) {
		clear: none;
		float: left;
		width: 11.75em;
		padding-right: 0;
	}

	.top-sub-items .item-image,
	.top-sub-items2 .item-image {
		width: 25.1875em;
	}
	.top-sub-items3 .item-image {
		width: 16.2291em;
	}
	.top-sub-items4 .item-image {
		width: 11.75em;
	}

	.top-sub-items .item-image img,
	.top-sub-items2 .item-image img,
	.top-sub-items3 .item-image img,
	.top-sub-items4 .item-image img {
		width: 100%;
	}

	.top-sub-items .item-title,
	.top-sub-items2 .item-title,
	.top-sub-items3 .item-title,
	.top-sub-items4 .item-title {
		padding-top: 0.5em;
	}

	.top-sub-items .item-caption,
	.top-sub-items2 .item-caption,
	.top-sub-items3 .item-caption,
	.top-sub-items4 .item-caption {
		padding-top: 0.25em;
	}

	.top-sub-items .item-comment,
	.top-sub-items2 .item-comment,
	.top-sub-items3 .item-comment,
	.top-sub-items4 .item-comment {
		font-size: 12px;
		font-size: 0.75rem;
		padding-top: 1em;
	}

	.top-sub-items .item-link,
	.top-sub-items2 .item-link,
	.top-sub-items3 .item-link,
	.top-sub-items4 .item-link {
		font-size: 10px;
		font-size: 0.625rem;
		padding-top: 1em;
	}

	#footer {
		padding: 1em 1.5em 1.5em;
		overflow: hidden;
	}

	#footer .footer-global-navi {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0 0 1em;
		text-align: center;
	}

	#footer .footer-global-navi li {
		display: inline-block;
		margin: 0 0.5em 0;
	}

	#footer .footer-navi {
		display: block;
		float: left;
		font-size: 12px;
		font-size: 0.75rem;
		width: 12em;
		list-style: none;
		margin: 0 0 1em 0;
		padding: 0;
	}

	.underpage .contents {
		margin: 0;
	}

	.underpage .page-title {
		margin: 0 1.23em;
		text-align: center;
	}

	.contents .page-image {
		margin: 0 0em;
		text-align: center;
	}
	.contents .page-image img {
		width: auto;
	}

	.contents .page-copy {
		margin: 0 5.75em;
	}

	.content-section,
	.content-section-05,
	.content-section-09 {
		margin: 0 5.75em 1em;
	}

	.content-section .content-image {
		float: left;
		width: 21em;
		margin-right: 1em;
	}

	.content-section .content-body {
		float: left;
		width: 29em;
		margin-right: 1em;
	}

	.content-section-gallery {
		-webkit-flex-direction: row;
		flex-direction: row;
		margin: 0 5.75em 1em;
	}

	.content-section-gallery .gallery-main {
		width: 37.5625em;
		height: 28.1718em;
		margin: 0 0.1em 0 0;
	}

	.content-section-gallery .gallery-main:before {
		content: normal;
		display: none;
		padding-top: 0;
	}

	.content-section-gallery .gallery-list {
		width: 15em;
		height: 28.1718em;
	}

	.content-section-gallery .gallery-list ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;
		overflow-x: none;
		overflow-y: auto;
	}

	.content-section-gallery .gallery-list li {
		width: auto;
		height: auto;
		margin: 0 0 0.1em 0;
	}
}

@media print,and (min-width: 64.3125em) {
	#page {
		margin: 0 auto;
		max-width: 1000px;
		position: relative;
	}

	#header {
		padding-top: 2.25em;
	}

	.header-image {
		margin: 0;
		padding: 0 0 0 1.375em;
		float: left;
		height: 3.375em;
		overflow: hidden;
	}

	.header-info {
		font-size: 16px;
		font-size: 1rem;
		margin: 0;
		padding: 0 0 0 1em;
		float: left;
		overflow: hidden;
	}

	.header-mail {
		display: none;
	}

	.header-mail a {
		display: block;
		font-size: 10px;
		font-size: 0.625rem;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background-image: url("../img/icon-mail.png");
		background-size: contain;
		background-repeat: no-repeat;
		text-decoration: none;
		line-height: 3.2;
		height: 3.5em;
		padding-left: 6em;
		padding-right: 1.5em;
	}

	.header-tel {
		display: block;
		margin: 0;
		padding: 1em 1em 0 0;
		float: right;
		height: 3.625em;
		overflow: hidden;
	}

	.header-menu-button {
		display: none;
	}

	.global-navi {
		clear: both;
		width: 100%;
		height: 3.6875em;
		text-align: center;
		padding: 0;
		display: block;
	}

	.global-navi li {
		display: inline-block;
		margin: 1.125em 0.875em 0;
	}

	.global-navi a {
		text-decoration: none;
	}

	.toppage .contents {
		text-align: center;
	}

	.top-infomation {
		padding: ; 0.2em 0.2em 0.2em 0.2em 
	}

	.top-infomation-title {
		clear: both;
		float: left;
		font-size: 16px;
		font-size: 1rem;
		width: 10em;
		padding-top: 1.0em;
		text-align: center;
	}

	.top-infomation-list {
		float: right;
		width: 30em;
		padding-top: 0;
	}

	.top-infomation-list dd {
		width: 30em;
		padding-bottom: 1em;
	}

	.top-main-items,
	.top-main-items2,
	.top-main-items3,
	.top-main-items4 {
		clear: both;
		text-align: left;
		padding: 0.5em 1.5em 0.5em 2.0em;
	}

	.top-main-items li:nth-child(2n+1),
	.top-main-items2 li:nth-child(2n+1) {
		clear: left;
		float: left;
		width: 26em;
		padding-left: 8em;
		position: relative;
	}
	.top-main-items li:nth-child(2n+0),
	.top-main-items2 li:nth-child(2n+0) {
		clear: none;
		float: left;
		width: 26em;
		padding-left: 8em;
		position: relative;
	}

	.top-main-items3 li:nth-child(3n+1) {
		clear: left;
		float: left;
		width: 12.5em;
		padding-right: 0.8em;
		position: relative;
	}
	.top-main-items3 li:nth-child(3n+2) { 
		clear: none;
		float: left;
		width: 12.5em;
		padding-right: 0.8em;
		position: relative;
	}
	.top-main-items3 li:nth-child(3n+0) { 
	        clear: none;
		float: left;
		width: 12.5em;
		padding-right: 0em;
		position: relative;
	}

	.top-main-items4 li:nth-child(4n+1) {
		clear: left;
		float: left;
		width: 11.1562em;
		padding-right: 2.625em;
		position: relative;
	}
	.top-main-items4 li:nth-child(4n+2),
	.top-main-items4 li:nth-child(4n+3) {
		clear: none;
		float: left;
		width: 11.1562em;
		padding-right: 2.625em;
		position: relative;
	}
	.top-main-items4 li:nth-child(4n+0) {
		clear: none;
		float: left;
		width: 11.1562em;
		padding-right: 0;
		position: relative;
	}

	.top-main-items .item-image,
	.top-main-items2 .item-image {
		width: 24.9375em;
		height: ;
		overflow: hidden;
	}
	.top-main-items3 .item-image { 

		width: 12.5em;
		height:  ;
		overflow: hidden;
	}
	.top-main-items4 .item-image {
		width: 11.1562em;
		height: 6.9947em;
		overflow: hidden;
	}

	.top-main-items .item-title,
	.top-main-items2 .item-title {
		position: absolute;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1;
		top: 4.8289em;
		width: 19.95em;
		text-align: center;
	}
	.top-main-items3 .item-title {
		position: absolute;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1;
		top: 2.6em;
		width: 12.6em;
		text-align: center;
	}
	.top-main-items4 .item-title {
		position: absolute;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1;
		top: 1.5em;
		width: 8.9249em;
		text-align: center;
	}

	.top-main-items .item-title-belt,
	.top-main-items2 .item-title-belt {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 7.7236em;
		width: 24.9375em;
		height: 1.375em;
		text-align: center;
	}
	.top-main-items3 .item-title-belt {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 4.875em;
		width: 15.75em;
		height: 1.375em;
		text-align: center;
	}
	.top-main-items4 .item-title-belt {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 3.5em;
		width: 11.1562em;
		height: 1.375em;
		text-align: center;
	}

	.top-main-items .item-link,
	.top-main-items2 .item-link {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 12.75em;
		width: 24.9375em;
		text-align: center;
	}
	.top-main-items3 .item-link {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 7.125em;
		width: 15.75em;
		text-align: center;
	}
	.top-main-items4 .item-link {
		position: absolute;
		font-size: 16px;
		font-size: 1rem;
		top: 5em;
		width: 11.1562em;
		text-align: center;
	}

	.top-sub-title {
		clear: both;
		width: 60.0625em;
		padding: 4.375em 0 0 2em;
	}

	.top-sub-items,
	.top-sub-items2,
	.top-sub-items3,
	.top-sub-items4 {
		padding: 0.5em 1.5em 0.5em 2.0em;
	}

	.top-sub-items li:nth-child(2n+1),
	.top-sub-items2 li:nth-child(2n+1) {
		clear: left;
		float: left;
		width: 25.1875em;
		padding-right: 1.6875em;
	}
	.top-sub-items li:nth-child(2n+0),
	.top-sub-items2 li:nth-child(2n+0) {
		clear: none;
		float: left;
		width: 25.1875em;
		padding-right: 0;
	}

	.top-sub-items3 li:nth-child(3n+1) {
		clear: left;
		float: left;
		width: 12.8em;
		padding-right: 0.8em;
	}
	.top-sub-items3 li:nth-child(3n+2) {
		clear: none;
		float: left;
		width: 12.8em;
		padding-right: 0.8em;
	}
	.top-sub-items3 li:nth-child(3n+0) {
		clear: none;
		float: left;
		width: 12.8em;
		padding-right: 0;
	}

	.top-sub-items4 li:nth-child(4n+1) {
		clear: left;
		float: left;
		width: 11.75em;
		padding-right: 1.6875em;
	}
	.top-sub-items4 li:nth-child(4n+2),
	.top-sub-items4 li:nth-child(4n+3) {
		clear: none;
		float: left;
		width: 11.75em;
		padding-right: 1.6875em;
	}
	.top-sub-items4 li:nth-child(4n+0) {
		clear: none;
		float: left;
		width: 11.75em;
		padding-right: 0;
	}

	.top-sub-items .item-image,
	.top-sub-items2 .item-image {
		width: 25.1875em;
	}
	.top-sub-items3 .item-image {
		width: 16.2291em;
	}
	.top-sub-items4 .item-image {
		width: 11.75em;
	}

	.top-sub-items .item-image img,
	.top-sub-items2 .item-image img,
	.top-sub-items3 .item-image img,
	.top-sub-items4 .item-image img {
		width: 100%;
	}

	.top-sub-items .item-title,
	.top-sub-items2 .item-title,
	.top-sub-items3 .item-title,
	.top-sub-items4 .item-title {
		padding-top: 0.5em;
	}

	.top-sub-items .item-caption,
	.top-sub-items2 .item-caption,
	.top-sub-items3 .item-caption,
	.top-sub-items4 .item-caption {
		padding-top: 0.25em;
	}

	.top-sub-items .item-comment,
	.top-sub-items2 .item-comment,
	.top-sub-items3 .item-comment,
	.top-sub-items4 .item-comment {
		font-size: 12px;
		font-size: 0.75rem;
		padding-top: 1em;
	}

	.top-sub-items .item-link,
	.top-sub-items2 .item-link,
	.top-sub-items3 .item-link,
	.top-sub-items4 .item-link {
		font-size: 10px;
		font-size: 0.625rem;
		padding-top: 1em;
	}

	#footer {
		padding: 1em 1.5em 1.5em;
		overflow: hidden;
	}

	#footer .footer-global-navi {
		list-style: none;
		width: 100%;
		margin: 0;
		padding: 0 0 1em;
		text-align: center;
	}

	#footer .footer-global-navi li {
		display: inline-block;
		margin: 0 0.5em 0;
	}

	#footer .footer-navi {
		display: block;
		float: left;
		font-size: 12px;
		font-size: 0.75rem;
		width: 12em;
		list-style: none;
		margin: 0 0 1em 0;
		padding: 0;
	}

	.underpage .contents {
		margin: 0;
	}

	.underpage .page-title {
		margin: 0 1.23em;
		text-align: center;
	}

	.contents .page-image {
		margin: 0 0em;
		text-align: center;
	}
	.contents .page-image img {
		width: auto;
	}

	.contents .page-copy {
		margin: 0 5.75em;
	}

	.content-section,
	.content-section-05,
	.content-section-09 {
		margin: 0 5.75em 1em;
	}

	.content-section .content-image {
		float: left;
		width: 21em;
		margin-right: 1em;
	}

	.content-section .content-body {
		float: left;
		width: 29em;
		margin-right: 1em;
	}

	.content-section-gallery {
		-webkit-flex-direction: row;
		flex-direction: row;
		margin: 0 5.75em 1em;
	}

	.content-section-gallery .gallery-main {
		width: 37.5625em;
		height: 28.1718em;
		margin: 0 0.1em 0 0;
	}

	.content-section-gallery .gallery-main:before {
		content: normal;
		display: none;
		padding-top: 0;
	}

	.content-section-gallery .gallery-list {
		width: 15em;
		height: 28.1718em;
	}

	.content-section-gallery .gallery-list ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;
		overflow-x: none;
		overflow-y: auto;
	}

	.content-section-gallery .gallery-list li {
		width: auto;
		height: auto;
		margin: 0 0 0.1em 0;
	}
        .no-print {
        display: none;
      }
	
}
.lh1 {
	line-height: 1;
}
.lh125 {
	line-height: 1.25;
}
.lh15 {
	line-height: 1.5;
}
.lh175 {
	line-height: 1.75;
}
.lh2 {
	line-height: 2;
}

.mb05 {
	margin-bottom: 0.5em;
}
.mb1 {
	margin-bottom: 1em;
}
.mb15 {
	margin-bottom: 1.5em;
}
.mb2 {
	margin-bottom: 2em;
}
.mb25 {
	margin-bottom: 2.5em;
}
.mb3 {
	margin-bottom: 3em;
}
.mb35 {
	margin-bottom: 3.5em;
}
.mb4 {
	margin-bottom: 4em;
}
.mb45 {
	margin-bottom: 4.5em;
}
/*=============================================
               トップへ戻るボタン
=============================================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 4%;
  bottom: 2%;
  background: #B0C4DE;
  opacity: 0.5;
  border-radius: 50%;
}

@media screen and (min-width: 64.3125em) {
	#page_top {
		right: 20%;
	}
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #0066cc;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*---------------------------------------------
                    line
---------------------------------------------*/
.dotLine {
  border-top: 5px dotted #0066cc;
  margin-top: 10em;
}

.line {
  border-top: 5px solid #0066cc;
}

.dotLine,
.line {
  margin-right: auto;
  margin-left: auto;
}
/*---------------------------------------------
                table-1
---------------------------------------------*/
.table-1 th {
  background: #666;
  color: #fff;
  text-align: center;
  border: 0.3em solid #fff;
}

.table-1 td {
  background: #e6e6e6;
  border: 0.3em solid #fff;
  padding-left: 1em;
}

/*th要素の上寄せ----------------*/

.th-top-alignment th {
  vertical-align: top;
}
}

/*width------------------------------*/
.wd100px {
  width: 100px;
}
.wd200px {
  width: 200px;
}

.wd15 {
  width: 15%;
}
.wd18 {
  width: 18.3%;
}
.wd20 {
  width: 20%;
}
.wd22 {
  width: 22%;
}
.wd25 {
  width: 25%;
}
.wd27 {
  width: 27%;
}
.wd30 {
  width: 30%;
}
.wd33 {
  width: 33.33%;
}
.wd35 {
  width: 35%;
}
.wd40 {
  width: 40%;
}
.wd45 {
  width: 45%;
}
.wd49 {
  width: 49%;
}
.wd50 {
  width: 50%;
}
.wd55 {
  width: 55%;
}
.wd65 {
  width: 65%;
}
.wd70 {
  width: 70%;
}
.wd74 {
  width: 74%;
}
.wd76 {
  width: 76%;
}
.wd78 {
  width: 78%;
}
.wd80 {
  width: 80%;
}
.wd82 {
  width: 82%;
}
.wd90 {
  width: 90%;
}
.wd100 {
  width: 100%;
}
@media screen and (max-width: 40em) {
  .under40em-wd10 {
    width: 10%!important;
  }
  .under40em-wd20 {
    width: 20%!important;
  }
  .under40em-wd25 {
    width: 25%!important;
  }
  .under40em-wd30 {
    width: 30%!important;
  }
  .under40em-wd49 {
    width: 49%!important;
  }
  .under40em-wd50 {
    width: 50%!important;
  }
  .under40em-wd100 {
    width: 100%!important;
  }
}
@media screen and (max-width: 64.3125em) {
  .under64em-wd100 {
    width: 100%;
  }
}
@media screen and (min-width: 40.01em) and (max-width: 64em) {
  .within40-64em-wd49 {
    width: 49%!important;
  }
}

/*pc/sp------------------------------*/

@media screen and (min-width: 64.3125em) {
	.onlyPc-hide {
		display: none!important;/*pc画面時は非表示*/
	}
}

@media screen and (max-width: 64.3124em) {
	.onlyPc {
		display: none!important;/*pc画面時以外は非表示*/
	}
}

/*sp（640px以下）で有効*/
@media screen and (min-width: 40.1em) {
	.onlySp {
		display: none!important;/*40em以上は非表示*/
	}
}

@media screen and (max-width: 40em) {
	.onlySp-hide {
		display: none!important;/*40em以下は非表示*/
	}
}
/*=============================================
                 Media Queries
===============================================

@media screen and (max-width: 23.125em)= 370px以下
@media screen and (max-width: 40em)= 640px以下
@media screen and (min-width: 40em) and (max-width: 50em)= 640~800px
@media screen and (min-width: 50em) and (max-width: 64.3125em)= 800~1029px
@media screen and (min-width: 64.3125em)= 1029px以上
*/

/*=============================================
                 formWrap
===============================================
#formWrap {
	width:650px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:650px;
	margin:30px auto;
	border-collapse:collapse;
        display:flex;

}
table.formTable td {
	border:0px solid #ccc;
	padding:10px;
        width:75%;
}
table.formTable  th{
	border:0px solid #ccc;
	padding:10px;
        width:100%;
}
table.formTable th{
	width:100%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:600px) {
#formWrap {
	width:98%;
	margin:0px;
}
table.formTable th, table.formTable td {
	display: block;
  width: 100%;
  border-bottom: none;
}
table.formTable th {	
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:2px;
	font-size:110%;
	display:block;
}
@media screen and (max-width:500px) {
#formWrap {
	width:97%;
	margin:0px;
}
table.formTable th, table.formTable td {
	display: block;
  width: 100%;
  border-bottom: none;
}
table.formTable th {	
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:2px;
	font-size:110%;
	display:block;
}
@media screen and (max-width:340px) {
#formWrap {
	width:96%;
	margin: 0px;
}
table.formTable th, table.formTable td {
	display: block;
  width: 100%;
  border-bottom: none;
}
table.formTable th {	
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:2px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:60px;
}
}
/*---------------------------------------------
             　　　 company-info
---------------------------------------------*/
.company-info-info {
  margin-top: 20%;
border-bottom: 1px solid #3cb37a;
}
.company-info-info_list {
  display: flex;
  justify-content: ;
	font-size: 12px;
	border-bottom: 2px solid #3cd37a;
}

.company-info-info_list dt {
  width: 30%;
  font-weight: bold;
border-bottom: 1px solid #3cb37a;
}

.company-info-info_list dd {
  width:70%;
  height: 3.3em;
border-bottom: 1px solid #3cb37a;
}
}
/*---------------------------------------------
             　　　 company
---------------------------------------------*/

.company dl {
  display:-web kit-flex;
  display:moz-flex;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  width:100%;
  border: 2px solid #3cb371;
  border-bottom: 2px solid #3cb371;
}
.company dt {
  background-color:;
  padding:5py;
  width:150px:
  border: 2px solid #3cb371;
  border-bottom: 2px solid #3cb371;
}
.company dd {
  background-color:#  ;
  padding:5px;
  width:calc(100%);
  border-bottom: 2px solid #3cb371;
}
@media screen and (max-width:600px) {
.company dt{
	width:100%;
        border-right:none;
}
.company dd{
	width:100%;
}
}
/*---------------------------------------------
             　　　 company-2
---------------------------------------------*/

.company-2 dl {
  border-bottom: 0px solid #3cb371;
  margin:2em;
}
.company-2 dt {
  width:25%:
  border-top: 0px solid #3cb371;
  margin:0;
  padding:0;
  float:left;
  clear:left;
}
.company-2 dd {
  width:75%:
  margin:0 0 0 0%;
  padding:0;
  padding-left:1px;
  border-bottom:2px solid #3cb371;
}
@media screen and (max-width:600px) {
.company-2 dt{
	width:100%;
        border-right:none;
}
.company-2 dd{
	width:100%;
}
}