@charset "utf-8";
@import url('../normalize.css');
body{
	font-family: 'YuGothic','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	padding:0;
	margin:0;
	position:relative;
	background-color:#fff;
	color: #616977;
}
*, :after, :before {
  box-sizing: content-box !important;
}
h2,h3,p{
	padding:0;
	margin:0;
	line-height:1;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
a{
	text-decoration:none;
}
img {
    vertical-align: middle;
    border-style: none;
}
body {
	background-color: #f5f5f5 !important;
}

a:hover{
	text-decoration: none;
	opacity: .9;
}
a{
	transition: all .2s ease-in;
}

/* for PC */
.forpc{	display:block;}
.fortb{	display:block;}
.forsp{	display:none;}
.part-list-forsp{	display:none;}
.part-list{	display:none;}
/* for TB */
@media (min-width: 700px) and (max-width: 919px) {
	.fortb{	display:block;}
	.forsp{	display:block;}
	.forsp{	display:none;}
	.part-list-forsp{	display:none;}
	.part-list{	display:none;}
}
/* for SP */
@media (max-width: 699px) {
	.fortb{	display:block;}
	.forsp{	display:block;}
	.forpc{	display:none;}
	.part-list-forsp{	display:block;}
	.part-list{	display:none;}
}
.page-container {
	max-width: 960px;
	margin: 0 auto;
	width: calc(100% - 20px);
}
.ditail-part .page-container {
	max-width: 960px;
	margin: 0 auto;
}
.campaign {
	max-width: 960px;
	margin: 0 auto;
}
.link-buttons {
	display: flex;
	justify-content: space-between;
	flex-basis: 45%;
	max-width: 920px;
	margin: 0 auto;
  padding: 56px 20px;
}
.link-button {
	flex-basis: 49%;
}
.link-button a {
	font-size: 20px;
	font-weight:bold;
	display: block;
	padding: 18px 26px;
	border-radius:100px;
	background-color: #fff;
	color: #f64019;
	position:relative;
	border: solid 2px #f63f19;
}
.link-button a:hover {
	color: #f64019;
}
.link-button a:after{
	content:"";
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:20px;
	top:22px;
	background: url("/assets_old/img/theo-deposit-campaign05/chevron_right.png") center no-repeat;
	background-size: 15px;
}
.link-button a .herer{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
	color: #274ba3;
}
.part-title {
	display: block;
	font-size: 30px;
	line-height: 70px;
	margin: 30px 0;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.part-title:after {
	content: " ";
	position: absolute;
	bottom: 0; left: 50%;
	margin-left: -15px;
	width: 30px;
  height: 5px;
  background-color: #0754C6;
}
.part-desc {
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	margin: 0 auto;
  max-width: 800px;
	padding: 0px 20px 10px 20px;
}
.graph-title{
	padding-top: 10px;
}
.part-desc img {
	max-width: 100%;
	margin-top: 20px;
}
.part-list {
	justify-content: space-between;
	text-align: center;
	display: flex;
}
.part-list .list-item {
	flex-basis: 30%;
	color: #333333;
	font-size: 20px;
	line-height: 1.4;
}
.part-list-pict{
	padding: 0 30px 0 30px;
}
.part-list-01{
	display: flex;
	width: 80%;
  margin: 0 auto;
  max-width: 100%;
}
.part-list-01 .list-item-image-size {
	max-width: 100px;
}

.list-item-text{
	max-width: 200px;
	vertical-align: middle;
	padding: 16px 0 0 0;
}
.list-item-text strong {
	display: block;
	font-size: 24px;
	line-height: 1.8;
	color: #0754C6;
}
.part-list .list-item strong {
	display: block;
	font-size: 24px;
	line-height: 1.8;
	color: #0754C6;
}
.seprate-title {
	text-align: center;
	color: #0754C6;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 40px;
	margin: 50px 0;
	background: url("/assets_old/img/theo-deposit-campaign05/chevron_down.png") bottom center no-repeat;
	background-size: 350px;
}
.part-tips {
	font-size: 14px;
	line-height: 1.5;
	color: #616977;
	font-weight: normal;
	max-width: 800px;
  margin: 0 auto;
	/*padding: 10px 20px 0px 20px;*/
}
.part-tips1 {
	font-size: 14px;
	line-height: 1.5;
	color: #616977;
	font-weight: normal;
	max-width: 800px;
  margin: 0 auto;
	padding: 10px 20px 0px 20px;
}
.part-tips1 p{
line-height: 1.5;
margin-left:1em;
text-indent:-1em;
}
.part-tips p{
line-height: 1.5;
margin-left:1em;
text-indent:-1em;
}
.part-tips p p{
line-height: 1.5;
margin-left:1em;
text-indent:-1em;
}
.t_c{text-align:center;}
.t_r{text-align:right;}
.t_l{text-align:left;}
.mt_20{margin-top: 20px;}
.mb_20{margin-bottom: 20px;}
.mt_30{margin-top: 30px;}
.mb_30{margin-bottom: 30px;}
.mt_40{margin-top: 40px;}
.mb_40{margin-bottom: 40px;}
/* top SP */
.top-header{
	background: url("/assets_old/img/theo-deposit-campaign05/bg_dark.png") repeat;
	position: relative;
	margin-bottom: 40px;
}
.header-bg {
	background: url("/assets_old/img/theo-deposit-campaign05/visual_pc_base.png") center center no-repeat;
	background-size: cover;
	height: 70vh;
	overflow: hidden;
}
.top-header .title {
	position: relative;
	height: 100%;
}
.top-header .title img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}
.top-header .logo{
	position: absolute;
	top: 40px; left: 40px;
	z-index: 2;
}
.top-header .logo img{
	height:24px;
}
.top-header .link-buttons {
	margin: 0px auto;
	padding: 24px 24px;
}
.top-header .subtitle {
	font-size: 22px;
	color: #FFF;
	text-align: center;
	padding: 30px 0 0;
}
.top-header .btns .btn:first-child{
	margin-bottom:12px;
}

/* introduction-part SP */
.introduction-part .page-container {
	border-top: 6px solid #0754C6;
	background: #FFF;
	padding: 0 0px 50px;
}
.introduction-part .list-item{
	background: url("/assets_old/img/theo-deposit-campaign05/circle_enjoy.png") top center no-repeat;
	background-size: 120px;
	padding-top: 100px;
}
.introduction-part .list-item:nth-child(2){
	background-image: url("/assets_old/img/theo-deposit-campaign05/circle_stock.png");
}
.introduction-part .list-item:nth-child(3){
	background-image: url("/assets_old/img/theo-deposit-campaign05/circle_invest.png");
}
.buttons-part {
		background: url("/assets_old/img/theo-deposit-campaign05/bg_dark.png") repeat;
}

/* detail-part SP */
.detail-part {
	background-color: #f5f5f5;
	padding: 0px 0 50px 0;
}
.detail-part h2 {
	text-align: center;
	font-weight: bold;
	margin:50px 0 50px 0;
}
.detail-part .campaign {
	background-color: #FFF;
	padding: 30px 60px;
}
.detail-part .campaign .duration {
	font-size: 18px;
}
.detail-part .campaign-line {
	display: flex;
	margin-bottom: 30px;
	font-size: 18px;
}
.detail-part .campaign-line h3 {
	flex: 2;
	font-weight: bold;
	font-size: 18px;
}
.detail-part .campaign-line .flexelem {
	flex: 4;
	color: #00263F;
	line-height: 1.4;
	max-width: 560px;
}
.detail-part .campaign-line .flexelem li{
	margin-left:1em;
 	text-indent:-1em;
 }
.detail-part .part-tips {
	font-size: 14px;
	color: #616977;
}
.detail-part ol {
	list-style-type: none;
}
.detail-part table{
	border-collapse: collapse;
	max-width:100%;
	height: auto;
}
.detail-part th,
.detail-part td{
	border:1px solid #FFF;
	padding: 10px 10px;
	font-size:15px;
}
.detail-part th{
	line-height:1.5;
	background-color:#f5f5f5;
	color:#0754C6;
}
.detail-part td{
	text-align:left;
	line-height:1.4;
	background-color:#f5f5f5;
	color:#0754C6;
}
.detail-part tr th:nth-of-type(2) ,
.detail-part tr td:nth-of-type(2) {
	background-color:#ECEBEB;
	color:#0754C6;
	text-align: right;
	white-space: nowrap;
}
.detail-part tr td:nth-of-type(2) {
	text-align:right;
}
.detail-part .notes {
	color: #616977;
	font-size: 14px;
}
.detail-part .notes h3{
	color: #00263F;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.detail-part .notes ul {
	margin-left:1em;
	text-indent:-1em;
}
.detail-part .notes li {
	list-style: none;
	margin-top: 15px;
}
.detail-part .notes li p {
	margin-left:1em;
	text-indent:-1em;
	line-height: 1.4;
}


/* sns SP */
#sns{
	background:url("/assets_old/img/theo-deposit-campaign05/sns_bg.png") no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 30px 8px;
}
#sns .icon_svg{
	width:27px;
	height:27px;
	vertical-align:middle;
	margin-bottom:4px;
}
#sns .shares {
	font-size:16px;
	font-weight:bold;
	line-height:60px;
}
#sns .shares a{
	display:inline-block;
	width:56px;
	height:56px;
	border:1.5px solid #fff;
	border-radius:30px;
	margin-left:13px;
}

