@charset "UTF-8";

/************************************************************/
/* ホーム */
/************************************************************/
/* メインビジュアル スライダー */
#home .mainimg {
	position: relative;
	overflow: hidden;
}
#home .mainimg h1 {
	background-color: rgba(0, 51, 124, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0;
	height: fit-content;
}
#home .mainimg h1 img {
	vertical-align: middle;
	height: auto;
}
#home .mainimg h2 {
	background-color: rgba(0, 51, 124, 1);
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.25;
	text-align: center;
	margin: 0;
	padding: .2em 0 .4em;
}
@media ( max-width: 767px ) {
	#home .mainimg h1 img {
		max-width: 26rem;
	}
	#home .mainimg h2 {
		font-size: 1.8rem;
	}
	#home .mainimg h2 span {
		display: block;
	}
}
@media ( min-width: 768px ) {
	#home .mainimg h1 img {
		max-width: 700px;
	}
	#home .mainimg h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	#home .mainimg h2 span {
		margin: 0 .5em;
	}
}
/************************************************************/
/* メインコンテンツ */
@media ( max-width: 767px ) {
	#home_main {
		margin-top: 5rem;
	}
}
@media ( min-width: 768px ) {
	#home_main {
		margin-top: 60px;
	}
}
/************************************************************/
/* バナー */
#home_bnr a {
	display: block;
}
@media ( max-width: 767px ) {
	#home_bnr {
		margin-bottom: 4rem;
	}
	#home_bnr .row .col {
		margin-bottom: 1rem;
	}
}
@media ( min-width: 768px ) {
	#home_bnr {
		margin-bottom: 60px;
	}
	#home_bnr .row {
		margin-bottom: 40px;
	}
}
/************************************************************/
/* 新着情報 */
#home_news .home_news_box {
	border: 1px solid #ccc;
	border-radius: 1rem;
}
#home_news .home_news__hl {
	line-height: 1;
	text-align: center;
	margin: 0 0 .75em;
	padding: 0;
}
#home_news iframe {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
}
@media ( max-width: 767px ) {
	#home_news iframe {
		max-height: 50rem;
	}
	#home_news .home_news_box {
		padding: 2rem 1.5rem;
	}
	#home_news .home_news__hl {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
@media ( min-width: 768px ) {
	#home_news iframe {
		/* max-height: 400px; */
	}
	#home_news .home_news_box {
		padding: 30px;
	}
	#home_news .home_news__hl {
		font-size: 32px;
		font-size: 3.2rem;
	}
}






/************************************************************/
/* 当社の特徴 */
/************************************************************/
/* ALEVEL2005 */
/************************************************************/
#feature #alevel {
	border-bottom: 4px dotted #80BFE1;
}
#feature #product_system .product_system__block::last-of-type {
	margin-bottom: 0;
}
#feature #product_system .product_system__block .product_system__hl {
	background-color: #00A85F;
	border-radius: 15px 15px 0 0;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 .75em;
	padding: .2em;
}
@media ( max-width: 767px ) {
	#feature #alevel {
		margin-bottom: 6rem;
		padding-bottom: 6rem;
	}
}
@media ( min-width: 768px ) {
	#feature #alevel {
		margin-bottom: 80px;
		padding-bottom: 80px;
	}
	#feature #alevel .btn a {
		width: 20em;
	}
}
/* ALEVEL2005 詳細ページ */
/************************************************************/
#feature #sec_alevel .alevel_detail__main .guidebook {
	margin: 0 auto;
}
#feature #sec_alevel .alevel_detail__main img {
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
@media ( max-width: 767px ) {
	#feature #sec_alevel .alevel_detail__main .guidebook_cover figure {
		margin: 0 25% 2rem;
	}
}
@media ( min-width: 768px ) {
	#feature #sec_alevel .alevel_detail__main .guidebook {
		max-width: 640px;
	}
	#feature #sec_alevel .alevel_detail__main .guidebook_cover figure {
		margin: 0 25% 30px;
	}
}
/* 特徴 */
/************************************************************/
#feature #product_system .product_system__block .product_system__hl2 {
	background-color: #B7586A;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 .75em;
	padding: .2em;
}
#feature #product_system .product_system__block .product_system__hl3 {
	line-height: 1.4;
	margin-bottom: .75em;
}
#feature #product_system #product_system__quality2 {
	border: 2px solid #B7586A;
}
#feature #product_system .product_system__warehouse figure {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
@media ( max-width: 767px ) {
	#feature #product_system #product_system__flow {
		margin-bottom: 6rem;
	}
	#feature #product_system .product_system__block {
		margin-bottom: 6rem;
	}
	#feature #product_system .product_system__block .product_system__hl {
		font-size: 2.4rem;
	}
	#feature #product_system .product_system__block .product_system__hl2 {
		font-size: 1.8rem;
	}
	#feature #product_system .product_system__block .product_system__hl3 {
		font-size: 2rem;
	}
	#feature #product_system .photo_block {
		margin-top: -1rem;
	}
	#feature #product_system #product_system__quality .photo_block {
		margin-bottom: 2rem;
	}
	#feature #product_system #product_system__quality2 {
		padding: 1.5rem;
	}
}
@media ( min-width: 768px ) {
	#feature #product_system #product_system__flow {
		margin-bottom: 60px;
	}
	#feature #product_system .product_system__block {
		margin-bottom: 60px;
	}
	#feature #product_system .product_system__block .product_system__hl {
		font-size: 32px;
		font-size: 3.2rem;
	}
	#feature #product_system .product_system__block .product_system__hl2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#feature #product_system .product_system__block .product_system__hl3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#feature #product_system .photo_block {
		margin-top: -20px;
	}
	#feature #product_system #product_system__quality .photo_block {
		margin-bottom: 40px;
	}
	#feature #product_system #product_system__quality2 {
		padding: 30px;
		padding: 3rem;
	}
}





