@charset "utf-8";
@media screen and (max-width: 640px) {
  footer img {
	width: 100%;
  }
  .ct_sp_mainConts .inner96 {
	padding: 0 4%;
  }
}


/*--------------------------------------------------
		ct_section01
		ct_section02
--------------------------------------------------*/

.section+.ct_section01 {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
   .ct_sp_mainConts .section+.section{
	margin-top:50px;
  }
  .ct_sp_mainConts .section+.ct_section01 {
	margin-top: 40px;
  }
  .section+.ct_section02 {
	margin-top: 60px;
  }
  .ct_sp_mainConts .section + .ct_sp_section02{
	margin-top: 20px;
  }
}


/*--------------------------------------------------
		ct_section01
--------------------------------------------------*/


/*--------------------------------------------------
		ct_secTitle1st
--------------------------------------------------*/
.sec06 .ct_secTitle1st::after {
  content: none;
}

.sec06 .ct_secTitle1st .titleInner .txtLink a,
.secTitle2nd .txtLink a {
  padding-right: 0;
}

.sec06 .ct_secTitle1st .titleInner .txtLink a::after,
.sec06 .secTitle2nd .txtLink a::after{
  content: none;
}

.sec06 .ct_secTitle1st .titleInner .txtLink a::before,
.sec06 .secTitle2nd .txtLink a::before{
  content: " ";
  width: 20px;
  height: 20px;
  background: url(/library/img/common/icon_txt_link.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .sec06 .ct_secTitle1st .titleInner,
  .sec06 .heading_wrap{
	display: flex;
	justify-content: space-between;
  }
  .sec06 .ct_secTitle1st h2,
  .sec06 .heading_wrap .heading{
	width: 80%;
  }
  .sec06 .secTitle2nd .txtLink {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }
  .sec06 .secTitle2nd .txtLink a{
	position: relative;
	display: inline-block;
  }
  .sec06 .secTitle2nd .txtLink a::before{
	right: 10vw !important;
  }

}

.sec07 .inner96.ct_contact {
  background-color: #f6f6f6;
  margin-top: 40px;
}


.ct_secTitle1st h2 {
  color: #e50112;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}

.ct_secTitle2st h2 {
  background: #ededed;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 20px 10px;
}

.ct_secTitle3rd {
  padding-left: 47px;
}

.ct_secTitle3rd::after {
  content: none;
}

.ct_secTitle3rd h2 {
  color: #e50112;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}

.ct_secTitle3rd:before {
  background: url(/library/customer/img/icon_question.png) no-repeat left center;
  content: " ";
  height: 37px;
  left: 0;
  position: absolute;
  width: 37px;
}

.ct_secTitle4th {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ct_secTitle1st {
	padding-top: 20px;
  }
  .ct_secTitle1st h2 {
	font-size: 18px;
	line-height: 30px;
  }
  .ct_secTitle3rd {
	padding-top: 18px;
  }
  .ct_secTitle3rd h2 {
	font-size: 18px;
	line-height: 20px;
  }
}


/*--------------------------------------------------
		ct_secLead
--------------------------------------------------*/

.ct_secLead01 {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ct_secLead01.ct_sp_fontNormal {
	font-weight: normal;
  }
}


/*--------------------------------------------------
		ct_secSearch
--------------------------------------------------*/

.ct_secSearch {
  background: #fff3ce;
  padding: 0 16px 13px;
}

.ct_secSearch .search {
  max-width: 1000px;
  padding: 30px 0 0;
}

.ct_secSearch_block{
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .ct_secSearch {
	padding: 0 16px 0;
  }
  .ct_secSearch .search {
	width: 100%;
	padding: 18px 0 0;
  }
}


/*--------------------------------------------------
		ct_txtListBox1st
--------------------------------------------------*/

.ct_txtListBox1st dl {
  display: flex;
  display: -ms-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #EDEDED;
}
.ct_txtListBox1st dl:last-child{
  border:none;
}
.ct_txtListBox1st dl:first-child{
  border-bottom: 1px dashed #EDEDED;
}
.ct_txtListBox1st dl dt {
  color: #aaaaaa;
  display: table;
  box-sizing: border-box;
}

.ct_txtListBox1st dt:first-child {
  margin-right: 24px;
  width: 82px;
}

.ct_txtListBox1st dl dt.ct_category01 {
  background: #ee1d23;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 24px;
  padding: 5px 5px 3px;
  text-align: center;
  width: 90px;
}

.ct_txtListBox1st dl dd {
  box-sizing: border-box;
  display: table-cell;
  width: 720px;
}

.ct_txtListBox1st dl dd a {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .ct_txtListBox1st dl {
	display: inherit;
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #EDEDED;
  }
  .ct_txtListBox1st dl dt {
	display: inline-block;
  }
  .ct_txtListBox1st dt:first-child {
	margin-right: 8px;
	width: inherit;
  }
  .ct_txtListBox1st dl dd {
	display: block;
	margin-top: 10px;
	width: 100%;
  }
  .ct_txtListBox1st dl dt.ct_category01 {
	letter-spacing: 0.1em;
	line-height: 1;
	margin-right: 24px;
	padding: 3px 5px 1px;
	text-align: center;
	width: 60px;
  }
}


/*--------------------------------------------------
		ct_description
--------------------------------------------------*/

div+.ct_description01,
div+.ct_description02 {
  margin-top: 30px;
}

.ct_description01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.ct_description01:before {
  content: url(/library/customer/img/icon_down-arrow.png);
  padding-right: 4px;
}

.ct_description02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}

.ct_description04 {
  background: #ededed;
  padding: 15px 20px 12px;
}

@media screen and (max-width: 640px) {
  .ct_description01 {
	font-size: 12px;
  }
  .ct_description02 {
	margin-top: 6%;
  }
}


/*--------------------------------------------------
		ct_search_form
--------------------------------------------------*/

#ct_search_form {
  margin-top: 10px;
}

#ct_search_form fieldset input {
  float: left;
  vertical-align: top;
}

