@charset "utf-8";

/* ヘッダーライン */
#headerline {
    height: 10px;
    background: linear-gradient(90deg, var(--subcolor) 0%, var(--subcolor) 10%, var(--accentcolor) 10%, var(--accentcolor) 20%, var(--accentcolor2) 20%, var(--accentcolor2) 30%, var(--maincolor) 30%, var(--maincolor) 100%);
}

/* 無料資料請求はこちら */
header {
    background-color: var(--maincolor);
}

header .outer {
    background-color: #fff;
    border-radius: 0px 80px 0px 0px;
}

header #request01 {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 140px;
    height: 45px;
    margin: 10px;
    line-height: 40px;
    border: 4px solid var(--maincolor);
    border-radius: calc(65px / 2);
    padding-left: 5px;
    background-color: #fff;
}

header #request01 a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
}

header #request01 a::before {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 17px;
    left: 100px;
    transition: .3s;
}

header #request01 a::after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 100px;
    transition: .3s;
}

header #request01 a:hover::before {
    width: 15px;
    transition: .3s;
}

header #request01 a:hover::after {
    left: 105px;
    transition: .3s;
}

/* request02 */
#request02 section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#request02 section #request02text {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    font-size: 20px;
}

#request02 #request02logo {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}

#request02 article {
    width: 50%;
    padding: 0px 10px;
}

#request02 article a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    border: 2px solid #000;
    border-radius: 30px;
    /* padding-left: 10px; */
    text-align: center;
    padding-right: 20px;
    font-weight: bold;
    position: relative;
    font-size: 16px;
}

.linkarrow {
    background-color: #000;
    height: 2px;
    width: 15px;
    display: inline-block;
    position: absolute;
    bottom: 26px;
    margin-left: 2px;
    transition: all 0.2s ease;
}

.linkarrow::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    bottom: -7px;
    left: -3px;
}

#request02 article a:hover .linkarrow {
    margin-left: 25px;
    transition: all 0.2s ease;
}

/* request03 */
#request03 {
    background: linear-gradient(#ccc, #fff);
}

#request03 section {
    margin-top: 100px;
}

#request03 article a {
    background-color: var(--maincolor);
    width: calc(100% -20px);
    display: block;
    margin: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 25px;
    position: relative;
    text-align: center;
    font-size: 18px;
}

#request03 article a:hover {
    background-color: var(--subcolor);
}

#request03 article a span::before {
    position: relative;
}

#request03 article a span::before {
    content: "";
    display: block;
    width: 85px;
    height: 80px;
    background-image: url(../image/parts/parts18.png);
    position: absolute;
    bottom: 0px;
    left: calc(50% - 180px);
}

#request03 article a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 18px;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 8px solid transparent;
    transform: rotate(90deg);
}

#request03 article a::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 20px;
    top: 12px;
    border-radius: calc(25px / 2);
}

/* request04 */
#request04.outer {
    background-color: var(--maincolor);
}

#request04 article {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

#request04 a {
    width: 80%;
    height: 70px;
    display: block;
    border: 2px solid #ccc;
    background-color: #fff;
    color: var(--accentcolor);
    border-radius: 15px;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom 0px right 10px;
}

#request04 a span {
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    color: var(--accentcolor);
    display: inline-block;
    border: 1px solid var(--accentcolor);
    border-radius: calc(35px / 2);
    padding-top: 3px;
    position: absolute;
    background-color: #fff;
    left: calc(50% - 120px);
    top: 5px;
}

#request04 a span:nth-of-type(1) {
    left: calc(50% - 152px);
}

#request04 a small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 9px;
    right: 130px;
    top: 43px;
}

#request04 a small::before {
    content: "";
    background-color: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    right: -30px;
}

#request04 a:hover small::before {
    background-color: var(--accentcolor2);
}

#request04 a small::after {
    content: "";
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    transform: rotate(90deg);
    position: absolute;
    top: 7px;
    right: -28px;
}

#request04 article:nth-of-type(1) a {
    background-image: url(../image/parts/parts25.png);
}

