@charset "UTF-8";
/* トモタクについてページ */

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* トップ画像 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.top-image h1::after {
	content: "about";
}


/* - - - - - - - - - - - - - - - - - - - - - - - */
/* サービスの詳細 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
#sv-about {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* トモタクとは */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.sv-how {
	width: 100%;
	margin: 0 auto;
	padding: 100px 10%;
	background-image: url("../../images/base/body-bkimg2.jpeg");
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
}
.sv-how h1 {
	margin: 0 auto 100px;
	font-size: 35px;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	color: #191106;
}
.sv-how h1::before {
	content: "about";
	display: block;
	color: #f2921c;
	font-size: 14px;
}
.sv-how h1::after {
  	content: '';
  	position: absolute;
  	bottom: -15px;
  	display: inline-block;
  	width: 50px;
  	height: 5px;
  	left: 50%;
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
  	background-color: #f2921c;
}
.sv-how p {
	color:#191106;
	font-size: 20px;
}
.sv-how img {
	margin: 0 auto;
}

/* 違い */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.sv-comparison {
	width: 100%;
	margin: 0 auto;
	padding: 100px 10%;
	background-image: url("../../images/base/body-bkimg.jpeg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.sv-comparison-txt {
	width: 100%;
}
.sv-comparison-txt p{
	font-size: 18px;
}
.sv-comparison-txt ul {
	margin: 30px auto;
}
.sv-comparison-txt ul li{
	list-style: none;
}
.sv-comparison-txt ul li p {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
.sv-comparison-txt ul li p i{
	color: #f2921c;
	margin-right: 10px;
}

/*	各種投資の特徴*/
/* - - - - - - - - - - - - - - - - - - - - - - - */
.sv-comparison-imgbox{
	width: 100%;
	margin: 100px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sv-comparison-item {
	width: 50%;
	height: 100%;
}
.sv-comparison-item h3 {
	background-color: #191106;
	color: #fff;
	letter-spacing: 5px;
	position: relative;
  	display: block;
  	margin: 0 auto 30px;
	padding: 15px 10px;
}
.sv-comparison-item h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #191106;
}
.sv-comparison-item table {
	width: 100%;
	border-collapse: collapse;
}
.sv-t1 th {/*トモタク以外*/
	padding: 10px 20px;
	text-align: left;
	border: solid 1px #191106;
	background-color: #E5E5E5;
}
.sv-t1 h4 {
	font-size: 16px;
}
.sv-t1 td {
	padding: 10px 20px;
	text-align: left;
	border: solid 1px #191106;
	background-color: #f9f8f7;
}
.sv-t1 p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.sv-tq {
	border: solid 5px #191106;
}
.sv-tq th {/*トモタク*/
	padding: 15px 20px;
	text-align: left;
	border: solid 1px #333;
	background-color: #f2921c;
}
.sv-tq h4 {
	font-size: 18px;
	color: #fff;
}
.sv-tq td {
	padding: 15px 20px;
	text-align: left;
	border: solid 1px #191106;
	background-color: #fff4ea;
}
.sv-tq p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.sv-comparison-img {
	width: 49%;
}

/* 投資のメリット・デメリット */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.sv-merit {
	width: 100%;
	margin: 0 auto;
	padding: 150px 10%;
	background-image: url("../../images/base/body-bkimg2.jpeg");
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
}
#sv-merit-wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.tab_item {/*タブ*/
  	width: 20%;
	padding: 20px 0;
	margin-bottom: 50px;
	border: solid 3px #eae8e1;
	background-color: #fff;
	border-radius: 15px;
  	font-size: 18px;
  	text-align: center;
	letter-spacing: 3px;
  	color: #333333;
  	display: block;
  	font-weight: bold;
  	transition: all 0.2s ease;
}
.tab_item:hover {
  	background-color: #eae8e1;
	color: #191106;
}
input[name="tab_item"] {/*ラオボタンを全て消す*/
  	display: none;
}
#merit01:checked ~ #merit01_content,
#merit02:checked ~ #merit02_content,
#merit03:checked ~ #merit03_content {/*選択コンテンツのみを表示*/
  	display: block;
}
#sv-merit-wrap input:checked + .tab_item {/*タブのスタイルを変える*/
  	background-color: #eae8e1;
  	color: #191106;
}
.sv-merit-container {/*3項目親要素*/
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	display: none;
  	clear: both;
  	overflow: hidden;
}
.sv-mritbox {/*メリット*/
	margin-bottom: 30px;
}
.sv-m1,.sv-m2,.sv-m3 {
	position: relative;
}
.sv-m1::after {
	content: "01.";
	font-style: italic;
	color: #EAE8E1;
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 1;
}
.sv-m2::after {
	content: "02.";
	font-style: italic;
	color: #EAE8E1;
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 1;
}
.sv-m3::after {
	content: "03.";
	font-style: italic;
	color: #EAE8E1;
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 1;
}
.sv-mritbox h3 {
	margin-bottom: 20px;
	padding-left: 170px;
	font-size: 30px;
	color: #f2921c;
	position: relative;
	z-index: 2;
}
.sv-mritbox h3::before {
	content: "メリット";
	width: 150px;
	padding: 10px 0;
	text-align: center;
	background-color: #f2921c;
	color: #fff;
	font-size: 16px;
	letter-spacing: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.sv-mritbox p {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.sv-demritbox {/*デメリット*/
	margin-bottom: 30px;
}
.sv-demritbox h3 {
	margin-bottom: 20px;
	padding-left: 170px;
	font-size: 30px;
	color: #aaa;
	position: relative;
}
.sv-demritbox h3::before {
	content: "デメリット";
	width: 150px;
	padding: 10px 0;
	text-align: center;
	background-color: #aaa;
	color: #191106;
	font-size: 16px;
	letter-spacing: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.sv-demritbox p {
	font-size: 18px;
}
.sv-pointbox {/*ポイント*/
	border-left: solid 2px #191106;
	border-right: solid 2px #191106;
	border-bottom: solid 2px #191106;
	background-color: #fff;
}
.sv-pointbox h4 {
	background-color: #191106;
	color: #fff;
	letter-spacing: 5px;
	position: relative;
  	display: block;
  	margin: 50px auto 0;
	padding: 30px 0;
	text-align: center;
	font-size: 25px;
}
.sv-pointbox h4::before {
  	content: "";
  	position: absolute;
  	bottom: 100%;
  	left: 10%;
  	margin-left: -50px;
  	border: 25px solid transparent;
  	border-bottom: 40px solid #191106;
}
.sv-pointtxt {
	width: 90%;
	margin: 30px auto;
}
.sv-pointtxt p {
	color: #191106;
	font-size: 20px;
}


/* 特徴 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.sv-feature {
	width: 100%;
	margin: 0 auto;
	padding: 150px 10%;
	background-image: url("../../images/base/body-bkimg.jpeg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.sv-feature-box {/*優先劣後システム*/
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sv-feature-item {
	width: 49%;
	text-align: left;
}
.sv-feature-item h3,.sv-feature-item2 h3 {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 1.7;
	color: #f2921c;
}
.sv-feature-item h3 span,.sv-feature-item2 h3 span{
	font-size: 35px;
	color: #f2921c;
	padding-right: 5px;
}
.sv-feature-item p,.sv-feature-item2 p {
	font-size: 18px;
	font-weight: bold;
}
.sv-feature-img {
	width: 49%;
}
.sv-feature-box2 {/*マスターリース契約*/
	width: 100%;
	margin-bottom: 100px;
}
.sv-feature-box3 {/*信託*/
	width: 100%;
}
.sv-feature-item2 {
	width: 100%;
	text-align: left;
}
.sv-feature-img2 {
	width: 100%;
}

/* どんな人に向いてるのか */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.sv-optimal {
	width: 100%;
	margin: 0 auto;
	padding: 100px 10%;
	background-image: url("../../images/base/body-bkimg2.jpeg");
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
}
.sv-optimal-box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sv-optimal-item {
	width: 32%;
	padding: 30px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* お申し込みに関しての注意点 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
#guide {
	width: 100%;
	margin: 0 auto;
	padding: 100px 10% 0;
	background-image: url("../../images/base/body-bkimg2.jpeg");
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
}
/*申し込みできない人たち*/
.guide-txtbox {
}
.guide-txtbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 30px;
}
.guide-txtbox ul li {
	width: 25%;
	padding: 0 30px;
}
.guide-txtbox ul li span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.guide-txtbox ul li img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
.gt-p2 {
	padding: 30px 0 0;
	text-align: center;
}
.guide-txtbox a.linkbtn {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background-color: rgba(242,146,28,0.1);
	color: #f2921c;
	letter-spacing: 2px;
}
/* リスクと注意事項 */
.gn-box {
	width: 100%;
	margin: 50px auto 0;
}
.gn-item {
	width: 100%;
	padding-bottom: 50px;
}
.gn-item h3 {
	letter-spacing: 2px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #f2921c;
}
.gn-item ul {
	margin: 0;
	padding: 0;
}
.gn-item ul li {
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style: none;
	position: relative;
	font-size: 15px;
	letter-spacing: 1.7px;
	line-height: 1.5;
}
.gn-item ul li::before{
	content: "●";
	color: #f2921c;
	position: absolute;
	left:0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* 流れ */
/* - - - - - - - - - - - - - - - - - - - - - - - */
#flow {
	width: 100%;
	margin: 0 auto ;
	padding: 100px 10%;
	background-image: url("../../images/base/body-bkimg.jpeg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
/* 詳細記載 */
#flowSinglepage {
	width: 100%;
	margin: 0px auto;
}
.flowItem {
	margin-left: 25px;
	padding-bottom: 75px;
	border-left: solid 5px #f2921c;
	position: relative;
}
.flowItem:last-child {
	border: none;
	margin-left: 30px;
	padding-bottom: 0;
}
.fIfirst {
	margin-top: 50px;
}
.flowNo {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #f2921c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	position: absolute;
	top: 0;
	left: -27px;
}
.flowText {
	padding-top: 10px;
	padding-left: 50px;
}
.flowText h2 {
	margin-bottom: 20px;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 1.5;
}
.flowText p {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 1.7px;
	line-height: 1.5;
}
.flowText p span {
	background: linear-gradient(transparent 60%, rgba(242,146,28,0.3) 0%);
	font-weight: bold;
}
.flowText ul {
	margin: 20px 0 0;
	padding:10px 20px;
	background-color: #f9f8f7;
}
.flowText ul li{
	margin: 20px 0;
	list-style: none;
	padding-left: 25px;
  	text-indent: -25px;
}
.flowLinkBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flowMail {
	display: block;
	margin: 10px 30px 25px 0;
	padding: 15px 20px;
	background-color: #f2921c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}
.flowTel {
	display: block;
	color: #f2921c;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
}
.flowTel span {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #191106;
}
.flowMail:hover,.flowTel:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.flowLinkPage {
	margin: 0 auto;
	display: flex;
	align-items: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* よくある質問 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
#faq {
	margin: 0;
}

/* --------------------------------------------- */
/* PC */
@media screen and (max-width:1400px) {
	.sv-optimal{
		padding: 50px 5% 0;
	}
	.sv-how {
		padding: 50px 5% 100px;
	}
	.sv-comparison {
		padding: 100px 5% 0;
	}
	.sv-feature,.sv-merit,#flow,#guide {
		padding: 100px 5%;
	}
	.guide-txtbox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 0;
	}
	.guide-txtbox ul li {
		width: 40%;
		padding: 0 30px 30px;
	}
	.guide-txtbox ul li span {
		display: block;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.guide-txtbox ul li img {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	.gt-p2 {
		padding: 0;
		text-align: center;
	}
	.guide-txtbox a.linkbtn {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 20px 10px;
		text-align: center;
		font-weight: bold;
		border-radius: 5px;
		background-color: rgba(242,146,28,0.1);
		color: #f2921c;
		letter-spacing: 2px;
	}
}
/* --------------------------------------------- */
/* タ ブ レ ッ ト */
@media screen and (max-width:960px) {
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* お申し込みに関しての注意点 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#guide {
		width: 100%;
		margin: 0 auto;
		padding: 50px 5% 0;
	}
	.guide-txtbox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 0;
	}
	.guide-txtbox ul li {
		width: 25%;
		padding: 0 30px 30px;
	}
	.guide-txtbox ul li span {
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.guide-txtbox ul li img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.gt-p2 {
		padding: 0;
		text-align: center;
	}
	.gt-p2 br {
		display: none;
	}
	.guide-txtbox a.linkbtn {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 20px 10px;
		text-align: center;
		font-weight: bold;
		border-radius: 5px;
		background-color: rgba(242,146,28,0.1);
		color: #f2921c;
		letter-spacing: 2px;
	}
	/* リスクと注意事項 */
	.gn-box {
		width: 100%;
		margin: 50px auto 0;
	}
	.gn-item {
		width: 100%;
	}
	.gn-item h3 {
		letter-spacing: 2px;
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 1px #f2921c;
	}
	.gn-item ul {
		margin: 0;
		padding: 0;
	}
	.gn-item ul li {
		margin: 0;
		padding: 5px 0 5px 20px;
		list-style: none;
		position: relative;
		font-size: 15px;
		letter-spacing: 1.7px;
		line-height: 1.5;
	}
	.gn-item ul li::before{
		content: "●";
		color: #f2921c;
		position: absolute;
		left:0;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* 流れ */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#flow {
		width: 100%;
		margin: 0 auto ;
		padding: 100px 5%;
		background-image: url("../../images/base/body-bkimg.jpeg");
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
	}
	

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* よくある質問 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#faq {
		margin: 0;
	}
}/* タ ブ レ ッ ト */
/* --------------------------------------------- */
/* タ ブ レ ッ ト */
@media screen and (max-width:768px) {

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* サービスの詳細 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#sv-about {
		width: 100%;
	}

/* どんな人に向いてるのか */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-optimal {
		width: 100%;
		margin: 0 auto;
	}
	.sv-optimal-box {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sv-optimal-item {
		width: 50%;
		margin: 0 auto;
		padding: 0;
	}
	.sv-merit {
		padding: 100px 5% 0;
	}
	
	
/* トモタクとは */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-how {
		width: 100%;
		margin: 0 auto;
	}
	.sv-how p {
		color:#191106;
		font-size: 20px;
	}
	.sv-how img {
		margin: 0 auto;
	}

/* 違い */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-comparison {
		width: 100%;
		margin: 0 auto;
		background-image: url("../../images/base/body-bkimg.jpeg");
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
	}
	.sv-comparison-txt {
		width: 100%;
	}
	.sv-comparison-txt p{
		font-size: 18px;
		font-weight: bold;
	}
	.sv-comparison-txt p br {
		display: none;
	}
	.sv-comparison-txt ul {
		margin: 30px auto;
	}
	.sv-comparison-txt ul li{
		list-style: none;
		padding-left: 0;
		text-align: center;
	}
	.sv-comparison-txt ul li p {
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 1.5px;
		text-align: left;
	}
	.sv-comparison-txt ul li p i{
		color: #f2921c;
		margin-right: 10px;
	}

/*	各種投資の特徴*/
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-comparison-imgbox{
		width: 100%;
		margin: 50px auto 0;
		flex-direction: column;
	}
	.sv-comparison-item {
		width: 100%;
		height: 100%;
	}
	.sv-comparison-item h3 {
		background-color: #191106;
		color: #fff;
		letter-spacing: 5px;
		position: relative;
		display: block;
		margin: 0 auto 30px;
		padding: 15px 10px;
	}
	.sv-comparison-item h3:before {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -20px;
	  border: 20px solid transparent;
	  border-top: 20px solid #191106;
	}
	.sv-comparison-item table {
		width: 100%;
		border-collapse: collapse;
	}
	.sv-t1 th {/*トモタク以外*/
		padding: 10px 20px;
		text-align: left;
		border: solid 1px #191106;
		background-color: #E5E5E5;
	}
	.sv-t1 h4 {
		font-size: 16px;
	}
	.sv-t1 td {
		padding: 10px 20px;
		text-align: left;
		border: solid 1px #191106;
		background-color: #f9f8f7;
	}
	.sv-t1 p {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	.sv-tq {
		border: solid 5px #191106;
	}
	.sv-tq th {/*トモタク*/
		padding: 15px 20px;
		text-align: left;
		border: solid 1px #333;
		background-color: #f2921c;
	}
	.sv-tq h4 {
		font-size: 18px;
		color: #fff;
	}
	.sv-tq td {
		padding: 15px 20px;
		text-align: left;
		border: solid 1px #191106;
		background-color: #fff4ea;
	}
	.sv-tq p {
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
	}
	.sv-comparison-img {
		width: 100%;
	}

/* 投資のメリット・デメリット */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-merit {
		width: 100%;
		margin: 0 auto;
	}
	#sv-merit-wrap {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.tab_item {/*タブ*/
		width: 32%;
		padding: 15px 0;
		margin-bottom: 50px;
		border: solid 3px #eae8e1;
		border-radius: 15px;
		font-size: 16px;
		text-align: center;
		letter-spacing: 3px;
		color: #333333;
		display: block;
		font-weight: bold;
		transition: all 0.2s ease;
	}
	.tab_item:hover {
		background-color: #eae8e1;
		color: #191106;
	}
	input[name="tab_item"] {/*ラオボタンを全て消す*/
		display: none;
	}
	#merit01:checked ~ #merit01_content,
	#merit02:checked ~ #merit02_content,
	#merit03:checked ~ #merit03_content {/*選択コンテンツのみを表示*/
		display: block;
	}
	#sv-merit-wrap input:checked + .tab_item {/*タブのスタイルを変える*/
		background-color: #eae8e1;
		color: #191106;
	}
	.sv-merit-container {/*3項目親要素*/
		width: 100%;
		margin: 0 auto;
		padding: 0;
		display: none;
		clear: both;
		overflow: hidden;
	}
	.sv-mritbox {/*メリット*/
		margin-bottom: 30px;
	}
	.sv-m1,.sv-m2,.sv-m3 {
		position: relative;
	}
	.sv-m1::after {
		content: "01.";
		font-style: italic;
		color: #EAE8E1;
		font-size: 100px;
		font-weight: bold;
		position: absolute;
		top: -20px;
		right: 0;
		z-index: 1;
	}
	.sv-m2::after {
		content: "02.";
		font-style: italic;
		color: #EAE8E1;
		font-size: 100px;
		font-weight: bold;
		position: absolute;
		top: -20px;
		right: 0;
		z-index: 1;
	}
	.sv-m3::after {
		content: "03.";
		font-style: italic;
		color: #EAE8E1;
		font-size: 100px;
		font-weight: bold;
		position: absolute;
		top: -20px;
		right: 0;
		z-index: 1;
	}
	.sv-mritbox h3 {
		margin-bottom: 10px;
		padding-left: 0px;
		margin-top: 45px;
		font-size: 25px;
		color: #f2921c;
		position: relative;
		z-index: 2;
	}
	.sv-mritbox h3::before {
		content: "メリット";
		width: 100px;
		padding: 10px 0;
		text-align: center;
		background-color: #f2921c;
		color: #fff;
		font-size: 14px;
		letter-spacing: 2px;
		position: absolute;
		top: -50px;
		left: 0;
		display: block;
	}
	.sv-mritbox p {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		z-index: 2;
	}
	.sv-demritbox {/*デメリット*/
		margin-bottom: 30px;
	}
	.sv-demritbox h3 {
		margin-bottom: 10px;
		padding-left: 0;
		margin-top: 80px;
		font-size: 25px;
		color: #aaa;
		position: relative;
	}
	.sv-demritbox h3::before {
		content: "デメリット";
		width: 100px;
		padding: 10px 0;
		text-align: center;
		background-color: #aaa;
		color: #191106;
		font-size: 14px;
		letter-spacing: 2px;
		position: absolute;
		top: -50px;
		left: 0;
	}
	.sv-demritbox p {
		font-size: 18px;
	}
	.sv-pointbox {/*ポイント*/
		border-left: solid 2px #191106;
		border-right: solid 2px #191106;
		border-bottom: solid 2px #191106;
	}
	.sv-pointbox h4 {
		background-color: #191106;
		color: #fff;
		letter-spacing: 2px;
		position: relative;
		display: block;
		margin: 10px auto 0;
		padding: 15px 0;
		text-align: center;
		font-size: 20px;
	}
	.sv-pointbox h4::before {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 80px;
		margin-left: -50px;
		border: 15px solid transparent;
		border-bottom: 25px solid #191106;
	}
	.sv-pointtxt {
		width: 95%;
		margin: 10px auto;
	}
	.sv-pointtxt p {
		color: #191106;
		font-size: 16px;
	}


/* 特徴 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-feature {
		width: 100%;
		margin: 0 auto;
		background-image: url("../../images/base/body-bkimg.jpeg");
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
	}
	.sv-feature-box {/*優先劣後システム*/
		width: 100%;
		margin-bottom: 50px;
		flex-direction: column;
	}
	.sv-feature-item {
		width: 100%;
		text-align: left;
	}
	.sv-feature-item h3 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.7;
	}
	.sv-feature-item h3 span,.sv-feature-item2 h3 span{
		font-size: 35px;
		color: #f2921c;
		padding-right: 5px;
	}
	.sv-feature-item p,.sv-feature-item2 p {
		font-size: 18px;
		font-weight: bold;
	}
	.sv-feature-img {
		width: 80%;
		margin: 0 auto;
	}
	.sv-feature-box2 {/*マスターリース契約*/
		width: 100%;
	}
	.sv-feature-item2 {
		width: 100%;
		text-align: left;
	}
	.sv-feature-item2 h3 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.7;
	}
	.sv-feature-img2 {
		width: 100%;
	}
	