/* footer SP */
.border-for-footer {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.common-footer {
	position: relative;
}

.footer-middle {
	width: 100%;
	background-color: #fff;
}

.footer-middle .inner {
	padding: 60px 40px 40px;
}

.footer-lower {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 284px;
	padding-top: 78px;
	background-color: #f4f4f4;
}

.footer-lower > .copyright {
	color: #999;
	font-family: 'Lato',sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8333;
	text-align: center;
}

.footer-lower > .walk {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
}

.footer-lower > .walk span {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/assets_old/img/theo-deposit-campaign05/bg_walk-stop.png);
	background-position: 51.4096% 0;
	background-repeat: repeat-x;
	background-size: 603px 80px;
}

.footer-logo {
	width: 104px;
	height: 32px;
	margin: 0 auto 20px;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.footer-misc {
	padding: 30px 0 0;
	margin: 0;
}

.footer-misc > .title {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4286;
}

.footer-misc > .desc {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

.footer-misc > .desc + .title {
	margin-top: 24px;
}

.footer-sitemap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;
}

.sitemap-list {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	list-style: none;
}

.sitemap-list.-contents, .sitemap-list.-external {
	width: 50%;
}

.sitemap-list.-util {
	width: 100%;
	margin-top: 50px;
}

.sitemap-list > .item {
	font-size: 12px;
	line-height: 1.5;
}

.sitemap-list > .item a {
	color: #666;
	text-decoration: none;
}

.sitemap-list > .item + .item {
	margin-top: 9px;
}

#pagetop{
	position:fixed;
	right:20px;
	bottom:20px;
	display:none;
}
#pagetop a{
	display:block;
	width:50px;
	height:50px;
	background:url(/assets_old/img/theo-deposit-campaign05/icon_arrow_up.png) center center no-repeat;
	background-size:14px;
	background-color:#1463e0;
	border-radius:50%;
	border:1.5px solid #fff;
}

