@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-7 #sns-group,
#post-189 #sns-group,
#post-131 #sns-group {
    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;}	
	
	



/*--------------------
	.postid-101
--------------------*/
/*ヘッダー*/
.postid-10 .top {
	background-color: #F58B25;
	height: 70px;
	width: 100%;
	padding: 0 29px;
	margin: 0px -29px 20px;
	text-align: center;
}

/*ヘッダー*/
.postid-10 a.top2 {
	display: inline-block;
 	font-family: "Arial Rounded MT Bold", Arial, Helvetica !important;
	font-size: 24pt;
	font-weight: bold;
	color: #fff;
	padding: 0 40px;
	line-height: 70px;
	text-decoration: none;
	letter-spacing: 1.5px;
}

.postid-10 div#body {
	background-color: #F9F7F3;
	background-image: url(https://chura58.blog/wp-content/uploads/2021/01/sun-pattern.png);
	margin: 0;
}

.postid-10 div#main {
	border: none;
	padding: 0 29px;
	margin: 0;
}

.postid-10 .a1 {
    padding: 35px;
    border: 1px solid #ddd;
	margin: 0 0 20px 0;
}

.postid-10 .a2 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
    margin: 0 0 20px 0;
}

.postid-10 .a3 {
    width: 60px;
	height: 60px;
    border: solid 3px #ddd;
    border-radius: 60px;
    margin-right: 10px;
}

.postid-10 .a4 {
    display: inline-block;
    line-height: 60px;
	margin: 0;
}

.postid-10 .a5 {
    display: block;
    font-size: 14px;
    color: #666;
    letter-spacing: .14rem;
    line-height: 60px;
    margin: 0 0 0 auto;
}

.postid-10 .aa {
    display: flex;
    margin-bottom: 10px;
}

.postid-10 ul.b1 {
    display: flex;
    list-style: none;
	margin: 0;
	padding: 0;
}

.postid-10 li.b2 {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 12px;
    border: solid 1px #666;
    border-radius: 100px;
    margin-right: 10px;
	line-height: 18px;
}


/*　postid-10　左吹き出し　*/
.postid-10 .balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.postid-10 .balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.postid-10 .balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #F58B25;
  border-radius: 50%;
}

.postid-10 .balloon5 .faceicon p {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: -15px;
	margin-left: 5px;
}

.postid-10 .balloon5 .chatting {
  width: 100%;
}

.postid-10 .says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  border: 2px solid #F58B25;
}

.postid-10 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #F58B25;
}

.postid-10 .says p {
  margin: 0 0 20px;
  padding: 0;
}

/*　postid-10　左吹き出し　*/
.postid-10 .balloon6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.postid-10 .balloon6 .faceicon {
  float: right;
  margin-left: -90px;
  width: 80px;
}

.postid-10 .balloon6 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #F58B25;
  border-radius: 50%;
}

.postid-10 .balloon6 .faceicon p {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: -15px;
	margin-left: 5px;
}

.postid-10 .balloon6 .chatting {
  width: 100%;
}

.postid-10 .says1 {
  display: block;
  position: relative; 
  margin: 5px 105px 0 0;
  padding: 17px 13px;
  border-radius: 12px;
  border: 2px solid #F58B25;
}

.postid-10 .says1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #F58B25;
}

.postid-10 .says1 p {
  margin: 0 0 20px;
  padding: 0;
}

.postid-10 h2.u1 {
  border: none;
  border-bottom: 2px solid #F58B25;
  color: #F58B25;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0;
  margin: 35px 0 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
.postid-10 div#main {
	padding: 0 10px;
}

/*ヘッダー*/
.postid-10 .top {
	background-color: #F58B25;
	height: 60px;
	width: 106%;
	padding: 0 10px 0 10px;
	margin: -20px 0 20px -10px;
	text-align: center;
}

.postid-10 a.top2 {
	font-size: 18pt;
	line-height: 60px;
	padding: 0 20px;
}

.postid-10 .a1 {
    padding: 0;
    border: none;
	margin: 0 0 20px 0;
}

.postid-10 .a2 {
    font-size: 18px;
    letter-spacing: .03em;
    margin: 0 0 13px 0;
}

.postid-10 .a3 {
    width: 40px;
	height: 40px;
    border: solid 1px #ddd;
    border-radius: 40px;
    margin: 0 10px 0 0;
}

.postid-10 .a4 {
	color: #666;
	font-size: 9px;
    line-height: 40px;
}

.postid-10 .a5 {
    font-size: 9px;
    line-height: 40px;
}

.postid-10 li.b2 {
    font-size: 8px;
    font-weight: bold;
    padding: 2px 10px;
	line-height: 12px;
}
}

.postid-10 .box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffaed7;
    border-radius: 8px;
}
.postid-10 .box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ffaed7;
    font-weight: bold;
}
.postid-10 .box26 p {
    margin: 0; 
    padding: 0;
}

@media only screen and (min-width: 768px) {
.postid-10 .btn-cv {
	padding: 0;
	margin: -30px 0 0;
}
}

/*ヘッダー*/
.postid-10 div#h-top,
.postid-10 p.post-meta,
.postid-10 div#breadcrumb.breadcrumb.breadcrumb-categor,
.postid-10 footer,
.postid-10 aside#related-entries,
.postid-10 div#navi {
	display: none;
}




/**
 * ===============================================
 * .postid-112
 * ===============================================
 */
/* 口コミ画像、左上にコメント */
.postid-112 .example {
  position: relative;
  }

.postid-112 .example p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #FFBC60;/*背景色*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  }

.postid-112 .example img {
  width: 100%;
  }
  
/* ピンクリボン */
.postid-112 .ribbon3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #FFBC60;
  color: #FFF;
  box-sizing: border-box;
}

.postid-112 .ribbon3 h3 {
  color: #FFF;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
}

.postid-112 .ribbon3:before,
.postid-112 .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.postid-112 .ribbon3:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.postid-112 .ribbon3:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.postid-112 .parent {
  text-align: center;
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.postid-112 .btn,
.postid-112 a.btn,
.postid-112 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;
}

.postid-112 .btn-wrap {
  margin: 30px 0;
}

.postid-112 a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 1.25rem 2rem 1.25rem 3.5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

.postid-112 a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;

  display: block;
  width: 200px;
  padding: 0.2rem 0;

  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.postid-112 a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

.postid-112 a.btn-c:hover:before {
  left: 2rem;
}

/**
 * ===============================================
 * 見出し
 * ===============================================
 */
.postid-112 .midashi1 {
  font-size:23px;
  position: relative;
  padding: 1.0em;
  margin-bottom: 1.5em;
  background: #F99292;
  color: white;
}

.postid-112 .midashi1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.postid-112 h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #FEEEED;/*背景色*/
  border-bottom: solid 3px #F69896;/*下線*/
  border-left: none;
}


/* コメント欄以外の項目非表示 */
.postid-112 div#h-top,
.postid-112 div#breadcrumb,
.postid-112 p.post-meta,
.postid-112 p.sns-share-msg,
.postid-112 ul.snsb.clearfix.snsbs,
.postid-112 ul.snsb.clearfix,
.postid-112 div.menu,
.postid-112 p.sns-follow-msg,
.postid-112 ul.snsp,
.postid-112 aside#related-entries,
.postid-112 div#footer.main-footer,
.postid-112 p.footer-post-meta,
.postid-112 div.comment-meta.commentmetadata,
.postid-112 div.navigation {
display: none;
}