@charset "UTF-8";

/*==============================
//  Media Query
//==============================*/
body {
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
    /* overflow-x: hidden; */
    position: relative;
    background-color: #F2F2F2;
}

header {
    background-color: #0B58AF;
    text-align: center;
    padding: 18px 0;
}

#information .contents {
    padding-top: 74px;
}

#information .contents__title {
    width: 1200px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 3px solid;
}

#information .contents__title p {
    width: 1100px;
    margin: 0 auto;
    line-height: 1.5em;
}

#information .contents__schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    text-align: center;
    margin: 20px auto 0;
    padding-right: 11px;
}

#information .contents__schedule p {
    background-color: #0B58AF;
    font-weight: bold;
    color: #fff;
    width: 240px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #0B58AF;
    border-bottom: 1px solid #0B58AF;
    position: relative;
    margin-left: -7px;
}

#information .contents__schedule p::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid transparent;
}

#information .contents__schedule p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 2;
}

#information .contents__schedule p:not(:first-of-type) {
    position: relative;
}

#information .contents__schedule p:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 1;
}

#information .contents__schedule p:not(:last-of-type) {
    margin-right: 15px;
}

#information .contents__schedule p:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 5;
}

#information .contents__schedule p.bg-white {
    background: #fff;
    color: #0B58AF;
}

#information .contents__schedule p.bg-white::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 3;
}

#information .contents__schedule p.bg-white::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 4;
}

#information .contents__schedule p.bg-white span {
    position: relative;
}

#information .contents__schedule p.bg-white span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 3;
}

#information .contents__schedule p.bg-white span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -69px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

#information .contents__schedule p.bg-white:nth-child(1) {
    border-left: 1px solid #0B58AF;
    margin-left: 0;
}

#information .contents__schedule p.bg-white:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 3;
}

#information .contents__schedule p.bg-white:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 4;
}

#information .contents__schedule p.bg-white:nth-child(2) {
    position: relative;
}

#information .contents__schedule p.bg-white:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 5;
}

#information .contents__schedule p.bg-white:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 5;
}

#information .contents__schedule p.bg-white:nth-child(2) span {
    position: relative;
}

#information .contents__schedule p.bg-white:nth-child(2) span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -85px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 2;
}

#information .contents__schedule p.bg-white:nth-child(2) span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -84px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

#information .contents__schedule p.bg-white:nth-child(3) {
    position: relative;
}

#information .contents__schedule p.bg-white:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 5;
}

#information .contents__schedule p.bg-white:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 5;
}

#information .contents__schedule p.bg-white:nth-child(3) span {
    position: relative;
}

#information .contents__schedule p.bg-white:nth-child(3) span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -53px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 2;
}

#information .contents__schedule p.bg-white:nth-child(3) span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -52px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

#information .contents__schedule p.bg-white:nth-child(4) {
    position: relative;
}

#information .contents__schedule p.bg-white:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 4;
}

#information .contents__schedule p.bg-white:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 4;
}

#information .contents__schedule p.bg-white:nth-child(4) span {
    position: relative;
}

#information .contents__schedule p.bg-white:nth-child(4) span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 4;
}

#information .contents__schedule p.bg-white:nth-child(4) span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -69px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

#information .contents__text {
    width: 1200px;
    padding: 0 80px 65px;
    margin: 20px auto 130px;
    background: #fff;
    border: 1px solid #CCCCCC;
}

#information .contents-img {
    width: 1200px;
    margin-top: 10px;
    margin-left: 11%;
}

#information .contents-01 .contents__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#information .contents-01 .contents__head .contents__inner-text {
    position: relative;
    display: inline-block;
    margin: 52px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #0B58AF;
    font-size: 20px;
    background: #FFF;
    border: solid 3px #0B58AF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 70px;
    padding: 20px 50px;
    width: 800px;
    margin-left: 250px;
    border-radius: 6px;
    margin-right: 0;
}

#information .contents-01 .contents__head .contents__inner-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

#information .contents-01 .contents__head .contents__inner-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #0B58AF;
    z-index: 1;
}

#information .contents-01 .contents__head .img01 {
    margin-left: -20px;
    position: absolute;
    top: 25%;
}