#request04 article:nth-of-type(2) a {
    background-image: url(../image/parts/parts32.png);
}

#request04 article:nth-of-type(1) a strong {
    border-right: 5px solid transparent;
    border-bottom: 20px solid #000;
    border-left: 5px solid transparent;
    transform: rotate(230deg);
    position: absolute;
    right: -20px;
    top: -15px;
}

#request04 article:nth-of-type(1) a strong::before,
#request04 article:nth-of-type(1) a strong::after {
    content: "";
    border-right: 3px solid transparent;
    border-bottom: 12px solid #000;
    border-left: 3px solid transparent;
    position: absolute;
}

#request04 article:nth-of-type(1) a strong::before {
    right: -12px;
    top: -2px;
    transform: rotate(-50deg);
}

#request04 article:nth-of-type(1) a strong::after {
    transform: rotate(35deg);
    top: 0px;
    right: 5px;
}

/* request05 */
#request05 {
    display: flex;
    flex-wrap: wrap;
}

#request05 #request0501 a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    border-radius: 30px;
    background-size: auto auto;
    background-color: var(--maincolor);
    text-align: center;
    letter-spacing: 3px;
    position: relative;
}

#request05 #request0501 a:hover {
    background-color: var(--subcolor);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, var(--maincolor) 2px, var(--maincolor) 3px);
}

#request05 #request0501 a small {
    font-weight: bold;
    font-size: 14px;
}

#request05 #request0501 a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 24px;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 8px solid transparent;
    transform: rotate(90deg);
}

#request05 #request0501 a::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    right: 20px;
    top: 18px;
    border-radius: calc(25px / 2);
}

#request05 #request0501 div {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

#request05 #request0502 {
    position: relative;
    margin-top: 20px;
    height: 200px;
    width: 100%;
    display: block;
    background-color: var(--accentcolor);
}

#request05 #request0502 div {
    margin-top: 50px;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
}

#request05 #request0502::before {
    content: "";
    position: absolute;
    background-image: url(../image/parts/parts29.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    position: absolute;
    left: calc(50% - 210px);
    height: 200px;
    width: 420px;
    display: block;
}

#request05 #request0502 a {
    display: block;
    text-align: center;
    background-color: var(--maincolor);
    color: #000;
    width: 330px;
    height: 50px;
    line-height: 48px;
    border-radius: 5px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 165px);
    font-weight: bold;
    font-size: 20px;
}

#request05 #request0502 a::after {
    content: "";
    background-image: url(../image/parts/parts30.png);
    width: 100px;
    height: 97px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: calc(50% + 100px);
}

#request05 #request0502 a:hover {
    background-color: var(--accentcolor);
    color: #fff;
}

#request05 .inner {
    padding-bottom: 0px;
}

/* main */
#main.outer {
    background-color: var(--maincolor);
}

#main .middle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    border-radius: 0px 0px 0px 80px;
}

#main article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding-bottom: 200px;
}

#main article #maini01 {
    font-size: 20px;
    font-weight: bold;
}

#main article #maint01 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

#main article #maint02 {
    position: relative;
    line-height: 85px;
}

#main article #maint02 span {
    width: 100%;
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    color: var(--maincolor);
    text-shadow: 3px 3px 0 var(--maincolor);
    -webkit-text-stroke: 2px #000;
}

#main article #maint02 strong {
    font-size: 85px;
    font-weight: bold;
    color: var(--maincolor);
    text-shadow: 3px 3px 0 var(--maincolor);
    -webkit-text-stroke: 2px #000;
}

#main article #maint02::before {
    content: "";
    width: 320px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 160px);
    border: 3px solid #000;
    border-top: none;
}

#main article #maint02::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -4px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    background-color: #fff;
    transform: rotate(45deg);
    left: calc(50% - 15px);
}

#main article #maint02 span::before,
#main article #maint02 span::after,
#main article #maint02 strong::after {
    content: "+";
    color: var(--maincolor);
    display: block;
    color: var(--maincolor);
    text-shadow: 1px 1px 0 var(--maincolor);
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    font-weight: bold;
    animation: anime1 0.7s ease 0s infinite alternate;
    transform-origin: center;
}

