﻿@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/**********************************************

	basic_style_forSP.css

**********************************************/
/* 文字折り返し設定 */
* {
	word-wrap : break-word;
	overflow-wrap : break-word;
}
/*--------------------------------------------

	デフォルト設定

---------------------------------------------*/
/* html */
html {
	height:100%;
}
/* body */
body {
	width: 100%;
	font-family: "Poppins","Noto Sans JP","Helvetica","Arial","Doroid Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	color: #000000;
	height: auto;
	-webkit-text-size-adjust: 100% !important;
	line-height: 1.8;
}
input,textarea,select {
	font-family: "Poppins","Noto Sans JP","Helvetica","Arial","Doroid Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	color: #000000;
}
figure {
	margin:0;
}
picture,
video,
canvas,
svg {
    margin: 0;
    padding: 0;
    display: block;
	line-height: 1;
}
/* TOP背景設定 */
h1 {
	font-size: 1.45rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.125rem;
}
small {
	font-size: 12px;
}

/* .dev01 PCレイアウトは非表示 */
.dev01 {
	display: none !important;
}
/* リンク */
a {
	color: #222;
	text-decoration: none;
	vertical-align: bottom;
}
/* clearfix設定 */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

label {
    font-weight: normal!important;
    margin-bottom: 0;
    max-width: 100%;
}
input[type="radio"].radio {
	min-height: 0;
	display: inline-block;
}
/*--------------------------------------------

	共通

---------------------------------------------*/
.pc-only {
  display: none;
}

.wrapper {
  padding-top: 90px;
}
/*--------------------------------------------

	レイアウト（旧css）

---------------------------------------------*/
/**** フレーム ****/
/* 外 */
.outer-frame {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
/* 内	1000px固定値 */
.inner-frame {
	min-width: 320px;
	margin-left: 20px;
	margin-right: 20px;
}

/**** カラムデザイン ****/
/* 2カラム	左メイン */
.layout-2clm-left {
}
.layout-2clm-left .main-clm,
.layout-2clm-left .main-clm2,
.layout-2clm-left .main-clm-350,
.layout-2clm-left .main-clm-400,
.layout-2clm-left .main-clm-450,
.layout-2clm-left .main-clm-500,
.layout-2clm-left .main-clm-550,
.layout-2clm-left .main-clm-600,
.layout-2clm-left .main-clm-650,
.layout-2clm-left .main-clm-700,
.layout-2clm-left .main-clm-750,
.layout-2clm-right .sub-clm,
.layout-2clm-right .sub-clm-150,
.layout-2clm-right .sub-clm-150,
.layout-2clm-right .sub-clm-200,
.layout-2clm-right .sub-clm-250,
.layout-2clm-right .sub-clm-300,
.layout-2clm-right .sub-clm-350,
.layout-2clm-right .sub-clm-400,
.layout-2clm-right .sub-clm-450,
.layout-2clm-right .sub-clm-500 {
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.layout-2clm-left .sub-clm {
}
.layout-2clm-left.layout-2clm-pdnone-sp .main-clm,
.layout-2clm-left.layout-2clm-pdnone-sp .main-clm2 {
	padding: 0 !important;
}

/* ヒーロービジュアル配置レイアウト */
.layout-herovisual {
	border: 1px solid #0d146c;
	margin: 0 -10px;
}
.layout-herovisual .herovisual-clm {
	border-bottom: 1px solid #0d146c;
}
.layout-herovisual .herovisual-clm img {
	display: block;
	width: 100%;
}
.layout-herovisual .president-clm {
	border-bottom: 1px solid #0d146c;
}
.layout-herovisual .president-clm img {
	display: block;
	width: 100%;
}
.layout-herovisual .caption-clm {
	padding: 10px;
}
.layout-herovisual .caption-clm p {
	font-weight: bold;
	font-size: 16px !important;
	text-align: center;
}
/* 2lm	文章メイン、画像左 */
.layout-2clm-left-images .left-clm{
	text-align: center;
	margin-bottom: 20px;
}
.layout-2clm-left-images .right-clm{
}
/**** リストレイアウト ****/
/* 半分 */
ul.listlayout-half {
}
ul.listlayout-half li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 1/4 */
ul.listlayout-half li ul.listlayout-half-child {
}
ul.listlayout-half li ul.listlayout-half-child li {
	float: none;
	width: 100%;
	height: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 4clmボックスリスト */
ul.listlayout-4clm {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-4clm li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

ul.listlayout-4clm li:first-child{
	margin-left: 0;
}

/*--------------------------------------------

    レイアウト（新css）

---------------------------------------------*/
/*--------------------- テキスト（見出しなど） ---------------------*/
.display-01 {
    font-size: 78px;
    line-height: 120%;
    font-weight: 600;
}
.display-02 {
    font-size: 60px;
    line-height: 120%;
    font-weight: 600;
}
.display-03 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 600;
}
.heading-01 {
    font-size: 40px;
    line-height: 150%;
    font-weight: 600;
}
.heading-02 {
    font-size: 32px;
    line-height: 150%;
    font-weight: 600;
}
.heading-03 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 600;
}
.heading-04 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
}
.heading-05 {
    font-size: 15px;
    line-height: 150%;
    font-weight: 600;
}
.body-01 {
    font-size: 16px;
    line-height: 180%;
    font-weight: Regular;
}
.body-02 {
    font-size: 14px;
    line-height: 180%;
    font-weight: Regular;
}
.body-03 {
    font-size: 12px;
    line-height: 180%;
    font-weight: Regular;
}
.ui-01 {
    font-size: 24px;
    line-height: 130%;
    font-weight: Regular;
}
.ui-02 {
    font-size: 11px;
    line-height: 130%;
    font-weight: 600;
}
.caption-01 {
    font-size: 14px;
    line-height: 130%;
    font-weight: Regular;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
	text-align: right;
}
.text-color-white {
  color: #fff;
}
.display-01_res {
    font-size: 54px;
    line-height: 150%;
    font-weight: 600;
}
.is-ttl h2 {
  font-size: 15px;
}
.title-wrap {
  display: flex;
  align-items: center;
	justify-content: space-between;
}
.title-wrap > * {
    margin-bottom: 0;
}
.title-wrap .more-btn {
  margin-top: 0;
}
.title-wrap .more-btn span {
  padding: 0 15px;
}

/*--------------------- 隙間 ---------------------*/
/* margin-top */
.mgt-spacing-0 {margin-top:8px}
.mgt-spacing-0_5 {margin-top:12px}
.mgt-spacing-1_0 {margin-top:16px}
.mgt-spacing-2_0 {margin-top:20px}
.mgt-spacing-2_5 {margin-top:36px}
.mgt-spacing-3_0 {margin-top:48px}
.mgt-spacing-3_5 {margin-top:60px}
/* margin-bottom */
.mgb-spacing-0 {margin-bottom:8px}
.mgb-spacing-0_5 {margin-bottom:12px}
.mgb-spacing-1_0 {margin-bottom:16px}
.mgb-spacing-2_0 {margin-bottom:20px}
.mgb-spacing-2_5 {margin-bottom:36px}
.mgb-spacing-3_0 {margin-bottom:48px}
.mgb-spacing-3_5 {margin-bottom:60px}
.mgb-spacing-3_5_sp {margin-bottom:60px}

/* padding-top */
.pdt-spacing-0 {padding-top:8px}
.pdt-spacing-0_5 {padding-top:12px}
.pdt-spacing-1_0 {padding-top:16px}
.pdt-spacing-2_0 {padding-top:20px}
.pdt-spacing-2_5 {padding-top:36px}
.pdt-spacing-3_0 {padding-top:48px}
.pdt-spacing-3_5 {padding-top:60px}
/* padding-bottom */
.pdb-spacing-0 {padding-bottom:8px}
.pdb-spacing-0_5 {padding-bottom:12px}
.pdb-spacing-1_0 {padding-bottom:16px}
.pdb-spacing-2_0 {padding-bottom:20px}
.pdb-spacing-2_5 {padding-bottom:36px}
.pdb-spacing-3_0 {padding-bottom:48px}
.pdb-spacing-3_5 {padding-bottom:60px}

/*--------------------- Molecules ---------------------*/
/* ---- more-btn ---- */
.more-btn {
	margin: 25px 0 0;
}
.more-btn.mgt-spacing-none {
margin-top: 0;
}
.more-btn.left-auto {
  margin-left: auto;
}
.more-btn a {
	background-color: white;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	text-align: center;
	font-weight: 400;
	transition: .2s all;
	padding: 6px 20px;
}
.more-btn.btn-radius a {
	padding: 15px 55px;
	border-radius: 20px;
}
.more-btn a:hover {
	text-decoration: none;
}
.more-btn .inner {
	border: solid 2px #FFF;
	display: inline-block;
	padding: 6px 20px;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.more-btn.btn-radius .inner {
	padding: 13px 53px;
	border-radius: 18px;
}

/* more-btn：黒 */
.more-btn.btn-bk a {
	background-color: #222;
	color: white;
}
.more-btn.btn-bk a:hover {
	background-color: #91999F;
	color: white;
}
/* more-btn：白 */
.more-btn.btn-wh a {
	background-color: white;
}
.more-btn.btn-wh a:hover {
	background-color: #91999F;
}
/* more-btn：グレー */
.more-btn.btn-gr a {
	background-color: #ECEFF1;
}
.more-btn.btn-gr a:hover {
	background-color: #91999F;
	color: white;
}
/* more-btn：白黒 */
.more-btn.btn-wh-bk a {
	background-color: white;
}
.more-btn.btn-wh-bk a:hover {
	background-color: #222;
	color: white;
}
/* more-btn：グレー青 */
.more-btn.btn-gr-blw a {
	background-color: #F5F7F6;
}
.more-btn.btn-gr-blw a:hover {
	background-color: #005EC4;
	color: white;
}
/* more-btn：ブルー */
.more-btn.btn-blw a {
	background-color: #005EC4;
	color: white;
}
.more-btn.btn-blw a:hover {
	background-color: #003082;
}
/* more-btn：黒線 */
.more-btn.btn-brbk a {
	width: 100%;
	border: solid 1px #222;
	padding: 0;
}
.more-btn.btn-brbk a:hover .inner {
	text-decoration: none;
	/*border-color: #222;*/
	text-decoration: none;
}
/* more-btn：青線 */
.more-btn.btn-brblw a {
	color: #003082;
	border: 1px solid #eceff1;
	padding: 0;
}
.more-btn.btn-brblw a:hover .inner {
	text-decoration: none;
	border-color: #005EC4;
	text-decoration: none;
}
/* btn: 矢印 */
.btn-arrowr a {
    position: relative;
    font-size: 14px;
}
.btn-arrowr a::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(45deg) translate(0, -50%);
}
.btn-arrowr.btn-blw a::after,
.btn-arrowr.link-arrowl a::after  {
    border-color: #fff;
}
/* btn: アイコン(MAP) */
.btn-map a {
    position: relative;
}
.btn-map a::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 50%;
		margin-top: -1px;
    width: 14px;
    height: 20px;
    background: url(../img/common/icon_map.png) no-repeat center;
    background-size: contain;
    transform: translate(0, -50%);
}

/* btn-wrap */
* > .btn-wrap {
	margin-top: 30px;
}
.btn-wrap.center {
    justify-content: center;
}
.btn-wrap > div {
    margin: 10px 0;
}

.btn-wrap > div:first-child {
    margin-top: 0;
}

.btn-wrap > div:last-child {
    margin-bottom: 0;
}

/* link: 矢印 */
.link-arrowl {
	position: relative;
	padding: 20px 0 20px 50px;
}
.link-arrowl::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	transform: rotate(45deg) translate(0, -50%);
}


/* table */
.block-table-content-wrap {
	overflow-x: scroll;
}
.block-table-content tr>* {
    padding: 10px;
}
.block-table-content .table-top>* {
    background-color: #91999F;
    color: white;
}
.block-table-content .table-top>*:not(:last-child) {
    border-right: 1px solid white;
}
.block-table-content .table-secondly>* {
    background-color: white;
    border: 1px solid #ECEFF1;
}
.block-table-content .table-secondly>*:not(:last-child) {
    border-right: 0;
}
.block-table-content .table-secondly th {
    background-color: #ECEFF1;
}