#information .contents-01 .col-red {
    color: #D9300A;
}

#information .contents-01 .col-red:last-child {
    border-bottom: 1px solid;
}

#information .contents__body {
    padding-bottom: 60px;
    border-bottom: 1px solid #BBBB;
}

#information .contents__body .inner-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    font-size: 18px;
}

#information .contents__body .inner-text>* {
    margin-left: 27px;
}

#information .contents__body .inner-text>.img {
    width: 12.5%;
    margin-left: 0;
}

#information .contents__body .inner-text>.img>img {
    width: 100%;
}

#information .contents__body .inner-text .info-title {
    font-weight: bold;
    line-height: 1.4em;
}

#information .contents__body .inner-text .info-text {
    margin-top: 14px;
}

#information .contents__body .inner-text .check-num {
    font-weight: bold;
    border: 3px solid #0B58AF;
    border-radius: 25%;
    position: relative;
}

#information .contents-02__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 7px solid #0B58AF;
    margin-top: 62px;
    margin-bottom: 35px;
}

#information .contents-02__head .title {
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 60px;
    width: 26%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#information .contents-02__head p {
    line-height: 1.4;
}

#information .contents-02 .input-link {
    width: 400px;
    height: 70px;
    background: #0B58AF;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 0;
    border-radius: 6px;
    font-weight: bold;
    position: relative;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

#information .contents-02 .input-link:hover {
    opacity: 0.75;
}

#information .contents-02 .input-link::after {
    content: "";
    position: absolute;
    top: 50%;
    /* 縦軸をセンタリングする */
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* 縦軸をセンタリングする */
    border: 8px solid transparent;
    border-left: 12px solid #fff;
    /* 好みで色を変えてください */
}

#information .contents-02 .input-link .next {
    width: 100%;
    height: 70px;
    text-align: center;
}

#information .contents__table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#information .contents__table th,
#information .contents__table td {
    border: 1px solid #CCCCCC;
    text-align: center;
    vertical-align: middle;
}

#information .contents__table .table__item {
    padding: 18px;
    background: #EDF4FA;
    font-weight: bold;
}

#information footer {
    background-color: #444444;
    height: 70px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 28px 0;
    position: absolute;
    font-size: 12px;
}

input[type="text"] {
    font-size: 1.0em;
}

.contents {
    padding-top: 74px;
}

.contents__title {
    width: 1200px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 3px solid;
}

.contents__title p {
    width: 900px;
    margin: 0 auto;
    line-height: 1.5em;
}

.contents__schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    text-align: center;
    margin: 20px auto 0;
    padding-right: 11px;
}

.contents__schedule p {
    background-color: #0B58AF;
    font-weight: bold;
    color: #fff;
    width: 240px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #0B58AF;
    border-bottom: 1px solid #0B58AF;
    position: relative;
    margin-left: -7px;
}

.contents__schedule p::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid transparent;
}

.contents__schedule p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 2;
}

.contents__schedule p:not(:first-of-type) {
    position: relative;
}

.contents__schedule p:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 1;
}

.contents__schedule p:not(:last-of-type) {
    margin-right: 15px;
}

.contents__schedule p:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 5;
}

.contents__schedule p.bg-white {
    background: #fff;
    color: #0B58AF;
}

.contents__schedule p.bg-white::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 3;
}

.contents__schedule p.bg-white::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 4;
}

.contents__schedule p.bg-white span {
    position: relative;
}

.contents__schedule p.bg-white span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 3;
}

.contents__schedule p.bg-white span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -69px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

.contents__schedule p.bg-white:nth-child(1) {
    border-left: 1px solid #0B58AF;
    margin-left: 0;
}

.contents__schedule p.bg-white:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 3;
}

.contents__schedule p.bg-white:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 4;
}

.contents__schedule p.bg-white:nth-child(2) {
    position: relative;
}

.contents__schedule p.bg-white:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 5;
}

.contents__schedule p.bg-white:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 5;
}

.contents__schedule p.bg-white:nth-child(2) span {
    position: relative;
}

.contents__schedule p.bg-white:nth-child(2) span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -85px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 2;
}

.contents__schedule p.bg-white:nth-child(2) span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -84px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

.contents__schedule p.bg-white:nth-child(3) {
    position: relative;
}