#ct_search_form fieldset {
  border: 2px solid #ee1d23;
  border-radius: 50px;
  width: 100%;
  box-sizing: border-box;
}

#ct_search_form fieldset #ct_search_input01 {
  border: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 18px;
  height: 50px;
  padding-left: 20px;
  width: 860px;
}

#ct_search_form fieldset #ct_search_input01:focus {
  outline: 0;
}

#ct_search_form fieldset #ct_search_input02[type="submit"] {
  background: #ee1d23;
  border: #ee1d23;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  display: table;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  outline: 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
  width: 126px;
  cursor: pointer;
}

#ct_search_form fieldset #ct_search_input02[type="submit"]:hover {
	opacity: 0.8;
}

.ct_searchBtn {
  position: relative;
}

.ct_searchBtn:before {
  content: " ";
  width: 22px;
  height: 22px;
  background: url(/library/customer/img/icon_search01.png) no-repeat right center;
  right: 86px;
  position: absolute;
  top: 14px;
  z-index: 50;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .ct_searchBtn {
	position: absolute;
	right: 0;
  }
  #ct_search_form fieldset {
	background: #ee1d23;
	border-radius: 11px;
	padding-right: 70px;
	position: relative;
  }
  #ct_search_form fieldset #ct_search_input01[type="text"] {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 15px;
	height: 40px;
	line-height: 1.3;
	outline: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
  }
  #ct_search_form fieldset #ct_search_input02[type="submit"] {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 40px;
	padding-left: 25px;
	padding-right: 8px;
	right: inherit;
	width: inherit;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
  }
  .ct_searchBtn:before {
	content: " ";
	width: 16px;
	height: 40px;
	background: url(/library/customer/img/icon_search01.png) no-repeat right center;
	background-size: 16px;
	right: 47px;
	position: absolute;
	top: 10%;
  }
}


/*--------------------------------------------------
		ct_keyword
--------------------------------------------------*/

.box+.ct_keyword {
  margin-top: 30px;
}

.ct_keyword .ct_keywordList {
  margin-top: 5px;
}

.ct_keyword .ct_keywordList ul li {
  display: inline-block;
}

.ct_keyword .ct_keywordList ul li a {
  background: #fff;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
  margin-right: 4px;
  padding: 7px 10px;
}

.ct_keyword .ct_keywordList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.ct_keyword .ct_keywordList ul {
  width: 100%;
}

.ct_keyword .ct_keywordIll {
  position: absolute;
  right: 5px;
  bottom: -15px;
  line-height: 0;
  width: 12%;
}

.ct_keyword .ct_keywordIll img {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .ct_keyword .ct_keywordList {
	overflow: hidden;
	width: 100%;
  }
  .ct_keyword .ct_keywordList .ct_space {
	float: right;
	height: 7.3em;
  }
  .box+.ct_keyword {
	margin-top: 20px;
  }
  .ct_keyword .ct_keywordList ul {
	width: 78%;
	padding-bottom: 18px;
  }
  .ct_keyword .ct_keywordList ul:after {
	content: "";
	width: 50px;
	height: 50px;
  }
  .ct_keyword .ct_keywordList ul li a {
	margin-right: 3px;
	padding: 7px 5px;
  }
  .ct_keyword .ct_keywordIll {
	width: 19%;
	right: 6vw;
	bottom: -6px;
  }
  .ct_keyword .ct_keywordIll img {
	top: inherit;
	bottom: 0;
	width: 73px;
  }
}

