/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20201223
*/

/* 共通の設定 */
.aligncenter {
text-align:center;
}
.hide {display: none !important;}
.textbox-r {text-align: right;}
img.shadow, picture.shadow img {
    box-shadow: 10px 10px 7px #c5c5c5;
}
picture.aligncenter img {
    display: inline-block!important;
}
.gopagelink {
    display: inline-block;
    background: url(/lets-genkinka/image/arrow_gray.png) 100% 50% no-repeat;
    padding-right: 25px;
}
.comment {
    position: relative;
    background: #FFE8E8 url(images/icon/bg_comment.png) bottom right no-repeat;
    border: #f5e8bf 6px solid;
	padding:15px;
	margin-bottom:20px;
	border-radius:10px;
}
.comment:before {
    content: url(images/icon/icon_comment.png);
    position: absolute;
    top: -29px;
}
.comment .user {
    margin-bottom: 0px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -15px;
    padding: 0 1.0em;
    background: #000000;
    border-radius: 1.5em;
    color: #fff;
    right: 1.0em;
    font-size: 0.7em;
}
.comment .user .user-d {
    display: inline-block;
    margin-left: 1.0em;
}
ul.wsp-posts-list li {
	text-align: left;
	display: inline-block;
	padding-right: 1.5em;
	font-size: 12px;
}
/* 目次のCSS */
#toc_container .toc_title:before{display:none;}

/* メインコンテンツ下コメント折り返しのCSS */
.openReview {
    display: block;
    padding: 10px;
    margin: 10px;
    text-align: center;
    /* background: #ddd; */
    color: #007ED2;
    font-size: 15px;
    text-decoration: underliine;
}

