/*----------------------------
 共通CSS
-----------------------------*/

/*===== レイアウト設定 =====*/

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.section-inner {
  width: 100%;
  position: relative;
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.col-2 {
  width: 100%;
  display: table;
}

.col-2 > div,
.col-2 > li {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.display-pc {
  display: block !important;
}

.display-sp {
  display: none !important;
}

.none {
  display: none !important;
}

#main {
  clear: both;
  width: 100%;
  position: relative;
  background: #fff;
  top: -80px;
	margin-bottom: -80px;
}

#contents {
  width: 100%;
  position: relative;
}




/*===== mv =====*/

#mv {
  background: url(../img/mv/bg.jpg) no-repeat center top /cover;
  min-height: 800px;
  position: relative;
}

header {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  background: rgba(255,255,255,.7);
  padding: 20px 10px;
}

header img {
  width: 160px;
}

header h1 {
  text-align: center;
}

header h1 strong {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  top: -5px;
}

#mv .section-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#mv .section-inner h2 {
  order: 2;
  margin: 0 auto;
  position: relative;
}

#mv .section-inner figure {
  order: 1;
  margin: 70px auto 40px;
  position: relative;
}




/*===== 今すぐ無料でご利用してみる =====*/

#service01 {
  background: url(../img/service/bg.gif);
  padding-bottom: 40px;
}

#service01 .inner {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(210,238,246,.7) inset,0px 0px 25px 0px rgba(6, 0, 1, .2);
  top: -80px;
}

.btn {
  display: block;
  position: relative;
  width: 100%;
  background: #f05050;
  border-radius: 6px;
  color: #fff !important;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 30px 10px;
  box-shadow: 0px 7px 0px 0px rgba(207, 41, 41,1);
  transition: .3s linear;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
	.btn {
		padding: 32px 10px 28px;
	}
}

.btn::after {
  content: "";
  background: url(../img/service/icon_arrow.png) no-repeat left center/40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}

.btn:hover {
  background: rgba(207, 41, 41,1);
  box-shadow: 0px 7px 0px 0px rgba(165, 0, 13,1);
}

.shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shine:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

#service01 .inner p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}




/*===== IPO投資でこんなご経験やお悩みはありませんか？ =====*/

#contents section {
  padding: 60px 0;
}

#contents #sec01 {
  padding-bottom: 0;
}

.ttl-h2 {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  color: #29343a;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 80px;
}

.ttl-h2::after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  height: 10px;
  background-color: #315694;
}

#sec01 .col-2:first-of-type > div:first-child {
  width: 33%;
  padding-right: 3%;
}

#sec01 .col-2:first-of-type ol li {
  background: url(../img/sec01/bg_border.gif) repeat-x left bottom/8px 5px;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#sec01 .col-2:first-of-type ol li::before {
  content: "";
  background: url(../img/sec01/icon_checkbox.jpg) no-repeat left center/24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

#loss {
  position: relative;
  background: url(../img/sec01/bg_loss.gif);
  margin-top: 50px;
}

#loss::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-width: 40px 47px 40px 47px;
  top: 0;
  left: 50%;
  margin-left: -45px;
  z-index: 10;
}

#loss figure {
  background: url(../img/sec01/bg_loss.jpg) no-repeat right top;
  padding: 50px 0 20px;
}

#result {
  background: url(../img/sec01/bg.jpg) no-repeat center top/100% auto,url(../img/sec01/bg02.jpg) no-repeat center bottom/100% auto;
  padding: 0 10px 150px;
}

#result figure {
  position: relative;
  margin-top: -20px;
}




/*===== IPO手帳の特長 =====*/

#sec02 {
	background: url(../img/sec02/bg.gif);
}

.logo-book::before {
	content: "";
	position: absolute;
	background: url(../img/common/logo_book.png) no-repeat left center/40px 60px;
	display: inline-block;
	width: 40px;
	height: 60px;
	top: 50%;
	-webkit-transform: translate(-60px,-50%);
  transform: translate(-60px,-50%);
}

.chara-box {
  margin-top: 60px;
}

.chara-box li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  background: #315694;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px 20px 20px;
}

.chara-box li:nth-child(2),
.chara-box li:nth-child(3),
.chara-box li:nth-child(6){
  background: #7ec5c5;
}

.chara-box li:nth-child(2n) {
  margin-right: 0;
}

.chara-box li h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

.chara-box li h3::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  vertical-align: middle;
}

.chara-box li:nth-child(1) h3::before {
  background: url(../img/sec02/icon01.png) no-repeat left center/70px 70px;
}

