@charset "UTF-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');


/* reset start ----------------------------------------------------------------*/

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

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

ul,li,ol,dl {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

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

a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

* {
    /*-webkit-appearance: none;*/
}



/* reset end ----------------------------------------------------------------*/

.pcmode {
    display: ;
}

.spmode {
    display: none !important;
}

@media screen and (max-width: 425px) {
    .pcmode {
        display: none !important;
    }
    .spmode {
        display: inline !important;
    }
}

@media screen and (max-width: 768px) {
    .tel-link a {
        color: #000;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

html {
    color: #000;
    font-size: 62.5%;
    font-family: 'Noto Sans Japanese', sans-serif;
}

textarea,
input {
    font-family: 'Noto Sans Japanese', sans-serif;
}

body {
    font-size: 1.6rem;
    letter-spacing: 1px;
    overflow: auto;
}

img {
    vertical-align: top;
}

.t_right {
    text-align: right;
}


/* Template_type --------------------------------------------------------------- */


/* clearfix */

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

.object-fit {
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
}


/* wrapper */

#wrapper {
    overflow: hidden;
}


/* header */

#header {}

#header h1 {
    margin-bottom: 60px;
    text-align: center;
    border-bottom: 1px solid #EEE;
}

@media screen and (max-width: 767px) {
    #header h1 {
        margin-bottom: 20px;
    }
}

#header h1 span {
    display: inline-block;
    padding: 20px 0 20px 0;
    /* font-size: 3rem; */
    line-height: 100%;
    /*background: url(../img/header/logomark.png) no-repeat 0 center;*/
}






/* cap */


/* c02-02 */

.c02-01 {
    margin-bottom: 20px;
    text-align: center;
}

.c02-01 span {
    display: inline-block;
    font-size: 3rem;
    font-weight: normal;
    line-height: 160%;
}

@media screen and (max-width: 666px) {
    .c02-01 span {
        font-size: 2rem;
    }
}

@media screen and (max-width: 374px) {
    .c02-01 span {
        font-size: 1.6rem;
    }
}



/* c03-01 */

.c03-01 {
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 170%;
    background: #F3F3F3;
}

@media screen and (max-width: 666px) {
    .c03-01 {
        padding: 10px;
        margin-bottom: 10px;
        color: #FFF;
        background: #0a73ba;
    }
}

@media screen and (max-width: 374px) {
    .c03-01 {
        font-size: 1.4rem;
    }
}



/* t01 */

.t01 {}

.t02 {
    font-size: 1.4rem;
    line-height: 220%;
}

.t02-02 {
    font-size: 1.4rem;
    line-height: 180%;
}

.t02-03 {
    font-size: 1.4rem;
    line-height: 200%;
}

@media screen and (max-width: 767px) {
    .t02,
    .t02-02,
    .t02-03 {
        font-size: 1.3rem;
        line-height: 160%;
    }
}

@media screen and (max-width: 374px) {
    .t02,
    .t02-02,
    .t02-03 {
        font-size: 1.1rem;
        line-height: 160%;
    }
}



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


/* inner */

.inner {
    margin: 0 auto;
}

.w860 {
    width: 860px;
}

.w1080 {
    width: 1080px;
}

@media screen and (max-width: 1080px) {
    .w1080,
    .w860 {
        width: 94%;
    }
}



/* color */

.red {
    color: #E50000;
}


/*  margin padding */

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
    .mt10 {
        margin-top: 5px !important;
    }
    .mt20 {
        margin-top: 10px !important;
    }
    .mt30 {
        margin-top: 15px !important;
    }
    .mt40 {
        margin-top: 20px !important;
    }
    .mt50 {
        margin-top: 25px !important;
    }
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
    .mb10 {
        margin-bottom: 5px !important;
    }
    .mb20 {
        margin-bottom: 10px !important;
    }
    .mb30 {
        margin-bottom: 15px !important;
    }
    .mb40 {
        margin-bottom: 20px !important;
    }
    .mb50 {
        margin-bottom: 25px !important;
    }
    .mb60 {
        margin-bottom: 30px !important;
    }
    .mb70 {
        margin-bottom: 35px !important;
    }
    .mb80 {
        margin-bottom: 40px !important;
    }
    .mb90 {
        margin-bottom: 45px !important;
    }
    .mb100 {
        margin-bottom: 50px !important;
    }
}


.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

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

.mr50 {
    margin-right: 50px !important;
}

@media screen and (max-width: 767px) {
    .mr10 {
        margin-right: 5px !important;
    }
    .mr20 {
        margin-right: 10px !important;
    }
    .mr30 {
        margin-right: 15px !important;
    }
    .mr40 {
        margin-right: 20px !important;
    }
    .mr50 {
        margin-right: 25px !important;
    }
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

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

.ml50 {
    margin-left: 50px !important;
}

@media screen and (max-width: 767px) {
    .ml10 {
        margin-left: 5px !important;
    }
    .ml20 {
        margin-left: 10px !important;
    }
    .ml30 {
        margin-left: 15px !important;
    }
    .ml40 {
        margin-left: 20px !important;
    }
    .ml50 {
        margin-left: 25px !important;
    }
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}



/* common-table */

.common-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}


