@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
html, body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
a:link {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
    text-decoration: none;
    color: #000;
}
p, ul li, ol li, table, dt, dd {
    line-height: 1.6em;
    text-align: left;
    font-weight: bold;
}
hr {
    margin: 100px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.wrapper {
    width: 100%;
}
header, .global {
    max-width: 1600px;
    margin: 0 auto;
}
.wrap, .contents {
    max-width: 1200px;
    margin: 0 auto;
}
header {
    padding: 20px 0px 0px 5px;
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 70px;
}
h1 {
    width: 300px;
    height: 35px;
    margin: 10px auto 10px;
    z-index: 9999;
    float: left;
}
h1 a {
    width: 300px;
    height: 35px;
    display: block;
    background: url("../image/logo2.svg");
    background-size: 300px 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.topimage {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    background: url("../image/slide0.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    height: calc(100vh - 70px)
}
.topimage .toplogo {
    max-width: 600px;
    display: block;
    margin: 100px auto;
    filter: brightness(0) invert(1);
}
.slickwrap {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
}
.slickwrap img.medals {
    bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
img.omoi {
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translateX(-50%);
    margin: auto;
    display: none;
}
.slickwrap div.fade {
    outline: none;
    height: calc(100vh - 120px);
}
.slick div.fade:nth-child(1) {
    background: url("../image/slide1.jpg") no-repeat center center;
    background-size: cover;
}
.slick div.fade:nth-child(2) {
    background: url("../image/slide2.jpg") no-repeat center center;
    background-size: cover;
}
.page_ttl {
    border-top: 1px solid #fff;
    padding: 50px 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.stock {
    background: url("../image/ttl_stock.jpg") no-repeat center center;
    background-size: cover;
}
.btn a {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 90% !important;
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 10px 0px;
    width: 200px;
    position: relative;
    border: 1px solid #000;
    text-align: center;
    background: #000;
    max-width: 100%;
}
.btn a:hover {
    background: #fff;
    color: #000;
}
.btn i {
    position: absolute;
    right: 10px;
    top: 16px;
}
.txleft {
    text-align: left;
}
.txright {
    text-align: right;
}
.txcenter {
    text-align: center;
}
.floatbox {
    width: 70%;
    margin: 0px auto;
}
.flexbox {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.flex-start {
    align-items: flex-start !important;
}
.flexbox .box33 {
    width: 33%;
}
.flexbox .box20 {
    width: 20%;
}
.flexbox .box25 {
    width: 25%;
}
.flexbox .box30 {
    width: 30%;
}
.flexbox .box33 {
    width: 33.333%;
}
.flexbox .box40 {
    width: 40%;
}
.flexbox .box50 {
    width: 50%;
}
.flexbox .box60 {
    width: 60%;
}
.flexbox .box70 {
    width: 70%;
}
.flexbox .box75 {
    width: 75%;
}
.flexbox .box80 {
    width: 80%;
}
.flexbox div {
    box-sizing: border-box;
    position: relative;
}
.boxpadding {
    padding: 30px 20px;
}
.color {
    color: #109D9C;
}
.space {
    padding: 100px 0px !important;
}
footer .contents {
    padding: 50px 0px !important;
}


h2 {
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: relative;
}
h2::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    height: 2px;
    width: 80%;
    max-width: 280px;
    background-color: #000;
}
.blue {
    background: #ececec;
    position: relative;
    margin-bottom: 80px;
}

.blue::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-color: #ececec transparent transparent transparent;
}
.balloon {
    position: relative;
    display: inline-block;
    margin: 1.8rem 0;
    padding: 7px 10px;
    color: #000;
    background: #ccc;
    border: solid 3px #fff;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
}
.balloon::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #ccc;
    z-index: 2;
}
.balloon::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #fff;
    z-index: 1;
}
.balloon p {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
}
.ttl {
    font-size: 24px;
}
.catchy {
    font-size: 18px;
}
.pen {
    background: linear-gradient(transparent 60%, #ccc 60%);
}
.layouts {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 2px;
    background-color: #fff;
    margin-bottom: 50px;
}
.layouts table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.layouts table tbody tr {
    border-top: 2px solid #000;
}
.layouts table tbody tr:first-child {
    border-top: none;
}
.layouts table tbody tr th, .layouts table tbody tr td {
    padding: 1% 3%;
}
@media screen and (max-width: 768px) {
    .layouts {
        width: 94%;
        margin: 0 auto;
    }
    .layouts table tbody tr th, .layouts table tbody tr td {
        padding: 2%;
    }
}
.layouts table tbody tr th p, .layouts table tbody tr td p {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .layouts table tbody tr th p, .layouts table tbody tr td p {
        font-size: 15px;
    }
}
.layouts table tbody tr td {
    border-left: 2px solid #103e97;
    font-weight: 700;
    padding: 2%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .layouts table tbody tr td em img {
        max-width: 20px;
    }
}
.layouts table tbody tr td .table-logo img {
    width: 80% !important;
}
.layouts table tbody tr td span {
    padding-top: 6%;
    display: block;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .layouts table tbody tr td span {
        font-size: 12px;
        line-height: 14px;
    }
}
.layouts table tbody tr td.other {
    background-color: #fff;
    border-right: none;
    border-left: none;
}
.layouts table tbody tr td.other p {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .layouts table tbody tr td.other p {
        font-size: 14px;
    }
}
.layouts dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}
.layouts dt {
    width: 25%;
    padding: 20px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #103e97;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layouts dd {
    width: 75%;
    padding: 20px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #103e97;
}
.layouts dt:last-of-type, .layouts dd:last-of-type {
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .layouts dt {
        width: 100%;
        font-size: 15px;
    }
    .layouts dd {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 2px solid #103e97;
        font-size: 15px;
    }
}
footer {
    text-align: center;
}
footer ul {
    padding: 0px;
    margin: 50px auto;
}
footer h3 {
    width: 190px;
    height: 55px;
    margin: 50px auto;
}
footer h3 a {
    width: 190px;
    height: 55px;
    display: block;
    background: url("../image/toplogo.svg");
    background-size: 190px 55px;
    background-position: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
footer ul li {
    text-align: center;
    margin: 0px;
    font-size: 80%;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
footer ul li + li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    height: 10px;
    margin: -4px 0px 0px -12px;
    border-right: 1px solid #707070;
}
dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
dl dt {
    padding: 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    margin: 0;
    font-weight: normal;
}
dl dd {
    padding: 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    margin: 0;
}
dl.prof dt {
    width: 20%;
}
dl.prof dd {
    width: 80%;
    text-align: left;
}
dl.prof dd span {
    width: 80px;
    margin-right: 10px;
    display: inline-block;
}
.contactform dl dt {
    width: 25%;
    padding: 20px;
}
.contactform dl dd {
    width: 75%;
    text-align: left;
    padding: 20px;
}
.contactform dl dt:nth-of-type(odd), .contactform dl dd:nth-of-type(odd) {
    background-color: #1a1a1a;
}
.timeline {
    width: 96%;
    max-width: 900px;
    margin: 28px auto;
}
.timeline-list {
    padding: 40px 0;
}
.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}
.timeline-list-item .content {
    position: relative;
    width: 100%;
    padding: 0 20px 60px 30px;
    border-left: 1px solid #103e97;
}
.timeline-list-item .content h3 {
    padding-top: 0;
    margin-top: 0;
}
.timeline-list-item:last-child .content {
    border-left: none;
    padding: 0 20px 0px 30px;
}
.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 10px;
}
@media (max-width: 1000px) {
    .onlypc, header p {
        display: none !important;
    }
    .wrapper {
        padding-top: 70px;
    }
    header {
        height: 70px;
        background: #fff;
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        padding: 0px;
    }
    .slick div.fade {
        background-size: cover !important;
    }
    .slickwrap {
        padding: 0px 0px;
    }
    .slickwrap div.fade {
        outline: none;
        height: calc(100vh - 70px) !important;
    }
    .slickwrap img.medals {
        width: 100%;
    }
    .slickwrap img.omoi {
        display: none;
    }
    footer h3 {
        position: relative;
        margin: 0 auto;
    }
    #navTgl {
        display: none;
    }
    label.close {
        background-color: rgba(0, 0, 0, 0);
    }
    label.open, label.close {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
    }
    .open {
        z-index: 2;
        width: 70px;
        height: 70px;
        margin: 0px;
        -webkit-transition: background-color .6s, -webkit-transform .6s;
        transition: background-color .6s, transform .6s;
    }
    .open span {
        position: absolute;
        left: 20px;
        height: 1px;
        width: 30px;
        background-color: #000;
        display: inline-block;
        box-sizing: border-box;
        transition: background-color .6s, transform .6s;
    }
    .open span:nth-of-type(1) {
        top: 20px;
    }
    .open span:nth-of-type(2) {
        top: 30px;
    }
    .open span:nth-of-type(3) {
        top: 40px;
    }
    .open span:nth-of-type(4) {
        font-size: 10px;
        top: 50px;
        color: #000;
        background-color: transparent;
    }
    #navTgl:checked + .open {
        -webkit-transform: translate(-280px, 0px);
        transform: translateX(-280px, 0px);
        background-color: transparent;
    }
    #navTgl:checked + .open span:nth-of-type(1) {
        -webkit-transform: translate(0px, 10px)rotate(45deg);
        transform: translateX(0px, 10px) rotate(45deg);
        background-color: #fff;
    }
    #navTgl:checked + .open span:nth-of-type(2) {
        -webkit-transform: translate(0px, 0px)rotate(45deg);
        transform: translateX(0px, 0px) rotate(45deg);
        background-color: #fff;
    }
    #navTgl:checked + .open span:nth-of-type(3) {
        -webkit-transform: translate(0px, -10px)rotate(-45deg);
        transform: translateX(0px, -10px) rotate(-45deg);
        background-color: #fff;
    }
    #navTgl:checked + .open span:nth-of-type(4) {
        display: none;
    }
    .close {
        pointer-events: none;
        z-index: 1;
        width: 100%;
        height: 100%;
        transition: background-color .6s;
    }
    #navTgl:checked ~ .close {
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .menu {
        z-index: 9999;
        position: fixed;
        top: 0;
        right: 0;
        width: 280px;
        height: 100%;
        background-color: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .6s;
        transition: transform .6s;
    }
    #navTgl:checked ~ .menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .menu p {
        text-align: left;
    }
    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }
    .menu li a {
        font-size: 100%;
        display: block;
        text-align: left;
        padding: 0.6em 1em;
        text-decoration: none;
        transition: background-color .6s;
    }
    .menu li a:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }
    .menu li ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
    }
    .menu li {
        border-bottom: 1px solid #000;
    }
    .menu li a {
        font-size: 100%;
        display: block;
        text-align: left;
        padding: 0.6em 1em;
        text-decoration: none;
        transition: background-color .6s;
		color: #000;
    }
    .menu li a:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }
    .menu li ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
    }
    .menu ul li.h_top {
        border-bottom: none;
        font-size: 100%;
        display: block;
    }
    .menu ul li.h_top a {
        padding: 0.6em 1em;
		display:inline-block;
    }
    .menu li.sns a {
        width: 50%;
        display: inline-block;
        margin: 0;
        padding: 0.6em 0em;
    }
    .menu li.sns a {
        text-align: center !important;
    }
	span.time{
		font-size: 80%;
	}
	span.phone{
		display: block;
	}
    .menu_wrap {
        display: none;
    }
    div.inq {
        position: absolute;
        right: 70px;
        top: 0px;
    }
    div.inq a {
        background: #f3e0ee;
        width: 70px;
        height: 70px;
        display: block;
        color: #000;
    }
    div.inq a i {
        font-size: 28px;
        position: absolute;
        top: 18px;
        left: 20px;
    }
    div.inq span {
        position: absolute;
        bottom: 5px;
        left: 15px;
        font-size: 10px;
    }
    .floatbox {
        width: 94%;
    }
    .contents, .flexbox {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    footer .box {
        width: 100% !important;
    }
    footer .box p {
        text-align: center;
    }
    footer ul {
        float: none;
        margin: 0px auto;
        max-width: 90%;
    }
    copy {
        float: none;
        clear: none;
        text-align: center !important;
        width: 100%;
        margin: 20px auto;
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .slickwrap div.fade {
        outline: none;
    }
    .spbox100 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .spbox50 {
        width: 48% !important;
        margin: 10px 1%;
    }
    .box img {
        width: 100%;
    }
    .leftbtn a {
        margin-left: auto;
    }
    .contactform dl {
        width: 100%;
        display: block;
        flex-wrap: wrap;
    }
    .contactform dl dt, .contactform dl dd {
        width: 100%;
    }
    .box_head {
        padding: 30px 2%;
    }
}
@media (min-width: 1000px) {
    .onlysp {
        display: none;
    }
    #navTgl, label.close, label.open {
        display: none;
    }
    header p {
        position: absolute;
        left: 3px;
        top: 3px;
        font-size: 70%;
        padding: 0;
        margin: 0;
    }
    ul.global {
        list-style: none;
        position: relative;
        top: 18px;
    }
    ul.global li {
        text-align: center;
        margin: 0px;
        font-size: 100%;
        display: inline-block;
        position: relative;
    }
    ul.global li a {
        text-decoration: none;
        padding: 10px 20px;
    }
    ul.h_top {
        top: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        width: 300px;
        border: none;
        color: #000;
        list-style: none;
    }
    ul.h_top li {
        text-align: center;
        padding: 2px
    }
    ul.h_top li span {
        display: block;
    }
    ul.h_top li span.phone {
        font-size: 260%;
        padding: 3px 0px;
        font-family: 'Crimson Text', serif;
        font-weight: normal;
    }
    footer .contents {
        padding: 50px 0px !important;
    }
    .grey {
        background: #ececec;
    }
    .fire1 {
        background: url("../image/fire1.jpg") center center;
        padding: 50px 0px;
        background-size: 100% auto;
    }
}
ul.h_top li span.phone i {
    font-size: 18px;
    padding-right: 10px;
}
ul.h_top li a {
    display: block;
    color: #000;
}
@media (max-width: 1300px) {
    ul.global li a {
        padding: 10px 5px;
    }
    h1 {
        width: 225px;
        height: 45px;
		margin-left: 5px!important;
    }
    h1 a {
        width: 225px;
        height: 45px;
        display: block;
        background: url("../image/toplogo.svg");
        background-size: 225px 45px;
    }
}

