@charset "utf-8";

/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');
*/

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");

/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	height: 100%;
/*	font-size: 13px;*/	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
}

body {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	/*background: #222;	背景色*/
	color: #000;		/*全体の文字色*/
	line-height: 2;		/*行間*/
	overflow-x: hidden;
	font-size: 16px;
}

/*リセット*/
figure {margin: 0;}
dd, dt {margin: 0;width: 100%;}
nav {margin: 0;padding: 0;}
li {list-style: none;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {
	border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
}

/*videoタグ*/
video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*iframeタグ*/
iframe {width: 100%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}

span.material-symbols-outlined {
    font-size: 1.8em;
    vertical-align: middle;
    padding-right: 0.2em;
}
.font_mincho {
	font-family: "Noto Serif JP", serif;
}
address {font-style: normal;}

/*トップページ以外のページのmain設定*/
#other main {
    margin-top: 5rem;
}
@media screen and (min-width:768px){
	#other main {
		margin-top: 0;
	}
}

.flex {
    display: flex;
}

/*背景の色*/
.sectionArea_bg_white {background: #fff;padding-bottom: 2rem;}
.sectionArea_bg_gray {background: #f1f1f1;padding-bottom: 2rem;}
.sectionArea_bg_bk {background: #000;padding-bottom: 2rem;}
.permanentArea .sectionArea_bg_white {background: #fff;padding-bottom: 0;}

/*width設定
-----------------------------*/
.w35{width: 35%;}
.w50{width: 50%;}


/*margin設定*/
.mtb30 {margin: 10px !important;}
@media screen and (min-width:768px){
	.mtb30 {margin: 30px !important;}
}

/*pc・sp切り替え*/
.smart-only {
    display: block;
}
.pc-only {
    display: none;
}
@media screen and (min-width:768px){
    .pc-only {
        display: block!important;
    }
    .smart-only {
        display: none!important;
    }
}

/*改行設定
---------------------------------------------------------------------------*/
/* スマホ用<br> */
@media screen and (max-width:767px) {
	.br-sp { display: block; }
	.br-tb { display: none; }
	.br-pc { display: none; }
}
/* tablet 縦用<br> */
@media only screen and (min-width:768px) and (max-width:1024px) {
	.br-sp { display: none; }
	.br-tb { display: block; }
	.br-pc { display: none; }
}
/* pc用<br> */
@media screen and (min-width:1025px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #eee;	/*文字色*/
/*	transition: 0.3s;*/
}

a:hover {
	opacity: 0.8;	/*マウスオン時に80%の透明度にする*/
}

.page_all_text a,
.text_contencts a {
    color: #000;
/*  transition: 0.3s;*/
    text-decoration-color: currentColor;
}

/*アイコンの設定
---------------------------------------------------------------------------*/
.icon.tedom {
	display: block;
	font-size: 80%;
    padding: 10px;
	background-color: #1570ff;
	color: #fff;
    width: 50%;
    text-align: center;
	margin: 0.5em 0;
}
.icon.SecurityJapan {
	display: block;
    font-size: 80%;
    padding: 10px;
    background-color: #024859;
    color: #fff;
    width: 60%;
    text-align: center;
	margin: 0.5em 0;
}
.icon.GENERAC {
	display: block;
    font-size: 80%;
    padding: 10px;
    background-color: #00957b;
    color: #fff;
    width: 50%;
    text-align: center;
	margin: 0.5em 0;
}
ul.blog_thumbnail_wrap .icon.tedom,
ul.blog_thumbnail_wrap .icon.SecurityJapan,
ul.blog_thumbnail_wrap .icon.GENERAC,
.blog_main .icon.tedom,
.blog_main .icon.SecurityJapan,
.blog_main .icon.GENERAC{
	display: inline;
}


/*btnの設定
---------------------------------------------------------------------------*/
p.btn {margin: 0;}
p.news_btn {margin: 0;text-align:right;padding:10px;}
p.news_btn a {color:#000;}
/*ボタンを囲むブロック*/
.btn,
.btn2 {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #000;
    border-radius: 5rem;
	font-size: clamp(12px, (100vw - 375px) * 10 / (1280 - 375) + 12px, 15px);
	/*CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	background: #fff;	/*背景色*/
	color: #000;			/*文字色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする指定*/
/*	transition: 0.3s;*/		/*hoverまでにかける時間。0.3秒。*/
	padding: 1em 1.5em;		/*余白*/
	margin: 0 auto;	/*ボタンの外側に空けるスペース。上、左右、下への順番。*/
	line-height: 1.5rem;
}
.btn2{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.btn2 a,
.btn2 input {
    display: inline-block;
    text-decoration: none;
	font-size: clamp(12px, (100vw - 375px) * 10 / (1280 - 375) + 12px, 15px);
	/*CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
    background: #333333;
    color: #fff!important;
    letter-spacing: 0.1em;
    padding: 1em 2em;
	margin: 0 0.5rem 0.5rem;
    width: 80%;
}


/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	cursor: pointer;		/*inputタグを使う場合に「手」のマークになるように。リンクと同じ表示になるようにという事です。*/
	opacity: 0.8;			/*冒頭のリンクテキストのhoverと合わせました*/
	transform: scale(1.02);	/*実寸の102%に拡大*/
}
@media screen and (min-width:768px){
	section.section_cogeneration.section_cogeneration08 .btn2 a,
	section.section_cogeneration.section_cogeneration08 .btn2 input {
		width: calc((100% - 30px * 2) /3);
	}
	.btn2 a,
	.btn2 input {
		width: auto;
	}
}

/*TEDOM社についてのボタン*/
section.section_cogeneration.section_cogeneration01 .btnwrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*sectionタグ
---------------------------------------------------------------------------*/
#p_home section {
	max-width: 1250px;
	padding: 1rem 1rem;
	margin: 0 auto;
}
#other section {
	max-width: 1200px;
	padding: 0 1rem;
	margin: 0 auto;
}
section.section_inquiry {
    padding: 2rem 1rem!important;
}
@media screen and (min-width:768px){
	#p_home section {
		padding: 0 5% 1rem;
	}
	#other section {
		padding: 0 5%;
	}
}
@media screen and (min-width:1024px){
	#other section {
		padding: 0 1rem;
	}
}
@media screen and (min-width:1280px){
	/*index 事業紹介部分*/
	#p_home section.section_index-btn.service{
		padding: 0 0% 1rem;
	}
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}

