@charset "UTF-8";

/* タイトルをフレームの上に浮かせてセンタリング */
.title-above-frame {
    text-align: center; /* タイトルを中央に配置 */
    position: relative; /* フレームに対して相対位置を持たせる */
    margin-top: -50px; /* フレームに対して浮かせる位置調整 */
    z-index: 10; /* フレームの上に表示 */
}

.title-above-frame h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333; /* タイトルの文字色を調整 */
    background-color: white; /* 背景色を白にして見やすくする */
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
}

.frame {
    border: solid 6px #525252;
    border-radius: 40px;
    margin-top: -50px;
    height: 320px;
    position: relative; /* フレームの位置を相対的にすることでタイトルの位置を調整 */
}

.frame p {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2.5;
}

.frame label {
    font-weight: bold;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
}

.frame a {
    text-decoration: none;
    color: black;
    margin-top: 10px;
}

#exp-img img {
    width: 30px;
    height: 23px;
    margin-left: 10px;
    margin-top: 7px;
}

#exp-img {
    border: solid 3px #525252;
    border-radius: 30px;
    height: 40px;
    width: 200px;
    margin-left: 110px;
}
.wrap1000px{
    width:98%;
    max-width:390px;
    margin:0 auto;
}

@media screen and (max-width:390px){
.wrap1000px{
    width:98%;
    max-width:inherit;
    padding-left:15px;
    padding-right:15px;
    }
}

.flex {
    display: flex;
}

.head {
    height: 80px;
}

#head-flex {
    display: flex;
} 

.head-1 p {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.head-1 img {
    margin-left: 10px;
}

.head-2 {
    margin-left: 7px;
}

.head-4 p {
    font-weight: bold;
    color: #F6AB00;
    font-size: 11px;
    margin-left: 50px;
    margin-bottom: 0px;
}

.head-5 img {
    height: 26px;
    width: 26px;
}

.head-5 h1 {
    font-size: 28px;
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
    color: #8FC320;
}

.head-6 {
    background-color: #5CC2CF;
    border-radius: 5px;
    height: 20px;
    color: white;
    width: 55px;
    font-weight: bold;
}

.head-6 p {
    margin-top: 0px;
    padding-top: 4px;
    padding-left: 5px;
    font-size: 11px;
    margin-bottom: 0px;
}

.head-7 {
    background-color: #5CC2CF;
    border-radius: 5px;
    height: 20px;
    color: white;
    font-weight: bold;
    width: 44px;
}

.head-7 p {
    margin-top: 0px;
    padding-top: 4px;
    padding-left: 5px;
    font-size: 11px;
    margin-bottom: 0px;
}

.head-8 {
    font-size: 10px;
    font-weight: bold;
    display: block;
    width: 100px;
    letter-spacing: -0.07em;
    margin-top: 5px;
    padding-left: 5px;
}

.head-8 label {
    color: #F6AB00;
}

.head-9 {
    font-size: 10px;
    font-weight: bold;
    margin-top: 5.5px;
    margin-left: 3px;
    color: #A66BAB;
}

.back-00 {
    background: repeating-linear-gradient(45deg, #FFCA1A, #FFCA1A 15px, black 15px, black 25px);
}

.back-01 {
    background-color: #8FC320;
}

.back-02 {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 100px solid #8FC320;
    margin: -70px auto 0 auto;
}

.back-020 {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 100px solid black;
    margin: -70px auto 0 auto;
}



#catch-copy h1 {
    font-weight: bold;
    font-size: 32px;
    color: white;
    margin-left: 87px;
    margin-top: 30px;
}

#catch-copy h2 {
    font-weight: bold;
    font-size: 24px;
    color: white;
    margin-top: 39px;
}

#img {
    background-image: url(../images/huki-dasi-left.png);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 90px;
    width: 100px;
    margin-left: 5px;
    margin-right: 15px;
}

