/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/
.red {
color: red !important;
}
.bold {
font-weight: bold;
}
.bg_y {
text-decoration: underline #ff0 3px;
font-weight: 700;
}
.border_orange {
border: solid 1px #ff8c00;
padding: 10px;
position: relative;
background: #fff6ec;
margin: 30px 0 30px;
}
.list-box {
position: relative;
padding: 10px;
background: #fffdfb;
margin: 20px 0;
border: solid 2px #ff9500;
}
.list-box_title {
color: #ff9500;
font-size: 2.0rem;
font-weight: 700;
border-bottom: dotted 3px #ff9500;
text-align: center;
padding: 0 0 10px;
margin: 0 0 10px;
}
.connection {
    display: flex;
	justify-content: space-between;
	margin:0 0 1em;
}
.connection .text {
    display: flex;
    flex-basis: 55px;
	min-height: 50px;
    background: #df2a4a;
    align-items: center;
    justify-items: center;
    text-align: center;
    position: relative;
}
.connection .text:before{
	content:"関連";
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    text-indent: 5px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	height: 20px;
    line-height: 20px;
    width: 100%;
}
.connection .text span{
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    text-indent: 5px;
}
.connection .link {
flex-basis: calc(100% - 70px);
    align-self: center;
    align-content: space-around;
    display: flex;
    flex-wrap: wrap;
    min-height: 55px;
}
.connection .link div{
	margin: 5px 0;
}
.connection .link a {
    position:relative;
	text-decoration: underline;
}
.connection .link a:after {
position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid #ff9a91;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        left: -10px;
        top: 50%;
        margin: -7px 0 0 0;
}
.footer_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #c5c4c459;
}
.footer_cta .cta_link {
    width: 96%;
    position: relative;
    left: 50%;
    top: 0;
    margin: 0 0 0 -48%;
}
.entry-content img.center {
    margin: 0 auto;
    display: block;
}
.cta_link {
text-align: center;
position:relative;
}
.cta_link .micro {
    position: relative;
	display: inline-block;
	color:#fc3c3c;
	font-weight: bold;
}
.cta_link .micro:before {
content: "";
    position: absolute;
    background: #fc3c3c;
    left: -35%;
    bottom: 25px;
    width: 50px;
    height: 2px;
    transform: rotate(60deg);
}
.cta_link .micro:after {
content: "";
    position: absolute;
    background: #fc3c3c;
    right: -35%;
    bottom: 25px;
    width: 50px;
    height: 2px;
    transform: rotate(120deg);
}
.cta_link a {
    text-align: center;
    display: block;
    background: #10bd26;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 35px 10px 0;
	position:relative;
}
.cta_link a:before{
content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	background:#ffffff;
    right: 5px;
    top: 50%;
    margin: -12.5px 0 0;
}
.cta_link a:after{
content: "";
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #0ea822;
    border-right: 4px solid #0ea822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin: -7px 7px 0 0;
}
@keyframes reflection{
0% {
    transform: scale(0) rotate(
45deg
);
    opacity: 0;
}
80% {
    transform: scale(0) rotate(
45deg
);
    opacity: .5;
}
81% {
    transform: scale(4) rotate(
45deg
);
    opacity: 1;
}
100% {
    transform: scale(50) rotate(
45deg
);
    opacity: 0;
}
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
animation-name: pulse;

  -webkit-animation: pulse 2s ease 0s infinite normal;
  animation: pulse 2s ease 0s infinite normal;
}
.btn-bg {
position: absolute;
    overflow: hidden;
    top: 3%;
    left: 0%;
    right: 0;
    bottom: 7%;
    border-radius: 10px;
}
.reflection {
    height: 100%;
    width: 50px;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-animation: reflection 2s ease-in-out infinite;
    overflow: hidden;
    border-radius: 10px;
}


/*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) {


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

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

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