#main article #maint02 span::before {
    left: -60px;
    bottom: 70px;
}

#main article #maint02 span::after {
    right: -30px;
    bottom: 80px;
    font-size: 30px;
}

#main article #maint02 strong::after {
    right: -50px;
    bottom: 50px;
    font-size: 20px;
}

#main article #maini00 {
    position: absolute;
    bottom: -17px;
    left: calc(50% - 120px);
}

#main article #maini00 img {
    width: 100%;
}

#main article #maint03 {
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    bottom: 125px;
    left: calc(50% - 150px);
    transform: rotate(7deg);
}

#main article #maint04 {
    position: absolute;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    bottom: 90px;
    left: calc(50% - 170px);
}

/* functionlp */
#functionlp article {
    width: calc(100vw - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

#functionlp article .inner {
    width: calc(100% - 50px);
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: none;
    margin: 120px 3px 0px 3px;
    padding: 10px;
    background-color: #fff;
    background-image: radial-gradient(#eee 30%, transparent 40%);
    background-size: 3px 3px;
    max-width: 700px;
}

#functionlp article .inner p {
    font-size: 16px;
}

#functionlp article#point02 .inner p span {
    border: 2px solid var(--accentcolor);
    color: var(--accentcolor);
    border-radius: 5px;
    font-size: 12px;
    padding: 2px;
    margin-right: 10px;
    background-color: #fff;
}

#functionlp article#point01 .inner {
    border-top: 3px solid #000;
    border-radius: 30px 30px 0px 0px;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

#functionlp article#point01 .inner #t1 {
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
}

#functionlp article#point01 .inner #t2 small {
    font-size: 35px;
    font-weight: bold;
    color: var(--maincolor);
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
        -1px 1px 0 #000, 1px -1px 0 #000,
        0px 1px 0 #000, 0-1px 0 #000,
        -1px 0 0 #000, 1px 0 0 #000;
    position: relative;
}

#functionlp article#point01 .inner #t2 span {
    font-size: 50px;
    font-weight: bold;
    color: var(--maincolor);
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
        -1px 1px 0 #000, 1px -1px 0 #000,
        0px 1px 0 #000, 0-1px 0 #000,
        -1px 0 0 #000, 1px 0 0 #000;
    position: relative;
}

#functionlp article#point01 .inner #t2 span::before,
#functionlp article#point01 .inner #t2 span::after,
#functionlp article#point01 .inner #t2 small::before,
#functionlp article#point01 .inner #t2 small::after {
    content: "+";
    color: var(--maincolor);
    display: block;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
        -1px 1px 0 #fff, 1px -1px 0 #fff,
        0px 1px 0 #fff, 0-1px 0 #fff,
        -1px 0 0 #fff, 1px 0 0 #fff;
    position: absolute;
    font-weight: bold;
    animation: anime1 0.7s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes anime1 {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

#functionlp article#point01 .inner #t2 span::before {
    font-size: 40px;
    left: -30px;
    bottom: -10px;
}

#functionlp article#point01 .inner #t2 span::after {
    font-size: 10px;
    left: 0px;
    bottom: 90px;
}

#functionlp article#point01 .inner #t2 small::after {
    font-size: 50px;
    right: -40px;
    top: -60px;
}

#functionlp article#point01 .inner #t2 small::before {
    font-size: 30px;
    right: -40px;
    top: -0px;
}

/* ↓リボン1 */
#functionlp article#point01 .inner #ribbon1 {
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: -65px;
    left: calc(50% - 50px);
    display: block;
}

#functionlp article#point01 .inner #ribbon1 .ribbonl::before,
#functionlp article#point01 .inner #ribbon1 .ribbonl::after,
#functionlp article#point01 .inner #ribbon1 .ribbonr::before,
#functionlp article#point01 .inner #ribbon1 .ribbonr::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

#functionlp article#point01 .inner #ribbon1 .ribbonl::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid black;
    left: -15px;
}