/************************************************************/
/* SDGs */
/************************************************************/
#sdgs #sdgs_top .sdgs_top__hl {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.25;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media ( max-width: 767px ) {
	#sdgs #sdgs_top .sdgs_top__hl {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
}
@media ( min-width: 768px ) {
	#sdgs #sdgs_top .sdgs_top__hl {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
}
/************************************************************/
/* チャート　ヘッド */
#sdgs #sdgs_chart__head .col {
	background-color: #0098D8;
	border-radius: 5px;
	color: #fff;
	padding: 0;
}
#sdgs #sdgs_chart .sdgs_chart__body .col {
	background-color: #F2F2F2;
}
#sdgs #sdgs_chart__head .col p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: .4em;
}
@media ( max-width: 767px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .col {
		padding: 2rem;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .col + .col {
		margin-top: -1rem;
	}
	#sdgs #sdgs_chart__head {
		display: none;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .chart_head {
		background-color: #fff;
		border-radius: 5rem;
		color: #0298D8;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.2;
		text-align: center;
		margin: 0 0 1rem;
		padding: .2em;
	}
	#sdgs #sdgs_chart .sdgs_chart__body {
		margin-top: 2rem;
	}
}
@media ( min-width: 768px ) {
	#sdgs #sdgs_chart .chart_head {
		display: none;
	}
	#sdgs #sdgs_chart__head .col p {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#sdgs #sdgs_chart .sdgs_chart__body {
		margin-top: 40px;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .col {
		padding: 20px;
	}
}
/************************************************************/
/* チャート　アイコン */
#sdgs #sdgs_chart .sdgs_chart__body figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sdgs #sdgs_chart .sdgs_chart__body figure {
	margin: 0;
	padding: 0;
}
#sdgs #sdgs_chart .sdgs_chart__body figure img {
	width: calc(50% - 2.5px);
	margin-bottom: 5px;
}
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_icon {
		display: flex;
		align-items: center;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_icon {
		padding: 10px 10px 5px;
	}
}
/************************************************************/
/* チャート　テーマ */
#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_thema p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
@media ( max-width: 767px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_thema p {
		font-size: 32px;
		font-size: 3.2rem;
		text-align: center;
	}
}
@media ( min-width: 768px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_thema p {
		font-size: 36px;
		font-size: 3.6rem;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_thema {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/************************************************************/
/* チャート　取組事項 */
#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_list ul {
	list-style: disc;
	margin: 0;
	padding: 0	0 0 1.5em;
}
#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_list li {
	line-height: 1.4;
	margin: 0 0 .5em;
	padding: unset;
}
#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_list li:last-child {
	margin-bottom: 0;
}
@media ( max-width: 767px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_list li {
		font-size: 1.8rem;
	}
}
@media ( min-width: 768px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_list {
		display: flex;
		align-items: center;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .col.sdgs_list li {
		font-size: 21px;
		font-size: 2.1rem;
	}
}
/************************************************************/
/* チャート　取組事項　写真 */
#sdgs #sdgs_chart .sdgs_chart__body .sdgs_photo figure {
	margin: 0;
	padding: 0;
}
#sdgs #sdgs_chart .sdgs_chart__body .sdgs_photo figure img {
	width: 100%;
}
@media ( max-width: 767px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .sdgs_photo {
		margin-top: 2rem;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .sdgs_photo figure {
		margin-top: 1rem;
	}
}
@media ( min-width: 768px ) {
	#sdgs #sdgs_chart .sdgs_chart__body .sdgs_photo {
		display: flex;
		justify-content: space-between;
		margin: 20px 10px 0;
	}
	#sdgs #sdgs_chart .sdgs_chart__body .sdgs_photo figure {
		width: 49%;
	}
}
/************************************************************/
/* 未来 */
#sdgs #sdgs_chart__arrow figure {
	margin: 0;
	padding: 0;
}
#sdgs #sdgs_chart__future .future__slogan p {
	background-color: #0098D8;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: .2em;
}
#sdgs #sdgs_chart__future .future__bottom p {
	text-align: center;
}
@media ( max-width: 767px ) {
	#sdgs #sdgs_chart__arrow figure {
		width: 20rem;
		margin: 4rem auto 2rem;
	}
	#sdgs #sdgs_chart__future .future__slogan p {
		font-size: 3.2rem;
		margin-bottom: 3rem;
	}
}
@media ( min-width: 768px ) {
	#sdgs #sdgs_chart__arrow figure {
		width: 300px;
		margin: 40px auto 20px;
	}
	#sdgs #sdgs_chart__future .future__slogan p {
		font-size: 36px;
		font-size: 3.6rem;
		margin-bottom: 30px;
	}
	#sdgs #sdgs_chart__future .future__bottom .btn a {
		width: 20em;
	}
}





