@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://unpkg.com/lenis@1.3.3/dist/lenis.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*---------------------------------------------------------
    Theme Name: Radical Ad - 2
    Description: ラディカルアド コーポレートサイト用 wordpressテーマ
    Theme URI: http://radicalad.co.jp/
    Version: 2.0
---------------------------------------------------------*/

/****************************************

    /* CSS Reset

*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

/****************************************

    /* 共通設定

*****************************************/

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 500;
    color: #111;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {

body {
    font-size: 14px;
}

}

h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: 600;
}

a {
    color: #111;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    color: #666;
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .75;
    opacity: .75;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/****************************************

    /*

*****************************************/

.sp {
    display: none;
}

@media screen and (max-width: 800px) {

.pc {
    display: none;
}

.sp {
    display: block;
}

}

.btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #000;
    margin: 1em 0;
    padding: .25em 2em;
    position: relative;
}

.btn::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/****************************************

    /* main

*****************************************/

main {
    width: 100%;
}

main > section,
main > footer {
    padding-top: 4%;
    padding-left: 6%;
    padding-bottom: 4%;
    padding-right: calc(200px + 6%);
}

@media screen and (max-width: 1000px) {

main > section,
main > footer {
    padding-top: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    padding-right: 6%;
}

}

/****************************************

    /* nav

*****************************************/

nav {
    width: 200px;
    height: 300px;
    padding: 30px 20px;
    position: fixed;
    top: 0;
    right: 0;
}

nav ul {
    margin: 10px 0 0;
}

nav ul li {
    text-align: right;
    line-height: 14px;
    padding: 6px 0;
}

nav ul li a {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
}

@media screen and (max-width: 1000px) {

nav {
    display: none;
}

}

/****************************************

    /* dxLink

*****************************************/

#dxLink {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

#dxLink a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #fff;
    outline-offset: -3px;
    background: #000;
    padding: .5em 2em;
    position: relative;
}

#dxLink a::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/****************************************

    /* header

*****************************************/

header {
    display: none;
}

@media screen and (max-width: 1000px) {

header {
    display: block;
    padding: 6% 4% 0;
}

header img {
    display: block;
    width: 50%;
    max-width: 320px;
    margin: 0 auto;
}

}

@media screen and (max-width: 800px) {

header {
    padding: 8% 4% 2%;
}

}


/****************************************

    /* mainVisual

*****************************************/

#mainVisual {
}

#mainVisual .image {
    position: relative;
    overflow: hidden;
}

#mainVisual #video {
    position: absolute;
    z-index: -1;
    top: -17%;
    left: -25%;
    min-height: 100%;
    min-width: 150%;
}

#mainVisual .image img {
    display: block;
}

#mainVisual dl {
    display: table;
    width: 100%;
    margin: 4% 0 0;
}

#mainVisual dt,
#mainVisual dd {
    display: table-cell;
    vertical-align: middle;
}

#mainVisual dt {
    width: 30%;
    padding-right: 6%;
}

#mainVisual dt img {
    width: 100%;
}

#mainVisual dd {
    width: 70%;
    font-size: clamp(14px, 1.2vw, 22px);
    font-weight: 600;
}

@media screen and (max-width: 800px) {

#mainVisual dt {
    display: none;
    margin: 6% 0 0;
}

#mainVisual dd {
    width: 100%;
}

}


/****************************************

    /* 見出し

*****************************************/

.label span {
    display: inline-block;
    color: #fff;
    font-size: clamp(10px, 1vw, 12px);
    line-height: 1;
    background: #000;
    padding: .25em 1em;
}

.hl-01 {
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 600;
    margin: 0 0 .5em;
}

.hl-02 {
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 600;
    margin: 0 0 .5em;
}

/****************************************

    /* service

*****************************************/

#service {
}

#service .gptp .flex {
    display: flex;
}

#service .gptp .flex > div {
    flex: 1;
}

#service .gptp .flex .text {
    flex-grow: 1.4;
    padding-left: 6%;
}