/*お申し込みに関しての注意点*/
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.guide-txtbox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 0;
	}
	.guide-txtbox ul li {
		width: 50%;
		padding: 0 30px 30px;
	}
	.guide-txtbox ul li span {
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.guide-txtbox ul li img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.gt-p2 {
		padding: 0;
		text-align: center;
	}
	.gt-p2 br {
		display: none;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* 流れ */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	/* 詳細記載 */
	#flowSinglepage {
		width: 100%;
		margin: 0 auto;
	}
	.flowItem {
		margin-left: 10px;
		padding-bottom: 30px;
		border-left: solid 3px #f2921c;
		position: relative;
	}
	.flowItem:last-child {
		border: none;
		margin-left: 14px;
		margin-bottom: 30px;
	}
	.fIfirst {
		margin-top: 15px;
	}
	.flowNo {
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 20px;
		background-color: #f2921c;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size:14px;
		position: absolute;
		top: 0;
		left: -12px;
	}
	.flowText {
		padding-top: 10px;
		padding-left: 15px;
	}
	.flowText h2 {
		margin-bottom: 20px;
		font-size: 20px;
		letter-spacing: 1.5px;
		line-height: 1.5;
	}
	.flowText p {
		margin-bottom: 10px;
		font-size: 16px;
		letter-spacing: 1.5px;
		line-height: 1.5;
	}
	.flowText p span {
		background: linear-gradient(transparent 60%, rgba(242,146,28,0.3) 0%);
		font-weight: bold;
	}
	.flowText ul {
		margin: 0;
		padding:0;
		background-color: #f9f8f7;
	}
	.flowText ul li{
		margin: 15px 0;
		list-style: none;
		padding-left: 25px;
		text-indent: -25px;
	}
	.flowLinkBox {
		flex-direction: column;
	}
	.flowMail {
		display: block;
		width: 100%;
		margin: 10px 0 15px 0;
		padding: 15px 20px;
		background-color: #f2921c;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 16px;
		letter-spacing: 1.5px;
		text-align: center;
	}
	.flowTel {
		display: block;
		width: 100%;
		color: #f2921c;
		font-weight: bold;
		text-decoration: none;
		font-size: 20px;
		letter-spacing: 2px;
		text-align: center;
	}
	.flowTel span {
		display: block;
		font-size: 16px;
		line-height: 1;
		color: #191106;
	}
	.flowMail:hover,.flowTel:hover {
		opacity: 0.5;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all  0.5s ease;
	}
	.flowLinkPage {
		margin: 0 auto;
		display: flex;
		align-items: center;
	}

}/* タ ブ レ ッ ト */

