@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/






/***********************************************************************
** フルワイドの設定　fullWide_Area（over）
************************************************************************/
.fullWide_Area,
.fullWide_Area_over {
	background-color: #f3f4f5;/* デフォルト背景カラー */
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-top: clamp(50px, 9.7vw, 100px);
	margin-bottom: clamp(50px, 9.7vw, 100px);
}

.fullWide_Area { padding: clamp(50px, 9.7vw, 100px)  calc(50vw - 50%); }
/*.fullWide_Area_over { padding: 2.5rem 0; }*/
/* Pタグの調整 */
.fullWide_Area p:last-child,
.fullWide_Area_over p:last-child { margin-bottom: 0;}

/* 背景カラーのパターン設定 */
.fullWide_Area.bgColor1,
.fullWide_Area_over.bgColor1 { background-color: #EEF5F5; }/* 薄グリーン */
.fullWide_Area.bgColor2,
.fullWide_Area_over.bgColor2 { background-color: #FFF; }
/* 背景画像イメージのパターン設定 */
.fullWide_Area.bgImage1,
.fullWide_Area_over.bgImage1 {
	background-image: url(http://nichiukyo.org/wp-content/uploads/2018/08/top-factory3.jpg);
	object-fit: cover;
	min-height: 400px;
}
.fullWide_Area.bgImage2,
.fullWide_Area_over.bgImage2 {
	background-image: url(http://nichiukyo.org/wp-content/uploads/2018/08/top-reform3.jpg);
	object-fit: cover;
	width: 100vw;
	min-height: 400px;
}

/************************************
** Table テーブルのレスポンシブ設定
************************************/
.member_company_table { font-size: 0.9rem; }
.member_company_table tbody th { text-align: left; background-color: transparent; font-weight: normal; }
.pc_table_head th { white-space: nowrap; /*セル内で改行しない*/ }
/*スマホ表示用*/
@media screen and (max-width: 768px) {
	.member_company_table { font-size: 1.3rem; }
	.member_company_table tbody th { text-align: left; background-color: #f5f6f7; font-weight: bold; }
	.pc_table_head { display: none; }
	.member_company_table th {
		border-bottom: none; /*上下の枠線が二重になるのを防止*/
		display: block; /*PCの一列目を縦積みにする*/
		width: 100%;
	}
	.member_company_table td {
		background-color: #FFF;
		border-bottom: none; /*上下の枠線が二重になるのを防止*/
		display: block; /*PCの2列目以降も縦積みにする*/
		width: 100%;
	}
	.member_company_table td:empty { display: none; /* 空白のtdを非表示 */ }
	.member_company_table tr:last-child td:last-child { border-bottom: solid 1px var(--cocoon-x-thin-color); }
}
.reformmark {
    color: #fff;
    background-color: #5a96a6;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 0.9em;
	white-space: nowrap;
}
/* マウスオーバーした行をハイライト */
.member_company_table tbody tr:hover td,
.member_company_table tbody tr:hover th {
	background-color: rgba(200, 230, 255, 0.4);
}

/************************************
** TablePressの設定
************************************/
.tablepress { font-size: 0.8em; }

/* 最後の行下にボーダーを表示 */
.tablepress tbody tr:last-child { border-bottom: 1px solid #ddd; }

/***** 加盟社 Tableの設定 *****/
table.mem1 { width: 100%; border-spacing: 0; margin: 0 auto; }
/*.mem1 thead th { text-align: center; }*/
.dataTables_filter { margin-bottom:0.8em; float:none!important;}/* テーブルの検索フォーム */


/* レスポンシブデザイン用のメディアクエリ */
/*768px以下*/
@media screen and (max-width: 768px) {

/*.tablepress tbody td, .tablepress tfoot th { border-top: 1px solid #ddd; }*/
	.mem1, .mem2 { font-size: 16px;	}
	.mem1 thead, .mem2 thead { display: none; }
	.mem1 td, .mem2 td { display: block; border-top: 1px solid #ddd!important; }
	.mem1 td.column-1 {
		color: #333;
		font-weight: bold;
		background-color: #dfecf6!important;
		border-top: 1px solid #ddd!important;
	}
	.mem1 td.column-3:empty { display: none; }/* 空の場合は非表示 */
}

/***** 日羽協 試験方法 Tableの設定 *****/
table.jdfa-tm_list { width: 100%; border-spacing: 0; margin: 0 auto; }
/* スマホではサブタイトルを改行 */
@media only screen and (max-width: 768px) { .jdfa-subtitle { display:block;} }


/***** 組合概要 Tableの設定 *****/
.gaiyou th { width:25%; padding:1em; }
.gaiyou td { width:75%; padding:1em; }

/***** 組織図 Tableの設定 *****/
#tablepress-7,#tablepress-8,#tablepress-9,#tablepress-12,#tablepress-19,#tablepress-20 {width:100%;}


/***** ゴールドラベル Tableの設定 *****/
table#label-table { width: 100%; border-spacing: 0; margin: 0 auto; }
#label-table th, #label-table td { text-align: center;  padding:0.5em 1em 0.5em 1em;}
@media screen and (max-width: 768px){
table#label-table { width: 100%;}
#label-table th,
#label-table td { display: block; }
#label-table tr { display: inline-block;}
#label-table thead { display: block; float: left;}
#label-table tbody { display: block; white-space: nowrap; overflow-x: scroll; -webkit-overflow-scrolling: touch;}
#label-table tbody tr { width: 100%;}
}

.label-table2 { margin-bottom: 0!important; }
.label-table2 th { width: 50%; padding: 0.5em 1.5em; text-align: right; }
.label-table2 td { width: 50%; padding: 0.5em 1.5em; }


/***** 見出しスタイルの設定 *****/
.article h2 {
	padding: .75em .75em;
	border: 1px solid #ccc;
	border-top: 3px solid #c25155;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin:3em 0em 1em 0em;
}
.article h2:first-of-type {
	margin:1em 0em 1em 0em;
}

.article h3 {
	border:none;
	padding-left:.75em;
	border-bottom: solid 4px #f2dbdc;
	position: relative;
	margin:1.2em 0em 0.5em 0em;
}
.article h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #f2dbdc;
	bottom: -4px;
	width: 20%;
}

.article h4 {
    border-left: 6px solid #c25155;
    border-right: none;
    border-top: none;
    border-bottom: none;
	padding: 0.4em .75em;
	margin:1.2em 0em 0.5em 0em;
}


/***********************************************************************
** ヘッダーエリアの設定
************************************************************************/

/* タブレット以下の設定 */
@media screen and (max-width: 1022px){
	.logo-image a { max-width: 80%; }
	.site-logo-image { padding-left: 0.5em; }/* サイトロゴ */
	.has-logo-button .menu-button { width: 60px; }/* メニューボタンの幅 */
	.admin-bar .mobile-header-menu-buttons { padding: 0.5em; }/* モバイルヘッダーの余白 */
	.entry-content { margin-top: 0;}/* コンテンツエリアの上余白をなし */
}

/* グローバルメニューエリアの設定 */
#navi .navi-in>.menu-header i { padding-right: 0.5em; }/* アイコンフォントの右側にスペース */
#navi .navi-in>.menu-header .sub-menu { background-color: #777; }/* サブメニューの背景を変更 */
.environmental_white_paper { background-color: #BE9B95; }
.environmental_white_paper .sub-menu { min-width: 410px!important; background-color: #90817d!important; }
.union_info_English { background-color: #AABCAC; }


/***********************************************************************
** フッターエリアの設定
************************************************************************/
#footer a { color: #ffffff; }
#footer a:hover { color: #5e93ec; }
.footer-container ul {
	list-style: none;
	padding-left: 0;
}


/*　ニュース　What's New Generatorの調整　*/
div.whatsnew a {padding:12px!important;}
div.whatsnew hr {border:1px dashed #ccc!important;}

/* リンクボタンの設定 */
.btn2 {
    color: #555;
	background-color:#fff;
    margin: 1em;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    border: 2px solid #555;
}

.btn-m { padding: 14px 25px; }


/************************************
** CSSスタイルライブラリ 文字
************************************/
/*文字の大きさ*/
.fs-ss{ font-size: 12px; }
.fs-s{ font-size: 15px; }
.fs-m{ font-size: 28px; }
.fs-l{ font-size: 32px; }

/*文字の横位置*/
.al-l{ text-align: left; }
.al-r{ text-align: right; }
.al-c{ text-align: center; }
.al-c_spl{ text-align: center; }
/*768px以下*/
@media screen and (max-width: 768px){.al-c_spl{text-align:left;}}

/* 文字の寄せ位置 PC SP 切り替え */
.pccspl { text-align: center; }/* PC→center　SP→left */
@media screen and (max-width: 768px){ .pccspl{ text-align: left; } }
.pclspc { text-align: left; }/* PC→left　SP→center */
@media screen and (max-width: 768px){ .pclspc{ text-align: center; } }

/* 画像リンクのマウスオーバー */
a img:hover { opacity:0.7; }

/* リンクのアンダーラインを無くす */
.noUL a { text-decoration: none; }

/* 横幅のサイズ指定 */
.w100per { width: 100%; }
.w90per { width: 90%; }
.w80per { width: 80%; }
.w400px { margin:0 auto; max-width:400px; }
.w520px { margin:0 auto; max-width:520px; }
.w600px { margin:0 auto; max-width:600px; }
.w700px { margin:0 auto; max-width:700px; }
.w800px { margin:0 auto; max-width:800px; }
.w900px { margin:0 auto; max-width:900px; }
.w960px { margin:0 auto; max-width:960px; }
.w1200px { margin:0 auto; max-width:1200px; }


/*周りのブロックからの距離（margin）*/
.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m55{ margin: 55px!important; }
.m55-t{ margin-top: 55px!important; }
.m55-r{ margin-right: 55px!important; }
.m55-b{ margin-bottom: 55px!important; }
.m55-l{ margin-left: 55px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m110{ margin: 110px!important; }
.m110-t{ margin-top: 110px!important; }
.m110-r{ margin-right: 110px!important; }
.m110-b{ margin-bottom: 110px!important; }
.m110-l{ margin-left: 110px!important; }

.m120{ margin: 120px!important; }
.m120-t{ margin-top: 120px!important; }
.m120-r{ margin-right: 120px!important; }
.m120-b{ margin-bottom: 120px!important; }
.m120-l{ margin-left: 120px!important; }

.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }

.m200{ margin: 200px!important; }
.m200-t{ margin-top: 200px!important; }
.m200-r{ margin-right: 200px!important; }
.m200-b{ margin-bottom: 200px!important; }
.m200-l{ margin-left: 200px!important; }

.m250{ margin: 250px!important; }
.m250-t{ margin-top: 250px!important; }
.m250-r{ margin-right: 250px!important; }
.m250-b{ margin-bottom: 250px!important; }
.m250-l{ margin-left: 250px!important; }

.m300{ margin: 300px!important; }
.m300-t{ margin-top: 300px!important; }
.m300-r{ margin-right: 300px!important; }
.m300-b{ margin-bottom: 300px!important; }
.m300-l{ margin-left: 300px!important; }

/* 周りのブロックからの距離（margin em） */
.m1em{ margin: 1em!important; }
.m1em-t{ margin-top: 1em!important; }
.m1em-r{ margin-right: 1em!important; }
.m1em-b{ margin-bottom: 1em!important; }
.m1em-l{ margin-left: 1em!important; }

.m1_5em{ margin: 1.5em!important; }
.m1_5em-t{ margin-top: 1.5em!important; }
.m1_5em-r{ margin-right: 1.5em!important; }
.m1_5em-b{ margin-bottom: 1.5em!important; }
.m1_5em-l{ margin-left: 1.5em!important; }

.m2em{ margin: 2em!important; }
.m2em-t{ margin-top: 2em!important; }
.m2em-r{ margin-right: 2em!important; }
.m2em-b{ margin-bottom: 2em!important; }
.m2em-l{ margin-left: 2em!important; }

.m3em{ margin: 3em!important; }
.m3em-t{ margin-top: 3em!important; }
.m3em-r{ margin-right: 3em!important; }
.m3em-b{ margin-bottom: 3em!important; }
.m3em-l{ margin-left: 3em!important; }

.m4em{ margin: 4em!important; }
.m4em-t{ margin-top: 4em!important; }
.m4em-r{ margin-right: 4em!important; }
.m4em-b{ margin-bottom: 4em!important; }
.m4em-l{ margin-left: 4em!important; }

.m5em{ margin: 5em!important; }
.m5em-t{ margin-top: 5em!important; }
.m5em-r{ margin-right: 5em!important; }
.m5em-b{ margin-bottom: 5em!important; }
.m5em-l{ margin-left: 5em!important; }

.m6em{ margin: 6em!important; }
.m6em-t{ margin-top: 6em!important; }
.m6em-r{ margin-right: 6em!important; }
.m6em-b{ margin-bottom: 6em!important; }
.m6em-l{ margin-left: 6em!important; }

.m7em{ margin: 7em!important; }
.m7em-t{ margin-top: 7em!important; }
.m7em-r{ margin-right: 7em!important; }
.m7em-b{ margin-bottom: 7em!important; }
.m7em-l{ margin-left: 7em!important; }

.m8em{ margin: 8em!important; }
.m8em-t{ margin-top: 8em!important; }
.m8em-r{ margin-right: 8em!important; }
.m8em-b{ margin-bottom: 8em!important; }
.m8em-l{ margin-left: 8em!important; }

.m9em{ margin: 9em!important; }
.m9em-t{ margin-top: 9em!important; }
.m9em-r{ margin-right: 9em!important; }
.m9em-b{ margin-bottom: 9em!important; }
.m9em-l{ margin-left: 9em!important; }

.m10em{ margin: 10em!important; }
.m10em-t{ margin-top: 10em!important; }
.m10em-r{ margin-right: 10em!important; }
.m10em-b{ margin-bottom: 10em!important; }
.m10em-l{ margin-left: 10em!important; }

.m15em{ margin: 15em!important; }
.m15em-t{ margin-top: 15em!important; }
.m15em-r{ margin-right: 15em!important; }
.m15em-b{ margin-bottom: 15em!important; }
.m15em-l{ margin-left: 15em!important; }

.m20em{ margin: 20em!important; }
.m20em-t{ margin-top: 20em!important; }
.m20em-r{ margin-right: 20em!important; }
.m20em-b{ margin-bottom: 20em!important; }
.m20em-l{ margin-left: 20em!important; }

.m25em{ margin: 25em!important; }
.m25em-t{ margin-top: 25em!important; }
.m25em-r{ margin-right: 25em!important; }
.m25em-b{ margin-bottom: 25em!important; }
.m25em-l{ margin-left: 25em!important; }

.m30em{ margin: 30em!important; }
.m30em-t{ margin-top: 30em!important; }
.m30em-r{ margin-right: 30em!important; }
.m30em-b{ margin-bottom: 30em!important; }
.m30em-l{ margin-left: 30em!important; }

.m35em{ margin: 35em!important; }
.m35em-t{ margin-top: 35em!important; }
.m35em-r{ margin-right: 35em!important; }
.m35em-b{ margin-bottom: 35em!important; }
.m35em-l{ margin-left: 35em!important; }

.m40em{ margin: 40em!important; }
.m40em-t{ margin-top: 40em!important; }
.m40em-r{ margin-right: 40em!important; }
.m40em-b{ margin-bottom: 40em!important; }
.m40em-l{ margin-left: 40em!important; }

.m45em{ margin: 45em!important; }
.m45em-t{ margin-top: 45em!important; }
.m45em-r{ margin-right: 45em!important; }
.m45em-b{ margin-bottom: 45em!important; }
.m45em-l{ margin-left: 45em!important; }

.m50em{ margin: 50em!important; }
.m50em-t{ margin-top: 50em!important; }
.m50em-r{ margin-right: 50em!important; }
.m50em-b{ margin-bottom: 50em!important; }
.m50em-l{ margin-left: 50em!important; }



/*マイナス用（margin）*/
.m-10{ margin: -10px!important; }
.m-10-t{ margin-top: -10px!important; }
.m-10-r{ margin-right: -10px!important; }
.m-10-b{ margin-bottom: -10px!important; }
.m-10-l{ margin-left: -10px!important; }

.m-15{ margin: -15px!important; }
.m-15-t{ margin-top: -15px!important; }
.m-15-r{ margin-right: -15px!important; }
.m-15-b{ margin-bottom: -15px!important; }
.m-15-l{ margin-left: -15px!important; }

.m-18{ margin: -18px!important; }
.m-18-t{ margin-top: -18px!important; }
.m-18-r{ margin-right: -18px!important; }
.m-18-b{ margin-bottom: -18px!important; }
.m-18-l{ margin-left: -18px!important; }

.m-20{ margin: -20px!important; }
.m-20-t{ margin-top: -20px!important; }
.m-20-r{ margin-right: -20px!important; }
.m-20-b{ margin-bottom: -20px!important; }
.m-20-l{ margin-left: -20px!important; }

.m-25{ margin: -25px!important; }
.m-25-t{ margin-top: -25px!important; }
.m-25-r{ margin-right: -25px!important; }
.m-25-b{ margin-bottom: -25px!important; }
.m-25-l{ margin-left: -25px!important; }

.m-1em{ margin: -1em!important; }
.m-1em-t{ margin-top: -1em!important; }
.m-1em-r{ margin-right: -1em!important; }
.m-1em-b{ margin-bottom: -1em!important; }
.m-1em-l{ margin-left: -1em!important; }



/*周りのブロックからの距離（padding）*/
.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

/* 周りのブロックからの距離（padding em） */
.p1em{ padding: 1em!important; }
.p1em-t{ padding-top: 1em!important; }
.p1em-r{ padding-right: 1em!important; }
.p1em-b{ padding-bottom: 1em!important; }
.p1em-l{ padding-left: 1em!important; }

.p1_5em{ padding: 1.5em!important; }
.p1_5em-t{ padding-top: 1.5em!important; }
.p1_5em-r{ padding-right: 1.5em!important; }
.p1_5em-b{ padding-bottom: 1.5em!important; }
.p1_5em-l{ padding-left: 1.5em!important; }

.p2em{ padding: 2em!important; }
.p2em-t{ padding-top: 2em!important; }
.p2em-r{ padding-right: 2em!important; }
.p2em-b{ padding-bottom: 2em!important; }
.p2em-l{ padding-left: 2em!important; }


/***********************************************************************
** フルワイドの設定　fullWide_Area（over）
************************************************************************/
.fullWide_Area,
.fullWide_Area_over {
	background-color: #F4F4F4;/* デフォルト背景カラー */
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.fullWide_Area { padding: 2.5rem  calc(50vw - 50%); }
.fullWide_Area_over { padding: 2.5rem 0; }
/* Pタグの調整 */
.fullWide_Area p:last-child,
.fullWide_Area_over p:last-child { margin-bottom: 0;}

/* 背景カラーのパターン設定 */
.fullWide_Area.bgColor1,
.fullWide_Area_over.bgColor1 { background-color: #19418b; }/* ブルー */
.fullWide_Area.bgColor2,
.fullWide_Area_over.bgColor2 { background-color: #FFF; }
/* 背景画像イメージのパターン設定 */
.fullWide_Area.bgImage1,
.fullWide_Area_over.bgImage1 {
	background-image: url(https://www.pillow.co.jp/title1.png);
	object-fit: cover;
	min-height: 400px;
}



/***********************************************************************
** flexColumnBox フレックスカラムボックスの設定
************************************************************************/
.flexColumnBoxWrap {
	display: flex;
	display: -ms-flexbox;
	flex: auto;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	padding: 0;
	margin: 0;
	gap: 0.5em;
}
.flexColumnBoxWrap.w1200px { max-width:1240px; margin:0 auto; padding: 0 1.5em; }
.flexColumnBoxWrap.w960px { max-width:1000px; margin:0 auto; padding: 0 1.5em; }
.flexColumnBoxWrap.w700px { max-width:740px; margin:0 auto; padding: 0 1.5em; }

.col4_sp1 { width: calc(100%/4 - 0.5em); }
@media screen and (max-width: 834px) { .col4_sp1 { width: calc(100%/2 - 0.5em); } }
@media screen and (max-width: 520px) { .col4_sp1 { width: calc(100%/1); } }
.col4_sp2 { width: calc(100%/4 - 0.5em); }
@media screen and (max-width: 834px) { .col4_sp2 { width: calc(100%/2 - 0.5em); } }
.col4_sp4 { width: calc(100%/4 - 0.5em); }

.col3_sp1 { width: calc(100%/3 - 0.5em); }
@media screen and (max-width: 834px) { .col3_sp1 { width: calc(100%/1); } }
.col3_sp3 { width: calc(100%/3 - 0.5em); }

.col2_sp1 { width: calc(100%/2 - 0.5em); }
@media screen and (max-width: 834px) { .col2_sp1 { width: calc(100%/1); } }
@media screen and (max-width: 520px) { .col2_sp1 { width: calc(100%/1); } }
.col2_sp2 { width: calc(100%/2 - 0.5em); }