@charset "utf-8";

html {
	font-size: 62.5%;
	overflow-x: hidden;
	box-sizing: border-box;
}
body{background: none}

br.sp{
  display: none;
}

/* ######Setting##### */
#wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
#wrap2{
  position: relative;
  margin: 0 0 160px;
  width: 100%;
  height: 100%;
}#wrap3{
  position: relative;
  margin: 0 0 0px;
  width: 100%;
  height: 100%;
}
/* ###### Keyview ##### */

/* ###### pankuzu ##### */
#pankuzu{
  margin: 0 auto 0;
  width: 1200px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#pankuzu ul{
  background:url(/wp-content/themes/BTM/images/icon_pankuzu_home.svg) no-repeat top 0px left 0;
  background-size: 14px;
  width: 100%;
  font-size: 0;
}
#pankuzu ul li{
  position: relative;
  display: inline-flex;
   	color: #777777;
  font-weight: 300;
  font-size:14px;
  line-height: 14px;
  vertical-align: top;
}
#pankuzu ul li::after{
  position:absolute;
  top:7px;
  right: -5px;
  content: "";
  background-color: #2b2b2b;
  width: 12px;
  height: 1px;
}
#pankuzu ul li:last-child::after{
  position:absolute;
  top:0;
  right: 0;
  content: "";
  background-color:inherit;
  width:0;
  height: 0;
}
#pankuzu ul li a{
  display: block;
  padding:0 20px;
   	color: #777777;
	font-weight: 300;
  font-size:14px;
  line-height: 14px;
}
#pankuzu ul li a:hover{
  color:#29ABE2;
}
#pankuzu ul li.now_page a{
  color:#29ABE2;
}
/* ######contents##### */
.contents{
  margin: 0 auto 0;
  width: 1024px;
}
.contents p{
  margin: 0px 12px;
  color:#000;
  font-weight: 300;
  font-size:1.6rem;
  line-height: 4.0rem;
}

/*追記*/
.contents{
	font-size: 1.6rem;
	line-height: 4.0rem;
}
section{
	margin-bottom: 60px;
}section a{
	display: block;
	color:#2b2b2b;
	cursor: pointer;
}

@font-face {
  font-family: Alegreya Sans SC;
	src: url("/wp-content/themes/BTM/ir/font/AlegreyaSansSC-Medium.ttf") format('opentype');}