.contents__schedule p.bg-white:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 5;
}

.contents__schedule p.bg-white:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 5;
}

.contents__schedule p.bg-white:nth-child(3) span {
    position: relative;
}

.contents__schedule p.bg-white:nth-child(3) span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -53.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 4;
}

.contents__schedule p.bg-white:nth-child(3) span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -52px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

.contents__schedule p.bg-white:nth-child(4) {
    position: relative;
}

.contents__schedule p.bg-white:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 4;
}

.contents__schedule p.bg-white:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 25px solid transparent;
    border-left: 14px solid #fff;
    z-index: 4;
}

.contents__schedule p.bg-white:nth-child(4) span {
    position: relative;
}

.contents__schedule p.bg-white:nth-child(4) span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #F2F2F2;
    z-index: 4;
}

.contents__schedule p.bg-white:nth-child(4) span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -69px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 26px solid transparent;
    border-left: 14px solid #0B58AF;
    z-index: 1;
}

.contents .process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    background: #EDF4FA;
    border: 1px solid #0B58AF;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    border-radius: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 22px;
}

.contents .process.dl::before {
    content: "";
    position: absolute;
    top: -19%;
    right: 9%;
    margin-top: -12px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EDF4FA;
    z-index: 2;
}

.contents .process.dl::after {
    content: "";
    position: absolute;
    right: 9%;
    top: -36%;
    border: 14px solid transparent;
    border-bottom: 14px solid #0B58AF;
    z-index: 1;
}

.contents .process.online-register::before {
    content: "";
    position: absolute;
    top: -19%;
    left: 9%;
    margin-top: -12px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EDF4FA;
    z-index: 2;
}

.contents .process.online-register::after {
    content: "";
    position: absolute;
    left: 9%;
    top: -36%;
    border: 14px solid transparent;
    border-bottom: 14px solid #0B58AF;
    z-index: 1;
}

.contents .process.diagnose::before {
    content: "";
    position: absolute;
    top: -19%;
    left: 29%;
    margin-top: -12px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EDF4FA;
    z-index: 2;
}

.contents .process.diagnose::after {
    content: "";
    position: absolute;
    left: 29%;
    top: -36%;
    border: 14px solid transparent;
    border-bottom: 14px solid #0B58AF;
    z-index: 1;
}

.contents .process.request::before {
    content: "";
    position: absolute;
    top: -19%;
    left: 48%;
    margin-top: -12px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EDF4FA;
    z-index: 2;
}

.contents .process.request::after {
    content: "";
    position: absolute;
    left: 48%;
    top: -36%;
    border: 14px solid transparent;
    border-bottom: 14px solid #0B58AF;
    z-index: 1;
}

.contents .process.input::before {
    content: "";
    position: absolute;
    top: -19%;
    right: 29%;
    margin-top: -12px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EDF4FA;
    z-index: 2;
}

.contents .process.input::after {
    content: "";
    position: absolute;
    top: -36%;
    right: 29%;
    border: 14px solid transparent;
    border-bottom: 14px solid #0B58AF;
    z-index: 1;
}

.contents .process .current-num {
    font-weight: bold;
    font-size: 18px;
    color: #0B58AF;
    margin-right: 24px;
}

.contents .process__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    position: relative;
    font-family: Barlow;
}

.contents .process__list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #BED2E3;
}

.contents .process__list p {
    height: 34px;
    width: 34px;
    background: #fff;
    color: #0B58AF;
    border: 2px solid #0B58AF;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
}

.contents .process__list p:not(:first-of-type) {
    margin-left: 72px;
    position: relative;
}

.contents .process__list p.bg-blue {
    background: #0B58AF;
    color: #fff;
}

.contents figure {
    text-align: center;
}

.contents__body {
    width: 1200px;
    padding: 20px 80px 65px;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
}

.contents__body p {
    font-size: 18px;
}

.contents__body-title {
    font-size: 28px !important;
    font-weight: bold;
    border-left: 7px solid #0B58AF;
    padding-left: 20px;
}

#form .contents__body-title {
    font-size: 28px !important;
    font-weight: bold;
    border-left: 7px solid #0B58AF;
    padding-left: 20px;
    margin-bottom: 20px;
}

