@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


/* web font */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600&display=swap');

@font-face {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    src: url("font/Roboto-Thin.ttf") format('woff');
}

@font-face {
    font-family: 'bodoni_book';
    src: url("font/bodoni_book.woff") format('woff');
}


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

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

img {
    display: block;
    width: 100%;
    height: auto;
}

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

/****************************** clearfix **/

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

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}


/* TREVO CSS*/

.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}


/* wrapper*/

.wrapper {
    width: 100%;
}

.sub-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}



/* wrapper*/

/* 共通書式*/

h2 {
    font-size: 52px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.15em;
    color: #4B4B4B;
}

h3 {
    font-size: 18px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
}

.honbun {
    font-size: 14px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.19em;
    line-height: 2em;
    color: #4B4B4B;
}

.lead {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.25em;
    line-height: 1.85em;
    text-align: center;
    color: #4B4B4B;
    margin-bottom: 90px;
    margin-top: 30px;
}

.Catalogue {
    margin-top: 40px;
}

.Catalogue a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #4B4B4B;
    margin-bottom: 0px;
    background-image: url(img/file.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 15%;
    padding-top: 40px;
    width: 150px;
    margin: 0 auto;
    text-decoration: underline;
}

/* ヘッダー*/

.white {
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 100;
}

header h1 {
    margin-left: 100px;
}