/*--------------------- Columns Layout: common ---------------------*/
.layout-columns {
    margin-top: 20px;
    margin-bottom: 60px;
}
.layout-columns .caption-01 {
    margin-top: 30px;
}
.layout-columns .column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

/* Columns Layout: For Texts */
.layout-columns.column-for-text {
  margin-left: 20px;
  margin-right: 20px
}

.column-for-text {
  margin-top: 20px;
  margin-bottom: 60px;
}

.column-for-text li {
    margin: 15px auto;
}

/* Columns Layout: 2 Column / Columns Layout: 3 Column / Columns Layout: 4 Column */
.layout-columns [class^="layout-"][class$="-list"] > li:not(:last-child) {
  margin-bottom: 50px;
}

/* Image block */
.img-block img {
  width: 100%;
}
/* Columns Layout: Options */
.align-items-center {
  align-items: center;
}
.bg-gray {
  padding: 60px 0;
  background: #ECEFF1;
}

/* bg-image-layout */
.bg-image-layout {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.bg-image-layout.big-banner {
  aspect-ratio: 335 / 535;
}
.bg-image-layout .img-block {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-image-layout .img-block img {
  vertical-align: bottom;
}
.bg-image-layout .content-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.bg-image-layout.content-dark {
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.5) 100%);
}
.bg-image-layout .content-block p {
  word-break: break-all;
  text-align: left;
}
/*--------------------------------------------

	共通構成パーツ

---------------------------------------------*/
/* 固定範囲指定 */
.wrapper-headernavigation {
	position: relative;
	z-index: 100;
}
/* パンくず */
.breadclumb ul {
    padding: 0 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
.breadclumb ul li {
    display: inline-block;
    font-size: 12px;
}
.breadclumb ul li:not(:last-child):after {
    content: "/";
    padding-left: 15px;
    margin-right: 10px;
}
.breadclumb ul li a {
    color: black;
}
/*--------------------------------------------
	ヘッダー
---------------------------------------------*/
.pane-header {
  background-color: white;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.pane-header a {
  color: #222222;
}
.pane-header a:hover + .block-menu-inner {
  display: block;
}
.pane-header .inner-frame-w {
  align-items: center;
  display: flex;
  padding: 20px;
}
.pane-header .block-logo {
  /* height: 20px; */
	height: 50px;
  margin: auto;
  /* width: 20vw; */
	width: 30vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-inner.header-right {
    margin-left: auto;
}
.pane-header .block-logo img {
  max-height: 100%;
	width: 100%;
}
.pane-header .btn-search {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
}
.pane-header .btn-search.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

/*検索*/

.pane-header .mf_finder_searchBox_query_wrap {
  position: relative;
}
.pane-header .mf_finder_searchBox_suggest_items a {
	color: white;
}
.pane-header .mf_finder_searchBox_items>div input {
  -webkit-appearance:none;
  border: 1px solid transparent;
  background: #fff url(../img/ico_search_bk.svg) center right 9px no-repeat;
  border-radius: 50vh;
  border: 1px solid #BBBEC3;
  width: 100%;
  padding: 7px 39px 7px 20px;
  color: #222;
  background-color: #fff;
  box-sizing: border-box;
}
.pane-header .mf_finder_searchBox_items>div input::placeholder {
  color: #BBBEC3;
}
.pane-header .mf_finder_searchBox_items>button {
  position: absolute;
  background: transparent url(../../img/ico_search_bk.svg) center / 100% 100% no-repeat;
  top: 0;
  right: 12.5px;
  bottom: 0;
  margin: auto;
  width: 17.5px;
  height: 17.5px;
  border: none;
}
.pane-header .mf_finder_searchBox_items>button::before {
  display: none;
}

.pane-header .js-menu-btn {
  display: flex;
  flex-wrap: wrap;
  height: 30px;
  margin-right: auto;
  width: 30px;
}
.pane-header .js-menu-btn span {
  background-color: #000000;
  border-radius: 100px;
  display: inline-block;
  height: 2px;
  margin: auto;
  transition: 0.2s all;
  width: 100%;
}
.pane-header .js-menu-btn.is-active span:nth-child(1) {
  opacity: 0;
}
.pane-header .js-menu-btn.is-active span:nth-child(2) {
  transform: translateY(1px) rotate(-45deg);
}
.pane-header .js-menu-btn.is-active span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
.pane-header .header-menu {
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    height: calc(100vh - 70px);
    box-sizing: border-box;
    padding: 75px 20px 30px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
    padding-bottom: 80px;
}
.pane-header .header-menu.is-active {
	opacity: 1;
	visibility: visible;
}
.pane-header .header-menu.is-slide-hide {
	transform: translateX(-100%);
}
.pane-header .header-menu ul li {
    margin-bottom: 30px
}
.pane-header .header-menu ul a {
    display: block;
    padding: 15px 60px 15px 0;
    position: relative;
}
.pane-header .header-menu ul a::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px #232323 solid;
    border-top: 2px #232323 solid;
    transform: rotate(45deg);
}
.pane-header .btn-lang-change {
  position: relative;
  margin-left: auto;
}
.pane-header .btn-lang-change .selected-lang {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding: 7px 10px;
  text-align: center;
}
.pane-header .btn-lang-change.is-display .selected-lang {
  background-color: #222;
  border-radius: 9px;
  color: #fff;
}
.pane-header .btn-lang-change .list-select-lang {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  display: none;
  transition: .5s;
  background: #FAFAFA;
  box-shadow: 0px 30px 60px rgba(32, 56, 85, 0.15);
  border-radius: 16px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.pane-header .btn-lang-change .list-select-lang li:not(:last-child) {
  margin-bottom: 15px;
}
.pane-header .btn-lang-change .list-select-lang a {
  display: block;
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 9px;
  text-align: center;
}
.pane-header .btn-lang-change .list-select-lang a:hover {
  text-decoration: none;
  background-color: #222;
  color: #fff;
}
/*--------------------------------------------
	ナビゲーション
---------------------------------------------*/
.block-menu-inner {
  background-color: white;
  display: none;
  left: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100vh - 70px);
  box-sizing: border-box;
  padding: 20px 20px 50px;
  overflow-y: scroll;
}
.block-menu-inner.is-active {
    display: block;
}
.pane-header .block-menu-inner .inner-frame-w {
	display: block;
	padding: 0;
}
.block-menu-inner a {
  color: #222222;
}
.block-menu-inner .cate-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.block-menu-inner .more-btn {
  margin: 25px 0 0;
}
.block-menu-inner .more-btn a {
  border: 2px solid #222222;
  border-radius: 9px;
  box-sizing: border-box;
  display: block;
  padding: 15px 35px 15px 15px;
  position: relative;
  text-align: center;
  width: 95%;
}
.block-menu-inner .more-btn a::before {
  background: #222222;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  width: 15px;
}
.block-menu-inner .more-btn a::after {
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.block-menu-inner .is-ttl {
  /* font-weight: 700; */
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}
.block-menu-inner .is-ttl::before {
  background: #222222;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 32px;
}
.block-menu-inner .menu-inner-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.block-menu-inner .menu-inner-list ul li a {
  display: block;
  padding: 15px 60px 15px 0;
  position: relative;
}
.block-menu-inner .menu-inner-list ul li a::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px #232323 solid;
    border-top: 2px #232323 solid;
    transform: rotate(45deg);
}
.block-menu-inner .menu-inner-list .img-block {
  margin: 0 0 25px;
  text-align: center;
}
.block-menu-inner .menu-inner-list .is-read {
  font-size: 10px;
  font-weight: 700;
}
.block-menu-inner .menu-inner-list .is-read a {
  display: inline-block;
  margin-top: 15px;
}
/*--------------------------------------------
	フッター
---------------------------------------------*/
.pane-footer {
  background-color: white;
  padding: 30px 0;
}
.pane-footer a {
  color: #222222;
}
.pane-footer .block-footer-logo {
  text-align: center;
}
.pane-footer .block-footer-menu {
  margin: 60px 30px 0;
}
.pane-footer .block-footer-menu ul li {
  margin-bottom: 20px;
  text-align: center;
}
.pane-footer .block-footer-menu ul li:last-child {
  margin-bottom: 0;
}
.pane-footer .block-footer-menu ul li a {
  font-size: 12px;
  font-weight: 700;
}
.pane-footer .block-copyright {
  font-size: 10px;
  font-weight: 400;
  margin: 30px 30px 0;
  text-align: center;
}

/*--------------------------------------------

	タイトルパーツ

---------------------------------------------*/
/* コンテンツタイトル	TOP：メインコンテンツリンク */
h2.title-2-boldblack {
	font-size: 14px;
	color: #000000;
	line-height: 1.6em;
}
.sp-fs-19{
	font-size:19px !important;
}
/* TOPページ「ニュース」のみレイヤー操作 */
h2.title-2-boldblack.type-topnews {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 20;
/*	background: rgba(255,255,255,0.7);*/
}

/* 汎用タイトルパーツ	h2	背景グレー	borderネイビー */
h2.title-2-navybar-bggray {
	background: #f7f7f7;
	font-size: 18px;
	font-weight:bold;
	/* /* border-left: 10px solid #0d146c; */
	padding: 10px;
	min-height: 20px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.title-2-navybar-bggray-right {
	 float:right;
	 font-weight:normal;
	 font-size:14px;
	 padding-right:10px;
}
/* 汎用タイトルパーツ h3	背景グレー	borderネイビー*/
h3.title-3-navybar-bggray {
	background: #f7f7f7;
	font-size: 14px;
	/* border-left: 10px solid #0d146c; */
	line-height: 20px;
	padding: 10px;
	margin-bottom: 10px;
}
/* 汎用タイトルパーツ h3 borderネイビー（小） */
h3.title-3-navybar-short {
	border-left: 5px solid #0D146C;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* 汎用タイトルパーツ h3	株主・投資家情報：IRイベント情報タイトル */
h3.title-3-boldblack {
	font-size: 14px;
	margin-bottom: 15px;
}
/*--------------------------------------------
	ページ専用ヘッダー
---------------------------------------------*/
.only-menu-top {
  margin-bottom: 25px;
  margin-top: 17px;
}
.only-menu-top .is-ttl {
  align-items: center;
  display: flex;
  /* margin: 0 20px; */
}
.only-menu-top .is-ttl > * {
    font-size: 15px;
}
.only-menu-top .js-only-menu-btn {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: auto;
}
.only-menu-top .js-only-menu-btn .js-menu-ico {
  display: flex;
  flex-wrap: wrap;
  /* height: 30px;
  margin-right: 10px;
  width: 30px; */
  background: url(../../img/icon_nav.png) no-repeat center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  border: 3px solid transparent;
}
.only-menu-top .js-only-menu-btn .js-menu-ico span {
  /* background-color: #8c979e;
  border-radius: 100px;
  display: inline-block;
  height: 1px;
  margin: auto;
  transition: 0.2s all;
  width: 100%; */
}
.only-menu-top .js-only-menu-btn .js-menu-txt {
  /* display: inline-block; */
  display: none;
}
.only-menu-top .js-only-menu-btn.is-active .js-menu-ico {
  border-radius: 5px;
  border: 3px solid #000;
  /* background-color: #8c979e;
  border-radius: 5px;
  padding: 5px; */
}
/* .only-menu-top .js-only-menu-btn.is-active .js-menu-ico span {
  background-color: white;
}
.only-menu-top .js-only-menu-btn.is-active .js-menu-ico span:nth-child(1) {
  opacity: 0;
}
.only-menu-top .js-only-menu-btn.is-active .js-menu-ico span:nth-child(2) {
  transform: translateY(1px) rotate(-45deg);
}
.only-menu-top .js-only-menu-btn.is-active .js-menu-ico span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
} */
.only-menu-top .page-only-menu {
  display: none;
  margin-top: 15px;
}

.only-menu-bottom {
  margin-top: 40px;
}

.page-only-menu {
  margin-left: 20px;
  margin-right: 20px;
}
.page-only-menu ul {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 5px;
}
.page-only-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-only-menu ul li a {
  align-items: center;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-only-menu ul li a > * {
  display: inline-block;
  margin: 0 auto 0 0;
  text-align: center;
  width: calc(100% - 40px);
}
.page-only-menu ul li a::before {
  background: #222222;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  transition: 0.2s all;
  width: 15px;
}
.page-only-menu ul li a::after {
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  transform: rotate(45deg);
  transition: 0.2s all;
  width: 10px;
}

/* Local-Navigation */
.local-nav {
  margin: 100px 20px;
}
.local-nav ul {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 5px;
}
.local-nav ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.local-nav ul > li a,
.local-nav ul > li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  width: 100%;
}
.local-nav ul > li .display-page {
  background-color: #222;
  color: #fff;
}
.local-nav ul > li a:not(.display-page)::before {
  background: #222222;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  transition: 0.2s all;
  width: 15px;
}
.local-nav ul > li a:not(.display-page)::after {
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  transform: rotate(45deg);
  transition: 0.2s all;
  width: 10px;
}

/* horizontal-nav */
.horizontal-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.horizontal-nav ul li {
    margin-bottom: 12px;
    width: calc((100% - 20px * 2) / 3);
}
.horizontal-nav ul li:not(:nth-child(3n)) {
    margin-right: 20px;
}
.horizontal-nav ul > li a,
.horizontal-nav ul > li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECEFF1;
    border-radius: 6px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 10px;
}
.horizontal-nav ul > li .display-page {
    background-color: #4285f4;
    color: #fff;
}
.horizontal-nav ul > li a:hover {
    background-color: #4285f4;
    color: white;
    text-decoration: none;
}

/*--------------------------------------------
	リンクボタン
---------------------------------------------*/
.cm-more-btnlink {
  text-align: center;
}
.cm-more-btnlink a {
  border: 2px solid #222222;
  border-radius: 9px;
  display: inline-block;
  max-width: 260px;
  padding: 15px 10px;
  position: relative;
  width: 90%;
}
.cm-more-btnlink a::before {
  background: #222222;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  transition: 0.2s all;
  width: 15px;
}
.cm-more-btnlink a::after {
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: 0;
  transform: rotate(45deg);
  transition: 0.2s all;
  width: 10px;
}
.cm-more-btnlink a:hover::before, .cm-more-btnlink a:hover::after {
  right: 2%;
}
.cm-more-btnlink.is-white a {
  border-color: white;
  color: white;
}
.cm-more-btnlink.is-white a::before {
  background: white;
}
.cm-more-btnlink.is-white a::after {
  border-color: white;
}
/*--------------------------------------------

	TOPページ

---------------------------------------------*/
/* メインビジュアル */
#mainvisual {
	position: relative;
	margin: 0;
	background: #ffffff;
	border: none;
	border-radius: 0 !important;
	border-bottom: 1px solid #808080;
}
/* 各ビジュアル包括 */
.wrapper-mainvisual-item {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 250px;
	padding: 78.125% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* ビジュアル比率保持 */
.wrapper-mainvisual-item .wrapper-fiximg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 250px;
}
.wrapper-mainvisual-item .wrapper-fiximg img {
	width: 100%;
	min-width: 320px;
}
/* リンク表記エリア */
.wrapper-mainvisual-item .outer-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 250px;
	top: 0;
	left: 0;
}
.wrapper-mainvisual-item .outer-frame .inner-frame {
	position: relative;
	height: 100%;
	min-height: 250px;
}
.wrapper-mainvisual-link {
	position: absolute;
	width: 130px;
	left: 10px;
	bottom: 50px;
}
.wrapper-mainvisual-link p:after {
	content: url("/cms/cwc/img/icon_mvarrow_sp.png");
	margin-left: 8px;
}
.wrapper-mainvisual-link.window p:after {
	content: url("/cms/cwc/img/icon_window_sp.png");
	margin-left: 8px;
}
.wrapper-mainvisual-link.window-black p {
	color:#000000;
}
.wrapper-mainvisual-link.window-black p:after {
	content: url("/cms/cwc/img/icon_window-black_sp.png");
	margin-left: 8px;
}
a .wrapper-mainvisual-link {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.2em;
}
/* サムネイルサークル */
.flex-control-nav {
	bottom: 10px;
	z-index: 10;
}
.flex-control-nav li {
	margin: 0 4px;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	box-shadow: none;
	background: #ffffff;
}
.flex-control-paging li a.flex-active {
	background: #0d146c;
}
.flex-control-paging li a:hover {
	background: #0d146c;
}
/* コンテンツ部分 */
body#top #contents {
	margin-bottom: 40px;
}
body#second #contents {
	margin-bottom: 40px;
}
/* sp版簡易ナビゲーション */
.wrapper-primarynavigation-sp {
	margin: 10px 0;
}
.wrapper-primarynavigation-sp ul.listlayout-half {
	border-bottom: 1px solid #d1d1d1;
}
.wrapper-primarynavigation-sp ul.listlayout-half li {
	border: 1px solid #d1d1d1;
	border-right: none;
	border-bottom: none;
}
.wrapper-primarynavigation-sp ul.listlayout-half li:first-child {
	border-left: none;
}
.wrapper-primarynavigation-sp ul.listlayout-half li a {
	display: block;
	font-size: 14px;
	padding: 15px;
	color: #000000;
}
/* メインコンテンツリンク */
.wrapper-maincontentslink-sp {
	padding: 0 10px;
}
.box-contentsmenu {
	position: relative;
	border: 1px solid #b2b2b2;
	margin-bottom: 20px;
}
.box-contentsmenu img {
	display: block;
	min-width: 100%;
}
.box-contentsmenu h2 {
	position: absolute;
	top: 10px;
	left: 10px;
}
/* 余白設定 */
ul.listlayout-half li .box-contentsmenu {
	margin-left: 5px;
}
ul.listlayout-half li:first-child .box-contentsmenu {
	margin-right: 5px;
	margin-left: 0;
}
ul.listlayout-half li ul.listlayout-half-child li .box-contentsmenu {
}
ul.listlayout-half li ul.listlayout-half-child li:first-child .box-contentsmenu {
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
}
ul.listlayout-half li ul.listlayout-half-child li.layout-fix-contentsmenu-sp img {
	display: block;
	min-width: 100%;
}


