@charset "UTF-8";
body {
	background-color: #F5F1E2;
}
.pageTitle {
	font-size: 2.0rem;
}
.leadText {
	padding: 10px;
}
.search_menu {
	list-style: none;
	margin-bottom: 60px;
	border-bottom: 1px solid #CCC9BC;
	font-size: 1.5rem;
	font-weight: bold;
}
.search_menu li {
	background: linear-gradient(to bottom, #ffffff 0%, #dfdfd0 100%);
	border-top: 1px solid #CCC9BC;
}
.search_menu li a {
	display: block;
	background: url(../../img2017/arrow_carrot-right3.png) 98% center no-repeat;
	background-size: 8px 13px;
	padding: 18px 24px 18px 12px;
	color: #333333;
}

.sideArea {
	margin-top: 20px;
}
.sideArea .search_menu {
	font-size: 1.4rem;
}
.sideArea .search_menu li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
h2 {
	background-color: #DCD9CB;
	margin: 20px 0 10px;
	padding: 5px 5px 5px 20px;
	position: relative;
}
h2:before {
	content: "";
	display: block;
	background-color: #A9A490;
	width: 4px;
	height: 76%;
	position: absolute;
	left: 8px;
	top: 12%;
}
h3 {
	background-color: #a9a490;
	color: #ffffff;
	padding: 5px 10px;
}
.tgl-btn2 {
	background: url(../../img2017/arrow_carrot_down_w.png) no-repeat right 10px center,linear-gradient(to bottom, #CCC9BC 0%, #a9a490 100%);
	background-size: 13px auto,100%;
	padding: 18px 30px 18px 10px;
}
section + section .tgl-btn2 {
	border-top: 1px solid #CCC9BC;
}
.tgl-btn2.open {
	background-image: url(../../img2017/arrow_carrot_up.png);
	background-color: #a9a490;
	color: #ffffff;
}
.contents {
	background-color: #fff;
	padding: 10px 10px 20px;
}
.midashi {
	text-align: center;
}
.img {
	text-align: center;
	margin: 10px 0;
}
.midashi img,
.img img {
	max-width: 100%;
	width: auto;
}
.text > p + p {
	margin-top: 1.5em;
}
em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5rem;
}
.btnMember {
	text-align: center;
	margin: 20px 0;
}
.btnMember a {
	display: block;
	background-color: orange;
	padding: 10px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ffffff;
}
.intro .tokucho {
	list-style: none;
}
.intro .tokucho > li {
	border: 1px solid #AAC2DA;
	border-radius: 10px;
	background-color: #dae6ff;
	margin-top: 15px;
	padding: 10px 7px;
}
.midashi01 {
	font-weight: bold;
	margin-bottom: 5px;
}
.midashi01 .kufuNo {
	display: inline-block;
	margin-right: 6px;
	padding: 5px 10px;
	border-radius: 50%;
	background-color: #ebd09e;
}
.link {
	text-align: right;
}
.link ul {
	list-style: none;
}
.icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.icon img {
	vertical-align: top;
}
.iconBox {
	margin: 12px 0;
}
.iconBox .midashi {
	text-align: left;
}
.iconTable table {
	border: 1px solid #CCC9BC;
	border-collapse: collapse;
}
.iconTable th {
	padding: 5px 8px;
	border-bottom: 1px solid #CCC9BC;
	border-right: 1px solid #CCC9BC;
	text-align: left;
}
.iconTable th img {
	height: 18px;
	vertical-align: middle;
}
.iconTable td {
	border-bottom: 1px solid #CCC9BC;
	padding: 5px 8px;
}

/* use.html */
.use .kome ul {
	margin-left: 0;
	margin-right: 0;
}
.use .btnMember a {
	background-color: #2767C7;
}
.use .link {
	margin-top: 1.5em;
}
.kotsu {
	margin-top: 1.5em;
}
.kotsu ol {
	margin-left: 1.5em;
}

/* point.html */
.point .kome ul {
	margin-left: 0;
	margin-right: 0;
}
sup {
	font-size: 75%;
	vertical-align: super
}
.note {
	margin: 10px 0 1.5em;
	font-size: 1.1rem;
}
.link02 ul {
	list-style: none;
	margin: 10px 0;
}
.link02 li a {
	display: inline-block;
	background: url(../../img2017/icon_blank.png) 0 2px no-repeat;
	background-size: 20px 15px;
	padding-left: 25px;
}
.advice {
	border: 2px solid #FF8100;
	border-radius: 10px;
	margin: 20px 0 0;
}
.advice .midashi {
	background-color: #FF8100;
	border-radius: 8px 8px 0 0;
	padding: 0 5px;
	color: #ffffff;
	font-weight: bold;
}
.advice .midashi span {
	display: inline-block;
	background: url(../common/sharedimg/help/icon/icon_point.png) 0 center no-repeat;
	background-size: 26px;
	padding: 5px 0 5px 30px;
	min-height: 26px;
}
.advice .text {
	padding: 8px;
}
.telNumberLink:after {
	content: "03-3457-9124";
	display: inline;
}
.telNumber {
	display: none;
}
.flow ol {
	list-style: none;
	text-align: center;
}
.flow li {
	border: 1px solid #9CD9F3;
	border-radius: 4px;
	background-color: #dbf1fa;
	padding: 10px;
}
.flow li + li {
	margin-top: 20px;
	position: relative;
}
.flow li + li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url(../../img2017/arrow_carrot-down2.png) center center no-repeat;
	background-size: 13px auto;
}
.flow .midashi {
	font-weight: bold;
	font-size: 1.6rem;
	color: #cc0033;
}
.pointTable {
	margin: 20px 4px;
}
.pointTable table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
.pointTable th {
	padding: 2px;
	border: 1px solid #ccc9bc;
}
.pointTable td {
	padding: 8px;
	border: 1px solid #ccc9bc;
}
.pointTable tr > :nth-child(2) {
	border-top: 0;
	border-bottom: 0;
}
.pointTable tr > :last-child {
	color: #cc0033;
	font-weight: bold;
}
.pointTable tr > th:first-child {
	font-weight: normal;
	background-color: #EEEEEE;
}
.pointTable tr > th:last-child {
	font-weight: normal;
	background-color: #FDF2DB;
}
.btnPoint {
	margin: 20px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.btnPoint a {
	display: block;
	background-color: #C71067;
	border-radius: 4px;
	padding: 10px;
	color: #ffffff;
}
.kome .icon {
	text-indent: 0;
}
.furikomibox .midashi01 {
	margin: 15px 0 5px;
}
.furikomibox .kome ul {
	margin: 5px 0;
}
.furikomibox .kotsu {
	margin: 5px 0;
}
.kiyakubox h4 {
	background-color: #DCD9CB;
	padding: 5px;
	margin-bottom: 8px;
}
.kiyakubox .text {
	padding: 0 5px 15px;
}
.kiyakubox ol {
	margin-left: 1.5em;
}
.kiyakubox li + li {
	margin-top: 5px;
}
.kiyakubox ol ul {
	list-style: none;
}

/* yoyaku.html */
.registFlow .ttl {
	color: #CC0033;
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 20px;
}
.pointFlow .ttl {
	color: #2721A7;
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 20px;
}
.ttl + .img {
	margin-top: 5px;
}
.mailtxt {
	color: #cc0033;
	font-weight: bold;
}
.yoyakubtnImg img {
	max-width: 375px;
	width: 100%;
}

/* kanteihou.html */
.kanteihoubox + .kanteihoubox {
	margin-top: 1.0em;
}
.osusume .midashi {
	font-weight: bold;
	text-align: left;
	color: #988B5D;
}
.merit .midashi {
	font-weight: bold;
	text-align: left;
	color: #cc0033;
}
.demerit .midashi {
	font-weight: bold;
	text-align: left;
	color: #2721A7;
}

/* jiten.html */
.jiten .text p + p {
	margin-top: 10px;
}
.jiten .text + .text {
	margin-top: 20px;
}
.jiten .midashi {
	text-align: left;
	font-weight: bold;
}

/* meiwaku.html */
.meiwaku .flow .text p + p {
	margin-top: 5px;
}
.flow .bold {
	font-weight: bold;
}
.meiwaku .flow .address {
	display: block;
	color: #cc0033;
	font-weight: bold;
	letter-spacing: 1px;
}
.meiwaku .kome ul {
	margin-left: 0;
	margin-right: 0;
	font-size: 1.2rem;
}
.meiwaku .advice .text {
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}

/* login.html */
.login .red {
	color: #cc0033;
	font-weight: bold;
}
.login .flow {
	 margin-top: 20px;
}
.login .flow .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}
.login .flow .kome {
	text-align: left;
	font-size: 1.2rem;
}
.login .flow .kome ul {
	margin: 5px 0 0;
}
.login .flow .kome li {
	border: 0;
	padding: 0 0 0 1em;
}

