@charset "utf-8";
/* CSS Document */
/* 画像のずれ調整（下寄せ）
----------------------------------------------------- */
.pbBlock img {
    vertical-align: bottom;
}
/* ブランク-外部css入れるときははならず挿入する
----------------------------------------------------------- */
body, div, th, td,form, fieldset, legend, input, textarea, p,img{
	margin: 0;
	padding: 0;
}

:root ol, :root ul{
	margin:0;
	padding:0;
}

.pbBlock a img,
.pbBlock img{
	border:none;
}

.pbHorizontalNested,
.pbHorizontalNested *{
	line-height:inherit !important;
}

* {
	box-sizing: border-box;
}


body{
	color: #333;
	font-size: 18px;
	font-family:"BIZ UDPGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	line-height: 1.6;
}

a:link,a:visited{
	color: #1d76cd;
}

ul,ol{
	padding-left:30px !important;
}

.pbBlockBase table {
	border-collapse: collapse;
	border: 1px solid #f2a662;
	margin: 15px 0;
	/*width: 90%;*/
	/*text-align: center;
	max-width: 100%;*/
}

.pbBlockBase th, 
.pbBlockBase td{
	border: 1px solid #f2a662;
	padding: 15px;
}

th{
	background-color: #fae9db;
}

caption {
	text-align: left;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
	margin-bottom:4px;
}
caption::after {
    position: absolute;
    top: 15px;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 10px;
    border: solid 5px #f2a662;
    border-radius: 100%;
}

.pbHeaderArea{
	margin-bottom:110px;
}
.pbFooterArea{
	margin-top:50px;
}


/*ページ全体
----------------------------------------------------------- */
/*見出しデザイン*/
h1,h2, h3, h4, h5, h6 {
	margin:80px 0 50px;
	line-height: 1.3;
}
h1{
	/*display: block;*/
	font-size: 2.3rem;
	position: relative;
    padding: 30px 20px 30px 40px;
    border-bottom: 1px solid #c0c0c0;
	margin-top: 0 !important;
}
/*h1::before {
    position: absolute;
    top: 0;
    left: 34px;
    transform: rotate(55deg);
    height: 20px;
    width: 20px;
    background: #19d5c1;
    content: '';
}
h1::after {
    position: absolute;
    transform: rotate(15deg);
    top: 25px;
    left: 15px;
    height: 12px;
    width: 12px;
    background: #19d5c1;
    content: '';
}*/

h1::after {
  position: absolute;
    top: calc(50% - 25px);
    left: 0;
    content: '';
    width: 9px;
    height: 0.8em;
    background-color: #19d5c1;
    border-radius: 50px;
    font-size: 1.8em;
}

h2{
	font-size: 1.8rem;
	padding: 15px 24px;
	background: #d6f7f3;
	border-left: solid 10px #19d5c1;
}

h3{
	font-size: 1.6rem;
	padding: 0 20px 8px;
	border-bottom: solid 4px #d2d2d2;
	position: relative;
}
h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #19d5c1;
	left: -1px;
	bottom: -4px;
	width: 30%;
}

h4{
	font-size: 1.5rem;
	padding: 0.5rem;
	border-bottom: solid 3px #d2d2d2;
	position: relative;
}

h5{
	font-size:1.3rem;
	position: relative;
	padding: 0 0 0 38px;
}
h5::after {
	position: absolute;
	content: '';
	left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
	background-color: #19d5c1;
}

h6{
	font-size: 1.2rem;
    padding: 10px 12px;
    border-left: solid 7px #d2d2d2;
}


/*トップページタイトル2色*/
.ttl_top h2,
.ttl_white h2{
	position: relative;
	color: #333;
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 80px;
	display: block;
	background: none;
	border-left: none;
	margin-top:0 !important;
	padding:0 !important;
}
.ttl_top h2:before,
.ttl_white h2:before{
	content: '';
	position: absolute;
	bottom: -20px;
    display: inline-block;
    width: 20%;
    height: 7px;
    left: calc(100% - 50%);
	transform: translateX(-50%);
	background-color: #f7953e;
	/*border-radius: 2px;*/
}

.ttl_white h2{
	color: #FFFFFF;
}