/*ヘッダーブロック（ロゴやメニューが入った最上段ブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    position: fixed;	/*ヘッダーを上部に固定する指定*/
	z-index: 99999999;
	left: 0px;			/*左からの配置場所の指定*/
	top: 0px;			/*上からの配置場所の指定*/
	width: 100%;		/*幅*/
	background: rgba(17, 17, 17, 0.6);	/*背景色*/
	height: 5rem;		/*ヘッダーの高さ*/
	flex-direction: column;
    justify-content: center;
	padding: 0.5rem 0;
}
#other header{
	background: #333333;
}
/*ロゴ画像*/
header h1#logo.smart-only{
    margin: 0;
}
header h1#logo.smart-only img{
	width: 90%;
}
header .hd.flex{
	display: block;
	padding: 0 3rem 0 1rem;
}
header .hd_contact {
	display: block;
}
header .hd_contact .btn a {
	border-radius: 4px;
	border: none;
	font-size: 0.8rem;
}
header .hd_contact {
	display: none;
}
@media screen and (min-width:768px){
	header {
		height: 8rem;		/*ヘッダーの高さ*/
	}
	header h1#logo.pc-only img{
		width: 7rem;
	}
	header .hd_menu.flex {
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}
	header .hd_contact {
		width: 25rem;
		display: inline-flex;
		padding: 0 20% 0 0;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}
	header .hd.flex{
		display: flex;
		padding: 0 5%;
		align-items: center;
		justify-content: space-between;
		width: auto;
	}
	header .hd_contact .btn a {
		padding: 0.8rem 1rem;
	}
}
@media screen and (min-width:1280px){
	header .hd.flex{
		padding: 0 2%;
	}
	header .hd_contact {
		width: 28rem;
		padding: 20px 20px 5px;
	}
	header .hd_contact .btn a {
		padding: 0.8rem 2rem;
	}
}