.chara-box li:nth-child(2) h3::before {
  background: url(../img/sec02/icon02.png) no-repeat left center/70px 70px;
}

.chara-box li:nth-child(3) h3::before {
  background: url(../img/sec02/icon03.png) no-repeat left center/70px 70px;
}

.chara-box li:nth-child(4) h3::before {
  background: url(../img/sec02/icon04.png) no-repeat left center/70px 70px;
}

.chara-box li:nth-child(5) h3::before {
  background: url(../img/sec02/icon05.png) no-repeat left center/70px 70px;
}

.chara-box li:nth-child(6) h3::before {
  background: url(../img/sec02/icon06.png) no-repeat left center/70px 70px;
}

.chara-box li p {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  padding: 40px 30px;
}

#sec02 aside {
  background: #f9f9f9;
  border: 2px solid #ccc;
  padding: 30px 60px;
}

#sec02 aside h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

#sec02 aside h4::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  border-top: 1px solid #29343a;
  margin-right: 10px;
  top: -8px;
}

#sec02 aside h4::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  border-top: 1px solid #29343a;
  margin-left: 10px;
  top: -8px;
}

#sec02 aside ul {
  margin-bottom: -2%;
}

#sec02 aside ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 2%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

#sec02 aside ul li::before {
  content: "・";
  margin-right: 3px;
}

#sec02 aside ul li:nth-child(4n) {
  margin-right: 0;
}




/*===== 今すぐ無料でご利用してみる =====*/

#contents #sec03 {
  padding: 0;
}

#service02 {
  background: url(../img/service02/bg.jpg) no-repeat center top/cover;
  min-height: 300px;
  padding: 40px 0;
}

#service02 .section-inner {
  max-width: 900px;
  margin: 0 auto;
}

#service02 h2 {
  width: 28%;
  margin: 0 auto 20px;
}

#service02 img {
  width: 100%;
}

#service02 .col-2 > div:first-child {
  width: 260px;
  padding-right: 40px;
}




/*===== ご利用者レビュー =====*/

#sec04 dl {
  position: relative;
  width: 100%;
  display: table;
  padding-bottom: 30px;
	border-bottom: 1px solid #7ec5c5;
	margin-bottom: 30px;
}

#sec04 dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

#sec04 dl:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #7ec5c5;
  background-size: 12px 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  bottom: -6px;
  left: 0;
  z-index: 10;
}

#sec04 dl:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #7ec5c5;
  background-size: 12px 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  bottom: -6px;
  right: 0;
  z-index: 10;
}

#sec04 dl:last-child::before,
#sec04 dl:last-child::after {
  display: none;
}

#sec04 dl dt,
#sec04 dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#sec04 dl dt {
  width: 260px;
  padding-right: 40px;
}

#sec04 dl dt img {
  width: 100%;
}

#sec04 dl dd {
  font-size: 18px;
  line-height: 1.8;
}




/*===== IPO手帳使い方・ご利用の流れ =====*/

#contents #sec05 {
  background: url(../img/sec05/bg.gif);
  padding-top: 0;
	padding-bottom: 80px;
  margin-top: 30px;
}

#contents #sec05 h2 {
  text-align: center;
  position: relative;
  top: -30px;
  margin-bottom: 50px;
}

#contents #sec05 .section-inner:first-of-type {
  max-width: 900px;
	padding: 0;
	background: url(../img/sec05/bg_arrow.png) no-repeat center bottom/contain;
	padding-bottom: 110px;
}

#contents #sec05 dl {
  width: 100%;
  background: #fff;
  border: 5px solid #315694;
  border-radius: 10px;
	padding: 0 10px 40px 10px;
  position: relative;
	margin-bottom: 90px;
}

#contents #sec05 dl:not(:first-child) {
	margin-top: 110px;
}

#contents #sec05 dl::before {
	content: "";
	background: url(../img/sec05/icon_step1.png) no-repeat left top/100px 100px;
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
	margin: -50px 0 10px 0;
}

#contents #sec05 dl:nth-child(2)::before {
	background: url(../img/sec05/icon_step2.png) no-repeat left top/100px 100px;
}

#contents #sec05 dl:nth-child(3)::before {
	background: url(../img/sec05/icon_step3.png) no-repeat left top/100px 100px;
}

#contents #sec05 dl:nth-child(4)::before {
	background: url(../img/sec05/icon_step4.png) no-repeat left top/100px 100px;
}

