@charset "UTF-8";
/* css common v20220502a
---------------------------------------------------------- */
body {
	color: #363636;
	background: #F2F4F5;
}
a, a:link, a:visited, a:active {
	color: #363636;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
#wrapper {
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}
.box {
	width: 75%;
	max-width: 600px;
	margin: 0 auto;
}
.box2307 {
	max-width: 480px;
	margin: 0 auto;
}
.strength .box2307 p {
	text-align: left;
}
.under-line {
	text-decoration: underline;
}
/* header 
---------------------------------------------------------- */
header {
	padding: 15px 0 0;
	position: absolute;
	left: 3%;
	width: 97%;
}
header img {
	max-width: 117px;
	width: 23%;
}
/* main 
---------------------------------------------------------- */
main {
	display: block;
}
/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 50px;
	height: 50px;
	bottom: 5%;
	right: 5%;
	background: url(/v2/img/pagetop.png) no-repeat right bottom;
	background-size: contain;
	transition: none;
	z-index: 9999 !important;
}
/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	padding: 40px 0;
	font-size: 12px;
	font-weight: bold;
}
/* margin style
---------------------------------------------------------- */
section {
	margin-bottom: 4rem;
}
.container {
	margin-bottom: 50px;
}
section .container:last-child {
	margin-bottom: 0;
}
/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom: 25px;
}
main * p:last-child {
	margin-bottom: 0px;
}
/* switch pc sp 
---------------------------------------------------------- */
.sp {
	display: inherit;
}
.pc {
	display: block;
}
/* title style
---------------------------------------------------------- */
.tit_section {
	margin-bottom: 50px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}
