@charset "utf-8";
@import 'foundation.css';
@import url('https://use.fontawesome.com/releases/v5.12.0/css/all.css');

/*-- PC スタイル --------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: #333333;
}


/*font-family*/

body,
h1,
.h1,
h2,
.h2 {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
.h1,
h2,
.h2 {
    display: block;
    line-height: 1;
    margin: 0;
    font-weight: bold;
}

label {
    color: #333333;
}

ul,
dl {
    line-height: 1;
    margin: 0;
    list-style: none;
}

dl dt,
strong,
b,
em {
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: #333;
    line-height: 1.4;
    margin: 0;
}

 ::placeholder {
    color: #858585;
}

[type='radio'] {
    margin: 0;
}

.radio label {
    margin-right: 20px;
    font-size: 1.6rem;
    line-height: 2;
}

.error {
    font-size: 14px;
    color: #ED1515;
    font-weight: bold;
    margin-top: 15px;
}

.bold {
    font-weight: bold;
}

div,
p {
    margin: 0;
    line-height: 1;
}


/*適宜変更*/

[type="text"],
[type="text"]:focus,
[type="password"],
[type="password"]:focus,
[type="email"],
[type="email"]:focus,
[type=number],
[type=number]:focus,
[type=tel],
[type=tel]:focus,
[type=time],
[type=time]:focus,
textarea,
textarea:focus {
    background-color: #f5f5f5;
    padding: 1rem 1.2rem;
    font-size: 16px;
    border: 0;
    box-shadow: inherit;
    margin-bottom: 0;
    height: 38px;
}

[type=number],
[type=number]:focus {
    padding: 0.5rem;
    padding-left: 1rem;
    line-height: 3.5rem;
    height: 3.5rem;
}

textarea[rows] {
    height: inherit;
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 3.8rem;
    background: transparent;
    padding: 0;
    padding-left: 1.2rem;
    font-size: 16px;
    background-color: #f5f5f5;
    border: 0;
}

select:focus {
    border: 0;
    background-color: #f5f5f5;
    box-shadow: inherit;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: block;
}

.select::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #979797;
    border-right: solid 2px #979797;
    transform: rotate(45deg);
    top: 35%;
    right: 1.6rem;
    line-height: 2;
    color: #808080;
}

thead,
tbody,
tfoot {
    border: 0;
}

small,
label {
    font-size: 1.4rem;
    line-height: 1;
}

section {
    margin: 60px 0 80px;
}

.pc {
    display: block;
}

.ipad {
    display: none;
}

.sp {
    display: none;
}

.mb_20 {
    margin-bottom: 20px;
}


/*リスト*/

.list {
    margin-bottom: 60px;
}

.list li {
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
}

.list li span {
    margin-left: -15px;
}


/*リンク*/

a,
a:hover,
a:focus {
    color: #333333;
}

a:hover {
    opacity: .8;
    transition: 0.3s;
}

a.text_link {
    text-decoration: underline;
}

a.text_link:hover {
    opacity: 1;
    text-decoration: none;
}


/*ボタン*/

.btn_wrap {
    margin: 0 auto;
    text-align: center;
    max-width: 490px;
}

.btn_wrap.conf {
    display: flex;
}

.btn_wrap .btn {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #25A2D8;
    border: 3px solid #25A2D8;
    padding: 20px 75px;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
    line-height: 1.4;
}

.btn_wrap .btn.white {
    background-color: #fff;
    color: #25A2D8;
    display: block;
    margin-right: 30px;
}

.btn_wrap .btn::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    position: absolute;
    top: 48%;
    right: 30px;
    margin-top: -4px;
}

.btn_wrap .btn.white::after {
    border-top: solid 3px #25A2D8;
    border-right: solid 3px #25A2D8;
    right: 0;
    left: 30px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate( 225deg);
    transform: rotate( 225deg);
}