/* qa.html */
.qabox01 .midashi {
	text-align: left;
	font-weight: bold;
	margin: 20px 0 5px;
}
.qabox01 ul {
	list-style: none;
}
.qabox01 li {
	text-indent: -1em;
	padding-left: 1em;
}
.addressRei {
	font-weight: bold;
	letter-spacing: 1px;
}
.addressRei .red {
	color: #cc0033;
}

/* kiyaku.html */
.kiyaku {
	margin-top: 20px;
}
.kiyakuTtl {
	margin: 0;
	padding: 5px 10px;
}
.kiyakuTtl:before {
	display: none;
}
.o_container {
	margin-left: 1.5em;
}
.o_container li + li {
	margin-top: 10px;
}
.o_container ul {
	list-style: none;
}
.o_container ul li + li {
	margin-top: 0;
}
.o_container .ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.o_container .ol {
	list-style: none;
}
.o_container .ol > li {
	text-indent: -1em;
	padding-left: 1em;
}
.o_container .count01 {
	counter-reset: olcount;
}
.o_container .count01 > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.o_container .count01 > li:before {
	counter-increment: olcount;
	content: "(" counter(olcount) ")";
}
.o_container .ol > li + li {
	margin-top: 0;
}

/* icon.html */
.iconPage h2 {
	margin-bottom: 0;
}
.iconList {
	list-style: none;
	letter-spacing: -0.5em;
}
.iconList li {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	letter-spacing: 0;
	vertical-align: top;
}
.iconList .mini {
	width: 50%;
}
.iconList .small {
	font-size: 1.1rem;
}
.iconList .ptKantei {
	margin-left: 0;
	margin-top: 0;
}

