@charset "utf-8";


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


/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	min-height: 100vh;
	overflow-x: hidden;
	font-size: 14px;
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	background: #8CD8F0 url(../image/cocall_haikei.png) no-repeat left top / 100%;	/*背景色、背景壁紙*/
	color: #57524b;		/*全体の文字色*/
	line-height: 2;		/*行間*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {
    /*border-collapse: separate;*/
    border-spacing:  5px;       /* 表の線と線の間の幅 */
}
 
td {
    padding: 5px 10px;          /* 余白指定 */
}

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

/*videoタグ*/
video {max-width: 100%;}

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

.videoarea {
    max-width: 1000px;
    margin: 4% auto;
    padding: 10px;
/*    padding: 20px;*/
    width:90%
}

.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


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

/*section全般の設定*/
section > div {
	padding: 10px 5%;	/*上下、左右に空ける余白*/
	/*padding: 50px 5%;*/	/*上下、左右に空ける余白*/
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #FF00C2;
	/*color: #57524b;*/
	transition: 0.3s;
}

/*マウスオン時の文字色*/
a:hover {
	color: #3366cc;
/*	color: #938a7d;*/
}


/*ヘッダー
---------------------------------------------------------------------------*/
header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;

}

/*ロゴ*/
header .logo {
    margin: 0;
    width: 800px;
    margin-top: 30px;
/*	margin-left: 100px;*/
}

/* 会社名 */
.company {
/*
	width: 600px;
        align-items: right;
	margin-right: 30px;
*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
    max-width: 500px;
    margin-left: 30px;

}


/*製品PRエリア
---------------------------------------------------------------------------*/
/*製品PRエリアの設定*/
.prarea {
	background: 
/*url(../images/description.png) repeat-x center top / 1000px*/
	/*url(../images/bg_deco_top.png) repeat-x center top / 1000px,*/
	/*url(../images/bg_deco_bottom.png) repeat-x center bottom / 1000px;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

/*背景色*/
.prarea > div {
	background: #8AD846;
}

/*製品PRエリア h2見出し*/
.prarea h2 {
	color: #f5f3e5;	/*文字色*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);	/*テキストの影。右へ、下へ、距離、0,0,0は黒の事で0.3は30%色が出た状態。*/
}

/*製品PRエリア、製品PRエリア内にあるcolor-themeの文字色*/
.prarea .color-theme, .prarea .color-theme a,
#footer .color-theme {
	color: #ffe13d !important;
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック内のh2タグ*/
main h2 {
	position: relative;
	color: #3366cc;			/*文字色*/
	font-size: 2.8rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くする*/
	margin: 0 20px 10px;	/*上、左右、下へ空けるスペース*/
	/*margin: 0 20px 30px;*/	/*上、左右、下へ空けるスペース*/
	line-height: 1.5;		/*行間*/
}

/*mainブロック内のh3タグ*/
main h3 {
	position: relative;
	font-size: 1.8rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	margin: 0 20px 10px;	/*上、左右、下へ空けるスペース*/
	/*margin: 0 20px 30px;*/	/*上、左右、下へ空けるスペース*/
}

/*mainブロック内のh3タグ内のulineタグ*/
main h3 .uline {
	display: inline-block;
	background: url(../images/u_line1.png) repeat-x center bottom / 100px;	/*下線のイラスト*/
	padding: 0 15px 10px;	/*上、左右、下への余白*/
}

/*装飾文字(small)の指定*/
h2 .small {
	display: block;
	font-size: 0.4em;		/*文字サイズを40%にする*/
}

/*mainブロックのpタグ*/
main p {
	margin: 0 20px 10px;	/*上、左右、下へ空けるスペース*/
	/*margin: 0 20px 20px;*/	/*上、左右、下へ空けるスペース*/
}

/*微調整*/
main h2 + p,main h3 + p {
	margin-top: -10px;
}

main span {
	margin: 0 5px 5px;	/*上、左右、下へ空けるスペース*/
}





/*footer（フッターメニューとコピーライトを囲むブロック。下にあるfooterとは異なるタグ）
---------------------------------------------------------------------------*/
/*フッターブロック*/
#footer {
	background: #95ac43;
	color: #fff;
	margin-top: 50px;
	font-size: 0.85rem;
}

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



/*フッター設定（最下部のコピーライトの部分）
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {text-align: center;}
footer .pr {display: block;}


/*listブロック（２カラムタイプ、横長タイプ）、list2ブロック（枠が動く３カラムタイプ）の設定
---------------------------------------------------------------------------*/
/*１個あたりのボックスの指定。「２カラムタイプ」「横長タイプ」共通に適用されます。*/
.list {
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;
	align-items: center;			/*垂直揃えの指定。上下中央に配置されるように。*/
	margin-bottom: 30px;			/*ボックス同士の上下間の余白*/
	background: #fff;				/*背景色。*/
	padding: 30px;					/*ボックス内の余白*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.15は色が15%出た状態。*/
	border-radius: 8px;				/*角を丸くする指定*/
	overflow: hidden;				/*はみ出た要素を非表示にする。画像の角が飛び出ないようにする為の指定です。*/
}

/*h4タグの指定。「２カラムタイプ」「横長タイプ」「３カラムタイプ（フレームが動く）」共通に適用されます。*/
.list h4,
.list2 h4 {
	margin: 0;
	font-size: 1.2em;		/*文字サイズを120%に*/
	font-weight: bold;	/*hタグのデフォルトの太字を標準にする。太字がいいならこの１行を削除。*/
	margin-bottom: 10px;	/*下に空けるスペース*/
}

/*pタグの指定。「２カラムタイプ」「横長タイプ」「３カラムタイプ（フレームが動く）」共通に適用されます。*/
.list p,
.list2 p {
	margin: 0;
}

/*「２カラムタイプ」と「３カラムタイプ（フレームが動く）」のlistボックス全体を囲むボックス*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	flex-wrap: wrap;				/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}

/*「２カラムタイプ」のlistボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: stretch;			/*垂直揃えをデフォルトに戻す指定。*/
}

