#work_head{
    background: rgb(253,235,240);
    background: linear-gradient(0deg, rgb(253,235,240) 0%, rgb(2253,235,240) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    padding-bottom: 28px;
    margin-top: 30px;
    margin-bottom: 95px;
}
#work_head .l-container02{
    display: flex;
    justify-content: center;
}
#work_head h1 {
    width: 740px;
    order: 2;
}
#work_head menu{
    width: 230px;
    order: 1;
    margin-top: 110px;
}
#work_head menu li{
    font-size: 17px;
    font-weight: 700;
    line-height: 150%;
    border-bottom: #ffffff solid 1px;
}
#work_head menu li a{
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    height: 80px;
    color: #224497;
    padding-left: 20px;
}
#work_head menu li a:before{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: #224497 solid 8px;
    border-top: transparent solid 6px;
    border-bottom: transparent solid 6px;
}
@media screen and (max-width:767px) {
    #work_head{
        margin-bottom: 50px;
    }
    #work_head .l-container02{
        display: block;
    }
    #work_head h1 {
        width: 100%;
    }
    #work_head menu{
        width: 100%;
        margin-top: 0;
    }
    #work_head menu ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #work_head menu li{
        width: 48%;
        font-size: 14px;
    }
    #work_head menu li a{
        height: 60px;
    }
}

article,.sec{
    margin-bottom: 50px;
}

p{
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}

a{
    color: #c7686b;
}
a:hover{
    text-decoration: none;
    color: #c7686b;
}

.soon{
    padding: 30px 0;
}

figcaption{
    font-size: 10px;
    line-height: 175%;
    text-align: left;
}

@media screen and (max-width:767px) {
    figcaption{
        text-align: center;
    }
}

/* work_ttl01 */
.work_ttl01{
    position: relative;
    padding: 28px 27px 28px 40px;
    background: #c2def4;
    font-size: 24px;
    font-weight: 700;
    color: #224497;
    border-bottom: #f7becf solid 5px;
    margin-bottom: 40px;
}
.work_ttl01:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 28px;
    height: calc(100% + 5px);
    background: url(../img/ttl_l.jpg) no-repeat center center / 100% 100%;
}
.work_ttl01:after{
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 28px;
    height: calc(100% + 5px);
    background: url(../img/ttl_r.jpg) no-repeat center center / 100% 100%;
}
@media screen and (max-width: 767px){
    .work_ttl01{
        font-size: 20px;
        padding: 20px 20px 20px 40px;
    }
}

/* work_ttl02 */
.work_ttl02{
    color:#3d62ac;
    border-bottom: #e6e6e6 solid 1px;
    padding-bottom: 10px;
    line-height: 175%;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 17px;
}

.work_ttl02 small{
    display: inline-block;
    line-height: 175%;
    font-size: 16px;
}
@media screen and (max-width: 767px){
    .work_ttl02{
        font-size: 18px;
    }
}

/* work_ttl03 */
.work_ttl03{
    padding-left: 23px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 175%;
    color: #3d62ac;
    border-left: solid 5px #333333;
}
.work_ttl03 small{
    font-size: .7em;
}
@media screen and (max-width: 767px){
    .work_ttl03{
        font-size: 18px;
    }
}

/* table.normal */
table.normal{
    width: 100%;
    background: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 175%;
}
table.normal:last-of-type{
    margin-bottom: 0;
}
table.normal th,
table.normal td{
    border:#e6e6e6 solid 1px;
}
table.normal th{
    padding:15px 17px;
    text-align: left;
    font-weight: bold;
    background: #f2f2f2;
    width: 150px;
    vertical-align: top;
}
table.normal td{
    padding: 15px 15px;
}

table.normal td span{
    display: inline-block;
}
table.normal td .big{
    font-size: 16px;
}
table.normal td span:not(:last-child){
    margin-bottom: 10px;
}

table.normal td .red{
    color: #D80000;
}
@media screen and (max-width: 767px){
    table.normal th,
    table.normal td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    table.normal th{
        border-bottom:none;
    }
    table.normal th br{
        display: none;
    }
    table.normal td b{
        font-size: 1em;
    }
}

/* ul.ul_normal */
ul.ul_normal li{
    font-size: 14px;
    line-height: 175%;
    position: relative;
    padding-left: 1em;
}

ul.ul_normal li:before{
    position: absolute;
    content: "●";
    color: #f7becf;
    font-size: 8px;
    left: 0;
    top: 0;
}

/* box2-1_row */
.box2-1_row{
    display: flex;
    justify-content: space-between;
}

.box2-1_row:not(:last-child){
    margin-bottom: 30px;
}

.box2-1_row > *:first-child{
    order: 2;
    width: 30%;
}

.box2-1_row > *:last-child{
    order: 1;
    width: 65%;
}

