@charset "utf-8";

/* reset
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

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;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    min-height: 100%;
    width: 100%;
    font-size: 62.5%;
    font-size: 10px\0; /* IE */
    background: #fff;
}
body {
    /* min-width: 375px; */
    min-width: 1140px;
    line-height: 1;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial,  Meiryo, sans-serif;
    color: #4d4d4d;
}
/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* image
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

img {
    max-width: 100%;
    height: auto;
    border:none;
}
figure {
    line-height: 1;
    text-align: center;
}
figure img {
    line-height: 1;
}

/* responsive PC
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

br.PC {
    display: block;
}
br.SP,
br.SP_375,
br.SP_460,
br.SP_320 {
    display: none;
}
.PC {
    display: block;
}
.SP {
    display: none;
}
img.PC {
    display: inline-block;
}
img.SP {
    display: none;
}

/* link
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

a:link {
    color: #000;
    text-decoration: none;
    transition: all 0.4s;
}
p > a:link {
    text-decoration: underline;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:focus {
    outline: none;
}

/* clear
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.cfx::after,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.cfx > li,
.clearfix > li{
    float: left;
}

/* style
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
select {
    width: auto;
    vertical-align: middle;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    min-height: 1em;
    padding: 7px 35px 7px 15px !important;
    background: #fff url(../img/common/icon/arrow-select.svg) right 10px center / 10px no-repeat !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
    margin: 0;
    font-size: 1.6rem;
    padding: 1.1em 1.5em 1.1em 1.5em;
    outline: none;
    line-height: 1.4;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #99cdea;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 7px;
    width: 100%;
}
input.hasDatepicker{
    width: 35%;
}
.mwform-tel-field input[type="text"] {
    width: 28%;
}
textarea {
    min-height: 12em;
    height: 12em;
    display: block;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}
input[type="submit"],
button {
    -webkit-appearance: none;
}
p.Indent_List,
ul.Indent_List > li {
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.dot_List li{
    position: relative;
    padding: 0 0 0 14px;
}
.dot_List li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #e94285;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
div,
p,
dt,
dd,
li {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0;
}

/* Font_Style
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.Title i {
    font-style: normal;
}
time {
    font-size: 1.6rem;
    color: #929292;
    display: inline-block;
    letter-spacing: 1px;
}
.T-Blue {
    color: #2fa9ba;
}

.Bold {
    font-weight: 600;
}
.Roboto{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.Poppins{
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.Poppins.semi-b{
    font-weight: 500;
}
.ryo-gothic{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.rig {
    font-family: rig-shaded-bold-face, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.Bg_Text {
    font-size: 1.8rem;
    margin: 0 0 10px;
    padding: 0 10px 2px;
    line-height: 1.7;
    letter-spacing: 0.8px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
}
.Tate_Text {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/* Text_Align
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.Text_Left {
    text-align: left !important;
}
.Text_Center {
    text-align: center !important;
}
.Text_Right {
    text-align: right !important;
}

/* Float
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.Left {
    float: left !important;
}
.Right {
    float: right !important;
}

/* Table
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    vertical-align: top;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
table td {
    vertical-align: top;
    word-break: break-all;
}

/* Form
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.imp {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.2;
    color: #ba272d;
}
input.text_S {
    width: 60%;
    margin: 0 1em 0 0;
}
label{
    cursor: pointer;
}

/* h1-h6
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: normal;
}

/* Flex_Box
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
.Flex_Box,.Flex_Box.Nowrap,.Flex_Box.End,.Flex_Box.Start,.Flex_Box.Reverse,.Flex.Column{
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
    -ms-flex-line-pack: justify;
  align-content: space-between;
  box-sizing: border-box;
}
.Flex_Box.Middle{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.Flex.Column{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.Flex_Box.Bottom{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.Flex.Column > *{
    width:100%;
}
.Box_2 > *{
  width: 49%;
}
.Box_3 > *{
  width: 32.3333%;
}
.Box_4 > *{
  width: 24%;
}
.Box_5 > *{
  width: 19%;
}
.Box_6 > *{
  width: 15.6666%;
}
.Box_7 > *{
  width: 13.285%;
}
.Box_8 > *{
  width: 11.5%;
}
.Box_9 > *{
  width: 10.1111%;
}
.Flex_Box.Type-a > figure{
  width: 26%;
}
.Flex_Box.Type-a > div,
.Flex_Box.Type-a > p{
  width: 72%;
}
.Flex_Box.Type-b > figure {
    width: 27%;
}
.Flex_Box.Type-b > div,
.Flex_Box.Type-b > p{
  width: 70%;
}
.Flex_Box.Nowrap{
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.Flex_Box.Reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.Flex_Box.End{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  justify-content: flex-end;
}
.Flex_Box.Start{

    -webkit-box-pack: start;
    -ms-flex-pack: start;
  justify-content: flex-start;
}
.Flex_Box.Center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
}



/*Wrapper
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

#Wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.Inner_Box {
    max-width: 1100px;
    width: 98%;
    margin: 0 auto;
    box-sizing: border-box;
    /*display: block;*/
    position: relative;
}
#Contents {
    padding-bottom: 1px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: block;
}


