@charset "utf-8"; @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); @import url(https://fonts.googleapis.com/css?family=Open+Sans); /* 全体


/* 全体設定　
/////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a,dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: inherit;
}

body {
    font-family: "Open Sans", "Noto Sans CJK JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 0.85rem;
    font-feature-settings: "palt";
    font-weight: 300;
    margin: 0;
    line-height: 1.7;
    letter-spacing: 0.15em;
    background: #ecf5fa;
}

/* マージン・パディング全て幅に梱包 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", "Noto Sans CJK JP";
}

textarea,
select {
	margin: .5em 0 !important;
	border: 1px solid #CCC !important;
    padding: 0.4em;
    border-radius: 0.3em;
    font-size: 1rem;
}

section > div {
    padding: 3% 5% 0;
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 1.0em;
    }

    section > div > p {
        text-align: center;
        font-size: 1.125rem;
        margin: 1em auto;
    }
}

@media only screen and (min-width: 1000px) {
    section > div {
        max-width: 1080px;
        margin: 0 auto;
        padding-top: 0;
    }
}



/* 共通設定　
/////////////////////////////////////////////////////////////////////////////////// */

a {
    text-decoration: none;
    color: #777;
    transition: all 0.2s ease;
}

a:hover {
    color: #14a0dc;
    opacity: 0.8;
}

.btn a {
    position: relative;
    background-color: #fb6274;
    color: #FFF;
    display: block;
    height: 100%;
    border-radius: 5px;
    padding: 0.8em 1.5em;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: center;
}

.btn a::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 1.0em;
    width: 12px;
    height: 12px;
    margin: auto;
    content: '';
    transform: rotate(45deg);
    border-width: 3px 3px 0 0;
    border-style: solid;
}

.btn a:hover {
    color: #FFF;
}

.note {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #666;
    text-align: left;
    margin: 20px 0;
}

.error-info {
    background: #fff;
    padding: .5em;
    font-size: 1em;
    color: #fa4651;
    font-weight: 600;
    border: 1px solid #fa4651;
}

.limit {
    font-size: 12px;
    color: #808083;
    font-weight: normal !important;
    font-style: normal;
    padding: 1px 7px 0;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 2px;
    border: 1px solid #AEAEAE;
    background: #eee;
}

.must {
    background: #fff;
    border: 1px solid #fa4651;
    color: #fa4651;
    padding: .4em .5em;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.8em;
    border-radius: 0.3em;
    margin-left: .5em;
    margin-bottom: 0.3em;
    word-break: keep-all;
    display: inline-block;
}

.arbitrary{
    background: #fff;
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    padding: .4em .5em;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.8em;
    border-radius: 0.3em;
    margin-left: .5em;
    margin-bottom: 0.3em;
    word-break: keep-all;
    display: inline-block;
}

.error {
    color: #f00;
    position: relative;
    padding-left: 1.8em;
    margin-top: .5em;
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    letter-spacing:0.07rem;
}

.error::before {
    content:"";
    display: inline-block;
    position: absolute;
    background: url("../img/error.png") top left no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin: 0;
    top:0;
    left:0;

}

.kome {
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-top: 0.4rem;
    font-size: 0.85rem;
}


/* mv
/////////////////////////////////////////////////////////////////// */
.l-mv {
    background: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding: 70px 3% 7em;
}

.mv__logo--sky {
    position: absolute;
    top: 13px;
    left: 20px;
}

.mv__logo--sky img {
    display: inline-block;
    width: 80px;
    height: auto;
}