ul.global li + li:before {
    position: absolute;
    display: block;
    content: "";
    top: 6px;
    height: 10px;
    border-right: 1px solid #000;
}
ul.global li.active {
    position: relative;
}
ul.global li.active::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 50px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
}
@media (min-width: 768px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}

copy {
    font-size: 80%;
    margin: 50px auto 0px;
}
/* editor */
.entry {
    text-align: left;
    padding: 20px 5px;
    box-sizing: border-box;
    width: 100%;
}
.entry .entrytitle {
    border-bottom: 1px solid #27201d;
    padding: 10px 0px
}
.entry .entrytitle span {
    font-size: 60%;
    float: right;
    font-weight: normal;
    color: #27201d;
}
.entry strong {
    font-weight: bold;
}
.entry em {
    font-style: italic;
}
.entry h2 {
    font-size: 20px;
    color: #fff;
    background-color: #32bebe;
    padding: 5px;
    margin: 30px 0 15px;
    line-height: 1.4;
}
.entry h3 {
    font-size: 18px;
    color: #474747;
    border-bottom: 1px solid #32bebe;
    padding: 5px;
    margin: 30px 0 15px;
    line-height: 1.4;
}
.entry h4 {
    font-size: 17px;
    padding: 5px;
    margin: 15px 0 10px;
    line-height: 1.3;
}
.entry h5 {
    font-size: 17px;
    padding: 5px;
    margin: 10px 0 5px;
    line-height: 1.2;
}
.entry h6 {
    font-size: 17px;
    padding: 5px;
    margin: 5px 0 5px;
    line-height: 1.1;
}
.entry small {
    font-size: 80%;
}
.entry code, .entry kbd, .entry pre, .entry samp {
    font-family: monospace, monospace;
}
.entry b, .entry strong {
    font-weight: bolder;
}
.entry em {
    font-style: italic;
}
.entry pre {
    margin: 1em 0;
    padding: 1em;
    border-radius: 5px;
    background: #e4f8f8;
    color: #474747;
    white-space: pre-wrap;
}
.entry blockquote {
    position: relative;
    margin: 1em 0;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
.entry blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.entry blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.entry blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entry code {
    display: inline-block;
    padding: 0.1em 0.25em;
    color: #444;
    background-color: #efefef;
    border-radius: 3px;
}
.entry textarea {
    overflow: auto;
    resize: vertical;
}
.entry ul, .entry ol {
    background: #fcfcfc;
    padding: 0.5em 0.5em 0.5em 2em;
    border: solid 1px #efefef;
    margin: 1em 0;
}
.entry ul li, .entry ol li {
    line-height: 1.5; /*文の行高*/
    padding: 0.5em 0; /*前後の文との余白*/
}
.entry ul li {
    list-style-type: disc;
}
.entry ol li {
    list-style-type: decimal;
}
/* img */
.entry .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry .alignright {
    float: right;
}
.entry .alignleft {
    float: left;
}
.entry img[class*="wp-image-"], .entry img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
.entry .clearfix {
    overflow: hidden;
    zoom: 1;
}
.entry .clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.navPage {
    padding: 30px 0px;
    width: 100%;
    margin: 20px 0px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.navPage a {
    background-color: #000;
    color: #FFF;
    padding: 10px;
    display: block;
}
.prev {
    max-width: 48%;
    float: left;
    text-align: left;
}
.next {
    max-width: 48%;
    float: right;
    text-align: right;
}
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 80%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], select, textarea {
    background-color: #373737;
    width: 100%;
    color: #fff !important;
    border: none !important;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-sizing: border-box;
}
.is--must {
    background: #000;
    color: #fff;
    padding: 2px 3px;
    margin: 0px 0px 0px 10px;
    font-size: 80%;
}
.wpcf7c-conf, .wpcf7c-conf:focus {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    box-sizing: border-box;
}
.wpcf7-text:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    position: relative !important;
    font-size: 12pt !important;
    line-height: 1.5em !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    border: none !important;
    color: rgba(255, 255, 255, 1.00) !important;
    padding: 10px 0px !important;
    margin: 10px 20px !important;
    width: 240px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    background: #000 !important;
    cursor: pointer !important;
}
@media screen and (max-width: 768px) {
    input[type="submit"], input[type="button"] {
        margin: 10px 10% !important;
        width: 80% !important;
    }
}