/*「２カラムタイプ」のfigure画像の上書き。*/
.list-container .list figure {
	margin: -30px -30px 30px;	/*１つ目と２つ目は画像周りの余白を埋める指定で、上の.listのpaddingの数字にマイナスをつければOKです。３つ目は画像下に空けるスペース。*/
	width: auto;
}


/*list2ブロック（枠が動く３カラムタイプ）への追加設定
---------------------------------------------------------------------------*/
/*１個あたりのボックスの指定*/
.list2 {
	text-align: center;		/*中身をセンタリング*/
	margin-bottom: 30px;	/*下(ボックスの外側)に空けるスペース。*/
}

/*画像の指定*/
.list2 figure .mask1,.list2 figure .mask2,.list2 figure .mask3 {
	margin-bottom: 30px;	/*画像の下に空ける余白。h4見出しとの余白バランスです。*/
}


/*mask（フレームが動くタイプのアニメーション設定。３タイプ用意しています。）
---------------------------------------------------------------------------*/
/*３タイプ共通設定*/
.mask1,.mask2,.mask3 {
	position: relative;z-index: 10;		/*トップページのスライドショーを動画にする場合、動画が飾りの下に隠れないようにする為*/
	box-shadow: 10px 10px 0px #e2ddc0;	/*ボックスの影。右へ、下へ、ぼかし幅、色。*/
}

/*mask1のアニメーション設定。animation.cssのアニメーションを使っています。*/
.mask1 {
	animation: mask 12s linear infinite;
}

/*mask2のアニメーション設定。animation.cssのアニメーションを使っています。*/
.mask2 {
	animation: kazari1 8s linear infinite;
}

/*mask3のアニメーション設定。animation.cssのアニメーションを使っています。*/
.mask3 {
	animation: kazari2 10s linear infinite;
}

/*トップページのスライドショーを動画にした場合に、影を消す設定*/
#mainimg .mask1,#mainimg .mask2,#mainimg .mask3 {
	box-shadow: none;
}