/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック内のh2タグ*/
#p_home main h2,
#other main h2 {
	margin-bottom: 30px;	/*下に空けるスペース*/
	position: relative;		/*アニメーションに必要な設定*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
	border-bottom: 3px solid #ccc;	/*デフォルトのラインの色。下の「bottom」と「height」の３ヶ所の数字部分を合わせる*/
	color: #000;
}
#p_home main h2.heading_line{
	text-align: center;
    line-height: 1em;
    border: none;
	font-size: clamp(25px, (100vw - 375px) * 10 / (1280 - 375) + 25px, 30px);
	/*CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
}
#other main h2.heading_line{
	text-align: center;
    line-height: 1em;
    border: none;
	font-size: clamp(25px, (100vw - 375px) * 10 / (1280 - 375) + 25px, 30px);
	/*CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/

}
#p_home main h2.heading_line br+span,
#other main h2.heading_line br+span {
    font-size: 0.5em;
}

/*mainブロック内のh3タグ*/
main h3 {
	margin-bottom: 20px;	/*下に空けるスペース*/
	border-bottom: solid 1px #000;
}

/*mainブロックのh3タグの冒頭の装飾設定*/
main h3::before {
	display: inline-block;
	content: "■";			/*この記号を表示させる*/
	transform: scale(0.8);	/*実寸の50%に縮小する指定*/
	padding-right: 10px;	/*記号とテキストとの間にとる余白*/
	margin-left: -0.2em;	/*少しだけ左側に移動する*/
	color: #b5b5b5;
}

/*HOME以外の各ページのTOP画像
---------------------------------------------------------------------------*/
#other #mainimg {
	display: none;
}
@media screen and (min-width:768px){
	#other #mainimg {
		display: block;
		position: relative;
		height: 100vh;
		padding-top: 8rem;
	}
	#other .maincopy {
		font-family: "Noto Serif JP", serif;
        font-size: clamp(22px,(100vw - 375px)* 10 /(1280 - 375) + 20px, 35px);
		/*CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
		clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
		color: #fff;
		position: absolute;
		left: 3vw;
		top: 45%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		line-height: 1;
		letter-spacing: 1px;
		text-shadow: 2px 2px 10px #999, -2px 2px 10px #999, 2px -2px 10px #999, -2px -2px 10px #999;
	}
	#other .maincopy span {
		font-size: 65%;
	}
}

/*footer上
---------------------------------------------------------------------------*/
/*お問い合わせエリア*/
.sectionArea_bg_inquiry {
    background-color: #dbdbdb;
    background-size: contain;
    background-position: right;
	padding: 2% 5%;
}
.section_introduction a ,
.section_support a ,
.section_inquiry a {
	text-decoration: none;
}
.section_inquiry .list-container {
    display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.section_inquiry .list {
	margin-bottom :0;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: none;
}
.section_inquiry .list:nth-child(1) {
    color: #000;
	font-size: clamp(20px, (100vw - 375px) * 10 / (1280 - 375) + 20px, 23px);
	/*CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
	line-height: 180%;
}
.section_inquiry .list:nth-child(1) span a {
    color: #000;
	font-size: 130%;
	text-decoration: none;
}
.section_inquiry .list:nth-child(2) {
    color: #fff;
	font-size: clamp(20px, (100vw - 375px) * 10 / (1280 - 375) + 20px, 23px);
	/*CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
	text-align: center;
	margin: auto 0;
}
.section_inquiry .list:nth-child(2) p {
	background: #000;
    border-radius: 0.5em;
	padding: 1em;
	margin :auto 0;
}
@media screen and (min-width:768px){
	.sectionArea_bg_inquiry {
		background-image: url(../images/bg_index_section_inquiry.png);
	}
}

/*googlemap*/
section.section_location {
    padding: 0!important;
}
section.section_location .googlmap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

/*footer設定
---------------------------------------------------------------------------*/
#footermenu {
	padding: 1%;
    max-width: 1250px;
    margin: 0 auto;
}

footer small {font-size: 100%;}

footer {
	text-align: center;		/*内容をセンタリング*/
	background: #333333;	/*背景色*/
}

/*リンクテキスト*/
footer a {text-decoration: none;}

#footermenu.flex{
    justify-content: space-between;
	display: block;
}
#footermenu .half {
    width: 100%;
	margin: auto 0;
	padding: 3%;
}
@media screen and (min-width:1024px){
	#footermenu.flex {
		display: flex;
	}
	#footermenu .half {
		width: calc((100% - 25px * 2) /2);
		padding: 0;
		font-size: 90%;
	}
}