/* Box
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.Privacy_Box{
    border:1px solid #b3b3b3;
    background: #fff;
    margin:30px auto;
    padding:25px 30px;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    height: 150px;
}
.Privacy_Box dt{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom:.8em;
    color: #35385b
}
.Privacy_Box dd{
    padding-bottom: 30px;
}


/* Title - 見出し -
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/


/* Table
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/


/* Btn
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
.Btn_A{
    margin:0 auto;
    position: relative;
    width: 100%;
    max-width: 266px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.Btn_A > *{
    width: 100%;
    border-radius: 2em;
    padding: 11px 0;
    border:2px solid #0082cb;
    letter-spacing: 1px;
    text-align: center;
    background: #0082cb;
    color: #fff !important;
    position: relative;
    display: inline-block;
    transition: all .4s;
}
.Btn_A > *:hover{
    background: #fff;
    color: #0082cb !important;
}

.Btn_B{
    margin:0 auto;
    position: relative;
    width: 100%;
    max-width: 400px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.Btn_B > *{
    font-size:1.6rem;
    width: 100%;
    border-radius: 2em;
    padding: 13px 0;
    border:1px solid #4c4c4c;
    letter-spacing: 1px;
    text-align: center;
    background: #fff url(../img/common/ico-list.png) no-repeat 95% 50%;
    background-size: 8px auto;
    color: #4c4c4c !important;
    position: relative;
    display: inline-block;
    transition: all .4s;
}
.Btn_B > *:hover{
    background: #fff url(../img/common/ico-list.png) no-repeat 96% 50%;
    background-size: 8px auto;
}

/* Min 960~
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (min-width: 960px) {
    #Slide_Menu {
        display: none;
    }
} /* Min 960 */


/* Max 959 ~ 751
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 959px) {

    .Table_A th {
        width: 35%;
    }
    .Table_A td {
        width: 65%;
    }
} /* Max 959 ~ 751 */

/* Max 750
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 750px) {
    body.open {
        overflow: hidden;
    }
    body {
        min-width: initial;
    }
    div,
    p,
    dt,
    dd {
        font-size: 3rem;
        font-size: 3.9vw;
    }

    br.PC {
        display: none;
    }
    br.SP {
        display: block;
    }
    .PC {
        display: none;
    }
    .SP {
        display: block;
    }

    img.PC {
        display: none;
    }
    img.SP {
        display: inline-block;
        height: auto;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea {
        width: 100%;
        font-size: 1.932rem;
        font-size: 2.55vw;
        font-size: 1.6rem;
    }
    textarea {
        min-height: 5em;
    }
    .Flex_Box_SP{
        display:-webkit-box;
        display:-ms-flexbox;
      display: flex;
        -ms-flex-wrap: wrap;
      flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
      justify-content: space-between;
        -ms-flex-line-pack: justify;
      align-content: space-between;
      box-sizing: border-box;
    }
    time {
        font-size: 1.6rem;
        font-size: 2.14vw;
    }
    /*━―…‥・★Wrapper★・‥…―━━*/

    #Wrapper {
        min-width: inherit;
    }
    .Inner_Box {
        width: 90%;
    }

    /*━―…‥・★Header★・‥…―━━*/
    #Header {
    }

/* Max 750 */
}

/* Max 460
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 460px) {
    div,
    p,
    dt,
    dd,
    li {
        font-size: 1.5rem;
        font-size: 3.8vw;
    }
    /*━―…‥・★Title★・‥…―━━*/

    /*━―…‥・★Btn★・‥…―━━*/

/* Max 460 */
}

/* Max 375
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 375px) {
    br.SP_375 {
        display: block;
    }

    /*━―…‥・★Title★・‥…―━━*/

    /*━―…‥・★Btn★・‥…―━━*/

/* Max 375 */
}

/* Max 320
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 320px) {
    br.SP_320 {
        display: block;
    }

    /*━―…‥・★Contents★・‥…―━━*/

/* Max 320 */
}