.ttl_white h2:before {
	background-color: #FFFFFF;
}


/*ターコイズ色のボタン（お問い合わせ・一覧をみる）*/
.btn-n{
	text-align: center;
}
.btn-n a{
	text-decoration: none;
	background-color: #19d5c1;
	color: #FFFFFF;
	min-width: 260px;
	display: inline-block;             
	font-weight: 700;
	position: relative;
	padding: 15px 42px;
	margin: 0 auto;
	transition: all 0.3s;
	text-align: center;
	border-radius: 100vh;
}


/*btn2つ*/
.btn-n a:after, 
.btn-orange a:after,
.btn-c a:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: .3s;
}

/*各コンテンツの余白*/
.bg_worries,.bg_solution, .bg_features, .bg_voice,.bg_white, .bg_faq, .bg_newarrival{
	padding:100px 0;
}

/*header
---------------------------------------------------------- */
.header_area{
	border-bottom: 5px solid #19d5c1;
	padding: 20px;	
}

/*header全体のフレックスボックス*/
.flex_header>.pbNested {
    display: flex;
	justify-content: space-between; 
	align-items: center!important;
}
.flex_header>.pbNested:after{
    display: none;
}

/*btn2つ（問い合わせ・無料利用）のフレックスボックス*/
.flex_btn>.pbNested {
    display: flex;
	column-gap: 1.5rem; 
	align-items: center;
} 
.flex_btn>.pbNested:after{
    display:none;
}

/*無料利用ボタン*/
.btn-orange a{
	background-color: #f7953e;
}

.btn-n a:hover,
.btn-orange a:hover{
	text-decoration: underline;
	opacity: 0.8;
}
/*お悩みありませんか
---------------------------------------------------------- */
.bg_worries{
	background-color: #FFFFFF;
}

.flex_worries>.pbNested {
	display: flex;
	column-gap: 30px;
	justify-content: space-around; 
}
.flex_worries>.pbNested:after{
    display: none;
}


/*3つのBOX*/
.box_worries{
	width: 100%;
	padding: 50px;
	border-radius: 25px;
	box-sizing: border-box;
    box-shadow: inset 0 0 2px #9f9f9f;
}

/*それぞれの悩みタイトル*/
.ttl_worry{
	font-size: 1.3rem;
	margin-bottom: 40px;
	text-align: center;
}

/*boxの中の画像*/
.img_sad{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/*えるとれが解決します
---------------------------------------------------------- */
/*スマホから機能までのフレキシブルボックス*/
.flex_solution>.pbNested{
	display: flex;
	justify-content: center;
	margin-bottom: 5rem;
	column-gap: 20px;
}
.flex_solution>.pbNested:after{
    display: none;
}

.bg_solution{
	background-color: #efee91;
	position: relative;
}

/*下三角*/
.bg_solution::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 125px 0 125px;
    border-color: #fff transparent transparent transparent!important;
    z-index: 1;
}

/*sp画像*/
.img_sp{
	text-align: center;
}

/*スマホ隣の説明文*/
.fs_eltr-ex{
	/*width: 95%;*/
	/*padding-left: 2rem;*/
	margin-bottom: 40px;
}

/*ふきだし＿お助け*/
.sb_help{
	position: relative;
  	margin: 0 auto 50px;;
 	padding: 20px 65px;
  	/*min-width: 65%;
    max-width: 80%;*/
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #fff;
	    border-radius: 100vh;
	overflow: visible; 
	text-align: center;
	display: table;
}
.sb_help:before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 15px);
	border: 15px solid transparent;
	border-top: 15px solid #FFFFFF;
	z-index: 1;
}