.tit_section span {
	font-size: 26px;
	display: block;
}
.tit_section img {
	width: calc(100% - 30px);
	max-width: 480px;
}
.strength h4 {
	position: relative;
	background: #ff42a3;
	box-shadow: 0px 0px 0px 5px #ff42a3;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #fff;
	max-width: 380px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.strength h4:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #fecae5;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.strength p {
	max-width: 480px;
	margin: 2em auto;
	text-align: left;
}
h3.h32307 {
	text-align: center;
	font-size: 25px;
	margin: 0 0 1.5em;
}
h3.h32307 > span {
	font-size: 25px;
}
.strength h3 {
	text-align: center;
	font-size: 25px;
}
@media screen and (max-width:1700px) {
	.tit_section {
		margin-bottom: 2.5vw;
		font-size: 20px;
	}
	.tit_section span {
		font-size: 18px;
	}
}
.tit_section span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: medium;
}
.tit_section span:before, .tit_section span:after {
	border-top: 3px solid #fff200;
	content: "";
	width: 3em;
}
.tit_section span:before {
	margin-right: 1em;
}
.tit_section span:after {
	margin-left: 1em;
}
/* txt style
---------------------------------------------------------- */
.txt_c {
	text-align: center;
}
/* btn_sty
---------------------------------------------------------- */
a.btn_sty {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.btn_main {
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center;
}
.btn_main a.btn_sty {
	max-width: 475px;
	background: linear-gradient(146deg, rgba(255 143 13) 0%, rgba(255 66 163) 96%);
	border-radius: 55px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	padding: 20px;
	letter-spacing: 0.2em;
}
.btn_main a.btn_sty span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.btn_main a.btn_sty:hover {
	background: linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
}
.btn_main.btn_main2 a.btn_sty {
	background: linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
}
.btn_main.btn_main2 a.btn_sty:hover {
	background: linear-gradient(146deg, rgba(255 143 13) 0%, rgba(255 66 163) 96%);
}
.btn_arr {
	margin-top: 25px;
	text-align: center;
}
.btn_arr a.btn_sty {
	background: linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	border-radius: 50px;
	font-size: 20px;
	line-height: 1;
	padding: 25px 10px;
	font-weight: bold;
}
.btn_arr a.btn_sty span {
	display: inline-block;
	margin-left: 20px;
	font-size: 90%;
}
.btn_arr a.btn_sty:hover {
	background: linear-gradient(146deg, rgba(255 143 13) 0%, rgba(255 66 163) 96%)
}
@media screen and (max-width:1700px) {
	.btn_arr a.btn_sty {
		border-radius: 4vw;
		font-size: 1.3vw;
		padding: 1.5vw;
	}
}
/* main_img_wrap
---------------------------------------------------------- */
#main_img_wrap {
	text-align: center;
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	min-height: 1080px;
	box-sizing: border-box;
}
#main_img_wrap .main_mask_bk {
	background-color: rgba(128, 128, 128, 0.2);
}
#main_img_wrap .main_mask {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
#main_img_wrap .box {
	position: relative;
	z-index: 10;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -35%);
	-moz-transform: translate(-50%, -35%);
	transform: translate(-50%, -35%);
}
#main_img_wrap h1 em {
	display: block;
	line-height: 1.5;
	margin-top: 30px;
	font-size: 25px;
	color: #ff42a3;
	letter-spacing: 0.1em;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8);
}
#main_img_wrap h1 em span {
	display: inline-block;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 20px;
	font-size: 25px;
	color: #ff42a3;
}
#main_img_wrap .img_copy {
	/* margin: 0 auto; */
	/* width: 70%; */
	/* max-width: 500px; */
}
#main_img_wrap .img_title {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
#main_img_wrap .main_bottom {
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(/v2/img/bg_main_bottom.png);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100px;
	display: none;
}
#main_img_wrap .btn_scroll {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
}
#main_img_wrap .btn_scroll a {
	display: block;
}
#main_img_wrap .btn_scroll img {
	max-width: 50px;
}
#main_img_wrap .video-wrapper {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}
#main_img_wrap .video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width:1700px) {
	#main_img_wrap {
		min-height: 100vh;
	}
	#main_img_wrap .box {
		width: 50%;
	}
	#main_img_wrap h1 {
		width: 100%;
		margin: 0 auto;
	}
	#main_img_wrap h1 em {
		margin-top: 30px;
		font-size: 1.3vw;
		padding: 20px;
		width: 60%;
		margin: 30px auto 0;
		border-radius: 30px;
	}
	#main_img_wrap h1 em span {
		margin-left: 1vw;
		font-size: 1.3vw
	}
	.btn_main {
		margin-top: 3vw;
	}
	.btn_main a.btn_sty {
		border-radius: 4vw;
		font-size: 1.6vw;
		padding: 1.5vw;
	}
	.btn_main a.btn_sty span {
		font-size: 0.8vw;
		margin-bottom: 0.6vw;
	}
	#main_img_wrap .btn_scroll {
		margin-top: 1.5vw;
	}
}
/* concept
---------------------------------------------------------- */
.widearea {
	background: url(/v2/img/concept_back2.png) no-repeat center;
	background-size: cover;
	padding: 130px 0 350px;
}
.widearea .box {
	background: #ffffff;
	border-radius: 60px;
	padding: 70px 5% 100px;
	box-sizing: border-box;
}
.widearea .description {
	font-size: 18px;
}
.widearea h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 20px;
	font-weight: bold;
}
.widearea h4 span {
	background-image: -webkit-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-image: -moz-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-image: -o-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	/* background-image: linear-gradient(90deg, rgba(230,185,10,0.34) 0%, rgba(144,93,75,0.34) 80%, rgba(140,89,78,0.34) 100%); */
	background-image: linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-repeat: no-repeat;
	background-size: 100% 0.4em;
	background-position: 0px 100%;
}
.widearea img {
	/* display: block; */
	margin: 30px auto;
	/* width: 90%; */
	/* border-radius: 20px; */
}
.list-top h4 {
	text-align: center;
	margin: 2rem 0;
	font-weight: bold;
}
@media screen and (max-width:1700px) {
	.widearea {
		padding: 5vw 0 15vw;
		background-size: 115%;
	}
	.widearea .box {
		padding: 4vw 5% 5vw;
	}
	.widearea ul li {
		width: 31%;
		margin-right: 4%;
	}
	#flow.widearea ul li {
		width: 100%;
		margin-right: 0;
	}
	.widearea ul li h4 {
		font-size: 1.4vw;
		margin: 2vw 0 1vw;
	}
	.widearea ul li p {
		font-size: 1vw;
	}
}
/* what is recta
---------------------------------------------------------- */
#what {
	background: url(/v2/img/bg_what2.png) no-repeat center;
	background-size: cover;
	padding: 130px 0 350px;
}
#what .box {
	background: #ffffff;
	border-radius: 60px;
	padding: 70px 5% 100px;
	box-sizing: border-box;
}
#what ul {
	display: flex;
}
#what ul li {
	width: 30%;
	margin-right: 5%;
}
#what ul li:last-child {
	margin-right: 0;
}
#what ul li h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 20px;
	font-weight: bold;
}
#what ul li h4 span {
	background-image: -webkit-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-image: -moz-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-image: -o-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	/* background-image: linear-gradient(90deg, rgba(230,185,10,0.34) 0%, rgba(144,93,75,0.34) 80%, rgba(140,89,78,0.34) 100%); */
	background-image: linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-repeat: no-repeat;
	background-size: 100% 0.4em;
	background-position: 0px 100%;
}
#what ul li p {
	font-size: 18px;
}
@media screen and (max-width:1700px) {
	#what {
		padding: 5vw 0 15vw;
		background-size: 115%;
	}
	#what .box {
		padding: 4vw 5% 5vw;
	}
	#what ul li {
		width: 31%;
		margin-right: 4%;
	}
	#what ul li h4 {
		font-size: 14px;
		margin: 2vw 0 1vw;
	}
	#what ul li p {
		font-size: 14px;
	}
}
/* flow
---------------------------------------------------------- */
.flow {
	margin-top: -200px;
	background: url(/v2/img/bg_flow.png) no-repeat center bottom;
	padding: 120px 0 270px;
	margin-bottom: 120px;
}
.flow .tit_section {
	margin-bottom: 120px;
}
.flow .slide_flow div, .flow .slide_flow2 div {
	color: #ffffff;
	text-align: center;
}
.flow .slide_flow div .slide_txt, .flow .slide_flow2 div .slide_txt {
	width: calc(100% - 30px);
	display: inline-block;
}
.flow .slide_flow div h4, .flow .slide_flow2 div h4 {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	margin-left: -1em;
}
.flow .slide_flow div p, .flow .slide_flow2 div p {
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
}
@media screen and (min-width:841px) {
	.flow .slide_flow, .flow .slide_flow2 {
		display: flex;
	}
	.flow .slide_flow div, .flow .slide_flow2 div {
		width: 25%;
		font-weight: 700;
	}
}
/*
テーブルデザイン
*/
table.revtable {
	width: 100%;
	margin-top: 16px;
}
.revtable th, .revtable td {
	padding: 10px;
	border: 1px solid #ddd;
}
.revtable td > p, .revtable th > span, .revtable td > span {
	margin-left: 10px;
}
.revtable th.nonborder, .revtable td.nonborder {
	padding: 0;
	border: 0px none #ddd;
	height: 10px;
}
.revtable th {
	background: #f4f4f4;
}
.revtable th {
	width: 30%;
	text-align: left;
}
.revtable a, .revtable a:link, .revtable a:active, .revtable a:visited, .revtable a:hover {
	color: #363636;
	text-decoration: none;
}
@media screen and (max-width:1700px) {
	.flow {
		margin-top: -15vw;
		background: url(/v2/img/bg_flow.png) no-repeat center bottom;
		background-size: 83%;
		padding: 10vw 0 12vw;
	}
	.flow .tit_section {
		margin-bottom: 5vw;
	}
	.flow .slide_flow div h4, .flow .slide_flow2 div h4 {
		font-size: 14px;
	}
	.flow .slide_flow div p, .flow .slide_flow2 div p {
		font-size: 14px;
	}
}
/* benefit
---------------------------------------------------------- */
.benefit {
	background: url(/v2/img/bg_benefit.png) no-repeat -20% bottom;
	padding-bottom: 150px;
}
.benefit .box {
	background: #ffffff;
	border-radius: 60px;
	padding: 70px 8% 100px;
	box-sizing: border-box;
}
.benefit .col_box {
	overflow: hidden;
}
.benefit .col_box .col_img {
	float: left;
	width: 55%;
}
.benefit .col_box .col_img100 {
	float: left;
	width: 100%;
}
.benefit .col_box .col_txt {
	float: right;
	width: 40%;
	font-size: 22px;
}
.benefit .col_box .col_txt .container {
	font-size: 26px;
}
.benefit .col_box .col_txt h4 {
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.benefit .col_box .col_txt h4:before, .benefit .col_box .col_txt h4:after {
	border-top: 3px solid #DCAE12;
	content: "";
	width: 3em;
}
.benefit .col_box .col_txt h4:before {
	margin-right: 1em;
}
.benefit .col_box .col_txt h4:after {
	margin-left: 1em;
}
.benefit strong.txt_border, .benefit b.txt_border, .benefit span.txt_border {
	background-image: -webkit-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-image: -moz-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-image: -o-linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	/* background-image: linear-gradient(90deg, rgba(230,185,10,0.34) 0%, rgba(144,93,75,0.34) 80%, rgba(140,89,78,0.34) 100%); */
	background-image: linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	background-repeat: no-repeat;
	background-size: 100% 0.4em;
	background-position: 0px 100%;
	font-weight: 700;
}
.benefit .col_box .col_txt .txt_b {
	font-weight: 700;
}
@media screen and (max-width:1700px) {
	.benefit {
		background: url(/v2/img/bg_benefit.png) no-repeat -20% bottom;
		background-size: 45%;
		padding-bottom: 10vw;
	}
	.benefit .box {
		padding: 4vw 0.25em 6vw;
		width: 70%;
	}
	.benefit .col_box .col_img {
		width: 50%;
	}
	.benefit .col_box .col_img100 {
		width: 100%;
	}
	.benefit .col_box .col_txt {
		width: 45%;
		font-size: 14px;
	}
	.benefit .col_box .col_txt .container {
		font-size: 15px;
	}
	.benefit .col_box .col_txt h4 {
		font-size: 14px;
	}
	.benefit .col_box .col_txt h4:before, .benefit .col_box .col_txt h4:after {
		width: 2em;
	}
}
/* List of shop
---------------------------------------------------------- */
.list-top {
	background: none !important;
	padding-bottom: 0 !important;
	margin-top: 20px;
}
.list-bottom {
	margin-bottom: -180px !important;
}
#p2.list-top p {
	/* font-size:20px; */
	max-width: 480px;
	line-height: 2;
}
#list {
	background: url(/v2/img/bg_list2.png) no-repeat 110% bottom;
	padding-bottom: 350px;
}
.list_inner {
	background: url(/v2/img/bg_list_inner.png) no-repeat center;
	background-size: cover;
	padding: 90px 0 130px;
}
.list_inner > p {
	line-height: 2.2em;
}
.list-top p {
	font-size: 20px;
	line-height: 1.8em;
	padding: 0 5%;
	text-align: left;
	max-width: 600px;
	margin: 0 auto;
}
.chk_list {
	max-width: 480px;
	margin: 0 auto;
	padding: 0 5%;
}
.chk_list li {
	background: url(/v2/img/chk_list.png) no-repeat left center;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0 12px 40px;
	background-size: 30px;
	/* vertical-align: top; */
}
.mv_mrk {
	background: linear-gradient(left, rgb(250 183 194) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .8em;
	background-position: 100% .5em;
	transition: 2s;
	font-weight: bold;
}
.mv_mrk.is-active {
	background-position: 0% .5em;
}
.slide_list_outer {
	overflow: hidden;
}
.slide_list {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.slide_list_outer .slick-list {
	overflow: visible !important;
}
.slide_att_txt p {
	color: #999;
	font-size: 22px;
	margin-top: 30px;
	text-align: center;
}
.slide_list .slide_txt h4 {
	margin: 4vw auto 0;
	display: flex;
	flex-wrap: wrap-reverse;
	text-align: left;
	width: 80%;
}
.slide_list .slide_txt h4 em {
	font-size: 36px;
	font-weight: 700;
	display: block;
	width: 100%;
	letter-spacing: 0;
}
.slide_list .slide_txt h4 span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding-left: 0;
}
.lm10 {
	margin-bottom: 10px;
}
.lm30 {
	margin-bottom: 30px;
}
.bt_area2307 {
	width: 100%;
	max-width: 480px;
	margin: 4rem auto;
	display: flex;
	gap: 2%;
	font-size: 16px;
	padding: 0 2%;
	font-weight: bold;
	box-sizing: border-box;
}
.foot_bt .bt_area2307 {
	margin: 0;
}
.mlr_5per{
	margin: 0 5% 0 5%;
}
a.bt_l_2307 {
	background: #06c755;
	color: #fff;
	border-radius: 10px;
	padding: 10px 0;
	width: 30%;
	text-align: center;
	animation: fuwafuwa2 3s infinite;
}
a.bt_l_2307 span {
	font-size: 60%;
	display: block;
	font-weight: normal;
}
a.bt_s_2307 {
	background: #ff42a3;
	color: #fff;
	border-radius: 10px;
	padding: 10px 0;
	width: 68%;
	text-align: center;
	animation: fuwafuwa2 3s infinite;
}
a.bt_s_2307 span {
	font-size: 60%;
	display: block;
	font-weight: normal;
}
.strength {
	margin: 2rem auto;
	width: 100%;
	/* max-width: 480px; */
	text-align: center;
}
.strength .list_inner {
	padding: 60px 5%;
}
.strength p {
	text-align: left;
}
.strength p.srength_point_text {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 1.8em;
}
.point_ico {
	position: absolute;
	margin-top: -15px;
	/* height: 100px; */
}
.float_bt {
	background: #fae668;
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 120px;
	right: 5%;
	border-radius: 50%;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	animation: zoom 2s infinite;
	z-index: 99;
	font-size: 12px;
}
.float_bt a {
	color: #ff42a3;
}
.foot_bt {
	z-index: 999;
}
.foot_bt a.bt_s_2307, .foot_bt a.bt_l_2307, .foot_bt, .btn_main {
	animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-30px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes fuwafuwa2 {
	0% {
		transform: translateY(0px);
	}
	33% {
		transform: translateY(-30px);
	}
	66% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media screen and (max-width:1700px) {
	#list {
		background: url(/v2/img/bg_list2.png) no-repeat 110% bottom;
		background-size: 38%;
		padding-bottom: 24vw;
	}
	.list_inner {
		background: url(/v2/img/bg_list_inner.png) no-repeat center;
		background-size: cover;
		padding: 5vw 0 6vw;
	}
	.slide_list {
		max-width: 600px;
		width: 40% !important;
	}
	.slide_list .slick-slide {
		padding: 0 1vw;
	}
	.slide_list .slick-slide figure {
		width: 100%;
		height: 27vw;
	}
	.slide_list .slick-slide img {
		width: 100%;
		height: 27vw;
		border-radius: 30px;
		object-fit: cover;
	}
	.slide_att_txt p {
		font-size: 14px;
		margin-top: 1.5vw;
	}
	.slide_list .slide_txt h4 {
		margin-top: 15px;
	}
	.slide_list .slide_txt h4 em {
		font-size: 14px;
	}
	.slide_list .slide_txt h4 span {
		font-size: 14px;
	}
}
/* support
---------------------------------------------------------- */
#support {
	background: url(/v2/img/bg_support2.png) no-repeat center top;
	background-size: cover;
	padding: 110px 0 0;
	/* color: #ffffff; */
}
#support .box {
	/* max-width: 1580px; */
}
#support .col_box {}
#support .col_box .col_img {
	float: right;
	width: 35%;
	padding-top: 20px;
	box-sizing: border-box;
}
#support .col_box .col_txt {
	/* float: left; */
	/* width: 62%; */
	/* padding-left: 5%; */
	/* box-sizing: border-box; */
}
#support .col_box .col_txt .support_tit {
	text-align: center;
	margin-bottom: -140px;
}
#support .col_box .col_txt h3 {
	/* font-size: 150px; */
	/* font-weight: 700; */
	/* text-align: center; */
	/* line-height: 1.3; */
	/* display: inline-block; */
	/* background: #fff; */
	/* padding: 0 12%; */
	/* font-size: initial; */
}
#support .col_box .col_txt h3 span {
	/* font-size: 64px; */
	/* font-weight: bold; */
}
#support .col_box .col_txt h3 em {
	border-bottom: solid 4px #FFE13B;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
}
#support .col_box .col_txt .support_border {
	/* border: solid 8px #ff557d; */
	padding: 1em 3% 70px;
}
#support .col_box .col_txt .support_border li {
	background: url(/v2/img/ico_support_orange.webp) no-repeat left center;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 0 8px 60px;
	line-height: 2em;
}
#support .col_box .col_txt .support_border li span {
	/*	border-bottom: solid 2px #FFE13B;
	display: inline-block;
*/
}
#support .col_box .col_txt .support_border .support_txt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 50px;
}
#support .col_box .col_txt .btn_arr {
	text-align: center;
}
#support .col_box .col_txt .btn_arr a.btn_sty {
	max-width: 420px;
	width: 80%;
}
.summary_point {
	cursor: pointer;
}
@media screen and (max-width:1700px) {
	#support {
		padding: 4vw 0 0;
	}
	#support .box {
		width: 68%;
	}
	#support .col_box .col_img {
		width: 44%;
		padding-top: 2vw;
		margin-right: -13%;
	}
	#support .col_box .col_txt {
		/* width: 62%; */
		padding-left: 0;
	}
	#support .col_box .col_txt .support_tit {
		margin-bottom: -9vw;
	}
	#support .col_box .col_txt h3 {
		font-size: 25px;
		/* padding: 0 10%; */
		line-height: 1.3;
	}
	#support .col_box .col_txt h3 span {
		font-size: 25px;
		line-height: 0 !important;
	}
	#support .col_box .col_txt h3 em {
		line-height: 1.3;
	}
	#support .col_box .col_txt .support_border {
		padding: 0 2% 4vw;
	}
	#support .col_box .col_txt .support_border li {
		background: url(/v2/img/ico_support_orange.webp) no-repeat left center;
		background-size: 2.3vw;
		font-size: 16px;
		padding: 0.8vw 0 0.8vw 2.8vw;
	}
	#support .col_box .col_txt .support_border .support_txt {
		font-size: 1.5vw;
		margin-top: 3vw;
	}
}
.arrow-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 10px;
}
.scroll-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 80px; */
	font-size: 20px;
}
.chevron {
	position: absolute;
	width: calc(0.6em * 3.5);
	height: calc(0.6em * 0.8);
	opacity: 0;
	transform: scale(0.3);
	animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
	animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
	animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before, .chevron:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	/* background-color: white; */
	/* background: #fff200; */
	background: linear-gradient(146deg, rgba(255 66 163) 0%, rgb(255 143 13) 96%);
}
.chevron:before {
	left: 0;
	transform: skewY(30deg);
}
.chevron:after {
	right: 0;
	width: 50%;
	transform: skewY(-30deg);
}
@keyframes move-chevron {
	25% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
		transform: translateY(calc(0.6em * 3.8));
	}
	66.6% {
		opacity: 1;
		transform: translateY(calc(0.6em * 5.2));
	}
	100% {
		opacity: 0;
		transform: translateY(calc(0.6em * 8)) scale(0.5);
	}
}
.main_slide {
	display: flex;
	width: 100vw;
	height: 100%;
	overflow: hidden;
}
.main_slide img {
	width: auto;
	height: 100%;
	max-width: initial;
}
@keyframes loop1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-200%);
	}
}
.main_slide img:first-child {
	animation: loop1 100s -50s linear infinite;
}
.main_slide img:last-child {
	animation: loop2 100s linear infinite;
}
.main_img_wrap {
	position: absolute;
	height: 100%;
}
.top_txt {
	font-weight: bold;
	font-size: 16px;
	margin: 2em;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.area {
	background: #fff200;
	width: 100%;
	height: 100%;
	position: absolute;
}
.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 1);
	animation: animate 25s linear infinite;
	bottom: -150px;
	background: url(/v2/img/heart.png);
	background-size: cover;
}
.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}
.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}
.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}
.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}
.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}
.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}
.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}
.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}
.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}
	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0.5;
		border-radius: 50%;
	}
}
.over {
	position: absolute;
	height: 100%;
	overflow: hidden;
	display: none;
}
.btn_main.btn_main2.color02 a.btn_sty {
	background: linear-gradient(146deg, rgb(255 66 163) 0%, rgb(255 143 13) 96%);
	color: #fff;
	border: 0;
}
.top-album {
	position: relative;
	width: 100%;
}
.top-album .topimg1, .top-album .topimg2, .top-album .topimg3 {
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translateX(-50%);
}
@keyframes topalbum {
	0% {
		opacity: 0;
	}
	11.1% {
		opacity: 1;
	}
	22.2% {
		opacity: 1;
	}
	33.3% {
		opacity: 0;
	}
}
.img_copy {
	animation: topalbum 15s infinite;
	opacity: 0;
}
.top-album .topimg1 {
	animation-delay: 0s;
}
.top-album .topimg2 {
	animation-delay: 5s;
}
.top-album .topimg3 {
	animation-delay: 10s;
}
#main_img_wrap .box {
	padding: 100px;
}
.hamburger {
	display: block;
	position: fixed;
	right: 13px;
	top: 12px;
	cursor: pointer;
	text-align: center;
	background:	rgba(255, 255, 255, 0.5);
	width: 45px;
	height: 45px;
	z-index: 9999;
}
.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 7px;
	margin-top: 2px;
	background: #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 16px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav.globalMenuSp {
	position: fixed;
	top: 0;
	right: 0;
	color: #000;
	background: #483805;
	text-align: center;
	transform: translateX(200%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	max-width: 500px;
	z-index: 998;
}
nav.globalMenuSp ul {
	background: rgba(255, 255, 255, 0.2);
	margin: 100px auto 0;
	padding: 0;
	width: 100%;
	flex-direction: column;
}
#gnav ul li, nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100% !important;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.globalMenuSp ul li:hover {
	background: #d3a518;
}
nav.globalMenuSp ul li a {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	padding: 1em 0;
	text-decoration: none;
	font-size: 14px;
}
th, td {
	width: 100%;
	display: block;
	margin-top: -1px;
}
table.tb2307 {
	border-collapse: separate;
	border-spacing: 5px 0px;
	width: 100%;
}
.tb2307 td {
	width: 50%;
	display: table-cell;
	font-size: 14px;
	border: 1px solid;
	padding: 5px;
}
.tb2307 thead th {
	background: #ccc;
	display: table-cell;
	width: 50%;
	font-size: 16px;
	padding: 8px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%);
}
/* line voice タイトル */
.subject_linevoicetitle {
	font-size: 18px;
	padding: 0.5em 2em;
	color: #F7F7F7;
	border-radius: 80px 45px 100px 60px;
	background-image: linear-gradient(45deg, hsla(27,100%,54%,1.00) 0%, hsla(49,94%,68%,1.00) 100%);
	margin-top: 5em;
	font-weight: 900;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.subject_linevoicetitle p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.4em;
	font-weight: 900;
}
.subject_linevoicetitle p:nth-of-type(1) {
	padding-top: 0.5em;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-weight: 900;
}
.subject_linevoicetitle p:nth-of-type(2) {
	padding-top: 0.5em;
	font-weight: 900;
}
.subject_linevoicetitle p:nth-of-type(3) {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	font-weight: 900;
}
.subject_linevoicetitle p:nth-of-type(4) {
	padding-bottom: 0.5em;
	font-weight: 900;
}
.subject_linevoicetitle > p > strong {
	font-weight: 900;
	font-size: 19px;
	margin-left: 0.5em;
}
@media screen and (max-width:780px) {
	.foot_bt .bt_tel:before {
		font-family: "Font Awesome 5 Free";
		content: "\f095";
		font-weight: 900;
		padding-right: 5px;
		color: #fff;
	}
	.foot_bt .bt_faq:before {
		font-family: "Font Awesome 5 Free";
		content: "\f059";
		font-weight: 900;
		padding-right: 5px;
		color: #fff;
	}
	.foot_bt .bt_line:before {}
	.foot_bt .bt_tel, .foot_bt .bt_line, .foot_bt .bt_faq {
		color: #ff42a3;
		padding: 6px 0;
		text-align: center;
		border: 1px solid #fff;
		/* border-radius: 5px; */
		border-bottom: 0;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		border-radius: 5px;
	}
	.foot_bt .bt_line i {
		font-size: 120%;
	}
	.foot_bt {
		/* background: #fff; */
		padding-bottom: 5px;
		position: fixed;
		width: 100%;
		bottom: 0;
		display: flex !important;
		justify-content: space-between;
	}
	.foot_bt .bt_tel:hover, .foot_bt .bt_line:hover, .foot_bt .bt_faq:hover {
		opacity: 0.7;
	}
	.foot_bt .bt_tel {
		background: #ff881b;
		color: #fff;
		width: 34%;
	}
	.foot_bt .bt_faq {
		background: #ff42a3;
		color: #fff;
		width: 29%;
	}
	.foot_bt .bt_line {
		background: #06c755;
		color: #fff;
		width: 34%;
	}
}
.dokidoki {
	animation-name: dokidoki; /* アニメーション名の指定 */
	animation-delay: 3s; /* アニメーションの開始時間指定 */
	animation-duration: 5s; /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;
	/* アニメーションの動き（徐々に早く徐々に遅く）*/
	animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes dokidoki {
	0% {
		transform: scale(1);
	}
	40% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	60% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
.faq {
	margin-top: 40px;
	padding: 0 10px;
	font-size: 16px;
}
.faq dl {
	background: #fff;
	padding: 30px 30px 20px 60px;
	border-radius: 30px;
	padding-left: 60px;
	margin-bottom: 20px;
	max-width: 500px;
	margin: 0 auto 20px;
}
.faq dt {
	position: relative;
	font-size: 16px;
	font-weight: 900;
}
.faq dt > span {
	width: calc(100% - 70px);
	line-height: 1.5em;
	font-size: 20px;
	display: block;
}
.faq dd {
	margin-top: 20px;
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #ff5722;
	display: none;
	font-size: 20px;
	font-weight: 600;
}
.faq dt:before {
	content: "";
	position: absolute;
	font-size: 100%;
	font-weight: bold;
	font-family: cursive;
	background: #ff9800;
	width: 40px;
	height: 40px;
	text-align: center;
	left: -45px;
	top: calc(-0.5em);
	color: #fff;
}
.faq dl:nth-of-type(1) dt:before {
	background: url("/v2/img/faq_q1.png");
}
.faq dl:nth-of-type(2) dt:before {
	background: url("/v2/img/faq_q2.png");
}
.faq dl:nth-of-type(3) dt:before {
	background: url("/v2/img/faq_q3.png");
}
.faq dl:nth-of-type(4) dt:before {
	background: url("/v2/img/faq_q4.png");
}
.faq dl:nth-of-type(5) dt:before {
	background: url("/v2/img/faq_q5.png");
}
.faq dl:nth-of-type(6) dt:before {
	background: url("/v2/img/faq_q6.png");
}
.faq dl:nth-of-type(7) dt:before {
	background: url("/v2/img/faq_q7.png");
}
.faq dl:nth-of-type(8) dt:before {
	background: url("/v2/img/faq_q8.png");
}
.faq dl:nth-of-type(9) dt:before {
	background: url("/v2/img/faq_q9.png");
}
.faq dd:before {
	content: "";
	position: absolute;
	font-size: 120%;
	font-weight: bold;
	font-family: cursive;
	background: #ff42a3;
	width: 40px;
	height: 40px;
	text-align: center;
	left: -45px;
	top: 20px;
	color: #fff;
	background: url("/v2/img/faq_a.png");
}
.faq dt:after {
	content: "open";
	border: 1px solid;
	padding: 2px 10px;
	border-radius: 5px;
	line-height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: #FFA341;
  background-image: linear-gradient(133deg, rgba(255, 106, 0, 1), rgba(253,146,0,0.70));
}
.faq dt.active:after {
	content: "close";
	border: 1px solid;
	padding: 2px 10px;
	border-radius: 5px;
	line-height: 15px;
	position: absolute;
	right: 0;
}
#flow.widearea ul li {
	position: relative;
	/* support_border; border:2px solid #e0c576; */
	border-radius: 20px;
	padding: 0 0 2vh;
	background: #f2f4f5;
	margin-bottom: 40px;
}
#flow.widearea ul li p {
	font-size: 20px;
	padding: 0 5%;
	line-height: 2.5em;
}
#flow.widearea ul li:after {
	position:
		absolute;
	content:
		"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 100px 0 100px;
	border-color: #ffc107 transparent transparent transparent;
	left: 50%;
	margin-left: -100px;
	bottom: -20px;
}
#flow.widearea ul li:last-child {
	margin-bottom: 0;
}
#flow.widearea ul li:last-child:after {
	border: 0;
}
#flow.widearea > div > div > h3 img, #flow.widearea > div > div > ul img {
	margin: 0;
	width: 100%;
}
@media screen and (max-width:780px) {
	#flow.widearea ul li:after {
		position:
			absolute;
		content:
			"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 50px 0 50px;
		border-color: #ff9800 transparent transparent transparent;
		left: 50%;
		margin-left: -50px;
		bottom: -20px;
	}
	#flow.widearea ul li {
		margin-bottom: 20px;
	}
	#faq h3, #benefit_corp h3, #flow > div > div > h3, #user_response h3, .strength h3 {
		font-size: 25px;
		text-align: center;
		margin: 0 0 1.5em;
	}
	.strength p {
		font-size: 20px;
	}
}
/* lineスタイル */
/*/////////////////////////////////////////////////
//LINE風チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/
.line__container {
	padding: 0;
	background: #7494C0;
	overflow: hidden;
	max-width: 400px;
	margin: 50px auto;
	font-size: 15px;
}
/* 1 タイトル部分 */
.line__container .line__title {
	background: #273246;
	padding: 10px 10px 10px 20px;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
}
.line__container .line__title .line__cotitle {
	font-size: 15px;
	line-height: 18px;
}
.line__extext {
	font-size: 15px;
}
/* 2 会話部分 */
.line__container .line__contents {
	padding: 10px 10px 30px;
	overflow: hidden;
	line-height: 135%;
}
.line__container .scroll {
	height: 500px;
	overflow-y: scroll;
}
/* 4 スタンプ画像最大幅 */
.line__container .stamp img {
	max-width: 120px;
}
/* 5 相手の会話 */
.line__container .line__left {
	/*width: 100%;*/ display: inline-block;
	position: relative;
	display: block;
	margin-bottom: 5px;
	max-width: 90%;
	clear: both;
}
/* 6 相手 アイコン画像 */
.line__container .line__left figure {
	width: 50px;
	position: absolute;
	top: 15px;
	left: 0;
	padding: 0;
	margin: 0;
}
/* 7 相手 正方形を用意 */
.line__container .line__left figure img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.line__container .line__left .line__left-text {
	margin-left: 60px; /* 70px */
}
.line__container .line__left .line__left-text .name {
	font-size: 15px;
	color: #ffffff;
}
/* 10 相手 コメントエリア */
.line__container .line__left .text {
	margin: 0;
	display: inline-block;
	position: relative;
	padding: 10px;
	border-radius: 20px;
	background-color: #EDF1EE;
	color: #000000;
	font-size: 14px;
}
/* 11 相手 吹き出し */
.line__container .line__left .text::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	top: 3px;
	border-right: 20px solid #EDF1EE;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
}
/* 12 自分の会話 */
.line__container .line__right {
	position: relative;
	display: block;
	margin: 5px 0;
	max-width: 95%;
	float: right;
	margin-right: 5px; /* 15px */
	clear: both;
}
/* 13 自分 コメントエリア */
.line__container .line__right .text {
	padding: 10px;
	border-radius: 20px;
	margin: 0;
	margin-left: 80px;
	background-color: #8DE055;
	color: #000000;
	font-size: 14px;
}
/* 14 自分 吹き出し */
.line__container .line__right .text::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 67px;
	top: 80px;
	border-right: 20px solid #8DE055;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
}
/* 正方形を用意 */
.line__container .line__right figure img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
/* アイコン画像 */
.line__container .line__right figure {
	width: 50px;
	position: absolute;
	top: 15px;
	left: 0;
	padding: 0;
	margin: 0;
}
/* 15 自分がスタンプを送る時 */
.line__container .line__right .stamp {
	position: relative;
	margin-left: 80px;
}
/* 16 時間エリア 相手
.line__container .line__left .time {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0px;
  text-align: left;
  right: 0px;
  bottom: 0px;
  font-size: 80%;
  color: #ffffff;
}
*/
/* 17 自分 既読／時間エリア */
.line__container .line__right .date {
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	text-align: right;
	left: -25px;
	bottom: 0px;
	font-size: 14px;
	color: #ffffff;
}
.srength_point, .cont01 {
	margin-bottom: 4rem;
}
.srength_point {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.cont01 > p > span {
	line-height: 3em;
}
.red {
	color: #f00;
}
.comment {
	background: #fad2e0;
	border-radius: 50px 15px;
	padding: 2em;
	font-size: 15px;
}
/* ピンクポイント */
.pn_margin {
	margin: 0px 20px 0px 20px;
}
.voice_notification {
	max-width: 480px;
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 15px 10px;
	background-color: #FFAB41;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: left;
	background-image: -webkit-linear-gradient(rgba(255, 106, 0, 1), rgba(255, 114, 13, 1) 19%, rgba(254, 220, 64, 1));
	background-image: -o-linear-gradient(rgba(255, 106, 0, 1), rgba(255, 114, 13, 1) 19%, rgba(254, 220, 64, 1));
	background-image: linear-gradient(rgba(255, 106, 0, 1), rgba(255, 114, 13, 1) 19%, rgba(254, 220, 64, 1));
}
.voice_notification > div:nth-of-type(1) {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 900;
	text-align: left;
	height: 50px;
}
.voice_notification > div:nth-of-type(1) > img.pn_h3img {
	width: 50px;
	height: 50px;
	margin: 0px 20px 0px 10px;
}
.voice_notification > div:nth-of-type(2) {
	color: #444;
	font-size: 20px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-radius: 30px;
	line-height: 1.8em;
	font-weight: bold;
	padding: 1em 0.6em 1em 0.6em;
	box-shadow: 5px 5px 2px rgba(255, 106, 0, 0.3);
}
h3 img {
	max-width: 480px;
	width: 100%;
}
@media screen and (min-width:481px) {
	.voice_notification {
		margin: 20px auto 20px auto;
	}
}
.fukuenyacojplink, .fukuenyacojplink:link, .fukuenyacojplink:visited, .fukuenyacojplink:hover, .fukuenyacojplink:active, .fukuenyacojplink:focus {
	color: #363636;
}
.lineblock01 .lineblock-ttl {
	max-width: 100%;
	width: 100%;
}
.block-oreng-gradient {
	background: -webkit-linear-gradient(rgba(255, 84, 0, 1.00), rgba(255, 84, 0, 0.1));
	background: -o-linear-gradient(rgba(255, 84, 0, 1.00), rgba(255, 84, 0, 0.1));
	background: linear-gradient(rgba(255, 84, 0, 1.00), rgba(255, 84, 0, 0.1));
	height: 30px;
}
.block-oreng-gradient > hr {
	display: none;
}
img.hover-brightness {
	transition: 0.2s;
}
img.hover-brightness:hover {
	filter: brightness(0.8);
}
/* v3変更 */
.title_bg1 {
	width: 100%;
	background-image: url(/img/v3/IMG_5958.jpg);
}
.title_bg2 {
	width: 100%;
	background-image: url(/img/v3/IMG_5959.jpg);
}