#img img, #img-2 img {
    height: 16px;
    width: 16px;
    padding-top: 22px;
}

#img img {
    padding-left: 3px;
}

#img-2 img {
    padding-left: 10px;
}

#img-2 {
    background-image: url(../images/huki-dasi-right.png);
    background-repeat: no-repeat;
    font-weight: bold;
    height: 90px;
    width: 100px;
    margin-left: 25px;
}

#img p, #img-2 p {
    padding-top: 6px;
}

#img p {
    padding-left: 4px;
}

#img-2 p {
    padding-left: 5px;
}

.middle, .middle img {
    text-align: center;
}

#under img {
    margin-left: 13px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 133px;
    height: 46px;
}

#under .mini {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10ox;
    margin-top: 26px;
}

#under .border {
    border-bottom: solid 5px white;
    font-weight: bold;
    color: white;
    font-size: 24px;
    margin-left: 10px;
}

#up-title {
    margin-top: 70px;
    padding-top: 10px;
    background-color: white;
    width: 290px;
    height: 70px;
    position: absolute;
    top: 63%;
    left: 30%;
}

#up-title img {
    width: 130px;
    height: 46px;
    margin-left: 30px; 
    margin-top: 5px;
}

#up-title h2 {
    margin-left: 10px;
}

.frame {
    border: solid 6px #525252;
    border-radius: 40px;
    height: 320px;
}

.frame p {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2.5;
}

.frame label {
    font-weight: bold;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
}

.frame a {
    text-decoration: none;
    color: black;
    margin-top: 10px;
}

#exp-img img {
    width: 30px;
    height: 23px;
    margin-left: 10px;
    margin-top: 7px;
}

#exp-img {
    border: solid 3px #525252;
    border-radius: 30px;
    height: 40px;
    width: 200px;
    margin-left: 90px;
}

.merit {
    margin-top: 50px;
}

.merit .flex img {
    width: 130px;
    height: 44px;
    margin-left: 40px;
    margin-top: 20px;
}

.merit .flex h1 {
    color: #F6AB00;
    font-size: 48px;
    margin-left: 15px;
}

.merit .flex h2 {
    margin-left: 10px;
}

.merit .flex {
    border-bottom: solid 5px #f6ac009f;
    height: 80px;
}

.frame-02 {
    border: solid 2.5px #525252;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.flex-2 {
    display: flex;
    height: 50px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    margin-bottom: 10px;
}

.flex-2 img {
    height: 35px;
    width: 35px;
    margin-left: 110px;
    padding-top: 6px;
}

.flex-2 h2 {
    margin-left: 30px;
    margin-top: 13px;
    color: white;
    width: 180px;
}

.text p {
    line-height: 2;
    padding: 5px 5%;
}

.text-02 p {
    line-height: 2;
    padding: 0px 5%
}

.text-02 u {
    background:linear-gradient(transparent 70%, #f6ac00a8 0%);
    text-decoration: none;
}

#title-01 {
    background-color: #8FC320;
}

#title-02 {
    background-color: #A66BAB;
}

#title-03 {
    background-color: #5CC2CF;
}

#title-04 {
    background-color: #F6AB00;
}

.midasi h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.midasi {
    border-bottom: solid 4px #a66babad;
    margin-bottom: 50px;
    margin-top: 50px;
}

.circle {
    width: 150px;
    height: 125px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 10px;
}

.circle p {
    color: white;
    font-weight: bold;
    margin-top: 55px;
}

#cir-01 {
    background-color: #8FC320;
    color: #8FC320;
}

.iro-01 {
    color: #8FC320;
}

#cir-02 {
    background-color: #A66BAB;
    color: #A66BAB;
}

.iro-02 {
    color: #A66BAB;
}


#cir-03 {
    background-color: #F6AB00;
    color: #F6AB00;
}

.iro-03 {
    color: #F6AB00;
}


.width {
    width: 250px;
    margin-left: 50px;
}