.contents-img {
    width: 1200px;
    margin-top: 10px;
    text-align: center;
}

.contents__input-area {
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #999999;
}

.contents__input-area p.contents__title {
    padding: 4px;
    border-bottom: 0px;
    margin-left: 65px;
    text-align: left;
}

.contents__input-area textarea {
    resize: none;
    background: #F2F4F2;
    border: 1px solid #CCCCCC;
    width: 904px;
    height: 214px;
    border-radius: 6px;
}

.contents__input-area textarea:invalid {
    background-color: #F2F4F2;
}

.contents__input-area textarea:valid {
    background-color: #fff;
    padding: 20px;
    line-height: 1.6;
}

.contents__input-area textarea:placeholder-shown {
    background-color: #F2F4F2;
}

.contents__input-area textarea.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area input {
    resize: none;
    background: #F2F4F2;
    border: 1px solid #CCCCCC;
    width: 904px;
    border-radius: 6px;
}

.contents__input-area input:invalid {
    background-color: #F2F4F2;
}

.contents__input-area input:valid {
    background-color: #fff;
    padding: 20px;
    line-height: 1.6;
}

.contents__input-area input:placeholder-shown {
    background-color: #F2F4F2;
}

.contents__input-area input.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area input.test {
    height: 50px;
    padding: 12px 20px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5;
}

.contents__input-area #required-text:required {
    background-color: #FAE9E5;
    border-color: #D9300A;
}

.contents__input-area #required-text:invalid {
    border-color: #CCCCCC;
    background-color: #F2F4F2;
}

.contents__input-area #required-text:valid {
    border-color: #CCCCCC;
    background-color: #fff;
}

.contents__input-area .text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    margin-left: 65px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contents__input-area .text-area:not(:last-of-type) {
    margin-bottom: 5px;
}

.contents__input-area .text-area .test {
    background: #F2F4F2;
    width: 500px;
    height: 50px;
    border-radius: 6px;
    margin: 0 20px;
}

.contents__input-area .text-area .test.post-code {
    width: 130px;
    margin-left: 0;
}

.contents__input-area .text-area .test.post-code:last-of-type {
    margin-left: 20px;
}

