@charset "utf-8";

/* div,ul,li,p,figure,h1,h2,h3,h4,h5,h6 {
border: 1px dotted #ff00ff; } */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*PCSP
----------------------------------------*/

.disp_pc {
	display: block !important;
}

.disp_sp {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.disp_pc {
		display: none !important;
	}

	.disp_sp {
		display: block !important;
	}
}

/*/PCSP
----------------------------------------*/

/*全体
----------------------------------------*/

html,
body {

/* scroll-behavior: smooth; */

	font-size: 18px;

	font-family: arial, Meiryo, sans-serif;
	/* font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif"; */

	color: #111111;
	line-height: 1.4;

	background: #ffffff;

	width: 100%;
	min-height: 100vh;

	/* display: flex;
	flex-direction: column; */

}

/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	html,
	body {
	font-size: 16px;
	}

}
/* /SP
---------------------------------------- */

/*/全体
----------------------------------------*/

/*リンクテキスト
----------------------------------------*/

a {
	color: #0000ff;
	text-decoration: none;
}

/*/リンクテキスト
---------------------------------------- */

/* 全体
---------------------------------------- */

main {

	width: 100%;
	/* flex: 1; */

}

.narrow {

	/* width: 90%;
	max-width: 1000px; */

	width: 1000px;

	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.narrow > * {

	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

/* SP
---------------------------------------- */
@media only screen and (max-width: 768px) {

	.narrow {
		width: 95%;
	}

}
/* /SP
---------------------------------------- */

/* /全体
---------------------------------------- */

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

/* 行間 */

p + p {
margin-top: 1em;
}

/* セクション見出し */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

/* コンテンツ間スペース */
/* .csp {
padding: 40px 0;
} */

/* セクション背景 */
/* .bgalter {
background-color: rgba(171,197,221,0.2);
} */

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

/*ヘッダ
---------------------------------------- */

header {
height: 100px;
position: sticky;
top: 0;
left: 0;
background-color: #ffffff;
z-index: 2147483647;
}

header a {
/* font-size: 16px; */
font-size: 0.88rem;
color: #000000;
text-decoration: underline;
}

header ul {
padding: 0 20px;
height: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

/* header ul li {
border: 1px solid #ff00ff;
} */

header ul li:first-of-type {
width: 340px;
}

header ul li:last-of-type {
width: 306px;
}

header dl {

display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;

}

header dl dt:first-of-type {
white-space: nowrap;
}

header dl dt:last-of-type {
margin-left: 20px;
}

/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	header {
	height: 60px;
	}

	header a {
	/* font-size: 16px; */
	font-size: 0.88rem;
	color: #000000;
	text-decoration: underline;
	}

	header ul {
	padding: 10px;
	height: initial;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	}

	header ul li:first-of-type {
	width: 215px;
	margin-right: 10px;
	margin-top: 5px;
	}

	header ul li:last-of-type {
	width: 35%;
	}

	header dl {

	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: flex-end;

	}

	header dl dt:first-of-type {
	white-space: nowrap;
	margin-top: 5px;
	}

	header dl dt:last-of-type {
	margin-left: 0;
	}

}
/* /SP
---------------------------------------- */

/*/ヘッダ
---------------------------------------- */

/* FV
---------------------------------------- */

#sec_fv {
padding: 10px 0 24px 0;
}

#sec_fv .narrow h1 {
margin-bottom: 40px;
}

#sec_fv .narrow h2 {
/* font-size: 36px; */
font-size: 2rem;
margin-bottom: 30px;
}

#sec_fv .narrow h2 span {
color: #004098;
}

#sec_fv .narrow .read {
margin-bottom: 40px;
}

#sec_fv .narrow .read p {
margin-top: 0;
display: inline;
}

#sec_fv .narrow p span {
font-weight: bold;
}

header dl dt:last-of-type a {
pointer-events: none;
}

/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	#sec_fv .guide {
	text-align: right;
	margin-top: -5px;
	}

	#sec_fv .guide a {
	/* font-size: 16px; */
	font-size: 0.88rem;
	color: #000000;
	text-decoration: underline;
	}

	#sec_fv {
	padding-top: 0;
	}

	#sec_fv .narrow h2 {
	font-size: 1.4rem;
	margin-bottom: 15px;
	}

	#sec_fv .narrow .read {
	text-align: left;
	}

	#sec_fv .narrow .read p {
	display: inline-block;
	text-indent: 1em;
	}

	header dl dt:last-of-type a {
	pointer-events: initial;
	}

}
/* /SP
---------------------------------------- */

