@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */



/*段落幅*/
.entry-content>p {
    margin: 0 0 1.8em;
}



/*行間幅*/
.entry-content p {
    line-height: 1.8;
}



/**
   * ===============================================
   * 特商法ページ
   * ===============================================
**/
/* シェア・フォロー非表示 */
#post-9 #sns-group,
#post-71 #sns-group,
div#navi,
div#list,
div.sns-pages {
    display: none;
}



/**
   * ===============================================
   * コンバージョンボタン
   * ===============================================
**/
.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: 2em auto;
    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);
}

/* オレンジボタン */
.btn-cv.is-orange a {
    background: #FFB74D;
    background: -webkit-linear-gradient(#FFB74D, #FFB74D);
    background: linear-gradient(#FFB74D, #FFB74D);
    text-shadow: 0 0 10px rgba(255, 255, 255, .8), 1px 1px 1px rgba(0, 0, 0, 1);
}

/* 薄緑ボタン */
.btn-cv.is-orange a {
    background: #FFB74D;
    background: -webkit-linear-gradient(#FFB74D, #FFB74D);
    background: linear-gradient(#FFB74D, #FFB74D);
    text-shadow: 0 0 10px rgba(255, 255, 255, .8), 1px 1px 1px rgba(0, 0, 0, 1);
}

/* ボタンの光沢 */
.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%;
    }
}



/**
   * ===============================================
   * マーカー
   * ===============================================
**/
/* 明るい黄色マーカー */
.marker1 {
    background: linear-gradient(transparent 0%, #FFFF00 0%);
    font-weight: bold;
}

/*黄アンダー(明)*/
.yellow-under {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF00 0%) repeat scroll 0 0;
}

/*緑アンダー(暗)*/
.green-under {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #D2FFD2 0%) repeat scroll 0 0;
}

/* 紫っぽいマーカー */
.marker2 {
    background: linear-gradient(transparent 0%, #FF99CC 0%);
    font-weight: bold;
}

/* オレンジっぽい黄色マーカー */
.marker3 {
    background: linear-gradient(transparent 0%, #FFF000 0%);
    font-weight: bold;
}

.marker4 {
    background: linear-gradient(transparent 0%, #FFF1B7 0%);
    font-weight: bold;
}

/*(暗)黄のマーカ*/
.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #FFFEBB 0%) repeat scroll 0 0;
}

/*(暗)緑のマーカ*/
.green_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #D2FFD2 0%) repeat scroll 0 0;
}

/*(暗)青のマーカ*/
.blue_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #CCE5FF 0%) repeat scroll 0 0;
}

/*(暗)赤のマーカ*/
.red_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #FFC6C6 0%) repeat scroll 0 0;
}



/**
   * ===============================================
   * 共通CSS
   * ===============================================
**/
.b {
	font-weight: bold!important;
}/*太字*/
.normal {
	font-weight: normal!important;
}/*太字を解除*/
.big {
	font-size: 1.2em!important;
}
.big2 {
	font-size: 1.5em!important;
}
.big3 {
	font-size: 1.8em!important;
}
.red {
	color: #ff0000!important;
}/*赤*/
.blue {
	color: #0000dd!important;
}/*青*/
.pink {
	color: #ff99cc!important;
}
.gray {
	color: #666!important;
}
.box-yellow {
	padding: 2px;
	background-color: #ff9!important;
}/*黄色*/
.box-aqua {
	padding: 2px;
	background-color: #9ff!important;
}/*水色*/
.box-gray {
	padding: 2px;
	background-color: #eee!important;
}/*灰色*/
.box-red {
	padding: 2px;
	background-color: #fcc!important;
}/*赤色*/
.box-pink {
	padding: 2px;
	background-color: #ff99cc!important;
}
.box-white {
	padding: 2px;
	background-color: #fff!important;
}



/**
   * ===============================================
   * postid-14
   * ===============================================
**/
.postid-14 .a01 {
	width: 80%;
	margin: 0 auto 1.6em;
	text-align: center;
}

.postid-14 .a01-text p {
	margin: 0 1em 1.7em;
	text-align: center;
}

.postid-14 .a02 {
	width: 80%;
	margin: 0 auto 2.6em;
	text-align: center;
}

.postid-14 .voice {
	margin: 0 .4em 1.6em;
	border: 3px solid #ff99cc;
	padding: 1em 1em 0;
}

.postid-14 .voice_sub {
	margin-bottom: .2em;
}

.postid-14 .voice p.humen {
	text-align: center;
	margin-top: 0;
	margin-bottom: .4em;
}

.postid-14 .voice_img {
	margin-bottom: .8em;
}

.postid-14 .voice p {
	text-align: left;
	margin-top: 0;

}

.postid-14 .merit {
	margin: 0 1em 2.6em;
	text-align: center;
}

.postid-14 .merit h3 {
color: #333;
  position: relative;
  display: block;
  padding: 0 35px;
  border: none;
  margin: 0 0 .6em;
}

.postid-14 .merit h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #333;
}