#functionlp article#point01 .inner #ribbon1 .ribbonl::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid black;
    left: -15px;
}

#functionlp article#point01 .inner #ribbon1 .ribbonr::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid black;
    right: -15px;
}

#functionlp article#point01 .inner #ribbon1 .ribbonr::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid black;
    right: -15px;
}

/* ↑リボン1 */

#functionlp article#point05 .inner {
    border-bottom: 3px solid #000;
    border-radius: 0px 0px 30px 30px;
}

#functionlp .pointtitle {
    background-color: var(--maincolor);
    position: absolute;
    top: 0px;
    left: 0vw;
    width: 100vw;
    height: 120px;
    display: flex;
    justify-content: center;
}

#functionlp .pointtitle .pointtitlein {
    width: calc(100% - 0px);
}

#functionlp .pointtitle .pointtitlein dl {
    display: flex;
}

#functionlp .pointtitle .pointtitlein dt {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    text-shadow: 3px 3px 0 #fff;
    -webkit-text-stroke: 1px var(--accentcolor);
    padding: 0 0 10px;
    margin-top: 32px;
    margin-left: 5px;
    position: relative;
}

#functionlp .pointtitle .pointtitlein dt::before {
    content: "point";
    color: var(--accentcolor);
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: 10px;
}

#functionlp .pointtitle .pointtitlein dd {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    padding-top: 26px;
    padding-left: 5px;
    width: 100%;
    position: relative;
}

#functionlp .pointtitle .pointtitlein dd span {
    font-weight: bold;
    display: block;
    color: #fff;
    font-size: 15px;
}

#functionlp .pointtitle .pointtitlein dd::after {
    content: "";
    position: absolute;
    /* right: 5px; */
    left: 200px;
    width: 70px;
    height: 70px;
    background-size: 100%;
    top: 30px;
}

#functionlp #point02 .pointtitle .pointtitlein dd::after {
    background-image: url(../image/function/image005.png);
}

#functionlp #point03 .pointtitle .pointtitlein dd::after {
    background-image: url(../image/function/image001.png);
}

#functionlp #point04 .pointtitle .pointtitlein dd::after {
    background-image: url(../image/function/image008.png);
}

#functionlp #point05 .pointtitle .pointtitlein dd::after {
    background-image: url(../image/function/image010.png);
}

#functionlp .pointimgwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#functionlp #point02 .pointimgwrap:first-of-type {
    border-bottom: 2px dotted #ccc;
}

/* 他にもいろいろ */

#otherfunction h2 {
    margin: 0;
    font-weight: bold;
    font-size: 35px;
    color: var(--maincolor);
    text-shadow: 2px 2px 0 var(--maincolor);
    -webkit-text-stroke: 1px #000;
    position: relative;
    text-align: center;
}

#otherfunction p#h2sub {
    font-weight: bold;
    margin-top: 30px;
    font-size: 25px;
    text-align: center;
}

#otherfunction h2 span {
    position: relative;
}

#otherfunction h2 span#otherfunctionl::before,
#otherfunction h2 span#otherfunctionl::after,
#otherfunction h2 span#otherfunctionr::before,
#otherfunction h2 span#otherfunctionr::after {
    content: "";
    border-left: 2px solid #000;
    position: absolute;
    display: inline-block;
}

#otherfunction h2 span#otherfunctionl::before {
    height: 40px;
    top: 5px;
    left: -15px;
    transform: rotate(-20deg);
}

#otherfunction h2 span#otherfunctionl::after {
    height: 35px;
    top: 15px;
    left: -25px;
    transform: rotate(-40deg);
}

#otherfunction h2 span#otherfunctionr::before {
    height: 40px;
    top: 5px;
    left: 10px;
    transform: rotate(20deg);
}

#otherfunction h2 span#otherfunctionr::after {
    height: 35px;
    top: 15px;
    left: 20px;
    transform: rotate(40deg);
}

#otherfunction #otherfunctioni11 {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 10px;
    margin-right: 60px;
    width: 100%;
}

#otherfunction #otherfunctioni11 p {
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 55px;
}