@media screen and (max-width: 767px){
    .box2-1_row{
        display: block;
    }

    .box2-1_row > *:first-child{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .box2-1_row > *:first-child img{
        width: 60%;
    }

    .box2-1_row > *:last-child{
        width: 100%;
    }
}

/* box1-2_row */
.box1-2_row{
    display: flex;
    justify-content: space-between;
}

.box1-2_row:not(:last-child){
    margin-bottom: 30px;
}

.box1-2_row > *:first-child{
    width: 30%;
}

.box1-2_row > *:last-child{
    width: 65%;
}

@media screen and (max-width: 767px){
    .box1-2_row{
        display: block;
    }

    .box1-2_row > *:first-child{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .box1-2_row > *:first-child img{
        width: 60%;
    }

    .box1-2_row > *:last-child{
        width: 100%;
    }
}

/* box1-1_row */
.box1-1_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box1-1_row > *{
    width: 48%;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px){
    .box1-1_row:not(.wide_fix) > *{
        width: 100%;
    }
}

/* box_3col */
.box_3col{
    float: left;
    width: 31.11%;
    margin-right: 3.33%;
}

.box_3col:nth-child(3n){
    margin-right: 0;
}

@media screen and (max-width: 767px){
    .box_3col{
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

/* movie_1col */
.movie_1col{
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.movie_1col:not(:last-child){
    margin-bottom: 30px;
}

@media screen and (max-width: 767px){
    .movie_1col{
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

    .movie_1col iframe{
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

/* movie_2col */
.movie_2col{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.movie_2col iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* invitation */
.invitation p{
    margin-bottom: 30px;
}
.invitation dl{
    margin-bottom: 40px;
}
.invitation dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 175%;
}
.invitation dd{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 175%;
}

@media screen and (max-width: 767px){
    .invitation dl{
        margin-bottom: 0;
    }
}

/* qa */
.qa .q {
    padding-bottom: 11px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #e55198;
    border-bottom: 1px solid #ccc;
    line-height: 175%;
}

.qa .a {
    font-size: 14px;
}

.qa .a a {
    position: relative;
    padding-left: 1.5em;
    color: #e55198;
    text-decoration: underline;
}

.qa .a a::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #e55198;
}

.qa .q span,
.qa .a span {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #e55198;
}

.qa section {
    margin-bottom: 30px;
}

.form_main .att{
    font-size: 14px;
    color:#D80000;
    margin-bottom: 10px;
}

/* form_main */
.form_main .v_mid{
    vertical-align: middle;
}
.form_main .v_top{
    vertical-align: top;
}
.form_main th span{
    color:#D80000;
}
.form_main table{
    line-height: 175%;
    margin-bottom: 40px;
}
.form_main th{
    width: 250px;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    vertical-align: top;
    padding: 5px 20px 5px 0;
}
.form_main td{
    width: 750px;
    font-size: 14px;
    padding: 5px 0;
    line-height: 175%;
}
.form_main label{
    display: inline-block;
    margin-right: 22px;
    font-size: 14px;
    line-height: 3em;
}
.form_main input[type="text"]{
    border:#ccc solid 1px;
    height: 35px;
    width:400px;
    margin-right: 10px;
}
.form_main input[type="text"].short{
    width:200px;
}

.form_main input[type="radio"]{
    margin-right: 10px;
}

.form_main textarea{
    font-size: 14px;
    padding: 10px;
    border:#ccc solid 1px;
    width: 500px;
    height: 100px;
    box-sizing: border-box;
}

.form_main select{
    margin-top: 5px;
    font-size: 15px;
}

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

.form_main .send_btn input{
    border:none;
    font-size: 1em;
    font-weight: bold;
    width:200px;
    padding: 16px 0;
}
.form_main .send_btn input[type="submit"]{
    background: #666;
    color:#fff;
    cursor: pointer;
}
.form_main .send_btn input[type="button"]{
    background: #ddd;
    color:#444;
    margin-left: 20px;
    cursor: pointer;
}

.form_main .f2m_err p{
    color:#d80000;
    margin-top:5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px){
    .form_main table th,
    .form_main table td{
        display: block;
        width: 100%;
    }
    .form_main input[type="text"],
    .form_main input[type="text"].short{
        width:60%;
    }
    .form_main textarea{
        width:100%;
    }
    .form_main label:after{
        content: "\A";
        white-space: pre ;
    }

    .form_main .send_btn input{
        width: 45%;
    }

    .form_main label{
        line-height: 150%;
    }
}


/* ローディングアイコン */
.f2m_loading_wrapper{
    text-align: center;
}

.f2m_loading {
    margin-top: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    line-height: 1;
    width: 30px;
    height: 30px;
    border: 3px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
