@charset "utf-8";

/*--------------------------------------------
BASE RESET
---------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 96%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 2.0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 0.5em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    vertical-align: bottom;
}

/*--------------------------------------------
レイアウト系
---------------------------------------------*/

/*clearfix*/
.cf:after {
    content: " ";
    display: block;
    clear: both;
}

/*body*/
body {
    font-size: 17px;
    font-family: Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*画像*/
img {
    width: 100%;
}

/*container*/
.container {
    max-width: 700px;
    margin: 0 auto;
}

/*margin-bottom*/
p,
div,
header,
h2,
h3,
blockquote {
    margin-bottom: 40px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt0 {
    margin-top: -100px;
}

.mt50 {
    margin-top: 50px;
}

/*テキストパラグラフ*/
p {
    padding: 0 15px;
}


/*PR表記*/
.pr {
    font-size: 100%;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: -10px;
    margin-right: 10px;
}

.pr span {
    border: 1px solid #4ea2c1;
    color: #4ea2c1;
    padding: 0 5px;
    margin-right: 5px;
}


/*バナー*/
.bn {
    text-align: center;
}

.bn img {
    max-width: 300px;
}

/*引用・ユーザーボイス*/
blockquote {
    /*background-color:#ebebeb;*/
    background-color: #fffeb1;
    border: 2px solid #2f2f2f;
    padding: 10px 0 0 0;
    /*margin-right:20px;
	margin-left:20px;*/
    margin: 0 10px 10px;
    font-size: 90%;
}

blockquote div,
blockquote p {
    /*margin:0;
	padding:0;*/
}

blockquote .img {
    width: 25%;
    float: left;
}

blockquote .txt {
    width: 70%;
    float: right;
}

blockquote h4 {
    padding: 20px;
    font-size: 130%;
}

blockquote b {
    text-decoration: underline;
}

/*ヘッダー帯*/
.obi {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

/*まとめ*/
.matome {
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    border: 2px solid #000000;
    background-color: #fefbe6;
    padding: 20px;
}

.matome2 {
    text-align: left;
    font-weight: ;
    font-size: 90%;
    line-height: 1.5em;
    border: 2px solid #000000;
    background-color: #fefbe6;
    padding: 10px 0px;
    margin: 10px 20px;
}

.matome2 p {
    margin: 0px 0px;
}

/*フッター*/
footer {
    /*background-color:#000000;
	color:#ffffff;*/
    text-align: center;
    margin-top: 50px;
    padding: 7px 0;
    font-size: 70%;

}

/*--------------------------------------------
リンク系
---------------------------------------------*/

/*画像リンク*/
a img:hover {
    -khtml-opacity: 0.7;
    /* khtml, old safari */
    -moz-opacity: 0.7;
    /* mozilla, netscape */
    opacity: 0.7;
    /* fx, safari, opera */
}

/*テキストリンク*/
a {
    font-weight: bold;
    color: #0035e1;
}

a:hover {
    text-decoration: none;
}

/*CVボタン*/
.btn a {
    border-radius: 80px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
    background-color: #25df00;
    color: #fff;
    padding: 2rem .3125rem;
    box-shadow: 0 3px 0 #fff3d8;
}

.btn a:hover {
    box-shadow: none;
    opacity: 0.7;
    margin-top: 4px;
}

/* 
 * コンバージョンボタン
 */
.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.5em auto;
    padding: 1em .8em .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    vertical-align: middle;
    width: 65%;
}

.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 {
    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;
}




/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {

    /* コンバージョンボタン */
    .btn-cv a {
        font-size: 1.3em;
        margin: 0 auto 1em;
        width: 70%;
    }
}




/*--------------------------------------------
インライン装飾系
---------------------------------------------*/

.no-wrap {

    /* インラインブロック化 */
    word-break: break-all;
}

display: inline-block;

/*ヘッダー内日付*/
header span {
    font-size: 60%;
}

/*H1テキスト*/
h1 {
    font-size: 130%;
    margin-bottom: 10px;
    padding: 0 15px;
}

/*H2テキスト*/
h2 {
    font-size: 125%;
    color: #ffffff;
    background-color: #e10000;
    padding: 10px 20px;
}

/*H3*/
h3 {
    font-size: 120%;
    /*color:#e10000;*/
    border-top: 2px dotted #000000;
    border-bottom: 2px dotted #000000;
    padding: 10px 20px;
}

/*H4rテキスト*/
h4 {
    font-size: 110%;
}

/*強調テキスト１*/
strong {
    font-size: 110%;
    font-weight: bold;
    color: #e10000;
    background-color: #fffd7f;
}

/*強調テキスト２*/
b {
    font-size: 110%;
}

/*注釈テキスト*/
small {
    font-size: 60%;
    color: #4d4d4d;
}

/*ラインハイト低め*/
.lh {
    line-height: 0.8;
}

/*参考元*/
cite {
    font-size: 60%;
    color: #4d4d4d;
}

cite a {
    color: #4d4d4d;
}

/*黄色マーカー*/
.marker_y {
    background-color: #fffd7f;
}

/*グレーマーカー*/
.marker_g {
    background-color: #ebebeb;
}

/*文字色赤*/
.fcr {
    color: #e10000;
}

/*--------------------------------------------
mediaqueries（PC用）
---------------------------------------------*/

@media screen and (min-width:640px) {

    body {
        font-size: 20px;
    }

    h1 {
        font-size: 200%;
    }

    .btn a {
        font-size: 150%;
    }
}
