@charset "UTF-8";
/*
Theme Name: JCLP 2019
Theme URI: https://japan-clp.jp/
Description: JCLP Wordpress Theme Spring 2019
Version: 1.0
Author: Comusubi and Web Design NEO ZEST
Author URI: https://www.facebook.com/comusubi3/  |  https://neozest.jp
*/

/*-----------------------------------------------------------------------
  ●   index
  rest- : reset
  main- : common layout
  page- : page layout
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  ●   ! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
  ●   ! ress.css • v1.0.1 | MIT License | github.com/filipelinhares/ress
  ●   ! re-defined by 2019 NEOZEST (http://neozest.jp/)
  ●   basic tag definition
  rest-001. basic
  rest-002. common
  rest-003. typography
  rest-004. list/description list
  rest-005. media
  rest-006. heading/caption
  rest-007. form
  rest-008. table

  ●   main(common) layout menu
  main-001. ページ全体
  main-002. 全体配置
  main-003. ヘッダー詳細
  main-004. パンくずリスト詳細
  main-005. メイン詳細
  main-006. フッター詳細
  main-999. その他

  ●   page layout menu
  page-001. 共通
  page-002. ホーム
  page-003. JCLPとは(.about)
  page-004. ごあいさつ (.greeting)
  page-005. 活動内容 (.activities)
  page-006. 組織概要 (.organization)
  page-007. JCLPの提言 (.proposal)
  page-008. RE100・脱炭素について (.reoh)
  page-009. よくあるご質問（RE100加盟について） (.faq-reoh)
  page-010. 企業と脱炭素 (.decarbonization)
  page-011. 2℃(1.5)目標 (.agreement)
  page-012. 加盟について (.about-accession)
  page-013. よくあるご質問 (.faq)
  page-014. 投稿ページ (.single)
  page-015. ニュース一覧
  page-016. プレスリリース一覧
  page-017. 再エネ100宣言 RE Action
  page-018. 提言
  page-019. イベントアーカイブ
  page-020. 脱炭素コンソーシアム
  page-021. 脱炭素経営入門（2021年11月）
  page-404. 404 (.noresult)
  page-994. イベント用 (.lp_event)
  page-995. 月例会出欠確認用 (.lp_meeting)
  page-996. 賛助会員加盟申請用 (.lp_accession)
  page-997. お問い合わせ (.inquiry)
  page-998. プライバシーポリシー
  page-999. サイトマップ
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  norm-001. basic
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap");

html {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.8;
  min-height: 100%;
  overflow-y: scroll;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------
  norm-002. common
-----------------------------------------------------------------------*/
article,
aside,
details,
div,
figcaption,
figure,
footer,
form,
header,
li,
main,
nav,
ol,
p,
section,
summary,
ul {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  zoom: 1;
}
*:before,
*:after {
  box-sizing: inherit;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
a:link,
a:visited {
  box-sizing: border-box;
}
a:hover,
a:active,
a:focus {
  outline: none;
  outline-width: 0
}

/*-----------------------------------------------------------------------
  norm-003. typography
-----------------------------------------------------------------------*/
b,
em,
i,
q,
strong { 
  font-weight: 600;
  box-sizing: border-box;
}
blockquote {
  box-sizing: border-box;
  margin: 20px;
}
small {
  box-sizing: border-box;
  font-size: 87.5%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/*-----------------------------------------------------------------------
  norm-004. list/description list
-----------------------------------------------------------------------*/
ul,
ol {
  padding: 0 0 0 2em;
}
ul,
ol,
li {
  box-sizing: border-box;
  margin: 0;
}
dl,
dt,
dd {
  box-sizing: border-box;
  margin: 0;
}

/*-----------------------------------------------------------------------
  norm-005. media
-----------------------------------------------------------------------*/
img {
  border: 0;
  border-style: none;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}

/*-----------------------------------------------------------------------
  norm-006. heading/caption
-----------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
th,
caption,
address {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

/*-----------------------------------------------------------------------
  norm-007. form
-----------------------------------------------------------------------*/
form {
  margin: 0;
}
input {
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
textarea {
  overflow: auto;
	resize: vertical;
  vertical-align: top;
}

/*-----------------------------------------------------------------------
  norm-008. table
-----------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------
  main-001. ページ全体
-----------------------------------------------------------------------*/
body {
  background: #f8f8f8;
  color: #000000;
  font-size: 1em;
  min-width: 320px;
}
h1,
h2,
h3 {
  font-feature-settings: "palt";
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4,
h5,
h6 {
  font-size: 1rem;
}
input,
textarea,
select {
  border: solid 1px #aaaaaa;
}
a,
a:link,
a:visited {
  color: #0e1bbb;
  text-decoration: underline;
  transition: all 0.2s linear;
}
a:hover,
a:active,
a:focus {
  color: #de393d;
  outline: none;
  text-decoration: underline;
  transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------
  main-002. 全体配置
-----------------------------------------------------------------------*/
header {
  background: rgba(0,0,0,0.6) url("assets/images/bac_shade.png");
  background-size: 8px 8px;
  color: #ffffff;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
.main {
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
footer {
  background: rgba(0,0,0,0.6) url("assets/images/bac_shade.png");
  background-size: 8px 8px;
  color: #ffffff;
  min-width: 320px;
  overflow: hidden;
  width: 100%;
}

/*-----------------------------------------------------------------------
  main-003. ヘッダー詳細
-----------------------------------------------------------------------*/
#header > div {
  padding: 12rem 0 0;
  position: relative;
  z-index: 3;
}
.single #header > div {
  padding: 7rem 0 0;
}
#header > div:first-child {
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header_logo {
  background: url("assets/images/logo_jclp.png") no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 3rem;
  margin: 2rem 0 0 2rem;
  max-width: 12%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
nav {
  float: right;
  width: calc(88% - 2rem);
}
.sp_navi_hide {
  display: none;
}
nav > ul {
  list-style: none;
  padding: 0;
}
#header nav > ul > li {
  float: right;
  height: 32px;
  margin: 2.75rem 0 0;
  padding: 0 0 0.5rem;
  position: relative;
  z-index: 1;
}
#header nav > ul > li:before {
  border-left: solid thin #ffffff;
  content: "";
  display: block;
  box-sizing: border-box;
  height: 0.875rem;
  left: 0;
  position: absolute;
  top: 6px;
  width: 0;
}
#header nav > ul > li:after {
  background: #de393d;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  transition: all 0.25s ease 0s;
  width: 0;
}
#header nav > ul > li:hover,
#header nav > ul > li:active,
#header nav > ul > li:focus {
  text-decoration: none;
}
#header nav > ul > li:hover:after,
#header nav > ul > li:active:after,
#header nav > ul > li:focus:after {
  width: 100%;
}
#header nav > ul > li > a {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
#header nav > ul > li > b {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
#header nav > ul > li:hover b,
#header nav > ul > li:active b,
#header nav > ul > li:focus b {
  background: rgba(255,255,255,0.25);
}
#header nav > ul b:hover,
#header nav > ul b:active,
#header nav > ul b:focus {
  color: #de393d;
  outline: none;
  transition: all 0.2s linear;
}
#header nav > ul li ul {
  display: none;
  list-style: none;
  padding: 0.75rem 0 0;
  transition: all 0.2s linear;
}
#header nav > ul > li:hover ul,
#header nav > ul > li:active ul,
#header nav > ul > li:focus ul {
  background: rgba(0,0,0,0.75);
  display: block;
  outline: none;
  pointer-events: auto;
  transition: all 0.2s linear;
  z-index: 2;
}
#header nav > ul > li:nth-child(6) {
  font-weight: 600;
  padding: 0 0 0.5rem;
}
#header nav > ul > li:nth-child(6):before {
  display: none;
}
#header nav > ul > li:last-child {
  margin: 2.75rem 1rem 0 0;
  padding: 0;
}
#header nav > ul > li:last-child:before {
  display: none;
}
#header nav > ul > li:nth-child(5) {
  width: 9rem;
}
#header nav > ul > li:nth-child(4) {
  width: 13rem;
}
#header nav > ul > li:nth-child(3) {
  width: 6rem;
}
#header nav > ul > li:nth-child(3) ul > li:nth-last-child(1),
#header nav > ul > li:nth-child(3) ul > li:nth-last-child(2),
#english #header nav > ul > li:nth-child(3) ul > li:nth-child(1),
#english #header nav > ul > li:nth-child(3) ul > li:nth-child(2),
#english #header nav > ul > li:nth-child(3) ul > li:nth-child(3),
#english #header nav > ul > li:nth-child(3) ul > li:nth-child(4),
#english #header nav > ul > li:nth-child(3) ul > li:nth-child(5) {
  display: none;
}
#english #header nav > ul > li:nth-child(3) ul > li:nth-last-child(1),
#english #header nav > ul > li:nth-child(3) ul > li:nth-last-child(2) {
  display: block;
}
#english #header nav > ul > li:nth-child(3){
  width: 8rem;
}
#header nav > ul > li:nth-child(3) ul {
  width: calc(100% + 2rem);
}
#header nav > ul > li:nth-child(2) {
  width: 9rem;
}
#header nav > ul > li:first-child {
  height: 7rem;
  margin: 0;
  padding: 0;
  width: 8rem;
  z-index: 2;
}
#header nav > ul > li:first-child:after {
  display: none;
}
#header nav > ul a,
#header nav > ul a:link,
#header nav > ul a:visited {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
#header nav > ul a:hover,
#header nav > ul a:active,
#header nav > ul a:focus {
  background: rgba(255,255,255,0.25);
  color: #de393d;
  font-size: 0.875rem;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
#header nav > ul > li:nth-child(6) a,
#header nav > ul > li:nth-child(6) a:link,
#header nav > ul > li:nth-child(6) a:visited {
  padding: 0 2rem;
}
#header nav > ul > li:last-child a,
#header nav > ul > li:last-child a:link,
#header nav > ul > li:last-child a:visited {
  border: solid thin #ffffff;
  border-radius: 3px;
  font-size: 0.75rem;
  height: 1.5rem;
  padding: 0 0.5rem;
}
#header nav > ul > li:last-child a:hover,
#header nav > ul > li:last-child a:active,
#header nav > ul > li:last-child a:focus {
  border: solid thin #de393d;
}
#header nav > ul > li:first-child a,
#header nav > ul > li:first-child a:link,
#header nav > ul > li:first-child a:visited {
  background: #de393d;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  height: 100%;
  padding: 2rem 0 0;
  text-align: center;
  width: 100%;
}
#header nav > ul > li:first-child a:before {
  background: url("assets/images/ico_mail.png") no-repeat top center;
  background-size: contain;
  content: "";
  display: block;
  height: 1.25rem;
  margin: 0 auto 0.25rem;
  width: 1.75rem;
}
#header nav > ul > li:first-child a:hover,
#header nav > ul > li:first-child a:active,
#header nav > ul > li:first-child a:focus {
  background: #f36d70;
  color: #ffffff;
}
#english #header nav > ul > li:nth-child(5),
#english #header nav > ul > li:nth-child(4),
#english #header nav > ul > li:nth-child(2) {
  display: none;
}

/*-----------------------------------------------------------------------
  main-004. パンくずリスト詳細
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  main-005. メイン詳細
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  main-006. フッター詳細
-----------------------------------------------------------------------*/
.footer_inquiry {
  background: url("assets/images/bac_footer_inquiry.png") right center;
  background-size: cover;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2rem;
  position: relative;
}
.footer_inquiry:before {
  background: rgba(0,0,0,0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.footer_inquiry > div {
  margin: 0 auto;
  max-width: 64rem;
  padding: 4rem 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
.footer_inquiry > div p {
  margin: 0 0 2rem;
}
.footer_inquiry > div a,
.footer_inquiry > div a:link,
.footer_inquiry > div a:visited {
  border: solid 1px #ffffff;
  color: #ffffff;
  display: block;
  height: 13rem;
  margin: 0 2rem;
  padding: 2rem 0 0 2rem;
  text-decoration: none;
  transition: all 0.2s linear;
  width: calc(50% - 4rem);
}
#english .footer_inquiry > div a,
#english .footer_inquiry > div a:link,
#english .footer_inquiry > div a:visited {
  border: solid 1px #ffffff;
  color: #ffffff;
  display: block;
  height: 13rem;
  margin: 0 2rem;
  padding: 4rem 0 0 2rem;
  text-decoration: none;
  transition: all 0.2s linear;
  width: calc(50% - 4rem);
}
.footer_inquiry > div a:hover,
.footer_inquiry > div a:active,
.footer_inquiry > div a:focus {
  background: rgba(255,255,255,0.25);
}
.footer_inquiry > div a:nth-of-type(1) {
  float: left;
}
.footer_inquiry > div a:nth-of-type(2) {
  float: right;
}
.footer_inquiry > div h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  position: relative;
}
.footer_inquiry > div h3:before {
  border: solid 6px transparent;
  border-left: solid 8px #ffffff;
  content: "";
  display: block;
  left: 0.5rem;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.footer_pagetop,
.footer_pagetop:link,
.footer_pagetop:visited {
  background: #de393d;
  border: solid 1px #ffffff;
  border-right: none;
  bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  height: 64px;
  line-height: 1.25;
  padding: 1.5rem 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
  width: 64px;
  z-index: 3;
}
.footer_pagetop:hover,
.footer_pagetop:active,
.footer_pagetop:focus {
  background: #ec7174;
  color: #ffffff;
  transition: all 0.2s linear;
}
.footer_pagetop:before {
  border-right: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 0.5rem;
  transform: rotate(-45deg) translateX(-50%);
  width: 12px;
}
.footer_navi {
  background: #000000;
  padding: 2rem;
}
.footer_navi aside {
  margin: 0 auto;
  max-width: 64rem;
  width: 100%;
}
.footer_navi aside > ul {
  float: left;
  width: calc(100% - 20rem);
}
.footer_navi aside > ul > li {
  float: left;
  margin: 0 0 0 1rem;
}
.footer_navi aside > ul > li:first-child {
  margin: 0;
}
.footer_navi aside > ul > li ul {
  border-left: solid 1px #ffffff;
  margin: 1rem 0 0;
  padding: 0 0 0 0.5rem;
}
.footer_navi aside > ul a,
.footer_navi aside > ul a:link,
.footer_navi aside > ul a:visited {
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.footer_navi aside > ul a:hover,
.footer_navi aside > ul a:active,
.footer_navi aside > ul a:focus {
  color: #f36d70;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.footer_about {
  float: right;
  font-size: 0.875rem;
  width: 19rem;
}
.footer_logo {
  background: url("assets/images/logo_jclp.png") no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  height: 3rem;
  margin: 0 0 1rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer_logo_tw,
.footer_logo_fb {
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  height: 2rem;
  margin: 1rem 0 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 2rem;
}
.footer_logo_tw {
  background: url("assets/images/ico-twitter.png") no-repeat;
  background-size: contain;
}
.footer_logo_fb {
  background: url("assets/images/ico-facebook.png") no-repeat;
  background-size: contain;
}
.footer_logo:hover,
.footer_logo_tw:hover {
  opacity: 0.75;
}
.footer_navi hr {
  margin: 6rem auto 2rem;
  max-width: 64rem;
  width: 100%;
}
.footer_copyright {
  margin: 0 auto;
  max-width: 64rem;
  width: 100%;
}
.footer_copyright p:first-child {
  display: none;
  float: left;
  width: 29%;
}
.footer_copyright p:last-child {
  float: right;
  text-align: right;
  text-transform: uppercase;
  width: 69%;
}
.footer_copyright br {
    display: none;
}
.footer_copyright a,
.footer_copyright a:link,
.footer_copyright a:visited {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.footer_copyright a:hover,
.footer_copyright a:active,
.footer_copyright a:focus {
  color: #f36d70;
  text-decoration: underline;
  transition: all 0.2s linear;
}
#english .footer_navi aside > ul {
    float: left;
    width: calc(100% - 30rem);
}
#english .footer_navi aside > ul > li {
  display: none;
}
#english .footer_navi aside > ul > li:nth-child(3) {
  display: block;
}
 .footer_navi aside > ul > li:nth-child(3) ul > li:nth-last-child(1),
 .footer_navi aside > ul > li:nth-child(3) ul > li:nth-last-child(2) {
  display: none;
}
#english .footer_navi aside > ul > li:nth-child(3) ul > li {
  display: none;
}
#english .footer_navi aside > ul > li:nth-child(3) ul > li:nth-last-child(1),
#english .footer_navi aside > ul > li:nth-child(3) ul > li:nth-last-child(2) {
  display: block;
}
#english .footer_about {
  width: 28rem;
}