.btn_wrap .btn:hover {
    color: #25A2D8;
    background-color: #FFFFFF;
    border: 3px solid #25A2D8;
}

.btn_wrap .btn.white:hover {
    color: #fff;
    background-color: #25A2D8;
}

.btn_wrap .btn:hover::after {
    border-top: solid 3px #25A2D8;
    border-right: solid 3px #25A2D8;
}

.btn_wrap .btn.white:hover::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
}




/* header */


/* -------------------------------------------------- */

header .logo {
    padding: 14px 20px 18px;
}

header .logo a {
    display: block;
    max-width: 200px;
}


/* main */


/* -------------------------------------------------- */

.mv {
    background-color: #F2FAFD;
    padding: 80px 0;
}

.mv h2 {
    font-size: 42px;
}

.mv small {
    display: block;
    font-size: 24px;
    color: #25A2D8;
    font-weight: bold;
    margin-top: 20px;
}

.inner {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.inner table {
    margin-bottom: 40px;
    border-top: .1rem solid #D8D8D8;
}

.inner tr:nth-child(even) {
    color: inherit;
    background-color: #FFFFFF;
    border: none;
}

.inner td,
.inner th {
    font-weight: normal;
    border-bottom: .1rem solid #D8D8D8;
    padding: 2rem 0;
    line-height: 1.5;
}

.inner td {
    padding-left: 25px;
}

.inner td.text-center {
    padding-left: 0;
}

.inner th {
    width: 32%;
    color: #333;
    font-weight: bold;
    text-align: left;
    background-color: #F2FAFD;
    padding: 0 18px 0 18px;
}

.inner th .grid-x p {
    line-height: 1.6;
}

.inner th .mandatory {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: #DC0A0A;
    border: 1px solid #DC0A0A;
    margin-left: 10px;
    padding: 1px 4px;
    line-height: 1.5;
}

.inner th .text{
    display: block;
    font-weight: bold;
    color: #228DE2;
    font-size: 1.4rem;
    margin-top: 5px;
}

.inner .step {
    margin-bottom: 40px;
}

.inner td .form_coment {
    margin-top: 20px;
}

.inner td .form_coment p {
    line-height: 1.6;
    font-size: 15px;
}

.inner td .form_coment p:last-of-type {
    margin-top: 10px;
}

.inner td .company_wrap {
    margin-bottom: 10px;
}

.inner td .company_wrap .grid-x input {
    width: calc(100% - 56px);
}

.inner td .company_wrap a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #25A2D8;
    border: 1px solid #25A2D8;
    padding: 6px 9px;
    border-radius: 15px;
    letter-spacing: 1px;
}

.inner td .text-center a.add_btn {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #25A2D8;
    padding: 10px 15px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.inner td.td_wrap .grid-x {
    margin-bottom: 10px;
}

.inner td.td_wrap > .grid-x.align-middle {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


.inner td.td_wrap .grid-x .input_wrap {
    width: 100%;
    
}

.inner td.td_wrap .grid-x input {
    width: 49%;
    margin-right: 2%;
}

.inner td.td_wrap .grid-x input.datepicker {
    width: 92%;
}

.inner td.td_wrap .grid-x input:last-of-type {
    margin-right: 0;
}

.inner td.td_wrap .grid-x img {
    max-width: 22px;
}

.inner td.td_wrap img.ui-datepicker-trigger{
    cursor: pointer;
    margin-left: 7px!important;
    vertical-align: middle;
  }

.inner td.td_wrap .grid-x input.mail_input {
    width: 97%;
}

.inner td.td_wrap .datepicker-container {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.inner td.td_wrap .datepicker-container img {
    position: absolute;
    right: 5px;
    top: 6px;
}


/*線なし*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent!important;
     line-height: 1.4;
}


/*今日ボタン活性化*/

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 1!important;
}


/*今日、閉じるボタン*/

.ui-datepicker .ui-datepicker-buttonpane button {
    border: 1px solid #DDDBDA!important;
    padding: .5em .8em .6em .8em!important;
    color: #25A2D8;
    background-color: #fff;
    font-size: 13px;
    line-height: 1;
}


/*選択時*/

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #5BC2DC;
    color: #fff;
}


/*today表示*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #FFEB6A;
    color: #3E3E3C;
}

.ui-datepicker th {
    background-color: #F4F6F9;
}


/*hover時*/

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background-color: #e4e4e4;
    opacity: 1;
}