/* for TB */
@media (max-width: 699px) {
	.page-container {
	}
	.link-buttons {
		display: block;
		/* width: 90%; */
	}
	.link-button a {
		margin-bottom: 24px;
    padding: 10px 26px;
		font-size: 18px;
	}
	.link-button a:after {
		top: 16px;
		background-size: 10px;
	}
	.part-title {
		font-size: 18px;
		margin: 15px 0;
		line-height: 45px;
		line-height: 30px;
    padding: 10px 0;
	}
	.part-desc {
		font-size: 14px;
	}
	.part-list {
		display: none;
	}
	.part-list-forsp {
		margin: 0 auto;
    max-width: 400px;
	}
	.part-list .list-item {
		margin-bottom: 20px;
	}
/* TOP TB */
	.top-header {
		/* height: 100vh;
		max-height: 700px; */
		min-height: 660px;
	}
	.header-bg {
		background: none;
		background-size: contain;
		height: auto;
	}
	.top-header .logo {
		top: 20px; left: 20px;
	}
	.top-header .title img {
		width: 100%;
		max-height: inherit;
		position: static;
	}
	.top-header .subtitle {
		padding: 30px 30px 0;
		font-size: 16px;
	}
	/* introduction TB */
	.introduction-part .page-container {
		border-top: 6px solid #0754C6;
		background: #FFF;
		padding: 0 10px 30px;
	}
	.introduction-part .list-item{
		background: url("/assets_old/img/theo-deposit-campaign05/circle_enjoy.png") left no-repeat;
		background-size: 100px;
		padding-top: 0px;
		margin: 0 100px 40px 100px;
		text-align: center;
	}
	.seprate-title {
		font-size: 22px;
		background-size: 250px;
		padding: 0 30px 30px;
		margin: 20px 0 20px;
	}
	.introduction-part {
		margin: 30px 20px 0px;
	}
	.part-tips1 {
		font-size: 12px;
		line-height: 1.2;
		color: #616977;
		font-weight: normal;
	  margin: 0 auto;
		padding: 0px;
	}
	/* detail TB */
	.detail-part {
		padding: 20px 0 40px;
	}
	.detail-part h2 {
		font-size: 24px;
		margin-top: 20px;
	}
	.detail-part .campaign {
		padding: 15px;
		margin: 0 10px;
	}
	.detail-part .campaign .duration {
		font-size: 14px;
		border-bottom: none;
	}
	.detail-part .campaign .duration span {
		width: 100%;
		display: inline-block;
	}
	.detail-part .campaign-line {
		display: block;
		font-size: 14px;
	}
	.detail-part .campaign-line h3 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.detail-part .part-tips {
		font-size: 12px;
	}
	.part-tips{
		font-size: 12px;
	}
	.detail-part .notes {
		font-size: 12px;
		color: #616977;
	}
}