@font-face {
  font-family: Alegreya Sans SC Regular;
  src: url("/wp-content/themes/BTM/ir/font/AlegreyaSansSC-Regular.ttf") format('opentype');
}@font-face {
  font-family: AlBayan;
  src: url("/wp-content/themes/BTM/ir/font/AlBayan.ttf") format('opentype');
}
.mainVisual {
    position: relative;
    background: url("/wp-content/themes/BTM/ir/images/mv.jpg") center 100% / 100% no-repeat;
    width: 100%;
    height: 300px;
	background-size: cover;
}
.mainVisual .title{
	position: absolute;
	margin-left: 15%;
	top: calc(50% + 20px);
	transform: translateY(-25%);

}
.mainVisual .title .ttl_h1_01{
	font-size: 2.5rem;
	z-index: 10;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
	line-height: 2.5rem;
	padding: 30px 35px;
	letter-spacing: 0.5rem;
}
.mainVisual .title .ttl_h1_01 span{
	display: block;
	color: #fff;
	margin-bottom: -20px;
	font-size: 2.0rem;
	font-family: Alegreya Sans SC;
	font-weight: 400;
}
.download_btn {
	font-size: 16px;
	background-color: #fff;
	border-radius: 100px;
	margin-right: 3vw;
	margin-top: 200px;
	box-shadow: 0px 0px 12px #000;
	transition: 1s;
}.download_btn:hover {
	box-shadow: 1px 1px 8px #fff;
	transition: 1s;
}
.download_btn a{
	display: block;
	padding: 10px 30px;
	color: #29ABE2;
	line-height: 2.3rem;
	font-weight: 500;
	padding-right: 80px;
	position: relative;
	cursor: pointer;
}
.download_btn a::after{
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/download_btn.png") no-repeat;
	display: inline-block;
	width: 58px;
	height: 58px;
	position: absolute;
	background-size: contain;
	top: 3.5px;
	right: 5px;
}
h2.ttl_h2_01{
	display: block;
	background: #F5F5F5;
	padding: 20px 40px;
	font-size: 1.5rem;
	margin-bottom: 50px;
	border-radius: 6px;
	color: #777777;
}h2.ttl_h2_01 span{
	color: #29ABE2;
	font-family: Alegreya Sans SC;
	font-weight: 500;
	font-size: 2.2rem;
	position: relative;
	margin-right: 80px;
	letter-spacing: 0.2rem;
}h2.ttl_h2_01 span::after{
	content:"";
    display:inline-block;
    width: 2px;
    height: 22px;
    background-color: #29ABE2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: -40px; 
}
/*ニュース*/
div.news{
	float:left;
    margin: 0 auto 0;
    width: 500px;
	margin-bottom: 40px;
}
div.news dl{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #D9D9D9;
}div.news dl:hover{
 background-color: rgba(41, 171, 226, 0.07);
}div.news dl.last{
	border-bottom: none;
	margin-bottom: 40px;
}div.news dl dt{
	width: 100%;
}div.news dl dt span{
	background-color: #2AABE4;
	display: inline-block;
	text-align: center;
	width: 100px;
	line-height: 2.0rem;
	margin-left: 30px;
	color: #fff;
	font-size: 1.2rem;
}div.news dl dd{
	width: 100%;
	line-height: 2.5rem;
}div.news dl dd span{
	display: inline-block;
	color: #777777;
	font-size: 1.4rem;
	position: relative;
	padding-left: 20px;
}div.news dl dd span::before{
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/icon_pdf.svg") no-repeat;
	display: inline-block;
	width: 16px;
	height: 18px;
	position: absolute;
	background-size: contain;
	top: 0px;
	left: 10px;
}div.news dl dt span.yuho{
	background-color: #508BD0;
}div.news dl dt span.kessan{
	background-color: #6DC0D8;
}div.news dl dt span.shiryou{
	background-color: #A8A8A8;
}div.news .btn_01 {
	background-color: #fff;
	border: 1px solid #D9D9D9;	
}div.news .btn_01:hover {
	background-color: rgba(41, 171, 226, 0.08);
}
ol {
  list-style: none;
}
/* IRムービー */
div.ir_movie{
	float: right;
    margin: 0 auto 0;
    width: 500px;
	margin-bottom: 40px;
}
/* Youtubeサイズ調整 */
#movie_area{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#movie_area iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ir_message{
	clear: both;
}
[value="全て"]:checked ~ .targets [data-category] {
  display: block;
}
[value="決算・適時開示"]:checked ~ .targets .target:not([data-category~="決算・適時開示"]), 
[value="IR資料"]:checked ~ .targets .target:not([data-category~="IR資料"]), 
[value="お知らせ"]:checked ~ .targets .target:not([data-category~="お知らせ"]){
  display: none;
}
/*  ラジオボタンを非表示に */
input[type="radio"] {
  position: absolute;
  left: -9999px;
}
/*  以下はラベルのスタイル */
.filters {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.filters label {
  display: inline-block;
  width: 210px;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s;
    color: #A8A8A8;
  background-color: #fff;
  border: 1px #A8A8A8 solid;
  border-radius: 5px;
  font-size: 1.4rem;
}
.filters label:hover {
  background-color: rgba(41, 171, 226, 0.7);
  color: #fff;
  border: 1px #29ABE2 solid;
}
[value="全て"]:checked ~ .filters [for="全て"], 
[value="決算・適時開示"]:checked ~ .filters [for="決算・適時開示"], 
[value="IR資料"]:checked ~ .filters [for="IR資料"], 
[value="お知らせ"]:checked ~ .filters [for="お知らせ"]{
  background: #29ABE2;
  color: #fff;
  border-radius: 5px;
  border: 1px #29ABE2 solid;
}
.select_trigger{
	width: 15%;
	background-color: #A8A8A8;
	margin-bottom: 20px;
	position:relative;
	line-height: 3.2rem;
}.form-control{
	color: #fff;
	font-size: 1.3rem;
	position: relative;
	width: 100%;
	padding-left: 30px;
	background-color: #A8A8A8
}.form-control option{
	font-size: 1.3rem;
	line-height: 3.0rem;
}
.select_trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 7px; 
		height: 7px;
        top: 50%; 
		right: 25px;
        margin-top: -1px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
/*irライブラリー*/

div.ir_library{
	width: 100%;
}
div.ir_library dl dt{
	width: 20%;
}
.tab-group{
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.tab{
  list-style:none;
  cursor:pointer;
  display: inline-block;
  width: 210px;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  transition: all 0.2s;
  color: #A8A8A8;
  background-color: #fff;
  border-bottom: 1.5px #A8A8A8 solid;
  border-radius: 0px;
  font-size: 1.4rem;
  position: relative;	
}

.tab.is-active{
  color:#29ABE2;
  transition: all 0.2s ease-out;
	border-bottom: 1.5px solid #29ABE2;
}
.tab:hover{
	border-bottom: none;
	color: rgba(41, 171, 226, 0.7);
}

.tab::after {
    position: absolute;
    left: 0;
    content: '';
    width: 0%;
    height: 1.0px;
	bottom: -1px;
    background-color: rgba(41, 171, 226, 0.7);
    transition: .3s;
	z-index: 5;
}
.tab:hover::after {
    width: 100%;
}
.panel-group{
  height:100px;
  border-top:none;
}
.panel{
  display:none;
}

.panel.is-show{
  display:block;
}
/*株主・投資家の皆様へ*/
section.message{
	width: 100%;
	display: flex;
	justify-content: space-between;
}section.message p{
	display: block;
	font-size: 2.1rem;
	text-align: right;
}section.message .txt_area{
	width: 70%;
}
section.message article p{
	font-size: 1.6rem;
	text-align: left;
	line-height: 4.0rem;
}section.message article{
	margin-bottom: 40px;
}section.message div.img{
	width: 30%;
}section.message p span{
	display: block;
	font-size: 1.6rem;
}section h3.ttl_h3_01{
	font-size: 2.2rem;
	color: #29ABE2;
	margin-bottom: 30px;
}section.txt p{
	  margin-bottom: 50px;

}section.ir_list dl{
	width: 100%;
	display: flex;
	padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-top: 10px;

}section.ir_list dl dt{
	width: 25%;
	border-top: 1.5px solid #29ABE2;
	margin-right: 30px;
}section.ir_list dl dd{
	width: 75%;
	border-top: 1.5px solid #D9D9D9;
	margin-right: 30px;
}a.link{
	color: #29ABE2;
	text-decoration: underline;
	display: inline;
}


h3.ttl_h3_02{
	font-size: 2.0rem;
	position: relative;
	margin-bottom: 40px;
}h3.ttl_h3_02::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
	bottom: -1px;
   border-bottom: 2px dotted #D9D9D9;
    transition: .3s;
}div.img{
	width: 100%;
 	margin: 0 auto;
	margin-bottom: 60px;
}article.faq_wrapper{
	width: 70%;
	margin: 0 auto;
	padding: 40px 40px 40px 60px;
	border: 1.5px solid #29ABE2;
	border-radius: 6px;
	margin-bottom: 60px;
}article.faq_wrapper a.link{
	text-decoration: none;}
article.faq_wrapper ul li{
	text-indent: -1em;
    padding-bottom: 5px;
    padding-top: 5px;
	font-size: 1.6rem;
}article.faq_wrapper h3.ttl_h3_03{
	text-align: center;
	color: #777777;
	font-size: 1.4rem;
	line-height: 4.5rem;
	letter-spacing: 0.2rem;
	margin-bottom: 40px;
}article.faq_wrapper h3.ttl_h3_03 span{ 
	font-family: Alegreya Sans SC Regular;
	font-weight: 300;
	display: block;
	color: #29ABE2;
	font-size: 3.5rem;
	position: relative;
	padding-bottom: 15px;
	letter-spacing: 0.5rem;
}article.faq_wrapper h3.ttl_h3_03 span::after{ 
    position: absolute;
    content: '';
    width: 30%;
    height: 1.0px;
	bottom: 0px;
    background-color: #29ABE2;
	left: 50%;
	transform: translateX( -50%);
}.contact{
    background-color: rgba(41, 171, 226, 0.07);
	text-align: center;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	padding-bottom: 1px;
	padding-top: 40px;
}.contact p{
    font-size: 1.6rem;
	font-weight: 500;
	line-height: 4.0rem;
	margin-bottom: 20px;
}.contact p span{
    text-decoration: underline;
	font-weight: 500;
}.contact h3.ttl_h3_04{
    color: #29ABE2;
	width: 100%;
	font-size: 2.0rem;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 20px;
}.contact h3.ttl_h3_04::after{ 
    position: absolute;
    content: '';
    width: 3%;
    height: 2.0px;
	bottom: 0px;
    background-color: #29ABE2;
	left: 50%;
	transform: translateX( -50%);
}#wrap2_02{
  position: relative;
  margin: 0 0 0px;
  width: 100%;
  height: 100%;
}.tab_group_02{
	width: 85%;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 80px;
}.tab_group_02 .tab{
  width: 250px;
}section.graph_area{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 80px;
}section.graph_area:child{
	width: 48%;
}section.graph_area table{
	width: 100%;
	border: 1px solid #D9D9D9;
	font-size: 1.2rem;
}section.graph_area table tr{
	border: 1px solid #D9D9D9;
}section.graph_area table th{
	border: 1px solid #D9D9D9;
	text-align: center;
	color: #777777;
	background-color: #F5F5F5;
	font-size: 1.2rem;
	padding-top: 2px;
	padding-bottom: 2px;
	width:15.33%;
}section.graph_area table tr.th_year th{
	font-size: 1.1rem;
}section.graph_area table td{
	border: 1px solid #D9D9D9;
	text-align: right;
	padding-right: 10px;
	color: #777777;
}section.graph_area h3.ttl_h3_01{
	margin-bottom: 0px;
	position: absolute;
	top: -10px;
	z-index: 5;
}/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 950px;
    margin:0 auto;
}ul.accordion-area  li{
    border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
	padding-bottom: 10px;
}