.ui-button.ui-state-active:hover,
.ui-widget-content .ui-state-active:hover,
.ui-widget-header .ui-state-active:hover {
    background: #276dae;
    opacity: 1;
}

.ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:hover,
.ui-widget-header .ui-state-highlight:hover {
    background-color: #f9d916;
    opacity: 1;
}


/*次の月、前の月アイコン変更*/

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: 900;
    align-items: center;
    justify-content: center;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    top: 50%!important;
    transform: translateY(-50%)!important;
}

.ui-datepicker-prev:before {
    content: "\f0d9";
}

.ui-datepicker-next:before {
    content: "\f0da";
}

/*カスタム*/

.ui-datepicker .ui-datepicker-header {
    font-size: 13px;
}

.ui-datepicker select.ui-datepicker-year {
    background-color: #fff;
    border: .1rem solid #DDDBDA;
    height: 32px;
}

.ui-datepicker-calendar tbody tr:nth-child(even){
    background-color: #fff!important;
}

.inner td.td_wrap .time_wrap {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0;
}

.inner td.td_wrap .time_wrap input {
    width: 100%;
    margin-right: 0;
}

.inner td.td_wrap .grid-x .input_wrap .text-right a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #25A2D8;
    border: 1px solid #25A2D8;
    padding: 6px 9px;
    border-radius: 15px;
    letter-spacing: 1px;
}

.inner td.td_wrap .grid-x .input_wrap .attention {
    font-size: 14px;
    margin-bottom: 10px;
}

.inner td.td_wrap .grid-x .input_wrap .datepicker-container .attention {
    margin-top: 10px;
}

.inner td.td_wrap .text-center a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #25A2D8;
    padding: 10px 15px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.inner .comp_text {
    margin-top: 60px;
    line-height: 1.6;
}

.inner .comp_text span {
    font-weight: bold;
    border-bottom: 2px solid red;
  display: inline-block;
}

.inner .management_id {
    background-color: #F2FAFD;
    padding: 40px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 20px;
}

.inner .link_title {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 5px 0px 5px 15px;
    border-left: 4px solid #25A2D8;
    font-weight: bold;
}

.inner table.conf {
    margin-bottom: 60px;
}

.conf .people p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.conf .people p:last-of-type {
    margin-bottom: 0;
}



/*-- エラーページ -----------------------------------------------------------------------*/

.error-wrapper {
    background-color: #25A2D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.error-wrapper a:focus {
    color: #fff;
}

.error-block {
    max-width: 60rem;
    color: #fff;
    width: 90%;
}

.error-title {
    font-size: 10rem;
    margin-bottom: 4.8rem;
    font-family: 'Montserrat';
}

.error-text {
    font-size: 1.6rem;
    line-height: 1.4;
}

.error-subtitle {
    display: block;
    font-size: 2rem;
    margin-top: 8rem;
}

.totop-btn {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    display: block;
    color: #fff;
    text-align: left;
    font-weight: bold;
}

.totop-btn:hover {
    color: #fff;
}

.btn_right-icon i {
    margin-left: 1rem;
    transition: all 0.2s ease 0s;
}
.btn_right-icon:hover>i {
    margin-left: 1.5rem;
}


/* footer */


/* -------------------------------------------------- */

footer {
    font-size: 10px;
    padding: 15px;
}

footer p {
    line-height: 1.6;
}


/*-- SP スタイル --------------------------------------------------------------------------*/