/* for TB */
@media (min-width: 700px) and (max-width: 919px) {
	.introduction-part .list-item{
		background: url("/assets_old/img/theo-deposit-campaign05/circle_enjoy.png") top center no-repeat;
		background-size: 120px;
		padding-top: 100px;

	}
}

/* for PC */
@media (min-width: 920px) {
.container-wide{
	max-width:980px;
	margin: 0 auto;
	overflow:auto;
}
.hidden-lg-up {
    display: none!important;
}
.btn {
	width:420px;
}
.btn a {
	font-size:18px;
	height:64px;
	border-radius:32px;
	padding-left:32px;
}
.btn a:after{
	width:40px;
	height:40px;
	border-width:2px;
	background-size:18px;
	right:10px;
	top:10px;
}
.btn a .herer{
	font-size:14px;
}

/* hero */
.top-header{
	padding:0;
	width:100%;
	/* height:100vh; */
	min-height:660px;
	position:relative;
	margin-bottom: 50px;
}

/* sns */
#sns{
	padding:72px 8px;
}
#sns .shares {
	line-height:60px;
}
#sns .shares a{
	margin-left:20px;
	border-width:2px;
}

/* footer */
.footer{
	padding: 100px 15px;
}
.footer .container-wide{
	max-width:1300px;
	padding: 0 15px;
}
.footer .footer-top {
	flex-direction:inherit;
}
.footer .footer-top .footer-links .menu-list {
	text-align:left;
}
.footer .footer-top .footer-links .menu-list .menu {
	margin:0 30px 0 0;
	font-size: 13px;
}
.footer .footer-top .footer-links .other-link-list {
	text-align:left;
}
.footer .footer-top .footer-links .other-link-list .other-link {
	font-size: 11px;
	margin:0 20px 0 0;
}
.footer .footer-top .footer-logo-box {
	text-align:right;
	margin-bottom:0px;
}
.footer .footer-top .footer-logo-box .app-store-download img,
.footer .footer-top .footer-logo-box .footer-logo {
	width: 153px;
}
.footer .footer-top .footer-logo-box .app-store-download img{
	width: 153px;
	height:56px;
}

.footer .footer-bottom{
	flex-direction:inherit;
	align-items: flex-end;
	text-align:left;
}
.footer .footer-bottom .copyright {
	flex-grow: 1;
	text-align: right;
}

#pagetop a{
	width:76px;
	height:76px;
	width:44px;
	height:44px;
	background-size:27px;
	background-size:18px;
	border-width:2px;
}
}


/* for Footer */
@media screen and (min-width: 768px) {
	._sp {
		display: none !important;
	}
}

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

	.sitemap-list.-contents, .sitemap-list.-external {
		width: 25%;
	}
	.sitemap-list.-util {
		width: 50%;
		margin-top: 0;
	}
}

@media screen and (min-width: 1140px) {
	.footer-middle .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 84.2105vw;
		max-width: 1120px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		justify-content: flex-start;
		padding: 70px 0 80px;
		margin: 0 auto;
		-webkit-box-align: center;
		-webkit-box-pack: start;
		-ms-flex-align: center;
		-ms-flex-line-pack: center;
		-ms-flex-pack: start;
	}
	.footer-misc {
		padding: 0 0 36px 64px;
	}
	.footer-misc > .title {
		font-size: 14px;
		line-height: 1.4615;
	}
	.footer-misc > .desc + .title {
		margin-top: 16px;
	}
	.footer-sitemap {
		width: 582px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding: 20px 0;
		border-right: 1px solid #ccc;
		border-bottom: none;
		-webkit-box-flex: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
	}
	.sitemap-list + .sitemap-list {
		margin-left: 48px;
	}
	.sitemap-list.-contents, .sitemap-list.-external {
		width: auto;
	}
	.sitemap-list.-util {
		width: auto;
		margin-top: 0;
	}
	.sitemap-list > .item {
		font-size: 12px;
		line-height: 1.3333;
	}
	.sitemap-list > .item a {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.sitemap-list > .item a:hover {
		opacity: 0.6;
	}
	.sitemap-list > .item + .item {
		margin-top: 12px;
	}
}

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