#otherfunction #otherfunctioni11 p:nth-of-type(1) {
    left: calc(50% - 140px);
}

#otherfunction #otherfunctioni11 p:nth-of-type(2) {
    left: calc(50% + 70px);
}

#otherfunction h3 {
    border: 2px solid #000;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 20px;
    background-color: #eee;
    position: relative;
    margin: 30px auto;
    width: calc(100% - 50px);
    max-width: 700px;
    transition: all 0.2s;
}

#lpcheckbox01:checked+label h3,
#lpcheckbox02:checked+label h3,
#lpcheckbox03:checked+label h3,
#lpcheckbox04:checked+label h3,
#lpcheckbox05:checked+label h3,
#lpcheckbox06:checked+label h3{
    border-radius: 20px 20px 0px 0px;
    transition: all 0.2s;
}

#otherfunction h3::before {
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 20px;
}

#otherfunction .accordionwrap label:nth-of-type(1) h3:before {
    background-image: url(../image/parts/parts12.png);
}

#otherfunction .accordionwrap label:nth-of-type(2) h3:before {
    background-image: url(../image/parts/parts13.png);
}

#otherfunction .accordionwrap label:nth-of-type(3) h3:before {
    background-image: url(../image/parts/parts14.png);
}

#otherfunction .accordionwrap label:nth-of-type(4) h3:before {
    background-image: url(../image/parts/parts15.png);
}

#otherfunction .accordionwrap label:nth-of-type(5) h3:before {
    background-image: url(../image/parts/parts16.png);
}

#otherfunction .accordionwrap label:nth-of-type(6) h3:before {
    background-image: url(../image/parts/parts17.png);
}

#otherfunction h3:first-of-type {
    margin-top: 0px;
}

/* アコーディオン */
.nocheckbox {
    display: none;
    font-weight: normal;
    text-shadow: none;
}

.accordion {
    display: none;
    padding: 0px 5px;
}

.accordion p {
    margin: -50px 0px 40px 0px;
    width: calc(100% - 40px);
    max-width: 700px;
    border: 2px solid #000;
    border-radius: 0px 0px 20px 20px;
    padding: 50px 30px 30px 30px;
}

#lpcheckbox01:checked~#accordion01,
#lpcheckbox02:checked~#accordion02,
#lpcheckbox03:checked~#accordion03,
#lpcheckbox04:checked~#accordion04,
#lpcheckbox05:checked~#accordion05,
#lpcheckbox06:checked~#accordion06 {
    display: flex;
    justify-content: center;
}

.accordionwrap {
    width: 100%;
}

.accordionwrap label h3 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding-left: 50px;
    margin: 20px;
}

.accordionwrap label h3::after {
    content: "+";
    background-color: var(--maincolor);
    border: 1px solid #000;
    width: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
    border-radius: calc(25px /2);
}

#lpcheckbox01:checked~label h3::after,
#lpcheckbox02:checked~label h3::after,
#lpcheckbox03:checked~label h3::after,
#lpcheckbox04:checked~label h3::after,
#lpcheckbox05:checked~label h3::after,
#lpcheckbox06:checked~label h3::after {
    content: "-";
}

/* main2 */

#main2 {
    background-color: var(--maincolor);
}

#main2 article {
    text-align: center;
}

#main2 article span {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    margin: 10px;
    position: relative;
}

#main2 article span::after {
    content: "";
    background-image: url(/jichikanlp02/common/image/parts/parts33.png);
    position: absolute;
    width: 40px;
    height: 38px;
    display: inline-block;
    bottom: 15px;
    right: -15px;
}

#main2 article div {
    font-size: 18px;
    font-weight: bold;
}

#main2 article div#kaiketsu {
    position: relative;
    padding-bottom: 30px;
}

#main2 article div#kaiketsu::after {
    content: "";
    background-image: url(../image/parts/parts3.png);
    width: 370px;
    height: 19px;
    display: block;
    position: absolute;
    left: calc(50% - 185px);
}

#main2 #image4 {
    display: flex;
    justify-content: space-around;
}