/* /FV
---------------------------------------- */

/* こんなお悩み
---------------------------------------- */

.worry_title {
	background: url(../images/worry.png) no-repeat;
	background-size: auto 160px;
	background-position: left 130px bottom 0;
	height: 160px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 60px 0 0 120px;
}
.worry_list {
	width: 800px;
	border :solid 4px #004098;
	border-radius: 10px;
	text-align: left;
	padding: 20px 30px;
	margin: 0 auto 40px;
}
.worry_list li {
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
  padding-left: 30px;
	line-height: 2;
	color: #004098;
}

.worry_list li::before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 8px;
	height: 16px;
	border-right: 3px solid #004098;
	border-bottom: 3px solid #004098;
}

@media only screen and ( max-width: 768px ) {
	.worry_title {
		background-size: auto 120px;
		background-position: left 10px bottom 0;
		height: 120px;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 20px 0 0 110px;
	}
	.worry_list {
		width: 100%;
		padding: 10px 15px;
	}
}

/* /こんなお悩み
---------------------------------------- */

/* 商品
---------------------------------------- */

#sec_prod {
padding-bottom: 80px;
}

#sec_prod .narrow ul {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: stretch;
flex-wrap: wrap;
}

#sec_prod .narrow ul:not(:last-of-type) {
margin-bottom: 20px;
}

#sec_prod .narrow ul li {
	display: flex;
	flex-direction: column;
	background-color: #f5f9fc;
	border: 4px solid #004098;
}

#sec_prod .narrow a {
	display: contents;
}

#sec_prod .narrow a:hover {
	.btn_detail {
		background: #267ac9;	
	}
}

#sec_prod .narrow ul.prod_special li {
	width: 49%;
}

#sec_prod .narrow ul.prod_special li img {
	width: 50%;
}

#sec_prod .narrow ul.prod li {
	width: 24%;
}

#sec_prod .narrow ul.prod li img {
	width: 80%;
}

#sec_prod .narrow ul.prod li p {
	font-size: 0.9em;
}

#sec_prod .narrow ul li h2 {
margin-bottom: 20px;
}

#sec_prod .narrow ul li p {
text-align: left;
padding: 0 20px;
color: #111111;
}

#sec_prod .narrow .btn_wrapper {
	margin-top: auto;
	padding-top: 1em;
}

#sec_prod .narrow .btn_detail {
	position: relative;
	display: inline-block;
	background-color: #004098;
	color: #ffffff;
	padding: 0.35em 2em 0.2em 2em;
	border-radius: 2em;
	margin-bottom: 20px;
}

#sec_prod .narrow .btn_detail::after {
	content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: calc(50% - 1px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}



/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	#sec_prod .narrow ul:not(:last-of-type) {
	margin-bottom: 0;
	}

	#sec_prod .narrow ul.prod_special li, 
	#sec_prod .narrow ul.prod li {
	width: 49%;
	margin-bottom: 4px;
	}

	#sec_prod .narrow ul.prod_special li img {
		width: 80%;
	}

	#sec_prod .narrow ul li p {
		font-size: 1em;
		text-align: left;
		padding: 0 10px;
	}

	#sec_prod .narrow ul.prod li p {
		font-size: 1em;
	}

}
/* /SP
---------------------------------------- */



/* /商品
---------------------------------------- */

/* どのようなご相談ですか？
---------------------------------------- */

#sec_soudan {
margin-bottom: 80px;
padding: 80px 0;
background-color: #f5f9fc;
}

#sec_soudan .narrow h2 {
/* font-size: 36px; */
font-size: 2rem;
margin-bottom: 30px;
}

#sec_soudan .narrow .sel {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: nowrap;

margin-bottom: 40px;

}

#sec_soudan .narrow .sel > *:not(:last-child) {
margin-right: 20px;
}


/* わたしは〜したい */
#sec_soudan .narrow .sel p {
font-size: 1.6rem;
font-weight: bold;
}

/* 選択して下さい */
#sec_soudan .narrow .sel .talk select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;

padding: 0.6em 1.6em 0.6em 0.6em;
font-size: 1.6rem;
font-weight: bold;

border: 2px solid #006699;
background-color: #ffffcc;
border-radius: 5px;



}

/* ie対応 */
select::-ms-expand {
display: none;
}

#sec_soudan .narrow .sel .talk {
position: relative;

}