#contents #sec05 dl:nth-child(5)::before {
	background: url(../img/sec05/icon_step5.png) no-repeat left top/100px 100px;
}

#contents #sec05 dl::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #f05050;
  border-width: 30px;
  top: 100%;
  left: 50%;
	margin: 15px 0 0 -30px;
  z-index: 10;
}

#contents #sec05 dl:nth-child(even) {
	background: #fffdf6;
}

#contents #sec05 dl:last-child {
	margin-bottom: 0;
}

#contents #sec05 dl:last-child::after {
	display: none;
}

#contents #sec05 dl dt {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto 40px;
  text-align: center;
}

#contents #sec05 dl dt::after {
  content: "";
  display: block;
  width : 100%;
  left: 0;
  height: 8px;
  position: absolute;
  background-color: #7ec5c5;
}

#contents #sec05 dl dd {
	font-size: 22px;
	text-align: center;
	line-height: 1.6;
}

#service03 {
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0;
  background: #fff url(../img/sec05/bg.png) no-repeat -10px top/contain;
  border: 5px solid #315694;
  border-radius: 10px;
	padding: 25px 20px;
  position: relative;
}

#service03 img {
	width: 100%;
}

#service03 > div {
	width: 58%;
	margin-left: auto;
}

#service03 > div h3 {
	width: 64%;
	margin: 0 auto 15px;
}

#service03 > div .btn {
  font-size: 36px;
  padding: 15px 10px;
}

@media all and (-ms-high-contrast:none) {
	#service03 > div .btn {
		padding: 20px 10px 10px;
	}
}

#service03 > div .btn::after {
  display: block;
  margin-left: 0;
  position: absolute;
  top: 50%;
	margin-top: -20px;
	right: 5%;
}




/*===== footer =====*/

footer {
	border-top: 5px solid #315694;
	padding-top: 40px;
}

footer h2 {
	display: inline-block;
  position: relative;
	font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto 40px;
  text-align: center;
}

footer h2::after {
  content: "";
  display: block;
  width : 100%;
  left: 0;
  height: 5px;
  position: absolute;
  background-color: #7ec5c5;
}

footer table {
	max-width: 900px;
	margin: 0 auto;
}

footer table th {
	border-bottom: 1px solid #7ec5c5;
	text-align: center;
	font-weight: bold;
	width: 200px;
	padding: 25px 20px;
	line-height: 1.3;
}

footer table td {
	border-bottom: 1px solid #babcbe;
	padding: 25px 20px 25px 40px;
	line-height: 1.3;
}

footer table tr:last-child th,
footer table tr:last-child td {
	border-bottom: none;
}

footer p:last-of-type {
	background: #315694;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	padding: 20px 10px;
	margin-top: 20px;
}





@media screen and (max-width:768px) {

/*===== レイアウト設定 =====*/

.display-pc {
  display: none!important;
}

.display-sp {
  display: block !important;
}

.section-inner {
  padding: 0 1.3%;
}

#main {
  top: 0;
	margin-bottom: 0;
}




/*===== mv =====*/

#mv {
  min-height: inherit;
}

header {
  padding: 2.6% 1.3%;

}

header img {
  width: 21.39%;
}

header h1 strong {
  font-size: 2.3vw;
  padding-left: 2%;
  top: -.5vw;
}

#mv .section-inner {
	padding: 0;
	padding-bottom: 5.2%;
}

#mv .section-inner h2 {
	width: 65%;
}

#mv .section-inner figure {
	width: 85%;
  margin: 5.2% auto;
}




/*===== 今すぐ無料でご利用してみる =====*/

#service01 {
  background: url(../img/service/bg.gif)/48px 48px;
  padding: 4% 1.3%;
}

#service01 .inner {
  padding: 2.67% 1.34%;
  border-radius: 1.5vw;
  top: 0;
}

#service01 .inner .col-2 > div:first-child {
  width: 31.5%;
  padding-right: 2.17%;
}

.btn {
  border-radius: 1vw;
  font-size: 4vw;
  padding: 4.679% 1.33%;
  box-shadow: 0px 1vw 0px 0px rgba(207, 41, 41,1);
}

.btn::after {
  background: url(../img/service/icon_arrow.png) no-repeat left center/4vw 4vw;
  width: 4vw;
  height: 4vw;
  margin-left: 1vw;
  top: .5vw;
}

.btn:hover {
  background: #f05050;
  box-shadow: 0px 1vw 0px 0px rgba(207, 41, 41,1);
}

.shine::before {
	display: none;
}

#service01 .inner p {
  font-size: 2.5vw;
  margin-top: 2.67%;
  line-height: 1.3;
}