#main2 #image4 div {
    margin: 5px;
}

#main2 #image4 div p {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

#main2 .main2i {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
    background: linear-gradient(to right, var(--maincolor), var(--accentcolor));
}

/* movieとrequest03を上下逆に */
#reverse {
    display: flex;
    flex-wrap: wrap;
}

#movie {
    order: 1;
}

#request03 {
    order: 2;
}

/* movie */
#moviewrap {
    width: 100%;
    aspect-ratio: 16/9;
}

#movie #moviett,
#movie #moviett strong,
#movie #moviett small {
    color: var(--accentcolor2);
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
        -1px 1px 0 #fff, 1px -1px 0 #fff,
        0px 1px 0 #fff, 0-1px 0 #fff,
        -1px 0 0 #fff, 1px 0 0 #fff;
}

#movie #moviett {
    font-size: 50px;
}

#movie #moviett strong {
    font-size: 40px;
    position: relative;
}

#movie #moviett small {
    font-size: 30px;
    position: relative;
}

#movie #moviett strong::before,
#movie #moviett strong::after,
#movie #moviett small::before,
#movie #moviett small::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

#movie #moviett strong::before {
    border-left: 7px solid transparent;
    border-right: 2px solid transparent;
    border-top: 30px solid var(--accentcolor2);
    left: -15px;
    bottom: 15px;
    transform: rotate(-15deg);
}

#movie #moviett strong::after {
    border-left: 7px solid transparent;
    border-right: 2px solid transparent;
    border-top: 30px solid var(--accentcolor2);
    left: -30px;
    bottom: 10px;
    transform: rotate(-45deg);
}

#movie #moviett small::before {
    border-left: 2px solid transparent;
    border-right: 7px solid transparent;
    border-top: 30px solid var(--accentcolor2);
    right: -15px;
    bottom: 10px;
    transform: rotate(15deg);
}

#movie #moviett small::after {
    border-left: 2px solid transparent;
    border-right: 7px solid transparent;
    border-top: 30px solid var(--accentcolor2);
    right: -30px;
    bottom: 5px;
    transform: rotate(45deg);
}

#movie.outer {
    background-color: #fff;
    background-image:
        radial-gradient(var(--maincolor) 30%, transparent 40%);
    background-size: 10px 10px;
    overflow: visible;
}

#movie .inner {
    height: 410px;
    position: relative;
    display: flex;
    justify-content: center;
}

#movie #monitor {
    background-image: url(../image/movie/monitor.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 330px;
    aspect-ratio: 33 / 28;
    position: absolute;
    left: calc(50% - 165px);
    top: 174px;
}

#movie #moviewrap {
    width: 316px;
    position: absolute;
    top: 7px;
    left: 7px;
    background-color: #fff;
}

/* flowinglp 導入の流れ */
#flowinglp.outer {
    background: linear-gradient(#fff, #fff, var(--maincolor));
}

#flowinglp .inner {
    display: flex;
    justify-content: center;
}

#flowinglp section {
    width: calc(100% - 20px);
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
}

#flowinglp article {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    width: calc(100% - 0px);
    padding: 20px;
    position: relative;
    max-width: 700px;
}

#flowinglp article:nth-of-type(1) {
    border-top: 3px solid #000;
    border-radius: 30px 30px 0px 0px;
}

#flowinglp article:last-of-type {
    border-bottom: 3px solid #000;
    border-radius: 0px 0px 30px 30px;
}

#flowinglp h2 {
    margin: 0;
    font-weight: bold;
    font-size: 35px;
    color: var(--maincolor);
    text-shadow: 2px 2px 0 var(--maincolor);
    -webkit-text-stroke: 1px #000;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

#flowinglp h2::before {
    content: "";
    width: 100px;
    height: 22px;
    display: block;
    position: absolute;
    background-image: url(../image/parts/parts19.png);
    left: calc(50% - 50px);
    bottom: 50px;
}

#flowinglp #stepwrap {
    border: 3px solid #000;
    padding: 20px;
    background-color: rgb(249, 245, 208);
}