/* 透過白アイコンのみ付与の場合 */
.box-contentsmenu-captionnone {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 5px;
	left: 0;
	background: url("/cms/cwc/img/arrow_right_boxblack.png") no-repeat right center;
	background-size: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* 株主・投資家情報 */
ul.wrapper-blocklist-sp {

}
ul.wrapper-blocklist-sp li {
	float: none;
	width: 100%;
}
.box-contentsmenu-double {
	position: relative;
	border: 1px solid #b2b2b2;
	border-bottom: none;
	padding: 20px 25px;
}
/* 背景設定 */
.box-contentsmenu-double.bgimg-contentsmenu-06 {
	height: 115px;
	background: url("/cms/cwc/img/bgimg_contentsmenu_06_sp.jpg") no-repeat center bottom;
	background-size: cover;
}

.box-contentsmenu-double.bgimg-contentsmenu-tk {
	height: 115px;
	background: url("/cms/cwc/img/bgimg_contentsmenu_tk.jpg") no-repeat center bottom;
	background-size: cover;
}

.box-contentsmenu-double .box-contentsmenu-double-caption {
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	background: url("/cms/cwc/img/arrow_right_black.png") no-repeat right center rgba(255,255,255,0.7);
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ボックス矢印アイコンリスト */
ul.list-boxarrow-block {
	border: 1px solid #b2b2b2;
}
ul.list-boxarrow-block li {
	float: none;
	width: 100%;
	border-top: 1px solid #b2b2b2;
	background: url("/cms/cwc/img/arrow_right_boxgray_sp.png") no-repeat right center;
	background-size: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-boxarrow-block li:first-child {
	border-top: none;
}
ul.list-boxarrow-block li a {
	display: block;
	padding: 15px;
	padding-right: 36px;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 「一覧」リンク包括用 */
.wrapper-buttonarea-contentsmenu-double {
	border: 1px solid #b2b2b2;
	border-top: none;
	height: 57px;
	margin-bottom: 20px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 「一覧」ボタン	グレー */
.button-whitearrow-gray {
	width: 180px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
	background: url("/cms/cwc/img/arrow_link_right_white.png") no-repeat right center #c4c4c4;
}
.button-whitearrow-gray a {
	display: block;
	color: #ffffff;
	text-align: center;
}
/* ピックアップニュース */
dl.list-thumbnail-pickupnews {
	position: relative;
	/*
	margin: 0 -25px -20px;
	*/
	margin: -20px -25px;
}
dl.list-thumbnail-pickupnews dt {
}
dl.list-thumbnail-pickupnews dt img {
	display: block;
	min-width: 100%;
}
dl.list-thumbnail-pickupnews dd {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	padding-right: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url("/cms/cwc/img/arrow_right_boxgray_sp.png") no-repeat right center rgba(255,255,255,0.7);
	background-size: 27px;
}
dl.list-thumbnail-pickupnews dd p {
	padding-left: 66px;
	color: #000000;
	background: url("/cms/cwc/img/icon_pickup.png") no-repeat left center;
}

/* NEWアイコン付与 */
ul.list-boxarrow-block.type-newslist li a {
}
/*ul.list-boxarrow-block li a p.icon-new {
	padding-left: 66px;
	min-height: 46px;
	background: url("/cms/cwc/img/icon_new.png") no-repeat left center;
}*/
/* シチズンウオッチサイト	ラージバナー */
.bnr-windowlink-01 {
	height: 166px;
	max-width:636px;
	background: url("/cms/cwc/img/bnr_01_sp.jpg") no-repeat scroll center center / cover ;
	color: #000000;
	font-size: 12px;
	border: 1px solid #b2b2b2;
}
.bnr-windowlink-01 p {
	line-height: 1.5em;
	padding-top: 60px;
	padding-left: 15px;
}

/* スペシャルコンテンツ */
#specialcontents {
	margin: 20px 0 40px 0;
}
#specialcontents .owl-wrapper-outer {
	position: relative;
}
/* バナーカード */
.card-square {
	width: 228px;
	height: 218px;
	margin: 0 auto;
	border: 1px solid #b2b2b2;
}
/* コントロールボタン */
.owl-controls .owl-buttons .owl-prev {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 85px;
	left: 0;
	text-indent: -9999px;
	background: url("/cms/cwc/img/icon_prev.png") no-repeat left center;
}
.owl-controls .owl-buttons .owl-next {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 85px;
	right: 0;
	text-indent: -9999px;
	background: url("/cms/cwc/img/icon_next.png") no-repeat right center;
}

/*--------------------------------------------

	下層ページ共通

---------------------------------------------*/
/* 下層ページコンテンツ包括 */
.wrapper-contents-second {
	min-height: 90vh;
}
/* コンテンツ部分包括 */
body#second .wrapper-contentsarea {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
/* ページタイトルパーツ配置エリア	タイトル部分 */
#pagetitle {
	margin-bottom: 40px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#pagetitle h1.title-1-pagetitle {
	padding-top: 30px;
	margin-bottom: 30px;
}
#pagetitle p {
}
/* ローカルナビゲーション */
dl.list-localnavigation {
	font-weight: bold;
}
dl.list-localnavigation dt {
	background: #b2b2b2;
	color: #ffffff;
	min-height: 20px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.0em;
	margin-bottom: 10px;
	text-align: center;
}

dl.list-localnavigation dd {
	border-bottom: 1px dotted #b2b2b2;
	line-height: 1.3em;
	background: url("/cms/cwc/img/icon_link_left_menu_default.png") no-repeat 30px center;
}
dl.list-localnavigation dt a,
dl.list-localnavigation dd a {
	display: block;
}
dl.list-localnavigation dt a {
	color: #ffffff;
	height: 20px;
	line-height: 1.0em;
	padding: 10px 0;
}
dl.list-localnavigation dd a {
	color: #4b4b4b;
	padding: 10px 0;
	padding-left: 70px;
}
/* アクティブ時 */
dl.list-localnavigation dd.display-page {
	background: url("/cms/cwc/img/icon_link_left_menu_over.png") no-repeat 30px center;
}
dl.list-localnavigation dd.display-page a {
	color: #0b1595;
}
/* ローカルナビゲーション（サブ） */
dl.list-localnavigation dd.display-page.active {
	background: url("/cms/cwc/img/icon_link_under_active.png") no-repeat 30px 7px;
}

ul.list-localnavigation-sub,
.sub-clm ul.side-navi ul.sub-navi,
.sub-clm ul.side-navi ul.sub-navi ul.sub-menu,
.sub-clm ul.side-navi>li>ul.sub-menu{
	display: none;
}

/* リンクカード配置（メインカラム内に2つずつ配置の場合） */
ul.listlayout-2clm-linkcard {
}
ul.listlayout-2clm-linkcard li {
	margin-bottom: 20px;
}
ul.listlayout-2clm-linkcard li:first-child {
}
/* リンクカード配置（コンテンツ幅内に3つずつ配置の場合） */
ul.listlayout-3clm-linkcard {
	padding: 0 10px;
}
ul.listlayout-3clm-linkcard li {
	margin-bottom: 20px;
}
ul.listlayout-3clm-linkcard li:first-child {
}

/* リンクカード	（第4階層へのリンクの場合：黒アロウ） */
.linkcard-fourth {
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: url("/cms/cwc/img/icon_cardlink_fourth.png") no-repeat scroll right bottom #ffffff;
}
/* カードタイトル部分 */
.linkcard-fourth h2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	height: 30px;
	margin-bottom: 15px;
}
/* リンクカード	（第5階層へのリンクの場合：黒アロウ） */
.linkcard-fifth {
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: url("/cms/cwc/img/icon_cardlink_fifth.png") no-repeat scroll right bottom #ffffff;
}
/* カードタイトル部分 */
.linkcard-fifth h2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
/* リンクカード	（別窓リンクの場合） */
.linkcard-blank {
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: url("/cms/cwc/img/icon_cardlink_blank.png") no-repeat right bottom #ffffff;
}
.linkcard-blank h2 {
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
/* リンクカード内サムネイルリスト */
dl.list-thumbnail-inlinkcard {
	margin-bottom: 15px;
}
dl.list-thumbnail-inlinkcard dt {
	margin-bottom: 10px;
	text-align: center;
}
dl.list-thumbnail-inlinkcard dd {
	padding-right: 10px;
	color: #000000;
}

/* IDリンク項目包括リスト */
ul.list-pagelink-item {
	margin: 10px auto;
	border: 1px solid #0d146c;
	padding: 10px;
	padding-bottom: 0;
	text-align: center;
}
ul.list-pagelink-item li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
ul.list-pagelink-item li a {
	color: #000000;
}
ul.list-pagelink-item li a:hover {
	text-decoration: underline;
}
ul.list-pagelink-item li:before {
	content: "▼";
	color: #0d146c;
}

/* PC：2行3列　SP：3行2列 */
ul.list-pagelink-item.layout-multiColRow1 li{
	width:40%;
}


/* パラグラフ包括 */
.wrapper-contents-sentence {
	margin-bottom: 20px;
}
/* PDFリンク */
.wrapper-pdflink {
	padding: 15px 20px 15px 20px;
}
.wrapper-pdflink a {
	display: inline-block;
	padding-right: 32px;
	padding-top: 10px;
	min-height: 22px;
	text-decoration: underline;
	background: url("/cms/cwc/img/icon_pdffile.gif") no-repeat right center;
}

/* ピンチ拡大案内 */
.box-spfinger {
	height: 22px;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 30px;
	margin-top: 10px;
	background: url("/cms/cwc/img/icon_spfinger.png") no-repeat scroll 10px center;
	background-size: 17px;
	border-bottom: 1px dotted #cac5c5;
}
/*--------------------------------------------

	キージュアル

---------------------------------------------*/
/* KV基本パーツ */
body#second #keyvisual {
	position: relative;
	padding: 30px 20px 10px 20px;
	min-width: 320px;
}
/* タイトル */
h1.title-1-pagetitle {
	font-size: 19px;
	font-weight:normal;
	line-height: 1.3em;
}
/* キャプション */
p.caption-pagedescription {
	position: absolute;
	font-size: 12px;
	line-height: 1.3em;
	margin-right: 20px;
	margin-bottom: 10px;
	bottom: 0;
}
/*--------------------------------------------

	製品情報
	/business/

---------------------------------------------*/
/* 包括パーツ	余白調整 */
body#second .wrapper-contentsarea.pageval-business {
	padding: 0 0 0 10px;
}
body#second .wrapper-contentsarea.pageval-business a{
	color: #000;
}
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-business {
	background: url("/cms/cwc/img/bg_keyvisual_business.jpg") repeat-x left bottom;
	background-size: contain;
	height: 170px;
	padding: 0;
	margin: 0 auto 20px auto;
}
body#second #keyvisual.wrapper-keyvisual-business .inner-frame {
	height: 170px;
	background: url("/cms/cwc/img/keyvisual_business_sp.jpg") no-repeat right bottom;
	background-size: contain;
}
body#second #keyvisual.wrapper-keyvisual-business .inner-frame h1.title-1-pagetitle {
	padding-top: 30px;
	margin-left: 20px;
}
/* 個人・法人タブ */
.wrapper-layout-tab {
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	background: #ffffff;
	line-height: 40px;
	font-size: 15px;
	margin-bottom: 20px;
}
/* 個人 */
.wrapper-layout-tab .product01 {
	float: left;
	width: 50%;
	padding-left: 40px;
	border-right: 1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	background: url("/cms/cwc/img/icon_product01_default.png") no-repeat 10px center #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-layout-tab .product01.active {
	background: url("/cms/cwc/img/icon_product01_active.png") no-repeat 10px center #ffffff;
	color: #0d146c;
	margin-top: -5px;
}
/* 法人 */
.wrapper-layout-tab .product02 {
	float: left;
	width: 50%;
	padding-left: 40px;
	background: url("/cms/cwc/img/icon_product02_default.png") no-repeat 10px center #eeeeee;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-layout-tab .product02.active {
	background: url("/cms/cwc/img/icon_product02_active.png") no-repeat 10px center #ffffff;
	margin-top: -5px;
}
/* 個人・法人	マウスオーバースタイル */
.wrapper-layout-tab .product01 a,
.wrapper-layout-tab .product02 a {
	color: #989898 !important;
	display: block;
}
.wrapper-layout-tab .product01.active a,
.wrapper-layout-tab .product02.active a {
	color: #0d146c !important;
	display: block;
}
/* ジャンルリスト */
dl.list-layout-genrelist {
	padding: 15px 0;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 20px;
}
/* tabなし	border-top付与、背景に+-アイコン */
dl.list-layout-genrelist.tab-none {
	border-top: 1px solid #b2b2b2;
}
dl.list-layout-genrelist.tab-none dt {
	background: url("/cms/cwc/img/icon_accordion_open_s.png") no-repeat right top;
}
dl.list-layout-genrelist.tab-none dt.close {
	background: url("/cms/cwc/img/icon_accordion_close_s.png") no-repeat right top;
}
dl.list-layout-genrelist dt,
dl.list-layout-genrelist dd {
	text-align: left;
}
/* ジャンルを絞り込む	内容包括 */
dl.list-layout-genrelist dd {
	padding-top: 15px;
}
dl.list-layout-genrelist p.bg-icon-genre {
	background: url("/cms/cwc/img/icon_genre.png") no-repeat 20px center;
	padding-left: 40px;
	font-size: 15px;
}
/* ラベルリスト */
dl.list-layout-genrelist ul.list-label {
	text-align: center;
}
dl.list-layout-genrelist ul.list-label li {
	display: inline-block;
	margin-bottom: 10px;
}
dl.list-layout-genrelist ul.list-label li:first-child {
	margin-left: 0;
}

