/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 769px <= width <= 1024px
 * Clearfix
====================================================== */
@media only screen and (min-width: 769px), print {
/********************************************************

  ELEMENT

********************************************************/
.beginner #topicPath {
    width: 1080px;
    margin: 0 auto;
}

.beginner p {
	margin-top: 0;
}
/* mv */
.beginner .mv {
	background-color: #faf6f5;
	margin-top: 30px;
}
.beginner .mv .mv__inner {
	width: 1080px;
	height: 320px;
	margin: 0 auto;
	background: url(/beginner/img/mv_img.png) no-repeat right 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.beginner .mv .mv__inner h1 {
	font-size: 36px;
	font-weight: 600;
	color: #007a48;
	line-height: 1.222;
}
.beginner .mv .mv__inner span {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	display: block;
	padding-bottom: 10px;
}

/* anc-link */
.beginner .anc-link {
	width: 1080px;
	margin: 0 auto;
	padding: 40px 0;
}
.beginner .anc-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.beginner .anc-link ul li a {
	background-color: #007a48;
	width: 258px;
	height: 111px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}
.beginner .anc-link ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	margin-left: -8px;
}


/* point */
.beginner .point {
	min-width: 1080px;
	background-color: #e9e4d6;
	color: #000;
}
.beginner .point h2 {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #007a48;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	padding: 18px 0;
}
.beginner .point h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -26px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 19px 0 19px;
	border-color: #007a48 transparent transparent transparent;
	margin-left: -13px;
}
.beginner .point h2 span {
	font-size: 24px;
	display: block;
	line-height: 1;
	padding-top: 10px;
}
.beginner .point .point__inner {
	width: 1080px;
    margin: 0 auto;
}