#flowinglp #stepwrap dl {
    border-bottom: 2px dotted #666;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative;
    min-height: 120px;
}

#flowinglp #stepwrap dl::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: calc(50% - 18px);
    border-right: 18px solid transparent;
    border-bottom: 18px solid #999;
    border-left: 18px solid transparent;
    transform: rotate(180deg);
}

#flowinglp #stepwrap dl:last-of-type {
    border-bottom: none;
}

#flowinglp #stepwrap dl:last-of-type::after {
    display: none;
}

#flowinglp #stepwrap dt {
    color: var(--maincolor);
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    position: relative;
}

#flowinglp #stepwrap dt::before {
    content: "";
    width: 75px;
    height: 90px;
    display: block;
    position: absolute;
    left: -75px;
    top: -5px;
}

#flowinglp #stepwrap #step01 dt::before {
    background-image: url(../image/parts/parts20.png);
}

#flowinglp #stepwrap #step02 dt::before {
    background-image: url(../image/parts/parts21.png);
}

#flowinglp #stepwrap #step03 dt::before {
    background-image: url(../image/parts/parts22.png);
}

#flowinglp #stepwrap #step04 dt::before {
    background-image: url(../image/parts/parts23.png);
}

#flowinglp #stepbottom {
    margin-top: -68px;
    padding-bottom: 0px;
}

#flowinglp #stepbottom div {
    display: flex;
    justify-content: center;
    position: relative;
}

#flowinglp #stepbottom div img {
    width: 100px;
}

#flowinglp #stepbottom div p {
    position: absolute;
    font-weight: bold;
    font-size: 14px;
}

#flowinglp #stepbottom div p:nth-of-type(1) {
    left: calc(50% - 118px);
    top: 52px;
}

#flowinglp #stepbottom div p:nth-of-type(1)::first-letter {
    font-size: 24px;
}

#flowinglp #stepbottom div p:nth-of-type(2) {
    left: calc(50% + 36px);
    top: 60px;
}

/* ↓リボン2 */
#flowinglp article #ribbon2 {
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: -65px;
    left: calc(50% - 50px);
    display: block;
}

#flowinglp article #ribbon2 .ribbonl::before,
#flowinglp article #ribbon2 .ribbonl::after,
#flowinglp article #ribbon2 .ribbonr::before,
#flowinglp article #ribbon2 .ribbonr::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

#flowinglp article #ribbon2 .ribbonl::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid black;
    left: -15px;
}

#flowinglp article #ribbon2 .ribbonl::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid black;
    left: -15px;
}

#flowinglp article #ribbon2 .ribbonr::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid black;
    right: -15px;
}

#flowinglp article #ribbon2 .ribbonr::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid black;
    right: -15px;
}

/* ↑リボン2 */

/* pricelp ご利用料金 */
#pricelp section {
    display: flex;
    justify-content: center;
}

#pricelp h2 {
    margin: 0;
    font-weight: bold;
    font-size: 35px;
    color: var(--maincolor);
    text-shadow: 2px 2px 0 var(--maincolor);
    -webkit-text-stroke: 1px #000;
    position: relative;
    text-align: center;
}

#pricelp h2 span {
    position: relative;
}

#pricelp h2 span#pricelpl::before,
#pricelp h2 span#pricelpl::after,
#pricelp h2 span#pricelpr::before,
#pricelp h2 span#pricelpr::after {
    content: "";
    border-left: 2px solid #000;
    position: absolute;
    display: inline-block;
}

#pricelp h2 span#pricelpl::before {
    height: 40px;
    top: 5px;
    left: -15px;
    transform: rotate(-20deg);
}

#pricelp h2 span#pricelpl::after {
    height: 35px;
    top: 15px;
    left: -25px;
    transform: rotate(-40deg);
}

#pricelp h2 span#pricelpr::before {
    height: 40px;
    top: 5px;
    left: 10px;
    transform: rotate(20deg);
}

#pricelp h2 span#pricelpr::after {
    height: 35px;
    top: 15px;
    left: 20px;
    transform: rotate(40deg);
}