section.calendar .img{
	display: block;
}

section.calendar .img_sp {
	display: none;
	
}

section.faq{
	margin-bottom: 80px;
}
/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .5s ease;
	display: flex;
    padding-bottom: 10px;
    padding-top: 20px;
	align-items: center;	
}.accordion-area .title span{
	display: block;
    background-color: #29ABE2;
	padding: 5px 18px;
	border-radius: 50%;
	color: #fff;
	font-family: Alegreya Sans SC Regular;
	font-size: 2.4rem;
	margin-right: 20px;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #29ABE2;
    
}
.accordion-area .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before{
  transform: rotate(0deg);
  background-color: #777777;
}

.accordion-area .title.close::after{
  transform: rotate(0deg);
  background-color: #777777;
	
}
.accordion-area section{
  margin-bottom: 5px;
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    padding-top: 0px;
    padding-bottom: 20px;
}.accordion-area .box p{
    margin: 0;
}.accordion-area .box p.txt{
    margin: 0;
	width: 85%;
}.accordion-area .box p a.link{
	display: inline;
}.accordion-area .box span{
	display: block;
    background-color: #D9D9D9;
	padding: 5px 18px;
	border-radius: 50%;
	color: #fff;
	font-family: Alegreya Sans SC Regular;
	font-size: 2.4rem;
	margin-right: 20px;
}.accordion-area .box p.p_02{
    padding-left: 70px;
}section.sp{
	display: none;
}section.faq a.link{
	display: inline;
}.accordion-area .box div{
	    display: flex;
    align-items: center;
    margin: 0px;
}

