@charset "UTF-8";

/*--------------------------------------------------------------------
houmon.html
houmon.css
--------------------------------------------------------------------*/

/*------------Title---------------------------------------------------------------*/
div#Title {
	background-image: url(../../img/title/common.jpg);
}

div#buy {
	margin-top: 60px;
}
/*------------title------------*/
.title {
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3.21em;
	font-weight: bolder;
}

div#rental .title {
	color: #cf0073;
}

div#buy .title {
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 3.21em;
	font-weight: bolder;
	color: #6e2775;
}

div#consult .title {
	color: #0052b0;
}

/*------------grandTxt------------*/
p.gradTxt {
	margin-top: 20px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

p.gradT03 {
	font-size: 3.07em;
	font-weight: bolder;
}

p.gradT03 strong {
	font-size: 5.35rem;
}

div#rental p.gradT03 {
	color: #cf0073;
}

div#buy p.gradT03 {
	color: #6e2775;
}

/*------------bunefit------------*/
ul#benefit {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 1em 0 4em;
}

ul#benefit li {
	width: 290px;
	height: 300px;
	margin-right: 55px;
}

ul#benefit li:last-of-type {
	margin-right: 0;
}

ul#benefit li * {
	display: none;
}

div#rental ul#benefit li:nth-of-type(1) {
	background: url(../../img/houmon/rental_t01.png) no-repeat center center / cover;
}

div#rental ul#benefit li:nth-of-type(2) {
	background: url(../../img/houmon/rental_t02.png) no-repeat center center / cover;
}

div#buy ul#benefit li:nth-of-type(1) {
	background: url(../../img/houmon/buy_t01.png) no-repeat center center / cover;
}

div#buy ul#benefit li:nth-of-type(2) {
	background: url(../../img/houmon/buy_t02.png) no-repeat center center / cover;
}

/*------------setTxt01------------*/
div#setTxt01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div#setTxt01 .planL {
	width: 50%;
}

div#setTxt01 .planR {
	width: 45%;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

div#setTxt01 .planR h4 {
	padding: 0.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	color: #fff;
}

div#setTxt01 .planR dl {
	border: 1px solid #d4d5d5;
	padding: 1.5em;
}

div#setTxt01 .planR dd {
	text-align: center;
}

div#setTxt01 .planR .main {
	font-size: 1.75em;
	margin-bottom: -0.35em;
}

div#setTxt01 .planR .price {
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2em;
	font-weight: lighter;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#setTxt01 .planR .price span {
	line-height: 1.2;
	font-size: 5.5rem;
	font-weight: bolder;
}

div#rental div#setTxt01 .planR h4 {
	background: #cf0073;
}

div#rental div#setTxt01 .planR .price span {
	color: #cf0073;
}

div#rental div#setTxt01 .planR .sub {
	font-size: 1.5em;
}

div#buy div#setTxt01 .planR h4 {
	background: #6e2775;
}

div#buy div#setTxt01 .planR .price span {
	color: #6e2775;
}

div#buy div#setTxt01 .planR .sub {
	font-size: 1.3em;
}

/*------------collectItem------------*/
div#collectItem {
	position: relative;
	width: 980px;
	margin: 60px auto 0;
	z-index: 0;
}

div#collectItem ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

div#collectItem ul li {
	width: 200px;
	margin-right: 60px;
}

div#buy div#collectItem ul li {
	width: 240px;
	margin-right: 60px;
}

div#collectItem ul li:last-of-type {
	margin-right: 0;
}

div#collectItem ul li dl {
	margin-top: 15px;
}

div#collectItem ul li dl dt {
	padding: 0.25em 0;
	text-align: center;
	color: #fff;
}

div#collectItem ul li dl dd {
	padding: 0.25em 0;
	text-align: center;
	font-size: 1.2em;
}

div#rental div#collectItem ul li dl dt {
	background: #cf0073;
}

div#buy div#collectItem ul {
	justify-content: center;
}

div#buy div#collectItem ul li dl dt {
	background: #6e2775;
}

div#buy div#collectItem .text {
	text-align: center;
	margin-top: 1em;
	font-size: 1.1em;
}

/*------------flow------------*/
div#flow {
	margin-top: 60px;
}
div#flow h4 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 0.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	color: #fff;
}

div#flow .In950 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 1.5em;
}

div#rental div#flow h4 {
	background: #cf0073;
}

div#buy div#flow h4 {
	background: #6e2775;
}

div#flow .In950 div#flowPho {
	width: 32%;
}

div#flow .In950 div#flowTxt {
	width: 65%;
}

div#flow .In950 div#flowTxt ul>li {
	margin-bottom: 20px;
}

div#flow .In950 div#flowTxt ul li dl dt {
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.715em;
	position: relative;
	padding-left: 40px;
}

div#flow .In950 div#flowTxt ul li dl dt em {
	vertical-align: baseline;
	font-size: 1.15em;
	position: absolute;
	left: 0;
	line-height: 1;
}

div#rental div#flow .In950 div#flowTxt ul li dl dt em {
	color: #cf0073;
}

div#buy div#flow .In950 div#flowTxt ul li dl dt em {
	color: #6e2775;
}

div#flow .In950 div#flowTxt ul li dl dd {
	font-size: 1em;
	margin-top: 0.75em;
	padding-left: 40px;
}

/*------------consult------------*/
div#consult {
	margin-top: 60px;
}
div#consult .text {
	text-align: center;
}

div#consult .text p {
	display: inline-block;
	margin-top: 1.5em;
	width: 48%;
	text-align: left;
}

div#consult div#point ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 2em 0;
}

div#consult div#point ul li {
	width: 160px;
	height: 160px;
	margin-right: 40px;
}

div#consult div#point ul li:last-of-type {
	margin-right: 0;
}

div#consult div#point ul li * {
	display: none;
}

div#consult div#point ul li:nth-of-type(1) {
	background: url(../../img/houmon/consult_p01.png) no-repeat center center / cover;
}

div#consult div#point ul li:nth-of-type(2) {
	background: url(../../img/houmon/consult_p02.png) no-repeat center center / cover;
}

div#consult div#point ul li:nth-of-type(3) {
	background: url(../../img/houmon/consult_p03.png) no-repeat center center / cover;
}

div#consult div#point span {
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 0.75em 2em;
}

/*------------contStep01------------*/
div#contStep01 a {
	display: block;
	padding: 30px 100px;
	border: 1px solid #d4d5d5;
}

div#contStep01 h3 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", Garamond, "Times New Roman", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1.71em;
	color: #6e2775;
}

div#contStep01 div {
	position: relative;
	width: 300px;
	margin: 20px auto 0;
	padding: 0.45em 1em;
	background-color: #6e2775;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#contStep01 div:before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}