@charset "UTF-8";
/* CSS Document */
.pc{
	display: block;
}
.sp{
	display: none;
}
body{
	font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	background-color: #F9F3F2;
}
img {
 	max-width: 100%;
  	height: auto;
}
.textcenter{
	text-align: center;
}
.wrapper {
  	max-width: 100%;
  	margin: 0 auto;
}
.top_bg{
	background-image: url("../img/pc/dogandcat.png");
    background-repeat: no-repeat;
    background-position: 40% 110%;
    margin: 0 auto;
}
.page_wrapper{
	max-width: 1000px;
	margin: 0 auto;
}
header{
	background-color: #fff;
}
.header_logo a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=60);
}
/*************KV*******************/
.gra{
	background: linear-gradient(180deg, transparent 0 90%, #F9F3F2 100%);
}
.kv img{
	margin: 0 auto;
}
.cv_btn{
	margin: 0 auto;
	bottom:30px;
	z-index: 10;
	transition: all .5s ease-out; /* 2022.12追加 */
}
.popbtnpc{
	margin: 0 auto;
	padding-top: 30px;
	transition: all .5s ease-out; /* 2022.12追加 */
}
.popbtnpc a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*************ライフカードロゴPC（トップ）*******************/
.kv{
	position: relative;
}
/* VIロゴ変更20230626 */
.header_logo{
	position: absolute;
	top: 10px;
	left: 15px;
  width: 10%;
}
/*************各セクション*******************/
.box{
	padding: 50px 0px 100px;
}
.box1{
	padding-top: 40px;
}
.box_white{
	background-color: #fff;
}
h2{
	font-size: 30px;
	z-index: 5;
}
.title{
	text-align: center;
	width: 70%;
  	margin: 0 auto;
  	position: relative;
  	top: 3vh;
 	border: solid 4px #000;
  	vertical-align: middle;
  	padding: 0px;
  	border-radius: 50px;
  	background: #fff;
}
.title_light{
  	background: #DEF0FB;
}
.h2_blue{
	color: #006CB8;
}
/*************こんな時にライフカードがオススメ(lmallリンク)*******************/
.osusume{
	position: relative;
}
.about_lmall{
	position: absolute;
	top:32%;
	right: 28%;
}
.about_lmall a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*************アコーディオン（プルダウン）年会費無料LPコピペ*******************/
.section {
  padding: 80px 0;
}
.s_01 .accordion_one {
  max-width: 1000px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #fff;
  border: solid 4px #000;
  border-radius: 15px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: 1;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 40px;
  margin-top: -15px;
  box-sizing: border-box;
  transform-origin: center;
  transition-duration: 0.4s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  transform-origin: center center;
  transition-duration: 0.5s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 50px;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  border-radius: 15px;
  box-sizing: border-box;
  background: #fff;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: 100%;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.txt_a_ac {
  text-align: center;
}
/*************アコーディオン（プルダウン）*******************/
.ac1,
.ac2,
.ac3 {
  position: relative;
}
.ac1 .detail_btn {
  display: block;
  position: absolute;
  top: 6.4%;
  right: 10%;
}
.ac1 .detail_btn a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ac3 .lmall_btn {
  display: block;
  position: absolute;
  top: 18%;
  right: 10%;
}
.ac3 .lmall_btn a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*************リボ*******************/
.ribo {
  margin-top: 0px;
  margin-bottom: 80px;
  max-width: 1104px;
  border: solid 4px #000;
  background: #fff;
  border-radius: 20px;
}
.ribo aside {
	padding: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.ribo aside a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ribo_btn{
  padding: 0 1vw;
}
.ribo .contentsWrap {
  padding: 50px;
}

/*************フッター*******************/

footer{
	background-color:#006cb8;
	padding-top: 40px;
}

.footer_info{
	background-color: rgb(116,196,207,50%);
	padding: 20px;
}

footer p {
  	color: #fff;
 	font-weight: bold;
  	text-align: center;
  	font-size: 100%;
}
.tel {
  font-size: 180%;
  padding-top: 10px;
}

.tel::before {
  	content: url("../img/pc/tel_icon.png");
	margin-right: 10px;
}

.tel a{
   color:#fff;
    text-decoration:none;
}

.footer_box1 {
  padding-top: 2em;
  line-height: 3em;
	margin-right: 20px;
}
.footer_box1 img{
  width: 30%;
}

.footer_box1 p {
  text-align: left;
	margin-top: 0px;
}

.footer_box {
  padding-bottom: 10em;
  line-height: 3em;
}

.footer_box p,
.footer_box aside {
  text-align: right;
}

.footer_box a {
  color: #fff;
  font-weight: bold;
}

.footer_box aside a {
  padding-left: 1em;
  padding-right: 1em;
  border-left: solid 3px #014a7e;
}

.footer_box aside a:first-child {
  border-left: none;
}

 /*追従ボタン！！！！（途中から出現）*/
.button{
	text-align: center;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
	position: fixed;
	bottom: 0;
	background-color:rgb(116,196,207,50%);
/*	background-color:rgb(0,108,184,50%);*/
	z-index: 10;
  cursor: pointer;
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=60);
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}


 /*************************************SP********************************/


@media screen and (max-width:767px) {
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}
.page_wrapper{
	max-width: 100%;
}
.top_bg{
	background-image: none;
    background-repeat: no-repeat;
    background-position: 40% 110%;
    margin: 0 auto;
}
.page_wrapper{
	max-width: 100%;
	margin: 0 auto;
}

/*************KV*******************/
.cv_btn{
	margin: 0 auto;
	bottom:30px;
	z-index: 11;
}
.popbtnsp{
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	transition: all .5s ease-out; /* 2022.12追加 */
}
.popbtnsp a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*************ライフカードロゴSP（トップ）*******************/
.kv{
	position: relative;
}
/* VIロゴ変更20230626 */
.header_logo{
	position: absolute;
	top: 7px;
	left: 5px;
  width: 32%;
}
.header_logo img{
	width: 80%;
}
/*************各セクション*******************/
.box{
	padding: 30px 0px 50px;
	margin: 0 24px;
}
.box1{
	padding-top: 40px;
}
.box_white{
	background-color: #fff;
}
h2{
	font-size: 15px;
	z-index: 5;
}
.title{
	width: 90%;
 	border: solid 2px #000;
  	vertical-align: middle;
  	padding: 0px;
  	border-radius: 50px;
  	background: #fff;
}
/*************こんな時にライフカードがオススメ(lmallリンク)*******************/
.osusume{
	position: relative;
}
.about_lmall{
	width: 48%;
	position: absolute;
	top:35%;
	right: 10%;
}
.about_lmall a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*************アコーディオン（プルダウン）年会費無料LPコピペ*******************/
.section {
  padding: 40px 0;
}
.s_01 .accordion_one {
  width: 90%;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 15px;
  color: #000;
  font-weight: bold;
  padding: 18px 7%;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
	font-size: 18px;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: 1;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  right: 5%;
  width: 20px;
  height: 40px;
  margin-top: -15px;
  box-sizing: border-box;
  transform-origin: center;
  transition-duration: 0.4s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  transform-origin: center center;
  transition-duration: 0.5s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 20px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 15px;
  box-sizing: border-box;
  background: #fff;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: 100%;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.txt_a_ac {
  text-align: center;
}
/*************アコーディオン（プルダウン）*******************/
.ac1,
.ac2,
.ac3 {
  position: relative;
}
.ac1 .detail_btn {
  display: block;
	width: 50%;
  position: absolute;
  top: 4.8%;
  right: 10%;
}
.ac3 .lmall_btn {
  display: block;
  position: absolute;
  top: 17%;
  right: 10%;
	width: 50%;
}
/*************リボ*******************/
.ribo {
	width: 90%;
	margin: 0 auto 80px;
  border: solid 2px #000;
  background: #fff;
  border-radius: 20px;
}
.ribo img{
	width: 100%;
}
.ribo aside {
	padding: 1px;
  margin: 0 auto;
  display: block;
  justify-content: space-around;
}
.ribo aside a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ikkatu_btn{
	padding-bottom: 10px;
}
.ribo_btn{
  padding: 0 0;
}
.ribo .contentsWrap {
  padding: 20px;
}

/*************フッター*******************/

footer p {
  	color: #fff;
 	font-weight: bold;
  	text-align: center;
  	font-size: 80%;
}
.tel {
  font-size: 180%;
  padding-top: 10px;
}
.footer_box1 {
  padding-top: 2em;
	padding-left: 16px;
  line-height: 2em;
	margin-right: 20px;
}
.footer_box1 img{
	width: 70%;
}
.footer_box1 p {
  text-align: left;
}

.footer_box {
  padding-bottom: 8em;
	padding-right: 16px;
  line-height: 3em;
}
 /*追従ボタン！！！！（途中から出現）*/
.ren{
	width: 100%;
}
.button{
	width: 100vw;
	position: fixed;
}
.button .cv_btn{
  width: 90%;
}

}

/*1002 add banner*/
.banner_size_margin{
  width: 85%;
  max-width: 62em;
  margin: 0em auto 3.5em;
}