/************************************************************/
/* 製作実績 */
/************************************************************/
#prodct #product_photo .product_photo__block .product_photo__hl {
	background-color: #007FC5;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: .2em;
}
@media ( max-width: 767px ) {
	#prodct #product_photo .product_photo__block .photoset:first-of-type .col:first-of-type {
		margin-top: 0;
	}
	#prodct #product_photo .product_photo__block .product_photo__hl {
		font-size: 2.1rem;
	}
}
@media ( min-width: 768px ) {
	#prodct #product_photo .product_photo__block .photoset:first-of-type .col {
		margin-top: 0;
	}
	#prodct #product_photo .product_photo__block .product_photo__hl {
		font-size: 24px;
		font-size: 2.4rem;
	}
}





/************************************************************/
/* 会社概要 */
/************************************************************/
/* 共通 */
@media ( max-width: 767px ) {
	#company #contents_main .company_block {
		margin-bottom: 6rem;
	}
}
@media ( min-width: 768px ) {
	#company #contents_main .company_block {
		margin-bottom: 80px;
	}
}
/************************************************************/
/* 概要 */
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
	#company #company_overview table.table_base th {
		width: 10em;
	}
}
/************************************************************/
/* 沿革 */
#contents_main #company_history table.table_base th {
	font-weight: normal;
}
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
	#contents_main #company_history {
		margin-bottom: 60px;
	}
	#company #company_history table.table_base th {
		font-weight: normal;
		width: 14em;
	}
}
/************************************************************/
/* アクセス　地図 */
#company #contents_main .company_access__map figure {
	margin: -.5em 0 0;
	padding: 0;
}
@media ( max-width: 767px ) {
	#company #contents_main .company_access__map{
		margin-bottom: 4rem;
	}
}
@media ( min-width: 768px ) {
}
/************************************************************/
/* アクセス　情報 */
#company #contents_main .company_access__address {
	margin-bottom: 1.5em;
}
#company #contents_main .company_access__address h3 {
	border: 1px solid #666;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 .5em;
	padding: .2em;
}
#company #contents_main .company_access__address p {
	margin: 0 0 .25em;
	padding: 0;
}
#company #contents_main .company_access__address .btn_s {
	text-align: left;
}
#company #contents_main .company_access__address .btn_s a {
	display: inline-block;
}
#company #contents_main .company_access__info h4 {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 .6em;
	padding: 0 0 .3em;
}
#company #contents_main .company_access__info ol {
	list-style: decimal;
	margin: 0;
	padding: 0 0 0 2em;
}
#company #contents_main .company_access__info li {
	margin: 0 0 .5em;
	padding: 0;
}
@media ( max-width: 767px ) {
	#company #contents_main .company_access__address h3 {
		font-size: 1.6rem;
	}
	#company #contents_main .company_access__address .btn_s a {
		font-size: 1.4rem;
		text-align: center;
	}
	#company #contents_main .company_access__info {
		margin-top: 6rem;
	}
	#company #contents_main .company_access__info h4 {
		font-size: 1.6rem;
	}
}
@media ( min-width: 768px ) {
	#company #contents_main .company_access__map a {
		width: 16em;
	}
	#company #contents_main .company_access__address h3 {
		font-size: 21px;
		font-size: 2.1rem;
	}
	#company #contents_main .company_access__info {
		margin-top: 60px;
	}
	#company #contents_main .company_access__info h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}