.mv__ttl__bg {
    background: url("../img/ttl_blue.jpg") center;
    background-size: contain;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.mv__ttl {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (min-width: 35.5em) {
    .l-mv {
        padding: 70px 5% 8em;
    }
    .mv__ttl {
        font-size: 1.875rem;
    }

}

@media only screen and (min-width: 48em) {
    .mv__logo--sky {
        top: 20px;
    }

    .mv__ttl {
        font-size: 2.1875rem;
    }
}

@media only screen and (min-width: 64em) {
    .l-mv {
        padding: 70px 5% 8em;
    }

    .mv__ttl {
        font-size: 2.5rem;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10・11に指定するスタイルを記入 */
    .mv__ttl__bg {
        background: none;
        color: #0985c8;
    }
    .mv__ttl {
        color: #0985c8;
    }
  }

.contents_flow {
    padding-top: 2em!important;
    position: relative;
    padding: 0 3%;
    max-width: 600px;
    margin: -5.6em auto 0;
}

.contents_flow ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.contents_flow li {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1em;
}

.contents_flow li img {
    z-index: 1;
    width: 90px;
    height: 90px;
}

.contents_flow li:first-of-type:before,
.contents_flow li:last-of-type:before {
    content: "";
    background: #cccccc;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
}

.contents_flow li:first-of-type:before {
    left: 0;
    background: none!important;
}

.contents_flow li:before,
.contents_flow li:after {
    content: "";
    background: #ccc;
    width: 50%;
    height: 20px;
    top: calc(50% - 10px);
    z-index: 2;
    position: absolute;
    right: 0;
    z-index: 0;
}

.contents_flow li:before {
    left: 0;
}

.contents_flow li:last-of-type:after {
    background: none;
}

@media only screen and (min-width: 35.5em) {
    .contents_flow li img {
        width: auto;
        height: auto;
    }
}


/* form wrap
----------------------------------------------------------------------------------- */
#form__wrap {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 0;
}

#form__wrap > div {
    padding: 0 0 50px;
    max-width: 860px;
    width: 90%;
    margin: 0 auto;
}

#form__wrap form {
    display: block;
    padding: 0;
    max-width: 860px;
    width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width: 35.5em) {
    #form__wrap {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 48em) {
    #form__wrap {
        padding-bottom: 5em;
    }
}

@media only screen and (min-width: 64em) {
    #form__wrap {
        padding-top: 3.5em;
    }
}