/* 枠のcss */
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0;
    padding: 0;
}
.box29 {
    margin: 2em 0;
    background: #fce4e4;
}
.box29 .box-title {
    /*font-size: 1.2em;*/
    background: #ea474c;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}
/* Q&A faq */
dl.faq{
    font-size: 95%;
    line-height:1.7;
}
dl.faq dt {
    background: #E1F5FE;
    color: #000000;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 60px;

    position:relative;
}
dl.faq dt:before{
	position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -17px;
    display: inline-block;
    padding: 0 12px 0 8px;
    content: "\f059";
    font-family: stsvg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #4FC3F7;
    border-right: 1px solid #4FC3F7;
}
dl.faq dd{
    color:#333;
	margin-bottom: 20px;
}
/*  ブログカード  */
.blog-card {
  background: #fbfaf8;
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:5px;
	margin: 30px;
  /* sp用 ※4 */
}
.blog-card:hover {
  background: #fee;
}
.blog-card a {
  text-decoration: none;
}
.blog-card-title {
	color: #337ab7;
	display: block;
}
.blog-card-thumbnail {
	float:left;
	padding:10px;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card-content {
	line-height:120%;
}
.blog-card-title {
	padding:10px 10px 10px 0;
	font-size:120%;
  font-weight: bold;
  line-height: 1.5em;
}
.blog-card-excerpt {
	color:#333;
	margin:0 10px 10px;
  line-height: 1.5em;
}
.blog-card .clear {
  clear: both;
}

/*-------------------------
  Hタグ見出し
-------------------------*/
h1.entry-title {
    background: #489e12 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 27px !important;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 50px !important;
    border-top: none !important;
    border-bottom: none !important;
    position: relative;
}
h1.entry-title:before {
    content: url(images/icon/icon_h2title.png);
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -20px;
}
.post h2 {
    position: relative;
    font-size: 18px !important;
    color: #489E12 !important;
    line-height: 27px !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}
.post h2:before {
    content: url(images/icon/icon_h3.png) !important;
}
.post h2:after {
    content: "" !important;
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #ffe138, #489E12 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #ffe138, #489E12 2px, #fff 2px, #fff 4px);
}
.post .ranking h3 {
    position: relative;
    padding-left:75px !important;
    font-size: 1.5em !important;
    color: #276002 !important;
    border-bottom: 4px #C8AB37 double !important;
    background: #fff !important;
    margin-bottom: 20px !important;
}

.post h3:not(.no-css) {
    margin: 20px 0 !important;
    padding: 10px 15px !important;
    background-color: transparent; !important
    line-height: 26px;
    position: relative;
    box-shadow: 0 0 0 5px #f3f3f3;
    border: dashed 2px #489E12 !important;
    color: #489E12 !important;
    font-size: 16px !important;
}
.post h4:not(.no-css) {
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    padding: 0 !important;
}
#side aside h4.menu_underh2 {
    padding-left: 10px;
}
#side aside h4 {
    font-weight: bold !important;
    line-height: 25px !important;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 7px;
    background: url(images/icon/icon_sideh4-2.png) 100% 50% no-repeat #FFFF00 !important;
    font-size: 1.15em !important;
    color: #276002;
    margin: 0 0 0.8em 0;
}
/*ランキング*/
.ranking h3:before {
    position: absolute;
    content: url(images/icon/rankicon01.png) !important;
    top: 50%;
    margin-top: -23px;
    left: 0;
}
.ranking > h3:nth-of-type(1)::before {content: url(images/icon/rankicon01.png) !important;}
.ranking > h3:nth-of-type(2)::before {content: url(images/icon/rankicon02.png) !important;}
.ranking > h3:nth-of-type(3)::before {content: url(images/icon/rankicon03.png) !important;}
.ranking > h3:nth-of-type(4)::before {content: url(images/icon/rankicon04.png) !important;}
.ranking > h3:nth-of-type(5)::before {content: url(images/icon/rankicon05.png) !important;}
.ranking > h3:nth-of-type(6)::before {content: url(images/icon/rankicon06.png) !important;}
.ranking > h3:nth-of-type(7)::before {content: url(images/icon/rankicon07.png) !important;}
.ranking > h3:nth-of-type(8)::before {content: url(images/icon/rankicon08.png) !important;}
.ranking > h3:nth-of-type(9)::before {content: url(images/icon/rankicon09.png) !important;}
.ranking > h3:nth-of-type(10)::before {content: url(images/icon/rankicon10.png) !important;}
.ranking > h3:nth-of-type(11)::before {content: url(images/icon/rankicon11.png) !important;}
.ranking > h3:nth-of-type(12)::before {content: url(images/icon/rankicon12.png) !important;}
.ranking > h3:nth-of-type(13)::before {content: url(images/icon/rankicon13.png) !important;}
.ranking > h3:nth-of-type(14)::before {content: url(images/icon/rankicon14.png) !important;}
.ranking > h3:nth-of-type(15)::before {content: url(images/icon/rankicon15.png) !important;}
.ranking > h3:nth-of-type(16)::before {content: url(images/icon/rankicon16.png) !important;}
.ranking > h3:nth-of-type(17)::before {content: url(images/icon/rankicon17.png) !important;}
.ranking > h3:nth-of-type(18)::before {content: url(images/icon/rankicon18.png) !important;}
.ranking > h3:nth-of-type(19)::before {content: url(images/icon/rankicon19.png) !important;}
.ranking > h3:nth-of-type(20)::before {content: url(images/icon/rankicon20.png) !important;}
.ranking > h3:nth-of-type(21)::before {content: url(images/icon/rankicon21.png) !important;}
.ranking > h3:nth-of-type(22)::before {content: url(images/icon/rankicon22.png) !important;}
.ranking > h3:nth-of-type(23)::before {content: url(images/icon/rankicon23.png) !important;}
.ranking > h3:nth-of-type(24)::before {content: url(images/icon/rankicon24.png) !important;}
.ranking > h3:nth-of-type(25)::before {content: url(images/icon/rankicon25.png) !important;}
.ranking > h3:nth-of-type(26)::before {content: url(images/icon/rankicon26.png) !important;}
.ranking > h3:nth-of-type(27)::before {content: url(images/icon/rankicon27.png) !important;}
.ranking > h3:nth-of-type(28)::before {content: url(images/icon/rankicon28.png) !important;}
.ranking > h3:nth-of-type(29)::before {content: url(images/icon/rankicon29.png) !important;}
.ranking > h3:nth-of-type(30)::before {content: url(images/icon/rankicon30.png) !important;}
.ranking > h3:nth-of-type(31)::before {content: url(images/icon/rankicon31.png) !important;}
.ranking > h3:nth-of-type(32)::before {content: url(images/icon/rankicon32.png) !important;}
.ranking > h3:nth-of-type(33)::before {content: url(images/icon/rankicon33.png) !important;}
.ranking > h3:nth-of-type(34)::before {content: url(images/icon/rankicon34.png) !important;}
.ranking > h3:nth-of-type(35)::before {content: url(images/icon/rankicon35.png) !important;}
.ranking > h3:nth-of-type(36)::before {content: url(images/icon/rankicon36.png) !important;}
.ranking > h3:nth-of-type(37)::before {content: url(images/icon/rankicon37.png) !important;}
.ranking > h3:nth-of-type(38)::before {content: url(images/icon/rankicon38.png) !important;}
.ranking > h3:nth-of-type(39)::before {content: url(images/icon/rankicon39.png) !important;}
.ranking > h3:nth-of-type(40)::before {content: url(images/icon/rankicon40.png) !important;}
.ranking > h3:nth-of-type(41)::before {content: url(images/icon/rankicon41.png) !important;}
.ranking > h3:nth-of-type(42)::before {content: url(images/icon/rankicon42.png) !important;}
.ranking > h3:nth-of-type(43)::before {content: url(images/icon/rankicon43.png) !important;}
.ranking > h3:nth-of-type(44)::before {content: url(images/icon/rankicon44.png) !important;}
.ranking > h3:nth-of-type(45)::before {content: url(images/icon/rankicon45.png) !important;}
.ranking > h3:nth-of-type(46)::before {content: url(images/icon/rankicon46.png) !important;}
.ranking > h3:nth-of-type(47)::before {content: url(images/icon/rankicon47.png) !important;}
.ranking > h3:nth-of-type(48)::before {content: url(images/icon/rankicon48.png) !important;}
.ranking > h3:nth-of-type(49)::before {content: url(images/icon/rankicon49.png) !important;}
.ranking > h3:nth-of-type(50)::before {content: url(images/icon/rankicon50.png) !important;}
.post .ranking table.info-d {
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    background: #f5f5f5;
}
.post .ranking table.info-d th {
    font-size: 16px;
    line-height: 1.35em;
    border-bottom-color: #fff;
    border-left-color: #fff;
    font-weight: bold;
    background: #CCDBA4;
}
.post .ranking table.info-d tr td {
    font-size: 16px;
    line-height: 1.35em;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
/*横並び3つの広告*/
.responbox33 .lbox > div > strong{
	position: relative;
    display: inline-block;
    padding-left: 37px;
    margin-bottom: 4px;
}
.responbox33 .lbox > div > strong:before{position:absolute;top:50%;left:0;margin-top:-18px;}
.responbox33 .lbox div.rank3-1 strong:before{content:url(./images/icon/rank3-1.png);}
.responbox33 .lbox div.rank3-2 strong:before{content:url(./images/icon/rank3-2.png);}
.responbox33 .lbox div.rank3-3 strong:before{content:url(./images/icon/rank3-3.png);}

/* フッター */
#footer .wsp-container a{color:#212121;}
#footer .wsp-container a:hover{color:#000;text-decoration:underline;}

/*ボタンデザイン*/
.btn.type01{
	width: 100%;
	max-width: 340px;
	padding: 15px 10px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
	color: #555;
	background-color: #fff;
	text-decoration:none;
	border:#555 1px solid;
}
a.btn.type02 {
    display: block;
    position:relative;
    padding: 0.5em 1.5em 0.5em 0.5em;
	color: #4c4c4c;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom: 5px solid #e0e0e0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
a.btn.type02:hover {
  margin-top: 3px;
  border-bottom: 2px solid #e0e0e0;
}
a.btn.type02:before{
	content: "\f138";
    font-family: "fontawesome";
    font-size: 20px;
    line-height: 1.0em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -0.5em;
}
p.q-title{font-size:25px;line-height: 1.5em;}
p.q-title:first-letter{font-size:1.5em;font-family: Helvetica;color:#489E12;}
p.q-title span.hosoku{font-size:15px;display:block;background:#f5f5f5;padding:0 0.5em;}
ul.q-ikura,ul.q-how{padding:0 !important;margin: 0 0 1.5em 0;}
ul.q-ikura li{list-style-type:none;font-size:15px;width: 49%;display:inline-block;margin-bottom: 3px;}
ul.q-how li{list-style-type:none;margin-bottom:3px;font-size:15px;}

ul.q-ikura a.btn,ul.q-how a.btn{
    font-weight: 700;
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    border-radius: .5rem;
    color: #000;
    background-color: #fff100;
    border-bottom: 5px solid #ccc100;
    padding: 0.3em 1.3em;
    position:relative;
}
ul.q-ikura a.btn:before,ul.q-how a.btn:before{
    content: url(images/icon/btnicon-check.png);
    position: absolute;
    top: -2px;
    left:0;
}
ul.q-ikura a.btn:hover {
  margin-top: 3px;
  color: #000;
  background: # fff20a;
  border-bottom: 2px solid #ccc100;
}
ul.q-ikura li:nth-child(2n+1) {
    margin-right: 2%;
}

/* CVボタンのCSS */
.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
  width:100%;
}
.btn-cv a ,.btn-cv span.jump {
  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 ,.btn-cv.is-fz20 span.jump{
  font-size: 20px;
}
.btn-cv a img .btn-cv span.jump img{
  vertical-align: middle;
}
.btn-cv a:after,.btn-cv span.jump:after {
  content: ' ' !important;
}

/* ボタン内のアイコン */
.btn-cv a:before,.btn-cv span.jump: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,.btn-cv span.jump:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a ,.btn-cv + .btn-cv span.jump {
  margin-top: 0;
}

/* 緑ボタン */
.btn-cv a ,.btn-cv span.jump{
  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,.btn-cv.is-red span.jump {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}

/* 青ボタン */
.btn-cv.is-blue a ,.btn-cv.is-blue span.jump {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}

/* 黒ボタン */
.btn-cv.is-black a ,.btn-cv.is-black span.jump {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}

/* ボタンの光沢 */
.is-reflection a ,.is-reflection span.jump {
  overflow: hidden;
}
.is-reflection a:after ,.is-reflection span.jump: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 ,.is-reflection + .is-reflection span.jump: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 ,.is-trembling span.jump: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;
}

.jump {
  cursor: pointer;
  text-decoration: underline;
  color: #008db7;
}
.jump:hover {
  color: #ccc;
}
/* TOPに戻るボタン */
#page-top {
    position: fixed;
    z-index: 99999;
    bottom: 85px;
    right: 0;
}

/* bfbバツを消したい */
.inner_bfb .bfb_closed{
display:none;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	ul.q-ikura{width:85%;margin: 0 auto 1.5em auto;}
	ul.q-how{width:85%;margin: 0 auto 1.5em auto;}


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	.responbox33 .lbox > div > strong{font-size:1.35em;}

	/*-- ここまで --*/
}

/*media Queries スマホサイズ（767px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a,.btn-cv span.jump {
    font-size: 1.3em;
    margin: 0 auto 1em;
    /*width: 94%;*/
  }
/* ここまで */
}