/* 各ラベル */
.label-category {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	width: 110px;
	padding: 5px 0;
	height: 12px;
}

/* すべて */
.label-category.all {
	background: #555555;
}
/* 時計 */
.label-category.clock,
.label-category.cwc_ca_news_ja_clock,
.label-category.cwc_ca_news_en_clock {
	background: #64acb0;
}
/* 電子機器 */
.label-category.electron,
.label-category.cwc_ca_news_ja_electron,
.label-category.cwc_ca_news_en_electron {
	background: #0c3d74;
}
/* 健康機器 */
.label-category.health,
.label-category.cwc_ca_news_ja_health,
.label-category.cwc_ca_news_en_health {
	background: #217a36;
}
/* ジュエリー */
.label-category.jewelry,
.label-category.cwc_ca_news_ja_jewelry,
.label-category.cwc_ca_news_en_jewelry {
	background: #9f8fbf;
}
/* その他 */
.label-category.other,
.label-category.cwc_ca_news_ja_other_1,
.label-category.cwc_ca_news_en_other {
	background: #626935;
}
/* 工作機械 */
.label-category.machine,
.label-category.cwc_ca_news_ja_machine,
.label-category.cwc_ca_news_en_machine {
	background: #89851d;
}
/* デバイス */
.label-category.device,
.label-category.cwc_ca_news_ja_device,
.label-category.cwc_ca_news_en_device {
	background: #8a276d;
}
/* CSR */
.label-category.csr,
.label-category.cwc_ca_news_ja_csr,
.label-category.cwc_ca_news_en_csr {
	background: #df9300;
}
/* 経営 */
.label-category.management,
.label-category.cwc_ca_news_ja_other,
.label-category.cwc_ca_news_en_management {
	background: #b9672d;
}
/* サステナビリティ */
.label-category.sustainability,
.label-category.cwc_ca_news_ja_sustainability,
.label-category.cwc_ca_news_en_sustainability {
	background: #43B153;
}
/* サムネイルリンクボックス	レイアウト用リスト */
ul.list-genre-products {
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-genre-products li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 10px 10px 0;
}
ul.list-genre-products li:first-child{
	margin-left: 0;
}
ul.list-genre-products li a {
	display: block;
}
/* サムネイルリンクボックス */
dl.list-boxlink-s {
	border: 1px solid #b2b2b2;
	position: relative;
}
dl.list-boxlink-s dt {
	height: 125px;
	text-align: center;
}
dl.list-boxlink-s dt img {
	height: 125px;
}
/* サムネイル画像比率保持設定 */
.wrapper-thumbnailimg-products {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 85.2% 0 0;
}
.wrapper-thumbnailimg-products img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

dl.list-boxlink-s dt .label-category {
	position: absolute;
	right:0;
	top: 0;
	opacity: 0.9;
}
dl.list-boxlink-s dd {
	min-height: 77px;
	padding: 10px 20px 0 8px;
	font-size: 10px;
	background: url("/cms/cwc/img/icon_window_default.png") no-repeat right 66px #eeeeee;
}
dl.list-boxlink-s dd.self {
	min-height: 77px;
	padding: 10px 20px 0 8px;
	font-size: 10px;
	background: url("/cms/cwc/img/arrow_link_right_dropmenu.png") no-repeat right 66px #eeeeee;
}

dl.list-boxlink-s dd h3 {
	font-size: 11px;
	margin-bottom: 10px;
}