/*===== IPO投資でこんなご経験やお悩みはありませんか？ =====*/

#contents section {
  padding: 7.8125% 0;
}

#contents section .section-inner {
  padding: 0 1.3%;
}

.ttl-h2 {
  font-size: 5.4vw;
  margin-bottom: 10.7%;
  letter-spacing: 0;
}

.ttl-h2::after {
  bottom: -4vw;
  width: 12vw;
  height: 1.3vw;
}

#sec01 .col-2:first-of-type > div:first-child {
  width: 33%;
  padding-right: 3%;
}

#sec01 .col-2:first-of-type ol li {
  background: url(../img/sec01/bg_border.gif) repeat-x left bottom/5px 3px;
  font-size: 2.5vw;
  padding-bottom: 2.67%;
  margin-bottom: 2.67%;
}

#sec01 .col-2:first-of-type ol li::before {
  background: url(../img/sec01/icon_checkbox.jpg) no-repeat left center/3vw 3vw;
  width: 3vw;
  height: 3vw;
  margin-right: 1vw;
  top: .5vw;
}

#loss {
  background: url(../img/sec01/bg_loss_sp.jpg) no-repeat center top /100% auto;
  margin-top: 6.68%;
}

#loss::after {
  border-width: 5vw 5.8vw 5vw 5.8vw;
  margin-left: -5.8vw;
}

#loss figure {
  background: none;
  padding: 6.68% 0 2.67% !important;
}

#result {
  padding: 0 1.3% 10.7%;
}

#result figure {
  width: 95%;
  margin: -2.67% auto 0;
}




/*===== IPO手帳の特長 =====*/

#sec02 {
	background: url(../img/sec02/bg.gif)/25px 25px;
}

.logo-book::before {
	background: url(../img/common/logo_book.png) no-repeat left center/5vw 7vw;
	width: 5vw;
	height: 7vw;
	-webkit-transform: translate(-7vw,-50%);
  transform: translate(-7vw,-50%);
  margin-top: -.25vw;
}

.chara-box {
  margin-top: 8%;
  display: flex;
  flex-direction: column;
}

.chara-box li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
  border-radius: 1vw;
  padding: 2%;
}

.chara-box li:nth-child(3) {
  order: 4;
}

.chara-box li:nth-child(4) {
  order: 3;
}

.chara-box li h3 {
  font-size: 4vw;
  margin-bottom: 1vw;
}

.chara-box li h3::before {
  width: 9vw;
  height: 9vw;
  margin-right: 1vw;
  top: -.5vw;
  background-size: 9vw 9vw !important;
}

.chara-box li p {
  font-size: 3.5vw;
  border-radius: 1vw;
  padding: 4% 1.3%;
}

#sec02 aside {
  padding: 4% 1.3%;
}

#sec02 aside h4 {
  font-size: 4vw;
  margin-bottom: 4%;
}

#sec02 aside h4::before {
  width: 4vw;
  margin-right: 1.5vw;
  top: -1vw;
}

#sec02 aside h4::after {
  width: 4vw;
  margin-left: 1.5vw;
  top: -1vw;
}

#sec02 aside ul li {
  width: 23.5%;
  margin-right: 2%;
  font-size: 2.1vw;
}

#sec02 aside ul li:nth-child(4n+1) {
  clear: both;
}




/*===== 今すぐ無料でご利用してみる =====*/

#service02 {
  min-height: inherit;
  padding: 5.2% 0;
}

#service02 h2 {
  width: 40%;
  margin: 0 auto 2.67%;
}

#service02 .col-2 > div:first-child {
  width: 30%;
  padding-right: 4%;
}



/*===== ご利用者レビュー =====*/

#sec04 dl {
  padding-bottom: 4%;
	margin-bottom: 4%;
}

#sec04 dl dt {
  width: 33%;
  padding-right: 3%;
}

#sec04 dl dd {
  font-size: 2.8vw;
}



/*===== IPO手帳使い方・ご利用の流れ =====*/

#contents #sec05 {
  background: url(../img/sec05/bg.gif)/32px 32px;
	padding-bottom: 10%;
  margin-top: 4%;
}

#contents #sec05 h2 {
  top: -3vw;
  margin-bottom: 6.68%;
  padding: 0 1.3%;
}

#contents #sec05 .section-inner:first-of-type {
	padding: 0 1.3% 12%;
  background: url(../img/sec05/bg_arrow.png) no-repeat center bottom/98% auto;
}