/* --------------------------------------------- */
/* スマホ */
@media screen and (max-width:480px) { 
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* サービスの詳細 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#sv-about {
		width: 100%;
	}

/* どんな人に向いてるのか */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-optimal {
		width: 100%;
		margin: 0 auto;
		padding: 50px 5%;	
	}
	.sv-optimal-box {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sv-optimal-item {
		width: 50%;
		margin: 0 auto;
		padding: 0;
	}
	
	
/* トモタクとは */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-how {
		width: 100%;
		margin: 0 auto;
		padding: 50px 10%;
	}
	.sv-how p {
		color:#191106;
		font-size: 20px;
	}
	.sv-how img {
		margin: 0 auto;
	}

/* 違い */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-comparison {
		width: 100%;
		margin: 0 auto;
		padding: 50px 5%;
		background-image: none;
		background-color: rgba(234,232,225,0.3);
	}
	.sv-comparison-txt {
		width: 100%;
	}
	.sv-comparison-txt p{
		font-size: 16px;
		font-weight: bold;
	}
	.sv-comparison-txt p br {
		display: none;
	}
	.sv-comparison-txt ul {
		margin: 30px auto;
	}
	.sv-comparison-txt ul li{
		list-style: none;
		padding-left: 0;
		text-align: center;
	}
	.sv-comparison-txt ul li p {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1.2px;
		text-align: left;
	}
	.sv-comparison-txt ul li p i{
		color: #f2921c;
		margin-right: 10px;
	}

/*	各種投資の特徴*/
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-comparison-imgbox{
		width: 100%;
		margin: 50px auto 0;
		flex-direction: column;
	}
	.sv-comparison-item {
		width: 100%;
		height: 100%;
		margin-bottom: 30px;
	}
	.sv-comparison-item h3 {
		background-color: #191106;
		color: #fff;
		letter-spacing: 5px;
		position: relative;
		display: block;
		margin: 0 auto 30px;
		padding: 15px 10px;
	}
	.sv-comparison-item h3:before {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -20px;
	  border: 20px solid transparent;
	  border-top: 20px solid #191106;
	}
	.sv-comparison-item table {
		display: block;
		border-collapse: collapse;
	}
	.sv-t1 th {/*トモタク以外*/
		padding: 10px 20px;
		text-align: left;
		border: solid 1px #191106;
		background-color: #E5E5E5;
	}
	.sv-t1 h4 {
		font-size: 16px;
	}
	.sv-t1 td {
		padding: 10px 20px;
		text-align: left;
		border: solid 1px #191106;
		background-color: #f9f8f7;
	}
	.sv-t1 p {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	.sv-tq {
		border: solid 5px #191106;
	}
	.sv-tq th {/*トモタク*/
		padding: 15px 20px;
		text-align: left;
		border: solid 1px #333;
		background-color: #f2921c;
	}
	.sv-tq h4 {
		font-size: 18px;
		color: #fff;
	}
	.sv-tq td {
		padding: 15px 20px;
		text-align: left;
		border: solid 1px #191106;
		background-color: #fff4ea;
	}
	.sv-tq p {
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
	}
	.sv-comparison-img {
		width: 100%;
	}

/* 投資のメリット・デメリット */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-merit {
		width: 100%;
		margin: 0 auto;
		padding: 50px 5%;
	}
	#sv-merit-wrap {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.tab_item {/*タブ*/
		width: 32%;
		padding: 15px 0;
		margin-bottom: 50px;
		border: solid 3px #eae8e1;
		border-radius: 15px;
		font-size: 16px;
		text-align: center;
		letter-spacing: 3px;
		color: #333333;
		display: block;
		font-weight: bold;
		transition: all 0.2s ease;
	}
	.tab_item:hover {
		background-color: #eae8e1;
		color: #191106;
	}
	input[name="tab_item"] {/*ラオボタンを全て消す*/
		display: none;
	}
	#merit01:checked ~ #merit01_content,
	#merit02:checked ~ #merit02_content,
	#merit03:checked ~ #merit03_content {/*選択コンテンツのみを表示*/
		display: block;
	}
	#sv-merit-wrap input:checked + .tab_item {/*タブのスタイルを変える*/
		background-color: #eae8e1;
		color: #191106;
	}
	.sv-merit-container {/*3項目親要素*/
		width: 100%;
		margin: 0 auto;
		padding: 0;
		display: none;
		clear: both;
		overflow: hidden;
	}
	.sv-mritbox {/*メリット*/
		margin-bottom: 30px;
	}
	.sv-m1,.sv-m2,.sv-m3 {
		position: relative;
	}
	.sv-m1::after {
		content: "01.";
		font-style: italic;
		color: #EAE8E1;
		font-size: 100px;
		font-weight: bold;
		position: absolute;
		top: -20px;
		right: 0;
		z-index: 1;
	}
	.sv-m2::after {
		content: "02.";
		font-style: italic;
		color: #EAE8E1;
		font-size: 100px;
		font-weight: bold;
		position: absolute;
		top: -20px;
		right: 0;
		z-index: 1;
	}
	.sv-m3::after {
		content: "03.";
		font-style: italic;
		color: #EAE8E1;
		font-size: 100px;
		font-weight: bold;
		position: absolute;
		top: -20px;
		right: 0;
		z-index: 1;
	}
	.sv-mritbox h3 {
		margin-bottom: 10px;
		padding-left: 0px;
		margin-top: 45px;
		font-size: 20px;
		color: #f2921c;
		position: relative;
		z-index: 2;
	}
	.sv-mritbox h3::before {
		content: "メリット";
		width: 100px;
		padding: 10px 0;
		text-align: center;
		background-color: #f2921c;
		color: #fff;
		font-size: 14px;
		letter-spacing: 2px;
		position: absolute;
		top: -40px;
		left: 0;
		display: block;
	}
	.sv-mritbox p {
		font-size: 16px;
		font-weight: bold;
		position: relative;
		z-index: 2;
	}
	.sv-demritbox {/*デメリット*/
		margin-bottom: 30px;
	}
	.sv-demritbox h3 {
		margin-bottom: 10px;
		padding-left: 0;
		margin-top: 80px;
		font-size: 20px;
		color: #aaa;
		position: relative;
	}
	.sv-demritbox h3::before {
		content: "デメリット";
		width: 100px;
		padding: 10px 0;
		text-align: center;
		background-color: #aaa;
		color: #191106;
		font-size: 14px;
		letter-spacing: 2px;
		position: absolute;
		top: -50px;
		left: 0;
	}
	.sv-demritbox p {
		font-size: 16px;
	}
	.sv-pointbox {/*ポイント*/
		border-left: solid 2px #191106;
		border-right: solid 2px #191106;
		border-bottom: solid 2px #191106;
	}
	.sv-pointbox h4 {
		background-color: #191106;
		color: #fff;
		letter-spacing: 2px;
		position: relative;
		display: block;
		margin: 10px auto 0;
		padding: 15px 0;
		text-align: center;
		font-size: 18px;
	}
	.sv-pointbox h4::before {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 80px;
		margin-left: -50px;
		border: 15px solid transparent;
		border-bottom: 25px solid #191106;
	}
	.sv-pointtxt {
		width: 95%;
		margin: 10px auto;
	}
	.sv-pointtxt p {
		color: #191106;
		font-size: 16px;
	}