/*--------------------------------------------

    企業情報
    /company/

---------------------------------------------*/
/*** 企業理念 ***/
.layout-herovisual .text {
	text-align:left;
	padding-left:10px;
	margin-bottom:50px;
}
/* 見出し大 */
.titlel-border-bottom {
	border-bottom: 2px solid #D7D9E4;
	padding-top: 25px;
	padding-bottom: 60px;
}
/* 見出し小　下線 */
.title-border-bottom {
	position: relative;
}
.title-border-bottom::after {
	position: absolute;
	bottom: -20px;
	content: "";
	display: block;
	width: 32px;
	border-bottom: solid 1px #222;
}
.J-Stream_16-9 {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.J-Stream_16-9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------

	採用情報
	/recruit/

---------------------------------------------*/
/* KVスライダー */
.wrapper-kvslider-recruit {
	position: relative;
	text-align: center;
}
.wrapper-kvslider-recruit img {
	width: 100%;
}
/* リストリンク	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit li {
	margin-bottom: 0;
}
ul.listlayout-3clm-linkcard.listval-recruit ul.list-link-4clm-stuck {
	margin-top: 0;
	border: none;
}
ul.listlayout-3clm-linkcard.listval-recruit ul.list-link-4clm-stuck li {
	margin-bottom: 10px;
	border: 1px solid #b2b2b2;
}
/* コンテンツカード	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard {
	position: relative;
}
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard h2 {
}
/* リンクリスト 5階層アロー */
ul.list-link-fifth {
	border: 1px solid #b2b2b2;
}
ul.list-link-fifth li {
	float: none;
	border-top: 1px solid #b2b2b2;
	height: 54px;
	margin: 0;
	background: url("/cms/cwc/img/icon_fifthlink_20.png") no-repeat right center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-link-fifth li.linkval-windowlink {
	background: url("/cms/cwc/img/icon_windowlink_20.png") no-repeat right center;
}
ul.list-link-fifth li:first-child {
	margin: 0;
	border-top: none;
}
ul.list-link-fifth li a {
	display: block;
	padding: 20px;
	color: #000000;
}

/* 採用情報ページ	会社カード時	スタイルカスタマイズ */
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard {
	padding: 20px 20px 0 20px;
	margin-bottom: 10px;
}
ul.listlayout-3clm-linkcard.listval-recruit li .contentscard ul.list-link-fifth {
	border: none;
	border-top: 1px solid #b2b2b2;
	margin: 0 -20px;
}

.recruit_box{
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
    text-align: left;
}
.recruit_box h2{
	font-weight:bold !important;
	font-size:20px;
	line-height:1.2em;
}

.pc{
	display:none !important;
}

/*fieldページアコーディオン*/
.wrapper-accordion-field {
	padding-bottom: 20px;
}
dl.list-field {

}
dl.list-field dt {
	border: 1px solid #b2b2b2;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	background: url("/cms/cwc/img/icon_accordion_default.png") no-repeat right center;
	background-size: 30px;
}
dl.list-field dt.active {
	background: url("/cms/cwc/img/icon_accordion_active.png") no-repeat right center;
	background-size: 30px;
}
dl.list-field dt p {
	min-height: 23px;
	line-height: 2.0em;
	padding-left: 40px;
	padding-right: 30px;
	background:no-repeat 10px top;
	background-size: 23px;
}
dl.list-field dd {
	display: none;
	font-size: 14px;
	background:#f7f7f7;
	background-size: 13px;
	padding: 10px;
	line-height: 1.4em;
}


/*--------------------------------------------

	株主・投資家情報
	/ir/

---------------------------------------------*/
/* キービジュアル背景指定 */
body#second #keyvisual.wrapper-keyvisual-ir {
	background: url("/cms/cwc/img/keyvisual_ir_sp.jpg") no-repeat center bottom;
	background-size: cover;
	height: 170px;
	padding: 0;
	margin: 0 auto 20px auto;
}
body#second #keyvisual.wrapper-keyvisual-ir .inner-frame h1.title-1-pagetitle {
	padding-top: 30px;
	margin-left: 20px;
}
/*** index ***/
/* IRイベント・ニュース */
.layout-2clm-irindex {
	margin-bottom: 20px;
}
.layout-2clm-irindex {
}
.layout-2clm-irindex .title-clm {
	text-align: center;
	background: #f7f7f7;
}
/* リンク有の場合 */
.layout-2clm-irindex a.link-item {
	display:block;
	background: url("/cms/cwc/img/arrow_link_boxblue.png") no-repeat scroll right bottom #f7f7f7;
}
.layout-2clm-irindex .contents-clm {
	border: 1px solid #b2b2b2;
	border-right: none;
	border-left: none;
	padding: 25px 20px;
}

/* リンクリスト：ブロックレイアウト */
ul.list-link-block-normal {
}
ul.list-link-block-normal li {
	margin-top: 20px;
	font-size: 14px;
}
ul.list-link-block-normal li:first-child {
	margin-top: 0;
}

