@charset "utf-8";
/* CSS Document */
/*
メインブルー: #0b1f64

*/
#individual img {
	max-width: 100%;
}
.sp-on {
		display: none;
	}
/* -----------------------------------------

		個人投資家の皆様へ #individual

---------------------------------------------*/
/* TOPイメージ */
.top-img-area {
	width: 100%;
	overflow: hidden;
}
.top-title {
	width: calc(100% - 70.6%);
	height: 426px;
	font-size: 185.7%;
	line-height: 1.8;
	text-align: center;
	float: left;
	color: #fff;
	background: #0b1f64;
	box-sizing: border-box;
	padding-top: 14%;
	letter-spacing: 0.2em;
}
.top-img {
	width: 70.6%;
	height: 426px;
	float: left;
	background: url(../../img/IR_individual_top.png) no-repeat center;
}
.top-img img {
	max-width: 100%;
}
#individual .main-txt {
	width: 100%;
	font-size: 142.9%;
	color: #0b1f64;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	background: #f6f4e5;
	box-sizing: border-box;
	padding: 60px 0;
}
.title-big {
	font-size: 257.1%;
	letter-spacing: 0.5em;
	vertical-align: middle;
}
/* STEP エリア */
.individual-sec {
	padding-bottom: 90px;
	border-bottom: 1px solid #0b1f64;
	overflow: hidden;
	margin-bottom: 90px;
}
.individual-sec:last-child {
	border-bottom: none;
}
.step-title {
	font-size: 185.7%;
	color: #0b1f64;
	letter-spacing: 0.2em;
	margin-bottom: 95px;
}
#individual #contents .step {
	display: inline-block;
	padding: 25px 90px 25px 25px;
	box-sizing: border-box;
	background: #f6f4e5;
	text-align: center;
	border-radius: 30px;
	position: relative;
	margin-right: 20px;
}
.step-num {
	width: 75px;
	height: 75px;
	background: #0b1f64;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 75px;
	text-indent: 0.2em;
	position: absolute;
	top: 0;
	right: 0;
}
.step-list {
	width: 100%;
	overflow: hidden;
}
#individual .step-list {
	margin-bottom: 0;
}
.step-list li {
	width: 218px;
	height: 218px;
	float: left;
	margin-left: 30px;
}
.step-list li + li {
	margin-left: 35px;
	padding-bottom: 15px;
	/* 本来はマージン50 */
}
.step-list a {
	display: block;
	transition: 0.2s;
}
/* 動画エリア */
.movie-box {
	width: 100%;
	height: 310px;
	box-sizing: border-box;
	border: 6px solid #0b1f64;
	border-radius: 30px;
	overflow: hidden;
}
.movie-left {
	width: 360px;
	height: 100%;
	float: left;
	background: #f2f2f2;
	line-height: 1.5;
	font-size: 120%;
}
.movie-title {
	box-sizing: border-box;
	padding: 26px;
	color: #fff;
	background: #0b1f64;
}
.movie-txt {
	padding: 15px 30px 30px 30px;
	box-sizing: border-box;
}
.movie-right {
	width: calc(100% - 360px);
	float: left;
	box-sizing: border-box;
	padding: 50px 50px 20px;
}
.video {
	width: 340px;
	height: 190px;
	margin-bottom: 15px;
}
p.video-title {
	font-size: 85%;
}
.video iframe {
	width: 100%;
	height: 100%;
}
/* -----------------------------------------

	STEP01 エスプールってどんな会社？ #what

---------------------------------------------*/
.step-tab-list {
	overflow: hidden;
}
.step-tab-list li {
	float: left;
	margin-right: 50px;
}
.step-tab-list a {
	display: block;
	font-size: 85.7%;
	font-weight: bold;
	padding: 13px 30px;
	border: 1px solid #0b1f64;
	border-bottom: none;
	box-sizing: border-box;
	color: #0b1f64;
	letter-spacing: 0.28em;
	transition: 0.2s;
}
.active a {
	background: #0b1f64;
	color: #fff;
}
.individual-subtitle {
	text-align: center;
	font-size: 142.9%;
	color: #0b1f64;
	letter-spacing: 0.3em;
	padding: 25px 0 20px;
	border-top: 1px solid #0b1f64;
	border-bottom: 1px solid #0b1f64;
	margin-bottom: 55px;
}
.step-list {
	margin-bottom: 80px;
}
.ind-box {
	border: 4px solid #0b1f64;
	margin-bottom: 83px;
}
.ind-box.with-arrow {
	position: relative;
}
.ind-box.with-arrow:before {
	content: "";
	display: block;
	width: 80px;
	height: 20px;
	background: #0b1f64;
	position: absolute;
	top: -20px;
	left: calc(50% - 40px);
}
.ind-box.with-arrow:after {
	content: "";
	display: block;
	border: 100px solid transparent;
	border-bottom: 50px solid #0b1f64;
	position: absolute;
	top: -170px;
	left: calc(50% - 100px);
}
.box-title {
	font-size: 142.9%;
	color: #0b1f64;
	text-align: center;
	letter-spacing: 0.3em;
	padding: 22px 0;
	border-bottom: 1px solid #0b1f64;
}
.social-list {
	width: 100%;
	padding: 35px 47px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.social-list li {
	width: 95px;
	color: #0b1f64;
	text-align: center;
	box-sizing: border-box;
	margin: 10px;
}
.social-list li span {
	display: block;
	box-sizing: border-box;
}
.social-list li:nth-child(3) {
}

.yellow-title {
	text-align: center;
	font-size: 164.3%;
	line-height: 1.65;
	font-weight: bold;
	color: #ff931e;
	margin: 25px 0 20px;
	letter-spacing: 0.1em;
}
.step-list + .yellow-title {
	margin-bottom: 70px;
}
.ind-box-txt {
	width: 90%;
	padding: 7px 0;
	text-align: center;
	background: #0b1f64;
	color: #fff;
	margin: 0 auto 30px;
	border-radius: 100px;
}
#what .ind-box-txt {
	width: 38%;
	margin-bottom: 30px;
}
.middle-title {
	font-size: 164.3%;
	text-align: center;
	color: #0b1f64;
	font-weight: bold;
	line-height: 2.0;
	margin-bottom: 83px;
}
#what .middle-title {
	margin-bottom: 25px;
}
.border-b {
	border-bottom: 2px solid #a3d4ff;
}
.ind-cont-box {
	width: 100%;
	background: #f6f4e5;
	padding: 39px 52px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.cont-title-top {
	width: 100%;
	background: #0b1f64;
	font-size: 128.6%;
	line-height: 1.66;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	border-radius: 40px;
	margin-bottom: 35px;
	box-sizing: border-box;
}
.txt-blue {
	color: #a3d4ff;
}
.cont-box-title {
	font-size: 157.1%;
	color: #0b1f64;
	text-align: center;
	margin-bottom: 40px;
}
.cont-list {
	width: 100%;
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
}
.cont-list li {
	width: calc(25% - 10px);
	text-align: center;
	color: #0b1f64;
	padding: 17px 0;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #0b1f64;
	display: inline-block;
	vertical-align: middle;
}
.cont-list li + li {
	margin-left: 13px;
}
.check {
	color: #ff931e;
	font-size: 121.4%;
	margin-bottom: 35px;
}
.check span {
	background: #fff;
	padding: 0 13px 0 30px;
	position: relative;
	border-radius: 20px;
	margin-right: 10px;
	display: inline-block;
}
.check span:before {
	content: "!";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ff931e;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: 2px;
	position: absolute;
	top: 2px;
	left: 0;
}
.icon-box {
	width: 100%;
	overflow: hidden;
	color: #0b1f64;
}
.icon-inner {
	width: 80%;
	overflow: hidden;
	float: left;
}
.icon-box .icon-inner:nth-child(2), .icon-box .icon-inner:nth-child(3)  {
	width: 50%;
	margin-top: 25px;
}
.icon {
	width: 62px;
	height: 54px;
	float: left;
	margin-right: 25px;
	padding-bottom: 8px;
}
.icon-txt {
	width: 75%;
	float: left;
}
.icon-box .icon-inner:first-child .icon-txt {
	width: 70%;
}
.ind-cont-inner {
	overflow: hidden;
	border: 1px solid #0b1f64;
	background: #fff;
	color: #0b1f64;
	margin-bottom: 45px;
}
.inner-left {
	width: calc(100% - 300px);
	float: left;
	padding: 32px 0 32px 44px;
	box-sizing: border-box;
	font-size: 128.6%;
}
.ind-box-txt {
	font-size: 128.6%;
}
.small {
	font-size: 85.7%;
}
.what-video {
	width: 300px;
	height: 160px;
	float: left;
}
.what-video iframe {
	width: 100%;
	height: 100%;
}

/* 下部STEPナビゲーション */
.step-link-list {
	overflow: hidden;
}
.step-link-list li {
	float: left;
	position: relative;
}
.step-link-list li + li {
	margin-left: 50px;
}
.step-link-list a {
	display: block;
	font-size: 121.4%;
	font-weight: bold;
	padding: 4px 18px 3px;
	box-sizing: border-box;
	color: #0b1f64;
	letter-spacing: 0.28em;
	border: 1px solid #0b1f64;
	transition: 0.2s;
}
.step-link-list li.active a {
	color: #fff;
}
.step-link-list li a:hover, .step-tab-list li a:hover {
	background: #f6f4e5;
	text-decoration: none;
}
.step-link-list li.active a:hover, .step-tab-list li.active a:hover {
	color: #0b1f64;
}
.step-link-list li:first-child:before, .step-link-list li:first-child:after,
.step-link-list li:nth-child(2):before, .step-link-list li:nth-child(2):after,
.step-link-list li:nth-child(3):before, .step-link-list li:nth-child(3):after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #0b1f64;
	border-radius: 50%;
	position: absolute;
	top: 47%;
}
.step-link-list li:first-child:before {
	right: -12px;
}
.step-link-list li:first-child:after {
	right: -26px;
}
.step-link-list li:nth-child(2):before, .step-link-list li:nth-child(3):after {
	left: -14px;
}
.step-link-list li:nth-child(2):after {
	right: -14px;
}
.step-link-list li:nth-child(3):before {
	left: -28px;
}
/* -----------------------------------------

		強みと特徴は？ #strength

---------------------------------------------*/
.strength {
	width: 90px;
	height: 90px;
	margin: 0 auto 25px;
}
#strength .yellow-title {
	margin-bottom: 45px;
}
#strength .ind-box-txt {
	width: 100%;
	font-size: 107.1%;
	margin-bottom: 0;
}
#strength .ind-box-txt + .ind-box-txt {
	margin-top: 18px;
}
#strength .ind-cont-box {
	overflow: hidden;
}
.flo-left {
	float: left;
}
.flo-right {
	float: right;
}
#strength .flo-left {
	width: 45%;
}
#strength .flo-right {
	width: 50%;
}
#strength .ind-cont-box-wrap.second .flo-left {
	width: 30%;
}
#strength .ind-cont-box-wrap.second .flo-right {
	width: 66.2%;
}
#section-wrapper img {
	width: 100%;
	height: auto;
}
.ind-box.with-arrow-bottom {
	position: relative;
	margin-bottom: 130px;
	padding: 40px 50px;
	box-sizing: border-box;
}
.ind-box.with-arrow-bottom:before {
	content: "";
	display: block;
	width: 80px;
	height: 20px;
	background: #0b1f64;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 40px);
}
.ind-box.with-arrow-bottom:after {
	content: "";
	display: block;
	border: 100px solid transparent;
	border-top: 50px solid #0b1f64;
	position: absolute;
	bottom: -170px;
	left: calc(50% - 100px);
}
/* -----------------------------------------

		動画でイメージをつかむ #image

---------------------------------------------*/
.video-box {
	width: 340px;
	margin: 0 auto 40px;
}
#image .middle-title {
	font-size: 142.9%;
	margin-bottom: 0;
}
#image .check {
	text-align: center;
}
#image .check span {
	background: #f6f4e5;
}
#image .video.bottom {
	margin: 0 auto 80px;
}
/* -----------------------------------------

		株主メリット #merit

---------------------------------------------*/
#merit .yellow-title {
	margin-bottom: 45px;
}
.merit-graph {
	width: 100%;
	margin-bottom: 40px;
}
.comm {
	font-size: 85.7%;
	margin-bottom: 1em;
}
.notice-small {
	font-size: 85.7%;
	padding-left: 1em;
	text-indent: -1em;
}
#merit .ind-cont-box {
	margin-bottom: 70px;
}
.spool-book {
	width: 400px;
	margin: 0 auto 40px;
}
.step-list li a:hover {
	filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.3));
}
/* -----------------------------------------

	個人投資家向け説明会 #explanatory

---------------------------------------------*/
.exp-img {
	width: 100%;
	margin-bottom: 30px;
}
h3.exp-title {
	padding:10px 15px;
	font-size:128.6%;
	color:#fff;
	background-color:#0b1f64;
	margin: 50px 0;
}
/* 個人投資家向け説明会開催日 */
#divDataArea table {
	border-bottom: 1px solid #0b1f64;
	margin-bottom: 76px;
}
#divDataArea tr {
	border-top: 1px solid #0b1f64;
	padding-top: 20px;
	color: #0b1f64;
}
#divDataArea th {
	display: block;
	padding-top: 20px;
}
#divDataArea td {
	padding: 20px 0 20px 5em;
}
#divDataArea td h4 {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}
#divDataArea td p {
	margin-bottom: 20px;
}
#divDataArea p + p {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
}
#divDataArea p + p a {
	padding-left: 15px;
	position: relative;
}
#divDataArea p + p a:before {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background: #0b1f64;
	transform: rotate(45deg);
	position: absolute;
	top: 35%;
	left: 0;
}
#divDataArea p + p a:after {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background: #0b1f64;
	transform: rotate(-45deg);
	position: absolute;
	top: 59%;
	left: 0;
}
#divDataArea p + p:after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../../../shared/img/icn_pdf.png) no-repeat center;
	position: absolute;
	top: -2px;
	right: -25px;
}
/* -----------------------------------------

		中期経営計画 #plan

---------------------------------------------*/
.plan_title-wrap {
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid #0b1f64;
}
.plan_title-wrap .ind-box-txt {
	margin-bottom: 20px;
}
.plan-title {
	margin-bottom: 50px;
}
.plan-list {
	width: 90%;
	margin: 0 auto 30px;
	color: #0b1f64;
}
.plan-list li {
	text-align: center;
}
.ind-box-txt {
	margin-bottom: 70px;
}
.ind-box-inner {
	overflow: hidden;
	margin-bottom: 70px;
	padding: 0 60px;
	box-sizing: border-box;
}
#plan .flo-left {
	width: 230px;
	margin-right: 25px;
	float: left;
}
#plan .flo-left.arrow {
	width: 82px;
}
#plan .flo-right {
	width: 230px;
	float: right;
}
#plan .flo-right.arrow {
	width: 333px;
}
#plan .check a {
	color: #0b1f64;
	font-size: 121.4%;
	margin-bottom: 35px;
	font-weight: bold;
}
#plan .check a span {
	background: #f6f4e5;
	padding: 0 13px 0 30px;
	position: relative;
	border-radius: 20px;
	margin-right: 10px;
	display: inline-block;
	color: #ff931e;
	font-weight: normal;
}
#plan .check a span:before {
	content: "!";
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ff931e;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: 2px;
	position: absolute;
	top: 2px;
	left: 0;
}
#plan .comm {
	font-size: 100%;
	margin-bottom: 70px;
	text-align: center;
}
/* -----------------------------------------

		今後の成長戦略は #target

---------------------------------------------*/
.point-img {
	margin-bottom: 90px;
}
#target .ind-box {
	width: 100%;
	padding: 40px 48px 35px;
	box-sizing: border-box;
}
#target .ind-box-txt {
	margin-bottom: 18px;
}
#target .arrow {
	display: block;
	width: 40px;
	height: 30px;
	background: #0b1f64;
	margin: 0 auto 80px;
	position: relative;
}
#target .arrow:after {
	content: "";
	display: block;
	border-top: 50px solid #0b1f64;
	border-bottom: 0px solid transparent;
	border-left: 62px solid transparent;
	border-right: 62px solid transparent;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 62px);

}
#target .ind-box .middle-title {
	margin-bottom: 0;
}
.main-txt.center {
	text-align: center;
	font-weight: bold;
}