/* コンテンツ
---------------------------------------------------------------------------*/
.s-conts {
  max-width: 1000px;
  margin: 4% auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
width:90%
}

.layout-block {
  display: flex;
/*  justify-content: flex-start;*/
  justify-content: space-between
/*  gap: 0 0.5rem;*/
  flex-direction:column;
}

.box-conts {
  display: flex;
  flex-direction: column;
/*  padding: 0 0 0.5rem;*/
}

.box-txt {
  padding: 0.2rem 0;

}

.box-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  padding: 0.5rem;
  margin-top: auto;
}

.box-img-s {
  width: 180px;
  height: auto;
}

/*「表」
---------------------------------------------------------------------------*/
.chart {
  max-width: 1000px;
  margin: 4% auto;
  padding: 10px;
/*  padding: 30px;*/
  text-align: center;
}


/*左画像、右テキスト
---------------------------------------------------------------------------*/
.card-container{
    display: flex;
    margin: 3px auto;
    width: 100%;
}
.card-container a{
    text-decoration: none;
/*    color: #cddc39;*/
}

.card-text{
    width:100%;
    margin: 0px 10px;
}
.card-text h4{
    padding-top: 5px;
    font-size: 1.2em;
}
/*
.card-text p{
    font-size: 0.6em;
}
*/
.card-img{
    width: 40%;
}


/*「メディア掲載」ブロック
---------------------------------------------------------------------------*/
/*メディア掲載ブロック*/
#new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「900px以上」の端末用の設定に再設定があります。*/
}


/*カタログ取説ボタン設定
---------------------------------------------------------------------------*/
#docarea {
	width:100%;
	display:flex;
	justify-content: center;
	/*flex-direction: row;*/	/* PCの場合は@media screen and (min-width:700px)で設定 */
	flex-direction: column;		/* スマホの場合 */
