@charset "utf8";
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*letter-spacing: 1px;*/
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:link,
a:visited,
a:active {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    color: #333;
    opacity: .8;
    text-decoration: none;
}

img {
    border: none;
}

section {
    position: relative;
}


/** common class **/

.container {
    width: 978px;
    margin: 0 auto;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    height: 80px;
    background: #fff;
    line-height: 80px;
}

header .container {
    padding: 0;
}

header #menu {
    font-size: 16px;
}

header h1 {
    float: left;
    margin-top: 15px
}

header nav {
    text-align: right;
}

header nav li {
    display: inline-block;
    padding: 0 10px;
}

section.main_visual {
    margin-top: 80px;
    height: 519px;
    background: url(../img/img_mainvisual.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

section.main_visual .catchcopy {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -128px;
    margin-left: -214px;
}

section.main_visual .privacy {
    position: absolute;
    bottom: 47px;
    right: 47px;
    margin-top: -128px;
    margin-left: -214px;
}

section#outline {
    padding: 80px 0;
    margin-top: -40px;
}

section#outline .container {
    padding-left: 0;
    padding-right: 0;
}

section#outline ul.point.row {
    margin-left: 0;
    margin-right: 0;
}

section#outline ul.point {
    margin-bottom: 40px;
}

section#outline ul.point li {
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
}

section#outline ul.point li:last-child {
    border-right: 1px solid #ccc;
}

section#outline ul.outline_menu li {
    margin-bottom: 35px;
}

section#outline ul.outline_menu li a {
    color: #00adeb;
}

section#outline ul li p {
    margin-top: 10px;
}

section#company {
    background: #394551;
    padding: 70px 0;
    color: #fff;
    font-size: 15px;
}

section#company p {
    margin-top: 18px;
}

body.privacy {
    background: #f2f2f2;
}

section#privacy {
    padding: 130px 0;
    font-size: 15px;
}

section#privacy h2 {
    text-align: center;
    margin-bottom: 50px;
}

section#privacy h2 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

section#privacy hr {
    border-top: 1px solid #c3c2c2;
}

section#privacy ol {
    margin: 35px 0;
}

section#privacy ol strong {
    padding-bottom: 10px;
    display: block;
}

section#privacy ol li p {
    margin-bottom: 15px;
}

section#privacy h3 {
    margin: 30px 0;
}

section#privacy h3 a {
    font-size: 15px;
    text-decoration: underline;
    color: #00adeb;
    font-weight: bold;
}

section#privacy h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0 15px 0;
}

section#privacy #law #pmark {
    position: relative;
}

section#privacy #law #pmark img {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 17px;
}

.p-form {
    padding: 160px 0 100px 0;
}

.p-form .container {
    max-width: 768px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f2f2f2;
}

.p-form p {
    text-align: center;
    color: #333;
}

.p-form .p-required {
    color: red;
    font-size: 16px;
}

.p-form form table {
    width: 100%;
    margin-top: 30px;
}

.p-form form table tr {
    display: block;
    margin-bottom: 20px;
}

.p-form form table tr .p-form-label {
    font-size: 14px;
    width: 150px;
    min-width: 150px;
}

.p-form form table tr .p-form-item {
    width: 100%;
}

.p-form form table tr .p-form-item input {
    width: 100%;
    max-width: inherit;
    height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #ccc;
}

.p-form form table tr .p-form-item input[name="貴社名"] {
    max-width: 300px;
}

.p-form form table tr .p-form-item input[name="お名前"] {
    max-width: 300px;
}

.p-form form table tr .p-form-item input[name="フリガナ"] {
    max-width: 300px;
}

.p-form form table tr .p-form-item input[name="郵便番号"] {
    max-width: 300px;
}

.p-form form table tr .p-form-item input[type="tel"] {
    max-width: 300px;
}

.p-form form table tr .p-form-item input[type="email"] {
    max-width: 300px;
}

.p-form form table tr .p-form-item textarea {
    max-width: 100%;
    width: 100% !important;
    min-height: 150px !important;
    border: 1px solid #ccc;
    font-size: 18px;
}

.p-form form table tr .p-check-box {
    width: inherit;
}

.p-form form table tr .p-check-box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    word-break: keep-all;
    margin-bottom: 0;
    border: none !important;
}

.p-form form table tr .p-check-box label input {
    width: inherit;
    margin-left: 10px;
}

.p-form form table tr .p-check-box .mfp_checked {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.p-form form table tr .p-textarea {
    vertical-align: top;
}

.p-form form button {
    font-size: 14px;
    display: block;
    margin: 30px auto 0 auto;
    padding: 15px 40px;
    background: none;
    background-color: #00adeb;
    text-shadow: none;
    color: #fff;
    border: none;
}

.mfp_buttons .mfp_element_button {
    font-size: 14px;
}

.p-thanks {
    padding: 160px 0 100px 0;
}

.p-thanks p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.p-thanks .p-more {
    display: block;
    width: 168px;
    background-color: #00adeb;
    padding: 15px 40px;
    color: #fff;
    margin: 20px auto 0 auto;
    font-size: 14px;
    border-radius: 5px;
}

#mfp_thanks {
    display: none;
}

.p-table {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.p-table th, .p-table td {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 10px 15px;
    vertical-align: top;
}
.p-table th {
    text-align: center;
}
.p-table td {}
