@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-137 #sns-group,
#post-17 #sns-group,
#post-13 #sns-group,
#post-119 #sns-group,
#post-157 #sns-group,
#post-164 #sns-group,
div#navi,
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 2s 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 70%, #FFC6C6 0%) repeat scroll 0 0;
}



/**
   * ===============================================
   * 共通CSS
   * ===============================================
**/
.b {
	font-weight: bold!important;
}/*太字*/
.normal {
	font-weight: normal!important;
}/*太字を解除*/
.small {
	font-size: .8em!important;
}
.big1 {
	font-size: 1.1em!important;
}
.big2 {
	font-size: 1.2em!important;
}
.big4 {
	font-size: 1.4em!important;
}
.big6 {
	font-size: 1.6em!important;
}
.big8 {
	font-size: 1.8em!important;
}
.big10 {
	font-size: 2em!important;
}
.red {
	color: #ff0000!important;
}/*赤*/
.blue {
	color: #0000dd!important;
}/*青*/
.blue02 {
	color: #0067c0!important;
}/*赤*/
.pink {
	color: #ff99cc!important;
}          
.gray {
	color: #666!important;
}
.box-yellow {
	padding: 2px;
	background-color: #ff9!important;
}/*黄色*/
.box-yellow02 {
	padding: 8px;
	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-red02 {
	padding: 8px;
	background-color: #fcc!important;
}/*赤色*/
.box-pink {
	padding: 2px;
	background-color: #ff99cc!important;
}
.box-white {
	padding: 2px;
	background-color: #fff!important;
}

.box-blue {
	padding: 2px;
	background-color: #dbeeff!important;
}

.tac {
	text-align: center;
}

.center{
text-align: center; 
}

.fs16{
font-size: 16px;
}

.fs18{
font-size: 18px;
}

.fs20{
font-size: 20px;
}

.fs22{
font-size: 22px;
}

.fs24{
font-size: 24px;
}



/**
   * ===============================================
   * post-13
   * ===============================================
**/
#post-13 *, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#post-13 div#main {
    padding: 0;
}

#post-13 div#body {
    margin-top: 0;
}

#post-13 .top-img {
	margin-top: -9px;
}

#post-13 .back-body {
	width: 100%;
	background: #ffd0e8;
	padding: 10px;
	margin: 0 0 .6em;
}

#post-13 .back-inr {
	background: #fff;
	padding: 10px;
}

#post-13 .pkuzu {
	color: #5a5a5a;
	font-size: .8em;
	margin: 8px 0 4px;
}

#post-13 h1 {
	line-height: 1.5;
	margin: .4em 0 .4em;
}

#post-13 .date-kiji {
	margin-top: 0;
	color: #5a5a5a;
	font-size: .8em;
	text-align: right;
    margin-bottom: 2.4em;
}

#post-13 .date-kiji::before {
	content: "\f021";
    font-family: fontawesome;
    margin-right: 6px;
    color: #eeac00;
}


#post-13 .balloon6 {
  width: 100%;
  margin: 2em 0 2.4em;
  overflow: hidden;
}

#post-13 .balloon6 .faceicon {
  float: right;
  margin-left: -90px;
  width: 18%;
}

#post-13 .balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 2px #ffe8f4;
  border-radius: 50%;
}

#post-13 .balloon6 .faceicon p {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: .5em 0 0;
}

#post-13 .balloon6 .chatting {
  width: 100%;
}

#post-13 .says1 {
  width: 78%;
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
  padding: 1em 1em 1em 1em;
  border-radius: 10px;
  border: 2px solid #ffe8f4;
  background: #fffafc;
}

#post-13 .says1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px; 
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #ffe8f4;
}

#post-13 .says1 p {
  margin: 0;
  padding: 0;
}

#post-13 h2 {
  padding: 1rem .7rem;
  border-left: 5px solid #eeac00;
  background: #f4f4f4;
}

#post-13 h2.bosyu {
  padding: 1rem .7rem;
  border-left: 5px solid #ff0000;
  background: #ffe8e3;
}

#post-13 ul, ol {
  color: #3a3a3a;/*文字色*/
  font-weight: bold;
  border: dashed 2px #eeac00;/*破線 太さ 色*/
  background: #fff7e1; /*背景色*/
  padding: 1em 0.5em 1em 2em;
    margin: 0 0 2.2em;
}

#post-13 ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}



.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .faceicon p{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: -15px;
	margin-left: 5px;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  border: 2px solid #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes 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);
    }
}