@media screen and (min-width: 641px) {
  /*--------------------------------------------------
	  important
  --------------------------------------------------*/
  .important_block .heading{
	display: flex;
	justify-content: space-between;
  }
  .important_block .heading .left{
	width: 40%;
  }
  .important_block .heading .right{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }

  .important_block .heading .right .txt{
	position: relative;
	display: inline-block;
  }
  .important_block .heading .right .txt::after{
	content: " ";
	width: 20px;
	height: 20px;
	background: url(/library/img/common/icon_txt_link.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	z-index: 10;
  }
  .important_block .content_box{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
  }
  .important_block .content_item{
	display: flex;
	justify-content: space-between;
	padding-top: 36px;
	padding-bottom: 36px;
  }
  .important_block .content_item:not(:first-of-type){
	border-top: 1px solid #bfbfbf;
  }
  .important_block .content_item .left{
	width: 12%;
  }
  .important_block .content_item .left .item_tag{
	padding: 8px 20px;
	border-radius: 24px;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
  }
  .important_block .content_item .left .item_tag.important{
	background-color: #e60012;
  }
  .important_block .content_item .left .item_tag.other{
	background-color: #7c7c7c;
  }

  .important_block .content_item .right{
	width: 84%;
  }
  .important_block .content_item .right .item_date{
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1;
	color: #767676;
  }
  .important_block .content_item .right .item_detail{
	margin-top: 36px;
  }
  .important_block .content_item .right .item_detail .link_btn_01{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 24px;
  }
  .important_block .content_item .right .item_detail .link_btn_01:hover{
	opacity: 0.8;
  }
  .important_block .content_item .right .item_detail .bold{
	margin-top: 16px;
	font-weight: bold;
  }
}

@media screen and (max-width: 640px) {
  /*-------------------------------------------------
	  important
  --------------------------------------------------*/
  .important_block .heading{
	display: flex;
	justify-content: space-between;
  }
  .important_block .heading .left{
	width: 40%;
  }
  .important_block .heading .right{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
  }

  .important_block .heading .right .txt{
	position: relative;
	display: inline-block;
  }
  .important_block .heading .right .txt::after{
	content: " ";
	width: 20px;
	height: 20px;
	background: url(/library/img/common/icon_txt_link.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	z-index: 10;
  }
  .important_block .content_box{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
  }
  .important_block .content_item{
	display: flex;
	padding-top: 6%;
	padding-bottom: 6%;
	flex-direction: column;
  }
  .important_block .content_item:not(:first-of-type){
	border-top: 1px solid #bfbfbf;
  }
  .important_block .content_item .left{
	width: 32vw;
  }
  .important_block .content_item .left .item_tag{
	padding: 4% 12%;
	border-radius: 24px;
	text-align: center;
	color: #ffffff;
	font-size: 0.9em;
  }
  .important_block .content_item .left .item_tag.important{
	background-color: #e60012;
  }
  .important_block .content_item .left .item_tag.other{
	background-color: #7c7c7c;
  }
  .important_block .content_item .right{
	margin-top: 4%;
  }
  .important_block .content_item .right .item_date{
	margin-bottom: 2%;
	font-size: 13px;
	line-height: 1;
	color: #767676;
  }
  .important_block .content_item .right .item_detail{
	margin-top: 6%;
  }
  .important_block .content_item .right .item_detail .link_btn_01{
	display: inline-block;
	margin-top: 4%;
	margin-bottom: 4%;
  }
  .important_block .content_item .right .item_detail .link_btn_01:hover{
	opacity: 0.8;
  }
  .important_block .content_item .right .item_detail .bold{
	margin-top: 4%;
	font-weight: bold;
  }
}


/*--------------------------------------------------
		ct_faqPickUp
--------------------------------------------------*/

.ct_faqPickUp {
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 80px;
}

.ct_faqPickUp:after {
  content: "";
  display: block;
  width: calc(100% / 3 - 18px);
  width: -webkit-calc(100% / 3 - 18px);
}

.ct_faqPickUp .box:nth-child(-n+3) {
  margin-top: 0;
}

.ct_faqPickUp .faq_box {
  width: 48%;
  box-shadow: 2px 2px 4px #EDEDED;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-top: 20px;
}

.ct_faqPickUp .faq_box:nth-of-type(-n+2){
  margin-top: 0;
}

.ct_faqPickUp .faq_box a {
  border: 2px solid #ededed;
  padding: 20px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  width: 100%;
}

.ct_faqPickUp .item.faq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}

.ct_faqPickUp .faqIcon {
  width: 7%;
  margin-right: 14px;
}

.ct_faqPickUp .faqText {
  width: 83%;
  /* height: 70px; */
  font-weight: bold !important;
  overflow: hidden;
}

.ct_faqPickUp .item.faqAnswer {
  margin-top: auto;
  line-height: 1;
  padding-right: 32px;
  position: relative;
  text-align: right;
  font-size: 16px;
  color: #e60012;
}

.ct_faqPickUp .item.faqAnswer:after {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(/library/img/common/icon_txt_link.png) no-repeat right center;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .ct_faqPickUp {
	display: block;
  }
  .ct_faqPickUp .box:nth-child(-n+3) {
	margin-top: 15px;
  }
  .ct_faqPickUp .faq_box {
	margin-top: 15px;
	width: 100%;
  }
  .ct_faqPickUp .faq_box a {
	width: 100%;
	padding: 4%;
  }
  .ct_faqPickUp .faqText {
	height: 75px;
	margin-top: -2px;
	overflow: hidden;
	width: 85%;
  }
  .ct_faqPickUp .item.faqAnswer {
	font-size: 15px;
  }

  .ct_faqPickUp .item.faq{
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 8%;
  }

  .ct_faqPickUp .faqIcon {
	width: 12%;
	margin-right: 4%;
  }

  .ct_faqPickUp .faqText {
	width: 83%;
	height: auto;
	font-weight: bold !important;
	overflow: hidden;
  }

  .ct_faqPickUp .faq_box:not(:first-of-type) {
	margin-top: 4% !important;
  }


}


/*--------------------------------------------------
		ct_faqPurpose
		ct_faqCategories
--------------------------------------------------*/
.faq_block{
  margin-bottom: 100px;
}

.ct_faqPurpose{
  margin-bottom: 56px;
}

.ct_faqPurpose .box.faq,
.ct_faqCategories .box.faq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 15px;
}

