/*---------------------------------------
AFFINGER5_Ver_20180614
----------------------------------------------*/

div.theContentWrap-ccc p {
    margin-bottom: 2em;
}

.post ul:not(.toc_list):not(.st_toc_list) {
    margin-bottom: 3em;
}

.decorationBold {
    font-size: 120%;
    font-weight: bold;
}

.decorationBoldRed {
    color: #ff0066;
    font-size: 120%;
    font-weight: bold;
}

.decorationBoldBlue {
    color: #14ACCC;
    font-size: 120%;
    font-weight: bold;
}

.decorationBoldGreen {
    color: #008000;
    font-size: 120%;
    font-weight: bold;
}

.decorationUnderline {
    text-decoration: underline;
}

.box-yellow {
    background: linear-gradient(transparent 50%, #ffff7d 50%);
}

div.radiusBox {
    border: 1px solid #ff0066;
    border-radius: 5px;
    margin-bottom: 2em;
    padding: 25px;
}

div.post ul.checklist {
    background-color: #fffaf0;
    border: 2px solid #55ace1;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px 20px 5px 30px;
}

div.post ol.checklist {
    background-color: #fffaf0;
    border: 2px solid #55ace1;
    border-radius: 10px;
    margin: 0 0 2em;
    padding: 10px 20px 0 30px;
}

.checklist li {
    margin-bottom: 1em;
    margin-left: 1em;
}

div.theContentWrap-ccc p a.button {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 2em;
    background-color: #1abc9c;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: 0px 3px 0px #0e8c73;
    color: #fff;
    transition: none;
    padding: 3em 5px 3em 5px;
}

table tbody tr td.no1_color {
    background-color: #ffc;
    font-size: 100%;
}

/*
table tbody tr th {
    background: #0099cc none repeat scroll 0 0;
    color: #fff;
}
*/

.sb-type-rtail {
    margin: 0 0 2em;
}

.sb-type-std {
    margin: 0 0 2em;
}

.sb-speech-bubble p:last-child {
    margin: 0.5em;
}

div.radiusBox p:last-child {
    margin: 0.5em;
}

/*---------------------------------------
CTA
----------------------------------------------*/

#cta {
    margin: 25px;
    padding: 0;
}

#cta li {
    border: 1px solid #0094d2;
    border-radius: 5px;
    box-shadow: 2px 2px #0094d2;
    display: block;
    height: 120px;
    margin: 1% 1% 20px;
    padding: 0;
}

#cta li a {
    background: #e1f9ff none repeat scroll 0 0;
    border-radius: 5px;
    color: #0094d2;
    display: block;
    font-weight: bold;
    font-size: 130%;
    height: 100%;
    line-height: 55px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}


/*---------------------------------------
表スクロール
----------------------------------------------*/

.tableWoScrollSaseru {
    margin-bottom: 2em;
    overflow: auto;
    /*tableをスクロールさせる*/
    white-space: nowrap;
    /*tableのセル内にある文字の折り返しを禁止*/
}

.tableWoScrollSaseru::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
}

.tableWoScrollSaseru::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
}

.tableWoScrollSaseru::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
}

/*---------------------------------------
CVボタン
----------------------------------------------*/

.btn-cv {
    padding: .5em 0;
    overflow: hidden;
    position: relative;
}

.btn-cv a {
    border: solid #fff 3px;
    border-radius: 12px;
    box-shadow: 1px 1px 10px 0 #a1a1a1;
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto 2em;
    padding: 1em 2em .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    vertical-align: middle;
    width: 59%;
}

.btn-cv.is-fz20 a {
    font-size: 20px;
}

.btn-cv a img {
    vertical-align: middle;
}

.btn-cv a:after {
    content: ' ' !important;
}

/* ボタン内のアイコン */

.btn-cv a:before {
    content: "\f138";
    font-family: "fontawesome";
    font-weight: normal;
    font-size: 1.1em;
    margin-top: -.6em;
    position: absolute;
    right: 15px;
    top: 50%;
}

.btn-cv a:hover {
    box-shadow: 1px 1px 2px 0 #a1a1a1;
    filter: alpha(opacity=70);
    opacity: .7;
}

/* 2つ連続で並べる場合の余白 */

.btn-cv + .btn-cv a {
    margin-top: 0;
}

/* 緑ボタン */