/* 特徴 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	.sv-feature {
		width: 100%;
		margin: 0 auto;
		padding: 50px 5%;
		background-image: none;
		background-color: rgba(234,232,225,0.3);
	}
	.sv-feature-box {/*優先劣後システム*/
		width: 100%;
		margin-bottom: 50px;
		flex-direction: column;
	}
	.sv-feature-item {
		width: 100%;
		text-align: left;
	}
	.sv-feature-item h3 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.7;
	}
	.sv-feature-item p,.sv-feature-item2 p {
		font-size: 16px;
		font-weight: bold;
	}
	.sv-feature-img {
		width: 80%;
		margin: 0 auto;
	}
	.sv-feature-box2 {/*マスターリース契約*/
		width: 100%;
	}
	.sv-feature-item2 {
		width: 100%;
		text-align: left;
	}
	.sv-feature-item2 h3 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1.7;
	}
	.sv-feature-item h3 span,.sv-feature-item2 h3 span{
		font-size: 30px;
		color: #f2921c;
		padding-right: 5px;
	}
	.sv-feature-img2 {
		width: 100%;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* お申し込みに関しての注意点 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#guide {
		width: 100%;
		margin: 0 auto;
		padding: 50px 5%;
	}
	.guide-txtbox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-bottom: 0;
	}
	.guide-txtbox ul li {
		width: 100%;
		padding: 0 0 30px;
		display: flex;
		align-items: center;
	}
	.guide-txtbox ul li span {
		display: block;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	.guide-txtbox ul li img {
		display: block;
		width: 100px;
		margin: 0;
	}
	
	/* リスクと注意事項 */
	.gn-box {
		width: 100%;
		margin: 30px auto 0;
	}
	.gn-item {
		width: 100%;
		padding-bottom: 30px;
	}
	.gn-item h3 {
		letter-spacing: 2px;
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 1px #f2921c;
	}
	.gn-item ul {
		margin: 0;
		padding: 0;
	}
	.gn-item ul li {
		margin: 0;
		padding: 5px 0 5px 20px;
		list-style: none;
		position: relative;
		font-size: 15px;
		letter-spacing: 1.7px;
		line-height: 1.5;
	}
	.gn-item ul li::before{
		content: "●";
		color: #f2921c;
		position: absolute;
		left:0;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* 流れ */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#flow {
		width: 100%;
		margin: 0 auto ;
		padding: 50px 5%;
		background-image: none;
		background-color: rgba(234,232,225,0.3);
	}
	.flow-txt {
		background-color: #fff;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - */
/* よくある質問 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
	#faq {
		margin: 0;
	}
}/* ス マ ホ */