/* point01 */
.beginner .point01 {
	padding-bottom: 100px;
}
.beginner .point01-01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 86px;
}
.beginner .point01-01 .point01-01__txt {
	width: 490px;
}
.beginner .point01-01 .point01-01__txt h3 {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 1em;
}
.beginner .point01-01 .point01-01__txt p {
	font-size: 18px;
    line-height: 2;
    letter-spacing: -0.05em;
}
.beginner .point01-01 .point01-01__img {
	width: 540px;
}
.beginner .point01-02 {
	padding-top: 70px;
	text-align: center;
}
.beginner .point01-02 h3 {
	font-size: 24px;
	font-weight: 600;
	color: #007a48;
}
.beginner .point01-02 .lead {
	font-size: 22px;
	padding-top: 20px;
}
.beginner .point01-02 .point01-02__img {
	padding-top: 25px;
}
.beginner .point01-02 .point01-02-2 {
	position: relative;
	margin-top: 65px;
}
.beginner .point01-02 .point01-02-2 .txt-01 {
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	background-color: #007a48;
	padding: 8px 35px;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.beginner .point01-02 .point01-02-2 .point01-02-2-box {
	background-color: #fff;
	padding: 40px 20px 30px;
}
.beginner .point01-02 .point01-02-2 .point01-02-2-box .txt-02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.03em;
	padding-bottom: 5px;
}
.beginner .point01-02 .point01-02-2 .point01-02-2-box .txt-02 p:last-child {
	font-size: 48px;
	margin-left: 25px;
	color: #eb6877;
}
.beginner .point01-02 .point01-02-2 .point01-02-2-box .txt-02 p:last-child span {
	font-size: 36px;
}
.beginner .point01-02 .point01-02-3 h3 {
	font-size: 24px;
	color: #000;
	padding-top: 70px;
}
.beginner .point01-02 .point01-02-3 h3 span {
	color: #e24f25;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-cover {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-cover li {
	width: 320px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #8ec31f;
	padding: 30px;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-cover li span span {
	font-size: 24px;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-cover li::before {
	content: '';
	position: absolute;
	left: -65px;
	top: 50%;
	width: 70px;
	height: 70px;
	background: url(/beginner/img/icon_plus.png) no-repeat 0 0;
	background-size: contain;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.beginner .point01-02 .point01-02-3 .point01-02-3-cover li:first-child:before {
	display: none;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-cover li:nth-child(2) {
	background-color: #f7931d;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-cover li:nth-child(3) {
	background-color: #a5609e;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-box {
	background-color: #fff;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	padding: 40px 0;
	margin-top: 40px;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-box .point01-02-3-box__ttl {
	width: 280px;
	height: 100px;
	font-size: 24px;
	font-weight: 600;
	color: #007a48;
	border-right: 4px solid #dddddd;
	padding-left: 85px;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-box .point01-02-3-list {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-box .point01-02-3-list ul {
	margin: 0 0 0 40px;
	font-size: 18px;
	position: relative;
	z-index: 0;
	font-weight: 600;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-box .point01-02-3-list ul::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 121px;
	height: 121px;
	background: url(/beginner/img/icon_batsu.png) no-repeat 0 0;
	background-size: contain;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: -1;
}
.beginner .point01-02 .point01-02-3 .point01-02-3-box .point01-02-3-list ul li span{
	display: inline-block;
	padding-left: 3em;
}



/* point02 */
.beginner .point02 {
	padding-bottom: 120px;
}
.beginner .point02-01 {
	text-align: center;
	padding-top: 75px;
}
.beginner .point02-01 h3 {
	font-size: 24px;
	font-weight: 600;
	color: #007a48;
}
.beginner .point02-01 .point02-01__img {
	margin-bottom: 40px;
}
.beginner .point02-02 {
	padding-top: 80px;
}
.beginner .point02-02 h3 {
	font-size: 26px;
	font-weight: 600;
}
.beginner .point02-02 .point02-02__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.beginner .point02-02 .point02-02__ttl .point02-02__ttl__inner {
	position: relative;
}
.beginner .point02-02 .point02-02__ttl .point02-02__ttl__inner::before {
	content: '';
	position: absolute;
    left: -30px;
    top: 15px;
	width: 3px;
	height: 40px;
	background-color: #000;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
}
.beginner .point02-02 .point02-02__ttl .point02-02__ttl__inner::after {
	content: '';
	position: absolute;
    right: -30px;
    top: 15px;
	width: 3px;
	height: 40px;
	background-color: #000;
	-webkit-transform: rotate(25deg);
	    -ms-transform: rotate(25deg);
	        transform: rotate(25deg);
}
.beginner .point02-02 h3 {
	position: relative;
	z-index: 0;
}
.beginner .point02-02 h3::before {
	content: '';
	position: absolute;
    left: 0;
    bottom: 5px;
	width: 100%;
	height: 12px;
	background-color: #fff;
	z-index: -1;
}
.beginner .point02-02 h3 span {
	color: #007a48;
}
.beginner .point02-02 h3 span span {
	font-size: 36px;
}
.beginner .point02-02 .point02-02-reason {
}
.beginner .point02-02 .point02-02-reason .reason {
	border-style: solid;
	border-width: 4px;
	border-color: #007a48;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 85px;
	padding-top: 80px;
	position: relative;
	text-align: center;
}
.beginner .point02-02 .point02-02-reason .reason .icon_num{
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	background-color: #007a48;
	border-radius: 50%;
	width: 74px;
	height: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.beginner .point02-02 .point02-02-reason .reason .icon_num:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #007a48 transparent transparent transparent;
	margin-left: -8px;
}
.beginner .point02-02 .point02-02-reason .reason h4 {
	font-size: 26px;
	font-weight: 600;
}

/* reason01 */
.beginner .point02-02 .point02-02-reason .reason01 .txt-01 {
	margin-top: 25px;
	font-size: 24px;
	font-weight: 600;
	color: #007a48;
}
.beginner .point02-02 .point02-02-reason .reason01 .reason01__img {
	margin-top: 40px;
}
.beginner .point02-02 .point02-02-reason .reason01 .txt-02 {
	margin-top: 30px;
	font-size: 26px;
	font-weight: 600;
}
.beginner .point02-02 .point02-02-reason .reason01 .txt-03 {
	padding: 25px 0 55px;
}

/* reason02 */
.beginner .point02-02 .point02-02-reason .reason02 .txt-01 {
	margin-top: 25px;
	font-size: 24px;
	font-weight: 600;
}
.beginner .point02-02 .point02-02-reason .reason02 table {
	width: 900px;
	margin: 20px auto 0;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
}
.beginner .point02-02 .point02-02-reason .reason02 table tr.bg-01 {
	background-color: #f5f5f5;
}
.beginner .point02-02 .point02-02-reason .reason02 table th ,
.beginner .point02-02 .point02-02-reason .reason02 table td {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.beginner .point02-02 .point02-02-reason .reason02 table th {
	background-color: #007a48;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 23px 0;
}
.beginner .point02-02 .point02-02-reason .reason02 table td {
	text-align: left;
	padding: 20px 50px;
	font-size: 24px;
	font-weight: 600;
}
.beginner .point02-02 .point02-02-reason .reason02 table td:nth-child(2) {
	text-align: right;
	font-size: 36px;
	color: #eb6877;
	padding: 12px 50px;
}
.beginner .point02-02 .point02-02-reason .reason02 table td:nth-child(2) span {
	font-size: 33px;
}
.beginner .point02-02 .point02-02-reason .reason02 .txt-02 {
	padding: 10px 0 55px;
}
.beginner .point02-02 .point02-02-reason .reason02 .risk {
	background-color: #e8f3d2;
	border-radius: 0 0 16px 16px;
	padding: 45px 0 60px;
}
.beginner .point02-02 .point02-02-reason .reason02 .risk h5 {
	font-size: 24px;
	font-weight: 600;
}
.beginner .point02-02 .point02-02-reason .reason02 .risk p {
	font-size: 18px;
	margin: 30px auto 0;
	width: 900px;
	text-align: left;
	letter-spacing: -0.03em;
}
.beginner .point02-02 .point02-02-reason .reason02 .risk ul {
	margin: 30px auto 0;
	width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.beginner .point02-02 .point02-02-reason .reason02 .risk ul li {
	width: 430px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.beginner .point02-02 .point02-02-reason .reason02 .risk ul li a {
	color: #fff;
	width: 100%;
	padding: 25px 0;
	background-color: #007a48;
	border-radius: 10px;
	display: block;
	position: relative;
	padding-left: 20px;
}
.beginner .point02-02 .point02-02-reason .reason02 .risk ul li a:before {
	content: '';
	position: absolute;
	left: 32px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #fff;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}

/* reason03 */
.beginner .point02-02 .point02-02-reason .reason03 .reason03__img {
	margin: 40px auto 60px;
}

/* result */
.beginner .result {
	text-align: center;
	margin-top: 80px;
}
.beginner .result h3 {
	font-size: 30px;
	font-weight: 600;
	color: #eb6877;
	display: inline-block;
	line-height: 1;
}
.beginner .result h3 span.t01 {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fff;
}
.beginner .result h3 span.t02 {
	display: block;
	padding: 10px 15px;
	background-color: #fff;
	margin-top: 10px;
}
.beginner .result .fact {
	text-align: center;
}
.beginner .result .fact .icon01 {
	background-color: #8dc21f;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 46px auto 0;
}
.beginner .result .fact .fact__txt01 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.333;
	text-align: center;
	margin-top: 24px;
}
.beginner .result .fact .result__img {
	margin-top: 45px;
}
.beginner .result .fact .fact__txt02 {
	margin-top: 20px;
}
.beginner .recommend {
	margin-top: 95px;
	text-align: center;
}
.beginner .recommend h3 {
	font-size: 24px;
	font-weight: bold;
	color: #007a48;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff));
	background: -o-linear-gradient(transparent 70%, #fff 0%);
	background: linear-gradient(transparent 70%, #fff 0%);
	display: inline;
}
.beginner .recommend .recommend__list {
	margin-top: 40px;
	background-color: #fff;
	padding: 45px 0 40px;
}
.beginner .recommend .recommend__list p {
	font-size: 26px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.beginner .recommend .recommend__list p span {
	font-size: 24px;
	font-weight: normal;
	display: block;
}
.beginner .recommend .recommend__list p::before {
	content: '';
	position: absolute;
    left: -30px;
    top: 0;
	width: 3px;
	height: 80px;
	background-color: #000;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
}
.beginner .recommend .recommend__list p::after {
	content: '';
	position: absolute;
    right: -30px;
    top: 0;
	width: 3px;
	height: 80px;
	background-color: #000;
	-webkit-transform: rotate(25deg);
	    -ms-transform: rotate(25deg);
	        transform: rotate(25deg);
}
.beginner .recommend .recommend__list ul {
	margin: 30px auto 0;
	width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.beginner .recommend .recommend__list ul li {
	width: 280px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.beginner .recommend .recommend__list ul li a {
	color: #fff;
	width: 100%;
	padding: 15px 0;
	background-color: #007a48;
	border-radius: 10px;
	display: block;
	position: relative;
	padding-left: 15px;
}
.beginner .recommend .recommend__list ul li a:before {
	content: '';
	position: absolute;
	left: 18px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}

/* (add 2025/05) */
.beginner .recommend .relation {
	margin: 0 40px 0;
	padding: 40px 0;
}
.beginner .recommend .relation .section03:first-of-type{
	margin-top: 0;
}
.beginner .recommend .relation p{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.beginner .recommend .relation p::before,
.beginner .recommend .relation p::after {
	content: none;
}
.beginner .recommend .relation .relation__item{
	margin-bottom: 40px;
}
.beginner .recommend .relation .relation__item:nth-child(3){
	margin-bottom: 60px;
}
.beginner .recommend .relation .relation__item.flexArea {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.beginner .recommend .relation .relation__img{
	width: 269px;
}
.beginner .recommend .relation .relation__txt{
	width: 700px;
	font-size: 16px;
	line-height: 1.5;
}

.beginner .recommend .relation .relation__ttl {
	font-size: 22px;
	font-weight: bold;
	color: #24753b;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 10px;
}

.beginner .recommend .relation .relation__txt .link-txt {
	width: 100%;
	text-align: right;
}

.beginner .recommend .relation .relation__txt a {
	display: inline-block;
	padding: 8px 0 8px 33px;
	background: #ffffff url(/common/img/com_ic44.png) no-repeat 17px 50%;
	background-size: 8px auto;
	color: #24753b;
}

.beginner .recommend .relation .bnr_relation {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 50px;
}

.beginner .recommend .relation .bnr_relation {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 50px;
}

/* sec-catch */
.beginner .sec-catch {
	background-color: #e8f3d2;
	color: #000;
	padding: 100px 0 50px 0;
	text-align: center;
}
.beginner .sec-catch h2 {
	padding: 69px 0 47px;
	font-size: 30px;
	color: #007a48;
}
.beginner .sec-catch .txt p {
	font-size: 18px;
	margin-bottom: 40px;
}
.beginner .sec-catch .txt .sec-catch__img02 {
	padding-top: 30px;
}

/* point03 */
.beginner .point03 {
	padding-bottom: 100px;
}
.beginner .point03 .point__inner {
	padding-top: 40px;
}
.beginner .point03 dl {
	margin-top: 40px;
}
.beginner .point03 dl dt {
	background-color: #8ec31f;
	font-size: 26px;
	font-weight: 600;
	padding: 20px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.beginner .point03 dl dt .icon {
	width: 39px;
	height: 39px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 50%;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.beginner .point03 dl dt .icon::before {
	content: '';
	width: 20px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.beginner .point03 dl dt .icon::after {
	content: '';
	width: 20px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transform: translate(-50%,-50%) rotate(90deg);
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	-o-transform: translate(-50%,-50%) rotate(90deg);
	-ms-transform: translate(-50%,-50%) rotate(90deg);
}

.beginner .point03 dl dt.active .icon::after {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transform: translate(-50%,-50%) rotate(0deg);
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
	-o-transform: translate(-50%,-50%) rotate(0deg);
	-ms-transform: translate(-50%,-50%) rotate(0deg);
}

.beginner .point03 dl dt span.num {
	font-size: 24px;
	font-weight: 600;
	color: #007a48;
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 20px;
	background-color: #fff;
}
.beginner .point03 dl dt img {
	margin: 5px 0 0 15px;
}
.beginner .point03 dl dd {
	background-color: #fff;
	padding: 47px 70px 0;
	text-align: center;
	display: none;
}
.beginner .point03 dl dd h3 {
	font-size: 26px;
	font-weight: 600;
	color: #007a48;
}
.beginner .point03 dl dd .lead {
	font-size: 16px;
	padding-top: 30px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin-top: 45px;
	padding-bottom: 45px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-l {
	width: 50%;
	border-right: 2px solid #ddd;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-l h4 {
	font-size: 22px;
	color: #007a48;
	border: 2px solid #007a48;
	border-radius: 40px;
	padding: 10px 44px;
	display: inline-block;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-l .accordion-01__txt01 {
	font-size: 26px;
	font-weight: 600;
	color: #eb6877;
	padding-top: 15px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-l .accordion-01__txt01 span {
	font-size: 36px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-l .accordion-01__txt02 {
	font-size: 22px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-l .accordion-01__img01 {
	padding-top: 10px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-l .accordion-01__txt03 {
	font-size: 14px;
	padding-top: 10px;
	letter-spacing: -0.05em;
}


.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-r {
	width: 50%;
	position: relative;
	padding-left: 40px;
	text-align: left;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-r h4 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-r .accordion-01__txt04 {
	font-size: 16px;
	padding-top: 20px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-r .accordion-01__txt05 {
	font-size: 14px;
	padding-top: 15px;
}
.beginner .point03 dl dd.accordion-01 .accordion-01-flex .flex-r .accordion-01__img02 {
	text-align: center;
    margin-top: 30px;
}


.beginner .point03 dl dd.accordion-02 h4 {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	margin-top: 50px;
	position: relative;
}
.beginner .point03 dl dd.accordion-02 h4::before {
	content: '';
	position: absolute;
    left: -30px;
    top: 5px;
	width: 2px;
	height: 30px;
	background-color: #000;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
}
.beginner .point03 dl dd.accordion-02 h4::after {
	content: '';
	position: absolute;
    right: -30px;
    top: 5px;
	width: 2px;
	height: 30px;
	background-color: #000;
	-webkit-transform: rotate(25deg);
	    -ms-transform: rotate(25deg);
	        transform: rotate(25deg);
}
.beginner .point03 dl dd.accordion-02 .accordion-02-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 700px;
	margin: 12px auto 0;
}
.beginner .point03 dl dd.accordion-02 .accordion-02-flex .accordion-02-flex__item {
	width: 210px;
}
.beginner .point03 dl dd.accordion-02 .accordion-02-flex .accordion-02-flex__item .item__ttl {
	font-size: 18px;
	font-weight: 600;
	color: #007a48;
	padding-top: 15px;
	text-align: center;
	letter-spacing: -0.05em;
	line-height: 1.3;
}
.beginner .point03 dl dd.accordion-02 .comment {
	padding-top: 20px;
	text-align: center;
}
.beginner .point03 dl dd.accordion-02 .comment p {
	font-size: 14px;
}
.beginner .point03 dl dd .bnr01{
	padding: 40px 0 60px;
}
.beginner .point03 dl dd .bnr02{
	padding: 40px 0 60px;
}
.beginner .point03 .lead span {
	font-size: 14px;
}
.beginner .point03 .sub_txt{
	font-size: 14px;
	padding-top: 10px;
}
.beginner .point03 .accordion-03 .accordion-03__img {
	padding-top: 40px;
}
.beginner .point03 dl dd.accordion-03 .accordion-03-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 900px;
	margin: 63px auto 0;
}
.beginner .point03 dl dd.accordion-03 .accordion-03-flex .accordion-03-flex__item {
	width: 276px;
}

.beginner .point03 dl dd.accordion-03 .accordion-03-flex .accordion-03-flex__item .icon_case {
	font-size: 24px;
	font-weight: 600;
	color: #007a48;
	border: 1px solid #007a48;
	width: 156px;
	height: 156px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}
.beginner .point03 dl dd.accordion-03 .accordion-03-flex .accordion-03-flex__item .item__ttl {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	padding-top: 20px;
	padding-bottom: 20px;
}
.beginner .point03 dl dd.accordion-03 .comment {
	padding-top: 20px;
	text-align: center;
}
.beginner .point03 dl dd.accordion-03 .comment p {
	font-size: 14px;
}


/* point04 */
.beginner .point04 {
	padding-bottom: 100px;
}
.beginner .point04 .lead {
	padding-top: 75px;
	text-align: center;
	font-size: 18px;
}
.beginner .point04 .lead span {
	color: #e24f25;
	font-weight: 600;
}

.beginner .point04 .box_bnr--02 ul {
	width: 1080px;
	margin: 36px auto 45px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.beginner .point04 .box_bnr--02 ul li{
	width: 340px;
	height: 80px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.beginner .point04 .box_bnr--02 ul li:hover{
	opacity: 0.7;
}

.beginner .point04 .box_bnr--02 ul li::before {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.beginner .point04 .box_bnr--02 ul li a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 20px;
}
.beginner .point04 .box_bnr--02 ul li a:hover{
	opacity: 1;
}
.beginner .point04 .box_bnr--02 ul li a span{
	display: block;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
}
.beginner .point04 .box_bnr--02 ul li a span.min-txt{
	font-size: 15px;
	font-weight: normal;
}
.beginner .point04 .box_bnr--02 ul li a span.sub-txt{
	font-size: 15px;
	font-weight: normal;
	position: absolute;
    right: 35px;
}
.beginner .point04 .box_bnr--02 ul li.bnr_01{
	background: url(/products/img/common/bg_family_photo.png) no-repeat 0 0;
	background-size: cover
}
.beginner .point04 .box_bnr--02 ul li.bnr_02{
	background: url(/products/img/common/bg_senior_photo.png) no-repeat 0 0;
	background-size: cover
}
.beginner .point04 .box_bnr--02 ul li.bnr_03{
	background: url(/products/img/common/bg_puchi_photo.png) no-repeat 0 0;
	background-size: cover
}
.beginner .point04 .comparison {
	width: 560px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	background: #ec6d74;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
.beginner .point04 .comparison span {
	font-size: 24px;
	background: url(/common/img/header_ic13.png) 0 50% no-repeat;
	background-size: auto 1.3em;
	padding: 0.5em 0 0.5em 2.2em;
	display: inline-block;
}



/********************************************************

  voice

********************************************************/
.beginner .sec-voice {
	min-width: 1080px;
	padding: 80px 0 135px;
}
.beginner .sec-voice h2 {
	font-size: 30px;
	font-weight: 600;
	color: #007a48;
	text-align: center;
	line-height: 1.3;
}
.beginner .sec-voice .lead {
	padding-top: 50px;
	text-align: center;
	font-size: 18px;
}
.beginner .sec-voice .voice_slide {
	padding-bottom: 25px;
}
.beginner .sec-voice .voice_slide {
	padding-top: 50px;
	text-align: center;
	font-size: 24px;
}
.beginner .sec-voice .voice_slide .slick-track {
	display: flex;
}
.beginner .sec-voice .voice_slide .slide__item {
	width: 630px;
	height: auto!important;
	background-color: #e8f3d2;
	padding: 35px;
	margin: 0 20px;
	text-align: left;
}
.beginner .sec-voice .voice_slide .slide__item h3 {
	font-size: 26px;
	font-weight: 600;
	color: #007a48;
	letter-spacing: -0.05em;
}
.beginner .sec-voice .voice_slide .slide__item .slide-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 40px;
	font-size: 18px;
}
.beginner .sec-voice .voice_slide .slide__item .slide-flex .slide__txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.beginner .sec-voice .voice_slide .slide__item .slide-flex .slide__img {
	width: 160px;
	margin-left: 35px;
}
.beginner .sec-voice .voice_slide .slide__item .plan__txt {
	font-size: 16px;
	padding-top: 5px;
}
.beginner .sec-voice .prev-arrow,
.beginner .sec-voice .next-arrow {
	width: 60px;
	height: 60px;
	background: url(/beginner/img/icon_prev.png) no-repeat 0 0;
	background-size: contain;
	display: block;
	border-radius: 60px;
	position: absolute;
	left: 50%;
	bottom: 0;
	cursor: pointer;
}
.beginner .sec-voice .prev-arrow:hover,
.beginner .sec-voice .next-arrow:hover {
	opacity: 0.8;
}
.beginner .sec-voice .prev-arrow {
	margin-left: -450px;
}
.beginner .sec-voice .next-arrow {
	margin-left: 450px;
	background: url(/beginner/img/icon_next.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-voice .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 60px;
}
.beginner .sec-voice .slick-dots li {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #8ec31f;
	margin: 0 10px;
	cursor: pointer;
}
.beginner .sec-voice .slick-dots li:hover,
.beginner .sec-voice .slick-dots li.slick-active {
	background-color: #007a48;
}
.beginner .sec-voice .slick-dots li button {
	display: none;
}

/********************************************************

  flow

********************************************************/
.beginner .sec-flow {
	min-width: 1080px;
	padding: 0 0 120px;
}
.beginner .sec-flow h2 {
	font-size: 30px;
	font-weight: 600;
	color: #007a48;
	text-align: center;
	line-height: 1.3;
}
.beginner .sec-flow .sec-flow__inner {
	width: 1080px;
	margin: 0 auto;
}
.beginner .sec-flow dl {
	margin-top: 30px;
}
.beginner .sec-flow dl:first-child {
	margin-top: 40px;
}
.beginner .sec-flow dl dt {
	background-color: #8ec31f;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	color: #fff;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.beginner .sec-flow dl dt .icon {
	width: 29px;
	height: 29px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 50%;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.beginner .sec-flow dl dt .icon::before {
	content: '';
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.beginner .sec-flow dl dt .icon::after {
	content: '';
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transform: translate(-50%,-50%) rotate(90deg);
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	-o-transform: translate(-50%,-50%) rotate(90deg);
	-ms-transform: translate(-50%,-50%) rotate(90deg);
}
.beginner .sec-flow dt.active .icon::after {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transform: translate(-50%,-50%) rotate(0deg);
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
	-o-transform: translate(-50%,-50%) rotate(0deg);
	-ms-transform: translate(-50%,-50%) rotate(0deg);
}
.beginner .sec-flow dd {
	display: none;
	padding-top: 10px;
}

.beginner .sec-flow dd .flow__item {
	position: relative;
	border: 1px solid #dddddd;
	font-size: 16px;
	padding-left: 116px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}
.beginner .sec-flow dd .flow__item .num {
	position: absolute;
	left: 30px;
	top: 50%;
	font-size: 18px;
	color: #fff;
	width: 50px;
	height: 50px;
	background-color: #007a48;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	z-index: 2;
}
.beginner .sec-flow dd .flow__item::before {
	content: '';
    width: 63px;
    height: 70px;
    position: absolute;
    right: 20px;
    top: 50%;
	background: url(/beginner/img/img_flow01.png) no-repeat 0 0;
	background-size: contain;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.beginner .sec-flow dd .flow__item--01::before {
	background: url(/beginner/img/img_flow01.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--02::before {
	background: url(/beginner/img/img_flow02.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--03::before {
	background: url(/beginner/img/img_flow03.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--04::before {
	background: url(/beginner/img/img_flow04.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--05::before {
	background: url(/beginner/img/img_flow05.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--06::before {
	background: url(/beginner/img/img_flow06.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--07::before {
	background: url(/beginner/img/img_flow07.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--08::before {
	background: url(/beginner/img/img_flow08.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--09::before {
	background: url(/beginner/img/img_flow09.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item--10::before {
	background: url(/beginner/img/img_flow10.png) no-repeat 0 0;
	background-size: contain;
}
.beginner .sec-flow dd .flow__item::after {
	content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 52px;
    top: 50%;
    background-color: #007a48;
    z-index: 1;
}
.beginner .sec-flow dd .flow__item--05::after,
.beginner .sec-flow dd .flow__item--10::after {
	display: none;
}



/*
	#faq
--------------------------------*/
.beginner #faq {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 67px;
	padding-top: 0px;
	margin: 0 auto;
	width: 1080px;
}
  
.beginner #faq h2 {
	font-size: 30px;
	font-weight: 600;
	color: #007a48;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 55px;
}

.beginner #faq dl {
	margin: auto;
	border: #007048 solid 2px;
}

.beginner #faq dl+dl {
	margin-top: 20px;
}

.beginner #faq dt {
	font-size: 18px;
	color: #007048;
	position: relative;
}

.beginner #faq dd>div {
	font-size: 18px;
	border: #fff solid 3px;
	overflow: hidden;
	padding: 1em;
	line-height: 1.3;
	background: #f3f2ea;
}

.beginner #faq dd p {
	margin-top: 0;
	line-height: 1.5;
}

.beginner #faq dd p+p {
	margin-top: 1em;
}

.beginner #faq dd small {
	font-size: 14px;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.beginner #faq dd small+small {
	margin-top: 0;
}

.beginner #faq dd ol li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.beginner #faq dd .w-box{
	background-color: #fff;
	font-size: 14px;
	position: relative;
	margin-top: 25px;
	padding: 25px 25px 25px 85px;
}
.beginner #faq dd .w-box::before {
	position: absolute;
	width: 45px;
	height: 59px;
	content: '';
	left: 15px;
	top: 50%;
	background: url(/beginner/img/icon_attention.png) no-repeat 0 0;
	background-size: contain;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}

.accordion_head {
	color: #007048;
	display: block;
	position: relative;
	padding: 1em 70px 1em 1em;
	text-indent: -1.4em;
	padding-left: 1.4em;
	margin-left: 1em;
}

.accordion_head:link, .accordion_head:hover, .accordion_head:visited {
	color: #007048;
}

.accordion_head:before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border: #007048 solid 2px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.accordion_head:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-bottom: #007048 solid 2px;
	border-right: #007048 solid 2px;
	position: absolute;
	right: 31px;
	top: 50%;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	    -ms-transform: rotate(45deg) translate(-50%, -50%);
	        transform: rotate(45deg) translate(-50%, -50%);
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.accordion_body {
	max-height: 0;
	overflow: hidden;
	/*transition: .5s ease;*/
}

.accordion.js__on .accordion_head:after {
	top: 55%;
	-webkit-transform: rotate(45deg) translate(-50%, -50%) scale(-1);
	    -ms-transform: rotate(45deg) translate(-50%, -50%) scale(-1);
	        transform: rotate(45deg) translate(-50%, -50%) scale(-1);
}

.accordion.js__on .accordion_body {
	max-height: 1000vh;
}

#faq dl.js__on dt:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: 3px;
	left: 3px;
}

#faq .accordion.js__on .accordion_head:after {
	-webkit-transform: rotate(45deg) translate(-35%, -35%) scale(-1);
	    -ms-transform: rotate(45deg) translate(-35%, -35%) scale(-1);
	        transform: rotate(45deg) translate(-35%, -35%) scale(-1);
}

.ind03 {
	padding-left: 2em;
	text-indent: -2em;
}
.m-txt {
	font-size: 14px;
	padding-top: 20px;
}
.m-txt p {
	margin-top: 0!important;
}


/* overwrite */
/* .contactNavi01 .lead {
	font-size: 26px;
	color: #000;
}
.contactNavi01 > .lead > strong {
    font-size: 30px;
	color: #007a48;
}
.contactNavi01 > .lead > strong > .num {
    font-size: 48px;
}
.contactNavi01 > .lead > .ast {
    font-size: 24px;
	color: #007a48;
	vertical-align: top;
}
.contactNavi01 > .note {
    margin: 40px 0 0 0;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.contactNavi01 > .links {
    margin: 35px auto 0;
    text-align: center;
    letter-spacing: -0.4em;
}

.contactNavi01 > .links > li, .mainLayout.wide .contactNavi01 > .links > li {
    display: inline-block;
    width: 430px;
    background: #ffffff;
    vertical-align: top;
    letter-spacing: normal;
    margin-right: 40px;
}
.contactNavi01 > .links > li > a {
    position: relative;
    display: table;
    width: 100%;
    height: 80px;
    padding: 9px 0 5px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
}
.contactNavi01 > .links > li.applyBtn > a:before, .mainLayout.wide .contactNavi01 > .links > li.applyBtn > a:before {
    content: "";
    position: absolute;
    left: 38px;
    top: 50%;
    display: inline-block;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
    margin: -8px 0 0 0;
    background: none;
}
.contactNavi01 > .links > li.requestBtn > a:before, .mainLayout.wide .contactNavi01 > .links > li.requestBtn > a:before {
    content: "";
    position: absolute;
    left: 38px;
    top: 50%;
    display: inline-block;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
    margin: -8px 0 0 0;
    background: none;
} */
	.beginner .singleCol + .btnLink02 {
		margin-top: 40px;
	}

	.beginner .equalCol3 > .col {
		padding-bottom: 20px;
		border: 1px solid #93c501;
		border-radius: 6px;
		background-color: #fff;
		overflow: hidden;
	}
	.beginner .equalCol3 > .col > dl > dt {
		position: relative;
		padding: 16px 30px 25px;
		background: #ecf3d9;
		text-align: center;
		font-size: 16px;
		z-index: 10;
	}
	.beginner .equalCol3 > .col > dl > dt:after {
		position: absolute;
		left: 50%;
		bottom: -11px;
		margin-left: -10px;
		background: url(/beginner/img/index_ic01.gif) no-repeat 0 0;
		display:�@block;
		content: "";
		width: 20px;
		height: 11px;
		z-index: 1;
	}
	.beginner .equalCol3 > .col > dl > dt .numberBlock {
		display: table;
		margin: 0 auto 20px;
	}
	.beginner .equalCol3 > .col > dl > dt .number {
		display: table-cell;
		vertical-align: middle;
		width: 46px;
		height: 46px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		background: #92c400;
		border-radius: 100%;
	}
	.beginner .equalCol3 > .col > dl > dd {
		padding: 25px 24px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.7;
	}
	.beginner .equalCol3 > .col > dl .leadText01 {
		font-size: 20px;
	}
	.beginner .resolve {
		margin-bottom: 45px;
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	.beginner .resolve:before {
		content: "";
		display: inline-block;
		margin: 20px 0 -40px;
		width: 0;
		height: 0;
		border-width: 40px 74px;
		border-style: solid;
		border-color: #99c80f transparent transparent;
	}
	.beginner .resolve:after {
		position: absolute;
		bottom: 0;
		right: 100px;
		content: "";
		display: inline-block;
		width: 88px;
		height: 107px;
		background: url(/beginner/img/index_im01.gif) no-repeat left top;
		background-size: contain;
	}
	.beginner .resolve > dl {
		width: 640px;
		margin: 0 auto;
	}
	.beginner .resolve > dl > dt {
		font-size: 24px;
	}
	.beginner .resolve > dl > dd {
		margin-top: 10px;
		padding: 20px;
		border-radius: 10px;
		font-size: 20px;
		color: #22753b;
		font-weight: bold;
		background: #e6f7eb;
	}
	.beginner .resolve > dl > dd:first-child {
		margin-top: 0;
	}
	.beginner .ancSection {
		width: 1000px;
		margin: 0 auto 40px;
	}
	.beginner .ancSection > dl > dt {
		position: relative;
		font-size: 18px;
		color: #fd8c07;
		text-align: center;
		margin-bottom: 20px;
		padding: 22px 22px 17px;
		border: 1px solid #fd8c07;
		border-radius: 10px;
	}
	.beginner .ancSection > dl > dt:before {
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -8px;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-width: 15px 8px;
		border-style: solid;
		border-color: #fd8c07 transparent transparent;
	}
	.beginner .ancSection > dl > dt:after {
		position: absolute;
		bottom: -28px;
		left: 50%;
		margin-left: -8px;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-width: 15px 8px;
		border-style: solid;
		border-color: #fff transparent transparent;
	}
	.beginner .ancSection > dl > dd {
		font-size: 22px;
		color: #fd8c07;
		font-weight: bold;
		background: #ffeeda;
		border-radius: 10px;
		padding: 22px 60px 17px 70px;
		display: table;
		width: 100%;
	}
	.beginner .ancSection > dl > dd .value {
		font-size: 40px;
	}
	.beginner .ancSection > dl.typeSeparate {
	}
	.beginner .ancSection > dl.typeSeparate > dd {
		position: relative;
		height: 132px;
	}
	.beginner .ancSection > dl.typeSeparate > dd .text,
	.beginner .ancSection > dl.typeSeparate > dd .img {
		display: block;
	}
	.beginner .ancSection > dl.typeSeparate > dd .text .sentence01 {
		position: absolute;
		top: 15px;
		left: 70px;
		display: block;
	}
	.beginner .ancSection > dl.typeSeparate > dd .text .sentence02 {
		position: absolute;
		top: 75px;
		left: 70px;
		display: block;
		width: 100%;
	}
	.beginner .ancSection > dl.typeSeparate > dd .img {
		width: 21.3%;
		position: absolute;
		top: 15px;
		right: 60px;
	}
	.textBlock {
		display: inline-block;
    padding: 95px 20px 0 20px;
	}
	.box_bnr {
		margin-top: 50px;
	}
	.box_bnr ul {
		width: 100%;
		margin-bottom: 60px;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.box_bnr ul li{
		width: 346px;
		height: 81px;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
	.box_bnr ul li:hover{
		opacity: 0.7;
	}

	.box_bnr ul li::before {
		content: '';
		position: absolute;
		right: 17px;
		top: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 8px;
		border-color: transparent transparent transparent #fff;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.box_bnr ul li a{
		color: #fff;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-left: 38px;
	}
	.box_bnr ul li a:hover{
		opacity: 1;
	}
	.box_bnr ul li a span{
		display: block;
		font-size: 25px;
		font-weight: bold;
	}
	.box_bnr ul li a span.min-txt{
		font-size: 11px;
		font-weight: normal;
	}
	.box_bnr ul li.bnr_01{
			background: url(/products/img/common/bg_family_photo.png) no-repeat 0 0;
			background-size: cover
	}
	.box_bnr ul li.bnr_02{
			background: url(/products/img/common/bg_senior_photo.png) no-repeat 0 0;
			background-size: cover
	}
	.box_bnr ul li.bnr_03{
			background: url(/products/img/common/bg_puchi_photo.png) no-repeat 0 0;
			background-size: cover
	}

}