/************************************************************/
/* 主要設備 */
/************************************************************/
@media ( max-width: 767px ) {
	#facility .facility_block {
		margin-bottom: 4rem;
	}
}
@media ( min-width: 768px ) {
	#facility .facility_block {
		margin-bottom: 40px;
	}
}
/************************************************************/
/* 一覧表 */
#facility .table_facility {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
#facility .table_facility th,
#facility .table_facility td {
	line-height: 1.4;
	padding: .5em 0 .5em 1em;
	vertical-align: middle;
}
#facility .table_facility thead th {
	background-color: #F9F9F9;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: normal;
}
#facility .table_facility tbody td {
	border-bottom: 1px dotted #666;
}
#facility .table_facility tbody tr:last-of-type td {
	border-bottom-style: solid;
}
#facility .table_facility .maker {
	width: 18%;
}
#facility .table_facility .name {
	width: 25%;
}
#facility .table_facility .model {
	width: 22%;
}
#facility .table_facility .ability {
	width: 20%;
}
#facility .table_facility .number {
	padding-right: 1em;
	width: 10%;
	text-align: center;
}
@media ( max-width: 767px ) {
	#facility .table_wrap {
		overflow-x: scroll;
	}
	#facility .table_facility {
		width: 50em;
	}
	#facility .table_facility th,
	#facility .table_facility td {
		font-size: 1.4rem;
	}
}
@media ( min-width: 768px ) {
	#facility .table_facility {
		width: 100%;
	}
}
/************************************************************/
/* 写真 */
#facility #facility_list .photo_block .row:first-of-type .col {
	margin-top: 0;
}
#facility #facility_list .photoset img {
	width: 100%;
}
@media ( max-width: 767px ) {
	#facility #facility_list .photo_block {
		margin-bottom: 4rem;
	}
	#facility #facility_list .row.photoset {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#facility #facility_list .row.photoset .col.span-3 {
		flex: none;
		width: 49%;
	}
}
@media ( min-width: 768px ) {
	#facility #facility_list .photo_block {
		margin-bottom: 40px;
	}
}





/************************************************************/
/* 採用情報 */
/************************************************************/
#recruit .recruit_block:last-of-type {
	margin-bottom: 0;
}
@media ( max-width: 767px ) {
	#recruit .recruit_block {
		margin-bottom: 6rem;
	}
	#recruit .recruit_block .photoset:first-of-type .col:first-of-type {
		margin-top: 0;
	}
}
@media ( min-width: 768px ) {
	#recruit .recruit_block {
		margin-bottom: 60px;
	}
	#recruit .recruit_block .photoset:first-of-type .col {
		margin-top: 0;
	}
}