#service .gptp dl {
    display: table;
    width: 100%;
    margin: 1em 0;
}

#service .gptp dt,
#service .gptp dd {
    display: table-cell;
    vertical-align: middle;
}

#service .gptp dt {
    width: 25%;
    font-weight: 600;
    position: relative;
}

#service .gptp dt span {
    display: inline-block;
    width: 8em;
    text-align: center;
    border: 2px solid;
    background: #fff;
    position: relative;
    z-index: 10;
}

#service .gptp dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
}

#service .gptp dd {
    width: 75%;
    padding-left: 1em;
}

#service .service {
    display: flex;
    margin: 6% -3%;
}

#service .service .container {
    flex: 1;
    position: relative;
    padding: 0 3%;
}

#service .service .container::after {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 800;
    line-height: 1;
    position: absolute;
    top: 1.4%;
    left: 12%;
}

#service .service .container:nth-child(1)::after {
    content: "01";
}
#service .service .container:nth-child(2)::after {
    content: "02";
}
#service .service .container:nth-child(3)::after {
    content: "03";
}

#service .service .container h3 {
    padding-left: 2.4em;
    border-bottom: 2px solid;
}

#service .service .container img {
    display: block;
    width: 40%;
    margin: 2em auto;
}

#service .service .container ul {
}

#service .service .container ul li {
    font-weight: 600;
    border-left: 4px solid;
    background: #f7f7f7;
    padding: .5em 1.5em;
    margin: 2% 0;
}

#service .service .container ul li::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    margin: 0 1em 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#service .service .container p {
    margin: 1em 0 0;
}

#service .check .flex {
    display: flex;
    align-items: center;
}

#service .check .flex > div {
    flex: 1;
}

#service .check .flex .text {
    flex-grow: 4;
    padding-left: 6%;
}

@media screen and (max-width: 800px) {

#service {
}

#service .gptp .flex {
    flex-direction: column;
}

#service .gptp .flex > div {
    flex: 1;
}

#service .gptp .flex .image img {
    display: block;
    width: 60%;
    max-width: 480px;
    margin: 0 auto 4%;
}

#service .gptp .flex .text {
    padding-left: 0;
}

#service .gptp dl {
    display: block;
}

#service .gptp dt,
#service .gptp dd {
    display: block;
}

#service .gptp dt {
    width: 100%;
}

#service .gptp dd {
    width: 100%;
    margin: 1em 0 0;
    padding-left: 0;
}

#service .service {
    flex-direction: column;
    margin: 6% 0;
}

#service .service .container {
    margin: 6% 0;
    padding: 0;
}

#service .service .container::after {
    position: absolute;
    top: 1%;
    left: 0;
}

#service .service .container h3 {
    padding-left: 2em;
}

#service .service .container img {
    width: 30%;
    max-width: 240px;
}

#service .check .flex {
    flex-direction: column;
}

#service .check .flex > div {
    width: 100%;
}

#service .check .flex .image img {
    display: block;
    width: 25%;
    max-width: 160px;
}

#service .check .flex .text {
    flex-grow: 4;
    margin: 4% 0 0;
    padding-left: 0;
}

}

/****************************************

    /* youtube

*****************************************/

#youtube {
}

#youtube .flex {
    display: flex;
}

#youtube .flex > div {
    flex: 1;
}

#youtube .flex .text {
    flex-grow: 1.4;
    padding-right: 6%;
}

@media screen and (max-width: 800px) {

#youtube .flex {
    flex-direction: column;
}

#youtube .flex .text {
    margin: 0 0 2em;
    padding-right: 0;
}

#youtube .flex .image img {
    display: block;
    width: 75%;
    max-width: 540px;
    margin: 0 auto;
}

}

/****************************************

    /* message

*****************************************/

#message {
}

#message .flex {
    display: flex;
    align-items: center;
}

#message .flex > div {
    flex: 1;
}

#message .flex .text {
    flex-grow: 1.4;
    padding-right: 6%;
}

#message .flex .text p {
    margin: 2em 0;
}