header ul li {
    font-size: 22px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

header ul li a {
    text-decoration: none;
    color: #1D3F77;
}

header ul li img {
    height: 22px
}

header .header-top {
    width: 100%;
}

header nav {
    width: 750px;
    margin-right: 55px;
    margin-top: 15px;
}

header nav ul {
    display: flex;
    justify-content: space-between;
}

header ul li:last-child {
    margin-top: -2px;
}



/****** ナビゲーション *****/

a {
    text-decoration: none;
}

.header-top nav ul li a {
    text-decoration: none;
    color: #1D3F77;
    position: relative;
}

.header-top nav ul li a::after {
    /*アンダーラインのスタイル*/
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    background-color: #1D3F77;
    bottom: -5px;
    left: 0;
    /*幅を0に設定*/
    width: 0;
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header-top nav ul li:last-child a::after {
    display: none;
}

.header-top nav ul li a:hover::after {
    /*幅を100%に設定*/
    width: 100%;
}

a p:hover {
    color: #ccc;
}

a h2:hover {
    color: #ccc;
}

a img:hover {
    opacity: 0.8;
}

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

/* メイン*/

.white {
    height: 50vh;
    background-color: #FFFFFF;
}

.blue {
    height: 50vh;
    background-color: #1D3F77;
    position: relative;
}

.blue p {
    color: #FFFFFF;
    font-size: 60px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin-left: 100px;
    position: absolute;
    top: -30px;
}

/* フッター*/

.blue footer p {
    position: absolute;
    top: 44vh;
    right: 0px;
    left: 0px;
}

.blue footer p {
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    margin-left: 0;
}

footer {
    padding-bottom: 0.2em;
}

footer p {
    color: #1D3F77;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 50px;
}


/******************Brand******************/

.comon {
    position: relative;
}

.comon footer p {
    color: #1D3F77;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: absolute;
    top: 95.5vh;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.brand {
    display: table;
    width: 100%;
    height: 100vh;
}

.logo_box {
    display: table-cell;
    vertical-align: middle;
}

.logo-con {
    width: 80%;
    margin: 0 auto;
}

.logo-con a {
    margin: 0 1em;
}

/******************Brand2******************/

.brand2 {
    margin-top: 220px;
    margin-bottom: 75px;
}

.brand2 h2 img {
    height: 70px;
    margin-bottom: 95px;
    width: auto;
    display: block;
    margin: 0 auto 95px auto;
}

.file img {
    height: 32px;
    display: inline;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.file {
    margin-bottom: 15px;
    text-align: center;
}

.clothes-list {
    width: 100%;
    max-width: 1100px;
    margin-bottom: 300px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.clothes {
    width: 500px;
    margin-bottom: 100px;
}

.clothes img {
    width: 100%;
}



/******************Brand3******************/

.clothes-list-columnn {
    width: 100%;
    max-width: 1100px;
    margin-bottom: 300px;
    margin: 0 auto;
    margin-bottom: 200px;
}

.clothes-list-columnn h3{
    margin-bottom: 30px;
}

.clothes-typeA {
    margin-bottom: 95px;
}

.type1 {
    width: 500px;
}

.type1 div img {
    margin-bottom: 25px;
}

.clothes-typeB {
    margin-bottom: 100px;
}

.type2 {
    width: 1100px;
}

.type2 div img {
    margin-bottom: 25px;
}

.clothes-typeC {
    margin-bottom: 100px;
}

.type3 {
    width: 500px;
}

.type3:nth-child(even) {
    width: 550px;
}

.type3 h3 {
    margin-top: -5px;
}

.type3:nth-child(even) img {
    text-align: right
}

.type3:nth-child(even) div {
    width: 500px;
    margin-left: 8%;
}

.clothes-typeD {
    margin-bottom: 100px;
}

.m30 {
    margin-bottom: 30px;
}

.fd {
    flex-direction: column;
    align-content: space-between;
}


/******************Company******************/

.menu-con {
    width: 35%;
    margin: 0 auto;
}

.Company_box {
    display: table-cell;
    vertical-align: middle;
}

.Company {
    display: table;
    width: 100%;
    height: 100vh;
}

.menu-con a {
    text-decoration: none;
}

.menu-con .btn {
    margin: 0 2em;
}


/******************Company-prof******************/

.Company_prof {
    width: 1110px;
    margin: 210px auto 160px auto;
}

.Company_prof h2 {
    text-align: center;
    margin-bottom: 85px;
}

.Company_prof table {
    width: 100%;
    margin: 80px auto 0 auto;
}

.Company_prof th {
    width: 270px;
}

.Company_prof td {
    padding-left: 100px;
}

.Company_prof a {
    text-decoration: underline;
    color: #4B4B4B;
}

.Company_prof a:hover {
    color: #ccc;
}

.cp_left {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 2.1em;
    text-align: right;
    color: #4B4B4B;
    padding-bottom: 36px;
}

.cp_right {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.2em;
    line-height: 2.1em;
    text-align: left;
    color: #4B4B4B;
    padding-bottom: 36px;
}

.brand_box {
    width: 400px;
}

.cp_brand {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 2.1em;
    text-align: left;
    color: #4B4B4B;
}

.cp_brand a {
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #4B4B4B;
    margin-top: 8px;
    margin-bottom: 0px;
}

.cp_brand a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 32px;
    background: url(img/file.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.cp_brand a:hover {
    opacity: 0.8;
}

.brand_box {
    margin-bottom: 29px;
}

.Company_prof td .brand_box:last-child {
    margin-bottom: 30px;
}

.cpfile {
    margin-right: 10px;
}

.brand_box .cp_brand .file {
    margin-right: 15px;
}

/******************Recruit******************/

.R_midashi {
    font-size: 24px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.25em;
    line-height: 1.8em;
    color: #1D3F77;
}

ul.R_box {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 140px;
}

.Company_prof .R_box a {
    display: block;
    text-decoration: none;
    line-height: 100%;
}

.Company_prof .R_box a:hover {
    color: #7c96c1;
}

.Company_prof .R_box li {
    text-align: center;
    border-left: 1px solid #1D3F77;
    width: 50%;
}

.Company_prof .R_box li:last-child {
    text-align: center;
    border-right: 1px solid #1D3F77;
    width: 50%;
}

h4 {
    text-align: center;
    margin-bottom: 53px;
}

.R_shop {
    margin-bottom: 37px;
}

.recruitfooter {
    padding-top: 15px;
}


/******************News******************/

.News_head {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
    text-align: center;
}

.News_read {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.27em;
    line-height: 1.8em;
    color: #4B4B4B;
    text-align: center;
    margin-bottom: 38px;
}

.Area_name {
    margin-top: -65px;
    align-items: center;
    margin-bottom: 130px;
}

.N_midashi {
    font-size: 24px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #4B4B4B;
    align-self: flex-end;
}

.area_midashi {
    align-items: center;
    margin-bottom: 35px;
}

.Area_name a {
    display: block;
    text-decoration: none;
    line-height: 100%;
    color: #4B4B4B;
}

.Area_name a:hover {
    color: #ccc;
}

.Area_name li {
    text-align: center;
    border-left: 1px solid #4B4B4B;
    width: 50%;
}

.Area_name li:last-child {
    text-align: center;
    border-right: 1px solid #4B4B4B;
    width: 50%;
}


.area_text_bold {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
}

.area_text_r {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
    margin-bottom: 40px;
}

.area_text_cap {
    font-size: 14px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
    margin-bottom: 20px;
}

.N_area_box {
    margin-bottom: 90px;
}

/******************Shop******************/
#shop01 {
    padding-top: 200px;
    margin-top: -200px;
}
    
#shop02 {
    padding-top: 200px;
    margin-top: -200px;
}

.shop_box {
    width: 1100px;
    padding-top: 10px;
    margin: 0 auto 85px auto;
}

.shop_name {
    font-size: 20px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.35em;
    line-height: 1.8em;
    color: #4B4B4B;
    margin-bottom: 25px;
}

.shop_text_r {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
    margin-bottom: 30px;
}

.shop_ph {
    margin-right: 100px;
    width: 500px;
}

.shop_text {
    width: 500px;
    margin-top: -5px;
}

.shop_text .s-sns {
    width: 26px;
}

.shop_left {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.25em;
    line-height: 2em;
    color: #4B4B4B;
    margin-right: 30px;
}

.shop_right {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.3em;
    line-height: 2em;
    color: #4B4B4B;
}

table.shop_table {
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 0;
}

.shop_table2 {
    margin-left: 0px;
}

.shop_table tbody tr th {
    padding: 0px;
    text-align: left;
    white-space: nowrap;
    width: 70px;
}

.shop_table tbody tr td {
    padding: 0px;
}

.shop_table2 tbody tr th {
    padding: 0px;
    text-align: left;
    white-space: nowrap;
    width: 140px;
}

.shop_table2 tbody tr td {
    padding: 0px;
}

.shop_casset {
    margin-bottom: 50px;
}

.subfooter {
    margin-top: 250px;
}

.subfooter {
    margin-top: 0px;
}

.jaime {
    margin-top: -10px;
}


.form {
    margin-top: -5px;
}

.form table {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 40px;
    border-collapse: collapse;
}

.form table th {
    width: 180px;
}

.form table td {
    padding-left: 0;
}

.form input {
    padding: 5px;
    vertical-align: middle;
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.15em;
    line-height: 1.8em;
    color: #4B4B4B;
    background: #FBFBFB;
    padding: 11px 16px 10px;
    border-radius: 0px;
    border: 1px solid #ebebeb;
}

.form .fail input {
    background: #F1F9FE;
    border: none
}

.form textarea {
    padding: 10px;
    font-size: 16px;
    vertical-align: text-top;
    width: 95%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.15em;
    line-height: 1.8em;
    background: #FBFBFB;
    padding: 10px 16px 9px;
    border-radius: 0px;
    border: 1px solid #ebebeb;
    color: #000;
}

.form select {
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
    /*  border-radius: 5px;*/
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
}

.form .inp {
    width: 95%;
}

.contact-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 3em;
}

.contact-btn input {
    background-color: #4B4B4B;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    background: #4B4B4B;
    margin: 0 auto;
    font-weight: bold;
    width: 300px;
    height: 50px;
}

.radio-plain {
    width: 15px;
    height: 15px;
    top: -2px;
    position: relative;
}

form#mailformpro p {
    margin-bottom: 1.4em;
}

form#mailformpro p a {
    text-decoration: underline;
    color: #4B4B4B;
}


#mailformpro table tbody tr th {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
    font-weight: bold;
    text-align: right;
    padding-right: 50px;
}

p {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
}

table {
    margin-top: 90px;
}

label {
    font-size: 16px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
}

th,
td {
    padding-bottom: 50px;
}

.kome {
    font-size: 12px;
}


input:focus,
textarea:focus {
    background-color: #fff;
    outline: 1px #1D3F77;
}

#mailformpro {
    margin: 0 auto;
}

.checkbox {
    accent-color: #1D3F77;
}


/******************privacy******************/

.privacy {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    color: #4B4B4B;
    font-style: 16px;
}

.privacy p {
    margin-top: 120px;
    margin-bottom: 3em;
}

.privacy dl {
    margin-top: 30px;
    padding-top: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
    line-height: 30px;
}

.privacy dt {
    width: 100%;
    font-weight: 700;
    font-size: 110%;
}

.privacy dd {
    width: 100%;
    padding-bottom: 30px;
}