/*企業情報*/
#footermenu .footer_logo {
	text-align: left;
}
#footermenu .half p {
    color: #fff;
    text-align: left;
    padding-top: 2rem;
	font-size: 80%;
}
@media screen and (min-width:1024px){
	#footermenu .half p {
		font-size: 100%;
	}
}

/*サイトマップ*/
#footermenu .footer_wrap {
    flex-wrap: wrap;
    text-align: left;
	font-size: 80%;
	display: none;
}
#footermenu .footer_wrap .title {
    width: 20%;
    margin: 0;
    padding: 1rem 0;
}
#footermenu .footer_wrap .title ul {
	display: none;
}
@media screen and (min-width:1024px){
	#footermenu .footer_wrap {
		display: flex;
	}
}

/*著作部分*/
.pr {display: block;}

/*copyrightと著作部分*/
.copy {
	padding: 1%;
	color: #fff;
    border-top: solid 1px #888;
	font-size: 65%;
}
.copyright {
	padding-top:10px;
}

.provide span {
	font-size:70%;
	color:#ffffff;
}
/*script部分*/
.copy .js_wrap {
    display: none;
}

/*page_block
---------------------------------------------------------------------------*/
#other .pageContentsInner{
	padding: 0.5em 0;
}
.img_box,
.img_box2{
	width: 100%;
}
.img_box figure,
.img_box2 figure{
	position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin: 10px 5px;
}
.img_box figure img,
.img_box2 figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.img_all_box{
	width: 100%;
	margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_contencts {
    width: 100%;
	margin-top: 1rem;
}
.text_contencts .box,
.page_all_text .box {
    width: 100%;
    background: #e3e3e3;
    padding: 3% 5%;
	margin-top: 1rem;
}
.page_text,
.page_text2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page_all_text{
	display:block;
	width:100%;
}

/*サブタイトル*/
.page_block h3 {
	font-size: clamp(18px, (100vw - 375px) * 10 / (1280 - 375) + 18px, 23px);
	/*	CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
    letter-spacing: 0.1rem;
	margin-bottom: 0.5rem;
	margin-top: 0;
}

/*コメントタイトル*/
.page-text_summary {
	font-size: clamp(18px, (100vw - 375px) * 10 / (1280 - 375) + 18px, 20px);
	/*	CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
    margin: 0 0 1rem 0;
	padding-bottom: 0.5rem;
	letter-spacing: 0.5px;
	position: relative;
	top: 0;
	left: 0;
}
.page-text_summary::before {
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	border-bottom: 3px solid #000;
}
.page-text_summary:empty {
	display: none;	/*要素が空の場合非表示*/
}

@media screen and (min-width:1024px){
	.text_contencts {
		width: calc((100% - 30px * 2) /2);
		margin-top: 0;
	}
	.page_text {
		flex-direction: row;
	}
	.page_text2 {
		flex-direction: row-reverse;
	}
	.img_box,
	.img_box2 {
		width: calc((100% - 0px * 2) /2);
	}
	.text_contencts .box,
	.page_all_text .box {
		width: 62rem;
	}
	.page_block h3 {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width:1280px){
	.text_contencts .box,
	.page_all_text .box {
		width: 73rem;
	}
}

/*テーブル
---------------------------------------------------------------------------*/
/*会社概要*/
table.table_profile{
	width: 100%;
    text-align: left;
    margin: 0 auto;
}
table.table_profile tr{
	border-bottom: 1px dashed #ccc;
}
table.table_profile th,table.table_profile td{
	display: block;
    border-spacing: 0px;
	width: auto;
	padding: 10px;
}
table.table_profile tr:last-of-type{
	border-bottom: none;
}

/*会社概要・新宿アイランドタワー・相模原本部画像横並び*/
.company_img_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-direction: column;
}
/*会社概要・新宿アイランドタワー・相模原本部画像サイズ*/
.company_img {
    max-width: 600px;
	width: 100%;
}
/*会社概要・新宿アイランドタワー・相模原本部テキストエリアサイズ*/
.company_img_text {
    width: 100%;
}

@media screen and (min-width:768px){
	table.table_profile th{
		width: 30%;
	}
	table.table_profile th,	table.table_profile td{
		display: table-cell;
		padding: 20px;
	}
	/*会社概要・新宿アイランドタワー・相模原本部画像縦並び*/
	.company_img_content {
		flex-direction: row;
	}
	/*会社概要・新宿アイランドタワー・相模原本部画像サイズ*/
	.company_img {
		width: 50%;
	}
	/*会社概要・新宿アイランドタワー・相模原本部テキストエリアサイズ*/
	.company_img_text {
		width: 50%;
	}	
}

/*お問合わせ
---------------------------------------------------------------------------*/
.contact .contact_tel_fax {
    margin-bottom: 2%;
}
.contact .contact_tel_fax .tel {
    color: #000;
    font-size: clamp(20px, (100vw - 375px) * 10 / (1280 - 375) + 20px, 23px);
	/*	CSSプロパティ: clamp( 下限値, 計算式, 上限値 );
	clamp([下限値：最小フォントサイズ],(100vw ? [最小ブレイクポイント(スマホ)]) * [上限値 - 下限値]　/　([最大ブレイクポイント(pc)] -  [最小ブレイクポイント(スマホ)]) + [下限値：最小フォントサイズ] , [上限値：最大フォントサイズ] );*/
	font-weight: bold;
}
.contact_form .contact_item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
	padding: 20px 0;
}
.contact_form .contact_article {
	font-weight: bold;
    text-align: left;
    padding: 5px;
    min-width: 350px;
    display: flex;
    align-items: center;
}
.contact_form span.memo {
    font-weight: normal;
    margin-left: 2em;
}
.contact_form .contact_input_area {
    width: 100%;
    text-align: left;
    padding: 5px;
    min-width: 320px;
}
.contact_form .text_area {
    padding: 2em 0 1em;
}
/*記入枠の色*/
.contact_form .contact_input_area input ,
.contact_form .contact_input_area textarea {
	font-size: 1em;
	color: #666;
	background-color:#fff;
	border: solid 1px #ccc;
	border-radius: 3px;
}
/*必須表示*/
.contact_form .contact_article .need {
	display: inline-block;
    padding: 0.1em 0.5em;
    font-size: 0.7em;
    color: #FFFFFF;
    margin: 0 1em 0 0;
    border-radius: 4px;
    background-color: #777;
}
.contact_form .contact_input_area .input_space_01 {
	width:100%;
	padding-left: 10px;
	height:2em;
}
.contact_form .contact_input_area .input_space_02 {
	width:100%;
	padding-left: 10px;
}
/*ボタン*/
.contact_mailform .btn_orange, .btn_gray {
    border-radius: 3rem;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding: 1em 6em;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-appearance: none;
    margin: 1.5rem;
}
.contact_mailform .btn_orange {
    background: #f19f0d;
    border: 1px solid #f19f0d;
}
.contact_mailform .btn_gray {
    background: #aaa;
    border: 1px solid #aaa;
}
.contact_mailform .btn_orange:hover {
    cursor: pointer;	/*マウスをポインターにする*/
    opacity: 0.8;	/*0.8の濃度にする*/
    /* filter: brightness(1.2); */
    /* transform: scale(1.02); */
/*    transition: 0.3s;*/	/*0.3秒で変化させる*/
}
.contact_mailform .btn_gray:hover {
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;	/*0.8の濃度にする*/
    /* filter: brightness(1.2); */
    /* transform: scale(1.02); */
/*    transition: 0.3s;*/	/*0.3秒で変化させる*/
}
.btnArea_submit2.flex {
    flex-direction: column;
}
@media screen and (min-width:768px){
	.btnArea_submit2.flex {
		flex-direction: row;
	}
	.contact_mailform .btn_orange, .btn_gray {
		margin: 1.5rem;
	}
}

/*内容確認*/
dl.contact_confirm {
    display: flex;
    flex-flow: column;
    width: 100%;
    text-align: left;
}
dl.contact_confirm {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.contact_confirm dd {
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
.contact_confirm dt{
    flex-basis: 20%;
}
.contact_confirm dd {
    flex-basis: 65%;
}
@media screen and (min-width:768px){
    dl.contact_confirm{
		flex-flow: row wrap;
        width: 90%;
        padding: 2em 0 0;
	}
    .contact_confirm dt{
        border-bottom: 1px solid #ccc;
        padding: 20px;
    }
}
@media screen and (min-width:1024px){
	.contact_form .contact_input_area {
		width: 55%;
	}
}

/*「お知らせ」
---------------------------------------------------------------------------*/
/*共通設定*/
.news_container #news span.newicon {
    background: #B30016;
    padding: 0.1em 0.5em;
	color: #fff;
	margin: 0 0 0 0.5rem;
	font-size: 80%;
}
#news{
    margin: 0;
    display: flex;		/*flexボックスを使う指定*/
    padding: 0;	/*上下、左右へのボックス内の余白*/
    flex-direction: column;
}
#news .news_wrap {
    display: flex;
    width: 100%;
	border-bottom: 1px dashed #ccc;
	flex-direction: column;
	margin: 0;
	padding: 1rem 0 1rem 0;
}
#news .news_wrap:last-of-type {
    border-bottom: none;
}
#news dt {
    width: auto;
    display: flex;	/*flexボックスを使う指定*/
    justify-content: flex-start;
    align-items: center;
}
#news dd {
	padding: 0.5em;
}
#news dd a{
	color: #000;
}
#news .icon.tedom,
#news .icon.SecurityJapan,
#news .icon.GENERAC{
	width: auto;
	padding: 0.1em 0.5em;
	margin: 0 0 0 0.5rem;
}
#news .news_icon{
	width: auto;
	padding: 0.1em 0.5em;
	margin: 0 0 0 0.5rem;
	display: block;
    font-size: 80%;
    background-color: #357f83;
    color: #fff;
    text-align: center;
}