a.external_link{
	color: #29ABE2;
	text-decoration: underline;
	display: inline;
	position: relative;
	padding-right: 23px;
}
a.external_link span {
	position: relative;
}
a.external_link span::before{
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/icon_window_link.svg") no-repeat;
	display: inline-block;
	width: 16px;
	height: 18px;
	position: absolute;
	background-size: contain;
	top: 6px;
	left: 3px;
}
a.external_link img{
	width: 16px;
	height: 18px;
	position: absolute;
	background-size: contain;
	top: 4px;
    padding-left: 4px;
}

/*個人投資家ページ*/
ul.link_list{
	display: flex;
	justify-content: space-between;
	font-size: 1.8rem;
	margin-bottom: 50px;
}ul.link_list li{
	width: 20%;
	border: 1px solid #29ABE2;
	padding: 5px 20px;
}ul.link_list li:hover{
    background-color: rgba(41, 171, 226, 0.08);
}ul.link_list li a{
	color: #29ABE2;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}ul.link_list li a::after{
	position: absolute;
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/icon_arrow_right.svg") no-repeat;
	display: inline-block;
	width: 16px;
	height: 18px;
	background-size: contain;
	transform: rotate(90deg);
	top: 12px;
	right: 3px;
}h3.ttl_h3_05{
	font-size: 3.0rem;
	color: #29ABE2;
	position:relative;
	margin-bottom: 70px;
	margin-top: 70px;
}h3.ttl_h3_05:before{
    position: absolute;
    content: " ";
    display: block;
    background-color: #29ABE2;
    width: 326px;
    height: 6px;
    top: 55px;
	z-index: 5;
}h3.ttl_h3_05:after {
	position: absolute;
	background-color: #D9D9D9;
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    top: 58px;
}h4.ttl_h4_01{
	font-weight: 700;
	color: #29ABE2;
	font-size: 2.0rem;
	margin-bottom: 20px;
}.btn_02{
	border: 1px #777777 solid;
	border-radius: 5px;
	width: 38%;
	text-align: center;
	margin: 0 auto;
}.btn_02:hover{
    background-color: rgba(41, 171, 226, 0.08);
}.btn_02 a{
	color:#777777;
	font-size: 1.4rem;
	display: block;
	width: 100%;
	position: relative;
}.btn_02 a::before{
	position: absolute;
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/icon_arrow_right.svg") no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: contain;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	left: 20px;
}.tab-area {
	display: flex;
	border: none;
	cursor: pointer;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}.tab_group_03{
	margin-top: 80px;
}.tab_group_03 .tab {
	font-size: 1.8rem;
	font-weight: 700;
	width: calc(100%/2);
	padding: 20px;
	text-align: center;
	color:#777777;
	border: #D9D9D9 1px solid;
	border-top-left-radius: 9px;	
	border-top-right-radius: 9px;	
}.tab_group_03 .tab:hover{
	background-color: rgba(41, 171, 226, 0.07);
	border: #D9D9D9 1px solid;
}.tab_group_03 .tab:hover::after{
	width: 0%;
}
.tab_group_03 .tab.active{
	background-color: #29ABE2;
	color: #fff;
}.tab_group_03 .tab a{
	color:#777777;
}.tab_group_03 .tab.active a{
	color: #fff;
}.panel {
	display: none;
}span.caption{
	font-size: 85%;
	font-weight: normal;
}
.panel.active {
	display: block;
}
div.flex{
	display: flex;
	justify-content: space-between;
}div.flex .gray_area{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #F4F4F4;
	width: calc( 50% - 15px);
	padding: 20px;
	margin-top: 50px;
}div.flex .gray_area .icon, div.flex .gray_area .icon_02{
	position: relative;
	display: block;
	background:#1B7DD6;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	color: #fff;

}div.flex .gray_area .icon_02{
	background:#60A4E3;

}div.flex .gray_area .icon span, div.flex .gray_area .icon_02 span{
	color: #fff;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%)  translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width :80px;
	text-align:center;
	z-index: 5;
	line-height: 2.0rem;
	font-size: 1.7rem;
}div.flex .gray_area ul{
	width: 70%;
	margin-left: 20px;
}div.flex .gray_area ul li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7rem;
	margin-bottom: 10px;
	font-size: 90%;
}div.blue_box{
   width: 300px;
    height: 200px;
    background: #29ABE2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}h4.ttl_h4_02{
	font-size: 3.0rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	display: block;
}h4.ttl_h4_02::before{
    content: "";
    display: block;
    width: 300px;
    height: 200px;
    background: #454545;
    position: absolute;
    bottom: 0;
    margin: auto;
	z-index: -5!important;
	right: -30px;
	top: 30px;
}.future{
	margin-top: 80px;
	    background-color: rgba(41, 171, 226, 0.07);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 80px;
	padding-bottom: 150px;
}.future p{
	font-weight: 700;
}.future .wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}div.last{
	margin-top: -15%;
	margin-bottom: 50px;
}.more_info{
	margin-top: 80px;
	    background-color: #F5F5F5;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 50px;
	padding-bottom: 80px;
	margin-bottom: 0px;
}.more_info .title_wrapper{
	display: flex;
	justify-content: space-between;
}.more_info .title_wrapper .title{
	box-sizing: border-box;
	position:relative;
	background-color: #fff;
	width:calc(50% - 20px);
	line-height: 1.8rem;
	border-radius: 6px;
}.more_info .title_wrapper .title:hover{
    background-color: rgba(41, 171, 226, 0.08);
	border: 1px solid #29ABE2;
}h4.ttl_h4_03 span{
	font-family: AlBayan;
	font-weight: 800;
	font-size: 1.3rem;
	color: #29ABE2;
	display: block;
	line-height: 1.3rem;
	margin-bottom: 15px;
}h4.ttl_h4_03::before{
	position: absolute;
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/indivisual/img_05.svg") no-repeat;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
}h4.faq::before{
	position: absolute;
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/indivisual/img_06.svg") no-repeat;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
}h4.ttl_h4_03::after{
	position: absolute;
	content:" ";
	background: url("/wp-content/themes/BTM/ir/images/icon_arrow_right.svg") no-repeat;
	display: inline-block;
	width: 16px;
	height: 18px;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}h4.ttl_h4_03 a{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	color: #000;
	display: block;
	width: 100%;
	padding: 50px;
}h3.ttl_h3_06{
	font-weight: 800;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 50px;
}.investor .img{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;}
.investor p{
	margin: 0px;
	margin-bottom: 50px;
}.investor{
	margin-bottom: 0px;
}.message_img{
	width: 28%;
}.message_img img{
	width: 100%;
}.future .wrapper .text_area{
	width: 60%;
}
.blue_txt{color:#29ABE2}
.kouko_p p{
	margin-bottom: 0 !important;
}
.annotation{
	text-align: right;
	color: #777777;
}