/*	padding:0;*/
	list-style: none;
}
.docbtn {
	/*width:calc(100% / 2);*/	/* PCの場合は@media screen and (min-width:700px)で設定 */
	width:100%;			/* スマホの場合 */
	margin:10px;
	border-radius: 3px;
	padding: 10px 10px 0px 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.doclink {
	text-align:center;
}
.doclink a {
	text-decoration: none;
	border: none;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
.catalog { background-color:#f6a444; }		/* カタログボタン */
.torisetu { background-color:#228B22; }		/* 取説ボタン */
.agent { background-color:#cc3333; }		/* 取扱店ボタン */

/*矢印アイコン（Font Awesome）*/
.doclink a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding-left: 15px;		/*テキストとの間に空けるスペース*/
	transform: scale(1.4);		/*サイズを1.4倍にする設定*/
	transition: 0.3s;
}

/*矢印アイコン（Font Awesome）のマウスオン時*/
.doclink a:hover::after {
	transform: scale(1.6);
}


.docpop {
  position: relative;
  background: #fff;
  width: 400px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.docpop::after {
  position: absolute;
  content: "";
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: 100%;
  left: 30%;
  transform: translateX(-50%);
}

/* ヒューズ取付方法 */
.btnfuse {
	margin:5px;
	border-radius: 3px;
	padding: 10px 10px 10px 10px;
	background-color:#228B22;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	text-align:center !important;
}
.btnfuse a {
	text-decoration: none;
	border: none;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
/*矢印アイコン（Font Awesome）*/
.btnfuse a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding-left: 15px;		/*テキストとの間に空けるスペース*/
	transform: scale(1.4);		/*サイズを1.4倍にする設定*/
	transition: 0.3s;
}

/*btnの設定
---------------------------------------------------------------------------*/
/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	width: 100%;
	display: inline-block;text-decoration: none;border: none;
	color: #fff;
	border-radius: 3px;
	padding: 15px 40px;	/*上下、左右への余白。*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	font-size: 1rem;
	background: #f6a444;
	letter-spacing: 0.1em;	/*文字間隔を少し広くする指定*/
}

.dealer .btn a {
	padding: 15px 40px;	/*上下、左右への余白。*/
	background: #990000;
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
/*	filter: brightness(1.1);*/
	cursor: pointer;
}

/*list、list2内で使う場合のボタン*/
.list .btn a,
.list2 .btn a {
	display: block;		/*幅一杯にとる*/
	margin-top: 20px;	/*ボタンの上に空けるスペース*/
}

/*矢印アイコン（Font Awesome）*/
.btn.arrow a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding-left: 15px;		/*テキストとの間に空けるスペース*/
	transform: scale(1.4);		/*サイズを1.4倍にする設定*/
	transition: 0.3s;
}

/*矢印アイコン（Font Awesome）のマウスオン時*/
.btn.arrow a:hover::after {
	transform: scale(1.6);
}



/*テーブル
---------------------------------------------------------------------------*/
.chart1 {
margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
text-align: center;
}

/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;
	padding: 10px 5px;
	background: #57524b;
	color: #fff;	
}

/*ta1テーブルブロック設定*/
.ta1 {
/*	border-top: 1px solid #d3c99f;*/
	border: 3px solid #3366cc;
	table-layout: fixed;
	width: 100%;
	/*margin: 0 auto 30px;*/

	background: rgba(255,255,255,0.5);

}


.ta1 th {
	border: 3px solid #3366cc;
	background: #f6a444;
	color: #fff;

}


/*tr（１行分）タグ設定*/
.ta1 tr, td {
border: 3px solid #3366cc;
	text-align: center;
/*	border-bottom: 1px solid #d3c99f;*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;
	text-align: center;
}



/*ta2 テーブルブロック設定*/
.ta2 {
	border:none !important;
	table-layout: fixed;
	width: 100%;
}

.ta2 td,.ta2 th {
	border:none !important;
	vertical-align:top;
}


/*ta3 テーブルブロック設定*/
.ta3 {
	border:none !important;
	table-layout: fixed;
	width: 100%;
}

.ta3 td,.ta3 th {
	border:none !important;
	vertical-align:center;
	text-align: center;
}

.ta3 caption {
	font-weight: bold;
	padding: 3px 3px;
	background: #f6a444;
	color: #fff;
}


/*ta4 テーブルブロック設定*/
.tblhaisen {
	border: 1px solid #3366cc;
	table-layout: fixed;
	width: 100%;
	font-size: 0.8em;
}

.tblhaisen td,.tblhaisen th {
	vertical-align:center;
}


.descript {
	text-align: left !important;
}


.tdcol_base {
	background: #EEEEEE;
	text-align: center;
}

.tdcol_12v {
	background: #CCFFFF;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
}

.tdcol_24v {
	background: #FFCCFF;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.tdcol_12v24v {
	background: #FFFFCC;
	font-weight: bold;
	text-align: center;
}
.12vcol {
	color: #0000FF;
}
.24vcol {
	color: #FF0000;
}


.tdcol_tekigo {
	background: #B4DEB8;
	color: #006633;
	font-weight: bold;
	text-align: center;
}



/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 10px;	/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#fff, #f7f7f7);	/*背景グラデーション*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	border: 1px solid #e2ddc0;		/*枠線の幅、線種、色*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f059";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #990000;			/*アイコンの色*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.faq dt span {text-indent: 0;}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop{
  position: fixed;
  bottom: 16px;
  right: 16px;
}
 
.pagetop a {
  display: block;
  text-decoration: none;
}


/*その他
---------------------------------------------------------------------------*/
.title {text-align: center !important;}
.setumei {text-align: center !important;}
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #f6a444 !important;}
.color-check, .color-check a {color: #f00 !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 0px 10px;background: rgba(0,0,0,0.05);border-radius: 5px;margin: 5px 0;}
.prarea .look {background: rgba(255,255,255,0.2);}



/* 価格 */
.price{
/*    color: #FF3300;*/
    color: #cc3333;
    font-size: 1.2rem;
}

/* 注意 */
.caution{
/*    color: #FF3300;*/
    color: #cc3333;
    font-weight: bold;
    font-size: 1.2rem;
}

/* 注意（小） */
.caution_s{
/*    color: #FF3300;*/
    color: #cc3333;
    font-weight: bold;
    font-size: 0.9rem;
}

/* 強調 */
.highlight {
    font-weight: bold;
    font-size: 1.2rem;
}

/* 控え目 */
.conserv {
    font-size: 0.9rem;
}

/*---------------------------------------------------------------------------
ここから下は画面幅700px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:700px) {


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header .logo {
	margin-top: 20px;	/*ロゴの上部に空けるスペース*/
	margin-left: 150px;	/*ロゴの左側に空けるスペース*/
}

/*トップページのロゴ画像への追加設定*/
.home header .logo {
	width: 30%;			/*ロゴ画像の幅*/
	margin-left: 20px;	/*ロゴの左側に空けるスペース*/
}


/*２カラム利用時
---------------------------------------------------------------------------*/
.c2 {
	flex-direction: row;
	justify-content: space-between;
}


/*２カラム利用時のmainブロック（※冒頭に「.(ドット)」がついていない「main」とは全く異なるので注意して下さい）
---------------------------------------------------------------------------*/
.main {
	order: 1;	/*.mainと.subの左右への配置指定。数字が小さい順に並びます。*/
	width: calc(100% - 250px);	/*幅。250pxの数字は、.subで指定しているwidthに余白を50px含めて設定しています。*/
}


/*２カラム利用時のsubブロック
---------------------------------------------------------------------------*/
.sub {
	order: 0;	/*.mainと.subの左右への配置指定。数字が小さい順に並びます。*/
	width: 200px;	/*幅。大幅に変更する際は、上の.mainのwidthの250pxの値も調整して下さい。*/
}

/*.subブロックのpタグ*/
.sub p {
	margin: 0 0 30px;	/*上、左右、下へ空けるスペース*/
}


/*footer（フッターメニューとコピーライトを囲むブロック。下にあるfooterとは異なるタグなので間違えないで下さい。）
---------------------------------------------------------------------------*/
/*フッターブロック*/
#footer {
	margin-top: 100px;		/*フッターの上部(外側)に空けるスペース。上にあるコンテンツとのバランス調整です。*/
}

/*フッター内のロゴ画像*/
#footer .logo img {
	width: 250px;					/*幅*/
	border: 10px solid #95ac43;		/*枠線の幅、線種、色*/
}


