@charset "UTF-8";
/* CSS Document */

#contents {
    overflow: hidden;
    margin: 0 auto 120px;
}
#contents-title h2 {
    font-size: 18px;
    color: #8cb21b;
    letter-spacing: 2px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    padding: 60px 0 30px;
    width: 100%;
    text-align: center;
}
#contents-title p {
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 2;
    padding: 0;
    width: 100%;
    text-align: center;
}
#main-image {
    width: 100%;
    height: 40vw;
}
#main-image-inner-title {
    top: 50%;
    transform: translate(-50% ,-50%);
}
.naiyou {
    padding: 60px 15px 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 960px;
}
#contents .naiyou h3 {
    font-size: 18px;
    color: #8cb21b;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
}
#contents .naiyou p {
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}
.flex-box {
    padding: 30px 15px 60px;
    width: calc(100% - 30px);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}
.flex-box li.flex-box-inner {
    margin-bottom: 60px;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 0%;
}
.image-area {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-area {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
}
.flex-box li h3 {
    color: #8cb21b;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-top: 3px solid #8cb21b;
    border-bottom: 3px solid #8cb21b;
}
#contents .flex-box li p {
    color: #000;
    font-size: 14px;
    text-align: left;
    line-height: 2;
    padding: 0;
}
#contents .flex-box li p span{
    font-size: 80%;
}
table{
    table-layout: fixed;
    width: 100%;
}
.text-area th {
    vertical-align: top;
    border-bottom: 2px solid #8cb21b;
    width: 90px;
    padding: 10px 0;
}
.text-area td {
    vertical-align: top;
    border-bottom: 2px solid #8cb21b;
    padding: 10px 0;
}
.text-area th h4{
    color: #8cb21b;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 3px;
}
.flex-box li:last-child{
    margin-bottom: 0;
}
.flex-box li.shikaku {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    color: #000;
    font-size: 14px;
    line-height: 2;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-align: left;
}
.flex-box li.hissu {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    color: #000;
    font-size: 14px;
    line-height: 2;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
#cta-button {
    margin: 0 auto;
    text-align: center;
}
#cta-button a {
    display: flex;
    width: 280px;
    height: 40px;
    flex-flow: column;
    justify-content: center;
    color: #fff;
    margin: 0 auto 20px;
    background: linear-gradient(to right, rgb(255, 201, 99) 0%, rgb(255, 120, 0) 100%);
    opacity: 1;
    transition: opacity 1s;
}
#cta-button a:hover{
    opacity: 0.7;
    transition: opacity 1s;
}
#cta-button a span {
    position: relative;
}
#cta-button a span::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)rotate(-45deg);
}
@media screen and (min-width:768px){
.naiyou {
    padding: 60px 30px 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 960px;
}
.flex-box {
    padding: 30px 30px 0;
    width: calc(100% - 60px);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-box li.flex-box-inner {
    margin-bottom: 7%;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.image-area {
    width: 60%;
    height: 100%;
}
.flex-box li.flex-box-inner:nth-child(even) .image-area {
    order: 2;
}
table {
    height: auto;
}
table tr {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}
.text-area {
    width: 38%;
    text-align: center;
    padding: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
}
.flex-box li.flex-box-inner:last-child .text-area{
    width: 100%;
}
.text-area th {
    vertical-align: top;
    border-bottom: 0px solid #8cb21b;
    width: 100px;
    padding: 10px 0 0;
    display: block;
}
.text-area td {
    vertical-align: top;
    border-bottom: 2px solid #8cb21b;
    padding: 5px 0 10px;
    display: block;
}
.flex-box li h3 {
    text-align: center;
    padding: 10px 0 10px;
}
#contents .flex-box li p {
    text-align: left;
}
.text-area a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#cta-button a {
    display: flex;
    width: 320px;
    height: 60px;
}
#cta-button a span::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 30px;
    top: 50%;
    transform: translateY(-50%)rotate(-45deg);
}
}
@media screen and (min-width:960px){
#contents-title h2 {
    font-size: 24px;
    color: #8cb21b;
    letter-spacing: 2px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    padding: 60px 0 30px;
    width: 100%;
    text-align: center;
}
#contents-title p {
    font-size: 16px;
}
#main-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.naiyou {
    padding: 60px 0 0;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}
#contents .naiyou h3 {
    font-size: 28px;
}
#contents .naiyou p {
    font-size: 16px;
    margin-bottom: 30px;
}
.flex-box {
    padding: 60px 0 0;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}
.flex-box li.flex-box-inner {
    margin-bottom: 80px;
}
.flex-box li h3 {
    font-size: 21px;
}
.text-area th h4 {
    font-size: 16px;
}
#contents .flex-box li p {
    text-align: left;
    font-size: 16px;
}
.flex-box li.shikaku {
    font-size: 16px;
}
.flex-box li.hissu {
    font-size: 16px;
}
#cta-button a {
    display: flex;
    width: 440px;
    height: 70px;
    flex-flow: column;
    justify-content: center;
}
}
@media screen and (min-width:1024px){
.flex-box {
    padding: 60px 0 0;
    width: 100%;
    max-width: 960px;
}
.image-area {
    width: 60%;
}
.text-area {
}
}
@media screen and (min-width:1281px){
.naiyou {
    max-width: 1100px;
}
.flex-box {
    padding: 60px 0 0;
    width: 100%;
    max-width: 1100px;
}
.text-area {
}
.flex-box li h3 {
    font-size: 28px;
}
.text-area th {
    width: 120px;
}
.text-area th h4 {
    font-size: 18px;
}
#contents .flex-box li p {
    text-align: left;
    font-size: 18px;
}
.flex-box li.shikaku {
    font-size: 18px;
}
.flex-box li.hissu {
    font-size: 18px;
}
}
@media screen and (min-width:1441px){

}  