.contents__input-area .text-area .test:valid {
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .test:placeholder-shown {
    background-color: #F2F4F2;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .test.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area .text-area .tel {
    background: #F2F4F2;
    width: 150px;
    height: 50px;
    border-radius: 6px;
}

.contents__input-area .text-area .tel2 {
    background: #F2F4F2;
    width: 150px;
    height: 50px;
    border-radius: 6px;
    margin-left: 15px;
}

.contents__input-area .text-area .address1 {
    background: #F2F4F2;
    width: 100px;
    height: 50px;
    border-radius: 6px;
}

.contents__input-area .text-area .text {
    background: #F2F4F2;
    width: 500px;
    height: 50px;
    border-radius: 6px;
}

.contents__input-area .text-area .text.post-code {
    width: 130px;
    margin-left: 0;
}

.contents__input-area .text-area .text.post-code:last-of-type {
    margin-left: 20px;
}

.contents__input-area .text-area .text:valid {
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .text:placeholder-shown {
    background-color: #F2F4F2;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .text.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area .text-area .number {
    background: #F2F4F2;
    width: 150px;
    height: 50px;
    border-radius: 6px;
    margin-left: 65px;
}

.contents__input-area .text-area .number.post-code {
    width: 130px;
    margin-left: 0;
}

.contents__input-area .text-area .number.post-code:last-of-type {
    margin-left: 20px;
}

.contents__input-area .text-area .number:valid {
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .number:placeholder-shown {
    background-color: #F2F4F2;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .number.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area .text-area .date {
    background: #F2F4F2;
    width: 100px;
    height: 50px;
    border-radius: 6px;
    margin: 0 20px;
}

.contents__input-area .text-area .date.post-code {
    width: 130px;
    margin-left: 0;
}

.contents__input-area .text-area .date.post-code:last-of-type {
    margin-left: 20px;
}

.contents__input-area .text-area .date:valid {
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .date:placeholder-shown {
    background-color: #F2F4F2;
    border: 1px solid #CCCCCC;
}

.contents__input-area .text-area .date.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area .text-area input {
    margin-bottom: 0px;
    margin-right: 15px;
}

.contents__input-area .text-area .search_btn {
    text-align: center;
    width: 45px;
    height: 40px;
}

.contents__input-area .text-area__btn {
    padding-left: 65px;
    width: 900px;
}

.contents__input-area .text-area__btn .btn-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F2F4F2;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    position: relative;
    margin-left: 2px;
    font-size: 18px;
}

.btn-radio-half {
    display: inline-flex !important;
    width: 245px !important;
}

.contents__input-area .text-area__btn .btn-radio:not(:last-of-type) {
    margin-bottom: 5px;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"]+label {
    width: 500px;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    padding: 14px;
    position: relative;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"]+label::before {
    content: "";
    display: block;
    border: 1px solid;
    border-color: #585753;
    background-color: #FFF;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"]:checked+label::after {
    content: "";
    width: 14px;
    height: 6px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 60%;
    left: 28px;
    margin-top: -9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-color: #fff;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"]:checked+label {
    background-color: #EDF4FA;
    border: 1px solid #0B58AF;
    height: 50px;
    color: #0B58AF;
    margin-left: -.5px;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"]:checked+label ::before {
    content: "";
    display: block;
    border: 1px solid;
    border-color: #707070;
    background-color: #0B58AF;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"]+label.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
    color: #D9300A;
    height: 50px;
}

.contents__input-area .text-area__btn .btn-radio input[type="radio"]+label.required::before {
    border: 1px solid #D9300A;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"]+label {
    width: 500px;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    padding: 14px;
    position: relative;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"]+label::before {
    content: "";
    display: block;
    border: 1px solid;
    border-color: #585753;
    background-color: #FFF;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"]:checked+label::after {
    content: "";
    width: 14px;
    height: 6px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 60%;
    left: 28px;
    margin-top: -9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-color: #fff;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"]:checked+label {
    background-color: #EDF4FA;
    border: 1px solid #0B58AF;
    height: 50px;
    color: #0B58AF;
    margin-left: -.5px;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"]:checked+label ::before {
    content: "";
    display: block;
    border: 1px solid;
    border-color: #707070;
    background-color: #0B58AF;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"]+label.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
    color: #D9300A;
    height: 50px;
}

.contents__input-area .text-area__btn .btn-radio input[type="checkbox"]+label.required::before {
    border: 1px solid #D9300A;
}

.contents__input-area .text-area__btn .btn-radio .check-text.required {
    color: #D9300A;
}

.contents__input-area .text-area__btn .btn-radio span {
    margin-left: -40%;
}

.contents__input-area .text-area.select-date {
    width: 150px !important;
    height: 50px;
    background: #F2F4F2;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    position: relative;
    margin-left: 0px !important;
    margin-bottom: 0px;
}

.contents__input-area .text-area.select-address1 {
    width: 150px !important;
    height: 50px;
    background: #F2F4F2;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    position: relative;
    margin-left: 65px;
    margin-bottom: 0px;
}

.contents__input-area .text-area.select {
    width: 500px;
    height: 50px;
    background: #F2F4F2;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    position: relative;
    margin-left: 65px;
}

.contents__input-area .text-area.select::before {
    content: "";
    position: absolute;
    top: 60%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #707070;
}

.contents__input-area .text-area.select::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #F2F4F2;
    z-index: 2;
}

.contents__input-area .text-area.select select {
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

.contents__input-area .text-area.select select.requierd {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area .text-area.select span {
    position: absolute;
    right: 54.5px;
    height: 32px;
    border-right: 2px solid #CCCCCC;
}

.contents__input-area .text-area.select.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
}

.contents__input-area .text-area.select.required::before {
    content: "";
    position: absolute;
    top: 60%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #D9300A;
}

.contents__input-area .text-area.select.required::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #FAE9E5;
    z-index: 2;
}

.contents__input-area .text-area.select.select_arrow::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    z-index: 2;
}

.contents__input-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.contents__input-title .contents__icon {
    font-size: 14px !important;
    border: 1px solid;
    padding: 0 11px;
    border-radius: 5px;
    color: #D9300A;
    padding-top: 0;
    margin-right: 14px;
    height: 26px;
    margin-top: 4px;
    display: inline-block;
    white-space: nowrap;
}

.contents__input-title .contents__icon_blank {
    font-size: 14px !important;
    border: 1px solid;
    padding: 0 11px;
    border-radius: 5px;
    color: #ffffff00;
    padding-top: 0;
    margin-right: 14px;
    height: 26px;
    margin-top: 4px;
    display: inline-block;
    white-space: nowrap;
}

.contents__input-title p {
    font-weight: bold;
    line-height: 1.75;
    font-size: 18px;
}

.contents__example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
}