#message .flex .text p.sign {
    text-align: right;
}

#message .flex .text p.sign img {
    width: 20%;
    min-width: 100px;
    margin-left: .5em;
}

@media screen and (max-width: 800px) {

#message {
}

#message .flex {
    flex-direction: column-reverse;
}

#message .flex .text {
    margin: 6% 0 0;
    padding-right: 0;
}

}

/****************************************

    /* message

*****************************************/

#company {
}

#company ul {
    display: flex;
    margin: -2em 0 0;
}

#company ul li {
    flex: 1;
}

#company ul li dl {
    margin: 2em 0 0;
    overflow: hidden;
}

#company ul li dl dt {
    width: 20%;
    float: left;
}

#company ul li dl dt span {
    color: #fff;
    background: #000;
    padding: 0 1em;
    border-radius: 2em;
}

#company ul li dl dd {
    width: 78%;
    float: right;
}

@media screen and (max-width: 800px) {

#company {
}

#company ul {
    flex-direction: column;
}

#company ul li dl dt {
    width: 30%;
}

#company ul li dl dt span {
    display: block;
    text-align: center;
    padding: 0;
}

#company ul li dl dd {
    width: 64%;
}

}

/****************************************

    /* access

*****************************************/

#access {
}

#access .flex {
    display: flex;
    align-items: center;
}

#access .flex > div {
    flex: 1;
}

#access .flex .map {
    padding-left: 6%;
}

.ggmap {
    height: 0;
    padding-bottom: 54%;
    position: relative;
    overflow: hidden;
}

.ggmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 800px) {

#access .flex {
    flex-direction: column;
}

#access .flex > div {
    width: 100%;
}

#access .flex .map {
    margin: 2em 0 0;
    padding-left: 0;
}

}

/****************************************

    /* contact

*****************************************/

#contact {
}

/****************************************

    /* footer

*****************************************/

footer {
    background: #f7f7f7;
    font-size: clamp(10px, .8vw, 14px);
}

@media screen and (max-width: 800px) {

footer {
    padding-bottom: calc(4em + 6%)!important;
}

}

/****************************************

    /* dxPlan

*****************************************/

#dxPlan {
    text-align: left;
}

#dxPlan .text h3 {
    margin: 2em 0 .5em;
}

#dxPlan .text h4 {
    background: #f7f7f7;
    margin: 2em 0 0;
    padding: .5em;
}

#dxPlan .text p {
    margin: 2em 0;
    font-size: clamp(14px, 1vw, 18px);
}

/****************************************

    /* モーダル

*****************************************/

html.remodal-is-locked {
    overflow: hidden;
}

.remodal,
[data-remodal-id] {
    visibility: hidden;
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-transform: translateZ(0px);
}

.remodal {
    position: relative;
    display: inline-block;
}

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s ease-out;
    -moz-transition: -moz-filter 0.2s ease-out;
    -o-transition: -o-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
}

body.remodal-is-active .remodal-bg {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
}

.remodal-overlay {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
}

body.remodal-is-active .remodal-overlay {
    opacity: 1;
}

.remodal {
    width: 100%;
    min-height: 100%;
    padding: 6%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    background: #fff;
    background-clip: padding-box;
}

body.remodal-is-active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

.remodal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.remodal-close:after {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 32px;
    line-height: 40px;
    display: block;
    content: "×";
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.remodal-close:hover,
.remodal-close:active {
    background: #000;
}

.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
    color: #fff;
}


/****************************************

    /* ダウンロードページ

*****************************************/

/* ==========================================
    # シングルページ
============================================= */

body main.single {
    font-family: 'Roboto', 'Noto Sans JP', Meiryo, sans-serif;
    font-size: clamp(16px, 1vw, 20px);
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
    color: var(--baseC);
    line-height: 1.8;
    background: #fff;
}

@media (width < 840px) {

body main.single {
    font-size: 2.4vw;
}

}

@media (width < 480px) {

body main.single {
    font-size: 3.8vw;
}

}