.ninzu {
font-size: .9em;
font-weight: bold;
text-align: center;
margin: -2.2em 0 0 !important;
}

.box3 {
    padding: 1em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ffe8e3;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.box27 {
    position: relative;
    margin: 3em 0 2em;
    padding: 0.5em 1em;
    border: solid 3px #5FB3F5;
	background: #DCEFFF;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    background: #5FB3F5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

#post-13 h2.commm {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #f5f5f5;/*背景色*/
  border-left: solid 5px #aaa;/*左線（実線 太さ 色）*/
  margin-bottom: 1.6em;
}

#post-13 .com_inr {
padding: 0 20px 0 20px;
border-bottom: dotted 1px #ccc;
margin-bottom: 2em;
}

#post-13 .com_inr p {
font-size: .8em;

}

#post-13 .com_img {
overflow: hidden;
margin-bottom: .7em;
}

#post-13 .com_img img {
	width: 56%;
}



/**
   * ===============================================
   * post-119
   * ===============================================
**/

#post-119 h2 {
  color: #fff;
  background-color: #D4A39D;
  padding: 1rem 2rem;
  border-top: 6px double #fff;
  border-bottom: 6px double #fff;
  border-left: none !important;
}



#post-119 .box29 {
    margin: 2em 0;
    background: #dcefff;
}
#post-119 .box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#post-119 .box29 p {
    padding: 15px 20px;
    margin: 0;
}



#post-119 .box19 {
    position: relative;
    padding:1.5em 1em;
    margin:0 30px 30px;
}
#post-119 .box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#post-119 .box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
#post-119 .box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
#post-119 .box19 p {
    margin: 0; 
    padding: 0;
}



#post-119 ul.ccc {
  border: solid 2px #86D67C;
  padding: 0.5em 1em 0.5em 2.4em !important;
  position: relative;
}

#post-119 ul.ccc li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

#post-119 ul.ccc li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #86D67C; /*アイコン色*/
}



/**
   * ===============================================
   * post-137
   * ===============================================
**/
.post-137 .top-img {
margin: -16px 0 20px;
}

.post-137 h2 {
  padding: .8em .5em;/*文字周りの余白*/
  font-size: 1.4em;
  color: #010101;/*文字色*/
  background: #f1e6e3;/*背景色*/
  border-left: none;
  border-bottom: solid 3px #f53a63;/*下線*/
}

.post-137 .vid {
	display: flex;
    padding: 0;
	margin: 0 0 3em;
	border: solid 1px #ccc;
}

.post-137 .box15 {
	box-sizing: border-box;
    padding: 0.2em 0.5em;
    margin: 3em .5em;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
}
.post-137 .box15 p {
    margin: 0; 
    padding: 0;
}

.post-137 ul {
  padding: 0 1em 0 2.3em;
  position: relative;
}

.post-137 ul li {
  font-weight: bold;
  line-height: 1.5;
  padding: 0.6em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.post-137 ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : .4em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

/*ふせん風*/
.post-137 .box23 {
margin: 2em auto;
padding:1em;/*内側余白*/
border-left:solid 5px #e1849e;/*線の種類・太さ・色*/
background-color:#f5f5f5;/*背景色*/
box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
}

.post-137 .cta-area {
background-image: url(https://women-onlyjob.com/wp-content/uploads/2023/12/ccta2.png);
background-size: cover;
background-position:center center;  
padding: 1em 1em;
text-align: center;
margin: 3em 0;
}

.post-137 .cta-title {
color: #f53a63;
font-size: 1.6em;
font-weight: bold;
text-align: center;
}

.post-137 .touroku {
font-weight: bold;
    text-align: center;
    margin: 30px 0 -20px !important;
}

.post-137 .btn,
.post-137 a.btn,
.post-137 button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
	margin: 1em 0;
}

/*背景*/
.post-137 .btn-wrap {
    margin: 20px 0;
}

.post-137 a.btn-c {
    font-size: 1.3rem;
    position: relative;
    padding: .8rem 3rem .8rem 4.3rem;
    color: #fff;
    border: 2px solid #000;
    border-radius: 100vh;
    background: #06C655;
    -webkit-box-shadow: 0 5px 0 #027130;
    box-shadow: 0 5px 0 #027130;
}

.post-137 a.btn-c span {
    font-size: 1rem;
    line-height: 1.3;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 67px;
    height: 54px;
    padding-top: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
}

.post-137 a.btn-c span em {
    font-style: normal;
    color: #d20010;
}

.post-137 a.btn-c small {
    font-weight: bold;
}

.post-137 a.btn-c i {
    margin-right: 1rem;
}

.post-137 a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #000;
    background: #fff21a;
    -webkit-box-shadow: 0 2px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900;
}