.contents__example-01 {
    margin-top: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
}

.contents__example-01 .example {
    width: 178px;
    height: 32px;
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(34, 34, 34, 0.7);
    color: #fff;
    margin-top: 10px;
    position: relative;
}

.contents__example-01 .example::after {
    content: "";
    position: absolute;
    top: 44%;
    left: 100%;
    margin-top: -14px;
    border: 16px solid transparent;
    border-left: 14px solid rgba(34, 34, 34, 0.7);
    z-index: 1;
}

.contents__example-01 p {
    margin-left: 20px;
    line-height: 1.75;
    font-size: 16px;
}

.contents__example p {
    margin-left: 20px;
    line-height: 1.75;
    font-size: 16px;
}

.contents__example .example {
    width: 91px;
    height: 32px;
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(34, 34, 34, 0.7);
    color: #fff;
    margin-top: 10px;
    position: relative;
}

.contents__example .example::after {
    content: "";
    position: absolute;
    top: 42%;
    left: 100%;
    margin-top: -14px;
    border: 16px solid transparent;
    border-left: 14px solid rgba(34, 34, 34, 0.7);
    z-index: 1;
}

.contents__example.block {
    display: block;
    margin-top: 10px;
    width: 900px;
    line-height: 1.75;
}

.contents__example.block figure {
    width: 233px;
}

.contents__example.block img {
    width: 100%;
}

.contents__example.block .example {
    width: 25%;
    height: 32px;
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(34, 34, 34, 0.7);
    color: #fff;
    margin-top: 10px;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
}

.contents__example.block .example::after {
    content: "";
    position: absolute;
    top: 43%;
    left: 225px;
    margin-top: -14px;
    border: 16px solid transparent;
    border-left: 14px solid rgba(34, 34, 34, 0.7);
    z-index: 1;
}

.contents__example.block p {
    margin-top: 5px;
    margin-left: 0;
    font-size: 16px;
}

.save-point {
    position: fixed;
    right: 0;
    width: 160px;
    height: 100px;
    background: #444444;
    bottom: 20px;
    display: block;
    padding: 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 2;
}

.save-point a {
    width: 100%;
    height: 60px;
    background: #D9300A;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 1px -1px #222;
    box-shadow: -1px 3px 1px -1px #222;
}

.save-point a:hover {
    opacity: 0.75;
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    font-size: 18px;
}

.btn :hover {
    opacity: 0.75;
}

.btn a {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    padding: 24px 0;
    position: relative;
    background: #AAAAAA;
    width: 163px;
    height: 70px;
    margin-right: 40px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right: 12px solid #fff;
}

.btn p {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    padding: 24px 0;
    position: relative;
    background: #AAAAAA;
    width: 163px;
    height: 70px;
    margin-right: 40px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right: 12px solid #fff;
}

.btn .back {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #AAAAAA;
    width: 163px;
    height: 70px;
    margin-right: 40px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn .back:hover {
    opacity: 0.75;
}

.btn .back::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right: 12px solid #fff;
}

.btn .back input {
    margin: 0;
    width: 100%;
    height: 70px;
}