/* title
----------------------------------------------------------------------------------- */
.formContentsTtl__lv4 {
    color: #4c4c4c;
    font-size: 1.8em;
    margin: 0;
    line-height: 1em;
    padding-bottom: 0.7em;
    font-family: fot-tsukuardgothic-std, Noto Sans CJK JP, sans-serif;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.formContentsTtl__lv4::after {
    content: "";
    height: 4px;
    width: 2.5em;
    background: #0985c8 url("../img/border_blue.jpg") center;
    margin-top: 1em;
    border-radius: 15px;
}

.formContentsTtl__lv4:first-of-type {
    margin-top: 1em;
}

.formContentsTtl__lv4 span {
    font-size: 0.5em;
    line-height: 1em;
    display: block;
    margin: 0.9em 0 0;
    font-weight: 500;
}

.formContentsTtl__lv5 {
    text-align: left;
    font-size: 1.125rem;
    color: #0985c8;
}

@media only screen and (min-width: 768px) {
    .formContentsTtl__lv5 {
        font-size: 1.25rem;
    }
}


/* form contents
----------------------------------------------------------------------------------- */
.contents__lead {
    margin-bottom: 2em;
    font-size: 1.1em;
    font-weight: 500;
}

.formBoxList {
    width: 100%;
    margin: 0;
    border-radius: 1rem;
    box-sizing: border-box;
    padding: 1rem 0rem;
    list-style: none;
}

.formBoxList__item{
    border-bottom: 1px dotted #ccc;
    display: flex;
    flex-flow: column;
    width: 100%;
}

.formBoxList__item__title {
    text-align: left;
    width: 100%;
    padding: 0em 1em 0em 0;
    font-size: 1.125rem;
    color: #2e8fcc;
    font-weight: 600;
}

.enq__box {
    margin: 1em 0 4em;
    background: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
    padding: 2rem 2rem;
    box-shadow: 0 0 20px 0px rgba(0,0,0,.1);
}

.ans_text {
    text-align: left;
    margin: 0.5em 0 1em;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.1em;
    word-break: break-all;
}

.form__list {
    list-style: none;
    text-align: left;
}

.form__txt {
    width: 100%!important;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    box-sizing: border-box;
}

.form__txt .ans_text {
    margin-bottom: 0;
}

.form__txt textarea {
    width: 100%;
}

.form__txt ul {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.form__txt ul li {
    color: #333333;
    list-style: none;
    padding: 4px 0;
    font-size: 0.9em;
    text-align: left;
}

li input[type=radio], li input[type=checkbox] {
    /* for IE8 */
    position: relative;
    left: 0;
    display: none;
}

li label {
    display: inline-block;
    padding: 5px 20px 5px 35px;
    font-weight: 400;
    transition: all .2s;
    cursor: pointer;
    position: relative;
}

li label:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

/*ラジオボタン*/
li input[type="radio"] + label:before {
    border-radius: 1rem;
}

li input[type="radio"] + label:after {
    background: #0985c8;
    border-radius: 1rem;
    width: 0px;
    height: 0px;
    left: calc(0.8rem + 8px);
    top: calc(50% - 1px);
    transition: width .2s,height .2s,top .2s,left .2s;
}

li input[type="radio"]:checked + label:after {
    width: 8px;
    height: 8px;
    left: calc(0.8rem + 3px);
    top: calc(50% - 5px);
}

li label:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: calc(0.8rem + 3px);
    top: calc(50% - 6px);
}

/*チェックボックス*/
li input[type="checkbox"] + label:after {
    border-right:2px solid #0985c8;
    border-bottom: 2px solid #0985c8;
    width: 0px;
    height: 0px;
    opacity: 0;
    left: 5px;
    transform: rotate(45deg);
    transition: width .2s,height .2s,top .2s,left .2s;
}

li input[type="checkbox"]:checked + label:before{
    border: 1px solid #0985c8;
}

li input[type="checkbox"]:checked + label:after {
    width: 8px;
    height: 10px;
    opacity: 1;
}

li label:hover {
    color: #0985c8;
}

.formBoxList__item {
    text-align: left;
    padding: 1em 0 2em;
}

.formBoxList__item:last-of-type {
    border: none;
}

.formBoxList__item__detail {
    display: flex;
    text-align: center;
    width: 100%;
    padding: .5em 0;
    justify-content: center;
    flex-flow: column;
}

.enq__box .separate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
}

.enq__box .separate > div {
    padding-right: 1em;
    text-align: left;
    width: 50%;
}

.enq__box input, .enq__box select, .form__txt input {
    padding: 0.4em;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.3em;
}

.enq__box textarea.error, .enq__box input.error, .form__txt input.error {
    padding: 0.4em;
    border: 1px solid #fa4651 !important;
    background-color:#ffeced;
    color: #333;
}

@media only screen and (min-width: 768px) {
    .enq__box {
        padding: 2rem 3rem;
        margin: 1em 0 6em;
    }

    .formBoxList {
        padding: 0;
    }

    .formBoxList__item__title {
        padding: 0.5em 1em 0.5em 0;
        text-align: left;
    }

    .formBoxList__item__detail {
        text-align: left;
    }

    .enq__box input, .enq__box select, .form__txt input {
        padding: 0.4em;
        font-size: 1rem;
    }
    .enq__box .separate--kanji input {
        width: 90%;
    }
    .enq__box .separate--kana input {
        width: 86%;
    }
}

/* seal
/////////////////////////////////////////////////////////////////////////////////// */
.spiral_info {
    display: flex;
    width: 100%;
    flex-flow: column;
}

#privacy-mark {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1rem;
}

.privacy-mark-txt {
    width: 100%;
    font-size: 0.8em;
    padding-left: 0;
}

.privacy-mark-txt br {
    display: none;
}

