/* align */
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

/**************************************************
 common
**************************************************/

ul li {
	/*margin: 0 0 0 20px;*/
	/*list-style: disc;*/
	list-style: none;
}

a {
	text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}


img {
	max-width: 100%;
	height: auto;
}

h2 {
	position: relative;
	font-size: 3rem;
	color: var(--text-color);
	font-weight: 600;
	margin-block-end: 4rem;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	h2 {
		position: relative;
		font-size: 2rem;
		margin-block-end: 2rem;
		line-height: 1.2;
	}
}

p {
	font-size: 1.6rem;
	text-align: justify;
	padding-block-start: 0;
	line-height: 1.6;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	p {
		font-size: 1.3rem;
		text-align: justify;
		padding-block-start: 0;
		line-height: 2;
	}
}
a{
}

.pc-block {
	display: block;
}

@media screen and (max-width: 767px) {
	.pc-block {
		display: none;
	}
}

.sp-block {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp-block {
		display: block;
	}
}

.br-sp {
	display: none;
}

@media screen and (max-width: 1080px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}
}


/**************************************************
ご利用ガイド
**************************************************/
.movie_wrap {
    width: 980px;
    padding-block-end: 8rem;
    margin-inline: auto;
}

@media screen and (max-width:768px) {
.movie_wrap {
    width: 100%;
    padding-block-end: 8rem;
}
}

.movie_list {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width:768px) {
.movie_list {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
}
}

.movie_list li{
    width: calc(100% / 2 - 2rem);
    margin-inline-end: 4rem;
}

 @media screen and (min-width:768px) {
.movie_list li:last-child {
    margin-inline-end: 0px;
}
}

@media screen and (max-width:768px) {
.movie_list li{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-inline-end: auto;
}
}

.movie_list li p{
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin: 2rem 0 0;
}

.youtube_modal {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.youtube_modal iframe, .youtube_modal a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**************************************************
ヘルプページ
**************************************************/
.main {
padding-block-start: 8rem;
}

@media screen and (max-width: 980px) {
.main {
    padding-block-start: 6rem;
}
}

.page-header {
    height: 300px;
    background-color: #208E73;
    text-align: center;
    padding-block-start: 8rem;
}

@media screen and (max-width: 980px) {
.page-header {
    height: 300px;
    padding-block: 4rem;
    padding-inline: 2rem;
}
}

.page-title {
    display: block;
    color: #ffffff;
    font-size: 3.2rem;
    letter-spacing: .1rem;
    line-height: 1.4;
    margin-block-end: 3rem;
}

.widget-content>form {
    width: 400px;
    display: block;
    position: relative;
    margin-block: 2rem;
    margin-inline: auto;
}

@media screen and (max-width: 980px) {
.widget-content>form {
    width: 100%;
    display: block;
    position: relative;
    margin-block: 2rem;
    margin-inline: auto;
}
}

#search {
    text-align: center;
    width: 400px;
    border-radius: 23px;
    border: none;
    height: 46px;
    position: relative;
}

@media (max-width: 768px) {
#search {
    text-align: center;
    width: 100%;
    border-radius: 23px;
    height: 46px;
}
}

#search div {
    display: inline-block;
    position: relative;
}

@media (min-width: 930px) {
    #search div {
        display: block;
    }
}

#search input[type="text"] {
    width: 16.18em;
    height: 2.427em;
    padding: 0 2.427em 0 0.5em;
    border: 1px solid #c0c6c9;
    line-height: 1.3;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 930px) {
    #search input[type="text"] {
        width: 100%;
    }
}

.widget-content button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.widget-content button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}


#search-btn {
    font-size: 1rem;
    padding: 0 1rem;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    color: #eee;
    background-color: #0d89a2;
}


.container {
    width: 100%;
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

@media screen and (max-width: 980px) {
.container {
    width: 100%;
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 8rem;
}
}

#content-inner {
    width: 100%;
}

.introduction{
    width: 980px;
    position: relative;
    margin-inline: auto;
    margin-block-end: 9rem;
    background-color: var(--c_sub);
    padding-block: 4rem;
    border-radius: 8px;
}

.introduction::before {
    content: '';
    position: absolute;
    background: url(/support-farmer/images/nouka_img.png) no-repeat center center;
    z-index: 0;
    width: 14.3rem;
    height: 12.8rem;
    left: 10rem;
    bottom: 0rem;
    background-size: 100%;
}

