@import url("fa.min.css");

/* ///////////////////////////////////////////////////////////////////
アーティクル-カテゴリー
/////////////////////////////////////////////////////////////////// */

.category{
    margin: 0 0 2%;
}

.category h3{
    margin: 0 0 1%;
    width: auto;
    vertical-align: middle;
    background: #E2E200;
    padding: 2px 3% 1px 4%;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-family: 'UD Digi Kyokasho NK-B';
}

.category h3::before{
    content: '●';
    color: white;
    margin: auto;
    position: absolute;
    font-size: 120%;
    left: 10px;
    display: flex;
    top:0;
}

.category h4{
    display: block;
    margin:0;
}

.category h4 a::before{
    content:"▶";
    font-size: 12px;
}

.category p{
    margin: 0;
    display: inline-block;
}

.category p::after{
    content:"/";
    margin: 0 0 0 5px;
}

/* ///////////////////////////////////////////////////////////////////
アーティクル-エリア
/////////////////////////////////////////////////////////////////// */

.common{
    margin: 0 0 3%;
}

.common h3{
    display: block;
    margin: 0;
    padding-left: 5px;
}

.common h3::before{
    content:"";
    background-image: url(../images/arrow-m.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 10px;
    width: 2%;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 2px;
}

.common p{
    margin: 0;
    display: inline-block;
}

.common p::after{
    content:"/";
    margin: 0 0 0 5px;
}


/* ///////////////////////////////////////////////////////////////////
アーティクル-リンク集
/////////////////////////////////////////////////////////////////// */

.link-collect li{
    display: table;
    width: 90%;
    font-family: "游ゴシック";
}

.link-collect li::before{
    content: "・";
    display: table-cell;
    width: 3%;
    font-weight: bold;
}


/* ///////////////////////////////////////////////////////////////////
アーティクル-お問い合わせフォーム
/////////////////////////////////////////////////////////////////// */

#contact .wrap-1{
    display: block;
    text-align: center;
}

#contact .wrap-1 span{
    display: block;
    font-weight: bold;
    font-size: 130%;
    color: #cd483f;
}

#contact .wrap-1 a{
    display: inline-block;
    margin: 2% 0;
    padding: 1% 3%;
    font-weight: bold;
    font-family: "游ゴシック";
    background-color: #E2E200;
}

#contact .wrap-1 a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 10px;
}

#contact .caution{
    display: block;
    width: 80%;
    margin: 2% auto 0;
}

#contact .caution span{
    color: red;
    font-weight: bold;
}

#contact .form-group{
    width: 100%;
    max-width: 1280px;
    border-collapse: collapse;
    border-bottom: solid 1px #d9d9d9
}

#contact .form-group .yellow{
	background-color:rgb(226, 226, 0, 0.1);
}

#contact .form-group td{
    border-top: solid 1px #d9d9d9;
    letter-spacing: 1.2px;
    padding: 2% 0;
    font-family: "游ゴシック";
}

#contact .form-group .form-1.placeholder{
    color: #aaa;
}

#contact .form-group ul li{
    margin-right: 4%
}

#contact .name{
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.5;
    width: 50%;
    padding: 0 1em;
    text-align: center;
    font-size: 100%
}

#contact .name font{
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 90%
}

#contact .form-group .name span{
    color: red;
    font-size: 70%;
    font-weight: bold;
}


#contact .form-1{
    line-height: 2;
    margin: 0;
    padding: 0 15px;
    border:solid 1px #c8c8c8c8;
}

#contact .form-1{
    width: 80%;
    margin: 0
}

#contact .form-2{
    padding: 10px 15px;
    width: 80%
}

#contact .form-content-1 select{
    width: 50%;
    text-align: left;
    padding: 1% 2%;
    margin: 0 2%;
}

#contact .last{
    text-align: center;
    margin: 5% 0 0;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #cd483f
}

.contact-btn{
    display: block;
    width: 35%;
    padding: 1% 0;
    box-shadow: 1px 1px 3px gray;
    border: none;
    margin: 3% auto;
    font-size: 160%;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    background: #bb5548;
    cursor: pointer;
    font-family: '游ゴシック'
}

.contact-btn:hover{
    box-shadow: none;
    border: none;
    transition-duration: 0.3s;
    transform: translateY(3px);
    opacity: .6
}



.alert-success{
    font-size:150%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: red;
    padding: 5% 0;
    margin-bottom: 1em
}

.alert-danger{
    font-size:150%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: blue;
    padding: 5% 0;
    margin-bottom: 1em
}

/* ///////////////////////////////////////////////////////////////////
アーティクル-サンクスページ
/////////////////////////////////////////////////////////////////// */

.c-thanks p{
    font-size: 1rem;
    line-height: 2;
}

.c-thanks span{
    color: #cd483f;
    font-weight: bold;
    font-size: 1.4rem;
}