/*index*/
/*
#p_home #news{
    line-height: 140%;
}
#p_home .newsArea {
	width: 100%;
    position: relative;
}
#p_home.home .section_news {
    background-color: #5C5757;
    margin-top: -0;
    margin-left: 0;
    max-width: 700px;
	padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
	position: static;
}
#p_home.home .section_news h2 {
    padding: 0 0 0 3rem;
    color: #fff;
	margin: 1rem 0;
}
#p_home.section_news dd a {
    color: #fff;
}
#p_home.home .news_container {
    display: flex;
    flex-direction: column;
    padding: 1em;
    color: #fff;
    border-top: 1px solid #ccc;
}
#p_home.home .section_news .ttl_wrap {
    display: flex;
    justify-content: space-between;
}
#p_home.home .section_news .btn {
    margin: auto 0;
    width: 50%;
}
#p_home.home .section_news .btn a {
    font-size: 0.8rem;
    margin: auto 0;
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.5);
    max-width: 160px;
    width: 90%;
}
#p_home #news dt,
#p_home #news dd {
    font-size: 0.8em;
	margin: 0;
}
#p_home span.news_icon {
    border: solid 1px #fff;
    padding: 0 0.5rem;
}
#p_home #news a {
    color: #fff;
    text-decoration: none;
}
#p_home #news .news_wrap{
    border-bottom: none;
	flex-direction: column;
	border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}
#p_home #news .news_wrap:last-of-type{
	border-bottom: none;
}
*/
@media screen and (min-width:501px){
	#news{
		padding: 0 20px;	/*上下、左右へのボックス内の余白*/
	}