.ct_faqCategories .box.faq:after {
  width: calc(100% / 6 - 68px);
  width: -webkit-calc(100% / 6 - 68px);
}

.ct_faqPurpose .box.faq a:nth-child(-n+5),
.ct_faqCategories .box.faq a:nth-child(-n+5) {
  margin-top: 0;
}


.ct_faqPurpose .box.faq a:nth-child(5n),
.ct_faqCategories .box.faq a:nth-child(5n){
  margin-right: 0;
}

.ct_faqPurpose .box.faq a img,
.ct_faqCategories .box.faq a img {
  width: auto;
  height: 95px;
}

.ct_faqPurpose .box.faq a:before {
  content: " ";
  height: 33px;
  left: 3px;
  position: absolute;
  top: 20%;
  width: 33px;
}

.ct_faqPurpose .box.faq a,
.ct_faqCategories .box.faq a{
  display: flex;
  flex-direction: column;
  width: 18.23%;
  margin-top: 30px;
  padding-top: 16px;
  height: 128px;
  margin-right: 24px;
  padding-bottom: 16px;
  border: 1px solid #ededed;
  box-shadow: 2px 2px 4px #ededed;
  font-weight: bold;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
}

.ct_faqPurpose .box.faq a:hover,
.ct_faqCategories .box.faq a:hover{
  border: 1px solid #e60012;
  box-shadow: none;
}


@media screen and (max-width: 640px) {
  .faq_block{
	margin-bottom: 4%;
  }

  .ct_faqPurpose .box.faq,
  .ct_faqCategories .box.faq {
	justify-content: flex-start;
	margin-top: 0;
  }
  .ct_faqPurpose .box.faq a,
  .ct_faqCategories .box.faq a {
	margin-right: 5% !important;
	margin-top: 4% !important;
	padding: 2% 4% 3% 4%;
	width: 30%;
	height: auto;
	text-align: center;
  }

  .ct_faqPurpose .box.faq a img,
  .ct_faqCategories .box.faq a img {
	padding: 10% 0;
	width: auto;
	height: 80px;
  }

  .ct_faqPurpose .box.faq a:nth-of-type(3n),
  .ct_faqCategories .box.faq a:nth-of-type(3n) {
	margin-right: 0 !important;
  }
  .ct_faqCategories .box.faq .faqText {
	padding-top: 6%;
  }
  .ct_faqPurpose .box.faq a:before,
  .ct_faqCategories .box.faq a:before {
	height: 31px;
	left: 0;
  }
  .ct_faqPurpose .box.faq a:nth-child(-n+4) {
	margin-top: 10px;
  }
  .ct_faqPurpose .box.faq a:nth-child(-n+2) {
	margin-top: 0;
  }

  .ct_faqPurpose .faqText{
	text-align: left;
  }

  .ct_faqCategories .faqText{
	text-align: left;
  }
}