.introduction::after {
	content: '';
	position: absolute;
	background: url(/support-farmer/images/worker_img.png) no-repeat center center;
	z-index: 0;
	width: 14.9rem;
	height: 13.2rem;
	right: 10rem;
	bottom: 0rem;
	background-size: 100%;
}


@media screen and (max-width: 980px) {
.introduction{
    width: 90%;
    margin-inline: auto;
    margin-block-end: 5rem;
    background-color: var(--c_sub);
    padding-block: 3rem;
    padding-block-end: 11rem;
    border-radius: 8px;
}
.introduction::before {
    width: 12.5rem;
    height: 11.3rem;
    left: 4rem;
	bottom: 0rem;
}
.introduction::after {
    width: 13.1rem;
    height: 11.5rem;
    right: 4rem;
    bottom: 0rem;
}
}

.introduction h2{
    font-size: 2.6rem;
    color: #333;
    font-weight: 600;
    margin-block-end: 0rem;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
.introduction h2{
    font-size: 2.1rem;
    color: #333;
    font-weight: 600;
    margin-block-end: 0rem;
    line-height: 1.4;
}
}

.userGuide_btn{
	display: block;
	width: 280px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 4.8rem;
	margin-block-start: 3rem;
	margin-inline: auto;
	border-radius: 2.4rem;
	background-color: #208E73;
}

@media screen and (max-width: 767px) {
.userGuide_btn{
	display: block;
	width: 70%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 4.8rem;
	margin-block-start: 3rem;
	margin-inline: auto;
	border-radius: 2.4rem;
	background-color: #208E73;
}
}
.userGuide_btn:hover {
	opacity: 0.5;
}


.category{
    width: 100%;
    background-color: #EAF5E9;
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.category__ttl{
    font-size: 2.6rem;
    color: #333;
    font-weight: 600;
    margin-block-end: 3rem;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
.category__ttl{
    font-size: 2.1rem;
    color: #333;
    font-weight: 600;
    margin-block-end: 2rem;
    line-height: 1.4;
}
}

.category-list{
    width: 980px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
.category-list{
        width: 90%;
        margin: auto;
}
}

.category-item{
    width: calc((100% / 3) - 2rem);
    margin-inline-end: 3rem;
    margin-block-end: 3rem;
}

@media screen and (min-width: 980px) {
        .category-item:nth-child(3n){
        margin-inline-end: 0rem;
    }
}

@media screen and (max-width: 767px) {
.category-item{
        width: calc(100% / 2 - 1rem);
        margin-inline-end: 2rem;
        margin-block-end: 2rem;
}
.category-item:nth-child(2n){
        margin-inline-end: 0rem;
    }
}

.category-item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    padding-block: 3.5rem 2rem;
}

.category-item a img{
    display: block;
    width: auto;
    max-height: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.category-item h3{
    font-size: 1.6rem;
    margin-block-start: 1rem;
    margin-block-end: 0;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
}

.top-faq{
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 9rem;
}

.top-faq__ttl{
    font-size: 2.6rem;
    color: #333;
    font-weight: 600;
    margin-block-end: 0rem;
    line-height: 1.4;
}

@media screen and (max-width: 980px) {
.top-faq__ttl{
    font-size: 2.1rem;
    color: #333;
    font-weight: 600;
    margin-block-end: 0rem;
    line-height: 1.4;
}
}

.top-faq__list{
    display: block;
    width: 800px;
    margin-inline: auto;
    margin-block-start: 4rem;
}

@media screen and (max-width: 980px) {
.top-faq__list{
    display: block;
    width: 90%;
    margin-inline: auto;
    margin-block-start: 3rem;
}
}

.top-faq__list li{
    margin-block-end: .8rem;
}

.top-faq__list li a{
    position: relative;
    width: 100%;
    display: inline-block;
    padding-inline-start: 6rem;
    padding-block-start: 1.2rem;
    padding-block-end: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}

.top-faq__list li a::before {
    content: "Q";
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    background-color: #208E73;
    border-radius: 50%;
}

.top-faq__list li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    right: 2rem;
    top: 50%;
    border-top: solid 3px #208E73;
    border-right: solid 3px #208E73;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 500ms;
    margin-top: -5px;
}

.top-faq__list li a:hover::after {
    right: 1rem;
}