/* type01 */

.common-table.type01 {
    border-top: 1px solid #DDD;
}

@media screen and (max-width: 666px) {
    .common-table.type01 {
        border-top: 0;
    }
}

.common-table.type01 tr {
    border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 666px) {
    .common-table.type01 tr {
        display: block;
        border-bottom: 0;
    }
}

.common-table.type01 th,
.common-table.type01 td {
    padding: 18px 0;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

@media screen and (max-width: 666px) {
    .common-table.type01 th,
    .common-table.type01 td {
        display: block;
        padding: 10px;
    }
}

.common-table.type01 th {
    width: 280px;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 1080px) {
    .common-table.type01 th {
        width: 170px;
    }
}

@media screen and (max-width: 666px) {
    .common-table.type01 th {
        width: 100%;
        font-size: 1.4rem;
        background: #EFEFEF;
    }
}



.common-table.type01 td {
    font-size: 1.4rem;
}

@media screen and (max-width: 666px) {
    .common-table.type01 td {
        margin-bottom: 10px;
        width: 100%;
        font-size: 1.2rem;
    }
}

.common-table.type01 th .enable {
    display: inline-block;
    margin: 0 0 2px 12px;
    padding: 0 6px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #E50100;

    border-radius: 2px;
}


/* type02 */

.common-table.type02 {}

.common-table.type02 tr {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 666px) {
    .common-table.type02 tr {
        padding: 15px 0;
    }
}


.common-table.type02 tr:first-child {
    padding-top: 0;
}

.common-table.type02 th,
.common-table.type02 td {
    display: block;
    width: 100%;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

.common-table.type02 th {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 666px) {
    .common-table.type02 th {
        font-size: 1.4rem;
    }
}

.common-table.type02 td {
    font-size: 1.4rem;
}

@media screen and (max-width: 666px) {
    .common-table.type02 td {
        font-size: 1.2rem;
    }
}


.common-table.type02 th .enable {
    display: inline-block;
    margin: 0 0 2px 12px;
    padding: 0 6px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: middle;
    background: #E50100;

    border-radius: 2px;
}


/* common-btn */

.common-btn {
    text-align: center;
}

.common-btn a {
    text-decoration: none;
    transition: ease 0.25s all;
}


/* type01 */

.common-btn.type01 a {
    color: #FFF;
    width: 300px;
    text-align: center;
    line-height: 70px;
    background: #0a73ba;

    border: 1px solid transparent;
}
@media screen and (max-width: 767px){
    .common-btn.type01 a {
        border-radius: 20px;
        line-height: 40px;
    }
}

.common-btn.type01 a:hover {
    color: #0a73ba;
    background-color: #FFF;
    border-color: #0a73ba;
}




/* edit-area.entry */

.edit-area {
    margin-bottom: 100px;
}

.edit-area .p_input_box {
    display: inline-block;
    width: auto;
}

.edit-area .color01 {
    color: #E50100;
}

.edit-area .privacy-box {
    margin-bottom: 30px;
    padding: 26px;
    width: 100%;
    height: 250px;
    border: 1px solid #DDD;
    box-sizing: border-box;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
    .edit-area .privacy-box {
        margin-bottom: 20px;
        padding: 10px;
        height: 150px;
    }
}


.edit-area .privacy-box dl dt{
    font-weight: bold;
}
.edit-area .privacy-box dl dd{
    margin-bottom: 10px;
}



.edit-area .privacy-input {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.4rem;
}

@media screen and (max-width: 374px) {
    .edit-area .privacy-input {
        font-size: 1.2rem;
    }
}


.edit-area .wmax {
    width: 100%;
}

.edit-area .w80 {
    width: 80px;
}

@media screen and (max-width: 666px) {
    .edit-area .w80 {
        width: 50px;
    }
}

.edit-area .w120 {
    width: 120px;
}

@media screen and (max-width: 666px) {
    .edit-area .w120 {
        width: 90px;
    }
}

@media screen and (max-width: 374px) {
    .edit-area .w120 {
        width: 75px;
    }
}

.edit-area .w140 {
    width: 140px;
}

@media screen and (max-width: 666px) {
    .edit-area .w140 {
        width: 110px;
    }
}

@media screen and (max-width: 374px) {
    .edit-area .w140 {
        width: 90px;
    }
}

.edit-area .w230 {
    width: 230px;
}

@media screen and (max-width: 666px) {
    .edit-area .w230 {
        width: 200px;
    }
}

.edit-area .w580 {
    width: 580px;
}

@media screen and (max-width: 666px) {
    .edit-area .w580 {
        width: 100%;
    }
}


.edit-area input[type=text],
.edit-area input[type=number],
.edit-area input[type=tel],
.edit-area input[type=email],
.edit-area textarea {
    border: 2px solid #DDD;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.edit-area input[type=text],
.edit-area input[type=number],
.edit-area input[type=tel],
.edit-area input[type=email] {
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.edit-area textarea {
    width: 100%;
    padding: 10px;
    height: 170px;
}

.edit-area input[type=checkbox] {
    display: none;
}

.edit-area input[type=checkbox]+label {
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.edit-area input[type=checkbox]+label:before {
    display: inline-block;
    content: "\f372";
    font-family: "ionicons";
    color: #ccc;
    font-size: 1.8rem;
    vertical-align: middle;
}

.edit-area input[type=checkbox]:checked+label:before {
    content: "\f373";
    color: #E50100;
}


.edit-area input[type=radio] {
    display: none;
}

.edit-area input[type=radio]+label {
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.edit-area input[type=radio]+label:before {
    display: inline-block;
    content: "\f3a6";
    font-family: "ionicons";
    color: #ccc;
    font-size: 1.9rem;
    vertical-align: top;
}

.edit-area input[type=radio]:checked+label:before {
    content: "\f375";
    color: #E50100;
    vertical-align: top;
}


.edit-area select {
    font-size: 1.4rem;
    border: 2px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 16px;
}


/* file-btn*/

.edit-area .file-btn {
    display: inline-block;
    width: 130px;
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    line-height: 38px;
    border: 1px solid #DDD;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+13,e6e6e6+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(230, 230, 230, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 13%, rgba(230, 230, 230, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 13%, rgba(230, 230, 230, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    /* IE6-9 */
    transition: ease 0.25s all;
}

.edit-area .file-btn:hover {
    border-color: #000;
}

.edit-area input[type=file].file-btn {
    display: none;
}



/* del-btn */

.edit-area .del-btn {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-size: 1.4rem;
    line-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.edit-area .del-btn:before {
    display: inline-block;
    margin-right: 5px;
    content: "\f128";
    font-size: 1.5rem;
    line-height: 100%;
    font-family: "ionicons";
    transition: ease 0.25s all;
}

.edit-area .del-btn:hover:before {
    color: #E50100;
}


/* submit-btn */

.edit-area .submit-box {
    margin-top: 70px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .edit-area .submit-box {
        margin-top: 30px;
    }
}

.edit-area .submit-btn,
.edit-area .back-btn {
    display: inline-block;
    margin: 0 20px 40px;
    width: 380px;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 70px;
    text-align: center;
    background: #E50100;
    border: 1px solid transparent;
    -webkit-appearance: none;
    cursor: pointer;
    transition: ease 0.25s all;
    letter-spacing: 1px;
    border-radius: 35px;
}

@media screen and (max-width: 767px) {
    .edit-area .submit-btn,
    .edit-area .back-btn {
        margin: 0 1%;
        width: 75%;
    }
}

.edit-area .submit-btn:hover {
    color: #E50100;
    border-color: #E50100;
    background: #FFF;
}

.edit-area .back-btn {
    width: 200px;
    color: #000;
    background: #EEE;
}

@media screen and (max-width: 767px) {
    .edit-area .back-btn {
        width: 20%;
    }
}

.edit-area .back-btn:hover {
    color: #FFF;
    background: #000;
}



/* photo-area */

.photo-area {
    letter-spacing: -0.5rem;
}

.photo-area * {
    letter-spacing: 1px;
}

.photo-area .title {
    margin-bottom: 10px;
}

.photo-area .box {
    display: inline-block;
    width: 48%;
}

@media screen and (max-width: 666px) {
    .photo-area .box {
        display: block;
        width: 100%;
    }
}

.photo-area .box.left {
    margin-right: 4%;
}

@media screen and (max-width: 666px) {
    .photo-area .box.left {
        margin-bottom: 20px;
    }
}

.photo-area .choose-set {
    letter-spacing: -0.5rem;
}

.photo-area .choose-set * {
    letter-spacing: 1px;
}

.photo-area .choose-set .thum {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.photo-area .choose-set .thum img {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
    object-position: center center;
    background: #EFEFEF;
    box-sizing: border-box;
}

.photo-area .choose-set .btn-set {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: calc(100% - 130px);
    height: 120px;
    vertical-align: middle;
    text-align: center;
}

.photo-area .choose-set .btn-set .file-btn {
    margin-bottom: 10px;
}

.photo-area .choose-set .btn-set .enable {
    margin-bottom: 10px;
}


/* portfolio-area */

.portfolio-area {
    margin-top: 10px;
}

.portfolio-area .set-box {
    margin-bottom: 10px;
}

.portfolio-area .file-btn {
    margin-right: 10px;
}



/* submit_box */

.submit_box {
    margin-top: 6px;
    padding-top: 50px;
    border-top: 1px #DDD solid;
    cursor: pointer;
}


.mynavi{
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: center;
}