#sec_soudan .narrow .sel .talk::after {
pointer-events: none;
position: absolute;
content: '▼';
color: #004098;
top: 50%;
margin-top: -0.7em;
right: 0.7em;
font-size: 1.4rem;
transform: scale(1.4, 1);
}


#sec_soudan .narrow ul {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
}

#sec_soudan .narrow ul:not(:last-of-type) {
margin-bottom: 20px;
}

#sec_soudan .narrow ul li {
position: relative;
width: calc( 100% / 3 );

background-color: #ffffff;
box-shadow: 0px 5px 10px rgba(0,0,0,0.1);;

padding: 20px;

display: flex;
flex-direction: column;
justify-content: stretch;
align-items: center;

}

#sec_soudan .narrow ul li:not(:last-of-type) {
margin-right: 20px;
}

#sec_soudan .narrow ul li a {
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}

#sec_soudan .narrow ul li .upper {
flex: 1;
margin-bottom: 20px;
}

#sec_soudan .narrow ul li .upper h3 {
/* font-size: 22px; */
font-size: 1.22rem;
color: #004098;
line-height: 1.4;

height: 4em;
white-space: nowrap;
overflow: hidden;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

padding-bottom: 1em;

}

#sec_soudan .narrow ul li .upper p {
text-align: left;
padding: 0 0.5em;
font-size: 1.1rem;
line-height: 1.6;
}

#sec_soudan .narrow ul li .lower figure {
margin-bottom: 10px;
}

#sec_soudan .narrow ul:not(:last-of-type) {
margin-bottom: 20px;
}

/* 吹き出し本体 */
.balloon {
position: relative;
padding: 2rem;
background-color: #f6f9fc;
border: 4px dotted #23a0ff;

margin: 4rem 0;

font-weight: bold;
font-size: 1.2rem;

}



.balloon::before {

	content: '';
	display: inline-block;
	position: absolute;
	width: 3.5rem;
	height: 3.5rem;
	background-image: url(../images/balloon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;

	top: 0%;
	margin-top: -2rem;
	left: 50%;
	transform: translateX( calc( 50% - 3.5rem ));
}

/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	#sec_soudan .narrow .sel {
	flex-direction: column;
	margin-bottom: 40px;
	}

	#sec_soudan .narrow .sel > *:not(:last-child) {
	margin-right: 0px;
	margin-bottom: 10px;
	}

	#sec_soudan .narrow .sel .talk select {
	/* width: 10em; */
	}

	#sec_soudan .narrow ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	}

	#sec_soudan .narrow ul:not(:last-of-type) {
	margin-bottom: 20px;
	}

	#sec_soudan .narrow ul li {
	width: 100%;
	}

	#sec_soudan .narrow ul li:not(:last-of-type) {
	margin-right: 0;
	margin-bottom: 10px;
	}

	#sec_soudan .narrow ul li .upper h3 {
	font-size: 1.8rem;
	}

	#sec_soudan .narrow ul li .lower .bt {
	padding: 1.5rem 2rem 1rem 2rem;
	}

}
/* /SP
---------------------------------------- */



/* /どのようなご相談ですか？
---------------------------------------- */

/* 私たちの強み
---------------------------------------- */

#sec_point {
margin-bottom: 80px;
}

#sec_point .narrow .read {

padding: 40px;
margin-bottom: 40px;

border-top: 5px solid #004098;
border-bottom: 5px solid #004098;

}

#sec_point .narrow .read h2 {
/* font-size: 36px; */
font-size: 2rem;
margin-bottom: 30px;
}

#sec_point .narrow .read p {
text-align: left;
}

#sec_point .narrow ul {

display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;

}

#sec_point .narrow ul li {
width: calc( 100% / 3 );
}

#sec_point .narrow ul:not(:last-of-type) {
margin-bottom: 20px;
}

#sec_point .narrow ul li:not(:last-of-type) {
margin-right: 20px;
}

/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	#sec_point .narrow .read {
	padding: 20px;
	}

	#sec_point .narrow ul {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	}

	#sec_point .narrow ul li {
	width: 100%;
	}

	#sec_point .narrow ul li:not(:last-of-type) {
	margin-right: 0;
	margin-bottom: 10px;
	}

	#sec_point .narrow ul:not(:last-of-type) {
	margin-bottom: 10px;
	}

}
/* /SP
---------------------------------------- */



/* /私たちの強み
---------------------------------------- */