.btn-cv a {
    background: #00a23f;
    background: -webkit-linear-gradient(#00a23f, #39900a);
    background: linear-gradient(#00a23f, #39900a);
    text-shadow: 0 0 10px rgba(255, 255, 255, .8), 1px 1px 1px rgba(0, 0, 0, 1);
}

/* 赤ボタン */

.btn-cv.is-red a {
    background: #fb4e3e;
    background: -webkit-linear-gradient(#00a23f, #39900a);
    background: linear-gradient(#fb4e3e, #d64b26);
}

/* 青ボタン */

.btn-cv.is-blue a {
    background: #09c;
    background: -webkit-linear-gradient(#09c, #069);
    background: linear-gradient(#09c, #069);
}

/* 黒ボタン */

.btn-cv.is-black a {
    background: #666;
    background: -webkit-linear-gradient(#8a8a8a, #666);
    background: linear-gradient(#8a8a8a, #666);
}

/* ボタンの光沢 */

.is-reflection a {
    overflow: hidden;
}

.is-reflection a:after {
    -moz-animation: is-reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -o-animation: is-reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}

/* アニメーションを遅延させる */

.is-reflection + .is-reflection a:after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes is-reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* CVボタン矢印揺れ */

.is-trembling a:before {
    -webkit-animation-name: is-trembling;
    -webkit-animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: is-trembling;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes is-trembling {
    0% {
        -webkit-transform: translate(-3px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

/* ボタンをバウンドさせる */

.is-bounce {
    animation: bounce 4s infinite;
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@-webkit-keyframes bounce {

    0%,
    4%,
    10%,
    18%,
    100% {
        -webkit-transform: translateY(0);
    }

    5% {
        -webkit-transform: translateY(-6px);
    }

    12% {
        -webkit-transform: translateY(-4px);
    }
}

@keyframes bounce {

    20%,
    24%,
    30%,
    34%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    32% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

/* アニメーションを遅延させる */

.is-bounce + .is-bounce {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

/* ぷるるるるん！ */

.is-purun {
    -webkit-animation: is-purun 5s infinite;
    -moz-animation: is-purun 5s infinite;
    animation: is-purun 5s infinite;
}

@-webkit-keyframes is-purun {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    4% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 3%);
    }

    8% {
        -webkit-transform: scale(1.1, 0.8) translate(0%, 7%);
    }

    12% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, -7%);
    }

    18% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 3%);
    }

    25% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes is-purun {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    4% {
        transform: scale(0.9, 0.9) translate(0%, 3%);
    }

    8% {
        transform: scale(1.1, 0.8) translate(0%, 7%);
    }

    12% {
        transform: scale(0.9, 0.9) translate(0%, -7%);
    }

    18% {
        transform: scale(1.1, 0.9) translate(0%, 3%);
    }

    25% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/* アニメーションを遅延させる */

.is-purun + .is-purun {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
/*Chat Bubbles　CSS Setting*/
/* 全体のスタイル */
.voice {
    margin-bottom: 40px;
}
/* 左画像 */
.voice-img-left {
    margin-left: 4px;
    margin-top: -1px;
    float: left;
    width: 60px;
    height: 60px;
}
/* 右画像 */
.voice-img-right {
    margin-right: 4px;
    margin-top: -1px;
    float: right;
    width: 60px;
    height: 60px;
}
.voice figure img {
    width: 100%;
    height: 100%;
    border: 2px solid #eee;
    border-radius: 50%;
    margin: 0;
}
/* 画像の下のテキスト */
.voice-img-description {
    padding: 5px 0 0;
    font-size: 10px;
    text-align: center;
}
/* 左からの吹き出しテキスト */
.voice-text-right {
    color: #444;
    position: relative;
    margin-left: 100px;
    padding: 1.2em;
    border: 3px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}
/* 右からの吹き出しテキスト */
.voice-text-left {
    position: relative;
    margin-right: 100px;
    padding: 1.2em;
    border: 3px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}
p.voice-text {
    margin: 0 0 8px;
}
p.voice-text:last-child {
    margin-bottom: 0px;
}
/* 左の三角形を作る */
.voice-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #eee;
    top: 15px;
    left: -20px;
}
.voice-text-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -16px;
}
/* 右の三角形を作る */
.voice-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #eee;
    top: 15px;
    right: -23px;
}
.voice-text-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 15px;
    right: -19px;
}
/* 回り込み解除 */
.voice:after,.voice:before {
    clear: both;
    content: "";
    display: block;
}
/**
* ===============================================
* MediaQuery : スマホ対応
* ===============================================
*/

@media only screen and (max-width: 767px) {

    /* コンバージョンボタン */
    .btn-cv a {
        font-size: 1.3em;
        margin: 0 0.3em 2em;
        width: auto;
    }
}