.postid-14 .merit h3:before {
  left:0;
}
.postid-14 .merit h3:after {
  right: 0;
}

.postid-14 .merit_img {

}

.postid-14 .merit p {
	text-align: left;
}

.postid-14 .a03 {
	width: 80%;
	margin: 0 auto 2.6em;
	text-align: center;
	background: #ff99cc;
}


/* QA */
.postid-14 .cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.postid-14 .cp_qa {
	margin: 0 .4em 2em;
	padding: 1em 1em 0.5em;
	background: #FFE8F7;
}
.postid-14 .cp_qa h1 {
	font-size: 1.2em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #FFC3E9;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.postid-14 .cp_qa h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #9b778e transparent transparent;
}
.postid-14 .cp_qa dl {
	margin: 0;
}
.postid-14 .cp_qa dt {
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background: #fff;
}
.postid-14 .cp_qa dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}

/* QAアイコン */
.postid-14 .cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #ffffff;
}
.postid-14 .cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
	color: #ff99cc;
}
.postid-14 .cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}

.postid-14 .cta {
	text-align: center;
	margin: 0 -.6em 2.5em;
	padding: 2em 0 2em;
	background: #ff99cc;
}

.postid-14 .cta img {
	margin: 0 0 1em ;
}

.postid-14 .cta p {
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 !important;
}



/**
   * ===============================================
   * postid-89
   * ===============================================
**/
.postid-89 h1.entry-title {
	display: none;
}

.postid-89 .a01 {
    width: 80%;
    margin: 0 auto 1.6em;
    text-align: center;
}

.postid-89 .a01-text p {
    margin: 0 1em 1.7em;
    text-align: center;
}

.postid-89 .a02 {
    width: 80%;
    margin: 0 auto 2.6em;
    text-align: center;
}

.postid-89 .voice {
    margin: 0 .4em 1.6em;
    border: 3px solid #ff99cc;
    padding: 1em 1em 0;
}

.postid-89 .voice_sub {
    margin-bottom: .2em;
}

.postid-89 .voice p.humen {
    text-align: center;
    margin-top: 0;
    margin-bottom: .4em;
}

.postid-89 .voice_img {
    margin-bottom: .8em;
}

.postid-89 .voice p {
    text-align: left;
    margin-top: 0;

}

.postid-89 .merit {
    margin: 0 1em 2.6em;
    text-align: center;
}

.postid-89 .merit h3 {
    color: #333;
    position: relative;
    display: block;
    padding: 0 35px;
    border: none;
    margin: 0 0 .6em;
}

.postid-89 .merit h3:before,
h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #333;
}

.postid-89 .merit h3:before {
    left: 0;
}

.postid-89 .merit h3:after {
    right: 0;
}

.postid-89 .merit p {
    text-align: left;
}

.postid-89 .a03 {
    width: 80%;
    margin: 0 auto 2.6em;
    text-align: center;
    background: #ff99cc;
}


/* QA */
.postid-89 .cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.postid-89 .cp_qa {
    margin: 0 .4em 2em;
    padding: 1em 1em 0.5em;
    background: #FFE8F7;
}

.postid-89 .cp_qa h1 {
    font-size: 1.2em;
    position: relative;
    margin-right: 1em;
    margin-left: -26px;
    padding: 0.3em;
    color: #ffffff;
    background-color: #FFC3E9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.postid-89 .cp_qa h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 10px 10px 0;
    border-style: solid;
    border-color: transparent #9b778e transparent transparent;
}

.postid-89 .cp_qa dl {
    margin: 0;
}

.postid-89 .cp_qa dt {
    margin-bottom: 0.5em;
    padding: 0.5em 0.5em 0.5em 2em;
    border-radius: 0.2em;
    background: #fff;
}

.postid-89 .cp_qa dd {
    margin-bottom: 1em;
    margin-left: 0;
    padding: 0.5em 1em 1.5em 3em;
}

/* QAアイコン */
.postid-89 .cp_qa dt::before,
.cp_qa dd::before {
    font-size: 1.5em;
    color: #ffffff;
}

.postid-89 .cp_qa dt::before {
    margin: 0.3em 0.3em 0 -1em;
    content: 'Q';
    color: #ff99cc;
}

.postid-89 .cp_qa dd::before {
    margin: 0 0.5em 0 -2em;
    padding: 0.2em 0.4em;
    content: 'A';
    border-radius: 0.2em;
    background: #00bcd4;
}

.postid-89 .cta {
    text-align: center;
    margin: 0 -.6em 2.5em;
    padding: 2em 0 2em;
    background: #ff99cc;
}

.postid-89 .cta img {
    margin: 0 0 1em;
}

.postid-89 .cta p {
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0 !important;
}