@media only screen and (min-width: 768px) {
    #footer01-wrapper > div {
        padding: 50px;
    }

    .spiral_info {
        width: 100%;
        flex-flow: row;
    }

    #privacy-mark {
        width: 30%;
        margin-bottom: 0;
    }

    .privacy-mark-txt {
        width: 70%;
        padding-left: 2em;
        text-align: left;
    }
}

#sendbox {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    /* display: flex;
    justify-content: center; */
}

#sendbox div .btn {
    position: relative;
    background-color: #ff9900;
    color: #FFF;
    display: block;
    border-radius: 4rem;
    padding: 0.6em 1.5em;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .2s;
    margin: .5em auto;
    width: 100%;
    outline: none;
    font-family: "Open Sans", "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

#sendbox div .btn--blue {
    background-color: #0985c8;
    max-width: 500px;
}

#sendbox div .small {
    padding: 0.6em 1.5em;
    font-size: 1.1rem;
}

#sendbox .back__btn .btn {
    border: 2px solid #0985c8;
    background-color: #fff;
    color: #0985c8;
    font-weight: 500;
}

#sendbox div {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 1em;
}

#thanks #sendbox div {
    width: 70%;
    margin: 0 auto;
}

#sendbox .btn:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 768px) {
    #sendbox div .btn {
        font-size: 1.3rem;
        padding: 0.8em 1.5em;
    }
}

/* 注意　
/////////////////////////////////////////////////////////////////////////////////// */
.contents__info{
	display: block;
	padding: 1em;
	max-width: 860px;
	width: 90%;
	margin: 0 auto 5em auto;
	background-color: #fffee2;
	border-radius: 1rem;
}
@media only screen and (min-width: 768px) {
	.contents__info{
		padding: 2em;
	}
}
.list-normal{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.list-normal li{
	margin: .4em 0 0 0;
	padding-left: 1em;
	text-indent: -.5em;
}
.list-normal li:first-child{
	margin-top: 0;
}
.list-normal li:before {
	content: "・";
	width: 1em;
	color: #54483D;
}
/* お問い合わせ
/////////////////////////////////////////////////////////////////////////////////// */
.inquiry {
    background: #fff;
}

.inquiry > div {
    padding: 3% 5%;
}

#thanks .inquiry > div {
    padding: 30px;
    margin: 2em auto;
}

.inquiry__logo {
    max-width: 218px;
    margin: 1em 0 2em;
}

.inquiry__logo a:hover {
    opacity: 1;
}

.inquiry__detail {
    border: 1px solid #DDD;
    padding: 3%;
    margin: 0 auto;
}

.inquiry__title {
    font-size: 1.0rem;
    font-weight: 700;
    margin-bottom: .5em;
}

.inquiry__name {
    font-size: .85rem;
}

@media only screen and (min-width: 768px) {
    .inquiry > div {
        padding: 50px;
    }

    .inquiry__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .inquiry__logo {
        margin-bottom: 0;
        margin-right: 3em;
    }

    .inquiry__detail {
        border: none;
        padding: 0;
    }
}

/*privacy*/
#privacy {
    margin: 4em auto;
    width: 100%;
}

.privacy__title {
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 2em;
}

.privacy__title br {
    display: none;
}

.privacy__text {
    height: 9em;
    overflow: auto;
    background: #fff;
    padding: 1.5em;
    font-size: 0.8em;
    text-align: left;
    border: 1px solid #ccc;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .privacy__title br {
        display:block;
    }
}

/* footer
/////////////////////////////////////////////////////////////////// */
.footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1em 5%;
    background-color: #003856;
    color: #fff;
    margin-top: 0;
}

.footer__logo {
    margin-bottom: .6em;
}

@media only screen and (min-width: 768px) {
    .footer {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer__logo {
        margin-bottom: 0;
    }
}

.pmark {
    margin: 3em 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmark >div {
    margin: 0 2em;
}

.sp {
    display: block;
}

@media only screen and (min-width: 768px) {
    .sp {
        display:none;
    }
}
