@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f9 { font-size: 62.5% !important; }
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.B	{ font-weight:bold !important; }
.blue	{ color:#2c8ed2 !important; }
.gray	{ color:#aaa !important; }
.red	{ color:#e6002d !important; }
.black	{ color:#000000 !important; }
.white	{ color:#ffffff !important; }


.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/* main
---------------------------------- */

#main {
	padding: 35px 0;
}
#container #main {
	float: left;
}
@media print , screen and (min-width: 768px) {
#container #main {
	width: 950px;
}
}

/* contents-block
---------------------------------- */

.contents-block {
	margin-top: 20px;
	margin-bottom: 35px;
}

.contents-block img {
	width: 100%;
}

/* PDFダウンロードはこちら
---------------------------------- */

.right-side {
	padding: 15px 10px;
	border: 1px solid #e5e5e5;
}

.arrow_down {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.arrow_d {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_d:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fa0046;
  border-right: solid 2px #fa0046;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(135deg);
}
@media print , screen and (min-width: 768px) {
.right-side {
	text-align: right;
	margin-left: auto;
	justify-content: right;
	width: 240px;
}
.arrow_down {
	font-size: 131% !important;
}
}
@media only screen and (max-width: 767px) {
.right-side {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	width: 210px;
}
}


/* IR情報トップ
---------------------------------- */

.center-side {
	padding: 15px 10px;
	border: 1px solid #e5e5e5;
	text-align: center;
	width: 210px;
}

.arrow_right {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding-right: 5px;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fa0046;
  border-right: solid 2px #fa0046;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media print , screen and (min-width: 768px) {
.center-side {
	width: 240px;
}
.arrow_right {
	font-size: 131% !important;
}
}


/* navi-block
---------------------------------- */

.navi-block {
	width: 100%;
	margin: 0 0 50px;
}
.navi-block img {
	width: 100%;
}


/* col_4
---------------------------------- */


.col_4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 .col_4_block {
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	position: relative;
	overflow:hidden;
}
.col_4 .col_4_block:nth-child(2n) {
	margin-right: 0;
}
.col_4 .col_4_block .wh-bk {
	width: calc(100%);
	position: absolute;
	background-color: #283c6f;
	bottom: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	opacity: 0.9;
	padding: 5px 0;
}
.col_4 .col_4_block .wh-bk p {
	color: #fff;
	font-size: 161.6% !important;
	font-weight: 400;	
}
.col_4 .col_4_block a:hover img{
	transform:scale(1.1,1.1);
	transition: .3s ease-in-out;
}

.col_4 .col_4_block.ir-top {
	border: none;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-right: 0;
	padding: 20px 0;
}

@media only screen and (max-width: 767px) {
.col_4 .col_4_block {
	width: calc(100%);
	margin: 0 0 15px;
}
.col_4 .col_4_block .wh-bk p {
	font-size: 123.1% !important;
}
.col_4 .col_4_block.ir-top {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
}




/* h3
---------------------------------- */

h3.p_title {
	margin-bottom: 30px;
	color: #383838;
}

@media print , screen and (min-width: 768px) {
h3.p_title {
	font-size: 20px !important;
	padding-bottom: 3px;
}
}


/* PDF DL
---------------------------------- */

#download {
	margin-top: -50px;
	padding-top: 50px;
}

.section.pdfdl {
	padding-bottom: 40px;
}

.container_block {
	display: flex;
}
.container_block .contents_l {
	width : calc(100% - 50%);
}
.container_block .contents_r {
	flex: 1;
	width: 50%;
	margin-left: 40px;
}

.container_block .contents_l img {
	width: 100%;
	border: 1px solid #d2d2d2;	
}


@media only screen and (max-width: 767px) {
.container_block {
	display: block;
}
.container_block .contents_l {
	width: 100%;
}
.container_block .contents_r {
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
}
}

/* arList01
---------------------------------- */

p.dl_txt {
	color: #383838 !important;
	font-weight: 500 !important;
}

#main .arList01 {
	margin-bottom: 20px;
}
#main .arList01 li {
	margin: 5px 0;
	font-weight: 400;
	font-size:93%;
}

.contents_r .arList01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px 0 20px;
}
.contents_r .arList01:last-child {
	border-bottom: none;
}

@media print , screen and (min-width: 768px) {
p.dl_txt {
	font-size: 153.9% !important;
}
}

/* ご案内
---------------------------------- */
.guidance {
	border: double #e5e5e5;
	padding: 15px;
	text-align: left;
}
@media print , screen and (min-width: 768px) {
.right-side2 {
	text-align: right;
	margin-left: auto;
	justify-content: right;
	width: 530px;
}
.guidance {
	font-size: 108% !important;
	color: #383838 !important;
}
}
@media only screen and (max-width: 767px) {
.guidance {
	font-size: 85% !important;
}
}



/* Annual Report
---------------------------------- */
@media print , screen and (min-width: 768px) {
.colBlock01 .linkTxt {
	font-size: 16px !important;
	text-align: left;
}
.readerBlock {
	display: flex;
}
.readerBlock-txt {
	margin-top: 7px;
	padding-left: 5px;
}
}
@media only screen and (max-width: 767px) {
.readerBlock {
	display: block;
}
.readerBlock-txt {
	margin-top: 10px;
	font-size: 85% !important;
}
}