@media screen and (min-width: 640px) {
  /*--------------------------------------------------
	  ct_useful
  --------------------------------------------------*/
  .useful_block .ct_useful .box.faq{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .useful_block .ct_useful .box.faq a{
	width: 48%;
	display: flex;
	margin-top: 30px;
	border: 1px solid #ededed;
	box-shadow: 2px 2px 4px #ededed;
  }

  .useful_block .ct_useful .box.faq a:nth-of-type(-n+2){
	margin-top: 0;
  }

  .useful_block .ct_useful .box.faq a .faqImg{
	width: 46%;
  }
  .useful_block .ct_useful .box.faq a .faqImg img{
	width: 100%;
  }
  .useful_block .ct_useful .box.faq a .faqText{
	width: 54%;
	display: flex;
	align-items: center;
	padding-left: 24px;
	padding-right: 24px;
  }
}


@media screen and (max-width: 640px) {
  /*--------------------------------------------------
	  ct_useful
  --------------------------------------------------*/
  .useful_block .ct_useful .box.faq{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .useful_block .ct_useful .box.faq a{
	width: 100%;
	display: flex;
	margin-top: 4%;
	border: 1px solid #ededed;
	box-shadow: 2px 2px 4px #ededed;
  }

  .useful_block .ct_useful .box.faq a:first-of-type{
	margin-top: 0;
  }

  .useful_block .ct_useful .box.faq a .faqImg{
	width: 46%;
  }
  .useful_block .ct_useful .box.faq a .faqImg img{
	width: 100%;
  }
  .useful_block .ct_useful .box.faq a .faqText{
	width: 54%;
	display: flex;
	align-items: center;
	padding-left: 6%;
	padding-right: 6%;
  }
}



/*--------------------------------------------------
		ct_news
		ct_endProduct
--------------------------------------------------*/

.ct_news .box.faq,
.ct_endProduct .box.product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.ct_news .box.faq::before,
.ct_endProduct .box.product::before {
  content: "";
  order: 1;
  display: block;
  width: calc(100% / 4 - 18px);
  width: -webkit-calc(100% / 4 - 18px);
}

.ct_news .box.faq:after,
.ct_endProduct .box.product:after {
  content: "";
  display: block;
  width: calc(100% / 4 - 18px);
  width: -webkit-calc(100% / 4 - 18px);
}

.ct_news .box.faq a,
.ct_endProduct .box.product div.inner {
  margin-top: 30px;
  text-decoration: underline;
  width: calc(100% / 4 - 18px);
  width: -webkit-calc(100% / 4 - 18px);
}

.ct_news .box.faq a:hover img {
  opacity: .6;
}

.ct_endProduct .box.product div.inner {
  text-decoration: none;
}


.ct_news .box.faq a:nth-child(-n+4),
.ct_endProduct .box.product div.inner:nth-child(-n+4) {
  margin-top: 0;
}

.ct_news .faqImg,
.ct_endProduct .productImg {
  border: 1px solid #ededed;
}

.ct_news .box.faq a img,
.ct_endProduct .productImg img {
  width: 100%;
}

.ct_news .faqText,
.ct_endProduct .productText {
  font-size: 13px;
  padding: 17px;
}

.ct_endProduct .productText .text {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .ct_endProduct .box.product div.inner:nth-child(-n+4) {
	margin-top: 20px;
  }
  .ct_endProduct .box.product div.inner:nth-child(-n+2) {
	margin-top: 0;
  }
  .ct_news .box.faq a {
	margin-top: 14px;
	width: calc(100% / 2 - 7px);
	width: -webkit-calc(100% / 2 - 7px);
  }
  .ct_news .box.faq a:nth-child(-n+3) {
	margin-top: 14px;
  }
  .ct_news .box.faq a:nth-child(-n+2) {
	margin-top: 0;
  }
  .ct_endProduct .box.product div.inner {
	border: inherit;
	box-shadow: inherit;
	margin-top: 20px;
	width: calc(100% / 2 - 18px);
	width: -webkit-calc(100% / 2 - 12px);
  }
  .ct_endProduct .productImg {
	border: 1px solid #ededed;
	text-align: center;
  }
  .ct_endProduct .productImg img {
	width: 69%;
  }
  .ct_endProduct .productText {
	padding: 10px 0 0 0;
  }
  .ct_endProduct .productText .text {
	margin-top: 5px;
	font-size: 12px;
  }
}


/*--------------------------------------------------
		ct_info
--------------------------------------------------*/

.ct_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ct_info .box {
  width: calc(100% / 2 - 20px);
}

.ct_info .box+.box {
  margin-top: 0;
}

.ct_info .box:nth-child(2) .item:nth-child(2) {
  margin-top: 90px;
}

.ct_info .secTitle {
  margin-bottom: 10px;
}

.ct_info ul {
  position: relative;
}

.ct_info .slick-prev,
.ct_info .slick-next {
  position: absolute;
  top: 130px;
  z-index: 10;
}

.ct_info .slick-dots {
  display: none !important;
}

.ct_info .slick-prev {
  left: 19px;
}

.ct_info .slick-next {
  right: 19px;
}

.ct_info ul.slider {
  width: 78%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ct_info ul li a {
  display: block;
}

.ct_info .faqImg {
  border: 2px solid #ededed;
}

.ct_info .faqImg img {
  width: 100%;
}

.ct_info .faqText {
  padding: 10px 20px 20px 20px;
  font-size: 15px;
  font-weight: bold;
}

.ct_info .slick-prev,
.ct_info .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.ct_info .slick-prev:before,
.ct_info .slick-next:before {
  content: "";
  position: absolute;
  background: url(/library/img/common/arrow_right.png) no-repeat;
  width: 40px;
  height: 40px;
  top: -30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  opacity: 1;
}

.ct_info .slick-prev:before {
  transform: rotate(180deg);
  left: -72px;
}

.ct_info .slick-next:before{
  right: -72px;
}

@media screen and (max-width: 640px) {
  .ct_info .box {
	width: 100%;
  }
  .ct_info .box+.box {
	margin-top: 40px;
  }
  .ct_info .faqText {
	padding: 0;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
  }
  .ct_info .slick-prev,
  .ct_info .slick-next {
	top: 94px;
  }
  .ct_info .box:nth-child(2) .item:nth-child(2) {
	margin-top: 50px;
  }
  .ct_info ul.slider {
	width: 75%;
  }
  .ct_info .slick-prev:before,
  .ct_info .slick-next:before {
	width: 10vw;
	height: 10vw;
	background-size: 10vw 100%;
	top: 50%;
  }

  .ct_info .slick-prev:before {
	left: -16vw;
  }
  .ct_info .slick-next:before {
	right: -16vw;
  }
}


/*--------------------------------------------------
		ct_contact
--------------------------------------------------*/

.inner940.ct_contact{
  margin-top: 60px;
}

.ct_contactTitle1st {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0 6px;
  text-align: center;
  width: 100%;
}

.contactTitle {
  color: #fff;
  background: #ee1d23;
}

.ct_contact .block {
  border: 4px solid #ee1d23;
  padding: 36px 40px;
}

.ct_contact .box:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ct_contact .box:first-child .item:first-child {
  width: 81%;
}

.ct_contact .box:first-child .item:last-child {
  width: 12%;
}

.ct_contact .box .ct_contactIll {
  position: relative;
}

.ct_contact .box .ct_contactIll img {
  position: absolute;
  top: -35px;
  width: 73px;
  z-index: 50;
}

.ct_contact .box:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}

.ct_contact .box:last-child .item {
  border: 1px solid #ededed;
  box-shadow: 2px 2px 4px #ededed;
  padding: 13px 0 9px;
  width: calc(100% / 3 - 12px);
}

.ct_contact .box:last-child .item {
  text-align: center;
}

.ct_contact .box h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.ct_contact .ct_tell .tell,
.ct_contact .ct_pc .pc_text,
.ct_contact .ct_letter .letter {
  display: inline-block !important;
  position: relative;
  color: #ee1d23;
}

.ct_contact .ct_tell .tell:before,
.ct_contact .ct_pc .pc_text:before,
.ct_contact .ct_letter .letter:before {
  content: " ";
  height: 20px;
  position: absolute;
  width: 21px;
  top: 2px;
}

.ct_contact .ct_tell .tell:before {
  background: url(/library/customer/img/icon_tell.png) no-repeat left center;
  background-size: 12px;
  left: -19px;
}

.ct_contact .ct_pc .pc_text:before {
  background: url(/library/customer/img/icon_pc.png) no-repeat left center;
  background-size: 21px;
  left: -28px;
}

.ct_contact .ct_letter .letter:before {
  background: url(/library/customer/img/icon_letter.png) no-repeat left center;
  background-size: 21px;
  left: -28px;
}

.ct_contact .phoneTell {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 3px;
}

.ct_contact .ct_contactBtn {
  background: #ee1d23;
  border-radius: 50px;
  box-shadow: 2px 2px 4px #ededed;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 10px auto 0;
  padding: 20px 24px 20px 20px;
  text-align: center;
  width: 210px;
}

.ct_contact .ct_letter p {
  margin: 8px auto 0;
  text-align: left;
  width: 224px;
}

.ct_contact .ct_contactBtn {
  position: relative;
}

.ct_contact .ct_contactBtn:after {
  content: " ";
  width: 40px;
  height: 24px;
  margin-top: -4px;
  background: url(/library/customer/img/icon_browser.png) no-repeat right center;
  background-size: 22px;
  position: absolute;
  right: 22px;
  z-index: 10;
}

.ct_contact .ct_contactBtn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  .ct_contactTitle1st {
	padding: 15px 0 15px;
	line-height: 1;
  }
  .ct_sp_mainConts .inner96.ct_contact {
	padding: 0 0;
  }

  .contactTitle {
	background: #ee1d23;
  }
  .ct_contact .block {
	border: none;
	padding: 22px 4%;
  }
  .ct_contact .box:first-child .item:first-child {
	width: 100%;
	margin-bottom: 6%;
  }
  .ct_contact .box:last-child {
	margin-top: 47px;
  }
  .ct_contact .box:last-child .item {
	margin-top: 15px;
	padding: 16px 0 15px;
	width: 100%;
  }
  .ct_contact .box:last-child .item:first-child {
	margin-top: 0;
  }
  .ct_contact .box .ct_contactIll img {
	position: absolute;
	top: -79px;
	right: 50%;
	transform: translateX(33%);
	width: 42px;
	z-index: 50;
  }
  .ct_contact .ct_contactBtn {
	text-align: left;
	padding: 7% 10% 7% 13%;
	width: 83%;
  }
  .ct_contact .ct_contactBtn:after {
	width: 40px;
	height: 24px;
	margin-top: -4px;
	background-size: 18px;
	position: absolute;
	right: 30px;
	z-index: 10;
  }
  .ct_contact .box .item.ct_tell
  , .ct_contact .box .item.ct_pc
  , .ct_contact .box .item.ct_letter {
	background-color: #ffffff;
	border: 2px solid #ededed;
  }
}


/*--------------------------------------------------
		ct_answerDetails
--------------------------------------------------*/

.ct_answerDetails {
  background: #fff9f9;
  padding: 30px 50px;
}

.ct_answerDetails .answerDetails {
  
}

.ct_answerDetails .answerDetails .item:first-child {
  width: 6%;
}

.ct_answerDetails .answerDetails .item:last-child {
  width: 94%;
}

.ct_answerDetails .answerDetails .item .lead {
  margin-bottom: 20px;
  color: #e60012;
  font-size: 22px;
  font-weight: bold;
}

.ct_answerDetails .answerDetails .item .imgBox {
  margin-top: 20px;
}

.ct_answerDetails .answerDetails .item .imgBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.ct_answerDetails .answerDetails .item .imgBox img {
  display: block;
/*  margin-top: 10px;
  margin-right: 10px;
  width: 180px;*/
}

.ct_answerDetails .answerDetails .item .imgBox img:nth-child(-n+4) {
  margin-top: 0;
}

.ct_answerDetails .answerDetails .item .imgBox img:nth-child(4n) {
  margin-right: 0;
}

.ct_answerDetails .answerEvaluation {
  align-items: center;
  background: #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 33px 30px 30px 70px;
}

.ct_answerDetails .answerEvaluation .text {
  font-size: 20px;
}

.ct_answerDetails .answerEvaluation .item:last-child {
  align-items: center;
  background: #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 45%;
}

.ct_answerDetails .answerEvaluation .item:last-child a {
  background: #fff;
  border: 3px solid #ededed;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
  font-size: 18px;
}

.ct_answerDetails .answerEvaluation .item:last-child a:hover{
  border: 3px solid #ee1d23;
  color: #ee1d23;
}
.ct_answerDetails .answerEvaluation .item:last-child .checkBtn{
	color: #fff;
	background: #ee1d23;
	border: 3px solid #ededed;
	border-radius: 30px;
	display: block;
	text-align: center;
	line-height: 1;
	padding: 12px 0;
	font-size: 18px;
	width: 100%;
}
.ct_answerDetails .answerEvaluation .item .goodBtn {
  width: 48%;
}
.ct_answerDetails .answerEvaluation .item .badBtn {
  width: 48%;
}
.ct_answerDetails .answerEvaluation .item .badBtn.pen_customer_enquete_bad_btn1,
.ct_answerDetails .answerEvaluation .item .badBtn.pen_customer_enquete_bad_btn2,
.ct_answerDetails .answerEvaluation .item .badBtn.pen_customer_enquete_bad_btn3{
  width: 100%;
}

.ct_answerDetails .item .text ol {
  padding: 5px 0 5px 0;
  margin:0;
}
.ct_answerDetails .item .text ol li{
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 28px;
  position: relative;
}
.ct_answerDetails .item .text ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0px;
}


