/*
Theme Name: STINGER PLUS2 Child
Template: stingerplus2
Version: 20170621
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

/* 櫻井　追加　ここから*/
.htagleftborder{
	padding:0.4em 0.5em;
	color:#494949;
	background-color:#f4f4f4;
	border-left:solid 5px #ed0965;
	border-bottom:solid 3px #d7d7d7;
}

.mojimincho{
	font-family:"游明朝","YuMincho","Hiragino Mincho Pro W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MSP明朝","MS 明朝",serif;
}
.fade-in-001{
	opacity:0;
	animation-name:fade-in-001;
	animation-duration:3s;
	animation-timing-function:ease-in;
	animation-delay:0.5s;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
}
@keyframes fade-in-001{
0%{
	opacity:0;
	transform:translatey(30px);
}
50%{
	opacity:0.5;
	transform:translatey(15px);
}
100%{
	opacity:1;
	transform:translatey(0);
}
}

.htaggrada{
  position: relative;
  padding: 0.2em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

/* ボタンアニメーション　*/
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #9ec34b;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}

.btn-animation-03 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #9ec34b;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-03 span {
  position: relative;
  z-index: 1;
}

.btn-animation-03::before,
.btn-animation-03::after {
  content: "";
  display: block;
  background-color: #0000FF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-03::before {
  left: 0;
}
.btn-animation-03::after {
  right: 0;
}

.btn-animation-03:hover:before,
.btn-animation-03:hover:after {
  width: 0;
  background-color: #0000FF;
}

.btn-animation-03:hover {
  color: #0000FF;
}


.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;

  position: relative;

  margin-bottom: .2em;

  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}

.saku_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;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 100vh;
}

.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: # fff20a;
  border-bottom: 2px solid #ccc100;
}

.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.sakubox8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.sakubox8 p {
    margin: 0; 
    padding: 0;
}

/* マーカー */
.marker_pink {
	background:linear-gradient(transparent 60%, #fec1fe 0%) ;
}

.marker_yellow {
	background:linear-gradient(transparent 60%, #ffff00 0%); 
}

.marker_blue {
	background:linear-gradient(transparent 60%, #00d2ff 0%); 
}

.index-pickup {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ee9c30;
}
.index-pickup .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ee9c30;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.index-pickup p {
    margin: 0; 
    padding: 0;
}

.index-nyukai {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #30c8ee;
}
.index-nyukai .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #30c8ee;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.index-nyukai p {
  margin: 5px 0; 
  padding: 0;
}

.index-important {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #f32525;
}
.index-important .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #f32525;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.index-important p {
  margin: 5px 0; 
  padding: 0;
}

/*  コンタクトフォーム用  */
.tbl-con{
  width: 100%;
  border: solid 1px #d7d7d7;
}
.tbl-con th{
  text-align: left;
  font-size: 14px;
  color: #444;
  padding: 0px 5px;
  width: 30%;
  background-color: #f7f7f7;
  border: solid 1px #d7d7d7;
}
.tbl-con td{
  text-align: left;
  font-size: 13px;
  border: solid 1px #d7d7d7;
}
.tbl-con tr{
  border: solid 1px #d7d7d7;
}
.tbl-hisu{
  font-size: 9px;
  padding: 5px;
  background-color: #ff9393;
  color: #fff;
  border-radius: 2px;
  position: relative;
  margin-right: 5px;
  bottom: 1px;
}
.tbl-nini{
  font-size: 9px;
  padding: 5px;
  background-color: #93c9ff;
  color: #fff;
  border-radius: 2px;
  position: relative;
  margin-right: 5px;
  bottom: 1px;
}
.sent .cca-contact{
	display:none;
}
/*  コンタクトフォーム用  終わり  */

/* 2022.04.02 追加 */
.cca-html{
    font-size: 14px;
    padding: 5px;
}

.cca-html h2{
    display: none;
}
.cca-html .h2x{
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 65px;
    border:none;
    font-size:20px;
    color:#000;
    font-weight: bold;
    background-color: #fff;

}
.cca-html .h2x::before,.cca-html .h2x::after{
    position: absolute;
    top: calc(50% - 1px);
    width: 50px;
    height: 1px;
    content: "";
    border-bottom: solid 2px #000;
}
.cca-html .h2x::before{
    left: 0;
}
.cca-html .h2x::after{
    right: 0;
}

.cca-html>.h2-center{
    text-align: center;
}

.cca-html p{
    padding: 10px;
}
.non-list14{
    list-style-type: none;
    font-size: 14px;
}

@media only screen and (max-width: 959px) {
    .cca-html p{
        padding: 15px 10px;
    }
}
    
.cca-html .txt-center{
    text-align: center;
    margin-top: 30px;
}
.cca-html .txt-left{
    text-align: left;
}

.cca-html table{
    margin: 3px auto;
    border-collapse: collapse;
    border: none;
    width: 80%;
}
@media only screen and (max-width: 959px) {
    .cca-html table{
        width: 100%;
    }
}
.cca-html table th,.cca-html table td{
    padding: 10px;
    text-align: center;
    border: none;
}
.cca-html table tr:nth-child(odd){
    background-color:#eee;
}
.cca-html table tr:nth-child(even){
    background-color:#fff;
}
.cca-html .img-banner01{
    width: 90%;
}
.cca-html .img-w100{
    width: 100%;
}
.cca-html .marker-y{
    background: linear-gradient(transparent 70%,rgba(248, 252, 20, 0.945) 0%);
    font-weight: bold;
}
.cca-html .btnya01{
    position: relative;
    border: 1px solid #555;
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #333;
    transition: all .2s linear;
}
.cca-html .btnya01:hover{
    background: #333;
    color: #fff;
}
.cca-html .btnya01::before{
    content: "";
    position: absolute;
    top: 50%;
    right: -26px;
    width: 40px;
    height: 1px;
    background: #333;
    transition: all .2s linear;
}
.cca-html .btnya01::after{
    content: "";
    position: absolute;
    top: 20%;
    right: -21px;
    width: 1px;
    height: 12px;
    background: #333;
    transform: skewX(45deg);
    transition: all .2s linear;
}
.cca-html .btnya01:hover::before{
    right:-30px;
}
.cca-html .btnya01:hover::after{
    right: -25px;
}
.cca-html .popup-title{
    text-align: center;
    font-size: 1.2rem;
}
/* 2022.04.02 追加 ここまで */

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {

	/*  コンタクトフォーム用  */
  .tbl-con th,.tbl-con td{
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tbl-con tr:first-child th{
    border-top: solid 1px #d7d7d7;
  }
  .tbl-con .tbl-hisu,.tbl-con .tbl-nini{
    font-size: 10px;
  }
	/*  コンタクトフォーム用  終わり  */
	/*-- ここまで --*/
}


/* 櫻井　追加　ここまで*/

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}