/*-----------------------------------------------------------------------
  main-999. その他
-----------------------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.item-hide {
  display: none !important;
}

/*-----------------------------------------------------------------------
  page-001. 共通
-----------------------------------------------------------------------*/
.note_required {
  color: #de393d;
  min-width: 320px;
  margin: 2rem auto 0.5rem;
  max-width: 40rem;
  width: 100%;
}
#pager {
  margin: 2rem 0 0;
  text-align: center;
}
/*
.pagination span {
  margin: 0 0.25rem;
}
.pagination > *:first-child {
  margin: 0 0.25rem 0 0;
}
.pagination a,
.pagination a:link,
.pagination a:visited {
  color: #000000;
  font-size: 0.875rem;
  margin: 0 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #f36d70;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.pagination a:last-child {
  display: none;
}
*/
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #cccccc !important;
}
.wp-pagenavi span.current {
  background: #cccccc !important;
  color: #ffffff !important;
}

/*-----------------------------------------------------------------------
  page-002. ホーム
-----------------------------------------------------------------------*/
/* header ------------------------------------------------------------ */
.home header {
  background: url("assets/images/bac_home_header.jpg") no-repeat;
  background-size: cover;
  height: 560px;
}
/*
#english.home header {
  background: url("assets/images/bac_home_header_en.jpg") no-repeat;
  background-size: cover;
  height: 560px;
}
*/
.home #header > div {
  padding: 8rem 0 0;
  position: relative;
  z-index: 3;
}
.home #header > div:first-child {
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
/*
.home #header nav > ul > li:nth-child(6) {
  border-bottom: solid 2px #de393d;
}
*/
.home header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.home .main {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
}

/* title ------------------------------------------------------------- */
.home_header_title {
  margin: 0 auto;
  max-width: 64rem;
  width: 100%;
}
.home_header_title h1 {
  background: url("assets/images/bac_home_title.png") no-repeat;
  background-size: auto 100%;;
  height: 14rem;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}
.home_header_title p {
  font-size: 1.5rem;
  margin: 2rem 0 0;
}
#japanese .home_header_title p:first-letter {
  margin: 0 0 0 -1rem;
}
.home h2 {
  font-size: 2.5rem;
  font-style: italic;
  margin: 0 auto;
  max-width: 64rem;
  text-transform: uppercase;
  width: 100%;
}
.home h2 span {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.25rem;
  font-style: normal;
  margin: 0 0 0 0.25rem;
}
.home h2 span span {
  font-size: 0.75rem;
}
.home h1 + a {
  background: #fff;
  display: block;
  margin: 80px 0 0;
  max-width: 440px;
  width: 100%;
}
.home h1 + a + a {
  background: #fff;
  display: block;
  margin: 20px 0 0;
  max-width: 440px;
  width: 100%;
}
.home h1 + a img,
.home h1 + a + a img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}
.home h1 + a:hover img,
.home h1 + a + a:hover img {
  opacity: 0.5;
}

/* banner 2021-12-18 ------------------------------------------------- */
.home_banner {
  background: #005A93;
  padding: 1rem 0;
}
.home_banner div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.home_banner a {
  background: #ffffff;
  display: block;
  margin: 0 2rem;
  width: 30%
}
.home_banner img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.home_banner img:hover {
  opacity: 0.5;
}
@media screen and (max-width:480px) {
  .home_banner a {
    width: 100%;
  }
  .home_banner a + a {
    margin: 1rem 2rem 0;
  }
}

/* info-graphic ------------------------------------------------------ */
.home_info-graphic {
  background: #ffffff !important;
  background-size: 20px 20px;
  color: #333333;
  padding: 3.5rem 2rem 1rem;
}
.home_info-graphic ul {
  list-style: none;
  margin: 0 auto;
  max-width: 64rem;
  padding: 0;
  width: 100%;
}
.home_info-graphic li {
  background: #ffffff;
  border-bottom: solid 1px #aaaaaa;
  border-right: solid 1px #aaaaaa;
  float: left;
  height: 10rem;
  margin: 0 0 2rem 1rem;
  padding: 0 0 0 3rem;
  position: relative;
  width: calc((100% - 2rem - 6px) / 3);
}
.home_info-graphic li:first-child,
.home_info-graphic li:nth-child(4) {
  margin: 0 0 2rem;
}
.home_info-graphic li:before {
  border-top: solid 1px #aaaaaa;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home_info-graphic li.home_info-graphic_partners {
  background: #ffffff url("assets/images/ani_home_info-graphic_partners.gif") no-repeat right 1rem bottom 3.35rem;
  background-size: 140px 70px;
  padding: 0 0 0 1rem;
}
.home_info-graphic li.home_info-graphic_partners:before {
  width: calc(100% - 9.5rem);
}
#english .home_info-graphic li.home_info-graphic_partners:before {
  width: calc(100% - 14.5rem);
}
.home_info-graphic li.home_info-graphic_sales {
  background: #ffffff url("assets/images/ani_home_info-graphic_sales.gif") no-repeat right 2rem bottom 3.35rem;
  background-size: 70px 70px;
  padding: 0 0 0 1rem;
}
.home_info-graphic li.home_info-graphic_sales:before {
  width: calc(100% - 6rem);
}
.home_info-graphic li.home_info-graphic_e-power {
  background: #ffffff url("assets/images/ani_home_info-graphic_e-power.gif") no-repeat right 3rem bottom 3.35rem;
  background-size: 49px 70px;
}
.home_info-graphic li.home_info-graphic_e-power:before {
  width: calc(100% - 8rem);
}
#english .home_info-graphic li.home_info-graphic_e-power:before {
  width: calc(100% - 15.5rem);
}
.home_info-graphic li.home_info-graphic_re100 {
  background: #ffffff url("assets/images/ani_home_info-graphic_re100.gif") no-repeat right 4rem bottom 3.35rem;
  background-size: 78px 70px;
}
.home_info-graphic li.home_info-graphic_re100:before {
  width: calc(100% - 17rem);
}
#english .home_info-graphic li.home_info-graphic_re100:before {
  width: calc(100% - 14.5rem);
}
.home_info-graphic li.home_info-graphic_reaction a {
  display: inline-block;
  width: 62.5%;
}
.home_info-graphic li.home_info-graphic_reaction a img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.home_info-graphic li.home_info-graphic_reaction:before {
  width: calc(100% - 17rem);
}
.home_info-graphic li.home_info-graphic_recommendation {
  background: #ffffff url("assets/images/ani_home_info-graphic_recommendation.gif") no-repeat right 4rem bottom 3.35rem;
  background-size: 78px 70px;
}
.home_info-graphic li.home_info-graphic_recommendation:before {
  width: calc(100% - 10.5rem);
}
#english .home_info-graphic li.home_info-graphic_recommendation:before {
  width: calc(100% - 14.5rem);
}
.home_info-graphic li.home_info-graphic_events {
  background: #ffffff url("assets/images/ani_home_info-graphic_events.gif") no-repeat right 2rem bottom 3.35rem;
  background-size: 111px 70px;
}
#english .home_info-graphic li.home_info-graphic_events {
  background: #ffffff url("assets/images/ani_home_info-graphic_events.gif") no-repeat right 0.75rem bottom 3.35rem;
  background-size: 100px 63px;
}
.home_info-graphic li.home_info-graphic_events:before {
  width: calc(100% - 9rem);
}
.home_info-graphic li.home_info-graphic_events:before {
  width: calc(100% - 4.5rem);
}
.home_info-graphic b {
  box-sizing: border-box;
  display: block;
}
.home_info-graphic b:first-child {
  margin: -0.75rem 0 0 -3rem;
}
.home_info-graphic .home_info-graphic_partners b:first-child,
.home_info-graphic .home_info-graphic_sales b:first-child {
  margin: -0.75rem 0 0 -1rem;
}
.home_info-graphic b:last-child {
  margin: 1.5rem 0 0;
}
.home_info-graphic .home_info-graphic_reaction b:last-child {
  margin: 0;
}
.home_info-graphic b + b{
  margin: 1.5rem 0 0;
}
#english .home_info-graphic li:nth-child(4) b:last-child {
    margin: -0.25rem 0 0;
}
#english .home_info-graphic li:nth-child(3) b:last-child,
#english .home_info-graphic li:nth-child(6) b:last-child {
  margin: 1.5rem 0 0 -1rem;
}
.home_info-graphic i {
  color: #de393d;
  font-family: 'Roboto', sans-serif;
  font-feature-settings: "palt";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
}
.home_info-graphic span {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0.25rem;
  vertical-align: 2px;
}
#english .home_info-graphic span {
  font-size: 1.125rem;
}
.home_info-graphic p {
  font-size: 0.75rem;
  line-height: 1.35;
  margin: 0 0 0 -3rem;
  text-align: center;
}
.home_info-graphic a,
.home_info-graphic a:link,
.home_info-graphic a:visited {
  color: inherit;
  text-decoration: none;
  transition: none 0 ease;
}

/* news -------------------------------------------------------------- */
.home_news h3 {
  font-size: 1rem;
}
.home_news > div:first-child {
  background: #dddddd url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  padding: 2rem 2rem 1rem;
}
.home_news > div:last-child {
  background: #e8e8e8 url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  padding: 2rem 2rem 3rem;
}
.home_news ul {
  list-style: none;
  margin: 0 auto;
  max-width: 64rem;
  padding: 0;
  width: 100%;
}
.home_news li {
  float: left;
  margin: 0 0 0 1rem;
  width: calc((100% - 2rem - 6px) / 3);
}
.home_news li:first-child {
  margin: 0;
}
.home_news li:nth-child(n+4){
  display: none;
}
.home_news li a,
.home_news li a:link,
.home_news li a:visited {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
}
.home_news_image {
  background: #ffffff;
  height: 14rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 68%;
}
.home_news_accession .home_news_image {
  border: solid thin #cccccc;
  height: 14rem;
  overflow: hidden;
  position: relative;
  padding-top: 68%;
}
.home_news li a img,
.home_news li a:link img,
.home_news li a:visited img {
  height: auto;
  transition: all 0.2s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_news .home_news_accession li a img,
.home_news .home_news_accession li a:link img,
.home_news .home_news_accession li a:visited img {
  height: auto;
  transition: all 0.2s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_news li a:hover img,
.home_news li a:active img,
.home_news li a:focus img {
  transform: translate(-50%, -50%) scale(1.1,1.1);
  transition: all 0.2s linear;
}
.home_news .home_news_accession li a:hover img,
.home_news .home_news_accession li a:active img,
.home_news .home_news_accession li a:focus img {
  transform: translate(-50%, -50%) scale(1.1,1.1);
  transition: all 0.2s linear;
}
.home_news_text {
  height: 5.5rem;
  margin: 0.25rem 0 0;
  overflow: hidden;
}
.home_news li a h3,
.home_news li a:link h3,
.home_news li a:visited h3 {
  color: #000000;
  transition: all 0.2s linear;
}
.home_news li a:hover h3,
.home_news li a:active h3,
.home_news li a:focus h3 {
  color: #de393d;
  transition: all 0.2s linear;
}
.home_news_text p {
  color: #808080;
}
.home_news_text_category {
  box-sizing: border-box;
  display: block;
  float: left;
  width: calc(100% - 8rem);
}
.home_news > div:first-child .home_news_text_category {
  background: url("assets/images/ico_news_latest.png") no-repeat left center;
  background-size: 23px 16px;
  padding: 0 0 0 2rem;
}
.home_news > div:last-child .home_news_text_category {
  background: url("assets/images/ico_news_accession.png") no-repeat left center;
  background-size: 14px 16px;
  padding: 0 0 0 1.25rem;
}
.home_news_text_date {
  box-sizing: border-box;
  display: block;
  float: right;
  text-align: right;
  width: 6rem;
}
.home_news_button {
  margin: 1rem auto 0;
  max-width: 64rem;
  padding: 0;
  width: 100%;
}
.home_news_button a,
.home_news_button a:link,
.home_news_button a:visited {
  background: #ffffff;
  border: solid 1px #aaaaaa;
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: right;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: calc((100% - 2rem) / 3);
}
.home_news_button a:hover,
.home_news_button a:active,
.home_news_button a:focus {
  background: #f36d70;
  border: solid 1px #de393d;
  color: #ffffff;
  transition: all 0.2s linear;
}
.home_news_button a:before,
.home_news_button a:link:before,
.home_news_button a:visited:before {
  border: solid 4px transparent;
  border-left: solid 6px #000000;
  content: "";
  display: block;
  left: 1rem;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear;
  width: 0;
}
.home_news_button a:hover:before,
.home_news_button a:active:before,
.home_news_button a:focus:before {
  border-left: solid 6px #ffffff;
  left: calc(100% - 1rem - 6px);
  transition: all 0.25s linear;
}

/* core activity ----------------------------------------------------- */
.home_core-activity_wrap {
  background: url("assets/images/bac_home_core-activity.jpg") no-repeat right top -5.5rem;
  background-size: auto 33rem;
  height: 24rem;
  overflow: hidden;
  padding: 0 2rem;
}
#english .home_core-activity_wrap {
  background: url("assets/images/bac_home_core-activity_en.jpg") no-repeat right top -5.5rem;
  background-size: auto 33rem;
  height: 24rem;
  overflow: hidden;
  padding: 0 2rem;
}
.home_core-activity_wrap > div {
  height: 24rem;
  margin: 0 auto;
  max-width: 64rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.home_core-activity_wrap h2 {
  color: #ffffff;
  padding: 2rem 0 0;
    position: relative;
    z-index: 3;
}
.home_core-activity_wrap h2 + div {
  color: #ffffff;
  height: 24rem;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52.5%;
  z-index: 2;
}
/*
.home_core-activity_wrap h2 + div:before {
  border: solid 24rem transparent;
  border-left: solid 2.5rem #000000;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
}
*/
.home_core-activity_wrap > div:after {
  background: #000000;
  content: "";
  display: block;
  height: 24rem;
  left: -500px;
  position: absolute;
  top: 0;
  width: calc(100% + 500px);
  z-index: -1;
}
.home_core-activity_outline {
  background: #000000;
  height: 24rem;
  padding: 8rem 0 0;
}
/*
.home_core-activity_outline:before {
  border: solid 24rem transparent;
  border-left: solid 2.5rem #000000;
  content: "";
  display: block;
  right: -424px;
  position: absolute;
  top: 0;
  width: 0;
}
*/
.home_core-activity_outline p {
  margin: 0 2rem 2rem 2rem;;
}
.home_core-activity_outline a,
.home_core-activity_outline a:link,
.home_core-activity_outline a:visited {
  border: solid 1px #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 330px;
}
.home_core-activity_outline a:hover,
.home_core-activity_outline a:active,
.home_core-activity_outline a:focus {
  background: #f36d70;
  border: solid 1px #de393d;
  color: #ffffff;
  transition: all 0.2s linear;
}
.home_core-activity_outline a:before,
.home_core-activity_outline a:link:before,
.home_core-activity_outline a:visited:before {
  border: solid 4px transparent;
  border-left: solid 6px #ffffff;
  content: "";
  display: block;
  left: 1rem;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear;
  width: 0;
}
.home_core-activity_outline a:hover:before,
.home_core-activity_outline a:active:before,
.home_core-activity_outline a:focus:before {
  border-left: solid 6px #ffffff;
  left: calc(100% - 1rem - 6px);
  transition: all 0.25s linear;
}
.home_core-activity_decarbonization {
  background: url("assets/images/bac_home_re100.jpg") no-repeat center bottom;
  background-size: cover;
  height: 38rem;
  padding: 11rem 2rem 2rem;
}
.home_core-activity_decarbonization_wrap {
  margin: 0 auto;
  max-width: 64rem;
  width: 100%;
}
.home_core-activity_decarbonization_wrap > div {
  background: #ffffff;
  border: solid 1px #cccccc;
  min-height: 22rem;
  padding: 1.5rem 2rem;
  width: calc(50% - 1rem - 2px);
}
.home_core-activity_decarbonization_wrap > div:first-child {
  float: left;
}
.home_core-activity_decarbonization_wrap > div:last-child {
  float: right;
}
.home_core-activity_decarbonization_wrap img {
  margin: -140px 0 0;
}
.home_core-activity_decarbonization_wrap h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  text-align: center;
}
.home_core-activity_decarbonization_wrap h3 br {
  display: none;
}
.home_core-activity_decarbonization_wrap a {
  float: right;
  text-decoration: none;
}

/* 2021/2/12 変更 ---------------------------------------------------- */
.home_core-activity_wrap2 {
  background:linear-gradient(90deg,#000000 0%,#000000 50%,#ffffff 50%,#ffffff 100%);
  height: 24rem;
  overflow: hidden;
  padding: 0 2rem;
}
.home_core-activity_wrap2 > div {
  display: flex;
  height: 24rem;
  margin: 0 auto;
  max-width: 64rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.home_core-activity_wrap2 h2 {
  color: #ffffff;
}
.home_core-activity_wrap2 h3 {
  text-align: center;
}
.home_core-activity_outline {
  background: #000000;
  height: 24rem;
  padding: 2rem 0 0;
  position: relative;
  width: 50%;
}
.en .home_core-activity_outline:after {
  background: #000000;
  content: "";
  display: block;
  height: 24rem;
  left: -500px;
  position: absolute;
  top: 0;
  width: calc(100% + 500px);
  z-index: -1;
}
/*
.en .home_core-activity_outline:before {
  border: solid 24rem transparent;
  border-left: solid 2.5rem #000000;
  content: "";
  display: block;
  right: -434px;
  position: absolute;
  top: 0;
  width: 0;
}
*/
.home_core-activity_outline p {
  color: #ffffff;
  margin: 1rem 2rem 2rem 0;
}
.home_core-activity_outline a,
.home_core-activity_outline a:link,
.home_core-activity_outline a:visited {
  border: solid 1px #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 330px;
}
.home_core-activity_outline a:hover,
.home_core-activity_outline a:active,
.home_core-activity_outline a:focus {
  background: #f36d70;
  border: solid 1px #de393d;
  color: #ffffff;
  transition: all 0.2s linear;
}
.home_core-activity_outline a:before,
.home_core-activity_outline a:link:before,
.home_core-activity_outline a:visited:before {
  border: solid 4px transparent;
  border-left: solid 6px #ffffff;
  content: "";
  display: block;
  left: 1rem;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear;
  width: 0;
}
.home_core-activity_outline a:hover:before,
.home_core-activity_outline a:active:before,
.home_core-activity_outline a:focus:before {
  border-left: solid 6px #ffffff;
  left: calc(100% - 1rem - 6px);
  transition: all 0.25s linear;
}
.home_core-activity_benefit {
  background: #ffffff;
  padding: 2rem 0 0 2rem;
  width: 50%;
}
.home_core-activity_benefit div {
  height: 120px;
  margin: 2rem auto 1rem;
  max-width: 280px;
  overflow: hidden;
}
.home_core-activity_benefit img {
  height: auto;
  margin-top: -30px;
  width: 100%;
}
.home_core-activity_benefit ol {
  list-style: decimal;
  margin: 1rem auto;
  max-width: 280px;
}
.home_core-activity_benefit li {
  display: list-item;
}

/* 2021/2/12 変更 English -------------------------------------------- */
.en .home_core-activity_outline {
  padding: 7rem 0 0;
  width: 92.5%;
}

/* press release ----------------------------------------------------- */
.home_press-release {
  background: #ffffff;
  padding: 2rem;
}
.home_press-release h2 {
  font-style: itaric;
  margin: 0 auto;
  max-width: 64rem;
  width: 100%;
}
.home_press-release ul {
  list-style: none;
  margin: 1rem auto 0;
  max-width: 64rem;
  padding: 0;
  width: 100%;
}
.home_press-release li {
  border-bottom: solid thin #aaaaaa;
}
.home_press-release li:nth-child(n+6) {
  display: none;
}
.home_press-release li a,
.home_press-release li a:link,
.home_press-release li a:visited {
  color: #000000;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}
.home_press-release li a:hover,
.home_press-release li a:active,
.home_press-release li a:focus {
  color: #de393d;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}
.home_press-release li span {
  display: inline-block;
  vertical-align: top;
  width: 7rem;
}
.home_press_text h3 {
  display: inline-block;
  font-size: 1rem;
  width: calc(100% - 8rem);
}
.home_press-release_button {
  margin: 2rem auto 0;
  max-width: 64rem;
  padding: 0;
  width: 100%;
}
.home_press-release_button a,
.home_press-release_button a:link,
.home_press-release_button a:visited {
  background: #ffffff;
  border: solid 1px #aaaaaa;
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: right;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: calc((100% - 2rem) / 3);
}
.home_press-release_button a:hover,
.home_press-release_button a:active,
.home_press-release_button a:focus {
  background: #f36d70;
  border: solid 1px #de393d;
  color: #ffffff;
  transition: all 0.2s linear;
}
.home_press-release_button a:before,
.home_press-release_button a:link:before,
.home_press-release_button a:visited:before {
  border: solid 4px transparent;
  border-left: solid 6px #000000;
  content: "";
  display: block;
  left: 1rem;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear;
  width: 0;
}
.home_press-release_button a:hover:before,
.home_press-release_button a:active:before,
.home_press-release_button a:focus:before {
  border-left: solid 6px #ffffff;
  left: calc(100% - 1rem - 6px);
  transition: all 0.25s linear;
}

/* members ----------------------------------------------------------- */
.home_members {
  background: #595959 url("assets/images/bac_shade2.png");
  color: #ffffff;
  padding: 0 2rem;
}
.home_members > div {
  margin: 0 auto;
  max-width: 64rem;
  overflow: hidden;
  padding: 1.5rem 0 2rem;
  position: relative;
  width: 100%;
}
.home_members h3 {
  font-size: 1.5rem;
  font-style: italic;
  text-transform: uppercase;
}
.home_members h3 span {
  font-size: 1.125rem;
  font-style: normal;
  margin: 0 0 0 0.25rem;
}
.home_members a,
.home_members a:link,
.home_members a:visited {
  color: #ffffff;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
}
.home_members a:hover,
.home_members a:active,
.home_members a:focus {
  color: #de393d;
  outline: none;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.home_members a:hover img,
.home_members a:active img,
.home_members a:focus img {
  opacity: 0.75;
  transition: all 0.2s linear;
}
.home #members_executive a div {
  background: #ffffff;
  height: 8rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 66%;
}
.home_members #members_executive a img {
  height: auto;
  transition: all 0.2s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home #members_supporting a div,
.home #members_public-partners a div {
  background: #ffffff;
  height: 6rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 58%;
}
.home_members #members_supporting a img,
.home_members #members_public-partners a img {
  height: auto;
  transition: all 0.2s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_members a span {
  display: block;
  font-size: 0.625rem;
  line-height: 1.25;
  margin: 0.25rem 0 0;
  height: 2rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.home_members a img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.home_members a div b {
  display: block;
  z-index: 3;
  color: #333333;
  width: 100%;
  top: 40%;
  left: 0;
  padding: 0 0.75rem;
  position: absolute;
}
.home #members_executive {
  margin: 2rem 0 0;
}
.home #members_executive ul {
  margin: 0.25rem 0 0;
  padding: 0;
}
.home #members_executive li {
  float: left;
  margin: 0 0 0 1rem;
  position: relative;
  width: calc((100% - 4rem) / 5);
}
.home #members_executive li:nth-child(5n + 1) {
  margin: 0;
}
.home #members_supporting {
  margin: 2rem 0 0;
}
.home #members_supporting ul {
  margin: 0.25rem 0 0;
  padding: 0;
}
.home #members_supporting li {
  float: left;
  margin: 0 0 0 0.75rem;
  position: relative;
  width: calc((100% - 3.75rem - 1px) / 6);
}
.home #members_supporting li:nth-child(6n + 1) {
  margin: 0;
}
.home #members_supporting b,
.home #members_public-partners b {
  font-size: 0.625rem;
}
.home #members_public-partners {
  margin: 2rem 0 0;
}
.home #members_public-partners ul {
  margin: 0.25rem 0 0;
  padding: 0;
}
.home #members_public-partners li {
  float: left;
  margin: 0 0 0 0.75rem;
  position: relative;
  width: calc((100% - 4.5rem) / 7);
}
.home #members_public-partners li:nth-child(7n + 1) {
  margin: 0;
}
.home #members_company-list li {
  float: left;
  margin: 0 0 0 1rem;
  width: calc((100% - 4rem) / 5);
}
.home #members_executive li:nth-child(5n + 1) {
  margin: 0;
}