/* law.html */
.table01 {
	margin: 20px 4px;
}
.table01 table {
	width: 100%;
	border: 1px solid #ccc9bc;
}
.table01 th {
	background-color: #f8f7f5;
	border-bottom: 1px solid #ccc9bc;
	padding: 5px;
	width: 100px;
	font-size: 1.2rem;
	text-align: left;
	color: #857F66;
}
.table01 td {
	background-color: #fff;
	border-bottom: 1px solid #ccc9bc;
	padding: 5px;
}
.kome ul {
	list-style: none;
	margin: 20px 10px;
}
.kome li {
	text-indent: -1em;
	padding-left: 1em;
}

/* application */
.application [target="_blank"] {
	display: inline-block;
	background: url(../../img2017/icon-blank01.gif) 0 0.4em no-repeat;
	padding-left: 15px;
}
.appCareer {
	margin-top: 1.5em;
}
.appCareer h4 {
	background-color: #DCD9CB;
	padding: 3px 5px;
	margin-bottom: 1em;
}
.appCareer .text p + p {
	margin-top: 0.8em;
}
.application .flow > ol > li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: left;
}
.application .flow .img {
	margin: 0 10px 0 0;
	-webkit-flex: 0 1 125px;
	flex: 0 1 125px;
	min-width: 125px;
}
.application .flow .img img {
	max-width: 125px;
	width: 100%;
}
.application .flow .kome ul {
	margin: 5px 0 0;
	line-height: 1.4;
}
.application .flow li li {
	border: none;
	padding: 0 0 0 1em;
	background-color: transparent;
	margin-top: 5px;
}
.application .flow li li + li:before {
	display: none;
}
.appHikaku table {
	width: 100%;
	border-collapse: collapse;
}
.appHikaku .table table:last-of-type {
	margin-top: 1em;
}
.appHikaku caption {
	text-align: left;
	font-weight: bold;
	padding: 0 5px 5px;
}
.appHikaku th {
	border: 1px solid #ccc9bc;
	padding: 8px 4px;
	vertical-align: middle;
	line-height: 1.2;
}
.appHikaku td {
	border: 1px solid #ccc9bc;
	text-align: center;
	padding: 8px 4px;
	vertical-align: middle;
}
.appHikaku tr > *:last-child {
	background-color: #FDF2DB;
	color: #cc0033;
}
.appHikaku thead th {
	border: none;
}
.appHikaku thead th:last-child {
	background-color: transparent;
}
.appHikaku tbody th {
	background-color: #eee;
	font-weight: normal;
}
.appHikaku th sup {
	white-space: nowrap;
}
.appHikaku thead span {
	display: inline-block;
	white-space: nowrap;
}
.appHikaku thead th:not(:nth-child(-n+2)),.appHikaku td {
	width: 30%;
}
.appHikaku td .kome {
	display: inline-block;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.appHikaku .table > .kome ul {
	margin: 20px 0 5px;
	font-size: 1.2rem;
}
.appHikaku .table > .kome li {
	text-indent: 0;
	padding-left: 0;
	line-height: 1.4;
}

/* /chiebukuro/kiyaku-chiebukuro.html */
.chieHelp .kiyaku {
	margin-top: 0;
}
.chieNav {
	width: 980px;
	margin: 40px auto;
	background-color: #1a7067;
	border-radius: 6px;
	padding: 12px 0;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}
.chieNav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.3em;
}
.chieNav li a {
	text-decoration: underline;
	color: #fff;
}