.single .container {
    width: min(100% - 3em, 1000px);
    margin-inline: auto;
    position: relative;
}

#single-title {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative;
}

@media (width < 480px) {

#single-title {
    padding-top: 3em;
    padding-bottom: 1em;
}

}

#single-title .container::before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background: var(--accentC);
    position: absolute;
    top: 0;
    left: -8%;
}

@media (width < 480px) {

#single-title .container::before {
    display: none;
}

}

#single-title h1 {
    width: 14.8%;
    min-width: 228px;
    max-width: 256px;
    margin: 0 0 2em;
}

@media (width < 480px) {

#single-title h1 {
    width: 50%;
    min-width: auto;
    max-width: auto;
    margin: 0 0 2em;
}

}

/* # シングルページタイトル - アイコン
============================ */

#contact #single-title .container {
    background: url(images/download/contact-single-title.svg) no-repeat right center / auto 100%;
}

#download #single-title .container {
    background: url(images/download/download-single-title.svg) no-repeat right center / auto 100%;
}

@media (width < 840px) {

#contact #single-title .container {
    background: url(images/download/contact-single-title.svg) no-repeat right top / 16% auto;
}

#download #single-title .container {
    background: url(images/download/download-single-title.svg) no-repeat right top / 16% auto;
}

}

/* ==========================================
    # 変数
============================================= */

:root {
/* color */
    --baseC: #333;
    --halfC: #888;
    --accentC: #971;
    --thinC: #f6f6f6;
}

/* ==========================================
    # 見出し
============================================= */

.hl-01 {
    font-size: clamp(40px, 3.2vw, 58px);
    line-height: 1.3;
}

.hl-02 {
    font-size: clamp(36px, 2.5vw, 48px);
}

.hl-03 {
    font-size: clamp(32px, 2.2vw, 42px);
}

.hl-04 {
    font-size: clamp(28px, 1.9vw, 36px);
}

.hl-05 {
    font-size: clamp(20px, 1.3vw, 24px);
}

@media (width < 840px) {

.hl-01 {
    font-size: 4.8vw;
}

.hl-05 {
    font-size: 2.4vw;
}

}

@media (width < 480px) {

.hl-01 {
    font-size: 8vw;
}

.hl-05 {
    font-size: 3.8vw;
}

}

/* ==========================================
    # ラベル
============================================= */

.label-01 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 1em;
}

.label-01 strong {
    display: inline-block;
    color: var(--accentC);
    font-size: 36px;
    border-right: 2px solid var(--baseC);
    margin: 0 .5em 0 0;
    padding: 0 .5em 0 0;
}

@media (width < 480px) {

.label-01 {
    font-size: 18px;
}

.label-01 strong {
    font-size: 26px;
}

}

/* ==========================================
    # ラベル
============================================= */

.pdf-list {
    display: flex;
    flex-flow: wrap;
    width: min(100% - 3em, 1000px + 2em);
    margin-inline: auto;
    position: relative;
    padding: 0 0 4em;
}

.pdf-list li {
    width: 33.3333%;
    padding: 1em;
}

.pdf-list li h2 {
    margin: .75em 0 .25em;
}

.pdf-list li h2::before {
    font-family: FontAwesome;
    content: "\f058";
    color: #971;
    margin: 0 .5em 0 0;
}

.pdf-list li a.imgLink {
    display: block;
    box-shadow: 5px 5px 0 #ddd;
}

.pdf-list li a.imgLink img {
    display: block;
    border-radius: 3px;
}

.pdf-list li p {
    font-size: 80%;
}

.pdf-list li a.btnLink {
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #222;
    margin: .75em auto 0;
    padding: .25em 0;
    border-radius: 3px;
}

.pdf-list li a.btnLink:hover {
    background: #444;
}

@media (width < 840px) {

.pdf-list li {
    width: 50%;
    padding: 1em;
}

}

@media (width < 480px) {

.pdf-list li {
    width: 100%;
    padding: 1em;
}

.pdf-list li h2 {
    font-size: 110%;
    margin: 1em 0 .25em;
}

.pdf-list li p {
    font-size: 90%;
}

.pdf-list li a.btnLink {
    padding: .75em 0;
}

}