@media screen and (max-width: 750px) {
    body {
        font-size: 15px;
    }
    [type=color],
    [type=date],
    [type=datetime-local],
    [type=datetime],
    [type=email],
    [type=month],
    [type=number],
    [type=password],
    [type=search],
    [type=tel],
    [type=text],
    [type=time],
    [type=url],
    [type=week],
    textarea {
        font-size: 14px;
    }
    [type="text"],
    [type="text"]:focus,
    [type="password"],
    [type="password"]:focus,
    [type="email"],
    [type="email"]:focus,
    [type=number],
    [type=number]:focus,
    textarea,
    textarea:focus {
        font-size: 16px;
        height: 36px;
    }
    select {
        font-size: 14px;
        height: 36px;
    }
    section {
        margin: 40px 0 60px;
    }
    /* リスト */
    
    .list {
        margin-bottom: 40px;
    }
    .list li {
        margin-bottom: 10px;
    }
    /* ボタン */
    .btn_wrap {
        flex-direction: column-reverse;
        width: 60%;
        margin: 0 auto;
    }
    .btn_wrap .btn {
        font-size: 18px;
        padding: 15px 40px;
        width: 100%;
    }
    .btn_wrap .btn.white {
        width: 70%;
        margin: 0 auto;
        ;
    }
    .btn_wrap .btn::after {
        width: 9px;
        height: 9px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        right: 15px;
    }
    .btn_wrap .btn.white::after {
        width: 9px;
        height: 9px;
        border-top: solid 2px #25A2D8;
        border-right: solid 2px #25A2D8;
        left: 15px;
    }
    .pc {
        display: none;
    }
    .ipad {
        display: none;
    }
    .sp {
        display: block;
    }
    /* header */
    /* -------------------------------------------------- */
    header .logo {
        padding: 10px;
    }
    header .logo a {
        width: 70%;
    }
    /* main */
    /* -------------------------------------------------- */
    .mv {
        padding: 40px 0;
    }
    .mv h2 {
        font-size: 26px;
    }
    .mv small {
        font-size: 18px;
    }
    .inner {
        padding: 0 15px;
    }
    .inner .step {
        margin-bottom: 30px;
    }
    .inner td .text_box_small {
        width: 60%;
    }
    .inner td .form_coment {
        margin-top: 15px;
    }
    .inner td .form_coment p {
        font-size: 14px;
    }
    
    .inner td,
    .inner th {
        padding: 1.2rem 1rem;
        width: 100%;
        display: block;
    }
    .inner td {
        padding: 1.5rem 1rem;
    }

    .inner .management_id {
        padding: 30px;
        font-size: 18px;
    }

    .inner td.td_wrap .grid-x .input_wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .inner td.td_wrap .grid-x.last .input_wrap {
        margin-bottom: 0;
    }

    .inner td.td_wrap .grid-x {
        margin-bottom: 0;
    }

    .inner td.td_wrap .grid-x input {
        width: 100%;
        max-width: inherit;
    }

    .inner td.td_wrap .grid-x input:nth-child(1),
    .inner td.td_wrap .grid-x input:nth-child(2) {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .inner td.td_wrap .input_wrap .grid-x input:nth-child(3) {
        width: 47%;
    }

    .inner td.td_wrap .grid-x input.datepicker {
        width: 90%;
    }

    .inner td.td_wrap .datepicker-container img {
        right: 0;
    }

    .inner td.td_wrap .time_wrap {
        width: 100%;
        margin-right: 0;
    }

    .inner td.td_wrap .time_wrap.grid-x input {
        width: 44%;
    }

    .inner td.td_wrap .time_wrap.grid-x input:last-of-type {
        margin-left: 0px;
        width: 100%;
    }

    th .sp {
        display: inline-block;
    }

    .radio label {
        line-height: 1.6;
    }

    /* footer */
    /* -------------------------------------------------- */
    footer {
        padding: 0 10px 10px 10px;
    }
}