/*
	#p_home.home .section_news {
		position: absolute;
		margin-top: -148px;
		bottom: 0;
		background-color: rgba(0,0,0,0.5);
		padding: 0 0 2rem;
	}
	#p_home.home .news_container {
		padding: 1em 2rem 0;
	}
	#p_home #news dt,
	#p_home #news dd {
		padding: 5px 0;
		margin: 0 0 0 1rem;
	}
	#p_home #news .news_wrap{
		flex-direction: row;
		border-bottom: none;
		padding:0;
	}
	#p_home .news_container #news span.newicon {
		height: 1.5rem;
	}
*/
}

/*更新履歴一覧ページ
#other .section_topics p.btn {
	display: none;
}
#other .section_topics .ttl_wrap {
    display: none;
}

#other .section_topics #news a {
    color: #000;
    text-decoration: none;
}
#other .section_topics #news dt,
#other .section_topics #news dd {
    padding: 0;
}
#other #news dt,
#other #news dd {
	padding: 5px 0;
	margin: 0;
}
#other #news .news_wrap {
    flex-direction: column;
    padding: 5px 0;
}
@media screen and (min-width:768px){
	.news_container #news span.newicon {
		height: 2rem;
	}
	#other #news .news_wrap {
		flex-direction: row;
	}
	#other .section_topics #news dt,
	#other .section_topics #news dd {
		padding: 20px 0;
	}
	#other #news dt,
	#other #news dd {
		margin: 0 0 0 1rem;
	}
}
*/