@media screen and (max-width: 640px) {
  .box.answerEvaluation{
	margin-top:15px;
  }
  .ct_answerDetails {
	padding: 10px 10px 40px 10px;
  }
  .ct_answerDetails .answerDetails {
	display: block;
	padding: 15px 15px;
  }
  .ct_answerDetails .answerDetails .item:first-child,
  .ct_answerDetails .answerDetails .item:last-child {
	width: 100%;
  }
  .ct_answerDetails .answerEvaluation .text{
	font-size: 12px;
	text-align:center;
  }
  .ct_answerDetails .answerDetails .item:last-child .text{
	margin-top:5px;
  }
  .ct_answerDetails .answerDetails .item .lead {
	margin-bottom: 10px;
	font-size: 15px;
  }
  .ct_answerDetails .answerDetails .item .imgBox{  
	justify-content: space-between;
  }
  .ct_answerDetails .answerDetails .item .imgBox img{
	/* width: calc(100% / 2 - 5px); */
	margin-right: inherit;
  }
  .ct_answerDetails .answerEvaluation{
	display: block;
	padding: 13px 20px 10px;
  }
  .ct_answerDetails .answerEvaluation .item:last-child{
	justify-content: space-between;
	margin-top: 4px;
	width: 99%;
  }
  .ct_answerDetails .answerEvaluation .item:last-child a,
  .ct_answerDetails .answerEvaluation .item:last-child a{
	border: none;
	display: inline-block;
	width: calc(100% / 2 - 6px);
	font-size: 12px;
  }
  .ct_answerDetails .answerEvaluation .item:last-child .checkBtn{
	font-size: 12px;
  }
  .ct_answerDetails .answerEvaluation .item .badBtn.pen_customer_enquete_bad_btn2,
  .ct_answerDetails .answerEvaluation .item .badBtn.pen_customer_enquete_bad_btn3{
	margin-top: 10px;
  }
}


