@charset 'UTF-8';

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.footer {
    display: none;
}

.content_title::after {
    border-bottom: 2px solid #fff;
}

.mv_02 {
    position: relative;
}

.mv_02 h1 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 49%;
    color: #fff;
}

.feature_content ul li h2 {
    font-size: 30px;
    text-align: left;
    letter-spacing: 3px;
    line-height: 1;
    margin-left: 10px;
    color: #1d236f;
}

.feature_content ul li p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}

.inner {
    padding: 6% 0;
}

table {
    width: 100%; 
}

table tr {
    border-top: 1px solid #d0d0d0;
    display: flex;
    border-collapse: collapse;
    flex-wrap: wrap;
}


@media screen and (min-width: 1001px) {
    table tr:nth-of-type(6) {
        border-bottom: 1px solid #d0d0d0;
    }
    table tr:nth-of-type(1),
    table tr:nth-of-type(3),
    table tr:nth-of-type(4),
    table tr:nth-of-type(5),
    table tr:nth-of-type(6) {
        align-items: center;
    }
    
    table tr:nth-of-type(1) th,
    table tr:nth-of-type(3) th,
    table tr:nth-of-type(4) th,
    table tr:nth-of-type(5) th,
    table tr:nth-of-type(6) th {
        
        padding: 34px 30px;
    }
}

table th {
    width: 25%;
    vertical-align: middle;
    background: #f1f2f3;
    padding: 30px 30px;
    text-align: left;
    font-size: 16px;
}

table td {
    width: 75%;
    font-size: 18px;
    padding: 25px 25px;
}

input, textarea {
    font-size: 14px;
    padding: 13px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

input[name="user_name"], input[name="user_kana"] {
    width: 43%;
}

input[name="company_name"],
input[name="user_email"],
input[name="tel"],
input[name="addr10"],
textarea {
    width: 100%;
}

input[name="addr10"] {
    margin-top: 12px;
}

.kana-title {
    margin-left: 20px;
    font-size: 16px;
}

.post_icon {
    margin-right: 10px;
}

.must {
    padding: 2px 4px;
    border-radius: 3px;
    background: #f4a316;
    color: #fff;
    font-size: 12px;
    float: right;
}

input[type=submit] {
    width: 100%;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 18px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #fff;
    background: #f4a316;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    transition: .5s;
    appearance: none;
    -webkit-appearance: none;
}

.submitbtn {
    text-align: center;
    margin-top: 25px;
}

.submitbtn div {
    display: block;
    width: 300px;
    margin: 0 auto;
    position: relative;
}

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

.submitbtn div::before{
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1400px) {
    .inner {
        width: 80%;
    }
    input[name="user_name"], input[name="user_kana"] {
        width: 42%;
    }
    table th {
        font-size: 14px;
    }
    table td {
        font-size: 16px;
    }
    input, textarea {
        font-size: 11px;
    }
    .kana-title {
        font-size: 14px;
    }
    .must {
        font-size: 10px;
    }
}

@media screen and (max-width: 1000px) {
    table th {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    input[name="user_name"], input[name="user_kana"] {
        width: 100%;
    }
    table td {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        padding: 25px 10px;
    }
    .kana-title {
        margin-left: 0px;
        display: block;
        margin-top: 10px;
        font-size: 16px;
    }
    .inner {
        padding: 6% 4%;
        width: 100%;
    }
    .submitbtn div {
        width: 280px;
        margin-bottom: 20px;
    }
    input, textarea {
        font-size: 14px;
    }
    .must {
        font-size: 12px;
    }
}