﻿/*プロフィール*/
table.overview{width:100%;border-collapse:collapse;font-size:1em;}
table.overview th, table.overview td{border:solid 1px;padding: 10px;}
table.overview th{width:20%;white-space:nowrap;background-color:#cccccc;}
table.overview td{width:80%;text-align:center;}
table.overview a{color:#888888;padding: 2px;font-size:14px;}

div.btn-Afisite {
    display: flex;
    justify-content: center;
    align-items: center;
}

    div.btn-Afisite a {
        width: 100%;
        margin: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #FFF;
        border-radius: 10px;
        white-space: nowrap;
        border: 1px solid #0D5832;
        background: #00FF7F;
        /*background: linear-gradient(0deg, #003219 30%, #00FF7F 100%);*/
        background: linear-gradient(0deg, #075E32 30%, #00FF7F 100%);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
        animation: ani-yureru-j 1.4s infinite;
    }

        div.btn-Afisite a img {
            display: none;
        }

div.btn-Afisite-fix {
    display: flex;
    justify-content: center;
    align-items: center;
}

    div.btn-Afisite-fix a {
        width: 100%;
        margin: 10px 15%;
        position: relative;
        display: flex;
        justify-content: center;
        padding: 10px;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #FFF;
        border-radius: 10px;
        white-space: nowrap;
        border: 1px solid #006532;
        background: #00FF7F;
        background: linear-gradient(0deg, #003219 30%, #00FF7F 100%);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
        animation: ani-yureru-j 2s infinite;
    }

        div.btn-Afisite-fix a img {
            display: none;
        }


span.font-mid {
    font-size: 17px;
    font-weight: bold;
}

span.font-smallest {
    font-size: 11px;
    font-weight: bold;
}

img.insert-img {
    max-width: 60%;
}

@media screen and (max-width:1120px) {
    img.insert-img {
        max-width: 100%;
    }

    div.btn-Afisite-fix a {
        margin: 10px 4px;
    }
}

h3.contents-title {
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
    color: #494949; /*文字色*/
}

    h3.contents-title div {
        margin: 0;
        padding: 0;
    }

h3.sub-contents-title {
    color: #494949; /*文字色*/
    border: 1px solid #f5d5da; /* 線の太さ・種類・色 */
    padding: 16px 10px; /* 内側の余白 */
    position: relative;
    letter-spacing: 0.06em;
    line-height: 1.2;
}

    h3.sub-contents-title:before {
        background-color: #f5d5da; /* 上部分ストライプの色1 */
        background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fcf0f1), color-stop(.5, transparent), to(transparent)); /* ストライプの色2 */
        background-image: -moz-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent); /* ストライプの色2 */
        background-image: -o-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent); /* ストライプの色2 */
        background-image: linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent); /* ストライプの色2 */
        background-size: 10px 10px;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        content: '';
        display: inline-block;
        height: 5px; /* ストライプの高さ */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    h3.sub-contents-title:after {
        background-color: #f5d5da; /* 下部分ストライプの色1 */
        background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fcf0f1), color-stop(.5, transparent), to(transparent)); /* ストライプの色2 */
        background-image: -moz-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent); /* ストライプの色2 */
        background-image: -o-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent); /* ストライプの色2 */
        background-image: linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent); /* ストライプの色2 */
        background-size: 10px 10px;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        content: '';
        display: inline-block;
        height: 5px; /* ストライプの高さ */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.contents-point {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.contents-point:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/*アンダーライン*/
strong.marker-blue {
    background: linear-gradient(transparent 60%, #99ccff 0%);
}

strong.marker-green {
    background: linear-gradient(transparent 60%, #5bed3b 0%);
}

strong.marker-yellow {
    background: linear-gradient(transparent 60%, #ffff00 0%);
}

strong.marker-pink {
    background: linear-gradient(transparent 60%, #ffd6ff 0%);
}

/*チェックリスト*/
ul.list-stitch-pad {
    list-style: none;
    padding: 10px 5px 10px 2.3em;
    margin: 0;
}

    ul.list-stitch-pad li {
        position: relative;
        padding: 2px 2px 2px 2em;
        margin: 0;
        font-weight: 900;
        font-size: 18px;
    }

        /*アイコン*/
        ul.list-stitch-pad li:before {
            position: absolute;
            left: 0;
            top: 5px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: '\f560';
            color: #00ACDB;
        }


/*アニメーション*/
div.btn-site a {
    /*animation: ani-purupuru 0.1s infinite;*/
    animation: ani-yureru-j 2s infinite;
}

@keyframes ani-purupuru {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 1px) rotateZ(1deg);
    }
}

@keyframes ani-yureru-j {
    0% {
        transform: translate(0px, 2px);
    }

    5% {
        transform: translate(0px, -2px);
    }

    10% {
        transform: translate(0px, 2px);
    }

    15% {
        transform: translate(0px, -2px);
    }

    20% {
        transform: translate(0px, 2px);
    }

    25% {
        transform: translate(0px, -2px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    
div.slider_area {
    margin: 0 12%;
}

@media screen and (max-width:1120px) {
    div.slider_area {
        margin: 0;
    }
}