#pricelp .tabs label:last-of-type {
    position: relative;
}

#pricelp .tabs label:last-of-type::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 176px;
    display: block;
    background-image: url(../image/parts/parts26.png);
    top: -164px;
    right: 0px;
    background-size: 100%;
}

#pricelp #pricelpftext {
    width: calc(100% - 200px);
    height: 180px;
    padding: 15px;
    font-weight: bold;
}

#pricelp #tab01_content dl:nth-of-type(3) dt {
    line-height: 25px;
}

/* ↓リボン3 */
#pricelp article {
    position: relative;
    padding-top: 70px;
    max-width: 700px;
}

#pricelp article #ribbon3 {
    position: absolute;
    background-color: #000;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: -20px;
    left: calc(50% - 50px);
    display: block;
}

#pricelp article #ribbon3 .ribbonl::before,
#pricelp article #ribbon3 .ribbonl::after,
#pricelp article #ribbon3 .ribbonr::before,
#pricelp article #ribbon3 .ribbonr::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

#pricelp article #ribbon3 .ribbonl::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid black;
    left: -15px;
}

#pricelp article #ribbon3 .ribbonl::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid black;
    left: -15px;
}

#pricelp article #ribbon3 .ribbonr::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid black;
    right: -15px;
}

#pricelp article #ribbon3 .ribbonr::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid black;
    right: -15px;
}

/* ↑リボン3 */

#pricelp h4 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-indent: 10px;
    border-width: 1px solid #ccc;
    background-color: var(--maincolor);
}

#pricelp .tab_content dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 30px;
}

#pricelp .tab_content dt {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    line-height: 50px;
}

#pricelp .tab_content dd {
    width: 50%;
    text-align: right;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    line-height: 50px;
    color: var(--accentcolor);
    font-weight: bold;
}

/* タブ切り替え */
/*-------タブ切り替え全体のスタイル*/

.tabs label {
    height: 60px;
    line-height: 60px;
}

.tabs label:nth-of-type(2) {
    line-height: 40px;
}

.tabs label small {
    line-height: 14px;
    display: block;
    font-size: 14px;
    color: #565656;
}

.tabs {
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0 auto;

    max-width: 700px;
}

/*-------タブのスタイル*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    background-color: rgb(250, 255, 241);
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.tab_item:first-of-type {
    border-radius: 25px 0px 0px 0px;
}

.tab_item:last-of-type {
    border-right: 2px solid #000;
    border-radius: 0px 25px 0px 0px;
}

.tab_item:hover {
    opacity: 0.75;
}

/*-------ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*-------タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 10px;
    padding-bottom: 30px;
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 0px 0px 20px 20px;
}

/*-------選択されているタブのコンテンツのみを表示*/
#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content,
#tab03:checked~#tab03_content {
    display: block;
}

/*-------選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    background-color: var(--maincolor);
    color: #000;
}

.tabs input:checked+.tab_item small {
    color: #000;
}

@media screen and (min-width: 769px) {

    /*	▼▼▼タブレット(769px以上)▼▼▼ ----------------------------------------------------------------- */
    #functionlp .pointtitle .pointtitlein {
        width: calc(769px - 50px);
    }


    /*	▲▲▲タブレット▲▲▲ ----------------------------------------------------------------- */
}

@media screen and (min-width: 961px) {

    /*	▼▼▼小PC(961px以上)▼▼▼ ----------------------------------------------------------------- */
    #functionlp .pointtitle .pointtitlein {
        width: calc(961px - 50px);
    }

    #main .middle {
        background-image: url(/jichikanlp02/common/image/parts/parts31.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #functionlp .pointtitle .pointtitlein {
        width:700px;
    }

    /*	▲▲▲小PC▲▲▲ ----------------------------------------------------------------- */
}

@media screen and (min-width: 1281px) {

    /*	▼▼▼大画面PC(1281px以上)▼▼▼ ----------------------------------------------------------------- */


    /*	▲▲▲大画面PC▲▲▲ ----------------------------------------------------------------- */
}