.ttl_nayami{
	font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/*3つの機能*/
.box_function{
	width: 100%;
	text-align: center;
}

.box_function img{
	margin-bottom:17px;
}
.flex_function{
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
}

/*3つの機能のフレックスボックス*/
.flex_function>.pbNested {
    display: flex;
	justify-content: center;
	column-gap: 30px;
	/*flex-grow: 1;*/
}
.flex_function>.pbNested:after{
    display: none;
}

/*eltrってなに*/
.box_abouteltr{
	background-color: #fff;
	border-radius: 25px;
	padding: 40px;
}
.ttl_eltr{
	text-align: center;
	font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666666;
}

.eltr_kw{
	font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #ec368b;
}
.ttl_eltr p{
	position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 2.5em;
}

.ttl_eltr p::before, .ttl_eltr p::after {
  content: '';
  background: #19d5c1;
  width: 2em;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ttl_eltr p::before {
  left: 0;
}
.ttl_eltr p::after {
  right: 0;
}
/*３つの特徴
---------------------------------------------------------- */

/*３つの特徴フレキシブルボックス*/
.flex_features>.pbNested {
    display: flex;
	justify-content: space-between;
	column-gap: 30px;
	margin-bottom: 5rem;
}
.flex_features>.pbNested:after{
    display: none;
}

/*監修者BOXのフレキシブルボックス*/
.box_supervisor>.pbNested {
    display: flex;
	justify-content: space-between;
    column-gap: 30px;
	align-items: center;
}
.box_supervisor>.pbNested:after{
    display: none;
}

.bg_features{
	background-color: #f695a9;
}
.box_features{
	background-color: #FFFFFF;
	width: 100%;
	border-radius: 25px;
	padding: 40px;
}
.ttl_turquoise{
	color: #19d5c1;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.img_features{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
/*.box_features p,.box_features li{
	margin-bottom: 0.8rem;
}*/

/*監修者*/
.box_supervisor{
	background-color: #FFFFFF;
	padding: 40px;
	position: relative;
}
.img_sv{
	text-align: center;
}
.ttl_supervisor{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.box_supervisor:before,
.box_supervisor:after{ 
    content:'';
    width: 70px;
    height: 70px;
    position: absolute;
    display: inline-block;
}
.box_supervisor:before{
    border-left: solid 5px #d2d2d2;
    border-top: solid 5px #d2d2d2;
    top:0;
    left: 0;
}
.box_supervisor:after{
    border-right: solid 5px #d2d2d2;
    border-bottom: solid 5px #d2d2d2;
    bottom:0;
    right: 0;
}

/*監修者の説明書き*/
.fs_sv-ex{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}



/*利用者の声
---------------------------------------------------------- */
/*利用者gridレイアウト*/
.wrapper_grid>.pbNested {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
	justify-content: space-between;
}
.bg_voice{
	background-color: #19d5c1;
}
.box_user{
	background-color: #FFFFFF;
	width: 100%;
	border-radius: 25px;
	padding: 40px;
}
.ttl_pink{
	color: #f695a9;
	font-size: 1.6rem;
	font-weight: bold;
}

/*利用者の声フレックスボックス*/
.flex_users>.pbNested {
    display: flex;
	margin-bottom: 25px;
	justify-content:space-between;
	column-gap: 20px;
	align-items: center;
}
.flex_users>.pbNested:after{
	display:none;
}

/*理想ビジュアル
---------------------------------------------------------- */
.bg_white{
	position: relative;
}
.bg_white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 125px 0 125px;
    border-color: #19d5c1 transparent transparent transparent!important;
    z-index: 1;
}

/*よくある質問
---------------------------------------------------------- */
.bg_faq{
	background-color: #efee91;
}
.topQABox{
    border-radius: 25px;
    position: relative;
	background-color: #fff;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    color: #333;
}
.topQA-q{
    cursor: pointer;
	padding:20px 70px;
	padding
    font-size: 1.15rem;
    font-weight: bold;
}
.qa_ans{
    display: none;
    /*font-size: 1.8rem;*/
    padding: 0 30px 22px 30px;
}
.qa_open{
	font-size: 1.3rem;
	text-align: left;
	background-color: #FFFFFF;
}
.qa_open::after{
	position: absolute;
	top: 20px;
    right: 30px;
    display: block!important;
    content: "+";
    /*width: 2rem;
    height: 2rem;*/
}
.qa_open.open::after{
	content: "−";
}
.qa_open::before {
	content: "Q.";
    display: block;
    position: absolute;
    /*width: 3.1rem;
    height: 2.7rem;*/
    font-size: 1.5rem;
    font-weight: 500;
    left: 32px;
    top: 17px;
    color:#19d5c1;
}

/*ページ下部ボタン
---------------------------------------------------------- */
.btn_play{
	position: relative;
	margin: 0 0 20px;
	overflow: visible;
}
.btn-c{
	text-align: center;
}
.btn-c a{
	position: relative;
	display: inline-block;
	padding: 40px 145px;
	font-size: 2.4rem;
	color: #fff;
	background: #f7953e;
	border-radius: 15px;
	/*box-shadow: 0 5px 0 #d44114;*/
	text-decoration: none;
	transition: all 0.3s;
	/*min-width:600px;*/
	font-weight:bold;
	z-index: 1;
  transition: .3s;
	overflow: hidden;
	box-shadow: 0px 0px 11px 5px rgba(120, 120, 120, 0.5);
    margin: 13px;
}
a.btn-c:link,a.btn-c:visited{
	color:#fff;
}



/*.btn-label-wrap {
	position: relative;
	text-align: center;

	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: visible;
}*/

.btn-label{
	position: relative;
	display: inline-block;
	top: 22px;
	left: calc(100% - 50%);
	transform: translateX(-50%);
	/*min-width: 300px;*/
	padding: 15px 50px;
	background: #fff;
	/*border: 3px solid #f7953e;*/
	border-radius: 100vh;
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	font-size: 1.6rem;
	text-align: center;
	z-index: 10!important;
	overflow: visible;
	font-weight: bold;
}

.btn-label::before{
	content: "";
	position: absolute;
	left: calc(50% - 7px);
	transform: translateX(-50%);
	bottom: -30px;
	border: 15px solid transparent;
	border-top-color: #fff;
}

.btn-c a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ff6600;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
		border-radius: 15px;
}
.btn-c a:hover {
  color: #fff;
}
.btn-c a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

/*.btn-label::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -36px;
    border: 18px solid transparent;
	border-top-color: #fff;
}*/

/*.btn-label-wrap:hover {
	transform: translateY(3px);
}*/

/*お知らせ
---------------------------------------------------------- */	
/*おしらせ内のフレキシブルボックス*/
.flex_news>.pbNested {
    display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	padding-bottom: 3rem;
}
.flex_news>.pbNested:after{
	display:none;
}
.bg_newarrival{
	background-color: #19d5c1;
}
.ttl_newarrival{
	font-size: 1.8rem;
	font-weight: bold;
}
.bg_news{
	background-color: #FFFFFF;
	padding: 40px 60px;
    border-radius: 15px;
}

/*メガフォンとタイトルのフレックスボックス*/
.flex_ac-head>.pbNested {
    display: flex;
	/*justify-content: center;
	padding-right: 2rem;*/
}
.flex_ac-head>.pbNested:after{
	display:none;
}

.img_mp{
	margin-right: 15px;
}

.pbWhatsnewTable{ 
	border:none !important;
	border-spacing: 0;
	border-collapse: collapse;
}

.pbWhatsnewTable td,.pbWhatsnewTable th {
	border: none;
}

.pbWhatsnewTable td{
	border-bottom: 1px dotted #d5d2d2;
	padding: 10px 0;
}

/*お知らせカテゴリ内のリンク*/
.pbWhatsnewTable a{
	text-decoration: none;
}

.eltr-CategoryDay{
	vertical-align: top;
    font-size: 0.9rem;
}

/*footer
---------------------------------------------------------- */
/*外枠のフレキシブル*/
.flex_footer>.pbNested {
    display: flex;
	justify-content: space-between;
}
.flex_news>.pbNested:after{
	display:none;
}
.bg_footer{
	border-top: 0.5rem solid #19d5c1;
	padding: 30px 20px;
}

/*フッターメニュー*/
.footer_link ul{
	margin:0;
	padding:0 !important;
	list-style: none;
}

.footer_link ul li{
	display: inline;
	font-size: 0.95rem;
    margin-right: 20px;
}

.footer_link ul li a{
	text-decoration: none;
}

/*ページトップボタン*/
.btn_pagetop{
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 100;
}


/*問い合わせコーナーブロック*/
.pbCorner.pbCornerQuery table {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px dotted #ccc;
}

