@charset "UTF-8";
@media screen and (max-width: 768px){

*{
	margin:0;
	padding:0;
}

:root{
	--color01: #2c6231;
	--color02: #93b53f;
}

html{
	font-size: 62.5%;
}

body { 
	color: black;
	margin:0;
	padding:0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,　"メイリオ", "Meiryo", sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

ul{
	list-style-type: none;
}

a,a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.sp_none{
	display: none !important;
}

#style01{
	position: relative;
	width:100%;
	overflow: hidden;
}

.feature_list .item .icon {
    width: 20%;
}
.feature_list .item .description {
    width: 80%;
}

.head2 {
    font-size: 2.4rem;
}
.head2.wide {
    width: 110%;
    left: -5%;
    position: relative;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	/* justify-content: space-between;
	align-items: center; */
	height: 46px;
	border-bottom: 1px #b5b4b4 solid;
	/* background: rgba(255, 255, 255, 0.8); */
	z-index: 15000;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header01{
	box-sizing: border-box;
	height: 100%;
	/* padding: 3vw 1.5vw 3vw 3vw; */
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.header01 h1{
	font-size: 1.5rem;
}

.header01 img{
	width: 144px;
}

.header02{
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 3vw 3vw 3vw 1.5vw;
}

.header02_link01{
	margin-right: 2vw;
}

.header02_link01 a{
	padding: 1vw 3vw;
	font-size: 1rem;
}

.header02_link02{
	margin-right: 2vw;
}

.header02_link02 img{
	width: 80px;
}

.header02_hamenu{
	box-sizing: border-box;
	position: relative;
	width: 30px;
	height: 30px;
	border: 1px #153327 solid;
	border-radius: 3px;
	background: #275341;
	z-index: 15000;
}

.header02_hamenu span{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.header02_hamenu span:nth-child(1){
	top: 36%;
}

.header02_hamenu span:nth-child(2){
	top: 50%;
}

.header02_hamenu span:nth-child(3){
	top: 64%;
}

.header02_hamenu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(135deg);
}

.header02_hamenu.active span:nth-child(2){
	opacity: 0;
}

.header02_hamenu.active span:nth-child(3){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(-135deg);
}

.header02_list02{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 14000;
	width: 50vw;
	padding: 55px 5vw 10vw;
	margin-right: -100vw;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.header02_list02.active{
	margin-right: 0;
}

.header02_list02 li{
	border-bottom: 2px var(--color01) solid;
}

.header02_list02 li a{
	display: block;
	padding: 3vw;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.header02_list02 li a:hover{
	color: var(--color02);
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.footer01new{
    background: url("./img/footer01.jpg") center center/cover no-repeat;
	text-align: center;
    display: flex;
}
.footer01new .left,
.footer01new .right {
    padding: 2rem 2vw;
    width: 50%;
}
.footer01new .left {
    /* padding-right: 2rem; */
    color: white;
    border-right: 2px solid white;
}
.footer01new .right {
	color: var(--color01);
    background-color: #d8f29b;
    border-left: 2px solid white;
}
.footer01new .left .head,
.footer01new .right .head {
    position: relative;
    font-size: 1.4rem;
}
.footer01new .right .head {
    border: 2px solid var(--color01);
    border-radius: 1.5rem;
    padding: 0.25rem 1.5rem;
}
.footer01new .left .head:before,
.footer01new .left .head:after{
	position: absolute;
	top: 0;
	content: "";
	width: 1px;
	height: 1.5rem;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(78, 79, 72, 0.46);
}

.footer01new .left .head:before{
	left: -1rem;
	transform: rotateZ(-14deg);
}

.footer01new .left .head:after{
	right: -1rem;
	transform: rotateZ(14deg);
}

.footer01new .left .free_period,
.footer01new .right .price {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .25rem;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.footer01new .left .free_period .strong,
.footer01new .right .price .strong {
    font-size: 3rem;
}

.footer01new .right .price .yearly {
    font-size: 70%;
    margin-top: 1rem;
    text-align: right;
}

.footer01new .note {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer01new .left .note li {
    color: white;
}
.footer01new .left .note li:before{
	background: url("./img/is04_list_icon.png") center center/cover no-repeat;
}


.footer01button {
    display: flex;
}

.footer01button .left, .footer01button .right {
    width: 40%;
    flex-grow: 1;
    position: relative;
}

.footer01button .is04_link {
    position: absolute;
    top: -20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer01button .is04_link a {
    width: 90%;
}

.footer02{
	padding: 20vw 5vw;
	background: url("./img/footer02.jpg") center center/cover no-repeat;
	text-align: center;
}

.footer02_link a{
	display: inline-block;
	box-sizing: border-box;
	padding: .75rem 0;
	border: 2px #30833d solid;
	border-radius: 40px;
	background: #30833d;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
    width: 200px;
}

.footer02_link a:hover{
	background: #fff;
	color: #30833d;
}

.footer03{
	position: relative;
	padding: 10vw 3vw;
	border-top: 1px #dee1e3 solid;
	border-bottom: 1px #306c35 solid;
}

#page-top{
	position: absolute;
	right: 20px;
	z-index: 10000;
	cursor: pointer;
}

#page-top img{
	width: 10vw;
}

.footer03_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer03_l{
	width: 40%;
}

.footer03_banner01{
	margin-bottom: 5vw;
}

.footer03_banner01 img{
	width: 100%;
}

.footer03_r{
	width: 50%;
}

.footer03_list{
	line-height: 1;
}

.footer03_list li:not(:last-child){
	margin-bottom: 2vw;
}

.footer03_list li a{
	color: #000;
	text-decoration: none;
}

.footer03_list li a:hover{
	text-decoration: underline;
}

.footer03_sp{
	width: 100%;
	margin-top: 5vw;
}

.footer03_sp_list li{
	display: flex;
	align-items: center;
}

.footer03_sp_list li:not(:last-child){
	margin-bottom: 2vw;
}

.footer03_sp_banner02{
	margin-right: 2vw;
}

.footer03_sp_list li:first-child a img{
	width: 22vw;
}

.footer03_sp_list li:last-child a img{
	width: 8vw;
}

.footer03_sp_copy{
	font-size: 1rem;
}



.footer_app_link{
	display: flex;
	justify-content: space-between;
	padding: 6vw;
}

.footer_app_link img{
	width: 40vw;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　トップ（index） ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

main{
    margin-top: 47px;
	padding-top: 22px;
}

.fixed_banner{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10000;
	border-radius: 1vw;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.fixed_banner img{
	width: 10vw;
}

.main_image{
	/* height: 50vw; */
	overflow: hidden;
}

.main_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.app_link{
	display: flex;
	justify-content: space-between;
	padding: 6vw;
}

.app_link img{
	width: 40vw;
}

.index_section01{
	padding: 15vw 3vw 40vw;
	background-image: url("./img/is01_bg01.png"), url("./img/is01_bg02.jpg");
	background-position: top center, bottom center;
	background-size: 200% auto, 150% auto;
	background-repeat: no-repeat, no-repeat;
}

.is_h2_01{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px var(--color02) solid;
	/* margin-bottom: 6vw; */
	color: var(--color01);
	font-size: 2rem;
	font-weight: 400;

    padding-bottom: 5vw;
	line-height: 1;
	letter-spacing: 0.1em;
    font-weight: bold;
    color: black;
    margin: 0 5%;
}

.is_h2_01 img{
	height: 3rem;
	margin-right: 1rem;
}

.is01_box01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 6vw;
}

.is01_box01_l{
	width: 25vw;
	margin-right: 5vw;
	flex-shrink: 0;
}

.is01_img{
	border-radius: 50%;
	margin-bottom: 5vw;
	overflow: hidden;
	text-align: center;
}

.is01_img img{
	width: 100%;
}

.is01_logo{
	margin-bottom: 5vw;
	text-align: center;
}

.is01_logo img{
	width: 100%;
}

.is01_name{
	font-size: 1.4rem;
}

.is01_box01_r h3{
	margin: -0.5em 0 calc(5vw - 0.5em);
	color: var(--color01);
	font-size: 1.4rem;
	line-height: 1.8;
}

.is01_text01{
	color: #666;
	font-size: 1.2rem;
	line-height: 1.8;
}

.is01_text02{
	margin-bottom: 5vw;
	color: #666;
	font-size: 1.2rem;
	line-height: 1.8;
}

.is01_text02 .green{
	color: var(--color01);
}

.is01_text02 p{
	margin: -0.5em 0 calc(10vw - 0.5em);
}

.is01_text02 p .big{
	display: block;
	margin-top: 3vw;
	font-weight: 500;
	font-size: 1.4rem;
}

.is01_text02_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: calc(10vw - 0.5em);
}

.is01_text02_flex:nth-of-type(even){
	flex-direction: row-reverse;
}

.is01_text02_text .big{
	display: block;
	margin-top: 5vw;
	color: var(--color01);
	font-size: 1.6rem;
}

.is01_text02_img{
	width: 40vw;
	margin-left: 5vw;
	flex-shrink: 0;
}

.is01_text02_flex:nth-of-type(even) .is01_text02_img{
	margin-left: 0;
	margin-right: 5vw;
}

.is01_text02_img img{
	width: 100%;
}

.is01_text03{
	font-size: 1.4rem;
	line-height: 1.8;
}

.is01_text03 span{
	margin: -0.5em 0;
	color: var(--color01);
	font-weight: 700;
}


.index_section02{
	padding: 10vw 3vw;
	background: #f3f8f5;
}

.is02_box01{
	box-sizing: border-box;
	padding: 10vw 1vw;
	border: 5px var(--color02) solid;
	border-radius: 5px;
	margin: 0 auto;
	background: #fff;
	color: var(--color01);
}

.is02_box01 h3{
	margin-bottom: 5vw;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.1rem;
	text-align: center;
}

.is02_box01 h3 span{
	color: var(--color02);
}

.is02_box01_text{
	padding: 0 3vw;
	margin-bottom: 6vw;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8rem;
}

.is02_box01_list li{
    position: relative;
    padding-left: 1.8rem;
    color: var(--color01);
    font-size: 1.6rem;
}

.is02_box01_list li:not(:last-child){
    margin-bottom: 1vw;
}

.is02_box01_list li:before{
    position: absolute;
    top: .8rem;
    left: 0;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("./img/is04_list_icon.png") center center/cover no-repeat;
}

.index_section03_00{
	position: relative;
	background: linear-gradient(to right, #adc03a 0%, #adc03a 49%, #26822f 50%, #26822f 100%);
}

.index_section03_00:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, 0.2);
	z-index: 100;
}

.is03_00_box{
	position: relative;
	padding: 10vw 3vw 15vw;
	background: linear-gradient(to right, #adc03a 0%, #adc03a 20%, #26822f 80%, #26822f 100%);
	z-index: 99;
}

.is_h2_02{
	margin-bottom: 5vw;
	text-align: center;
}

.is_h2_02 img{
	height: 12vw;
}

.is03_00_img img{
	width: 100%;
}


.is03_00_box02{
	position: absolute;
	left: 0;
	width: 100%;
}

.is03_00_list{
	display: flex;
	justify-content: space-between;
}

.is03_00_list li{
	width: 20%;
	flex-shrink: 0;
}

.is03_00_list a{
	position: relative;
	display: block;
	cursor: pointer;
}

.is03_00_list a:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background: #fff;
	z-index: 100;
}

.is03_00_list a img{
	position: relative;
	width: 100%;
	z-index: 110;
}

.is03_00_text{
	padding: 0 1vw;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.index_section03_01{
	padding: 40vw 3vw 15vw;
	background: #e7f3eb;
}

.index_section03_01 .is03_h3{
	margin-bottom: 1vw;
}

.is03_h3 img{
	height: 12vw;
}

.is03_01_text{
	padding: 0 8vw;
	margin-bottom: 6vw;
	color: var(--color01);
	font-size: 1.4rem;
	line-height: 2rem;
}

.is03_01_img img{
	width: 100%;
}


.index_section03_02{
	padding: 15vw 3vw 20vw;
}

.index_section03_02 .is03_h3{
	padding-left: 5vw;
	margin-bottom: 1vw;
}

.is03_02_text{
	padding-left: 20vw;
	margin-bottom: 6vw;
	color: var(--color01);
	font-size: 1.4rem;
	line-height: 2rem;
}

.is03_02_img img{
	width: 100%;
}


.index_section03_03{
	padding: 10vw 3vw 12vw;
	background: #f7fbf8;
}

.is03_borderbox{
	box-sizing: border-box;
	padding: 6vw 3vw;
	border: 5px var(--color02) solid;
	border-radius: 5px;
	background: #fff;
}

.index_section03_03 .is03_borderbox{
	margin-bottom: 5vw;
}

.is03_borderbox_text{
	color: var(--color01);
	font-size: 1.4rem;
	line-height: 2rem;
}

.index_section03_03 .is03_borderbox_text{
	padding: 0 2rem;
}

.is03_03_img img{
	width: 100%;
}


.index_section03_04{
	padding: 10vw 3vw 12vw;
}

.index_section03_04 .is03_h3{
	margin-bottom: 3vw;
	text-align: center;
}

.is03_04_text{
	margin-bottom: 3vw;
	color: var(--color01);
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
}

.is03_04_img img{
	width: 100%;
}


.index_section03_05{
	padding: 10vw 3vw 12vw;
	background: #f7fbf8;
	text-align: center;
}

.index_section03_05 .is03_borderbox{
	margin-bottom: 5vw;
	text-align: center;
}

.index_section03_05 .is03_h3{
	margin-bottom: 3vw;
}

.is03_05_img img{
	width: 100%;
}



.index_section04{
	padding: 10vw 3vw;
	background: #f8f3d9;
	text-align: center;
}

.is_h2_03{
	padding-bottom: 3vw;
	border-bottom: 1px var(--color02) solid;
	margin-bottom: 6vw;
	color: var(--color01);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
}

.index_section04 h3{
	margin-bottom: 4vw;
	color: #439f66;
	font-size: 1.4rem;
	line-height: 1;
}

.is04_list{
	padding-left: 6vw;
	margin-bottom: 4vw;
	text-align: left;
}

.is04_list li{
	position: relative;
	padding-left: 1.8rem;
	color: var(--color01);
	font-size: 1.6rem;
}

.is04_list li:not(:last-child){
	margin-bottom: 1vw;
}

.is04_list li:before{
	position: absolute;
	top: .8rem;
	left: 0;
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background: url("./img/is04_list_icon.png") center center/cover no-repeat;
}

.is04_price{
	margin-bottom: 3vw;
	font-size: 1.4rem;
}

.is04_price span{
	font-weight: 700;
}

.is04_price .pb{
	margin: 0 1rem 0 1.5rem;
	font-size: 2rem;
}

.is04_text{
	margin-bottom: 5vw;
	font-size: 1.6rem;
}

.is04_link a{
	padding: .75rem 0;
	font-size: 1.5rem;
    width: 200px;
}

.section4 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.top .section7 {
    display: flex;
    justify-content: center;
}
.top .section7 .section_inner {
    border: solid 1px var(--color02);
    border-radius: 1rem;
    width: fit-content;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top .section7 .head2 {
    width: 200px;
    color: black;
    font-size: 1.6rem;
    font-weight: unset;
    margin-bottom: 1rem;
}
.top .section7 .content {
    width: 250px;
    margin-bottom: 3rem;
}
.top .section7 .content img {
    box-shadow: 6px 6px 6px 0;
}
.top .section7 .content .text .description {
    margin-top: 1rem;
    text-align: center;
}
.top .section7 .content .text .link {
    text-align: right;
    margin-top: 1rem;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　運営会社 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.company_section01{
	padding: 0 3vw 15vw;
    margin-top: 0;
}

.us_h1{
	padding-bottom: 5vw;
	border-bottom: 1px var(--color02) solid;
	margin: 0 auto 8vw;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}

.cs01_box:not(:last-child){
	margin-bottom: 10vw;
}

.com_h2{
	margin-bottom: 1vw;
	color: var(--color01);
	font-size: 1.8rem;
	text-align: center;
}

.cs01_box dl{
	display: flex;
	width: 100%;
	border-bottom: 1px #efefef solid;
}

.cs01_box dt{
	box-sizing: border-box;
	width: 30%;
	padding: 3vw 0 3vw 2vw;
	margin-right: 3vw;
	font-size: 1.4rem;
	font-weight: bold;
	flex-shrink: 0;
}

.cs01_box dd{
	padding: 3vw 0;
	font-size: 1.2rem;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　利用規約 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.service_section{
	padding: 0 3vw 15vw;
    margin-top: 0;
}

.service_text01{
	margin-bottom: 8vw;
}

.service_box01:not(:last-child){
	margin-bottom: 5vw;
}

.service_box01 h2{
	margin-bottom: 1vw;
	font-size: 1.6rem;
}

.service_text02:not(:last-child){
	margin-bottom: 3vw;
}

.service_box01 ol{
	padding-left: 1.5em;
}

.service_box01 > ol > li{
	margin-bottom: 1vw;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　個人情報の取扱いについて ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.privacy_section{
	padding: 0 3vw 15vw;
    margin-top: 0;
}

.privacy_header {
    text-align: right;
    margin: 2rem auto;
    line-height: 1.5;
}

.privacy_box{
	margin: 0 auto;
}

.privacy_text01{
	margin-bottom: 8vw;
}

.privacy_box01:not(:last-child){
	margin-bottom: 5vw;
}

.privacy_box01 h2{
	margin-bottom: 1vw;
	font-size: 1.6rem;
}

.privacy_text02:not(:last-child){
	margin-bottom: 3vw;
}

.privacy_box01 ol{
	padding-left: 1.5em;
}

.privacy_box01 li{
	margin-bottom: 1vw;
}

.privacy_box01 > ol > ul{
    list-style-type: circle;
	padding-inline-start: 40px;
}

table.privacy_usepurpose caption {
    font-weight: bold;
}

table.privacy_usepurpose {
    border-collapse: collapse;
    border: solid 1px gray;
    margin: 5vw auto;
}

table.privacy_usepurpose th,
table.privacy_usepurpose td {
    border-collapse: collapse;
    border: solid 1px gray;
    line-height: 1.6;
}

table.privacy_usepurpose th {
    padding: 2vw;
    vertical-align: middle;
    text-align: center;
    background-color: var(--color02);
}

table.privacy_usepurpose td {
    padding: 2vw;
    vertical-align: middle;
}

.privacy_contact .privacy_contactbox {
    padding: 2vw;
    border: 1px solid #676b71;
}

.privacy_contact .privacy_text03{
	margin-bottom: 2vw;
}

.privacy_contact h3 {
    margin-top: 5vw;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　特定商取引法に基づく表記 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.sct_section_box dl{
	padding: 4vw;
}

.sct_section_box dl:not(:last-child){
	border-bottom: 1px #ccc solid;
}

.sct_section_box dt{
	margin-bottom: 2vw;
	font-size: 1.6rem;
	font-weight: bold;
}

.sct_section_box dd{
	font-size: 1.4rem;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ごあいさつ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.speech_section2 .is01_box01 {
    display: block;
}
.speech_section2 .is01_box01_r {
    display: block;
    width: unset;
    margin-left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.speech_section2 .is01_box01_r .is01_img {
	width: 50%;
}
.speech_section2 .is01_box01_r .profile .title {
	text-align: center;
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　RiceLogについて ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.color_header.future .head2:first-child:before,
.color_header.future .head2:first-child::after{
	height: 4rem;
}
.color_header.future .head2.wide {
    width: inherit;
    left: unset;
    margin: 0 3rem 1rem 3rem;
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　機能・料金 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.features_section1 .column .item figcaption {
    font-size: 1.2rem;
}
.features_section .head2.multi_line div:before {
	height: 5rem;
}
.features_section .description {
    margin: 1.5rem 0;
}
.features_section6 .settings {
    margin-top: 3rem;
}
.features_section6 .settings .menu {
    margin-top: 3rem;
}
.features_section6 .settings .menu .menu_label img {
    height: 5rem;
}
.features_section7 {
    padding-top: 4rem;
}
.features_section7 h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.features_section7 .is04_price .pb {
    margin: 0 1rem;
}
.features_section7 .is04_price.grid {
    display: grid;
    grid-template-columns: 90px 90px 140px;
    justify-content: center;
}
.features_section7 .is04_price.grid div:nth-child(3n + 1) {
    text-align: right;
    position: relative;
    top: .3rem;
}
.features_section7 .is04_price.grid div:nth-child(3n + 2) {
    text-align: right;
}
.features_section7 .is04_price.grid div:nth-child(3n + 3) {
    text-align: left;
    position: relative;
    top: .3rem;
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　FAQ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.faq section {
    margin: 3rem;
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　お客様の声 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 見出し部分のレスポンシブ表示 */
.voice section .header-box .head2 span br.br1,
.voice section .header-box .head2 span br.br2 {
    display: none;
}
.voice section .header-box .head2 span br {
    display: block;
}

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　お客様の声 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 見出し部分のレスポンシブ表示 */
@media screen and (max-width: 580px) {
    .voice section .header-box .head2 span br.br2 {
        display: block;
    }        
}
@media screen and (max-width: 450px) {
    .voice section .header-box .head2 span br.br1 {
        display: block;
    }        
}