form {
    display: flex;
    flex-flow: wrap;
    width: min(100% - 3em, 1000px + 1em);
    margin-inline: auto;
    position: relative;
    padding: 0 0 4em;
}

form dl {
    width: 50%;
    padding: .5em;
}

form dl.textbox {
    width: 100%;
}

.single #mailform form {
    padding: 0 0 4em!important;
}


@media (width < 480px) {

.single #mailform form {
    display: flex;
    flex-flow: wrap;
    width: min(100% - 3em, 1000px);
    margin-inline: auto;
    position: relative;
}

form dl {
    width: 100%;
    padding: .5em 0;
}

form dl.textbox {
    width: 100%;
}

}

/* =================================================================
    # メールフォーム
================================================================= */

::-webkit-input-placeholder {
    color:#ccc;
}

/* # レイアウト
============================ */


#mailform form dl dt {
    font-weight: 600;
    position: relative;
    margin: 0 0 .25em;
}

#mailform form dl dt span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0 1em 0 0;
    padding: .5em .75em;
    border-radius: 3px;
}

#mailform form dl dt span.must {
    background: #e44;
}

#mailform form dl dt span.any {
    background: #aaa;
}

#mailform form dl dd {
}

@media screen and (max-width: 800px) {

#mailform form {
    padding: 0 20px;
}

}

/* # パーツ
============================ */

#mailform form input,
#mailform form textarea,
#mailform form select {
    width: 100%;
    font-family: 'Roboto', 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 1em;
    outline: none;
    border-radius: 5px;
}

#mailform form input:focus,
#mailform form select:focus,
#mailform form textarea:focus {
    outline: 1px solid;
    outline-offset: -1px;
    background: #fff;
}

#mailform form select {
    background: url("images/form-select.svg") no-repeat right center #fff;
    background-size: 50px 35px;
    cursor: pointer;
}

#mailform form textarea {
    height: 200px;
}

.wpcf7-checkbox,
.wpcf7-radio {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

#mailform form .wpcf7-list-item {
    position: relative;
}

#mailform form .wpcf7-list-item input {
    position: absolute;
}

#mailform form input[type="radio"],
#mailform form input[type="checkbox"] {
    opacity : 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#mailform form input[type="radio"] + span,
#mailform form input[type="checkbox"] + span {
    display: block;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    background-size: 50px 35px;
    border-bottom: 1px dashed #ddd;
    padding: 1em 1em 1em 3em;
}

#mailform form .wpcf7-list-item:last-child span {
    border-bottom: none;
}

#mailform form input[type="radio"] + span {
    background-image: url("images/form-radio_off.svg");
}

#mailform form input[type="radio"]:checked + span {
    background-image: url("images/form-radio_on.svg");
}

#mailform form input[type="checkbox"] + span {
    background-image: url("images/form-check_off.svg");
}

#mailform form input[type="checkbox"]:checked + span {
    background-image: url("images/form-check_on.svg");
}

#mailform form input[type="radio"]:hover + span,
#mailform form input[type="checkbox"]:hover + span {
    background-color: #f5f5f5;
}

#mailform form .submitWrap {
    width: 100%;
    text-align: center;
    margin: 1em 0 0;
}

#mailform form input[type="submit"] {
    display: inline-block;
    width: 320px;
    color: #fff;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #222;
    padding: 1em;
    position: relative;
    top: 0;
    border-radius: 5px;
    -webkit-transition-duration:0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

#mailform form input[type="submit"]:hover {
    background-color: #444;
}

@media screen and (max-width: 800px) {

#mailform form input,
#mailform form textarea,
#mailform form select {
    padding: 1em;
}

#mailform form input[type="submit"] {
    width: 86%;
}

}

@media screen and (max-width: 480px) {

#mailform form input[type="submit"] {
    font-size: 16px;
}


}

.subject {
    display: none;
}