/*--------------------------------------------------
		ct_closeChoice
--------------------------------------------------*/

.ct_closeChoice {
  margin-top: 40px;
}

.ct_closeChoice ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ct_closeChoice ul li {
  border: 2px solid #ededed;
  font-weight: bold;
  position: relative;
}

.ct_closeChoice ul li + li {
  margin-left: 20px;
}

.ct_closeChoice ul a {
  display: block;
  padding: 8px 20px 8px 20px;
  width: 100px;
}

.ct_closeChoice ul a:after {
  content: " ";
  width: 18px;
  height: 16px;
  margin-top: -4px;
  background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
  position: absolute;
  transform: rotate(90deg);
  top: -15px;
  bottom: 0;
  margin: auto;
  right: 10px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .ct_closeChoice ul li {
	width: calc(100%/4);
  }
  .ct_closeChoice ul a {
	font-weight: bold;
	margin: 5px 0;
	position: relative;
	width: 100%;
  }
  .ct_closeChoice ul a:after {
	content: " ";
	width: 18px;
	height: 16px;
	margin-top: -4px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
	position: absolute;
	transform: rotate(90deg);
	top: -15px;
	bottom: 0;
	margin: auto;
	right: 6px;
	z-index: 10;
  }
  .ct_closeChoice {
	margin-top: 20px;
  }
}


/*--------------------------------------------------
		ct_question
--------------------------------------------------*/

.ct_question .question {
  margin-top: 15px;
}

.ct_description03+.question {
  margin-top: 20px;
}

.ct_question .question a.item {
  border: 1px solid #ededed;
  box-shadow: 2px 2px 4px #ededed;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 38px 20px 64px;
  position: relative;
}

.ct_question .question a.item:before {
  background: url(/library/customer/img/icon_question.png) no-repeat left center;
  content: " ";
  height: 37px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 37px;
}