.target_title {
	background: #ff931e;
	color: #fff;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
}
.target__box {
	margin: 0 0 60px;
}
.target_service {
	background: #f6f4e5;
	padding: 50px 40px;
}
.target_service__grp {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.target_service__item {
	flex-basis: 30%;
	border: 1px solid #0b1f64;
	background: #fff;
	text-align: center;
	padding: 30px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #0b1f64;
	height: 123px;
	box-sizing: border-box;
	line-height: 1.4;
}
.target_service__accent {
	font-size: 24px;
}
.target_num {
	display: inline-block;
	border: 2px solid #ff931e;
	width: 39px;
	height: 39px;
	text-align: center;
	letter-spacing: 0;
	margin: 0 10px 0 0;
}
/* --------------------------------------------------------------
SP-layout
------------------------------------------------------------------*/
@media screen and (max-width:767px){
	.sp-off {
		display: none;
	}
	.sp-on {
		display: block;
	}
/* -----------------------------------------

		個人投資家の皆様へ #individual

---------------------------------------------*/
/* TOPイメージ */
.top-img-area {
}
.top-title {
	height: 31vw;
	min-height: 100px;
	font-size: 3vw;
	padding-top: 10vw;
}
.top-img {
	height: 31vw;
	min-height: 100px;
	background-size: 100%;
}
#individual .main-txt {
	font-size: 100%;
	padding: 15px 7px;
}
.title-big {
	font-size: 120.0%;
	letter-spacing: 0.4em;
}
/* STEP エリア */
.individual-sec {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.individual-sec:last-child {
}
.step-title {
	font-size: 114.3%;
	margin-bottom: 30px;
}
#individual #contents .step {
	padding: 9px 23px 8px 1px;
	margin: 0 0 10px 0;
	display: inline-block;
	width: 90px;
	margin-right: 10px;
}
.step-num {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.step-list {
	margin-bottom: 30px;
}
.step-list li {
	width: 29.33%;
	height: inherit;
	margin-left: 2%;
	margin: 2%;
}
.step-list li + li {
	margin-left: 2%;
	margin-top: 2%;
}
/* 動画エリア */
.movie-box {
	height: inherit;
	overflow: visible;
}
.movie-left {
	width: 100%;
	float: none;
	font-size: 100%;
	border-radius: 30px 30px 0 0;
}
.movie-title {
	padding: 15px;
	border-radius: 22px 22px 0 0;
}
.movie-txt {
	padding: 15px 30px;
}
.movie-right {
	width: 100%;
	float: none;
	padding: 30px 30px 10px;
}
.video {
	width: 100%;
	max-width: 340px;
	height: 190px;
	margin: 0 auto 15px;
}
.video-title {
	text-align: center;
}
/* -----------------------------------------

	STEP01 エスプールってどんな会社？ #what

---------------------------------------------*/
.step-tab-list li {
	margin-right: 19px;
}
.step-tab-list a {
	padding: 7px 10px;
	letter-spacing: 0;
}
.individual-subtitle {
	font-size: 128.6%;
	padding: 20px 0 10px;
	margin-bottom: 40px;
}
#what .step-list {
	margin-bottom: 30px;
}
.ind-box {
	margin-bottom: 40px;
}
.box-title {
	font-size: 128.6%;
	padding: 15px 0;
}
.social-list {
	padding: 10px;
}
.social-list li {
	width: 94px;
}
.yellow-title {
	font-size: 114.3%;
	margin: 25px 0 20px;
}
.ind-box .yellow-title {
	padding: 0 10px;
}
.step-list + .yellow-title {
	margin-bottom: 40px;
}
.ind-box.with-arrow-bottom {
	padding: 10px 10px;
	margin-bottom: 45px;
}
.ind-box-txt {
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
}
.middle-title {
	font-size: 114.3%;
	line-height: 1.8;
	margin-bottom: 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.ind-cont-box {
	padding: 20px;
	margin-bottom: 30px;
}
.cont-title-top {
	font-size: 107.1%;
	padding: 5px 20px 2px;
	border-radius: 100px;
	margin-bottom: 20px;
}
.cont-box-title {
	font-size: 114.3%;
	margin-bottom: 20px;
	line-height: 1.5;
}
.cont-list {
	margin-bottom: 20px;
}
.cont-list li {
	width: calc(50% - 20px);
	padding: 2px 2px;
	box-sizing: border-box;
	margin: 10px;
}
.cont-list li + li {
	margin-left: 10px;
}
.check {
	color: #ff931e;
	font-size: 114.3%;
	margin-bottom: 35px;
	text-align: center;
}
.check span {
	background: #fff;
	padding: 0 13px 0 30px;
	position: relative;
	border-radius: 20px;
	margin:0 auto 10px;
	display: block;
	width: 50px;
}
.check span:before {
	content: "!";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff931e;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0;
}
.ind-box.with-arrow:before {
	width: 50px;
	height: 10px;
	top: -14px;
	left: calc(50% - 25px);
}
.ind-box.with-arrow:after {
	border: 50px solid transparent;
	border-bottom: 20px solid #0b1f64;
	top: -84px;
	left: calc(50% - 50px);
}
.icon-box {
	overflow: visible;
}
.icon-inner {
	width: 100%;
	overflow: visible;
	float: none;
	margin-bottom: 12px;
}
.icon-box .icon-inner:nth-child(2), .icon-box .icon-inner:nth-child(3)  {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	display: table;
}
.icon {
	margin-right: 0;
}
.icon-txt {
	width: 100%;
	float: none;
	padding-left: 75px;
	box-sizing: border-box;
}
.icon-box .icon-inner:first-child .icon-txt {
	width: 100%;
}
.ind-cont-inner {
	overflow: visible;
}
.inner-left {
	width: 100%;
	float: none;
	padding: 20px 10px;
	box-sizing: border-box;
	text-align: center;
}
.what-video {
	max-width: 300px;
	width: 95%;
	height: auto;
	float: none;
	margin: 0 auto 20px;
}

/* 下部STEPナビゲーション */
.step-link-list li + li {
	margin-left: 21px;
}
.step-link-list a {
	padding: 5px 8px;
	letter-spacing: 0;
	font-size: 100%;
}
.step-link-list li:first-child:before, .step-link-list li:first-child:after,
.step-link-list li:nth-child(2):before, .step-link-list li:nth-child(2):after,
.step-link-list li:nth-child(3):before, .step-link-list li:nth-child(3):after {
	width: 3px;
	height: 3px;
}
.step-link-list li:first-child:before {
	right: -6px;
}
.step-link-list li:first-child:after {
	right: -12px;
}
.step-link-list li:nth-child(2):before, .step-link-list li:nth-child(3):after {
	left: -6px;
}
.step-link-list li:nth-child(2):after {
	right: -6px;
}
.step-link-list li:nth-child(3):before {
	left: -12px;
}
/* -----------------------------------------

		強みと特徴は？ #strength

---------------------------------------------*/
.strength {
	width: 60px;
	height: 60px;
	margin: 0 auto 25px;
}
#strength .yellow-title {
	margin-bottom: 30px;
}
#strength .ind-cont-box {
	overflow: visible;
}
.flo-left {
	float: none;
}
.flo-right {
	float: none;
}
#strength .flo-left {
	width: 100%;
	margin-bottom: 30px;
}
#strength .flo-right {
	max-width: 100%;
	width: 300px;
	margin: 0 auto;
}
#strength .ind-cont-box-wrap.second .flo-left {
	width: 100%;
}
#strength .ind-cont-box-wrap.second .flo-right {
	width: 100%;
}
.ind-box.with-arrow-bottom:before {
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	background: #0b1f64;
	position: absolute;
	bottom: -14px;
	left: calc(50% - 25px);
}
.ind-box.with-arrow-bottom:after {
	content: "";
	display: block;
	border: 50px solid transparent;
	border-top: 20px solid #0b1f64;
	position: absolute;
	bottom: -84px;
	left: calc(50% - 50px);
}
/* -----------------------------------------

		動画でイメージをつかむ #image

---------------------------------------------*/
.video-box {
	width: 100%;
	max-width: 340px;
	margin: 0 auto 20px;
}
#image .middle-title {
	font-size: 121.4%;
}
/* -----------------------------------------

		株主メリット #merit

---------------------------------------------*/
.merit-graph {
    margin-bottom: 20px;
}
.spool-book {
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}
#merit .ind-cont-box {
	margin-bottom: 30px;
}
/* -----------------------------------------

	個人投資家向け説明会 #explanatory

---------------------------------------------*/
.exp-img {
	margin-bottom: 20px;
}
h3.exp-title {
    font-size: 85.7%;
    margin: 10px 0;
}
#divDataArea td {
    padding: 10px 0 10px 2em;
}
/* -----------------------------------------

		中期経営計画 #plan

---------------------------------------------*/
.ind-box-inner {
	margin-bottom: 50px;
	padding: 0 3%;
}
#plan .flo-left {
	width: 38.6%;
	margin-right: 4.3%;
}
#plan .flo-left.arrow {
	width: 13.8%;
}
#plan .flo-right {
	width: 38.6%;
}
#plan .flo-right.arrow {
	width: 56%;
}
#plan .ind-box-txt {
    margin-bottom: 40px;
}
.plan-title {
    margin-bottom: 30px;
}
#plan .ind-box-txt {
    padding: 5px;
	font-size: 100%;
	margin-bottom: 15px;
}
.plan_title-wrap {
    margin-bottom: 20px;
}
#plan .comm {
	margin-bottom: 30px;
}
#plan .check a {
	color: #ff931e;
	font-size: 114.3%;
	margin-bottom: 35px;
	text-align: center;
}
#plan .check a span {
	background: #f6f4e5;
	padding: 0 13px 0 30px;
	position: relative;
	border-radius: 20px;
	margin:0 auto 10px;
	display: block;
	width: 40px;
}
#plan .check span:before {
	content: "!";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff931e;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0;
}
/* -----------------------------------------

		今後の成長戦略は #target

---------------------------------------------*/
	#target .ind-box {
		padding: 10px 15px 10px;
	}
	.target-txt {
		font-size: 142.9%;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	#target .arrow {
		display: block;
		width: 30px;
		height: 10px;
		background: #0b1f64;
		margin: -10px auto 30px;
		position: relative;
	}
	#target .arrow:after {
		content: "";
		display: block;
		border-top: 20px solid #0b1f64;
		border-bottom: 0px solid transparent;
		border-left: 62px solid transparent;
		border-right: 62px solid transparent;
		position: absolute;
		bottom: -20px;
		left: calc(50% - 62px);
	}
	.main-txt.center {
		font-size: 14px;
		margin: 10px 0;
	}
	.point-img.img1 {
		margin-bottom: 20px;
	}

	.target_title {
		width: 100px;
		height: 100px;
		font-size: 15px;
	}
	.target__box {
		margin: 0 0 30px;
	}
	.target_service {
		padding: 20px 10px;
	}
	.target_service__grp {
	}
	.target_service__item {
		font-size: 12px;
		height: auto;
		min-height: 94px;
		padding: 20px 0 0;
	}
	.target_service__accent {
		font-size: 16px;
	}
	.target_num {
		height: 24px;
		width: 24px;
	}
}