@charset "utf-8";
/* CSS Document */
body {
  font-family: "Noto Sans Japanese", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.all{
  overflow: hidden !important;
}
.error{
  color: red !important;
}
.error img{
    width: 16px !important;
    height: 16px !important;
}
.dl-file-wrapper .pl-15px{
    padding-left: 0 !important;
}
.dl-file-wrapper .pr-15px {
    padding-right: 0 !important;
}
.dl-file-wrapper  .font-12px{
    font-size: inherit;
}
#form-download-docs.success {
    text-align: center;
}
#form-download-docs.success .dl-file-wrapper .btn-primary{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(#1eaea2, #158d83);
    border: 2px solid #158d83;
    padding: 13px 60px;
    border-radius: 50px;
    margin: 60px auto 0;
    max-width: 200px;
    text-align: center;
    display: block;
    position: relative;
}
#form-download-docs .dl-file-wrapper{
    margin-left: -15px;
    margin-right: -15px;
}
img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.dl-file-wrapper .pic img{
    width: 94px;
    height: 64px;
}
video{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.taC {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
b {
  font-weight: bold !important;
}
a {
  text-decoration: none;
}
.fcR {
  color: #db0202;
  font-weight: bold;
}
.fcY{
  color: #fff74c;
  font-weight: bold;
}
.fcO{
  color: #f78500;
  font-weight: bold;
}
.fsS {
  font-size: 10px;
}
.mark {
  background: linear-gradient(transparent 50%, #fff74c 50%);
}
/* .b_mark{
    border-bottom: 1px solid #f78500;
} */
ul,li {
  list-style: none;
}
h2 {
  margin: 50px 0;
}
/* p {
    line-height: 1.5;
    font-size: 18px;
} */
@media screen and (max-width:760px){
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    *{
        font-family: "Noto Sans Japanese", sans-serif !important;
    }
}

/* ヘッダー */
.header_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.header_flex img{
    width: 150px;
}
.mv_btn_flex{
    display: flex;
    align-items: center;
}
.header_flex img {
    width: 140px;
}
.mv_btn img{
    width: 20px;
    padding: 1px 5px 0 0;
}
.entry_btn img {
    width: 12px;
    padding: 1px 7px 0 0;
}
.mv_btn a{
    background: #fff;
    border: 2px solid #f78500;
    padding: 5px 25px;
    border-radius: 50px;
    margin: 0 5px;
    color: #f78500;
    transition: all .3s ease 0s;
}
.mv_btn a:hover{
    cursor: pointer;
	transform: scale(1.1);
}
.entry_btn a{
    background: #f78500;
    padding: 5px 25px;
    border-radius: 50px;
    margin: 0 5px;
    color: #fff;
    transition: all .3s ease 0s;
}
.entry_btn a:hover{
    cursor: pointer;
	transform: scale(1.1);
}
header {
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0 0 25px 25px;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
h1 {
    margin: 20px 15px 20px 0;
}
.header_logo {
    display: flex;
    align-items: center;
}
.tel {
    font-size: 29px;
    margin: -15px 0 0;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.header_tel {
    margin: 8px 0 0;
}
@media screen and (min-width:761px) and ( max-width:1100px) {
    .header_flex img {
        width: 100px;
    }
    .mv_btn img{
        width: 20px;
        padding: 1px 5px 0 0;
    }
    .entry_btn img {
        width: 12px;
        padding: 1px 7px 0 0;
    }
    .tel {
        font-size: 2.8vw;
    }
    .mv_btn a {
        font-size: 1.5vw;
        padding: 5px 15px;
    }
    .entry_btn a {
        font-size: 1.5vw;
        padding: 5px 15px;
    }
    .header_flex {
        width: 99%;
    }
    header {
        border-radius: 0;
    }
}
@media screen and (max-width:760px){
    header {
        border-radius: 0;
    }
    .header_flex img {
        width: 120px;
        margin: 0 0 9px;
    }
    .entry_btn img {
        width: 12px;
        padding: 1px 7px 0 0;
        margin: 0;
    }
    .mv_btn img{
        width: 20px;
        padding: 0 5px 0 0;
        margin: 0;
    }
    .mv_btn {
        margin: 8px 5px;
    }
    .header__nav ul{
        list-style: none;
        margin: 0;
        padding: 45px 15px 12px 15px;
        text-align: center;
    }
    .mv_btn_flex {
        justify-content: center;
    }
    h1 {
        margin: 6px 15px 4px 15px;
    }
    .entry_btn a {
        padding: 5px 20px;
        font-size: 12px;
    }
    .header__nav {
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        height: 40vh;
        transform: translateX(100%);
        background-color: #fff;
        transition: ease .4s;
    }
    .header__hamburger {
        width: 42px;
        height: 100%;
        margin: 0 8px 0 0;
    }
    .hamburger {
        background-color: transparent;
        border-color: transparent;
        z-index: 9999;
    }
    .hamburger span {
        width: 100%;
        height: 2px;
        background-color: #f78500;
        position: relative;
        transition: ease .4s;
        display: block;
    }
    .hamburger span:nth-child(1) {
        top: 0;
    }
    .hamburger span:nth-child(2) {
        margin: 6px 0;
    }
    .hamburger span:nth-child(3) {
        top: 0;
    }
    .header__nav.active {
        transform: translateX(0);
    }
    .hamburger.active span:nth-child(1) {
        top: 3px;
        transform: rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        top: -13px;
        transform: rotate(-45deg);
    }
    .tel {
    font-size: 26px;
    }
}


/* MV */
.mv_abs{
    position: absolute;
    display: flex;
    top: 485px;
    left: 234px;
}
.mv_btn_left a {
    background: linear-gradient(#1eaea2, #158d83);
    border: 2px solid #158d83;
    padding: 11px 60px;
    border-radius: 50px;
    margin-right: 5px;
}
.mv_btn_right a {
    background: linear-gradient(#1eaea2, #158d83);
    border: 2px solid #158d83;
    padding: 11px 60px;
    border-radius: 50px;
    margin-left: 5px;
}
.mv_btn_left a,.mv_btn_right a{
    color: #fff;
    font-size: 20px;
    display: block;
    transition: all .3s ease 0s;
}
.mv_btn_left a:hover,.mv_btn_right a:hover{
    cursor: pointer;
	transform: scale(1.1);
}
@media screen and (min-width:761px) {
.mv_pc {
	background-image: url(../../img/mv_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.mv_pc_content{
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}
}
@media screen and (min-width:1001px) and ( max-width:1600px) {
    .mv_abs {
        top: 59%;
        left: 12%;
    }
    .mv_btn_right a {
        padding: 5px 30px;
    }
    .mv_btn_left a {
        padding: 5px 30px;
    }
    .mv_btn_left a,.mv_btn_right a{
        font-size: 2vw;
    }
}
@media screen and (min-width:761px) and (max-width:1000px) {
    .mv_abs {
        top: 59%;
        left: 12%;
    }
    .mv_btn_right a {
        padding: 5px 30px;
    }
    .mv_btn_left a {
        padding: 5px 30px;
    }
    .mv_btn_left a,.mv_btn_right a{
        font-size: 1.5vw;
    }
    h1 {
        margin: 6px 15px 4px 15px;
    }
}
@media screen and (max-width:760px){
    .mv_sp {
        position: relative;
    }
    .mv_abs {
        top: 44%;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        width: 90%;
    }
    .mv_btn_right a {
        padding: 2% 0;
        text-align: center;
    }
    .mv_btn_left a {
        padding: 2% 0;
        text-align: center;
    }
    .mv_btn_left a, .mv_btn_right a {
        font-size: 4vw;
        width: 42vw;
        margin: 0 3px;
    }
}


/* スライド */
.slider-area{
    padding: 30px 0;
    background-color: #fff;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

.slider_wrap {
    display: flex;
    overflow: hidden;
}

.slider01, .slider02 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider_left {
    animation: infinity-scroll-left 40s linear infinite;
}

.slider_right {
    animation: infinity-scroll-right 40s linear infinite;
}

.slider_item {
    width: calc(100vw / 15);
    padding: 0 10px;
}

.slider_item > img {
    width: 100%;
}

@media screen and (min-width:761px) and ( max-width:1100px) {
    .slider_item {
        width: calc(100vw / 10);
        padding: 0 10px;
    }
}
@media screen and (max-width:760px){
    .slider_item {
        width: calc(100vw / 5);
        padding: 0 10px;
    }
    .slider-area {
        padding: 15px 0;
    }
}

/* 悩み */
.nayami {
    background: #f1f1f1;
    padding: 0 5% 4%;
}
.nayami h2{
	font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #2d2d2d;
    background-image: url(../../img/public_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}
.nayami h2 span {
    position: relative;
}
.nayami_content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.nayami_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}
.nayami_flex img {
    width: 13%;
    padding-right: 15px;
}
.nayami_rel{
    position: relative;
    padding: 50px 0 0;
}
.nayami_abs01 {
    position: absolute;
    top: 322px;
    left: 55px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
.nayami_abs02 {
    position: absolute;
    top: 134px;
    left: 313px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
.nayami_abs03 {
    position: absolute;
    top: 135px;
    right: 314px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
.nayami_abs04 {
    position: absolute;
    top: 324px;
    right: 53px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
.nayami_abs01 p,.nayami_abs02 p,.nayami_abs03 p,.nayami_abs04 p {
    font-size: 20px;
}
@media screen and (min-width:761px) and ( max-width:1200px) {
    .nayami_abs01 {
        top: 49.5%;
        left: 2.5%;
    }
    .nayami_abs02 {
        top: 22%;
        left: 25%;
    }
    .nayami_abs03 {
        top: 23%;
        right: 25%;
    }
    .nayami_abs04 {
        top: 50%;
        right: 3%;
    }
    .nayami_abs01 p,.nayami_abs02 p,.nayami_abs03 p {
        font-size: 1.8vw;
    }
    .nayami_abs04 p {
        font-size: 1.7vw;
    }
}
@media screen and (min-width:1119px) and ( max-width:1400px){
    .nayami_content {
        max-width: 850px;
    }
    .nayami_rel{
        padding: 20px 0 0;
    }
    .nayami_abs01 p, .nayami_abs02 p, .nayami_abs03 p, .nayami_abs04 p {
        font-size: 16px;
    }
    .nayami_abs01 {
        top: 208px;
        left: 29px;
    }
    .nayami_abs02 {
        top: 73px;
        left: 218px;
    }
    .nayami_abs03 {
        top: 75px;
        right: 214px;
    }
    .nayami_abs04 {
        top: 212px;
        right: 28px;
    }
}
@media screen and (max-width:760px){
    .nayami h2 {
        font-size: 28px;
        line-height: 1.5;
        padding: 25px 0 0;
    }
    .nayami_rel {
        position: relative;
        padding: 0 15px 0;
    }
    .nayami {
        padding: 0 0 11%;
    }
    .nayami h2 span::after {
        width: 25px;
        height: 25px;
        top: 2px;
        left: 187px;
    }
    .nayami h2 span::before {
        width: 25px;
        height: 25px;
        top: 2px;
        left: -46px;
    }
    .nayami_flex img {
        width: 20%;
        padding-right: 10px;
    }
    .nayami_flex {
        line-height: 1.2;
    }
    .nayami_abs01 {
        top: 31%;
        left: 8%;
    }
    .nayami_abs02 {
        top: 6%;
        left: 13%;
    }
    .nayami_abs03 {
        top: 18%;
        right: 9.5%;
    }
    .nayami_abs04 {
        top: 46%;
        right: 9%;
    }
    .nayami_abs01 p {
        font-size: 3.3vw;
    }
    .nayami_abs02 p,.nayami_abs03 p {
        font-size: 3.5vw;
    }
    .nayami_abs04 p {
        font-size: 3.4vw;
    }
}

/* @pressなら丸ごと解決！ */
.solution_content_ttl {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #f78500;
    background-image: url(../../img/solution_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 28px;
    margin: 45px 0 35px;
}
.solution_content_ttl h2{
    margin: 0;
}
.solution_content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.solution_flex {
    display: flex;
    align-items: flex-end;
    margin: -33px 0 0;
    justify-content: center;
}
.solution_flex img {
    width: 300px;
    padding: 0 5px 0 0;
}
.solution {
    background: #ffe9d2;
    padding: 30px 5% 25px;
}
.solution01 {
    background: #fff;
    padding: 60px 50px;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
}
.solution_flex01 {
    display: flex;
    align-items: center;
    padding: 0 80px;
}
.solution_flex01 img {
    width: 300px;
    padding: 0 30px 0 0;
}
.solution_ttl h3 {
    color: #f78500;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    line-height: 1.5;
}
.solution_list {
    padding: 10px 0 0;
}
.solution_ttl p {
    margin: 7px 0 0;
    line-height: 1.5;
}
.solution02 {
    background: #fff;
    padding: 60px 50px;
    margin: 60px 0 0;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
}
.how p{
    margin: 25px 0 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    color: #313131;
    text-align: center;
}
.how p::before, .how p::after {
    background-color: #f78500;
    border-radius: 5px;
    content: "";
    height: 4px;
    width: 25px;
}
.how p::before {
    margin-right: 10px;
    transform: rotate(60deg);
}
.how p::after {
    margin-left: 10px;
    transform: rotate(-60deg);
}
.how_flex {
    display: flex;
    justify-content: center;
}
.how_item {
    margin: 0 10px;
}
.how_txt {
    text-align: center;
    font-size: 18px;
    margin: 25px 0;
}
.how_content {
    background: #fff0e1;
    padding: 40px 30px;
}
.g_k {
    font-size: 11px;
    text-align: left;
    margin: 0;
    color: #6e6e6e;
    padding-left: 1em;
    text-indent: -1em;
}
.so {
    width: 20%;
    margin: 0 auto;
}
.no1 {
    width: 60%;
    margin: 25px auto 35px;
}
.bar_graph{
    position: relative;
}
.graph_all {
    background: #fff0e1;
    padding: 40px 30px;
}
.graph_ttl {
    text-align: center;
    font-weight: bold;
    color: #f78500;
    font-weight: bold;
    font-size: 22px;
    padding: 25px 0;
}
.line_under {
    background-color: #f78500;
    width: 120px;
    height: 4px;
    margin: 5px auto;
}
.solution_btn a {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    background: linear-gradient(#1eaea2, #158d83);
    border: 2px solid #158d83;
    padding: 13px 60px;
    border-radius: 50px;
    margin: 40px auto 0;
    width: 25%;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
}
.solution_btn a:hover{
    cursor: pointer;
    transform: scale(1.1);
}

@media screen and (min-width:761px) and ( max-width:1100px) {

    .solution_btn a {
        width: 35%;
    }
    .solution_flex01 img {
        width: 35%;
        padding: 0 20px 0 0;
    }
    .solution_flex01 {
        padding: 0;
    }
    .solution_list {
        padding: 35px 0 0;
    }
}
@media screen and (min-width:1119px) and ( max-width:1400px){
    .solution_content_ttl {
        font-size: 27px;
    }
    .solution_content {
        max-width: 7%;
        max-width: 900px;
    }
    .solution01 {
        padding: 30px;
    }
    .solution_flex img {
        max-width: 200px;
        padding: 14px 5px 8px 0;
    }
    .solution_flex01 img {
        max-width: 140px;
    }
    .solution_ttl h3 {
        font-size: 20px;
    }
    .solution_ttl p {
        font-size: 13px;
    }
    .solution_list{
        max-width: 600px;
        margin: 0 auto;
    }
    .solution_content_ttl{
        padding: 0;
    }
}
@media screen and (max-width:760px){
    .solution {
        padding: 30px 0 40px;
        position: relative;
    }
    .solution_wrapper {
        padding: 0 5%;
    }
    .solution01 {
        padding: 35px 20px 25px;
    }
    .solution_flex01 {
        padding: 0 0px;
    }
    .solution_flex01 img {
        width: 70px;
        padding: 0 15px 0 0;
    }
    .solution_ttl h3 {
        font-size: 20px;
    }
    .solution_txt p{
        font-size: 14px;
        line-height: 1.5;
        padding: 15px 0;
    }
    .solution02 {
        margin: 25px 0 0;
        padding: 35px 20px 35px;
    }
    .how p {
        font-size: 20px;
        margin: 5px 0;
    }
    .how p::before, .how p::after {
        height: 4px;
        width: 20px;
        margin: 4px 0 0;
    }
    .how_item {
        margin: 0 4px;
    }
    .how_txt {
        font-size: 14px;
        margin: 20px 0;
        margin: 5px 0;
    }
    .how_content {
        padding: 25px 20px;
    }
    .how_content img {
        margin: 0 0 20px;
    }
    .so {
        width: 40%;
    }
    .no1 {
        width: 100%;
        margin: 10px auto 20px;
    }
    .graph_all {
        padding: 25px 20px;
    }
    .graph_ttl {
        font-size: 17px;
        line-height: 1.5;
    }
    .solution_btn a {
        font-size: 17px;
        padding: 10px 40px;
        margin: 25px auto 0;
        width: 56%;
    }
    .solution_content_ttl {
        font-size: 28px;
        padding: 0 5%;
        margin: 20px 0;
    }
    .solution_flex img {
        width: 79%;
        padding: 15px 5px 0 0;
    }
    .fs25 {
        font-size: 25px;
        padding: 0 0 0 15px;
    }
}

/*  嬉しい機能が盛りだくさん  */
.ttl_sub{
    color: #f78500;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}
.ttl_sub::before, .ttl_sub::after {
    background-color: #f78500;
    border-radius: 5px;
    content: "";
    height: 4px;
    width: 25px;
}
.ttl_sub::before {
    margin-right: 10px;
    transform: rotate(60deg);
}
.ttl_sub::after {
    margin-left: 10px;
    transform: rotate(-60deg);
}
.function_content h2 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #2d2d2d;
    padding: 54px 0 4%;
    background-image: url(../../img/function_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 50px;
    line-height: 1.4;
}
.function{
    background-image: url(../../img/function_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 170px 0 80px;
    position: relative;
}
.function_all{
    padding: 0 5%;
}
.function_triangle{
    position: absolute;
    top:0;
    width: 100%;
}
.function_content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.function_content02 {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.function_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.function_item {
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    border-radius: 20px;
    padding: 30px 20px;
    margin: 0 10px;
    height: 400px;
    width: 23%;
}
.function_item h3 {
    text-align: center;
    color: #f78500;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px;
}
.function_item img {
    padding: 0 0 25px;
}
@media screen and (min-width:761px) and ( max-width:1100px) {
    .function {
        padding: 90px 0 80px;
    }
    .function_triangle {
        top: -1px;
    }
}
@media screen and (min-width:1119px) and ( max-width:1400px){
    .function_content h2 {
        padding: 36px 0 2%;
        margin: 0 0 46px;
    }
    .function_content01 {
        max-width: 900px;
    }
    .function_content02 {
        max-width: 900px;
    }
    .function_item{
        height: 260px;
    }
    .function_item h3 {
        font-size: 18px;
    }
    .function p{
        font-size: 13px;
    }
    .function img{
        max-width: 180px;
        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width:760px){
    .function {
        background-image: url(../../img/function_sp_bg.jpg);
        padding: 50px 0 20px;
    }
    .function_content h2 {
        font-size: 28px;
        padding: 15px 0 3%;
        margin: 0 0 6%;
    }
    .ttl_sub {
        font-size: 22px;
        margin: 0;
    }
    .ttl_sub::before, .ttl_sub::after {
        height: 4px;
        width: 20px;
        margin: 4px 0 0;
    }
    .function_flex {
        flex-wrap: wrap;
    }
    .function_item {
        margin: 0 0 25px;
        height: 100%;
        width: 100%;
    }
    .function_triangle {
        top: 0;
    }
}
@media screen and (max-width:440px){
    .function_triangle {
        top: -6px;
    }
}

/* 豊富な機能でお得に配信！ */
.value {
    background: #fff0e1;
    padding: 93px 5% 45px;
    position: relative;
}
.value_content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.value h2 {
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    color: #f78500;
    border-bottom: 5px dotted #f78500;
    width: 400px;
    margin: 0 auto 25px;
}
.value:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    border: 100px solid transparent;
    border-top: 55px solid #fff;
}
.price h2 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #2d2d2d;
    padding: 61px 0 4%;
    background-image: url(../../img/price_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 40px;
    line-height: 1.3;
}
.price_sub {
    color: #f78500;
    font-size: 30px;
}
.price {
    padding: 70px 0 75px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../../img/price_bg.jpg);
    background-position: center top;
    width: 100%;
    height: 100%;
}
.price_content {
    max-width: 1000px;
    margin: 0 auto;
    width: 85%;
}
.customize_plan h3 {
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    color: #f78500;
    border-bottom: 5px dotted #f78500;
    width: 315px;
    margin: 50px auto 30px;
}
.plan_card {
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    padding: 40px 30px;
    margin: 0 auto;
    width: 600px;
}
.plan_bubble {
    position: relative;
    margin: 0 auto 1.5em;
    padding: 16px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    width: 80%;
    color: #555;
    font-size: 21px;
    border-radius: 50px;
    background: #fff0e1;
}
.plan_bubble:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff0e1;
}
.plan_bubble p {
    margin: 0;
    padding: 0;
}
.ex_txt p {
    margin: 0;
    padding: 0 0 0 25px;
}
.plan_card li{
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
.plan_card ul {
    margin: 0;
    padding: 5px 0 0 25px;
}
.comparison-table {
    width: 97%;
    max-width: 1000px;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid #f78500;
}
.price_header {
    background-color: #f78500;
    color: white;
    font-weight: bold;
    padding: 12px;
    font-size: 20px;
}

.row {
    display: flex;
}

.cell {
    flex: 1;
    padding: 15px 10px;
    border: 1px solid #f78500;
}

.cell.title {
    background-color: #fff4e6;
    font-weight: bold;
    color: #ff6600;
    line-height: 3;
}
.s_tablefont{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
}
@media screen and (min-width:761px) and ( max-width:1100px) {
    .cell {
        padding: 10px 0;
    }
    .s_tablefont {
        font-size: 23px;
    }
    .cell.title {
        font-size: 14px;
    }
}
@media screen and (min-width:1119px) and ( max-width:1400px){
    .price_content {
        max-width: 650px;
    }
    .price_sub {
        font-size: 25px;
    }
    .cell.title {
        line-height: 4;
        font-size: 13px;
    }
    .price .price_table{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .cell{
        font-size: 14px;
    }
}
@media screen and (max-width:760px){
    .value h2 {
        font-size: 6vw;
        width: 85%;
    }
    .value:before {
        left: 50%;
        margin-left: -70px;
        border: 70px solid transparent;
        border-top: 40px solid #fff;
    }
    .value {
        padding: 75px 5% 45px;
    }
    .price h2 {
        font-size: 28px;
        padding: 18px 0 4%;
        margin: 0 0 20px;
        line-height: 1;
    }
    .price_sub {
        font-size: 18px;
    }
    .price {
        padding: 35px 0 50px;
    }
    .price_content {
        width: 90%;
    }
    .customize_plan h3 {
        font-size: 24px;
        width: 230px;
        margin: 35px auto 30px;
    }
    .plan_card {
        padding: 25px 20px;
        width: 86%;
    }
    .plan_bubble {
        padding: 15px 10px;
        font-size: 20px;
        width: 93%;
        font-size: 18px;
        line-height: 1.3;
    }
    .plan_card ul {
        padding: 5px 0 0 0;
    }
    .ex_txt p {
        padding: 0;
    }
    .price_header {
        font-size: 14px;
    }
    .s_tablefont {
        font-family: "din-2014", sans-serif !important;
        font-weight: 700;
        font-style: normal;
        font-size: 3vw;
        line-height: 1.1;
    }
    .cell.title {
        line-height: 1.3;
        font-size: 2.7vw;
    }
    .cell {
        padding: 10px 5px;
        font-size: 2.7vw;
        line-height: 1.4;
    }
    .plan_card li {
        line-height: 1.5;
    }
}

/* CTA */
.cta_area {
    background: linear-gradient(to bottom right, #dd6e1f, #f29c25);
    padding: 55px 30px;
}
.cta_ttl h2 {
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    color: #fff;
    margin: 0 0 15px;
}
.cta01, .cta02{
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    background: linear-gradient(#1eaea2, #158d83);
    border: 2px solid #158d83;
    padding: 15px 60px;
    border-radius: 50px;
    margin: 0 10px;
    width: 260px;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
}
a.cta01:hover, a.cta02:hover{
    cursor: pointer;
	transform: scale(1.1);
}
.cta_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:760px){
    .cta_ttl h2 {
        font-size: 6vw;
    }
    .cta_flex {
        flex-wrap: wrap;
    }
    .cta01, .cta02 {
        font-size: 20px;
        padding: 10px 0px;
        width: 90%;
        margin: 0 0 10px;
    }
    .cta_area {
        padding: 35px 20px;
    }
}

/* 配信までの流れ */
.flow {
    background: #f1f1f1;
    padding: 60px 5% 200px;
    position: relative;
}
.flow_content{
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
}
.flow h2{
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #2d2d2d;
    padding: 55px 22px 45px 0;
    background-image: url(../../img/flow_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 0 65px;
}
.flow_flex{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.flow_flex img {
    width: 300px;
    padding: 0 5px 0 0;
}
.flow_item01 {
    width: 20%;
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    border-radius: 20px;
    padding: 45px 20px 20px;
    margin: 0 15px;
    height: 435px;
    position: relative;
}
.flow_item02 {
    width: 20%;
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    border-radius: 20px;
    padding: 45px 20px 20px;
    margin: 0 15px;
    height: 435px;
    position: relative;
}
.flow_item03 {
    width: 20%;
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    border-radius: 20px;
    padding: 45px 20px 20px;
    margin: 0 15px;
    height: 435px;
    position: relative;
}
.flow_item04 {
    width: 20%;
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    border-radius: 20px;
    padding: 45px 20px 20px;
    margin: 0 15px;
    height: 435px;
    position: relative;
}
.flow_item01:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    border: 25px solid transparent;
    border-left: 20px solid #c7c7c7;
}
.flow_item02:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    border: 25px solid transparent;
    border-left: 20px solid #c7c7c7;
}
.flow_item03:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    border: 25px solid transparent;
    border-left: 20px solid #c7c7c7;
}
.flow_item_flex img {
    width: 100%;
    margin: 0 0 20px;
}
.flow_abs {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
}
.flow_abs img{
    width: 180px;
    padding: 0;
}
.flow_btn a {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    background: linear-gradient(#1eaea2, #158d83);
    border: 2px solid #158d83;
    padding: 13px 60px;
    border-radius: 50px;
    margin: 60px auto 0;
    width: 25%;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
}
.flow_btn a:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.flow_ttl {
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    padding: 0 0 7px;
}
@media screen and (min-width:761px) and ( max-width:1100px) {
    .flow_abs img {
        width: 100%;
    }
    .flow_abs {
        position: absolute;
        top: -4%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 70%;
    }
    .flow_btn a {
        width: 35%;
    }
    .flow_item01,.flow_item02,.flow_item03,.flow_item04{
        height: 450px;
        line-height: 1.5;
    }
}
@media screen and (min-width:1119px) and ( max-width:1400px){
    .flow_content {
        max-width: 900px;
    } 
    .flow_wrapper p{
        font-size: 12px;
        line-height: 1.5;
    }
    .flow_abs img{
        width: 150px;
    }
    .flow_item_flex img {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
    }
    .flow_item01,.flow_item02,.flow_item03,.flow_item04{
        height:290px;
    }
}
@media screen and (max-width:760px){
    .flow h2 {
        font-size: 7vw;
        margin: 0 0 9%;
        padding: 23px 22px 20px 0;
        line-height: 1.5;
    }
    .flow_flex img {
        width: 230px;
        padding: 0 5px 0 0;
    }
    .flow_flex {
        flex-wrap: wrap;
    }
    .flow_abs img {
        width: 70%;
        padding: 0;
    }
    .flow_abs {
        position: absolute;
        top: -15px;
        left: 8%;
        transform: translate(0, 0);
    }
    .flow_item_flex {
        display: flex;
        align-items: center;
    }
    .flow_item_flex img {
        width: 26vw;
        padding: 0 10px 0 0;
        margin: 0;
    }
    .flow_item01 {
        width: 100%;
        padding: 8% 5% 5%;
        margin: 0 0 35px;
        height: 90px;
        position: relative;
    }
    .flow_item02 {
        width: 100%;
        padding: 30px 20px 20px;
        margin: 0 0 35px;
        height: 105px;
        position: relative;
    }
    .flow_item03 {
        width: 100%;
        padding: 30px 20px 20px;
        margin: 0 0 35px;
        height: 175px;
        position: relative;
    }
    .flow_item04 {
        width: 100%;
        padding: 30px 20px 20px;
        margin: 0 0 35px;
        height: 100%;
        position: relative;
    }
    .flow_btn a {
        font-size: 4.8vw;
        padding: 10px 30px;
        margin: 0 auto;
        width: 60%;
    }
    .flow {
        padding: 7% 5% 17%;
    }
    .flow_item_flex p {
        margin: 0;
        font-size: 3.5vw;
        line-height: 1.5;
    }
    .pa15{
        padding: 15px 0 0;
    }
    .flow_item01:before{
        content: "";
        position: absolute;
        top: 118.5%;
        left: 50%;
        margin-left: -20px;
        border: 20px solid transparent;
        border-top: 15px solid #c7c7c7;
    }
    .flow_item02:before{
        content: "";
        position: absolute;
        top: 116%;
        left: 50%;
        margin-left: -20px;
        border: 20px solid transparent;
        border-top: 15px solid #c7c7c7;
    }
    .flow_item03:before{
        content: "";
        position: absolute;
        top: 111%;
        left: 50%;
        margin-left: -20px;
        border: 20px solid transparent;
        border-top: 15px solid #c7c7c7;
    }
    .flow_ttl {
        padding: 0 0 4px;
        text-align: left;
    }
    .flow_ttl p{
        font-size: 4.3vw;
        line-height: 1.3;
    }
}
@media screen and (min-width:450px) and ( max-width:760px) {
    .flow_item01 {
        height: 145px;
    }
    .flow_item01:before {
        top: 112%;
    }
    .flow_item02 {
        height: 160px;
    }
    .flow_item02:before {
        top: 113%;
    }
    .flow_item03 {
        height: 240px;
    }
    .flow_item03:before {
        top: 109%;
    }
}

/* 導入事例 */
.example {
    padding: 110px 0 120px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../../img/price_bg.jpg);
    background-position: center top;
    width: 100%;
    height: 100%;
    position: relative;
}
.example_abs{
    position: absolute;
    right: 0px;
    bottom: -118px;
    z-index: 1;
    max-width: 1000px;
    width: 100%;
}
.example h2 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #2d2d2d;
}
.example_flex {
    display: flex;
    align-items: center;
}
.example_left {
    padding: 0 30px 0 0;
}
.example_ttl {
    color: #f78500;
    font-weight: bold;
    font-size: 21px;
    border-bottom: 5px dotted #f78500;
    line-height: 1.4;
}
.example_ttl p {
    margin: 0 0 10px;
}
.example_shop {
    margin: 15px 0 0;
}
.example_name {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.example_txt {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width:760px){
    .example_abs {
        bottom: -5.8%;
    }
    .example {
        padding: 60px 0 70px;
    }
    .example h2 {
        font-size: 8vw;
        margin: 2% 0;
    }
    .example_ttl {
        text-align: center;
        margin: 0 0 15px;
    }
    .example_ttl p {
        margin: 0 0 20px;
        font-size: 4vw;
    }
    .example_left {
        padding: 0 10px 0 0;
    }
    .example_shop {
        font-size: 3vw;
        margin: 0;
        line-height: 1;
    }
    .example_name {
        font-size: 3.5vw;
    }
    .example_left img {
        width: 90px;
    }
    .example_txt {
        margin: 20px 0 0;
    }
}

.swiper-slide {
    background: #fff;
    box-shadow: 0px 5px 10px 5px rgba(175, 175, 175, 0.2);
    border-radius: 20px;
}
.swiper-pa {
    padding: 50px 40px 50px;
}
.swiper-container {
    width: 100%;
    margin: 0 auto !important;
    padding: 1% 0 !important;
}

.swiper_content2 {
    position: relative;
    width: 22%;
    margin: 4% auto 0;
}
.swiper_content2 .bar {
    width: 60%;
    height: 8px;
    background: #e4e4e4;
}
.swiper_content2 .prev {
    left: auto !important;
    right: 19% !important;
    background-image: url(../../img/right.png);
    background-size: 100%;
    width: 3vw !important;
    height: 3vw !important;
}

.swiper_content2 .next {
    background: url(../../img/left.png);
    background-size: 100%;
    width: 3vw !important;
    height: 3vw !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #f78500 !important;
}

.list_btn a {
    display: block;
    color: #1d236f;
    text-decoration: none;
    border-bottom: 0;
    width: 17%;
    margin: 7% auto 0;
    position: relative;
}

.list_btn a::before,
.list_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.list_btn a::before {
    right: -75%;
    width: 0.5vw;
    height: 0.5vw;
    border-top: 2px solid #1d236f;
    border-right: 2px solid #1d236f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list_btn a button {
    padding: 4% 10% 4% 1%;;
    width: 100%;
    border-radius: 100px;
    margin: 7% auto 0;
    display: block;
    color: #1d236f;
    border: 1px solid #1d236f;
    font-size: 1.1vw;
    font-weight: bold;
    background-color:rgba(255,255,255,0);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.list_btn a:hover {
    opacity: 1;
}

.list_btn a button:hover {
    background: #1d236f;
    color: #fff;
    border: 1px solid #1d236f;
}

.list_btn a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.list_btn a {
    display: block;
    color: #1d236f;
    text-decoration: none;
    border-bottom: 0;
    width: 17%;
    margin: 7% auto 0;
    position: relative;
}

.list_btn a::before,
.list_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.list_btn a::before {
    right: -75%;
    width: 0.5vw;
    height: 0.5vw;
    border-top: 2px solid #1d236f;
    border-right: 2px solid #1d236f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list_btn a button {
    padding: 4% 10% 4% 1%;;
    width: 100%;
    border-radius: 100px;
    margin: 7% auto 0;
    display: block;
    color: #1d236f;
    border: 1px solid #1d236f;
    font-size: 1.1vw;
    font-weight: bold;
    background-color:rgba(255,255,255,0);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.list_btn a:hover {
    opacity: 1;
}

.list_btn a button:hover {
    background: #1d236f;
    color: #fff;
    border: 1px solid #1d236f;
}

.list_btn a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media screen and (min-width:1400px) and ( max-width:1920px) {
    .swiper-slide {
        height: 600px !important;
    }
}
@media screen and (min-width:761px) and ( max-width:1399px) {
    .swiper-slide {
        height: 700px !important;
    }
    .example_name {
        font-size: 17px;
    }
}
@media screen and (min-width:999px) and ( max-width:1100px) {
    .swiper-slide {
        height: 840px !important;
    }
    .example_name {
        font-size: 17px;
    }
}
@media screen and (min-width:761px) and ( max-width:1100px) {
    .swiper-button-next, .swiper-button-prev{
        margin-top: -12px !important;
    }
    .swiper_content2 .prev {
        right: 12% !important;
        width: 4vw !important;
        height: 4vw !important;
    }
    .swiper_content2 .next {
        width: 4vw !important;
        height: 4vw !important;
    }
    .swiper_content2 .bar {
        width: 75%;
    }
    .swiper_content2 {
        position: relative;
        width: 57%;
        margin: 8% auto 0;
    }
}
@media screen and (min-width:1119px) and ( max-width:1400px){
    .example_ttl {
        font-size: 16px;
    }
    .swiper-pa {
        padding: 20px 20px 20px;
    }
    .swiper-slide {
        height: 400px !important;
    }
    .example_txt{
        font-size: 11px;
    }
    .example_shop{
        font-size: 13px
    }
    .example_name{
        font-size: 14px;
    }
}
  @media screen and (max-width: 760px) {
    .business {
      padding: 22% 0;
    }
    .title_size {
      font-size: 8vw;
      letter-spacing: 3px;
      margin-bottom: 13%;
      color: #2d2f34;
    }
    .swiper-slide {
      width: 30%;
      background: #fff;
      border-radius: 7px;
      box-shadow: 4px 5px 16px 1px rgba(0, 0, 0, .03);
      position: relative;
      height: auto;
    }
    .swiper-pa {
        padding: 30px 25px 30px;
    }
    .swiper-container {
      width: 100%;
      padding: 1% 0 4%;
    }
    .side_gray_left {
      background: linear-gradient(90deg, rgba(241, 242, 243, 0.7) 50%, rgb(241, 242, 243, 0));
      width: 8%;
    }
    .side_gray_right {
      background: linear-gradient(-90deg, rgba(241, 242, 243, 0.7) 50%, rgb(241, 242, 243, 0));
      width: 8%;
    }
    .swiper_content2 {
        z-index: 998;
        width: 80%;
        margin: 13% auto 0;
    }
    .swiper_content2 .bar {
      width: 60%;
    }
    .swiper_content2 .prev {
      right: 19% !important;
      top: 7px;
      background-size: 100%;
      width: 10vw !important;
      height: 10vw !important;
    }

    .swiper_content2 .next {
        top: 7px;
        background-size: 100%;
        width: 10vw !important;
        height: 10vw !important;
    }
    .business_yazirushi {
      bottom: 5%;
      right: 7%;
      width: 6vw;
      height: 6vw;
    }
    .business_yazirushi span {
      top: 1.8vw;
      right: 39%;
      width: 2vw;
      height: 2vw;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }
    .list_btn a {
      width: 70%;
      margin: 30% auto 0;
    }
    .list_btn a button {
      padding: 5% 6% 5% 0%;
      margin: 7% auto 0;
      display: block;
      font-size: 4vw;
    }
    .list_btn a::before {
      right: -75%;
      width: 2vw;
      height: 2vw;
      border-top: 2px solid #1d236f;
      border-right: 2px solid #1d236f;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .company_addres_span {
      display: inline-block !important;
    }
    .swiper-slide .square {
        font-size: 3vw;
    }
}
@media screen and (min-width:401px) and ( max-width:759px) {
    .swiper-slide {
        height: 795px !important;
    }
}
@media screen and (min-width:300px) and ( max-width:400px) {
    .swiper-slide {
        height: 650px !important;
    }
    .example_txt {
        font-size: 3.6vw;
        line-height: 1.5;
    }
    .example_ttl p {
        font-size: 4.5vw;
    }
}


/* Q&A */
.qa {
    background: #f29c25;
    padding: 60px 5% 90px;
}
.qa_content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.qa_ttl {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #fff;
    padding: 70px 40px 5%;
    background-image: url(../../img/qa_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 45px;
    background-position: center;
}
.qa_ttl h2 {
    margin: 0;
}
.qa_card {
    background: #fff;
    padding: 15px 50px 30px;
}
.line_under_ttl {
    background-color: #f78500;
    width: 120px;
    height: 4px;
    margin: 5px auto;
}
.line_under_ttl02 {
    background-color: #fff;
    width: 120px;
    height: 4px;
    margin: 5px auto;
}

@media screen and (max-width: 760px) {
    .qa_card {
        padding: 0;
    }
    .line_under_ttl {
        width: 100px;
        height: 3px;
        margin: 0px auto;
    }
}

/*---------- Q%A アコーディオン----------*/
dl {
    margin: 0;
}
.toggle_title {
    border-bottom: 2px solid #ddd;
    position: relative;
    padding: 4% 13% 4% 8.9%;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    color: #2d2d2d;
    max-height: 999999px;
}
.toggle_title02 {
    position: relative;
    padding: 4% 3% 4% 8.9%;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    color: #2d2d2d;
    max-height: 999999px;
}
dt.toggle_title.selected{
    border-bottom: none !important;
}
.toggle_contents dd {
    display: none;
    margin-inline-start: 0;
    padding: 0 20px;
    background: #f1f1f1;
}
.toggle_contents:first-of-type dd {
    padding: 0 27px;
    display: block;
}
.toggle_contents dd p{
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 2%;
    box-sizing: border-box;
    color: #595959;
    position: relative;
}
.toggle_title::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../img/q.png) no-repeat;
    background-size: contain;
    margin-left: -3em;
    padding-right: 2.5em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.toggle_title02::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../img/q.png) no-repeat;
    background-size: contain;
    margin-left: -2.6em;
    padding-right: 2.5em;
    position: absolute;
    top: 25px;
}
.a_item {
    margin: auto 0;
}

.qa_txt_waku img {
    width: 30px;
    height: 30px;
}
.qa_txt_waku {
    border-radius: 10px;
}
.qa_flex{
    display: flex;
}

/*ボタン*/
.toggle_btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle_btn::before,
.toggle_btn::after {
    content: '';
    position: absolute;
    background-color: #000;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle_btn::before {
    width: 20px;
    height: 2px;
}

.toggle_btn::after {
    width: 2px;
    height: 20px;
}

.toggle_title.selected .toggle_btn::before {
    transform: rotate(0deg);
}

.toggle_title.selected .toggle_btn::after {
    opacity: 0; /* 縦棒を透明にする */
}

@media screen and (min-width:1119px) and ( max-width:1400px){
    .qa_content {
        max-width: 900px;
    }
    .toggle_title {
        padding: 2.5% 13% 2.5% 7.9%;
        font-size: 0.9em;
    }
    .toggle_title::before{
        width: 35px;
        height: 35px;
    }
    .toggle_contents dd p{
       font-size: 13px;
    }
    dt.toggle_title.selected{
        outline-style: 16px;
    }
    .qa_card{
        padding: 20px 20px 30px;
    }
}
@media screen and (max-width:760px){
    .qa h2 {
        font-size: 30px;
    }
    .qa {
        padding: 15px 5% 45px;
    }
    .qa_ttl {
        padding: 16px 40px 5%;
        margin: 25px 0;
    }
    .toggle_contents dd {
        padding: 0 14px;
    }
    .toggle_title {
        font-size: 16px;
        padding: 6% 17% 6% 55px;
        border-radius: 5px;
    }
    .toggle_title::before {
        top: 50%;
        left: 60px;
        width: 30px;
        height: 30px;
    }
    .toggle_title02 {
        font-size: 16px;
        padding: 6% 5% 6% 16%;
        border-radius: 5px;
    }
    .toggle_title02::before {
        top: 26%;
        left: 16%;
        width: 30px;
        height: 30px;
    }
    .toggle_contents:first-of-type dd {
        padding: 0 0 0 12px;
    }
    .toggle_contents dd p {
        margin: auto;
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 8% 5% 8% 3%;
        box-sizing: border-box;
        color: #595959;
        position: relative;
        margin-left: 5px;
    }
    .toggle_txt::before {
        top: 7%;
        left: -9%;
    }
    .qa_txt_waku {
        border-radius: 0;
    }
    .qa_txt_waku img {
        width: 26px;
        height: 26px;
    }
    .toggle_btn {
        right: 25px;
    }
}

/* フォーム */
.form_content h2 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #2d2d2d;
    padding: 70px 31px 5%;
    background-image: url(../../img/form_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 40px;
}
.form_left {
    padding: 0 25px 0 0;
}
.form_left p {
    line-height: 1.5;
    padding: 0 0 25px;
}
.form_flex {
    display: flex;
}
.form {
    padding: 70px 5% 75px;
}
.form_content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.form_ttl {
    font-weight: bold;
    color: #f78500;
}
.form_card ul {
    margin: 15px 0;
}
.form_card li{
    list-style: none;
}
.form_card {
    background: #fff0e1;
    border-radius: 15px;
    padding: 10px 25px;
    margin: 30px 0;
}
.form_btn_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_ttl p {
    margin: 0;
}
form p.must::after, form p.matter::after {
    content: "必須";
    font-size: 11px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-left: 5px;
    background: rgb(251, 123, 21);
    padding: 2px 4px;
    border-radius: 4px;
}
form p.matter::after {
    content: "任意";
    background: rgb(170, 170, 170);
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.font-bold {
    font-weight: 700;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.mb-0 {
    margin-bottom: 0px;
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.font-bold {
    font-weight: 700;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.dl-file-wrapper h5 {
    margin-top: 0 !important;
    line-height: 1.5;
}
form .form-control {
    display: inline-block;
    width: 94%;
    margin: 5px 0;
}
.form-control {
    border-radius: 3px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.circle_btn01 a {
    width: 180px;
    height: 180px;
    background-color: #f78500;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 7px;
    transition: all .3s ease 0s;
}
.circle_btn01 a:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.circle_btn02 a {
    width: 180px;
    height: 180px;
    background-color: #f78500;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 7px;
    transition: all .3s ease 0s;
}
.circle_btn02 a:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.circle_btn01 img {
    width: 64px;
    margin: 34px 0 6px;
}
.circle_btn02 img {
    width: 100px;
    margin: 37px 0 5px;
}
form#dl_file_entry_form {
    background: #f1f1f1;
    padding: 40px;
}
#dl_file_entry_form .form-control.error{
    background-color: #fff !important;
}
button#download_btn {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    background: linear-gradient(#1eaea2, #158d83);
    border: 2px solid #158d83;
    padding: 13px 60px;
    border-radius: 50px;
    margin: 30px auto 0;
    text-align: center;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
}
button#download_btn:hover{
    cursor: pointer;
	transform: scale(1.1);
}
.alert-warning.text-left {
    background-color: #fff0e1;
    border-color: #faebcc;
    padding: 15px 20px;
    font-size: 12px;
    margin: 0 0 25px;
    line-height: 1.5;
}
.flex.flex-col.space-y-2 {
    padding: 0 0 15px;
}
.form_right a{
    color: #478fde;
}
@media screen and (min-width:761px) and ( max-width:1100px) {
    .form_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .form_btn_flex {
        margin: 0 0 25px 0;
    }
}
@media screen and (min-width:1119px) and ( max-width:1400px){
    .form_content {
        max-width: 900px;
    }
    form#dl_file_entry_form {
        padding: 20px;
    }
    .text-sm{
        font-size: 0.7em;
    }
    .form-control{
        height: 5px;
        font-size: 11px;
        padding: 10px 12px;
    }
    button#download_btn{
        margin: 0 auto;
        font-size: 14px;
        padding: 9px 60px;
    }
    .flex.flex-col.space-y-2 {
        padding: 0 0 7px;
    }
}
@media screen and (max-width: 760px) {
    .form {
        padding: 40px 5% 35px;
    }
    .form_content h2 {
        font-size: 30px;
        padding: 24px 31px 5%;
        margin: 0 0 40px;
    }
    .form_flex {
        flex-wrap: wrap;
    }
    .form_left {
        padding: 0;
        width: 100%;
    }
    form#dl_file_entry_form {
        padding: 15px 15px 30px;
    }
    form .form-control {
        width: 90%;
        margin: 5px 0;
    }
    button#download_btn {
        font-size: 14px;
        padding: 10px 25px;
        border-radius: 50px;
        margin: 20px auto 0;
    }
    .form_right {
        padding: 30px 0 0;
    }
    .circle_btn01 a {
        width: 160px;
        height: 160px;
        font-size: 15px;
    }
    .circle_btn02 a {
        width: 160px;
        height: 160px;
        font-size: 15px;
    }
    .circle_btn02 img {
        width: 90px;
        margin: 35px 0 5px;
    }
    .circle_btn01 img {
        width: 58px;
        margin: 31px 0 6px;
    }
}

/* フッター */
.notes{
    background: #f1f1f1;
    padding: 60px 5% 0;
}
.notes_content{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
footer {
    background: #f1f1f1;
    text-align: center;
    padding: 40px 0;
}
footer img{
    width: 160px;
    margin: 0 auto 10px;
}
footer p{
    color: #6e6e6e;
    font-size: 13px;
}

@media screen and (max-width: 760px) {
    .notes {
        padding: 40px 5% 0;
    }
    .g_k {
        font-size: 10px;
    }
    footer img {
        width: 150px;
        margin: 0 auto;
        padding: 0 0 10px;
    }
    footer p {
        font-size: 10px;
    }
    footer {
        padding: 40px 0 30px;
    }
}