.ct_question .question a.item:after {
  content: " ";
  width: 18px;
  height: 16px;
  margin-top: -4px;
  background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
  background-size: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .ct_contact .ct_description03 {
	font-size: 14px;
  }
  .ct_description03 {
	font-size: 15px;
  }
}


/*--------------------------------------------------
		ct_btn
--------------------------------------------------*/

.ct_btn01 {
  border: 1px solid #ededed;
  box-shadow: 2px 2px 4px #ededed;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 35px;
  padding: 20px 38px 20px 25px;
  position: relative;
}

.ct_btn01:after {
  content: " ";
  width: 18px;
  height: 16px;
  margin-top: -4px;
  background: url(/library/common/img/icn_link_arrow_right.png) no-repeat right center;
  background-size: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .ct_btn01 {
	margin-top: 15px;
  }
}


/*--------------------------------------------------
		pagenation
--------------------------------------------------*/

.box.pagenationWrap {
  margin: 50px auto 0;
  width: 100%;
}

.pagenation {
  margin: auto;
  width: 100%;
  text-align: center;
}

.pagenation .numberBox {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.numberNext .previous,
.numberNext .next {
  background: url(/library/customer/img/icon_arrow01.png)  no-repeat center center;
  vertical-align: middle;
  display: block;
  height: 28px;
  padding: 0 7px;
}

.numberNext .next {
  transform: rotate(180deg);
}

.pagenation .numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ee1d23;
  border-radius: 50%;
  color: #ee1d23;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}

.pagenation .numbers:hover {
  opacity: 0.6;
}

.pagenation .numbers.active {
  background: #ee1d23;
  color: #fff;
}

.pagenation .numbers.active:hover {
  opacity: 1;
}

.pagenation li {
  margin: 0 5px;
}

.pagenation .dot .numbers {
  border: none;
}

.pagenation .dot {
  padding-top: 14px;
}

@media screen and (max-width: 640px) {
  .box.pagenationWrap {
	margin: 30px auto 0;
  }
  .pagenation li {
  margin: 0 4px;
}
  .pagenation .numbers {
  padding: 5px 4px;
  font-size: 14px;
  }
  .numberNext .previous,
.numberNext .next {
  background: url(/library/customer/img/icon_arrow01.png)  no-repeat center center;
  vertical-align: middle;
  display: block;
  height: 22px;
  padding: 0 7px;
}
}


/*--------------------------------------------------
		pagenation
--------------------------------------------------*/

.box.viewWrap {
  width: 100%;
  margin: 20px auto 0;
}

.viewWrap .viewBtn {
  background: #ee1d23;
  border: 1px solid #ededed;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  width: 100%;
}
/*--------------------------------------------------
	photo
--------------------------------------------------*/

.photo-center-200 {
	height: 236px;
	position: relative;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}
.photo-center-200 a {
	position: relative;    
	width: 100%;
	display: block;
	height: 100%;
}
.photo-center-200 img {
	width: auto !important;
	max-width: 100% !important;
	max-height: 200px !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	position: absolute;
}

.photo-center-250 {
	height: 250px;
	position: relative;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}
.photo-center-250 a {
	position: relative;    
	width: 100%;
	display: block;
	height: 100%;
}

.photo-center-250 img {
	width: auto !important;
	max-width: 100% !important;
	max-height: 250px !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	position: absolute;
}
@media screen and (max-width: 640px) {
  .photo-center-200 {
	height:150px;
  }
  .photo-center-200 img {
	width: auto !important;
	max-width: 100% !important;
	max-height: 140px !important;
}
}

/*--------------------------------------------------
	contant
--------------------------------------------------*/
.h1-area {
  position: relative;
}

.contact-btn {
  float: right;
  border: 2px solid #ee1d23;
  border-radius: 50px;
  width: 200px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
 .contact-btn:before{
  content: url(/library/customer/img/ico_phone.png);
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
}
 .contact-btn:after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 18px;
  right: 9px;
  border: 8px solid transparent;
  border-top: 13px solid #ee1d23;
}
.contact-btn .text1 {
  font-weight: 200;
  font-size: 10px;
  color: #ee1d23;
  padding-left: 45px;
  line-height: 11px;
  margin-top: 4px;
}
.contact-btn .text2 {
  font-size: 13px;
  color: #ee1d23;
  padding-left: 45px;
}
.contact-btn:hover {
  background-color: #ee1d23;
}
.contact-btn:hover .text1 {
  color: #ffffff;
}
.contact-btn:hover .text2 {
  color: #ffffff;
}
.contact-btn:hover:before {
  content: url(/library/customer/img/ico_phone_red.png);
}
.contact-btn:hover:after{
  border-top: 13px solid #ffffff;
}

.contact-btn-sp {
	position: fixed;
	bottom: 5px;
	padding: 0 4%;
	background: #ee1d23;
	width: 92%;
	z-index: 2000;
}
.contact-btn-sp .text1 {
	color: #ffffff;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.contact-btn-sp:after {
	top: -9px;
	bottom: 0;
	margin: auto 0;
	right: 20px;
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
}

/*--------------------------------------------------
	only class
--------------------------------------------------*/

.pc_only {
  display: block ;
}
.sp_only {
  display: none ;
}
.hide {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pc_only {
	display: none ;
  }
  .sp_only {
	display: block ;
  }
}


 