/*個人情報保護方針・サイトポリシー
---------------------------------------------------------------------------*/
dl.pp_list,
dl.site_porlicy_list {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.pp_list dt,
.site_porlicy_list dt{
	font-weight: bold;
}
.pp_list dt,
.pp_list dd,
.site_porlicy_list dt,
.site_porlicy_list dd {
	flex-basis: 100%;
}
.pp_list dd,
.site_porlicy_list dd {
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.pp_list dt,
.site_porlicy_list dt {
	 padding: 20px 0 0;
}

/*サイトマップ
---------------------------------------------------------------------------*/
dl.sitemap_list {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.sitemap_list dt {
	flex-basis: 30%;
    padding: 10px 20px 0;
	border-bottom: none;
    font-weight: bold;
}
.sitemap_list dt .sm_list {
    position: relative;
    padding-left: 15px;
    color: #555;
    text-decoration: none;
}
.sitemap_list dt .sm_list:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}
.sitemap_list dt .sm_clist {
    position: relative;
    padding-left: 15px;
}
.sitemap_list dt .sm_clist:before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #7b7b7b;
    border-right: 2px solid #7b7b7b;
}
.sitemap_list dd {
	flex-basis: 55%;
    padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}
.sitemap_list a{
    color: #555!important;
	text-decoration: none;
}
@media screen and (min-width:768px){
    dl.sitemap_list{
		flex-flow: row wrap;
	}
    .sitemap_list dt {
        border-bottom: 1px solid #ccc;
        padding: 20px;
    }
    .sitemap_list dd {
        padding: 20px;
    }
}

/*用語解説
---------------------------------------------------------------------------*/
dl.technicalword_list {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.technicalword_list dt {
	flex-basis: 30%;
    padding: 10px 20px 0;
	border-bottom: none;
    font-weight: bold;
}
.technicalword_list dt .sm_list {
    position: relative;
    padding-left: 15px;
    color: #555;
    text-decoration: none;
}
.technicalword_list dt .sm_list:before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}
.technicalword_list dt .sm_clist {
    position: relative;
    padding-left: 15px;
}
.technicalword_list dt .sm_clist:before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #7b7b7b;
    border-right: 2px solid #7b7b7b;
}
.technicalword_list dd {
	flex-basis: 55%;
    padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}
.technicalword_list a{
    color: #000!important;
	text-decoration: none;
}
@media screen and (min-width:768px){
    dl.technicalword_list{
		flex-flow: row wrap;
	}
    .technicalword_list dt {
        border-bottom: 1px solid #ccc;
        padding: 20px;
    }
    .technicalword_list dd {
        padding: 20px;
    }
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
}

/*不明
---------------------------------------------------------------------------*/
/*無限ループ*/
.loop_wrap_base {
	/*width: 100%;*/
	height: auto;
	overflow: hidden;
	width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.loop_wrap_base h2 {
	font-weight: normal;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 24px;
}
.loop_wrap_base h2 span {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #555;
}
.loop_wrap {
	display: flex;
	width: 220%;
	height: 250px;
}
.loop_wrap ul {
	min-width: 100vw;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-inline-start: 0;	/*ブラウザ仕様で入ってしまうためリセット*/
}
.loop_wrap ul li {
	width: calc(100% / 7);	/*7枚画像なので7*/
	padding: 0 1rem;
}
.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
	text-align: left;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.loop_wrap ul li a span {
	display: inline-block;
	background-color: #000;
    color: #fff;
    font-size: 0.8rem;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
	padding: 0.5rem 0.8rem;
}
.loop_wrap ul li a span.cl_2 {
	background-color: #333;
	color: #FFF;
}
.loop_wrap ul li a span.cl_3 {
	background-color: #8a0303;
	color: #000;
}
@keyframes loop {
	0% {
	transform: translateX(100%);
	}
	to {
	transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
	transform: translateX(0);
	}
	to {
	transform: translateX(-200%);
	}
}
.loop_wrap ul:first-child {
	animation: loop 50s -25s linear infinite;
}
.loop_wrap ul:last-child {
	animation: loop2 50s linear infinite;
}
.loop_wrap:hover ul {
	animation-play-state: paused;
}