/* chiebukuro.html */
.chiebukuro h2 {
	margin-bottom: 0;
}
.chiebukuro h2 + .contents {
	margin-bottom: 20px;
}
.chiebukuro ul {
	list-style: none;
}
.chiebukuro li {
	margin-top: 5px;
}
.chiebukuro li + li {
	margin-top: 2px;
}
.chiebukuro ul > li {
	text-indent: -1em;
	padding-left: 1em;
}
.chiebukuro ol {
	margin-left: 1.5em;
}

/* ------------------------------
 * sp only
 * ------------------------------ */
@media screen and (max-width: 767px) {
	.tgl-btn2 + .contents {
		display: none;
	}
	.appHikaku [rowspan],.appHikaku thead th:first-child {
		display: none;
	}
	
	/* /chiebukuro/kiyaku-chiebukuro.html */
	.chieNav {
		width: auto;
		margin: 40px 10px;
		padding: 16px 0 14px;
		letter-spacing: -0.4em;
	}
	.chieNav li {
		letter-spacing: normal;
		min-width: 50%;
		margin: 4px 0;
	}
}

/* ------------------------------
 * pc only
 * ------------------------------ */
@media screen and (min-width: 768px) {
	.pageTitle {
		font-size: 2.8rem;
	}
	.leadText {
		width: 980px;
		margin: 20px auto;
		padding: 0;
		font-size: 1.4rem;
	}
	.search_menu {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 0;
		border-left: 1px solid #CCC9BC;
		letter-spacing: -0.32em;
	}
	.search_menu li {
		display: inline-block;
		width: 33%;
		letter-spacing: 0;
		border-right: 1px solid #CCC9BC;
		border-bottom: 1px solid #CCC9BC;
		border-top: 0;
	}
	.search_menu li:nth-child(-n+3) {
		border-top: 1px solid #CCC9BC;
	}
	.search_menu li:hover {
		background: linear-gradient(to top, #fffff9 0%, #dfdfd0 100%);
	}
	.search_menu li a:hover {
		text-decoration: none;
	}
	
	.mainInner {
		width: 980px;
		margin: 0 auto 80px;
	}
	.mainInner:after {
		content: "";
		display: block;
		clear: both;
	}
	.mainArea {
		float: right;
		width: 72%;
	}
	.sideArea {
		float: left;
		width: 26%;
	}
	.sideArea .search_menu {
		width: auto;
	}
	.sideArea .search_menu li {
		width: auto;
		display: list-item;
	}
	.sideArea .search_menu li:nth-child(2),
	.sideArea .search_menu li:nth-child(3) {
		border-top: 0;
	}
	.btnMember a {
		display: inline-block;
		padding: 10px 30px;
	}
	.btnMember a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.intro .tokucho > li {
		border-width: 2px;
		padding: 15px;
	}
	.midashi01 {
		font-size: 1.6rem;
	}
	.intro .tokucho .onecoin .img {
		float: left;
		margin: 0 20px 0 0;
	}
	#point .img {
		float: left;
	}
	#point .text {
		margin-left: 305px;
		margin-top: 10px;
	}
	.iconBox {
		float: left;
		width: 40%;
	}
	.iconBox + p {
		clear: both;
	}
	
	/* use.html */
	.open + .contents {
		display: block;
	}
	.contents .kome ul {
		text-align: left;
	}
	
	/* point.html */
	.telNumberLink {
		display: none;
	}
	.telNumber {
		display: inline-block;
		margin-right: 5px;
	}
	.pointTable table {
		width: 60%;
	}
	.btnPoint a {
		display: inline-block;
		padding: 10px 30px;
	}
	.btnPoint a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.furikomibox .midashi01 {
		font-size: 1.4rem;
	}
	
	/* meiwaku.html */
	.meiwaku .flow .address {
		display: inline-block;
		margin: 0 5px;
	}
	
	/* icon.html */
	.iconList li {
		width: 50%;
		margin-bottom: 10px;
	}

	/* law.html */
	.table01 {
		margin: 20px auto;
	}
	.table01 table {
		width: auto;
		margin: 20px auto;
	}
	.table01 th {
		width: auto;
		padding: 10px;
	}
	.table01 th br {
		display: none;
	}
	.table01 td {
		padding: 10px;
	}
	.kome ul {
		text-align: center;
		margin: 20px auto;
	}
	/* app.html */
	.appHikaku .table table:last-of-type {
		margin-top: 0;
	}
	.appHikaku .table table:last-of-type tr:first-of-type > * {
		border-top: none;
	}
	.appHikaku caption {
		display: none;
	}
	.appHikaku th,.appHikaku td {
		padding: 10px;
	}
	.appHikaku thead th:not(:nth-child(-n+2)),.appHikaku td {
		width: 16em;
	}
	.appHikaku th {
		white-space: nowrap;
	}
	.appHikaku tbody th span {
		display: block;
	}
	.appHikaku thead th:first-child,.appHikaku [rowspan] {
		width: 8em;
	}
	
	/* /chiebukuro/kiyaku-chiebukuro.html */
	.chieHelp .sideArea {
		margin-top: 0;
	}
	.chieNav li a:hover {
		text-decoration: none;
	}
}