/************************************************************/
/* トピックス */
/************************************************************/
#topics .topic_block {
	margin-bottom: 80px;
	margin-bottom: 8rem;
}
#topics .topic_block:last-of-type {
	margin-bottom: 0;
}
/************************************************************/
/* ヘッド */
#topics .topic_block .topic_head {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
#topics .topic_block .topic_date {
	background-color: #00337C;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: .2em 1rem .1em;
}
#topics .topic_block.topics_basic .topic_date {
	background-color: #007FC5;
}
#topics .topic_block .topic_title {
	background-color: rgba(0, 127, 197, 0.2);
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: .5em 1rem .4em;
}
@media ( max-width: 767px ) {
	#topics .topic_block .topic_date {
		font-size: 1.2rem;
	}
	#topics .topic_block .topic_title {
		font-size: 2rem;
	}
}
@media ( min-width: 768px ) {
	#topics .topic_block .topic_date {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#topics .topic_block .topic_title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
/************************************************************/
/* ボディ */
#topics .topic_block .topic_body .topic_subtitle {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3;
	margin: 0 0 .5em;
	padding: 0;
}
#topics .topic_block .topic_body p {
	margin: 0 0 .75em;
	padding: 0;
}
#topics .topic_block .topic_body figure {
	margin: 0 0 .2em;
	padding: 0;
}
#topics .topic_block .topic_body figure img.shadow {
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
#topics .topic_block .topic_body figcaption {
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
@media ( max-width: 767px ) {
	#topics .topic_block .topic_body .topic_subtitle {
		font-size: 2.1rem;
	}
	#topics .topic_block .topic_body figure {
		margin-top: 1rem;
	}
}
@media ( min-width: 768px ) {
	#topics .topic_block .topic_body .topic_subtitle {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
/************************************************************/
/* 個別設定 */
/* topics_202312 */
/* SDGs宣言しました */
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
	#topics_202312 .topic_body a {
		width: 12em;
	}
}
/* topics_202208 */
/* 役員改選のご案内 */
#topics #topics_202208 .card {
	border: 1px solid #ccc;
	border-radius: 1rem;
}
#topics #topics_202208 .date {
	text-align: right;
	margin: 0;
	padding: 0;
}
#topics #topics_202208 .ki {
	text-align: center;
	margin: .5em 0 1em;
	padding: 0;
}
#topics #topics_202208 .table_member {
	margin: 0 auto;
}
#topics #topics_202208 .table_member th,
#topics #topics_202208 .table_member td {
	line-height: 2;
}
@media ( max-width: 767px ) {
	#topics #topics_202208 .date,
	#topics #topics_202208 .ki,
	#topics #topics_202208 .table_member th,
	#topics #topics_202208 .table_member td {
		font-size: 1.6rem;
	}
}
@media ( min-width: 768px ) {
	#topics #topics_202208 .card {
		padding: 20px 20px 50px;
	}
	#topics #topics_202208 .date,
	#topics #topics_202208 .ki,
	#topics #topics_202208 .table_member th,
	#topics #topics_202208 .table_member td {
		font-size: 21px;
		font-size: 2.1rem;
	}
}





/************************************************************/
/* その他 */
/************************************************************/
#other #comingsoon_top .comingsoon_top__hl {
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
	text-align: center;
	margin: 0;
	padding: 0;
}
@media ( max-width: 767px ) {
	#other #comingsoon_top .comingsoon_top__hl {
		font-size: 2.4rem;
		margin: 6rem 0 2rem;
	}
}
@media ( min-width: 768px ) {
	#other #comingsoon_top .comingsoon_top__hl {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 80px 0 40px;
	}
}





/************************************************************/
/* 新着情報 */
/************************************************************/
/* #news .bbb {
}
#news .bbb {
}
#news .bbb img {
}
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
} */





/************************************************************/
/* お問い合わせ */
/************************************************************/
/* #contact .bbb {
}
#contact .bbb {
}
#contact .bbb img {
}
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
} */





/************************************************************/
/* aaa */
/************************************************************/
/* #aaa .bbb {
}
#aaa .bbb {
}
#aaa .bbb img {
}
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
} */





/************************************************************/
/* お問い合わせ */
/************************************************************/
#contact #contents_main {
	margin-top: 6rem;
}
#contact #contents_main .contact_hl1 {
	background-color: #001434;
	background-color: rgba(0, 20, 52, 0.8);
	color: #fff;
	font-family: serif;
	font-size: 32px;
	font-family: 3.2rem;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 4rem;
	padding: .3em;
}
#contact #contents_main p {
	font-size: 18px;
	font-size: 1.8rem;
}
#contact #contents_main .contents_hl3 {
	margin-bottom: 2rem;
}
#contact #contents_main .contact_lead {
	text-align: left;
}
#contact #contents_main .contact_lead__tel {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 2em;
}
#contact #contents_main .contact_block {
	margin-top: 4rem;
}
#contact #contents_main .contact_block.contact_block__mail {
	margin-top: 3rem;
}
#contact #contents_main .contact_body {
	margin-bottom: 6rem;
}
#contact #contents_main .contact_body p {
	margin-bottom: .5em;
}
#contact #contents_main .contact_mail {
	margin-bottom: 6rem;
}
#contact #contents_main .contact_mail p {
	line-height: 2;
	text-align: center;
	margin-bottom: .5em;
}
/* メールボタン */
#contact #contents_main .contact_mail__icon a {
	border-width: 3px;
	font-size: 34px;
	font-size: 3.4rem;
	width: 80px;
	width: 8rem;
	height: 80px;
	height: 8rem;
}
@media ( max-width: 767px ) {
}
@media ( min-width: 768px ) {
}