#contents #sec05 dl {
  border: .75vw solid #315694;
  border-radius: 1vw;
	padding: 0 1.3% 5.35% 1.3%;
	margin-bottom: 12%;
}

#contents #sec05 dl:not(:first-child) {
	margin-top: 14.7%;
}

#contents #sec05 dl::before {
	width: 13vw;
	height: 13vw;
  background-size: 13vw 13vw !important;
	margin: -6.68% 0 1.3% 0;
}

#contents #sec05 dl::after {
  border-width: 5vw;
	margin: 2% 0 0 -5vw;
}

#contents #sec05 dl dt {
  font-size: 4vw;
  margin: 0 auto 5.35%;
}

#contents #sec05 dl dt::after {
  height: 1.2vw;
}

#contents #sec05 dl dd {
	font-size: 3vw;
}

#contents #sec05 dl dd br {
  display: none;
}

#service03 {
  width: 98%;
	margin: 4% auto 0;
  background: none;
  background-color: #fff;
  border: .75vw solid #315694;
  border-radius: 1vw;
	padding: 3.34% 2.67%;
}

#service03 > div {
	width: 100%;
}

#service03 > div h3 {
	width: 50%;
	margin: 0 auto 2.67%;
}

#service03 > div .btn br {
  display: none;
}

#service03 > div .btn {
  font-size: 4.5vw;
  padding: 4.679% 1.33%;
}

#service03 > div .btn::after {
  display: inline-block;
  margin-left: 1vw;
  position: relative;
  top: .5vw;
	margin-top: inherit;
	right: inherit;
}




/*===== footer =====*/

footer {
	border-top: 1vw solid #315694;
	padding-top: 5.3%;
}

footer h2 {
	font-size: 4.5vw;
  margin: 0 auto 4%;
}

footer h2::after {
  height: 1vw;
}

footer table {
	max-width: 98%;
}

footer table th,
footer table td {
  font-size: 2.5vw;
}

footer table th {
	width: 25%;
	padding: 3.34% 1.3%;
}

footer table td {
	padding: 3.34% 1.3%;
}

footer p:last-of-type {
	font-size: 2.5vw;
	padding: 3.34% 1.3%;
	margin-top: 4%;
}

}





@media screen and (max-width:480px) {

/*===== mv =====*/

header h1 strong {
  font-size: 2vw;
  padding-left: 1.3%;
}



/*===== IPO投資でこんなご経験やお悩みはありませんか？ =====*/

#sec01 .col-2:first-of-type ol li {
  font-size: 3.5vw;
}

#sec01 .col-2:first-of-type ol li::before {
  background: url(../img/sec01/icon_checkbox.jpg) no-repeat left center/3.5vw 3.5vw;
  width: 3.5vw;
  height: 3.5vw;
}




/*===== IPO手帳の特長 =====*/

.logo-book::before {
	background: url(../img/common/logo_book.png) no-repeat left center/5.5vw 7.5vw;
	width: 5.5vw;
	height: 7.5vw;
	-webkit-transform: translate(-7.5vw,-50%);
  transform: translate(-7.5vw,-50%);
}

.chara-box li h3 {
  font-size: 5vw;
}

.chara-box li h3::before {
  width: 10vw;
  height: 10vw;
  background-size: 10vw 10vw !important;
}

.chara-box li p {
  font-size: 4.5vw;
}




/*===== IPO投資でこんなご経験やお悩みはありませんか？ =====*/

.logo-book {
  font-size: 6vw;
}

#sec02 aside ul li {
  width: 49%;
  font-size: 4vw;
}

#sec02 aside ul li:nth-child(2n+1) {
  clear: both;
}

#sec02 aside ul li:nth-child(2n) {
  margin-right: 0;
}

#sec02 aside h4 {
  font-size: 5vw;
}



/*===== ご利用者レビュー =====*/

#sec04 dl dd {
  font-size: 3.2vw;
}

#sec04 dl dd br {
  display: none;
}



/*===== IPO手帳使い方・ご利用の流れ =====*/

#contents #sec05 dl dt {
  font-size: 5vw;
}

#contents #sec05 dl dd {
	font-size: 4vw;
}




/*===== footer =====*/

footer h2 {
	font-size: 5.5vw;
}

footer table th,
footer table td {
  font-size: 3.5vw;
}

footer table th {
  width: 30%;
}

}




@media screen and (max-width:360px) {

/*===== mv =====*/

header h1 strong {
	display: block;
  font-size: 2vw;
  padding-left: 0;
	padding-top: 2%;
}

}