
.credit span{
	vertical-align: baseline;
}
.credit section,.credit div,.credit ul,.credit ul li,.credit a,.credit img{
	box-sizing: border-box;
}
.selector {
  font-feature-settings : "palt";
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-c {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-st {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.flex-ed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.credit select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.credit select::-ms-expand {
    display: none;
}
.credit button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.fadeInDown {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
    0% {
    	opacity: 0;
    	transform:translateY(-20px);
    }
    100% {
    	opacity: 1
    	transform:translateY(0px);
    }
}
@keyframes fadeIn {
    0% {
    	opacity: 0;
    	transform:translateY(-20px);
    }
    100% {
    	opacity: 1
    	transform:translateY(0px);
    }
}




.credit h2{
    color: #fff;
    height: auto;
    line-height: auto;
    border-bottom: none;
}
@media screen and ( max-width:736px ) {
	/*.pc {
		display: none!important;
	}*/
}

.credit-top{
	background-color: #feeeee;
	text-align: center;
}
.credit-top img{
	width: 100%;
}
.credit-trouble{
	background-image: url("../images/credit/sp_back1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 6% 40px;
	position: relative;
}

.credit-trouble h2{
	margin-bottom: 40px;
}
.credit-trouble h2 img{
	width: 80%;
}
#js-credit-trouble-ul li{
	display: none;
}
#js-credit-trouble-ul li.fadeInDown{
	display: block;
}

.credit-trouble-balloon{
	width: 48%;
}
.credit-trouble-balloon img{
	width: 100%;
}
.credit-trouble ul li p{
	width: 48%;
}
.credit-trouble ul li{
	margin-bottom: 40px;
}
.credit-trouble ul li > div{
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.credit-solution{
	background-color: #f1457e;
}
.credit-solution-content{
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 60px 0;
}
.credit-solution h2{
	margin-bottom: 20px;
}
.credit-solution h2 img{
	width: 80%;
}
.credit-solution-content > img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 25%;
}
.credit-solution-p1{
	margin-bottom: 10px;
}

.credit-merit{
	background-color: #feeeee;
	padding: 40px 6%;
}
.credit-merit ul li{
	padding: 30px 6%;
	background-color: #fff;
	margin-bottom: 20px;
}
.credit-merit ul li h3{
	margin-bottom: 10px;
}
.credit-merit ul li h3 img{
	width: 30px;
}
.credit-merit ul li h3 span{
	font-weight: bold;
	color: #f1457e;
	border-bottom: solid 1px;
	display: inline-block;
	margin-left: 10px;
	width: 80%;
}
.credit-merit-img{
	text-align: center;
	margin-top: 10px;
}
.credit-merit-img img{
	width: 80%;
}

.credit-bland{
	background-image: url("../images/credit/sp_back2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
.credit-bland h2{
	margin-bottom: 20px;
}
.credit-bland-content {
    padding: 80px 6%;
}

.credit-bland h2 img{
	width: 80%;
}
.credit-bland ul{
	margin: 0 18% 20px;
	-ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.credit-bland ul li img{
	width: 100%;
}
.credit-bland ul li:nth-child(4) img{
	width: 80%;
}
.credit-bland ul li{
	width: 18%;
}

.credit-contact{
	text-align: center;
	padding: 40px 0 0;
}
.credit-contact p{
	margin-bottom: 30px;
}
.credit-contact-btn{
	width: 80%;
	margin: auto;
	height: 40px;
	line-height: 40px;
	border: solid 1px #555;
	color: #333;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.credit-contact-btn:visited{
	color: #333;
}
.credit-contact-btn::after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #555;
	border-right: solid 1px #555;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}