/* network ----------------------------------------------------------- */
.home_network {
  background: #ffffff;
  padding: 0 2rem;
}
.home_network > div {
  margin: 0 auto;
  max-width: 64rem;
  overflow: hidden;
  padding: 1.5rem 0 2rem;
  position: relative;
  width: 100%;
}
.home_network ul {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  text-align :center;
}
.home_network li {
  display: inline-block;
  margin: 0 0 0 1rem;
  max-width: calc(((100% - 5rem) / 6) - 5px);
  transition: all 0.25s linear;
}
.home_network li:hover {
  opacity: 0.75;
  transition: all 0.25s linear;
}
.home_network li img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.home_network li:first-child {
  margin: 0;
}

/*-----------------------------------------------------------------------
  page-003. JCLPとは(.about/.jclp)
-----------------------------------------------------------------------*/
.jclp header {
  background: url("assets/images/bac_about_header.jpg") no-repeat center bottom;
  background-size: cover;
  height: 468px;
}
.jclp header:before {
  background: rgba(0,0,0,0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.about_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.about_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.about_header_title p {
  margin: 0.5rem 0 0;
}
.about_copy {
  background: #dddddd url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.about_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.about_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.jclp h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.jclp h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.jclp h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.jclp h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.jclp h3 {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.jclp h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.about_activity p {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_purpose {
  margin: 2rem 0 0;
}
.about_purpose p {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_policy {
  margin: 4rem 0;
}
.about_policy p {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_policy ol {
  counter-reset: num;
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_policy li {
  background: #ffffff;
  margin: 1rem 0 0;
  padding: 1rem 1rem 1rem 0;
}
.about_policy li:before {
  counter-increment: num;
  content: counter(num);
  color: #de393d;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  margin: 0 2rem;
  vertical-align: middle;
}
.about_comitment {
  margin: 4rem 0 8rem;
}
.about_comitment p {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_comitment ol {
  counter-reset: num;
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_comitment li {
  background: #ffffff;
  margin: 1rem 0 0;
  padding: 1rem 1rem 1rem 0;
}
.about_comitment li:before {
  counter-increment: num;
  content: counter(num);
  color: #de393d;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  margin: 0 2rem;
  vertical-align: middle;
}
/*
.about_comitment img {
  height: 560px;
  position: absolute;
  right: calc((50% - 600px) - 100px);
  top: -3rem;
  width: 577px;
  z-index: 2;
}
*/
.about_comitment ol.about_comitment_image {
  counter-reset: num;
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_comitment ol.about_comitment_image li {
  float: left;
  margin: 0 0 0 2rem;
  padding: 0;
  position: relative;
  width: calc((100% - 6rem) / 4);
}
.about_comitment ol.about_comitment_image li:first-child {
  margin: 0;
}
.about_comitment ol.about_comitment_image li:before {
  background: #de393d;
  counter-increment: num;
  content: counter(num);
  color: #ffffff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  height: 3rem;
  line-height: 3rem;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
}
.about_comitment ol.about_comitment_image li img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.about_document {
  margin: 4rem 0 8rem;
}
.about_document p {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_document ul {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about_document li {
  margin: 1rem 0 0;
  padding: 1rem;
}

/*-----------------------------------------------------------------------
  page-004.   ごあいさつ (.greeting)
-----------------------------------------------------------------------*/
.greeting .main {
  background: url("assets/images/bac_greeting_main.png") no-repeat left calc(50% + 320px) top 160px;
  background-size: 720px auto;
}
.greeting header {
  background: url("assets/images/bac_greeting_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.greeting header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.greeting_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.greeting_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.greeting_header_title p {
  margin: 0.5rem 0 0;
}
.greeting_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.greeting_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.greeting_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.greeting h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.greeting h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.greeting h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.greeting h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.greeting h2 + div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 0.5rem 2rem 2rem;
  width: 100%;
}
.greeting .main h3 {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.greeting .main h3 + div {
  border-top: solid 3px #de393d;
}
.greeting_representative_contents p {
  margin: 2rem 0 0;
  width: 68.5%;
}
.greeting_representative_contents p:first-child {
  margin: 0;
}
.greeting_representative_contents p:nth-child(3) {
  margin: 4rem 0 0;
}
.greeting_representative_profile > ul {
  padding: 0;
}
.greeting_representative_profile > ul > li {
  background: #ffffff;
  margin: 2rem 0 0;
  padding: 2rem 0;
}
.greeting_representative_profile > ul > li:first-child {
  margin: 0;
}
.greeting_representative_profile > ul > li .clearfix {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 2rem;
  width: 100%;
}
.greeting_representative_profile_image {
  float: left;
  width: 194px;
}
.greeting_representative_profile_image img {
  height: auto;
  width: 100%;
}
.greeting_representative_profile_text {
  border-left: solid 3px #de393d;
  float: right;
  min-height: 232px;
  padding: 0 0 0 2rem;
  width: calc(100% - 194px - 4rem);
}
.greeting_representative_profile_text ul,
.greeting_representative_profile_text p:nth-child(3) {
  margin: 2rem 0 0;
  padding: 0;
}
.greeting_adviser_contents p {
  margin: 0 0 2rem;
}
.greeting_adviser_profile {
  background: #f8f8f8;
  margin: 0 0 8rem;
  padding: 2rem 0;
}
.greeting_adviser_profile > div {
  background: #ffffff;
  padding: 2rem 0;
}
.greeting_adviser_profile .clearfix {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 2rem;
  width: 100%;
}
.greeting_adviser_profile_image {
  float: left;
  width: 194px;
}
.greeting_adviser_profile_image img {
  height: auto;
  width: 100%;
}
.greeting_adviser_profile_text {
  border-left: solid 3px #de393d;
  float: right;
  padding: 0 0 0 2rem;
  width: calc(100% - 194px - 4rem);
}
.greeting_adviser_profile_text ul {
  margin: 2rem 0 0;
  padding: 0;
}

/*-----------------------------------------------------------------------
  page-005. 活動内容 (.activities)
-----------------------------------------------------------------------*/
.activities header {
  background: url("assets/images/bac_activities_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.activities header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.activities_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.activities_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.activities_header_title p {
  margin: 0.5rem 0 0;
}
.activities_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.activities_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.activities_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.activities h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.activities h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.activities h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.activities h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.activities h2 + div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 0.5rem 2rem 2rem;
  width: 100%;
}
.activities .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.activities .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.activities_outline_contents > div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.activities_outline_contents div p {
  margin: 1rem 0 0;
  width: 46%;
}
.activities_outline_contents .activities_outline_contents_image {
  height: 290px;
  position: absolute;
  right: 0;
  top: -6rem;
  width: 560px;
  z-index: 2;
}
.activities_outline_contents:nth-of-type(2) .activities_outline_contents_image {
  top: -2rem;
}
.activities_outline_contents:nth-of-type(4) .activities_outline_contents_image {
  top: -6.5rem;
}
.activities_outline_contents_image img {
  border-bottom: solid 3px #de393d;
  border-left: solid 3px #de393d;
  border-top: solid 3px #de393d;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.activities_international {
  background: #ffffff;
  min-width: 320px;
  margin: 2rem auto 8rem;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.activities_international h4 {
  font-size: 1.25rem;
}
.activities_international h4:before {
  content: "■";
  margin: 0 0.25rem 0 0;
}
.activities_international_window {
  margin: 1rem 0 0;
}
.activities_international_window div p:first-child {
  float: left;
  width: calc(50% - 2rem);
}
.activities_international_window div p:last-child {
  float: right;
  width: 50%;
}
.activities_international_window div p:last-child img {
  height: auto;
  width: 100%;
}
.activities_international_network {
  margin: 4rem 0 0;
}
.activities_international_network ul {
  margin: 2rem 0 0;
  padding: 0;
}
.activities_international_network li {
  display: inline-block;
  margin: 0 0 0 1rem;
  max-width: calc(((100% - 4rem) / 5) - 3px);
  transition: all 0.25s linear;
}
.activities_international_network li:first-child {
  margin: 0;
}
.activities_international_network li img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.activities_international_network li:hover {
  opacity: 0.75;
  transition: all 0.25s linear;
}

/*-----------------------------------------------------------------------
  page-006. 組織概要 (.organization)
-----------------------------------------------------------------------*/
.organization header {
  background: url("assets/images/bac_organization_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.organization header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.organization_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.organization_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.organization_header_title p {
  margin: 0.5rem 0 0;
}
.organization h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.organization h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.organization h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.organization h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.organization_outline {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.organization_outline table {
  background: #ffffff url(assets/images/bac_shade.png);
  background-size: 20px 20px;
  margin: 2rem 0 0;
  padding: 3rem 0;
  width: 100%;
}
.organization_outline th {
  border-bottom: solid 1px #ffffff;
  padding: 1rem 0;
}
.organization_outline td {
  background: #ffffff;
  border-bottom: solid 1px #ffffff;
  padding: 1rem 2rem;
}
.organization_outline tr:nth-child(even) td {
  background: #f8f8f8;
}
.organization_member {
  min-width: 320px;
  margin: 4rem auto 8rem;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.organization #members_executive {
  background: #e8e8e8 url("assets/images/bac_shade.png");
  background-size: 20px 20px;
}
.organization #members_executive h3 {
  font-size: 1rem;
  margin: 4rem 0 0;
  padding: 1rem 0;
  text-align: center;
}
.organization #members_executive ul {
  background: #ffffff;
  margin: 0 2px 2px 2px;
  min-height: 600px;
  float: left;
  padding: 2rem 2rem 2rem 4rem;
  width: calc((100% - 6px) / 2);
}
.organization #members_executive ul:nth-of-type(1) {
  margin: 0 0 2px 2px;
}
.organization #members_supporting {
  background: #e8e8e8 url("assets/images/bac_shade.png");
  background-size: 20px 20px;
}
.organization #members_supporting h3 {
  font-size: 1rem;
  padding: 1rem 0;
  text-align: center;
}
.organization #members_supporting ul {
  background: #ffffff;
  margin: 0 2px 2px 2px;
  float: left;
  padding: 1rem 0.5rem;
  width: calc((100% - 8px) / 3);
}
.organization #members_supporting ul:nth-of-type(1),
.organization #members_supporting ul:nth-of-type(2) {
  margin: 0 0 2px 2px;
}
.organization #members_public-partners {
  background: #e8e8e8 url("assets/images/bac_shade.png");
  background-size: 20px 20px;
}
.organization #members_public-partners h3 {
  font-size: 1rem;
  padding: 1rem 0;
  text-align: center;
}
.organization #members_public-partners ul {
  background: #ffffff;
  margin: 0 2px 2px 2px;
  float: left;
  padding: 1rem 0.5rem;
  width: 100%;
/*  width: calc((100% - 4px) / 3);*/
}

/*-----------------------------------------------------------------------
  page-007. JCLPの提言 (.proposal)
-----------------------------------------------------------------------*/
.proposal header {
  background: url("assets/images/bac_proposal_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.proposal header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.proposal_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.proposal_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.proposal_header_title p {
  margin: 0.5rem 0 0;
}
.proposal_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.proposal_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.proposal_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.proposal h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.proposal h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.proposal h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.proposal h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.proposal_representative_contents {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0.5rem 2rem 2rem;
  width: 100%;
}
.proposal_representative_contents p {
  margin: 2rem 0 0;
}
.proposal_representative_contents ul {
  margin: 1rem 0 0;
  padding: 0;
}
.proposal_representative_contents li:before {
  content: "・"
}
.proposal .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.proposal .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.proposal_attitude {
  margin: 2rem 0 0;
}
.proposal_attitude ul {
  min-width: 320px;
  margin: 2rem auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.proposal_attitude li {
  padding: 0 0 0 1rem;
}
.proposal_attitude li:before {
  content: "●";
  font-size: 0.75rem;
  margin: 0 0.25rem 0 -1rem;
}
.proposal_attitude p {
  min-width: 320px;
  margin: 2rem auto 8rem;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}

/*-----------------------------------------------------------------------
  page-008. RE100・脱炭素について (.reoh)
-----------------------------------------------------------------------*/
.reoh header {
  background: url("assets/images/bac_re100_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.reoh header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.re100_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.re100_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.re100_header_title p {
  margin: 0.5rem 0 0;
}
.re100_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.re100_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.re100_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.reoh h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.reoh h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.reoh h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 34rem;
  z-index: 1;
}
.reoh h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.reoh .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.reoh .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.re100_window > div {
  margin: 1rem 0 0;
}
.re100_window_contents {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.re100_window_contents_more {
  margin: 2rem 0 0;
}
.re100_window_contents_more > div {
  background: #ffffff;
  border: solid 1px #828282;
  float: left;
  height: 13rem;
  padding: 2rem;
  text-align: center;
  width: calc(50% - 2rem);
}
.re100_window_contents_more > div + div {
  float: right;
}
.re100_window_contents_more b {
  font-size: 1.25rem;
  font-weight: 600;
}
.re100_window_contents_more a,
.re100_window_contents_more a:link,
.re100_window_contents_more a:visited {
  border: solid 1px #828282;
  color: #000000;
  display: block;
  height: 3rem;
  line-height: 3rem;
  margin: 1rem 0 0;
  position: relative;
  text-decoration: none;
  transition: all 0.25s linear;
}
.re100_window_contents_more a:hover,
.re100_window_contents_more a:active,
.re100_window_contents_more a:focus {
  border: solid 1px #de393d;
  color: #de393d;
  transition: all 0.25s linear;
}
.re100_window_contents_more a:before,
.re100_window_contents_more a:link:before,
.re100_window_contents_more a:visited:before {
  border: solid 6px transparent;
  border-left: solid 8px #828282;
  content: "";
  display: block;
  left: 1rem;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.re100_window_contents_more a:hover:before,
.re100_window_contents_more a:active:before,
.re100_window_contents_more a:focus:before {
  border-left: solid 8px #de393d;
  left: calc(100% - 1rem - 8px);
  transition: all 0.25s linear;
}
.re100_re100 {
  margin: 4rem 0 0;
}
.re100_re100_contents {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.re100_re100_contents h4 {
  margin: 1rem 0 0;
}
.re100_re100_contents h4 + div {
  margin: 1rem auto 0;
  width: 60%;
}
.re100_re100_contents h4 + div img {
  height: auto;
  width: 100%;
}
.re100_re100_contents p {
  margin: 1rem 0 0;
}
.re100_re100_contents blockquote {
  background: #ffffff url("assets/images/ico_quote.png") no-repeat 1rem 1rem;
  background-size: 32px 28px;
  border-left: solid 3px #aaaaaa;
  margin: 1rem auto 0;
  padding: 2rem 2rem 2rem 4rem;
  width: calc(100% - 8rem);
}
.re100_re100_contents blockquote p:first-child {
  margin: 0;
}
.re100_ep100_contents {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.re100_ep100_contents h4 {
  margin: 1rem 0 0;
}
.re100_ep100_contents h4 + div {
  margin: 1rem auto 0;
  width: 38%;
}
.re100_ep100_contents h4 + div img {
  height: auto;
  width: 100%;
}
.re100_ep100_contents p {
  margin: 1rem 0 0;
}
.re100_ep100_contents blockquote {
  background: #ffffff url("assets/images/ico_quote.png") no-repeat 1rem 1rem;
  background-size: 32px 28px;
  border-left: solid 3px #aaaaaa;
  margin: 1rem auto 0;
  padding: 2rem 2rem 2rem 4rem;
  width: calc(100% - 8rem);
}
.re100_ep100_contents blockquote p:first-child {
  margin: 0;
}
.re100_ev100_contents {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.re100_ev100_contents h4 {
  margin: 1rem 0 0;
}
.re100_ev100_contents h4 + div {
  margin: 1rem auto 0;
  width: 18%;
}
.re100_ev100_contents h4 + div img {
  height: auto;
  width: 100%;
}
.re100_ev100_contents p {
  margin: 1rem 0 0;
}
.re100_note {
  min-width: 320px;
  margin: 2rem auto 8rem;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
#reoh_re100,
#reoh_ep100,
#reoh_ev100 {
  margin: 0;
  padding: 2rem 0 0;
}
.reoh .main #reoh_re100 h3,
.reoh .main #reoh_ep100 h3,
.reoh .main #reoh_ev100 h3 {
  background: #de393d;
  color: #ffffff;
  margin: 0;
  padding: 1rem 2rem;
}
.reoh .main #reoh_re100 h3 span,
.reoh .main #reoh_ep100 h3 span,
.reoh .main #reoh_ev100 h3 span {
  font-size: 1.125rem;
}
#reoh_re100 ul,
#reoh_ep100 ul,
#reoh_ev100 ul {
  background: #ffffff;
  border: solid thin #cccccc;
  padding: 2rem;
}
#reoh_re100 li,
#reoh_ep100 li,
#reoh_ev100 li {
  display: inline-block;
  margin: 0.25rem 1rem 0;
}

/*-----------------------------------------------------------------------
  page-009. よくあるご質問（RE100加盟について） (.faq-reoh)
-----------------------------------------------------------------------*/
.faq-reoh header,
.faq-evoh header {
  background: url("assets/images/bac_faq-re100_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.faq-reoh header:before,
.faq-evoh header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.faq-re100_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.faq-re100_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.faq-re100_header_title p {
  margin: 0.5rem 0 0;
}
.faq-re100_list {
  background: #ffffff;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 2rem 2rem 8rem;
  width: 100%;
}
.faq-re100_list > p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.faq-re100_list ul {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
.faq-re100_list li {
  border: solid 1px #000000;
  margin: 1rem 0 0;
  padding: 2rem;
}
.faq-re100_list li:first-child {
  margin: 0;
}
.faq-re100_list_q {
  min-height: 3rem;
  padding: 0.675rem 0 0 5rem;
  position: relative;
}
.faq-re100_list_q span {
  background: #000000;
  color: #ffffff;
  display: block;
  height: 3rem;
  left: 0;
  line-height: 3rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
}
.faq-re100_list_a {
  margin: 2rem 0 0;
  min-height: 3rem;
  padding: 0.675rem 0 0 5rem;
  position: relative;
}
.faq-re100_list_a span {
  background: #de393d;
  color: #ffffff;
  display: block;
  height: 3rem;
  left: 0;
  line-height: 3rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
}
/*-----------------------------------------------------------------------
  page-010. 企業と脱炭素 (.decarbonization)
-----------------------------------------------------------------------*/
.decarbonization header {
  background: url("assets/images/bac_decarbonization_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.decarbonization header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.decarbonization_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.decarbonization_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.decarbonization_header_title p {
  margin: 0.5rem 0 0;
}
.decarbonization_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.decarbonization_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.decarbonization_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.decarbonization_contents_1st {
  padding: 2rem 0;
}
.decarbonization_contents_2nd {
  padding: 6rem 0;
}
.decarbonization_contents_3rd {
  padding: 2rem 0 8rem;
}
.decarbonization_contents_1st,
.decarbonization_contents_3rd {
  background: #ffffff;
}
.decarbonization h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.decarbonization h2:before {
  background: #ffffff;
  border-bottom: solid 3px #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.decarbonization h2 span {
  background: #ffffff;
  border-bottom: solid 3px #de393d;
  display: inline-block;
  overflow: hidden;
  padding: 0.25rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 48rem;
  z-index: 1;
}
.decarbonization h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 3;
}
.decarbonization h2 span:after {
  border: solid 82px transparent;
  border-right: solid 48px #de393d;
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.decarbonization .main h2 + div {
  position: relative;
}
.decarbonization .main h2 + div > div {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
.decarbonization .main h2 + div > div > p,
.decarbonization .main h2 + div > div > blockquote {
  width: calc(60% - 1rem);
}
.decarbonization .main h2 + div > p {
  height: 18rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -0.5rem;
  width: calc(40% - 1rem);
}
.decarbonization .main h2 + div > p img {
  height: auto;
  transition: all 0.2s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.decarbonization .decarbonization_contents_1st h2 span:before {
  border-right: solid 48px #ffffff;
}
.decarbonization .decarbonization_contents_3rd h2 span:before {
  border-right: solid 48px #ffffff;
}

/*-----------------------------------------------------------------------
  page-011. 2℃(1.5)目標 (.agreement)
-----------------------------------------------------------------------*/
.agreement header {
  background: url("assets/images/bac_agreement_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.agreement header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.agreement_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.agreement_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.agreement_header_title p {
  margin: 0.5rem 0 0;
}
.agreement_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.agreement_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.agreement_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.agreement h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.agreement h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.agreement h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 48rem;
  z-index: 1;
}
.agreement h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.agreement .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.agreement .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.agreement .main h3 + div > div {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.agreement_background h4 {
  font-weight: 600;
  margin: 2rem 0 0;
}
.agreement_background em {
  font-style: normal;
}
.agreement_background ul {
  padding: 0;
}
.agreement_background h4 + ul {
  padding: 0 0 0 2rem;
}
.agreement_background h4 + ul li:before {
  content: "◆";
  margin: 0 1rem 0 -2rem;
}
.agreement_background p {
  margin: 2rem 0 0;
}
.agreement_background_budget li {
  margin: 2rem 0 0;
}
.agreement_background_budget li:first-child {
  margin: 0;
}
.agreement_outline {
  margin: 4rem 0 0;
}
.agreement_outline > div > div {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.agreement_outline ul {
  padding: 0;
}
.agreement_outline li {
  margin: 2rem 0 0;
}
.agreement_outline li:first-child {
  margin: 0;
}
.agreement_outline_point {
  background: #ffffff;
  margin: 2rem auto 0;
  padding: 1rem;
  width: 80%;
}
.agreement_outline_point h4 {
  font-weight: 600;
  text-align: center;
}
.agreement_outline_point table {
  margin: 1rem 0 0;
  width: 100%;
}
.agreement_outline_point th {
  background: #dfeaf6;
  border: solid 1px #828282;
  padding: 1rem;
  text-align: left;
  width: 20rem;
}
.agreement_outline_point td {
  border: solid 1px #828282;
  padding: 1rem;
}
.agreement_now {
  margin: 4rem 0 0;
}
.agreement_now p {
  margin: 2rem 0 0;
}
.agreement_now p:first-child {
  margin: 0;
}
.agreement_japan {
  margin: 4rem 0 8rem;
}
.agreement_japan p {
  margin: 2rem 0 0;
}
.agreement_japan p:first-child {
  margin: 0;
}
.agreement_japan table + p {
  margin: 0;
  text-align: right;
}
.agreement_japan table {
  margin: 2rem 0 0;
  width: 100%;
}
.agreement_japan th {
  background: #dfeaf6;
  border: solid 1px #828282;
  padding: 1rem;
  text-align: center;
  width: 9rem;
}
.agreement_japan td {
  border: solid 1px #828282;
  padding: 1rem;
  text-align: center;
}

/*-----------------------------------------------------------------------
  page-012. 会員メリット(.advantage) ／ 加盟について (.about-accession)
-----------------------------------------------------------------------*/
.about-accession header,
.advantage header {
  background: url("assets/images/bac_about-accession_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.about-accession header:before,
.advantage header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.about-accession_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.about-accession_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.about-accession_header_title p {
  margin: 0.5rem 0 0;
}
.about-accession_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.about-accession_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.about-accession_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.about-accession h2,
.advantage h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.about-accession h2:before,
.advantage h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.about-accession h2 span,
.advantage h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.about-accession h2 span:before,
.advantage h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.about-accession h2 + div,
.advantage h2 + div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 0.5rem 2rem 2rem;
  width: 100%;
}
.about-accession .main h3,
.advantage .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about-accession .main h3 + div,
.advantage .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.about-accession h4,
.advantage h4 {
  font-size: 1.25rem;
  margin: 1rem 0 0;
}
.about-accession h4:before,
.advantage h4:before {
  content: "■";
  margin: 0 0.25rem 0 0;
}
.about-accession .main h3 + div > div,
.advantage .main h3 + div > div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.about-accession h4 + p,
.advantage h4 + p {
  margin: 1rem 0 0;
}
.about-accession .main h3 + div > .about-accession_merit_contents:first-child  h4 + p,
.advantage .main h3 + div > .about-accession_merit_contents:first-child  h4 + p {
  width: calc(100% - 20rem);
}
.about-accession_merit_contents_about {
  background: #eeeeee;
  margin: 1rem 2rem;
  padding: 1rem 2rem;
  position: relative;
  z-index: 1;
}
.about-accession_merit_contents_about div {
  bottom: 1rem;
  position: absolute;
  right: 0rem;
  width: 14rem;
  text-align: center;
  z-index: 2;
}
.about-accession_merit_contents_about div img {
  height: auto;
  width: 60%;
}
.about-accession_merit_contents_about div span {
  display: block;
}
.about-accession_merit_contents_about p {
  width: calc(100% - 15rem);
}
.about-accession_merit_contents_member {
  border: 2px solid #959595;
  margin: 1rem 0 0;
  padding: 2rem;
}
.about-accession_merit_contents_member h5 {
  border-bottom: 2px solid #959595;
  font-size: 1.125rem;
  padding: 0 0 1rem;
}
.about-accession_merit_contents_member h5 span {
  display: block;
  font-size: 1rem;
}
.about-accession_merit_contents_member > div:first-child {
  float: left;
  width: calc(100% - 200px - 2rem);
}
.about-accession_merit_contents_member > div:last-child {
  float: right;
  width: 200px;
}
.about-accession_merit_contents_member > div:last-child img {
  height: auto;
  width: 100%;
}
.about-accession_merit_network {
  position: relative;
}
.about-accession_merit_network div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about-accession_merit_network p {
  margin: 1rem 0 0;
  width: 55%;
}
.about-accession_merit_network img {
  height: auto;
  position: absolute;
  right: 0;
  top: -3rem;
  vertical-align: bottom;
  width: 520px;
  z-index: 2;
}
.about-accession_merit_brand div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about-accession_merit_brand p {
  margin: 1rem 0 0;
  width: 55%;
}
.about-accession_merit_re100 div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about-accession_merit_re100 p {
  margin: 1rem 0 0;
  width: 55%;
}
.about-accession_division {
  background: #ffffff;
  margin: 4rem 0 0;
  padding: 0 0 2rem;
}
.about-accession .about-accession_division h2 span:before {
  border-right: solid 48px #ffffff;
}
.about-accession_division table {
  border: 2px solid #b7b7b7;
  margin: 1rem 0 0;
  width: 100%;
}
.about-accession_division th {
  background: #b7b7b7;
  border-top: solid 1px #f8f8f8;
  padding: 1rem;
  vertical-align: middle;
  width: 14%;
}
.about-accession_division td {
  border-top: solid 1px #f8f8f8;
  padding: 1rem;
  width: 44%;
}
.about-accession_division td + td {
  border-left: 2px solid #b7b7b7;
}
.about-accession_division tr:first-child td {
  text-align: center;
}
.about-accession_division tr:nth-child(odd) td {
  background: #f8f8f8;
}
.about-accession_division_note {
  margin: 2rem 0 0;
}
.about-accession_process {
  margin: 0 0 8rem;
}
.about-accession_process ol {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.about-accession_process li {
  background: #000000;
  position: relative;
  margin: 2rem 0 0;
}
.about-accession_process li:before {
  border: solid 0.75rem transparent;
  border-top: solid 1.5rem #000000;
  bottom: -2rem;
  content: "";
  display: block;
  left: calc((160px - 1.75rem) / 2);
  position: absolute;
  width: 0;
}
.about-accession_process li:last-child:before {
  display: none;
}
.about-accession_process li > p {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  left: 0;
  margin: -1.875rem 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 160px;
}
.about-accession_process li > p span {
  display: block;
  font-size: 0.875rem;
}
.about-accession_process li > div {
  background: #ffffff;
  border: solid 1px #000000;
  float: right;
  padding: 2rem;
  width: calc(100% - 160px);
}
.about-accession .main .about-accession_process h3 {
  margin: 0 0 1rem;
  padding: 0;
}
.about-accession_inquiry,
.about-accession_inquiry:link,
.about-accession_inquiry:visited {
  background: #de393d;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 3rem;
  line-height: 3rem;
  margin: 4rem auto 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 18rem;
}
.about-accession_inquiry:hover,
.about-accession_inquiry:active,
.about-accession_inquiry:focus {
  background: #f36d70;
  transition: all 0.2s linear;
}
.about-accession_inquiry:before,
.about-accession_inquiry:link:before,
.about-accession_inquiry:visited:before {
  border: solid 4px transparent;
  border-left: solid 6px #ffffff;
  content: "";
  display: block;
  left: 1rem;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear;
  width: 0;
}
.about-accession_inquiry:hover:before,
.about-accession_inquiry:active:before,
.about-accession_inquiry:focus:before {
  left: calc(100% - 1rem - 6px);
  transition: all 0.25s linear;
}

/*-----------------------------------------------------------------------
  page-012. 会員メリット(.advantage) ／ 加盟について (.about-accession)
-----------------------------------------------------------------------*/
.about-accession header {
  background: url("assets/images/bac_about-accession_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.advantage header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.advantage h2 {
  background: #f8f8f8;
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.advantage h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.advantage h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 30rem;
  z-index: 1;
}
.advantage h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.advantage h2 + div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 0.5rem 2rem 2rem;
  width: 100%;
}
.advantage .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.advantage .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.advantage h4 {
  font-size: 1.25rem;
  margin: 1rem 0 0;
}
.advantage h4:before {
  content: "■";
  margin: 0 0.25rem 0 0;
}
.advantage .main h3 + div > div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.advantage h4 + p {
  margin: 1rem 0 0;
}
.advantage .main h3 + div > .about-accession_merit_contents:first-child  h4 + p {
  width: calc(100% - 20rem);
}
.advantage .main .about-accession_process h3 {
  margin: 0 0 1rem;
  padding: 0;
}
.about-accession_process .note,
.advantage .note {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}

/*-----------------------------------------------------------------------
  page-013. よくあるご質問 (.faq)
-----------------------------------------------------------------------*/
.faq header {
  background: url("assets/images/bac_faq_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.faq header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.faq_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.faq_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.faq_header_title p {
  margin: 0.5rem 0 0;
}
.faq_header_title p br {
  display: none;
}
.faq_list {
  background: #ffffff;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 2rem 2rem 8rem;
  width: 100%;
}
.faq_list > p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.faq_list ul {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
.faq_list li {
  border: solid 1px #000000;
  margin: 1rem 0 0;
  padding: 2rem;
}
.faq_list li:first-child {
  margin: 0;
}
.faq_list_q {
  min-height: 3rem;
  padding: 0.675rem 0 0 5rem;
  position: relative;
}
.faq_list_q span {
  background: #000000;
  color: #ffffff;
  display: block;
  height: 3rem;
  left: 0;
  line-height: 3rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
}
.faq_list_a {
  margin: 2rem 0 0;
  min-height: 3rem;
  padding: 0.675rem 0 0 5rem;
  position: relative;
}
.faq_list_a span {
  background: #de393d;
  color: #ffffff;
  display: block;
  height: 3rem;
  left: 0;
  line-height: 3rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
}

/*-----------------------------------------------------------------------
  page-014. 投稿ページ (.single)
-----------------------------------------------------------------------*/
.single header {
  background: url("assets/images/bac_post_header.jpg") no-repeat center center;
  background-size: cover;
  height: 404px;
}
.single header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.single_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.single_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.single h2 {
  background: #de393d;
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  padding: 1rem 0;
}
.single h2 span {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2rem;
  width: 100%;
}
/*
.single h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.single h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.single h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
*/
.single h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: 0 auto 8rem;
  max-width: 1400px;
  padding: 2rem;
  width: 100%;
}
.single .sns-share {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.single .fb-share-button {
  align-items: center;
  display: flex;
  margin: 0 8px 0 0;
}
.single .main img {
  display: inline-block;
  height: auto;
  max-width: 480px;
  min-width: 256px;
  width: 100%;
}
.single img.aligncenter {
  border: solid thin #ddd;
  display: block;
  margin: 0 auto;
}
.single .main ul {
  padding: 0 0 0 2rem;
}
.single .main li {
  display: list-item;
}
.single img.mail_address {
  height: 20px;
  max-width: auto;
  min-width: auto;
  vertical-align: -3px;
  width: 145px;
}

/* カテゴリーがイベントの時 ------------------------------------------ */
.single header.event_details {
  background: url("assets/images/bac_agreement_header.jpg") no-repeat center center;
  background-size: auto;
  background-size: cover;
  height: 404px;
}
.single .event_details h2 {
  text-align: center;
}
.single .event_details h2 span {
  max-width: 900px;
}
.single .event_details h2 + div {
  max-width: 900px;
}
.single .event_details .event_speakers {
  border-top: 1px dotted #aaaaaa;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  padding: 2rem 0 0;
}
.single .event_details .event_speakers:nth-of-type(1) {
  border-top: none;
}
.single .event_details .event_speakers h3 {
  font-size: 1rem;
  width: 100%;
}
.single .event_details .event_speakers h4 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  width: 100%;
}
.single .event_details .event_speakers_image {
  border: solid thin #cccccc;
  height: 200px;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  width: 200px;
}
.single .event_details .event_speakers_image img {
  height: 100%;
  max-height: 200px;
  max-width: auto !important;
  min-width: auto !important;
  width: auto;
}
.single .event_details .event_speakers_text {
  padding: 0 0 0 2rem;
  width: calc(100% - 200px);
}
.single .event_details .event_speakers_name {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.single .event_details .event_speakers_pdf {
  margin: 1rem 0 0;
}
.single .event_details .event_speakers_pdf a,
.single .event_details .event_speakers_pdf a:link,
.single .event_details .event_speakers_pdf a:visited {
  background: #000000;
  border: solid 1px #000000;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.single .event_details .event_speakers_pdf a:hover,
.single .event_details .event_speakers_pdf a:active,
.single .event_details .event_speakers_pdf a:focus {
  background: #f36d70;
  border: solid 1px #de393d;
  color: #ffffff;
}
.single .event_details .event_speakers_pdf a::before {
  border: solid 6px transparent;
  border-left: solid 6px #ffffff;
  content: "";
  display: block;
  height: 0;
  left: 2rem;
  margin: -4px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 2;
}
.single .event_details .event_speakers_download {
  margin: 4rem 0 0;
}
.single .event_details .event_speakers_download h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
.single .event_details .event_speakers_download a,
.single .event_details .event_speakers_download a:link,
.single .event_details .event_speakers_download a:visited {
  background: #000000;
  border: solid 1px #000000;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.single .event_details .event_speakers_download a:hover,
.single .event_details .event_speakers_download a:active,
.single .event_details .event_speakers_download a:focus {
  background: #f36d70;
  border: solid 1px #de393d;
  color: #ffffff;
}
.single .event_details .event_speakers_download a::before {
  border: solid 6px transparent;
  border-left: solid 6px #ffffff;
  content: "";
  display: block;
  height: 0;
  left: 2rem;
  margin: -4px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 2;
}

/*-----------------------------------------------------------------------
  page-015. ニュース一覧 (.blog)
-----------------------------------------------------------------------*/
.blog header,
.press header,
.accession header,
.pastproposals header,
.eventarchives header {
  background: url("assets/images/bac_latest_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.blog header:before,
.press header:before,
.accession  header:before,
.pastproposals header:before,
.eventarchives header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.blog_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.blog_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.blog_header_title p {
  margin: 0.5rem 0 0;
}
.blog_tab {
  background: #434343;
}
.blog_tab > div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
/* ニュース系のタブメニュー */
.blog_tab_news,
.blog_tab_news:link,
.blog_tab_news:visited,
.blog_tab_press,
.blog_tab_press:link,
.blog_tab_press:visited,
.blog_tab_pastproposals,
.blog_tab_pastproposals:link,
.blog_tab_pastproposals:visited,
.blog_tab_application,
.blog_tab_application:link,
.blog_tab_application:visited,
.blog_tab_eventarchives,
.blog_tab_eventarchives:link,
.blog_tab_eventarchives:visited {
  color: #ffffff;
  display: inline-block;
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: all 0.25s linear;
}
.blog .blog_tab_news,
.blog .blog_tab_news:link,
.blog .blog_tab_news:visited,
.press .blog_tab_press,
.press .blog_tab_press:link,
.press .blog_tab_press:visited,
.accession .blog_tab_application,
.accession .blog_tab_application:link,
.accession .blog_tab_application:visited,
.pastproposals .blog_tab_pastproposals,
.pastproposals .blog_tab_pastproposals:link,
.pastproposals .blog_tab_pastproposals:visited,
.eventarchives .blog_tab_eventarchives,
.eventarchives .blog_tab_eventarchives:link,
.eventarchives .blog_tab_eventarchives:visited {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: all 0.25s linear;
}
.press .press_text br,
.pastproposals .press_text br,
.eventarchives .press_text br {
  display: none;
}
.blog_tab_news:hover,
.blog_tab_news:active,
.blog_tab_news:focus,
.blog_tab_press:hover,
.blog_tab_press:active,
.blog_tab_press:focus,
.blog_tab_application:hover,
.blog_tab_application:active,
.blog_tab_application:focus,
.blog_tab_pastproposals:hover,
.blog_tab_pastproposals:active,
.blog_tab_pastproposals:focus,
.blog_tab_eventarchives:hover,
.blog_tab_eventarchives:active,
.blog_tab_eventarchives:focus {
  background: #de393d;
  transition: all 0.25s linear;
}
.blog_news {
  background: #ffffff;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 2rem 8rem;
  width: 100%;
}
.blog h2,
.press h2,
.accession h2 {
  border-bottom: solid 2px #de393d;
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 2rem;
  min-width: 320px;
/*  max-width: 820px;*/
  max-width: 1200px;
  padding: 0 0 0.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
.blog_news ul {
  background: #ffffff;
/*  float: left;*/
  list-style: none;
  margin: 2rem 0 0;
  min-width: 320px;
/*  max-width: 820px;*/
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
.blog_news li {
  border-top: solid thin #cccccc;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
}
.blog_news li:first-child {
  border-top: none;
  margin: 0;
  padding: 0;
}
.blog_image {
  box-sizing: border-box;
  float: left;
  height: 175px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.blog_news li a,
.blog_news li a:link,
.blog_news li a:visited {
  color: #000000;
  text-decoration: none;
}
.blog_news li a .blog_image img,
.blog_news li a:link .blog_image img,
.blog_news li a:visited .blog_image img {
  height: auto;
  transition: all 0.2s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog_news li h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.blog_text {
  float: right;
  min-height: 175px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 240px - 2rem);
}
.blog_text p.clearfix {
  padding: 2rem 0 0;
}
.blog_news li a:hover,
.blog_news li a:active,
.blog_news li a:focus {
  color: #de393d;
  transition: all 0.2s linear;
}
.blog_news li a:hover .blog_image img,
.blog_news li a:active .blog_image img,
.blog_news li a:focus .blog_image img {
  transform: translate(-50%, -50%) scale(1.1,1.1);
  transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------
  page-016. プレスリリース一覧 (.press)
-----------------------------------------------------------------------*/
.press_en header {
  background: url("assets/images/bac_latest_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.press_en #header > div.blog_header_title {
  padding: 12rem 0 0;
}
.press_en header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.press_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.press_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.press_en .blog_header_title_en {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.press_en .blog_header_title_en h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.press_header_title p {
  margin: 0.5rem 0 0;
}
.press_date {
  float: left;
  width: 7rem;
}
.press_text {
  float: left;
  width: calc(100% - 8rem);
}
.press_en h2 {
  border-bottom: solid 2px #de393d;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
.blog_tab {
  background: #434343;
}
.blog_tab > div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.press_en .blog_tab {
  background: #434343;
}
.press_en .blog_tab > div {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.press_en .blog_tab_news,
.press_en .blog_tab_news:link,
.press_en .blog_tab_news:visited,
.press_en.news_en .blog_tab_press,
.press_en.news_en .blog_tab_press:link,
.press_en.news_en .blog_tab_press:visited {
  color: #ffffff;
  display: inline-block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all 0.25s linear;
}
.press_en.news_en .blog_tab_news,
.press_en.news_en .blog_tab_news:link,
.press_en.news_en .blog_tab_news:visited,
.press_en:not(.news_en) .blog_tab_press,
.press_en:not(.news_en) .blog_tab_press:link,
.press_en:not(.news_en) .blog_tab_press:visited {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all 0.25s linear;
}
.press_en .blog_tab_news:hover,
.press_en .blog_tab_news:active,
.press_en .blog_tab_news:focus
.press_en .blog_tab_press:hover,
.press_en .blog_tab_press:active,
.press_en .blog_tab_press:focus {
  background: #de393d;
  transition: all 0.25s linear;
}
.press ul span,
.press_en ul span {
  display: inline-block;
  vertical-align: top;
  width: 7rem;
}
.press_en ul h3 {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  width: calc(100% - 7rem);
}

/*-----------------------------------------------------------------------
  page-017. 再エネ100宣言 RE Action
-----------------------------------------------------------------------*/
.reandreaction header {
  background: url("assets/images/bac_reaction_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.reandreaction header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.reaction_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
/*  text-transform: uppercase;*/
}
.reaction_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.reaction_header_title p {
  line-height: 1.25;
  margin: 0.5rem 0 0;
}
.reaction_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.reaction_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.reaction_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.reandreaction h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.reandreaction h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.reandreaction h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 34rem;
  z-index: 1;
}
.reandreaction h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.reandreaction .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.reandreaction .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.reaction_outline {
  margin: 0;
}
.reaction_outline > div {
  margin: 1rem auto 0;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.reaction_outline img {
  display: block;
  height: auto;
  margin: 2rem auto 0;
  max-width: 1000px;
  width: 100%;
}
.reaction_detail {
  margin: 4rem 0 0;
}
.reaction_detail_contents_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.reaction_detail_contents_about h4 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.reaction_detail_contents_about > p {
  width: 100%;
}
.reaction_detail_contents_about > div {
  background: #ffffff;
  margin: 2rem 0 0;
  padding: 1rem 2rem 2rem;
  width: calc(50% - 1rem);
}
.reaction_detail_contents h4 {
  margin: 1rem 0 0;
}
.reaction_detail_contents h4 + p img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.reaction_detail_contents h4 + p img + img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.reaction_detail_contents p {
  margin: 1rem 0 0;
}
.reaction_detail_contents_about p + p {
  margin: 0;
}
.reaction_detail_contents_about table {
  margin: 0 auto;
  max-width: 400px;
}
.reaction_detail_contents_about th {
  padding: 0 0.5rem 0 0;
  text-align: right;
}
.reaction_detail h3 + ul {
  border-top: solid 3px #de393d;
  list-style: none;
  padding: 0;
}
.reaction_detail h3 + ul li {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.reaction_detail_contents_window > p {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.reaction_detail_contents_window_more {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.reaction_detail_contents_window_more > div {
  background: #ffffff;
  border: solid 1px #828282;
  float: left;
  height: 15rem;
  padding: 2rem;
  text-align: center;
  width: calc(50% - 2rem);
}
.reaction_detail_contents_window_more > div + div {
  float: right;
}
.reaction_detail_contents_window_more b {
  font-size: 1.25rem;
  font-weight: 600;
}
.reaction_detail_contents_window_more a,
.reaction_detail_contents_window_more a:link,
.reaction_detail_contents_window_more a:visited {
  border: solid 1px #828282;
  color: #000000;
  display: block;
  height: 3rem;
  line-height: 3rem;
  margin: 1rem 0 0;
  position: relative;
  text-decoration: none;
  transition: all 0.25s linear;
}
.reaction_detail_contents_window_more a:hover,
.reaction_detail_contents_window_more a:active,
.reaction_detail_contents_window_more a:focus {
  border: solid 1px #de393d;
  color: #de393d;
  transition: all 0.25s linear;
}
.reaction_detail_contents_window_more a:before,
.reaction_detail_contents_window_more a:link:before,
.reaction_detail_contents_window_more a:visited:before {
  border: solid 6px transparent;
  border-left: solid 8px #828282;
  content: "";
  display: block;
  left: 1rem;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.reaction_detail_contents_window_more a:hover:before,
.reaction_detail_contents_window_more a:active:before,
.reaction_detail_contents_window_more a:focus:before {
  border-left: solid 8px #de393d;
  left: calc(100% - 1rem - 8px);
  transition: all 0.25s linear;
}

/*-----------------------------------------------------------------------
  page-018. 提言 (.pastproposals)
-----------------------------------------------------------------------*/
.pastproposals h2 {
  border-bottom: solid 2px #de393d;
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 2rem;
  min-width: 320px;
/*  max-width: 820px;*/
  max-width: 1200px;
  padding: 0 0 0.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

/*-----------------------------------------------------------------------
  page-019. イベントアーカイブ (.eventarchives)
-----------------------------------------------------------------------*/
.eventarchives h2 {
  border-bottom: solid 2px #de393d;
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 2rem;
  min-width: 320px;
/*  max-width: 820px;*/
  max-width: 1200px;
  padding: 0 0 0.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

/*-----------------------------------------------------------------------
  page-993. 月例ミーティング用 (.lp_meeting)
-----------------------------------------------------------------------*/
.lp_meeting header {
  background: url("assets/images/bac_lp_meeting_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.lp_meeting header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lp_meeting_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.lp_meeting_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.lp_meeting_header_title p {
  margin: 0.5rem 0 0;
}
.lp_meeting h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.lp_meeting h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.lp_meeting h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.lp_meeting h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 25rem;
  z-index: 1;
}
.lp_meeting h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.lp_meeting h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 1200px;
  padding: 6.5rem 2rem 8rem;
  position: relative;
  width: 100%;
}
.lp_meeting form {
  display: block;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
.lp_meeting form p {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
.lp_meeting form p:first-child {
  display: none;
}
.lp_meeting form p:nth-child(2) {
  border-top: none;
}
.lp_meeting form span,
.lp_meeting form label {
  display: inline-block;
  max-width: 10rem;
  width: 100%;
}
.lp_meeting form input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
.lp_meeting form input[type="submit"]:hover,
.lp_meeting form input[type="submit"]:active,
.lp_meeting form input[type="submit"]:focus {
  background: #dddddd;
  color: #000000;
  transition: all 0.25s linear;
}

/*-----------------------------------------------------------------------
  page-994. イベント用 (.lp_eventと#home3（template-event.php）)
-----------------------------------------------------------------------*/
#home3 header,
.lp_event header,
.lp_commonevent header {
  background: url("assets/images/bac_inquiry_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
#home3 header:before,
.lp_event header:before,
.lp_commonevent header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lp_event_header_title {
  font-size: 1rem;
  line-height: 1;
  padding: 8rem 0 0 !important;
  text-align: center;
  /*text-transform: uppercase;*/
}
.lp_event_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 2rem;
  width: 100%;
}
.lp_event_header_title p {
  margin: 0.5rem 0 0;
}
#home3 h2,
.lp_event h2,
.lp_commonevent h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#home3 h2:before,
.lp_event h2:before,
.lp_commonevent h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
#home3 h2 span,
.lp_event h2 span,
.lp_commonevent h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  max-width: 30rem;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 100%;
  z-index: 1;
}
#home3 h2 span:before,
.lp_event h2 span:before,
.lp_commonevent h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
#home3 h2 + div,
.lp_event h2 + div,
.lp_commonevent h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 800px;
  padding: 6.5rem 2rem 4rem;
  position: relative;
  width: 100%;
}
.lp_event_form {
  background: #ffffff;
  min-width: 320px;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 2rem 8rem;
  position: relative;
  width: 100%;
}
.lp_event h2 + div + p,
.lp_commonevent h2 + div + p {
  background: #ffffff;
  margin: 0 auto;
  min-width: 320px;
  max-width: 800px;
  padding: 0 2rem;
  width: 100%;
}
.lp_event h2 + div + p + p,
.lp_commonevent h2 + div + p + p {
  background: #ffffff;
  margin: 0 auto;
  min-width: 320px;
  max-width: 800px;
  padding: 0 2rem 8rem;
  width: 100%;
}
.lp_event_outline {
  margin: 2rem 0 4rem;
}
.lp_event h4,
.lp_commonevent h4 {
  font-size: 1.25rem;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
}
.lp_event_image div {
  float: left;
  height: 20rem;
  overflow: hidden;
  position: relative;
  width: calc(50% - 1rem);
}
.lp_event_image div + div {
  float: right;
}
.lp_event_image img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#home3 form,
.lp_event form,
.lp_commonevent form  {
  display: block;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
#home3 form p,
.lp_event form p,
.lp_commonevent form p {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
.lp_event form p:nth-child(1),
.lp_event form p:nth-child(7),
.lp_event form p:nth-child(8),
.lp_commonevent form p:nth-child(1) {
  border-top: none;
}
#home3 form .noinput {
  border-top: none;
  display: none;
}
}
.lp_commonevent form p:last-child {
  border-top: none;
}
#home3 form span,
#home3 form label,
.lp_event form span,
.lp_event form label,
.lp_commonevent form span,
.lp_commonevent form label {
  display: inline-block;
  max-width: 10rem;
  width: 100%;
}
/* フォームの内容が変わることがあるので、都度設定が必要かも */
#home3 form p:nth-last-child(2) {
  display: none;
}
#home3 form p:nth-child(2) span,
.lp_event form p:nth-child(2) span,
.lp_commonevent form p:nth-child(2) span {
  max-width: 100%;
}
#home3 form p:nth-child(2) select,
.lp_event form p:nth-child(2) select,
.lp_commonevent form p:nth-child(2) select {
  margin: 0 0 0 4.75rem;
}
#home3 form input,
.lp_event form input,
.lp_commonevent form input {
  max-width: 15rem;
  width: 100%;
}
#home3 form input[type="checkbox"] {
  max-width: 2rem;
}
#home3 form .check_note input {
  width: 2rem;
}
#home3 form .check_note label {
  max-width: 25rem;
}
#home3 form p:nth-child(2) input,
.lp_event form p:nth-child(2) input,
.lp_commonevent form p:nth-child(2) input {
  margin: 0;
}
#home3 form p:nth-child(2) input + input {
  margin: 2rem auto 0;
}
#home3 form .names input,
.lp_event form p:nth-child(4) input,
.lp_commonevent form p:nth-child(4) input {
  max-width: 8rem;
  width: 100%;
}
#home3 form .names label:nth-of-type(2),
.lp_event form p:nth-child(4) label:nth-of-type(2),
.lp_commonevent form p:nth-child(4) label:nth-of-type(2) {
  margin: 0 0 0 1rem;
  max-width: 2.75rem;
}
#home3 .lp_event_form_name,
.lp_event_form_name {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
#home3.lp_event form .inquiry_form_name label:nth-of-type(2),
.lp_event form .inquiry_form_name label:nth-of-type(2),
.lp_commonevent form .inquiry_form_name label:nth-of-type(2) {
  margin: 0 0 0 1.75rem;
  max-width: auto;
  width: auto;
}
.lp_event form .inquiry_form_name input,
.lp_commonevent form .inquiry_form_name input {
  width: 8rem;
}
#home3 form input[type="submit"],
.lp_event form input[type="submit"],
.lp_commonevent form input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
#home3 input[type="submit"]:hover,
#home3 input[type="submit"]:active,
#home3 input[type="submit"]:focus,
.lp_event form input[type="submit"]:hover,
.lp_event form input[type="submit"]:active,
.lp_event form input[type="submit"]:focus,
.lp_commonevent form input[type="submit"]:hover,
.lp_commonevent form input[type="submit"]:active,
.lp_commonevent form input[type="submit"]:focus {
  background: #cccccc;
  color: #000000;
  transition: all 0.25s linear;
}
#home3 form textarea,
.lp_event form textarea,
.lp_commonevent form textarea {
  height: 8rem;
  max-width: 22rem;
  min-width: 8rem;
  width: 100%;
}
#home3 .home3_name input {
  max-width: 5rem;
  width: 100%;
}
#home3 .home3_name input + label {
  margin: 0 0 0 1rem;
  width: 2rem !important;
}
#home3 .footer_navi {
  padding: 4rem 2rem;
}
#home3 .footer_copyright p:last-child {
  float: none;
  text-align: center;
  width: 100%;
}
.thanks header,
.thanks_inquiry header {
  background: url("assets/images/bac_thanks_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.thanks header:before,
.thanks_inquiry header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.thanks_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.thanks_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.thanks_header_title p {
  margin: 0.5rem 0 0;
}
.thanks h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.thanks h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.thanks h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.thanks h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.thanks h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.thanks h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 1200px;
  padding: 6.5rem 2rem 8rem;
  position: relative;
  width: 100%;
}
.thanks_message {
  color: #333333;
  margin: 8rem auto;
  width: 60%;
}
.lp_event font,
.lp_commonevent font {
  display: block;
  margin: 0 0 2rem;
}
.lp_event_outline i {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.lp_event_outline ul {
  margin: 0 auto
  max-width: 640px;
  padding: 0 1rem;
}
#event_outline {
  margin: 2rem 0 1rem;
}
#event_program {
  margin: 1rem 0 0;
  padding: 0 0 1rem;
}
.program_item {
  margin: 0 0 2rem;
}
.program_item:after {
  clear: both;
  content: "";
  display: table;
}
.program_item b {
  display: block;
  width: 100%;
}
.program_item img {
  float :left;
  margin: 1rem 1rem 0.5rem 1rem;
}

/* イベントページ（無地） ---------------------------------------------*/
.lp_plainevent header {
  background: none;
}
.lp_plainevent header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lp_plainevent .header_logo {
  background: none;
}
.lp_event_header_title {
  font-size: 1rem;
  line-height: 1;
  padding: 12rem 0 0 !important;
  text-align: center;
  /*text-transform: uppercase;*/
}
.lp_plainevent .lp_event_header_title {
  padding: 4rem 0 !important;
}
.lp_event_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 2rem;
  width: 100%;
}
.lp_commonevent .lp_event_header_title h1 {
  font-size: 2.5rem;
}
.lp_event_header_title p {
  margin: 0.5rem 0 0;
}
.lp_plainevent h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 880px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.lp_plainevent h2:before {
  display: none;
}
.lp_plainevent h2 span {
  background: #0000aa;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 22rem;
  z-index: 1;
}
.lp_plainevent h2 span:before {
  display: none;
}
.lp_plainevent h2 + div {
  background: #ffffff;
  min-height: calc(100vh - 100px);
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 800px;
  padding: 6.5rem 2rem 4rem;
  position: relative;
  width: 100%;
}
.lp_plainevent h2 + div + p {
  background: #ffffff;
  margin: 0 auto;
  min-width: 320px;
  max-width: 800px;
  padding: 0 2rem;
  width: 100%;
}
.lp_plainevent h2 + div + p + p {
  background: #ffffff;
  margin: 0 auto;
  min-width: 320px;
  max-width: 800px;
  padding: 0 2rem 8rem;
  width: 100%;
}
.lp_plainevent h4 {
  font-size: 1.25rem;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
}
.lp_plainevent form  {
  display: block;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
.lp_plainevent form p {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
.lp_plainevent form p:nth-child(1) {
  border-top: none;
}
.lp_plainevent form span,
.lp_plainevent form label {
  display: inline-block;
  max-width: 10rem;
  width: 100%;
}
.lp_plainevent form p:nth-child(2) span {
  max-width: 100%;
}
.lp_plainevent form p:nth-child(2) select {
  margin: 0 0 0 4.75rem;
}
.lp_plainevent form p:last-child {
  border-top: none;
}
.lp_plainevent form input {
  max-width: 20rem;
  width: 100%;
}
.lp_plainevent form p:nth-child(2) input {
  margin: 0;
}
.lp_plainevent form p:nth-child(4) input {
  max-width: 8rem;
  width: 100%;
}
.lp_plainevent form p:nth-child(4) label:nth-of-type(2) {
  margin: 0 0 0 1rem;
  max-width: 2.75rem;
}
.lp_plainevent form .inquiry_form_name label:nth-of-type(2) {
  margin: 0 0 0 1.75rem;
  max-width: auto;
  width: auto;
}
.lp_plainevent form .inquiry_form_name input {
  width: 8rem;
}
.lp_plainevent form input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
.lp_plainevent form input[type="submit"]:hover,
.lp_plainevent form input[type="submit"]:active,
.lp_plainevent form input[type="submit"]:focus {
  background: #cccccc;
  color: #000000;
  transition: all 0.25s linear;
}
.lp_plainevent form textarea {
  height: 8rem;
  max-width: 22rem;
  min-width: 8rem;
  width: 100%;
}
.lp_plainevent font {
  display: block;
  margin: 0 0 2rem;
}
.lp_plainevent .footer_navi,
.thanksplain .footer_navi {
  background: #aaa;
  height: 100px;
  line-height: 100px;
  padding: 0 2rem;
}
.lp_plainevent .footer_copyright p:first-child,
.lp_plainevent .footer_copyright p:last-child,
.thanksplain .footer_copyright p:first-child,
.thanksplain .footer_copyright p:last-child {
  color: #fff;
  display: block;
  float: none;
  text-align: center;
  width: 100%;
}
.thanksplain header {
  background: #aaaaaa;
  height: 180px;
}
.thanksplain .header_logo {
  display: none;
}
.thanksplain #header > div {
  padding: 4rem 0 0;
}
.thanksplain .about_header_title h1 {
  font-size: 3rem;
}
.thanksplain .main {
  padding: 4rem 2rem;
  text-align: center;
}
.thanksplain .main {
  min-height: calc(100vh - 280px);
}

/*-----------------------------------------------------------------------
  page-995. 月例会出欠確認用 (.lp_meeting)
-----------------------------------------------------------------------*/
.lp_meeting header {
  background: url("assets/images/bac_lp_meeting_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.lp_meeting header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lp_meeting_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.lp_meeting_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
}
.lp_meeting_header_title p {
  margin: 0.5rem 0 0;
}
.lp_meeting h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.lp_meeting h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.lp_meeting h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 25rem;
  z-index: 1;
}
.lp_meeting h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.lp_meeting h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 800px;
  padding: 6.5rem 2rem 8rem;
  position: relative;
  width: 100%;
}
.lp_meeting_outline {
  margin: 2rem auto 4rem;
  max-width: 40rem;
  min-width: 320px;
}
.lp_meeting h4 {
  font-size: 1.25rem;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
}
.lp_meeting form {
  display: block;
  min-width: 320px;
  margin: 0 auto;
  max-width: 30rem;
  width: 100%;
}
.lp_meeting form p {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
.lp_meeting form p:first-child {
  display: none;
}
.lp_meeting form p:nth-child(3) {
  border-top: none;
}
.lp_meeting form span,
.lp_meeting form label {
  display: inline-block;
  max-width: 6rem;
  width: 100%;
}
.lp_meeting form input + label {
  margin: 0 0 0 1rem;
  max-width: 4rem;
}
.lp_meeting form p:nth-child(4) label:nth-of-type(2) {
  margin: 0 0 0 1rem;
  max-width: 2.75rem;
}
.lp_meeting form p:last-child {
  border-top: none;
}
.lp_meeting form p input  {
  width: 100%;
}
.lp_meeting form p input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
.lp_meeting form p input[type="submit"]:hover,
.lp_meeting form p input[type="submit"]:active,
.lp_meeting form p input[type="submit"]:focus {
  background: #cccccc;
  color: #000000;
  transition: all 0.25s linear;
}
#home3 header.home3 {
  background: url("assets/images/bac_lp_meeting_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
#home3 header.home3:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.home3_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.home3_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
}
#home3 .home3_header_title p {
  margin: 0.5rem 0 0;
}
#home3 .home3 h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
#home3 .home3 h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
#home3 .home3 h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 38rem;
  z-index: 1;
}
#home3 .home3 h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
#home3 .home3 h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 1200px;
  padding: 6.5rem 2rem 8rem;
  position: relative;
  width: 100%;
}
#home3 .home3_outline {
  margin: 2rem auto 4rem;
  max-width: 40rem;
  min-width: 320px;
}
#home3 .home3 h4 {
  font-size: 1.25rem;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
}
#home3 .home3 form {
  display: block;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
#home3 .home3 form p {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
#home3 .home3 form p:first-child {
  display: none;
}
#home3 .home3 form p:nth-child(3) {
  border-top: none;
}
#home3 .home3 form span,
#home3 .home3 form label {
  display: inline-block;
  max-width: 10rem;
  width: 100%;
}
/*
#home3 .home3 form p:nth-child(4) input {
  max-width: 8rem;
  width: 100%;
}
*/
#home3 .home3 form p:nth-child(4) label:nth-of-type(2) {
  margin: 0 0 0 1rem;
  max-width: 2.75rem;
}
#home3 .home3 form p:nth-of-type(2) label:nth-of-type(2) {
  margin: 0 0 0 1rem;
  max-width: 2.55rem;
}
#home3 .home3 form p:nth-of-type(2) input {
  max-width: 5.5rem !important;
  width: 5.5rem;
}
#home3 .home3 form input[type="submit"],
.lp_commonevent .home3 form input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
#home3 .home3 form input[type="submit"]:hover,
#home3 .home3 form input[type="submit"]:active,
#home3 .home3 form input[type="submit"]:focus {
  background: #cccccc;
  color: #000000;
  transition: all 0.25s linear;
}
@media screen and (max-width:640px) {
  #home3 .home3 form {
    min-width: calc(100% - 4rem);
  }
  #home3 .home3_outline {
    min-width: calc(100% - 4rem);
  }
}

/*-----------------------------------------------------------------------
  page-996. 正会員/賛助会員加盟申請用 (.lp_accession)
-----------------------------------------------------------------------*/
.lp_accession_r header {
  background: url("assets/images/bac_about-accession_r_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.lp_accession header {
  background: url("assets/images/bac_about-accession_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.lp_accession_r header:before,
.lp_accession header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lp_accession_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.lp_accession_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.lp_accession_header_title p {
  margin: 0.5rem 0 0;
}
.lp_accession_r h2,
.lp_accession h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.lp_accession_r h2:before,
.lp_accession h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.lp_accession_r h2 span,
.lp_accession h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 25rem;
  z-index: 1;
}
.lp_accession_r h2 span:before,
.lp_accession h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.lp_accession_r h2 + div,
.lp_accession h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 1200px;
  padding: 6.5rem 2rem 8rem;
  position: relative;
  width: 100%;
}
.lp_accession_r h2 + div:before,
.lp_accession h2 + div:before {
  content: url("assets/images/logo_print.png");
  display: none;
  height: 68px;
  margin: 1rem 0;
  width: 100%;
}
.lp_accession_r form,
.lp_accession form {
  display: block;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
.lp_accession_r form p,
.lp_accession form p {
  padding: 1rem 0;
}
.lp_accession_r form p:nth-of-type(1),
.lp_accession form p:nth-of-type(1) {
  display: none;
}
.lp_accession_r form p:nth-of-type(2),
.lp_accession_r form p:last-child,
.lp_accession form p:nth-of-type(2),
.lp_accession form p:last-child {
  border-top: none;
}
.lp_accession_r form span,
.lp_accession_r form label,
.lp_accession form span,
.lp_accession form label {
  display: inline-block;
  max-width: 10rem;
  width: 100%;
}
.lp_accession_r form td,
.lp_accession form td {
  padding: 2px 0;
}
.lp_accession_r form td:first-child,
.lp_accession form td:first-child {
  padding: 2px 1rem 2px 0;
  text-align: right;
}
.lp_accession_r form td[colspan="2"],
.lp_accession form td[colspan="2"] {
  text-align: left;
}
.lp_accession_r form p:nth-of-type(5) input,
.lp_accession_r form p:nth-of-type(6) input,
.lp_accession_r form p:nth-of-type(9) input,
.lp_accession_r form p:nth-of-type(16) input,
.lp_accession_r form p:nth-of-type(17) input,
.lp_accession_r form p:nth-of-type(18) input,
.lp_accession form p:nth-of-type(5) input,
.lp_accession form p:nth-of-type(6) input,
.lp_accession form p:nth-of-type(9) input,
.lp_accession form p:nth-of-type(16) input,
.lp_accession form p:nth-of-type(17) input,
.lp_accession form p:nth-of-type(18) input {
  max-width: 8rem;
  width: 100%;
}
.lp_accession_r form p:nth-of-type(11) input,
.lp_accession_r form p:nth-of-type(12) input,
.lp_accession form p:nth-of-type(11) input,
.lp_accession form p:nth-of-type(12) input {
  max-width: 12rem;
  width: 100%;
}
.lp_accession_r form p:nth-of-type(14) input,
.lp_accession form p:nth-of-type(14) input {
  max-width: 20rem;
  width: 100%;
}
.lp_accession_r form p:nth-of-type(9) label:nth-of-type(2),
.lp_accession form p:nth-of-type(9) label:nth-of-type(2) {
  margin: 0 0 0 1rem;
  max-width: 2.75rem;
}
.lp_accession_r form b,
.lp_accession form b {
  font-weight: normal;
  margin: 0 0 0 2rem;
}
.lp_accession_r form input[type="submit"],
.lp_accession form input[type="submit"] {
  background: #de393d;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-block;
  margin: 1rem 1rem 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
.lp_accession_r form input[type="button"],
.lp_accession form input[type="button"] {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-block;
  margin: 1rem 1rem 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
.lp_accession_r form input[type="submit"]:hover,
.lp_accession_r form input[type="submit"]:active,
.lp_accession_r form input[type="submit"]:focus,
.lp_accession form input[type="submit"]:hover,
.lp_accession form input[type="submit"]:active,
.lp_accession form input[type="submit"]:focus {
  background: #cccccc;
  color: #000000;
  transition: all 0.25s linear;
}
.check_note {
  background: #ffffe6;
  margin: 2rem 0 0;
  padding: 1rem;
}
.lp_accession_r form .check_note b,
.lp_accession form .check_note b {
  display: block;
  font-weight: 600;
  margin: 0 0 1rem;
}
.check_note i {
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  margin: 0.5rem 0 0;
  padding: 0 0 0 2rem;
}
.lp_accession_r form .check_note label,
.lp_accession form .check_note label {
  margin: 0 0 0 0.25rem;
  max-width: calc(100% - 1.5rem);
}
.check_note2 {
  background: #f9e4e4;
  min-width: 320px;
  margin: 4rem auto 8rem;
  max-width: 40rem;
  width: 100%;
  padding: 2rem;
}
.check_note2 #button_form,
.check_note2 #button_form:link,
.check_note2 #button_form:visited {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  margin: 1rem auto;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s linear;
  width: 15rem;
}
.check_note2 #button_form:hover,
.check_note2 #button_form:active,
.check_note2 #button_form:focus {
  background: #dddddd;
  color: #000000;
  transition: all 0.25s linear;
}
.thanks_application header,
.thanks_application_inquiry header {
  background: url("assets/images/bac_thanks_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.thanks_application header:before,
.thanks_application_inquiry header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.thanks_application_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.thanks_application_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.thanks_application_header_title p {
  margin: 0.5rem 0 0;
}
.thanks_application h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.thanks_application h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.thanks_application h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.thanks_application h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.thanks_application h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.thanks_application h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 1200px;
  padding: 6.5rem 2rem 8rem;
  position: relative;
  width: 100%;
}
.accession_submit {
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  text-align: center;
}
.accession_submit p {
  display: block !important;
}
.accession_submit br {
  display: none;
}

/*-----------------------------------------------------------------------
  page-997. お問い合わせ (.inquiry)
-----------------------------------------------------------------------*/
.inquiry header {
  background: url("assets/images/bac_inquiry_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.inquiry header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.inquiry_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.inquiry_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.inquiry_header_title p {
  margin: 0.5rem 0 0;
}
.inquiry h2 {
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.inquiry h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.inquiry h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.inquiry h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 20rem;
  z-index: 1;
}
.inquiry h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.inquiry h2 + div {
  background: #ffffff;
  min-width: 320px;
  margin: -4.5rem auto 0;
  max-width: 1200px;
  padding: 6.5rem 2rem 8rem;
  position: relative;
  width: 100%;
}
.inquiry form {
  display: block;
  min-width: 320px;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
.inquiry form p {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
.inquiry form .item-001 {
  display: none;
}
.inquiry form .item-002 {
  border-top: none;
}
.inquiry form span,
.inquiry form label {
  display: inline-block;
  max-width: 10rem;
  width: 100%;
}
.inquiry form .item-002 span {
  max-width: 100%;
}
.inquiry form .item-002 select {
  margin: 0 0 0 4.75rem;
}
.inquiry form input {
  width: 18rem;
}
.inquiry_form_name {
  border-top: solid 1px #ececec;
  padding: 1rem 0;
}
.inquiry form .inquiry_form_name label:nth-of-type(2) {
  margin: 0 0 0 1.75rem;
  max-width: auto;
  width: auto;
}
.inquiry form .inquiry_form_name input {
  width: 8rem;
}
.inquiry form input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  margin: 4rem auto 0;
  padding: 1rem 0;
  transition: all 0.25s linear;
  width: 15rem;
}
.inquiry form input[type="submit"]:hover,
.inquiry form input[type="submit"]:active,
.inquiry form input[type="submit"]:focus {
  background: #cccccc;
  color: #000000;
  transition: all 0.25s linear;
}
.inquiry form textarea {
  height: 8rem;
  max-width: 22rem;
  min-width: 8rem;
  width: 100%;
}
.inquiry .inquiry_readme h3,
.inquiry .inquiry_readme div {
  margin: 0 0 2rem;
}
.inquiry .inquiry_readme h4 {
  margin: 2rem 0 1rem;
}
.inquiry .inquiry_readme p {
  border: none;
}
.inquiry form input[name="inquiry_1"] {
  display: none;
}
.inquiry form label.inquiry_check {
  cursor: pointer;
  max-width: 19rem;
}
.inquiry form label.inquiry_check::before {
  background: url("assets/images/bac_checkbox.png");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 0.5rem 0 0;
  vertical-align: -3px;
  width:20px;
}
.inquiry form input[name="inquiry_1"]:checked + label::before {
  background: url("assets/images/bac_checkbox_checked.png");
  background-size: cover;
}
.inquiry #inquiry_form {
  display: none;
}
.inquiry_check {
  font-size: 125%;
  font-weight: bolder;
}

/*-----------------------------------------------------------------------
  page-020. 脱炭素コンソーシアム
-----------------------------------------------------------------------*/
.consortium header {
  background: url("https://japan-clp.jp/wp-content/uploads/2020/08/publicHeaderBg.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
}
.consortium header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.consortium_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.consortium_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.consortium_header_title p {
  margin: 0.5rem 0 0;
}
.consortium_copy {
  background: rgba(224,224,224,0.6) url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.consortium_copy b {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.consortium_copy b br {
  display: none;
}
.consortium_copy + p {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.consortium h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.consortium h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.consortium h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 34rem;
  z-index: 1;
}
.consortium h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.consortium .main h3 {
  min-width: 320px;
  margin: 2rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.consortium .main h3 + div {
  border-top: solid 3px #de393d;
  position: relative;
}
.consortium_about > div {
  margin: 1rem 0 0;
}
.consortium_about_contents {
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.consortium_possibility {
  margin: 4rem 0 0;
}
.consortium_possibility_contents > div > p {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem 2rem;
  width: 100%;
}
.consortium_about_contents_image {
  min-width: 320px;
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
}
.consortium_about_contents_image + .consortium_about_contents_image {
  margin: 4rem auto;
}
.consortium img {
  height: auto;
  width: 100%;
}
.consortium_qualification {
  margin: 4rem 0 8rem;
}
.consortium a.consortium_link,
.consortium a.consortium_link:link,
.consortium a.consortium_link:visited {
  background: #333333;
  border: solid 1px #000000;
  color: #ffffff;
  display: block;
  height: 3rem;
  line-height: 3rem;
  margin: 2rem auto 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s linear;
  width: 30rem;
}
.consortium a.consortium_link:hover,
.consortium a.consortium_link:active,
.consortium a.consortium_link:focus {
  border: solid 1px #de393d;
  color: #de393d;
  transition: all 0.25s linear;
}
.consortium a.consortium_link:before,
.consortium a.consortium_link:link:before,
.consortium a.consortium_link:visited:before {
  border: solid 6px transparent;
  border-left: solid 8px #ffffff;
  content: "";
  display: block;
  left: 1rem;
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.consortium a.consortium_link:hover:before,
.consortium a.consortium_link:active:before,
.consortium a.consortium_link:focus:before {
  border-left: solid 8px #de393d;
  left: calc(100% - 1rem - 8px);
  transition: all 0.25s linear;
}
.consortium a.consortium_link span {
  margin: 0 0 0 0.5rem;
}

/*-----------------------------------------------------------------------
  page-021. 脱炭素経営入門（2021年11月）
-----------------------------------------------------------------------*/
/* front-page.php のバナー */
.book_banner_pc {
  display: block;
}
.book_banner_sp {
  display: none;
}

/* page-book_202111.php のバナー */
body.book_202111 {
  background: #E8EBEF;
}
#book_202111_header {
  background: #fff;
  border-bottom: solid thin #ccc;
  padding: 0 20px;
}
.book_202111 header {
  background: none;
}
#book_202111_header > div {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  min-width: calc(320px - 2rem);
  margin: 0 auto;
  max-width: 1000px;
  transition: all 0.2s linear;
  width: 100%;
}
.book_202111_header_logo {
  background: url("assets/images/logo_jclp_blue.png") no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  height: 48px;
  max-width: 160px;
  overflow: hidden;
  text-indent: 100%;
  transition: all 0.2s linear;
  white-space: nowrap;
}
.book_202111_header_logo:hover {
  opacity: 0.5;
}
a.book_202111_header_home {
  border: solid 1px #999;
  border-radius: 21px;
  color: #666;
  font-size: 0.875rem;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 230px;
}
a.book_202111_header_home:hover {
  border: solid 1px #d00;
  color: #ef0001;
}
a.book_202111_header_home::before {
  border-right: solid 1px #666;
  border-top: solid 1px #666;
  content: "";
  display: inline-block;
  height: 0.5rem;
  margin: -0.2rem 0 0;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: rotate(45deg);
  width: 0.5rem;
}
a.book_202111_header_home:hover::before {
  border-right: solid 1px #ef0001;
  border-top: solid 1px #ef0001;
}
.book_202111 p,
.book_202111 article,
.book_202111 .book_index,
.book_202111 .about_jclp,
.book_202111 footer{
  font-size: 112.5%;
}
.book_202111 header {
  background: url("assets/images/lp/book_202111/bac_header.png") no-repeat;
  background-size: contain;
  color: initial;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.book_202111 .header_title {
  position: absolute;
  right: 10px;
  top: 40px;
}
.book_202111 .header_title h1 a {
  display: block;
  position: relative;
}
.book_202111 .header_title h1 + a {
  background: url("assets/images/lp/book_202111/assocbutt_or_buy.png") no-repeat;
  background-size: contain;
  display: block;
  height: 26px;
  margin: -20px 95px 0 auto;
  overflow: hidden;
  position: relative;
  text-indent: 120%;
  white-space: nowrap;
  width: 127px;
  z-index: 2;
}
.book_202111 .header_title h1 a:hover {
  filter: brightness(120%) invert(2%) grayscale(20%);
}
.book_202111 .header_title h1 + a:hover,
.book_202111 .footer_inner a:hover {
  opacity: 0.5;
}
.book_202111 .header_auther {
  font-weight: bolder;
  margin: 360px 0 0;
  padding: 0;
}
.book_202111 .header_auther span {
  color: #0467A1;
}
.book_202111 .header_auther span::after {
  border-right: solid 3px #1780BF;
  border-top: solid 3px #1780BF;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 5px;
  transform: rotate(45deg);
  vertical-align: 1px;
  width: 7px;
}
.book_202111 .header_inner .header_auther + p {
  border-top: solid thin #aaa;
  margin: 10px 0 0;
  padding: 10px 0 0;
  width: calc(100% - 500px);
}
.book_202111 .main {
  margin: 20px auto 0;
  max-width: 1000px;
  padding: 20px;
  width: 100%;
}
.book_202111 .main h2 {
  background: url("assets/images/lp/book_202111/bac_main_h2.png") no-repeat;
  background-size: contain;
  height: 50px;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}
.book_202111 .main .about_jclp h2 {
  background: none;
  height: initial;
  text-indent: 0;
  white-space: wrap;
}
.book_202111 .main article,
.book_202111 .main .book_index {
  background: #fff;
  padding: 30px 30px 50px;
  box-shadow: 0 8px 8px #ccc;
}
.book_202111 .main .section {
  background: #f7f7f7 url("assets/images/lp/book_202111/bac_main_section.png");
  border: solid thin #1780bf;
  border-radius: 20px;
  margin: 40px 0 0;
  padding: 30px 30px 10px;
}
.book_202111 .main b + .section {
  margin: 30px 0 0;
}
.book_202111 .main .section h3 {
  border-bottom: solid 2px #1780bf;
  color: #1780bf;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 900;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.book_202111 .main .section p {
  padding: 10px 30px;
}
.book_202111 .main .section h3 span {
  border-left: solid 5px #0467A1;
  display: inline-block;
  font-family: 'Shippori Mincho', serif;
  margin: 0 0 5px;
  padding: 0 0 2px 15px;
}
.book_202111 .main .book_index {
  border-top: solid thin #ccc;
  display: flex;
  justify-content: space-between;
}
/*
.book_202111 .main .book_index h3 {
  background: #fff url("assets/images/lp/book_202111/bac_book_index.png") no-repeat left 7px;
  background-size: 24px 24px;
  color: #0467A1;
  font-size: 125%;
  font-weight: bolder;
  padding: 0 0 0 32px;
  width: 80px;
}
*/
.book_202111 .main .book_index h3 {
  background: #fff url("assets/images/lp/book_202111/bac_book_index.png") no-repeat left 13px;
  background-size: 24px 24px;
  color: #0467A1;
  font-size: 125%;
  font-weight: bolder;
  padding: 4px 0 0 24px;
  width: 70px;
}
.book_202111 .main .book_index .wrap {
  width: calc(100% - 80px);
}
.book_202111 .main .book_index p {
  margin: 8px 0 0;
}
.book_202111 .main .book_index ul {
  border-left: solid 5px #0467A1;
  margin: 10px 0 0;
  padding: 0 0 0 8px;
}
.book_202111 .main .book_index li {
  border-bottom: dotted thin #ccc;
}
.book_202111 .main .book_index span {
  color: #1780bf;
  display: inline-block;
  font-weight: bolder;
  width: 90px;
}
.book_202111 .about_jclp {
  background: #fff url("assets/images/lp/book_202111/bac_about_jclp.png") no-repeat;
  background-size: 52px 52px;
  margin: 40px 0 20px;
  padding: 40px;
  box-shadow: 0 0 8px #ccc;
}
.book_202111 .about_jclp h2 {
  font-weight: bolder;
}
.book_202111 .about_jclp_inner {
  border-top: solid 2px #eee;
  margin: 20px 0 0;
  padding: 10px 0 0;
}
.book_202111 .about_jclp h3 {
  font-weight: bolder;
  margin: 0 0 10px;
}
.book_202111 .about_jclp_inner ul {
  display: flex;
  gap: 0 20px;
  padding: 0;
}
.book_202111 .about_jclp_inner li {
  width: calc((100% - 80px) / 5);
}
.book_202111 .about_jclp_inner img {
  height: auto;
  width: 100%;
}
.book_202111 .about_jclp_inner h4 {
  font-size: 16px;
}
.book_202111 .main .about_jclp_inner ul a,
.book_202111 .main .about_jclp_inner ul a:link,
.book_202111 .main .about_jclp_inner ul a:visited {
  color: initial;
  text-decoration: none;
}
.book_202111 .main .about_jclp_inner ul a:hover img {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.book_202111 footer {
  background: #231815;
  color: #ffffff;
  width: 100%;
}
.book_202111 .footer_inner {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 20px;
  width: 100%;
}
.book_202111 .footer_inner a {
  background: url("assets/images/lp/book_202111/bac_footer.png") no-repeat;
  background-size: cover;
  display: block;
  height: 111px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 191px;
}
.book_202111 .footer_inner p {
  font-size: 14px;
  width: calc(100% - 221px);
}

@media screen and (max-width:1000px) {
  .book_202111 header {
    background-size: 100% auto;
  }
  .book_202111 .header_title {
    right: 0;
    top: 20px;
    width: 400px;
  }
  .book_202111 .header_title h1 {
    margin: 0 auto;
    width: 400px;
  }
  .book_202111 .header_title h1 img {
    height: auto;
    width: 100%;
  }
  .book_202111 .header_auther {
    margin: 280px 0 0;
    font-size: 12px;
  }
  .book_202111 .header_inner p {
    width: calc(100% - 240px);
  }
  .book_202111 .header_inner .header_auther + p {
    width: calc(100% - 420px);
  }
  .book_202111 .header_inner br {
    display: none;
  }
  .book_202111 .main h2 {
    background-size: auto 50px;
  }
  .book_202111 .main article, .book_202111 .main .book_index {
    padding: 10px 10px 30px;
  }
  .book_202111 .main .section {
    padding: 20px 10px;
  }
  .book_202111 .main .section br {
    display: none;
  }
  .book_202111 .main .book_index {
    display: block;
  }
  .book_202111 .main .book_index h3,
  .book_202111 .main .book_index .wrap {
    width: 100%;
  }
  .book_202111 .main .book_index span {
    margin: 0 10px 0 0;
    width: auto;
  }
  .book_202111 .about_jclp h3 {
    margin: 0;
  }
  .book_202111 .about_jclp_inner ul {
    flex-wrap: wrap;
  }
  .book_202111 .about_jclp_inner li {
    margin: 20px 0 0;
    width: 160px;
  }
  .book_202111 .about_jclp_inner br {
    display: none;
  }
  .book_202111 .footer_inner {
    display: block;
  }
  .book_202111 .footer_inner h2 {
    margin: 0 auto;
  }
  .book_202111 .footer_inner p {
    margin: 20px 0 0;
    width: 100%;
  }
  .book_202111 .footer_inner br {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .home h1 + a + a {
    display: none;
  }
  .book_banner_sp {
    display: block;
    margin: 20px 0 0;
  }
  a.book_202111_header_home::before {
    display: none;
  }
  .book_202111 header {
    background-color: #aaa;
    background-size: auto 200px;
    color: #fff;
    padding: 0 20px 40px;
  }
  .book_202111 .header_title {
    right: 0;
    top: 220px;
    width: 100%;
  }
  .book_202111 .header_title h1 {
    margin: 0 auto;
    width: 300px;
  }
  .book_202111 .header_title h1 img {
    height: auto;
    width: 100%;
  }
  .book_202111 .header_title a {
    margin: -20px auto 0;
  }
  .book_202111 .header_auther {
    margin: 610px 0 0;
  }
  .book_202111 .header_inner p,
  .book_202111 .header_inner .header_auther + p {
    width: 100%;
  }
  .book_202111 .about_jclp h3 {
    margin: 0 0 10px;
  }
  .book_202111 .about_jclp_inner li {
    margin: 30px auto 0;
    max-width: 200px;
    width: 100%;
  }
}

/*-----------------------------------------------------------------------
  page-022. 加盟要件(.about/requirements)
-----------------------------------------------------------------------*/
.requirements header {
  background: url("assets/images/bac_about-accession_header.jpg") no-repeat center bottom;
  background-size: cover;
  height: 468px;
}
.requirements header:before {
  background: rgba(0,0,0,0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.requirements_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.requirements_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.requirements_header_title p {
  margin: 0.5rem 0 0;
}
.requirements_copy {
  background: #dddddd url("assets/images/bac_shade.png");
  background-size: 20px 20px;
  min-width: 320px;
  margin: 0 auto;
/*  max-width: 1400px;*/
  position: relative;
  width: 100%;
}
.requirements_copy b {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem;
  width: 100%;
}
.requirements h2 {
  font-size: 1.5rem;
  font-weight: normal;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.requirements h2:before {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.requirements h2 span {
  background: #de393d;
  color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  vertical-align: bottom;
  width: 30rem;
  z-index: 1;
}
.requirements h2 span:before {
  border: solid 82px transparent;
  border-right: solid 48px #f8f8f8;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.requirements_conditionsy {
  margin: 4rem 0;
}
.requirements_conditions p {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 0 0 1rem;
  width: 100%;
}
.requirements_conditions p:first-letter {
  margin: 0 0 0 -1rem;
}
.requirements_conditions p.note {
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 4rem;
  width: 100%;
}
.requirements_conditions ol {
  counter-reset: num;
  min-width: 320px;
  margin: 1rem auto 0;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.requirements_conditions li {
  background: #ffffff;
  margin: 1rem 0 0;
  padding: 1rem 1rem 1rem 3.5rem;
  position:relative;
}
.requirements_conditions li:before {
  counter-increment: num;
  content: counter(num);
  color: #de393d;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  left: -0.5rem;
  margin: 0 2rem;
  position: absolute;
  top: 0.35rem;
  vertical-align: middle;
}
.requirements_conditions a.faq_link,
.requirements_conditions a.faq_link:link,
.requirements_conditions a.faq_link:visited,
.requirements_conditions a.inquiry_link,
.requirements_conditions a.inquiry_link:link,
.requirements_conditions a.inquiry_link:visited {
  background: #de393d;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  height: 3rem;
  line-height: 3rem;
  margin: 4rem auto 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 18rem;
}
.requirements_conditions a.faq_link,
.requirements_conditions a.faq_link:link,
.requirements_conditions a.faq_link:visited {
  margin: 0 auto 2rem;
}
.requirements_conditions a.faq_link:hover,
.requirements_conditions a.faq_link:active,
.requirements_conditions a.faq_link:focus,
.requirements_conditions a.inquiry_link:hover,
.requirements_conditions a.inquiry_link:active,
.requirements_conditions a.inquiry_link:focus {
  background: #f36d70;
  transition: all 0.2s linear;
}
.requirements_conditions a.faq_link:before,
.requirements_conditions a.faq_link:link:before,
.requirements_conditions a.faq_link:visited:before,
.requirements_conditions a.inquiry_link:before,
.requirements_conditions a.inquiry_link:link:before,
.requirements_conditions a.inquiry_link:visited:before {
  border: solid 4px transparent;
  border-left: solid 6px #ffffff;
  content: "";
  display: block;
  left: 1rem;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear;
  width: 0;
}
.requirements_conditions a.faq_link:hover:before,
.requirements_conditions a.faq_link:active:before,
.requirements_conditions a.faq_link:focus:before {
  left: calc(100% - 1rem - 6px);
  transition: all 0.25s linear;
}

/*-----------------------------------------------------------------------
  page-404. 該当なし
-----------------------------------------------------------------------*/
.no_contents {
  margin: 0 auto 4rem;
  max-width: 68rem;
  min-width: 18rem;
  padding: 0 2rem;
  width: 100%;
}
.no_contents p {
  margin: 0 0 2rem;
}
.no_contents a,
.no_contents a:link,
.no_contents a:visited {
  color: #fef263;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.no_contents a:hover {
  color: #de393d;
  outline: none;
  text-decoration: underline;
  transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------
  page-999. 修正
-----------------------------------------------------------------------*/
.about_header_title h1 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}

/*--------------------- 共通 */ 
/*max-width変更*/
header {
    max-width:100%;
}
.footer_inquiry {
    max-width:100%;
}

/*--------------------- top */ 
/*KV height変更*/
/*
.home header {
    background-size: cover;
    background-position:center center;
    height: 860px;
}
*/
/*背景画像削除*/
.home_info-graphic {
    background: url();
}
/*背景色削除*/
.home_news > div:first-child {
    background-color: #e8e8e8;
}
/*コンテンツ幅変更*/
/*
.home .main {
  max-width:100% !important;
}
*/

/*--------------------- about */ 
.about_copy {
    max-width:100%;
}
/*h2 height変更*/
/*
.jclp h2 span {
    height: 20px;
    line-height: 20px;
}
*/
.jclp h2 span {
    background: #de393d;
    width: 30rem;
}
.jclp h3 + div {
    width: 1200px;
    margin: auto;
}
/*
.jclp h2:before {
    background: #f8f8f8;
}
*/

/*--------------------- form 全般 */
.form li {
  border-bottom: dotted 1px #cccccc;
  padding: 0 0 0.2rem;
  margin: 0 0 0.2rem;
}
.form li.no_border {
  border-bottom: none;
}
.form li label {
  display: inline-block;
  margin: 0 1rem 0 0;
  width: 12rem !important;
}
.form li input + label {
  display: inline-block;
  margin: 0 1rem 0 0;
  width: 90% !important;
}
.form li input[type="text"],
.form li textarea,
.form li select {
  width: calc(100% - 13rem) !important;
}
/* 印刷用 */
@media print {
  body {
    background: transparent;
  }
  .lp_accession_r header,
  .lp_accession_r h2,
  .lp_accession header,
  .lp_accession h2,
  .note_required,
  .lp_accession_r form p:nth-last-of-type(1),
  .lp_accession_r footer,
  .lp_accession form p:nth-last-of-type(1),
  .lp_accession footer {
    display: none;
  }
  .lp_accession_r h2 + div,
  .lp_accession h2 + div {
    background: transparent;
    padding: 4rem 0;
  }
  .lp_accession_r h2 + div:before,
  .lp_accession h2 + div:before {
    display: block;
  }
  .lp_accession_r,
  .lp_accession {
    font-size: 0.75rem;
  }
  .lp_accession_r form p,
  .lp_accession form p {
    padding: 0.5rem 0;
  }
  .lp_accession_r form li:first-child,
  .lp_accession form li:first-child {
    position: relative;
  }
  .lp_accession_r form li:first-child:after,
  .lp_accession form li:first-child:after {
    border: solid thin #aaaaaa;
    content: "御社判";
    display: inline-block;
    font-size: 0.625rem;
    padding: 3px 6px;
    position: absolute;
    right: 3rem;
    top: -0.25rem;
  }
  .lp_accession_r form p:nth-of-type(5),
  .lp_accession_r form p:nth-of-type(6),
  .lp_accession_r form p:nth-of-type(7),
  .lp_accession form p:nth-of-type(5),
  .lp_accession form p:nth-of-type(6),
  .lp_accession form p:nth-of-type(7) {
    display: inline-block;
  }
  .lp_accession_r form p:nth-of-type(7),
  .lp_accession form p:nth-of-type(7) {
    max-width: 100%;
  }
  .lp_accession_r form p:nth-of-type(11),
  .lp_accession_r form p:nth-of-type(12),
  .lp_accession_r form p:nth-of-type(13),
  .lp_accession_r form p:nth-of-type(14),
  .lp_accession form p:nth-of-type(11),
  .lp_accession form p:nth-of-type(12),
  .lp_accession form p:nth-of-type(13),
  .lp_accession form p:nth-of-type(14)  {
    display: inline-block;
    width: calc((100% / 2) - 6px);
  }
  .check_note i {
    display: none;
    padding: 0.5rem;
  }
  .lp_accession_r input[type="text"],
  .lp_accession_r textarea,
  .lp_accession input[type="text"],
  .lp_accession textarea {
    border: none;
  }
  .lp_accession_r select,
  .lp_accession select {
    border: none;
  }
  .lp_accession_r .accession_submit,
  .lp_accession .accession_submit {
    display: none;
  }
  .formError .formErrorContent,
  .formError .formErrorArrow {
    display: none;
  }
}
.post-password-form {
  padding: 2rem;
}
.post-password-form label {
  display: block;
  margin: 0 0 1rem;
}

/*--------------------- common page (template-fixedpage.php) */
.page-template-template-fixedpage header {
  background: url("assets/images/bac_organization_header.jpg") no-repeat center top;
  background-size: cover;
  height: 468px;
  position: relative;
  z-index: 3;
}
.page-template-template-fixedpage header:before {
  background: rgba(0,0,0,0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.common_page_header_title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.common_page_header_title h1 {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 900;
}
.common_page_header_title p {
  margin: 0.5rem 0 0;
}
.common_page > div {
  background: #fff;
  margin: 0 auto;
  max-width: 64rem;
  padding: 0 2rem 4rem;
  width: 100%;
}
.common_page h2 {
  background: #de393d;
  color: #fff;
  max-width: 40rem;
  margin: 4rem -2rem 2rem;
  padding: 1rem 2rem;
  position: relative;
  width: 100%;
}
.common_page h2:before {
  border: solid 82px transparent;
  border-right: solid 48px #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  z-index: 2;
}
.common_page h2:after {
  background: #de393d;
  content: "";
  display: block;
  height: 100%;
  left: -70%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 1;
}
.common_page > div > h2:first-child {
  margin: 0 -2rem 2rem;
}
@media screen and (max-width:640px) {
  .common_page_header_title h1 {
    font-size: 1.75rem;
  }
  .common_page h2 {
    font-size: 1.5rem;
    margin: 4rem 0 2rem;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .common_page h2:before {
    background: #de393d;
    border: none;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -2rem;
    width: 50%;
    z-index: -1;
  }
  .common_page h2:after {
    left: -2rem;
    width: 50%;
    z-index: -1;
  }
  .common_page > div > h2:first-child {
    margin: 0 0 2rem;
  }
}
.common_page h3 {
  margin: 2rem 0 1rem;
}
.common_page p {
  margin: 1rem 0;
}
.common_page img {
  display: block;
  margin: 1rem auto;
}