.btn .plus {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #0B58AF;
    width: 100px;
    height: 60px;
    margin-right: 40px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn .plus:hover {
    opacity: 0.75;
}

.btn .plus input {
    margin: 0;
    width: 100%;
    height: 60px;
}

.btn .minus {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #F44336;
    width: 100px;
    height: 60px;
    margin-right: 40px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn .minus:hover {
    opacity: 0.75;
}

.btn .minus input {
    margin: 0;
    width: 100%;
    height: 60px;
}

.btn .submit {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #0B58AF;
    width: 299px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn .submit:hover {
    opacity: 0.75;
}

.btn .submit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 12px solid #fff;
}

.btn .submit input {
    width: 100%;
    height: 70px;
}

.error-message {
    font-size: 18px;
    color: #D9300A;
    margin-top: 10px;
    display: none;
}

.validate-message {
    margin-left: 65px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.info-message {
    font-size: 0.9em !important;
    margin-top: 10px;
    margin-left: 65px;
}

footer {
    background-color: #444444;
    height: 70px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 28px 0;
    position: absolute;
    font-size: 12px;
}

input.required {
    background-color: #FAE9E5;
    border: 1px solid #D9300A;
    height: 50px;
}

input.required>* {
    color: #0B58AF;
}

input:placeholder-shown {
    padding-left: 20px;
}

input::placeholder {
    opacity: 0.4;
}

input:read-only {
    padding-left: 20px;
}

input[type="button"]:read-only,
input[type="submit"]:read-only {
    padding-left: 0px;
}

.form-validate {
    font-size: 18px;
    color: #D9300A;
    margin-top: 10px;
}

.form-validate__text {
    font-size: 18px;
    color: #D9300A;
    margin-top: -10px;
    margin-bottom: 15px;
    margin-left: 65px;
}

.form-validate__check {
    font-size: 18px;
    color: #D9300A;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 65px;
}

.form-validate__select {
    font-size: 18px;
    color: #D9300A;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 65px;
}

.mg-0 {
    margin: 0 !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-65 {
    margin-left: 65px;
}

.mr-40 {
    margin-right: 40px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pb-0 {
    padding-top: 0px !important;
}

.pb-130 {
    padding-bottom: 130px;
}

.wd-100 {
    width: 100px;
}

.wd-150 {
    width: 150px;
}

.wd-280 {
    width: 280px;
}

.lh-20 {
    line-height: 2em;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.fs-14 {
    font-size: 14px;
}

.content-none::before {
    content: none !important;
}

.content-none::after {
    content: none !important;
}

.required {
    color: #D9300A;
}

.error {
    font-size: 18px;
    color: #D9300A;
    margin-left: 25px;
}

.btn_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    font-size: 18px;
}

.btn_area :hover {
    opacity: 0.75;
}

.btn_area a {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    padding: 24px 0;
    position: relative;
    background: #AAAAAA;
    width: 163px;
    height: 70px;
    margin-right: 40px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn_area a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right: 12px solid #fff;
}

.btn_area p {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    padding: 24px 0;
    position: relative;
    background: #AAAAAA;
    width: 163px;
    height: 70px;
    margin-right: 40px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn_area p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right: 12px solid #fff;
}

.btn_area .submit {
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #0B58AF;
    width: 299px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.btn_area .submit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 12px solid #fff;
}

.btn_area .submit input {
    width: 100%;
    height: 70px;
}

.btn_blue {
    background: #0B58AF !important;
}

.btn_red {
    background: #D9300A !important;
}

.btn_green {
    background: #29b092 !important;
}

.info_text {
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 10px 15px 10px;
}

.info_message {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5;
    margin: 0 10px 15px 10px;
}

.contents__group-title {
    font-size: 28px !important;
    font-weight: bold;
    border-left: 7px solid #fff;
    background-color: #0B58AF;
    color: #fff;
    padding-left: 20px;
}

.question_group_footer_border {
    border-bottom: 3px solid #999999;
}

.repeart_area {
    margin-bottom: 5px;
    background-color: #0dc2ff14;
    border-radius: 6px;
}

.preview-back {
    position: fixed;
    right: 0;
    width: 160px;
    height: 100px;
    background: #444444;
    bottom: 20px;
    display: block;
    padding: 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 2;
}

.preview-back a {
    width: 100%;
    height: 60px;
    background: #AAAAAA;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 1px -1px #cccccc;
    box-shadow: -1px 3px 1px -1px #cccccc;
}

.preview-back a:hover {
    opacity: 0.75;
}

.direct_page_preview {
    cursor: hand;
}

body header h1 {
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.bc_white {
    background-color: #ffffff !important;
}

.cl_red {
    color: #D9300A;
}

.cl_bold {
    font-weight: bold;
}