.post-137 a.btn-c:hover span {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}


.post-137 .yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes 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);
    }
}

#container a.btn:hover {
    color: #fff;
    background-color: #06C655;
    border: 2px solid #000;
}



/**
   * ===============================================
   * post-164
   * ===============================================
**/
h1.entry-title {
	display: none;
}

#post-164 *,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#post-164 div#main {
    padding: 0;
}

#post-164 div#body {
    margin-top: 0;
}

#post-164 .top-img {
    margin-top: -9px;
}

#post-164 .back-body {
    width: 100%;
    background: #ffd0e8;
    padding: 10px;
    margin: 0 0 .6em;
}

#post-164 .back-inr {
    background: #fff;
    padding: 10px;
}

#post-164 .pkuzu {
    color: #5a5a5a;
    font-size: .8em;
    margin: 8px 0 4px;
}

#post-164 h1 {
    line-height: 1.5;
    margin: .4em 0 1.8em;
}

#post-164 .date-kiji {
    margin-top: 0;
    color: #5a5a5a;
    font-size: .8em;
    text-align: right;
    margin-bottom: 2.4em;
}

#post-164 .date-kiji::before {
    content: "\f021";
    font-family: fontawesome;
    margin-right: 6px;
    color: #eeac00;
}


#post-164 .balloon6 {
    width: 100%;
    margin: 2em 0 2.4em;
    overflow: hidden;
}

#post-164 .balloon6 .faceicon {
    float: right;
    margin-left: -90px;
    width: 18%;
}

#post-164 .balloon6 .faceicon img {
    width: 100%;
    height: auto;
    border: solid 2px #ffe8f4;
    border-radius: 50%;
}

#post-164 .balloon6 .faceicon p {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: .5em 0 0;
}

#post-164 .balloon6 .chatting {
    width: 100%;
}

#post-164 .says1 {
    width: 78%;
    display: inline-block;
    position: relative;
    margin: 0 0 0 0;
    padding: 1em 1em 1em 1em;
    border-radius: 10px;
    border: 2px solid #ffe8f4;
    background: #fffafc;
}

#post-164 .says1:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 17px;
    right: -24px;
    border: 12px solid transparent;
    border-left: 12px solid #ffe8f4;
}

#post-164 .says1 p {
    margin: 0;
    padding: 0;
}

#post-164 h2 {
    padding: 1rem .7rem;
    border-left: 5px solid #eeac00;
    background: #f4f4f4;
}

#post-164 h2.bosyu {
    padding: 1rem .7rem;
    border-left: 5px solid #ff0000;
    background: #ffe8e3;
}

#post-164 ul,
ol {
    color: #3a3a3a;
    /*文字色*/
    font-weight: bold;
    border: dashed 2px #eeac00;
    /*破線 太さ 色*/
    background: #fff7e1;
    /*背景色*/
    padding: 1em 0.5em 1em 2em;
    margin: 0 0 2.2em;
}

#post-164 ul li,
ol li {
    line-height: 1.5;
    padding: 0.5em 0;
}



.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img {
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon5 .faceicon p {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: -15px;
    margin-left: 5px;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    border: 2px solid #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}

.yureru-j {
    animation: yureru-j 2s infinite;
}

@keyframes 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);
    }
}

.ninzu {
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    margin: -.1em 0 0 !important;
}

.box3 {
    padding: 1em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ffe8e3;
    /*背景色*/
}

.box3 p {
    margin: 0;
    padding: 0;
}

.box27 {
    position: relative;
    margin: 3em 0 2em;
    padding: 0.5em 1em;
    border: solid 3px #5FB3F5;
    background: #DCEFFF;
}

.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    background: #5FB3F5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.box27 p {
    margin: 0;
    padding: 0;
}

#post-164 h2.commm {
    padding: 0.5em;
    /*文字周りの余白*/
    color: #494949;
    /*文字色*/
    background: #f5f5f5;
    /*背景色*/
    border-left: solid 5px #aaa;
    /*左線（実線 太さ 色）*/
    margin-bottom: 1.6em;
}

#post-164 .com_inr {
    padding: 0 20px 0 20px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 2em;
}

#post-164 .com_inr p {
    font-size: .8em;

}

#post-164 .com_img {
    overflow: hidden;
    margin-bottom: .7em;
}

#post-164 .com_img img {
    width: 56%;
}