.width h3 {
    margin-top: 0px;
}

.width p {
    line-height: 1.5;
}

.kigou {
    margin-left: 50px;
    margin-bottom: 30px;
}

.sukima {
    margin-top: 50px;
}

.ma-01 {
    margin-left: 15px;
}

.ma-02 {
    margin-left: 30px;
}

.visual {
    margin-bottom: 70px;
}

.button {
    display       : inline-block;
    border-radius : 50px;          /* 角丸       */
    font-size     : 16pt;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 12px 12px;   /* 余白       */
    background    : #5cc2cf;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    box-shadow    : 1px 1px 3px #666666;  /* 影の設定 */
    border        : 2px solid #5cc2cf;    /* 枠の指定 */
    width: 100px;
    height: 30px;
    padding: 5px;
    margin-bottom: 30px;
}

.button:hover{
    box-shadow    : none;        /* カーソル時の影消去 */
    color         : #5cc2cf;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
}

.foot {
    #height: 150px;
    background-color: #6E6E6E;
}

.form-01 {
    font-weight: bold;
    margin-top: 50px;
}

.form-05 {
    text-align: center;
}

#email {
    height: 25px;
    width: 98%;
    border: solid 2px #6F6F6F;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#message {
    height: 180px;
    width: 98%;
    border: solid 2px #6F6F6F;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.label {
    background-color: #F64242;
    color: white;
    margin-left: 15px;
    padding: 3px;
    border-radius: 10px;
}

.form-midasi {
    background-color: #5CC2CF;
    width: 250px;
    height: 50px;
    margin: 40px auto;
    border-radius: 50px;
}

.form-midasi h1 {
    text-align: center;
    color: white;
    font-size: 16px;
    padding-top: 15px;
}

.tab {
    display: flex;
    height: 50px;
    margin-bottom: 10px;
}

.tab a:link {
    color: white;
    text-decoration: none;
    }

    a:visited {
    color: gray;
    text-decoration: none;
    }

    a:hover {
        color: gray;
    }

    a:active {
    color: white;
    text-decoration: none;
    }

    .tab-01 a,
    .tab-02 a,
    .tab-03 a,
    .tab-04 a {
        text-decoration: none;
    }

#tab-flex {
    display: flex;
}

.tab-01 {
    background-color: #8FC320;
    font-size: 8px;
    color: white;
    width: 90px;
    margin-right: 10px;
    border-radius: 0px 0px 20px 0px; 
    height: 50px;
}

.tab-01 h1,
.tab-02 h1, 
.tab-03 h1,
.tab-04 h1{
    margin-top: 8px;
    padding-left: 2px;
}

.tab-01 img {
    height: 26px;
    width: 24px;
    padding-top: 10px;
}

.tab-02 {
    background-color: #A66BAB;
    font-size: 8px;
    color: white;
    width: 90px;
    margin-right: 10px;
    border-radius: 0px 0px 20px 0px; 
    height: 50px;
}

.tab-02 img {
    height: 26px;
    width: 24px;
    padding-top: 10px;
}

.tab-03 {
    background-color: #5CC2CF;
    font-size: 8px;
    color: white;
    width: 90px;
    margin-right: 10px;
    border-radius: 0px 0px 20px 0px;
    height: 50px; 
}

.tab-03 img {
    height: 28px;
    width: 28px;
    padding-top: 12px;
    margin-left: 5px;
}

.tab-04 {
    background-color: #F6AB00;
    font-size: 8px;
    color: white;
    width: 90px;
    border-radius: 0px 0px 20px 0px; 
    height: 50px;
}

.tab-04 img {
    height: 26px;
    width: 24px;
    padding-top: 12px;
    margin-left: 7px;
}

.middle img {
    width: 98%;
    padding-top: 25px;
}

.foot {
    color: white;
    #text-align: center;
    padding-top: 10px;
}

.footcenter {
    text-align: center;}