/*listブロック（２カラムタイプ、横長タイプ）、list2ブロック（枠が動く３カラムタイプ）の設定
---------------------------------------------------------------------------*/
/*１個あたりのボックスの指定。「２カラムタイプ」「横長タイプ」共通に適用されます。*/
.list {
	flex-direction: row;
}

/*画像の指定。「２カラムタイプ」「横長タイプ」共通に適用されます。*/
.list figure {
	width: 30%;			/*幅*/
	margin-right: 20px;	/*画像とテキストブロックの間にとる余白*/
}

/*「２カラムタイプ」のlistボックス全体を囲むボックス*/
.list-container {
	flex-direction: row;	/*子要素を横並びにする*/
}

/*「２カラムタイプ」のlistボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	width: 48%;	/*ボックスの幅*/
}
.list-container .list2 {
	width: 30%;	/*ボックスの幅*/
}

/*2023/01/19追記*/
.list div {
	flex: 1;
}


.layout-block {
    flex-direction: row;
}

.box-conts {
    padding: 0;
}


/*カタログ取説ボタン設定
---------------------------------------------------------------------------*/
#docarea {
	flex-direction: row;
}
.docbtn {
	width:calc(100% / 2);
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/



/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}



/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 16px;	/*基準となるフォントサイズの上書き*/
}


/*contentsブロック
---------------------------------------------------------------------------*/
/*コンテンツ上部の余白*/
#contents {
	margin-top: 30px;
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付(dt)設定*/
#new dt {
	width: 14em;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.9em;		/*文字サイズを90%に。*/
	text-align: center;		/*文字をセンタリング*/
	border-radius: 3px;		/*角を少しだけ丸くする*/
	margin-right: 1.2em;	/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.8;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。サンプルテンプレートでは「求人情報」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #f6a444;	/*背景色*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}


}