/* お金に関するお役立ち情報
---------------------------------------- */

#sec_useful {
margin-bottom: 80px;
}

#sec_useful .narrow h2 {
/* font-size: 36px; */
font-size: 2rem;
margin-bottom: 30px;
}

#sec_useful .narrow ul {

display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;

padding: 0 25%;

}

#sec_useful .narrow ul li {
width: calc( 100% / 2 );
}

#sec_useful .narrow ul li:not(:last-of-type) {
margin-right: 20px;
}

/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	#sec_useful .narrow ul {
	padding: 0;
	}

	#sec_useful .narrow ul li:not(:last-of-type) {
	margin-right: 10px;
	}

}
/* /SP
---------------------------------------- */


/* /お金に関するお役立ち情報
---------------------------------------- */


/*フッター
---------------------------------------- */

/* footer {
} */

footer ul {
height: 40px;
padding: 0 20px;

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

footer ul li {
height: 100%;
}

footer ul li:nth-of-type(1) {
margin-right: 20px;
}

footer ul li:nth-of-type(2) {
white-space: nowrap;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

footer ul li:nth-of-type(2) a:not(:last-of-type):after {
content: '|';
margin: 0 5px;
}

footer a {
color: #111111;
text-decoration: underline;
/* font-size: 16px; */
font-size: 0.88rem;
}

footer p.guide {
text-align: center;
/* font-size: 11px; */
font-size: 0.61rem;
color: #333333;
margin: 35px 0 20px 0;
padding: 0 1em;
}

footer p.noticebar {
text-align: center;
/* font-size: 14px; */
font-size: 0.77em;
color: #267ac9;
padding: 1em;
background-color: #c9e4ff;
}

footer p.copy {
/* font-size: 12px; */
font-size: 0.66rem;
text-align: center;
margin: 2em 0;
padding: 0 1em;
}

/* SP
---------------------------------------- */
@media only screen and ( max-width: 768px ) {

	footer ul {
	flex-direction: column;
	}

	footer ul li:nth-of-type(1) {
	margin-right: 0;
	margin-bottom: 20px;
	}

}
/* /SP
---------------------------------------- */

/*/フッター
---------------------------------------- */

/*-- custom 20220623 --*/
#sec_soudan .narrow .sel .talk{
	min-width: 327px;
}
#sec_soudan .narrow .sel .talk select{
	width: 100%;
}
#sec_soudan .narrow ul.result{
	flex-wrap: wrap;
	justify-content: center;
}
#sec_soudan .narrow ul.result li{
	width: calc((100% - 40px)/3);
	margin-bottom: 20px;
	display: none;
}
#sec_soudan .narrow ul.result li:not(:last-of-child){
	margin-right: 0;
}
#sec_soudan .narrow ul.result li:not(:nth-of-child(3n+1)){
	margin-left: 20px;
}
.show-result{
	position: relative;
    margin: 4rem 0 0;
}
.show-result .balloon{
	font-size: 1.6rem;
	padding: 4rem 2rem;
	margin-bottom: 0;
}
.loadingDiv {    
	display: flex;
    justify-content: center;
    transition: opacity .1s;
    opacity: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
}
.loadingDiv[aria-hidden=true] {
    opacity: 0;
	pointer-events: none;
}
.loader {
	position: relative;
    width: 6rem;
    height: 6rem;
    background: #fff;
    background: linear-gradient(to right,#3498db 10%,rgba(52,152,219,0) 42%);
    border-radius: 50%;
    font-size: 10px;
    animation: action_load .8s infinite linear;
    text-indent: -9999em;
    transform: translateZ(0);
}
.loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: #3498db;
    border-radius: 100% 0 0 0;
}
.loader:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 75%;
    margin: auto;
    background: #f5f9fc;
    border-radius: 50%;
}
@keyframes action_load{
	0%{
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@media only screen and (max-width: 768px) {
	#sec_soudan .narrow .sel .talk{
		width: 100%;
		max-width: 327px;
		min-width: inherit;
	}
	#sec_soudan .narrow ul.result li{
		width: 100%;
	}
	#sec_soudan .narrow ul li .upper{
		width: 100%;
	}
}


/* バナー */
.bn {
	margin: 50px auto 0;
  width: 507px;
  height: auto;
}

.bn a:hover {
	opacity: .7;
}

@media only screen and ( max-width: 768px ) {
	.bn {
		margin: 50px auto 0;
		width: 90%;
	}
}