/* ネイビーボックスリンク	背景色設定 */
ul.listval-irindex-linklist li .boxlink-boxarrow-navy-bggray {
	background-color: #f7f7f7;
}
/* リンクリスト	スタイルカスタマイズ */
ul.list-boxarrow-whiteblock-link.listval-irindex li {
	height: 50px;
	background-size: 27px;
}
ul.list-boxarrow-whiteblock-link.listval-irindex li a {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
/* アイコンリンクボックス配置リスト */
ul.list-boxlink-block {

}
ul.list-boxlink-block li {
	margin: 0;
	margin-top: 12px;
}
ul.list-boxlink-block li:first-child {
	margin-top: 0;
}

ul.listlayout-3clm-linkcard.listval-irindex-linklist {
	padding: 0;
}
ul.listval-irindex-bottomlist {
	padding: 0 20px;
}
/* コンテンツタイトルアイコン */
h2.title-2-ir-01,
h2.title-2-ir-02,
h2.title-2-ir-03,
h2.title-2-ir-04,
h2.title-2-ir-05,
h2.title-2-ir-06,
h2.title-2-ir-07,
h2.title-2-ir-08,
h2.title-2-ir-09,
h2.title-2-ir-10,
h2.title-2-ir-11,
h2.title-2-ir-12,
h2.title-2-ir-14,
h2.title-2-ir-15,
h2.title-2-ir-16  {
	color: #0d146c;
	font-size: 18px;
	text-align: center;
}
/* IRイベント情報 */
h2.title-2-ir-01 {
	background: url("/cms/cwc/img/icon_irevent.png") no-repeat center 30px;
	height: 55px;
	padding-top: 85px;
}
/* IRニュース */
h2.title-2-ir-02 {
	background: url("/cms/cwc/img/icon_old_irnews.png") no-repeat center 30px;
	height: 45px;
	padding-top: 95px;
}
/* 経営方針 */
h2.title-2-ir-03 {
	background: url("/cms/cwc/img/icon_old_policy.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* IR資料 */
h2.title-2-ir-04 {
	background: url("/cms/cwc/img/icon_old_material.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* 個人投資家のみなさまへ */
h2.title-2-ir-05 {
	background: url("/cms/cwc/img/icon_old_investor.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* 株式情報 */
h2.title-2-ir-06 {
	background: url("/cms/cwc/img/icon_old_ir.png") no-repeat center 30px;
	height: 50px;
	padding-top: 90px;
}
/* 財務・業績情報 */
h2.title-2-ir-07 {
	background: url("/cms/cwc/img/icon_old_financial.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* 電子公告 */
h2.title-2-ir-08 {
	background: url("/cms/cwc/img/icon_old_koukoku.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* よくあるご質問 */
h2.title-2-ir-09 {
	background: url("/cms/cwc/img/icon_old_question.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* IRカレンダー */
h2.title-2-ir-10 {
	background: url("/cms/cwc/img/icon_old_ircalendar.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* 株価情報 */
h2.title-2-ir-11 {
	background: url("/cms/cwc/img/icon_stock.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* お問い合わせ */
h2.title-2-ir-12 {
	background: url("/cms/cwc/img/icon_old_contact.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}

h2.title-2-ir-14 {
	background: url("/cms/cwc/img/icon_disclosure.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}

h2.title-2-ir-15 {
	background: url("/cms/cwc/img/icon_menseki.png") no-repeat 30px center;
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}
/* サイトマップ　※アイコンなし */
h2.title-2-ir-16 {
	height: 67px;
	padding-top: 50px;
	padding-left: 100px;
	text-align: left;
}



/*--------------------------------------------

	ニュース
	/release/

---------------------------------------------*/
.box-border-gray dl.list-bold-title {
	padding: 10px;
}
dl.list-bold-title {
	padding-bottom: 20px;
	line-height: 1.6em;
}
dl.list-bold-title dt {
	padding-bottom: 10px;
	font-weight: bold;
}
dl.list-bold-title dd span.red {
	color: #C00C00;
}
p.topics-details{
	text-align: left;
}
/*--------------------------------------------

	IR/投資家情報
	/ir/

---------------------------------------------*/
.wrapper-pagelink-sp-arrowlink {
	margin: 10px 0;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half {
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li {
	border: 1px solid #d1d1d1;
	background: url("/cms/cwc/img/icon_pagelink_arrowright_sp_default.png") no-repeat right center;
	border-left: none;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li:first-child {
	border: 1px solid #d1d1d1;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li.bordernone {
	border-top: none;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li a {
	display: block;
	font-size: 14px;
	padding: 15px;
	color: #000000;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li.active {
	background: url("/cms/cwc/img/icon_pagelink_arrowright_sp_active.png") no-repeat right center;
}
.wrapper-pagelink-sp-arrowlink ul.listlayout-half li.active a {
	color: #0d146c;
}
/*** よくあるご質問 ***/
/* Q&Aアコーディオン */
.wrapper-accordion-faq {
	padding-bottom: 20px;
}
dl.list-faq {

}
dl.list-faq dt {
	border: 1px solid #b2b2b2;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	background: url("/cms/cwc/img/icon_accordion_default.png") no-repeat right center;
	background-size: 30px;
}
dl.list-faq dt.active {
	background: url("/cms/cwc/img/icon_accordion_active.png") no-repeat right center;
	background-size: 30px;
}
dl.list-faq dt p {
	min-height: 23px;
	line-height: 2.0em;
	padding-left: 40px;
	padding-right: 30px;
	background: url("/cms/cwc/img/icon_faqtitle.png") no-repeat 10px top;
	background-size: 23px;
}
dl.list-faq dd {
	display: none;
	font-size: 14px;
	background: url("/cms/cwc/img/icon_arrow_faqlist_answer.png") no-repeat 10px center #f7f7f7;
	background-size: 13px;
	padding: 10px;
	padding-left: 40px;
	line-height: 1.4em;
}

/*--------------------------------------------

	ニュース
	/release/

---------------------------------------------*/
/* タイトル・キャプションエリア（透明）	 */
.wrapper-keyvisual-titlearea.pageval-news {
	padding: 20px 10px;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-genre-news {
	overflow: hidden;
}
ul.listlayout-border-box {
	position: relative;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
ul.listlayout-border-box li {
	border-top: 1px solid #b2b2b2;
	width: 100%;
	height: 150px;
	/* padding: 10px 0 10px 10px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-border-box li:first-child {
	border-top: none;
}
ul.listlayout-border-box li a {
	display: block;
	padding: 10px;
	height: 130px;
	padding-right: 0;
	color: #000000;
}
dl.liststyle-2clm-article {
	background: url("/cms/cwc/img/arrow_right_boxgray.png") no-repeat right center;
	background-size: 27px;
	display: table;
	width: 100%;
	height: 130px;
}
dl.liststyle-2clm-article dt {
	width: 70px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
}
dl.liststyle-2clm-article dt img {
	width: 70px;
}
dl.liststyle-2clm-article dd {
	/* display: table-cell; */
	padding-right: 30px;
	height: 130px;
}
dl.liststyle-2clm-article dd p.article {
	line-height: 1.3em;
	margin-top: 10px;
	height: 60px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.box-border-gray dl.list-bold-title {
	padding: 10px;
}
dl.list-bold-title {
	padding-bottom: 20px;
}
dl.list-bold-title dt {
	padding-bottom: 10px;
	font-weight: bold;
}
dl.list-bold-title dd span.red {
	color: #C00C00;
}
/* SNSボタンレイアウトカスタマイズ */
.wrapper-snsbuttons {
	float: right;
	text-align: right;
}
#twitter-widget-0 {
	margin-right: 10px;
}
/* ニュース用コンテンツカードスタイルカスタマイズ */
#contents.detail .contentscard {
	border-top: 1px solid #b2b2b2;
}
#contents.detail .contentscard h3.title-3-contentscard {
	text-align: left !important;
}
/* 表　table */
table.typeA,
table.typeB{
	border:1px solid #bac2df;
	border-collapse:collapse;
	text-align:center;
}
table.typeA th,
table.typeA td,
table.typeB th,
table.typeB td{
	padding:8px;
	border-right:1px solid #bac2df;
	border-bottom:1px solid #bac2df;
	line-height:1.6em;
	text-align:left;
}
table.typeA th,
table.typeB th{
	font-weight:normal;
}

table.typeA th,
table.typeB th{
	width:30%;
}
table.typeA td,
table.typeB td{
	width:70%;
}
table.typeB {
	margin-top:30px;
}
table.typeA td.ta-center,
table.typeB td.ta-center{
	text-align:center;
}

/* List */
.block-list-default {
  margin-left: 1em;
}

.block-list-default li {
	margin-bottom: 0;
}

.block-list-default > li {
  list-style-type: decimal;
}

.block-list-default li ol {
  margin-left: 1.1em;
  list-style-type: lower-alpha;
}

.block-dl-content dt {
  padding: 40px 0 0;
}

.block-dl-content dd {
  padding: 0 0 40px;
  border-bottom: 1px solid #ccc;
}

.block-group-list > li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.block-group-list > li:first-child {
  border-top: 1px solid #ccc;
}

.block-group-list > li .item-image {
  display: flex;
  align-items: center;
}

.block-group-list > li .item-image .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  width: 48%;
}

.block-group-list > li .item-image img {
  width: 48%;
}

.block-group-list > li .item-detail {
  margin-top: 30px;
  font-size: 15px;
}

.block-group-list .img-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 100px;
  border: 1px solid #ccc;
}


/*--------------------- Section-News-Block ---------------------*/
/* News Single */
.block-news-single .is-ttl-wrap {
    display: flex;
    align-items: center;
}
.block-news-single .inner-news-single {
  margin-bottom: 80px;
}
.block-news-single .is-ttl-wrap h2 {
  font-size: 24px;
}
.block-news-single .more-btn {
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}
.block-news-single .more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px #232323 solid;
    border-top: 2px #232323 solid;
    transform: rotate(135deg);
}
.block-news-single .news-single-detail {
    color: #91999F;
}
.block-news-single .news-single-detail .is-time {
    font-size: 11px;
}
.block-news-single .news-single-detail .news-tag {
    margin-right: 10px;
    border-radius: 6px;
    background-color: #91999F;
    display: inline-block;
    padding: 2px 5px;
    font-weight: 700;
    color: white;
}
/* News Area */
.block-news-area {
    background-color: #F5F7F6;
    padding: 60px 20px;
    box-sizing: border-box;
}
.block-news-area .title-wrap {
    justify-content: space-between;
}
.block-news-area .title-wrap .title {
    font-size: 15px;
}
.block-news-area .title-wrap .more-btn {
    margin-left: 0;
    font-size: 11px;
}
.block-news-area .title-wrap .more-btn a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background-color: transparent;
}
.block-news-area .title-wrap .more-btn a span {
    padding: 3px 20px;
    font-size: 11px;
}
.block-news-area .news-list li {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #969796;
}
.block-news-area .news-list li:last-child {
  border-bottom: none;
}
.block-news-area .news-list a {
    flex: 1;
    color: #91999F;
}
.block-news-area .news-tag {
    border-radius: 6px;
    background-color: #91999F;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 700;
    color: white;
}

.block-news-area .tag-group {
    margin-left: 10px;
}
/* News Area */
.posts-list li:not(:last-child) {
    margin-bottom: 60px;
}
.posts-list .post-image {
    position: relative;
    margin-bottom: 20px;
}
.posts-list .post-image .post-category {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 12px;
    background: #ECEFF1;
    font-size: 10px;
    z-index: 1000;
}
.posts-list .post-info {
	/* text-align: center; */
}
.posts-list .post-info .is-ttl {
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    /* margin-top: 20px; */
    font-size: 18px;
    line-height: 36px;
    text-align: left;
}
.posts-list .post-info .is-date {
    font-size: 12px;
    color: #BBBEC3;
}

.post-info.detail {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 60px; */
		margin-bottom: 20px;
}
.post-info.detail .post-category {
    padding: 3px 6px;
    background: #ECEFF1;
    border-radius: 6px;
    font-weight: 700;
    font-size: 11px;
}
.post-info.detail .is-date {
    font-size: 15px;
}
.post-title {
    margin-bottom: 100px;
    font-weight: 700;
    /* font-size: 36px; */
		font-size: 28px;
    line-height: 1.5;
}
.post-content {
    margin: 60px auto;
}
.post-content > p:not(:last-child) {
    margin-bottom: 50px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    margin: 85px auto 40px;
}

.post-content ul,
.post-content ol {
    margin: 10px 0 10px 2em;
}

.post-content > ul,
.post-content > ol {
    margin: 0 auto 30px;
    padding: 55px;
    width: 100%;
    background: #ECEFF1;
    border-radius: 21px;
    box-sizing: border-box;
}

/* .post-content ul li,
.post-content ol li {
    margin-bottom: 10px;
    list-style-position: inside;
}

.post-content ul li:last-child {
    margin-bottom: 0;
}

.post-content ul li {
    list-style-type: disc;
}

.post-content > ol > li {
    list-style-type: decimal;
}

.post-content > ol > li > ol > li {
    list-style-type: lower-latin;
}

.post-content > ol > li > ol > li > ol > li {
    list-style-type: lower-roman;
} */

.post-content figure {
    margin-bottom: 90px;
}

.post-content p {
	font-size: 16px;
}

.post-content figure figcaption {
    font-size: 11px;
    text-align: left;
}

.post-content blockquote {
    padding: 0 0 20px 30px;
    border-left: 5px solid #003082;
}

.post-content blockquote::before {
    content: '“';
    display: inline-block;
    font-size: 36px;
    line-height: 150%;
    font-family: 'Noto Sans JP';
}
.post-content .card {
    display: flex;
    flex-direction: column-reverse;
    padding: c;
    width: 100%;
    background: #ECEFF1;
    border-radius: 9px;
    box-sizing: border-box;
}
.post-content .card .text .link-title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 14px;
}
.post-content .card .text .link-text {
    margin-bottom: 25px;
    font-size: 11px;
    line-height: 180%;
}
.post-content .card .text .link {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 11px;
}
.post-content .card .text .link::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url(../img/icon_blank.png) no-repeat center;
    background-size: contain;
    transform: translate(0, -50%);
}
.related-article {
    margin-left: 20px;
    margin-right: 20px;
}
.related-article .article-item {
    margin-bottom: 60px;
    padding: 20px;
    background: #ECEFF1;
    box-sizing: border-box;
}
.related-article .article-item img {
    margin-bottom: 20px;
}
.related-article .article-item .post-info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 11px;
}
.related-article .article-item .post-info .post-category {
    font-weight: bold;
}
.related-article .article-item h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.navipage_ {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.navipage_ a,
.navipage_ .navipage_now_ {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    background: #F5F7F6;
    border-radius: 9px;
    font-size: 14px;
    color: #91999F;
}
.navipage_ .navipage_reverse_, 
.navipage_ .navipage_forward_{
  display: inline-flex;
}
.navipage_ .navipage_reverse_ *,
.navipage_ .navipage_forward_ * {
    margin-right: 10px;
}
.navipage_ .navipage_reverse_ * a,
.navipage_ .navipage_forward_ * a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #F5F7F6;
    border-radius: 9px;
    font-size: 0;
    color: #91999F;
}
.navipage_ .navipage_reverse_ * a::after,
.navipage_ .navipage_forward_ * a::after {
    display: inline-block;
    font-size: 20px;
}
.navipage_ .navipage_first_ a::after {
    content: '\0ab';
}
.navipage_ .navipage_prev_ a::after {
    content: '\03c';
}
.navipage_ .navipage_next_ a::after {
    content: '\03e';
}
.navipage_ .navipage_last_ a::after {
    content: '\0bb';
}
.navipage_ *:not(.navipage_reverse_, .navipage_forward_):last-child,
.navipage_ .navipage_forward_ *:last-child {
    margin-right: 0;
}
.navipage_ .navipage_now_ {
    background: #222222;
    color: #fff;
}

/*--------------------------------------------

	サポート・お問い合わせ

---------------------------------------------*/

h2.title-2-support-01 {
	height: 40px;
	padding-top: 70px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/cms/cwc/img/icon_support_01.png") no-repeat center 20px;
}
h2.title-2-support-02 {
	padding-top: 80px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/cms/cwc/img/icon_support_02.png") no-repeat center 20px;
	line-height: 1.3em;
	margin-bottom: 3px;
}
h2.title-2-support-03 {
	padding-top: 80px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/cms/cwc/img/icon_support_03.png") no-repeat center 20px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
h2.title-2-support-04 {
	padding-top: 80px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0d146c;
	background: url("/cms/cwc/img/icon_support_04.png") no-repeat center 20px;
	line-height: 1.3em;
	margin-bottom: 10px;

}
.wrapper-supportpage-layout .left-clm {
	float: none;
}
.wrapper-supportpage-layout .right-clm {
	float: none;
}

ul.listlayout-3clm-linkcard.support ul.listlayout-3clm-linkcard.listval-socialindex {
	margin: 40px 10px;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}
ul.listlayout-3clm-linkcard.support li ul.list-link-fifth li {
	height: 67px;
}
ul.listlayout-3clm-linkcard.support li ul.list-link-fifth li a {
	padding: 28px 25px;
}
ul.listlayout-3clm-linkcard.listval-support li {
	border: 1px solid #b2b2b2;
}
dl.list-thumbnaillink-block-gray.support dt {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* 追加レイアウト */
.adjust-columnst {
    margin-top: 80px;
}
.adjust-columnsb {
    margin-bottom: 135px;
}
.adjust-fonts11 {
    font-size: 11px;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.bg-gray-columns {
    background-color: #F5F7F6;
}
.bg-gray-columns-2 > li {
    padding: 0 0 60px;
    background-color: #F5F7F6;
}
.bg-gray-columns-2 > li:not(:last-of-type) {
    margin: 0 0 60px;
}
.bg-gray-columns-2 li > .block-news-area {
    padding: 60px 20px 0;
}
.bg-gray-columns-inner {
    padding: 12px 20px 60px;
}
.bg-gray-columns-inner .more-btn a {
    background-color: unset;
}

/*--------------------------------------------

	サイトマップパーツ

--------------------------------------------*/

/* サイトマップ内、レイアウト（半分） */
.wrapper-layout-sitemaplist .right-clm {
	float: none;
}
.wrapper-layout-sitemaplist .left-clm {
	float: none;
}
/* 製品情報アイコン */
h3.title-3-product01 {
	height: 40px;
	padding-top: 80px;
	background: url("/cms/cwc/img/icon_product01_sitemap.png") no-repeat center 30px #f7f7f7;
	text-align: center;
	text-decoration: underline;
}
h3.title-3-product02 {
	height: 40px;
	padding-top: 82px;
	background: url("/cms/cwc/img/icon_product02_sitemap.png") no-repeat center 30px #f7f7f7;
	text-align: center;
	text-decoration: underline;
}
/* タイトル2ブロックリンク */
h2.title-2-blocklink {
	font-size: 18px;
	text-align: center;
	height: 70px;
	line-height: 68px;
	background: url("/cms/cwc/img/arrow_kink_right_blocklink.png") no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b2b2b2;
}
h2.title-2-blocklink a {
	display: block;
	color: #000000 !important;
	font-weight: bold;
}
/* タイトル2ブロック */
h2.title-2-block {
	font-size: 18px;
	text-align: center;
	height: 70px;
	line-height: 68px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b2b2b2;
}
ul.list-link-sitemaplist {
	margin-bottom: 20px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0 10px 20px;
}
ul.list-link-sitemaplist li {
	padding-bottom: 10px;
	padding-left: 10px;
}
ul.list-link-sitemaplist.support li,
ul.list-link-sitemaplist.csr li,
ul.list-link-sitemaplist.privacy li,
ul.list-link-sitemaplist.sp li
 {
	padding-left: 0;
}
ul.list-link-sitemaplist li.title {
	margin-top: 10px;
	padding-left: 0;
}
ul.list-link-sitemaplist li.title a {
	color: #0d146c!important;
	text-decoration: underline;
}
ul.list-link-sitemaplist li a {
	color: #6d6d6d;
	text-decoration: underline;
}
.wrapper-sitemap-icon-company {
	background: url("/cms/cwc/img/title_2_company_01.png") no-repeat center 15px #f7f7f7;
	height: 70px;
	width: 100%;
}
.wrapper-sitemap-icon-ir {
	background: url("/cms/cwc/img/icon_ir_sitemap.png") no-repeat center 15px #f7f7f7;
	height: 70px;
	width: 100%;
}
.wrapper-sitemap-icon-csr {
	background: url("/cms/cwc/img/title_2_company_04.png") no-repeat center 15px #f7f7f7;
	height: 70px;
	width: 100%;
}
.wrapper-sitemap-icon-support {
	background: url("/cms/cwc/img/icon_old_contact.png") no-repeat center 21px #f7f7f7;
	height: 70px;
	width: 100%;
}
/* アコーディオンコンテンツ */
.contents-accordion-sp {
	display: none;
}
.switch-accordion-sp {
	background: url("/cms/cwc/img/icon_accordion_open_s.png") no-repeat right center !important;
}
.switch-accordion-sp.close {
	background: url("/cms/cwc/img/icon_accordion_close_s.png") no-repeat right center !important;
}
/*--------------------------------------------

	お問い合わせ
	/お問い合わせフォームパーツ/

---------------------------------------------*/
dl.list-form-base {
	margin-bottom: 20px;
}
dl.list-form-base dt {
	font-weight: bold;
	vertical-align: middle;
	padding-right: 20px;
}
dl.list-form-base dd {
	padding-top: 20px;
}
dl.list-form-base dd input.name {
	width: 36%!important;
	margin-right: 5px;
}
dl.list-form-base dd input[type="text"] {
	border: 1px solid #d6d6d6;
	color: #333333;
	box-sizing: border-box;
	font-size: 14px;
	padding: 8px;
	width: 100%;
}
dl.list-form-base dd textarea {
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	color: #2f2626;
	min-height: 100px;
	padding: 5px;
	width: 100%;
}
input.button-submit-formreset[type="reset"],
input.button-submit-formsend[type="send"],
.button-submit-formsend {
	font-weight: bold;
	height: 60px;
	cursor: pointer;
	width: 100%;
}
input.button-submit-formreset[type="reset"] {
	color: #000000;
	background: #ffffff;
	border: 1px solid #b2b2b2;
	margin-bottom: 20px;
}
input.button-submit-formsend[type="send"],
.button-submit-formsend {
	color: #0d146c;
	background: #f7f7f7;
	border: none;
	text-align: center;
}
dl.list-form-base select.quetion {
	color: #000000;
	border: 1px solid #b2b2b2;
	width: 100%;
	font-size: 14px;
	padding: 3px;
}
/*--------------------------------------------

	汎用パーツ

---------------------------------------------*/
/* 余白調整 */
.pd-top-5 {
	padding-top: 5px;
}
.pd-top-10 {
	padding-top: 10px;
}
.pd-top-15 {
	padding-top: 15px;
}
.pd-top-20 {
	padding-top: 20px;
}
.pd-top-30 {
	padding-top: 30px;
}
.pd-top-40 {
	padding-top: 40px;
}
.pd-top-50 {
	padding-top: 50px;
}
.pd-bottom-5 {
	padding-bottom: 5px;
}
.pd-bottom-10 {
	padding-bottom: 10px;
}
.pd-bottom-15 {
	padding-bottom: 15px;
}
.pd-bottom-20 {
	padding-bottom: 20px;
}
.pd-bottom-30 {
	padding-bottom: 30px;
}
.pd-bottom-40 {
	padding-bottom: 40px;
}
.pd-bottom-50 {
	padding-bottom: 50px;
}
.pd-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pd-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pd-tb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pd-left-5 {
	padding-left: 5px;
}
.pd-left-10 {
	padding-left: 10px;
}
.pd-left-15 {
	padding-left: 15px;
}
.pd-left-20 {
	padding-left: 20px;
}
.pd-left-30 {
	padding-left: 30px;
}
.mg-top-5 {
	margin-top: 5px;
}
.mg-top-10 {
	margin-top: 10px;
}
.mg-top-15 {
	margin-top: 15px;
}
.mg-top-20 {
	margin-top: 20px;
}
.mg-top-30 {
	margin-top: 30px !important;
}
.mg-top-40 {
	margin-top: 40px !important;
}
.mg-top-50 {
	margin-top: 50px !important;
}
.mg-bottom-5 {
	margin-bottom: 5px!important;
}
.mg-bottom-10 {
	margin-bottom: 10px!important;
}
.mg-bottom-15 {
	margin-bottom: 15px!important;
}
.mg-bottom-20 {
	margin-bottom: 20px!important;
}
.mg-bottom-30 {
	margin-bottom: 30px!important;
}
.mg-bottom-40 {
	margin-bottom: 40px!important;
}
.mg-bottom-50 {
	margin-bottom: 50px!important;
}
.mg-tb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mg-left-5 {
	margin-left: 5px;
}
.mg-left-10 {
	margin-left: 10px;
}
.mg-left-15 {
	margin-left: 15px;
}
.mg-left-20 {
	margin-left: 20px;
}
.mg-left-30 {
	margin-left: 30px;
}
.mg-rl-10 {
	margin: 0 10px;
}
.pd-rl-10 {
	padding: 0 10px;
}
/* 中央寄せ */
.ta-center {
	text-align: center;
}
/* 右寄せ */
.ta-right {
	text-align: right;
}
/* 左寄せ */
.ta-left {
	text-align: left !important;
}
/* フォントスタイル */
.fw-bold {
	font-weight: bold;
}
.fw-normal {
	font-weight: normal;
}
.point {
	color: #cc0000;
}
/* borderを含むbox */
.box-border-gray {
	border: 2px solid #cccccc;
	margin: 0 20px;
}
/* 上罫線なし */
.bd-top-none {
	border-top: none !important;
}
/* 汎用テキストリスト（ニュース詳細で使用） */
ul.list-base li {
	line-height: 1.6em;
	margin-top: 10px;
	padding-bottom: 10px;
}
ul.list-base li b,
ul.list-base li h3 {
	border-left: 5px solid #0D146C;
	padding-left: 10px;
	margin-bottom: 10px;
}
ul.list-base li:first-child{
	padding-top: 0;
}
/* アイコン	別窓 */
.icon-window:after {
	content: url("/cms/cwc/img/icon_window.png");
	margin-left: 7px;
}
/* 汎用テキストリスト（数字付きリスト） */
ol.list-number {
	padding-left: 20px;
}
ol.list-number li {
	margin-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
}
ol.list-number li {
	list-style-type: decimal;
}
ol.list-number li:first-child{
	padding-top: 0;
}
/* スーパーチタニウム「TM」の小文字表記 */
.tm-little{
	font-size:9px;
	height:0;
	line-height:1;
	vertical-align:baseline;
	vertical-align:bottom;
	position:relative;
	bottom:2ex;
}
/* レジストレーターマークの小文字表記 */
.reg-little{
	font-size:12px;
	height:0;
	line-height:1;
	vertical-align:baseline;
	vertical-align:bottom;
	position:relative;
	bottom:1.5ex;
}


/***	汎用パーツ		ボックスリンク ***/
/* 左カラム（画像）右カラム（h2タイトル） */
.layout-2clm-right-img .main-clm {
	margin-top: 20px;
}
.layout-2clm-right-img .main-clm p.ta-right {
	text-align: center;
	margin-top: 20px;
}
.layout-2clm-right-img .main-clm h2 {
	font-size: 16px;
	text-align: center;
	line-height: 1.3em;
}
.layout-2clm-right-img .sub-clm {
	text-align: center;
}
/* ボックスレイアウト（半分） */
.wrapper-layout-half .left-clm{
	padding-bottom: 10px;
}
.wrapper-layout-half .right-clm{

}
/* ボックスレイアウト（3等分） */
.tripartition-clm{
	padding-bottom: 10px;
}
/* ボックスレイアウト（4等分） */
.quarter-clm{
	padding-bottom: 10px;
}


/* 下層用2clmのボックスリンク */
/* 白ボックスリンク、フォントサイズ14px（リンクの文字量が多い場合） */
ul.list-2clm-boxarrow-whiteblock-link {
	border: 1px solid #b2b2b2;
}
ul.list-2clm-boxarrow-whiteblock-link li {
	height: 68px;
	margin: 0;
	border-top: 1px solid #b2b2b2;
	background: url("/cms/cwc/img/arrow_link_right_dropmenu.png") no-repeat right center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-2clm-boxarrow-whiteblock-link li.window {
	height: 68px;
	margin: 0;
	border-top: 1px solid #b2b2b2;
	background: url("/cms/cwc/img/icon_window_default.png") no-repeat right center #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-2clm-boxarrow-whiteblock-link li:first-child {
	margin: 0;
	border-top: none;
}
/* 白ボックスリンク、左カラム*/
ul.list-2clm-boxarrow-whiteblock-link li.left {
	border-top: none;
}
/* 白ボックスリンク、右カラム*/
ul.list-2clm-boxarrow-whiteblock-link li.right {

}
ul.list-2clm-boxarrow-whiteblock-link li a {
	display: block;
	color: #000000;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	padding-left: 10px;
	font-size: 14px;
}
/* PDFアイコン付きテキストリンク */
.icon-pdffile-item:after {
	content: url("/cms/cwc/img/icon_pdffile_small.gif");
	margin-left: 20px;
}
/* PDFファイルアイコン付与 */
.icon-pdf:after {
	content: url("/cms/cwc/img/icon_pdf.png");
	margin-left: 10px;
}
/*WMPアイコン付きテキストリンク */
.icon-wmpfile-item:after {
	content: url("/cms/cwc/img/icon_wmpfile.gif");
	margin-left: 20px;
}
/*tellアイコン付きテキストリンク */
.icon-tell-item:before {
	content: url("/cms/cwc/img/icon_tell.png");
}
.box-border-lightgray-overflow {
	overflow-y: scroll;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	height: 120px;
	margin-bottom: 40px;
}
.mark-attention:after {
	color: #c7000b;
	content: "※";
	font-size: 13px;
	font-weight: normal;
}
/* 青文字 */
.txtcolor-blue {
	color: #0c3287;
}
.txtcolor-red {
	color: #c7000b;
}
/* テキスト下線 */
.txtdecor-underline {
	text-decoration: underline;
}

/* 角丸コンテンツ */
.kakumaru-contents{
	transition: all 0.5s;
	border: 1px solid #b2b2b2;
	border-top: 5px solid #0d146c;
	padding: 20px;
	background: #ffffff;
}
.tripartition-clm_dlc1{
	line-height:1.6em;
}
.tripartition-clm_dlc2{
	padding:30px 0 30px 50px;
}

/* CSR2016追記 ===============================================================================================*/
/* 2カラムレイアウトリスト	スタイルカスタマイズ */
ul.listlayout-2clm-linkcard.listval-socialindex {
	margin: 40px 0;
	padding: 0;
	border-top: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-2clm-linkcard.listval-socialindex li {
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-2clm-linkcard.listval-socialindex li:first-child {

}
ul.listlayout-2clm-linkcard.listval-socialindex li dl.list-thumbnaillink-block-gray dt {
	border-bottom: 1px solid #b2b2b2;
}
ul.listlayout-2clm-linkcard.listval-socialindex li dl.list-thumbnaillink-block-gray dt img {
	min-width: 100%;
}


/*20171122追加*/

.tbl-top{
	border:none;
	text-align:left;
	font-weight:normal;


}

.tbl-top th {
    display: table-cell;
    font-weight: normal;
    padding: 1px;
    vertical-align: inherit;
	width:28%;
}


/*ランキング*/
h2.title-2-ir-13 {
    background: none;
    height: 50px;
    padding-top: 40px;
    color: #0d146c;
    font-size: 18px;
    text-align: center;
}

.boxlink-boxarrow-navy-bggray-rank{

	background-color: #f7f7f7;

}

ul .list-lanking{
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
}
ul .list-lanking li.rank_1{line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_1.jpg") no-repeat scroll 20px center / 30px auto;
	margin-top:15px;}
ul .list-lanking li.rank_2{line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_2.jpg") no-repeat scroll 20px center / 30px auto;
	margin-top:0px;}
ul .list-lanking li.rank_3{line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_3.jpg") no-repeat scroll 20px center / 30px auto;
	margin-top:0px;}
ul .list-lanking li.rank_4{line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_4.jpg") no-repeat scroll 20px center / 30px auto;
	margin-top:0px;}
ul .list-lanking li.rank_5{line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_5.jpg") no-repeat scroll 20px center / 30px auto;
	margin-bottom:15px;}

ul.list-lanking li a {
	display: block;
		color: #4b4b4b;
	padding: 10px 0;
	padding-left: 60px;
}



/*ランキング サブナビ*/


ul.list-localnavigation-r{
    border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin:30px 0px;

}

ul.list-localnavigation-r p{
	height: 40px;
    padding-left: 0px;
	padding-top:20px;
    text-align: center;
    background-color: #F7F7F7;
	font-weight: bold;
	color: #0d146c;

}

ul.list-localnavigation-r li.rank_1{
	line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_1.jpg") no-repeat scroll 30px center / 30px auto;
	margin-top:10px;
}
ul.list-localnavigation-r li.rank_2{
	line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_2.jpg") no-repeat scroll 30px center / 30px auto;
}
ul.list-localnavigation-r li.rank_3{
	line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_3.jpg") no-repeat scroll 30px center / 30px auto;
}
ul.list-localnavigation-r li.rank_4{
	line-height: 1.3em;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_4.jpg") no-repeat scroll 30px center / 30px auto;
}
ul.list-localnavigation-r li.rank_5{
	line-height: 1.3em;
	margin-bottom:10px;
	background: rgba(0, 0, 0, 0) url("/cms/cwc/img/rank_5.jpg") no-repeat scroll 30px center / 30px auto;
}

ul.list-localnavigation-r p,
ul.list-localnavigation-r li a {
	display: block;
}

ul.list-localnavigation-r li a {
	color: #4b4b4b;
	padding: 10px 0;
	padding-left: 70px;
}
/*コーポレート　テーブル*/

	.com-table {
	width: 100%;
	margin-bottom:20px;
	border-collapse: collapse;
}


.com-table th,
.com-table td {
	padding: 10px;
	font-size: 13px;
	vertical-align: middle;
	border-top: 1px solid #221814 ;
	border-bottom: 1px solid #221814 ;
	border-left: 1px solid #221814 ;
	border-right: 1px solid #221814 ;
	font-weight:normal;
	text-align: center;
}


.com-table th {
	background-color:#f7f7f7;
	text-align: center;
}

.dotted{
	border-top:2px dotted #a0a0a0!important;

		}

/*ポップアップ*/

.modal_thumb {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}




/* 音声ファイルアイコン付与 */
.icon_speaker a:after {
	content: url("/cms/cwc/img/icon_speaker.png");
	margin-left: 10px;
}

/* 音声ファイル JストリームCSS調整 */
.icon_speaker span {
	    font-family: "Poppins","Noto Sans JP",Helvetica,Arial,Doroid Sans,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif !important;
}



ul .list-investor{
		border: 1px solid #b2b2b2;
		padding:15px 4px 30px;
	margin:0 10px;
	}

ul .list-investor::after{
	display:block;
	content: '';
	clear: both;
}

	ul .list-investor li{
    box-sizing: border-box;
    float: left;
    padding: 0 10px 10px 0;
    width: 50%;
		 text-align: center;
	}


			ul .list-investor li a:hover{
				opacity:0.7;
				transition:all 0.5s ease 0s;
			}

			ul .list-investor li p{
				color:#000;
				text-align:left;
			}
.benefit-border{
	background: #E16A02;
	color:#fff;
	padding:5px;
	margin-right:15px;}

	.list-base li h2{
font-size:1.4em;
line-height:30px;
font-size: 1.4em;
line-height: 30px;
margin-bottom: 10px;
padding-left: 10px;
		color:#fff;
}


/* ボックス矢印アイコンリスト */
ul.list-boxarrow-block-tk {
	border: 1px solid #b2b2b2;
}
ul.list-boxarrow-block-tk li {
	float: none;
	width: 100%;
	border-top: 1px solid #b2b2b2;
	background: url("/cms/cwc/img/arrow_right_boxgray_sp.png") no-repeat right center;
	background-size: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-boxarrow-block-tk li:first-child {
	border-top: none;
}
ul.list-boxarrow-block-tk li a {
	display: block;
	padding: 15px;
	padding-right: 36px;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* NEWアイコン付与 */
ul.list-boxarrow-block-tk.type-newslist li a {
}
ul.list-boxarrow-block-tk li a p.icon-new {
	padding-left: 66px;
	min-height: 46px;
	background: url("/cms/cwc/img/icon_new.png") no-repeat left center;
}


.box-contentsmenu-double-tk {
	position: relative;
	border-bottom: none;
	padding: 20px 25px;
}
/* 背景設定 */
.box-contentsmenu-double-tk.bgimg-contentsmenu-06 {
	height: 115px;
	background: url("/cms/cwc/img/bgimg_contentsmenu_06_sp.jpg") no-repeat center bottom;
	background-size: cover;
}

.box-contentsmenu-double-tk.bgimg-contentsmenu-tk {
	height: 115px;
	background: url("/cms/cwc/img/bgimg_contentsmenu_tk.jpg") no-repeat center bottom;
	background-size: cover;
}

.box-contentsmenu-double-tk .box-contentsmenu-double-tk-caption {
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	background: url("/cms/cwc/img/arrow_right_black.png") no-repeat right center rgba(255,255,255,0.7);
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* 装飾 */
.border-top::before {
  content: '';
  display: inline-block;
  margin-bottom: 20px;
  width: 58px;
  height: 1px;
  background-color: #000;
}
.border-top::after {
  content: '';
  display: inline-block;
  margin-top: 20px;
  width: 58px;
  height: 1px;
  background-color: #000;
}
.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-top: 20px;
  font-weight: 700;
}

.logo-wrap img {
	max-width: 120px;
	max-height: 50px;
}

/*--------------------- Form ---------------------*/
#step_bar_box {
  margin-bottom: 50px;
  overflow: hidden;
}
.stepBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stepBar .step {
  padding: 10px 0;
  text-align: center;
  background-color: #F5F7F6;
  border-radius: 20px;
  width: 133px;
}
.stepBar .step:not(:last-child) {
  margin-right: 20px;
}
.stepBar.current-1 .step:nth-child(1) {
  background-color: #005EC4;
  color: #fff;
}
.stepBar.current-2 .step:nth-child(2) {
  background-color: #005EC4;
  color: #fff;
}
.stepBar.current-3 .step:nth-child(3) {
  background-color: #005EC4;
  color: #fff;
}
.top_comment_ {
  margin-bottom: 90px;
}
.questionnaire_ {
  margin: 0 auto;
}
.questionnaire_box_,
.formdetail_ {
  width: 100%;
  display: block;
}
.questionnaire_box_ {
  margin: 20px auto;
  display: block;
}
.questionnaire_box_>tbody>tr>th {
  display: block;
  margin-bottom: 28px;
  width: 100%;
}
.questionnaire_box_>tbody>tr>td {
  display: block;
  width: 100%;
}
.formdetail_>tbody>tr>th {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.formdetail_>tbody>tr>td {
  display: block;
  width: 100%;
  text-align: left;
}
.questionnaire_box_ .common_headline2_ {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 28px;
}
.questionnaire_confirm_ .questionnaire_box_ th {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 28px;
}
.questionnaire_box_ .hisu,
.questionnaire_box_ .ninni {
  margin-left: 10px;
  padding: 5px 6px;
  font-size: 10px;
  font-weight: normal;
  background-color: #ECEFF1;
  border-radius: 6px;
}
.questionnaire_box_.type-design .ninni {
  display: none;
}
.questionnaire_box_ .hisu {
  color: #fff;
  background-color: #005EC4;
}
.questionnaire_confirm_ .questionnaire_box_ td {
  font-size: 18px;
}
.questionnaire_box_ th .note {
  margin-top: 10px;
  color: #BBBEC3;
  font-size: 11px;
  width: 100%;
  text-align: left;
  order: 3;
}
#table_name td,
.questionnaire_box_ .wrap td {
  display: flex;
  flex-wrap: wrap;
}
#table_name td p,
.questionnaire_box_ .wrap td p {
  margin-right: 10px;
  width: calc((100% - 10px) / 2);
}
#table_name td p:nth-child(2),
.questionnaire_box_ .wrap td p:nth-child(2) {
  margin-right: 0;
}
.questionnaire_box_ .small_ {
  display: none;
}
.questionnaire_box_ .wrap th {
  margin-top: 20px;
}
.questionnaire_box_ input:not([type="checkbox"]),
.questionnaire_box_ textarea {
  padding: 15px;
  border: 1px solid #BBBEC3;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
}
.questionnaire_box_ select {
	padding: 15px;
	border: 1px solid #BBBEC3;
	width: 100%;
	box-sizing: border-box;
}
.questionnaire_box_ input::placeholder,
.questionnaire_box_ textarea::placeholder {
  font-size: 14px;
  color: #ddd;
}
.questionnaire_box_ input[type="checkbox"] {
  border: 1px solid #BBBEC3;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}
.questionnaire_box_ .personal_information {
  margin-bottom: 40px;
  padding: 20px;
  height: 250px;
  background: #F5F7F6;
  border-radius: 20px;
  overflow-y: scroll;
}
.questionnaire_box_ .personal_information h2 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
}
.questionnaire_box_.simple_display .ninni,
.questionnaire_box_.agreement .hisu {
  display: none;
}
.questionnaire_box_.agreement tr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.questionnaire_box_.agreement th {
  margin-bottom: 20px;
  width: auto;
}
.questionnaire_box_.agreement td {
  width: auto;
}
.questionnaire_box_.agreement .questionnaire_box_content_ {
  display: flex;
  align-items: center;
}
.questionnaire_box_.agreement h2 {
  margin-right: 20px;
  font-size: 14px;
}
.questionnaire_box_.agreement .questionnaire_box_content_ input {
  margin-right: 20px;
}
.questionnaire_box_.agreement .questionnaire_box_content_ label {
  font-size: 14px;
  font-weight: bold!important;
}
.questionnaire_ .submit_ {
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
}
.questionnaire_ .submit_ a,
.questionnaire_confirm_ + .submit_ input.cancel {
  margin-right: 20px;
  padding: 13px 53px;
  border: solid 1px #222;
  border-radius: 18px;
  transition: .2s all;
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
.questionnaire_ .submit_ a:hover,
.questionnaire_confirm_ + .submit_ input.cancel:hover {
  text-decoration: none;
  color: var(--link-hover-color);
}
.questionnaire_ .submit_ button,
.questionnaire_confirm_ + .submit_ input.submit {
  position: relative;
  padding: 15px 5px;
  border: none;
  background-color: #005EC4;
  color: white;
  border-radius: 20px;
  transition: .2s all;
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  font-size: 14px;
}
.questionnaire_ .submit_ button:hover,
.questionnaire_confirm_ + .submit_ input.submit:hover {
  background-color: #003082;
}
.questionnaire_ .submit_ button::after,
.questionnaire_confirm_ + .submit_::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(0, -50%);
}
.questionnaire_box_ .tooltip {
    right: auto;
    max-width: 40%;
    font-size: 0.8rem;
}
.questionnaire_tanks_ .more-btn a {
  width: 100%;
}
.sign_img {
	width: 130px !important;
}