@charset "utf-8";
/* CSS Document */

/*全体設定*/
/*ヘッダー*/

header .inner{
	width:95%;
	margin:0 auto;
}

header.sp_header h1.logo{
	width:185px;
	margin-top: 18px;
}

header.sp_header h1.logo img{
	width:100%;
	height: auto;
}

/*spナビゲーション*/

header{
	width:100%;
	position:fixed;
	height:66px;
	border-bottom:solid 5px #3B499E;
	z-index: 100;
	background-color: #fff;
	top: 0;
	top: 0;
}
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 68px;
		height: 100%;
		position: relative;
		top: 4px;
		z-index: 100;
		background-color:#3B499E;
		position:absolute;
		top:0;
		right:0;
	}
	#nav_toggle div {
		position: relative;	}

	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		width:40%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		box-sizing:border-box;
	}
	#nav_toggle span:nth-child(1){
		top:14px;
	}
	#nav_toggle span:nth-child(2){
		top:20px;
	}
	#nav_toggle span:nth-child(3){
		top:26px;
	}

	#nav_toggle>div>p.open{
		padding-top:36px;
		font-size:1.2rem;
		text-align:center;
		color:#fff;
	}

#nav_toggle>div>p.close{
	display:none;
}

	

	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 21px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 17px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

.open #nav_toggle p.close{
		padding-top:36px;
		font-size:12px;
		text-align:center;
		color:#fff;
	display:block;
	}

.open #nav_toggle p.open{
	display:none;
}

header.sp_header nav{
	clear:both;
	/*padding:10px;*/
	box-sizing:border-box;
	background-color:#fff;
	z-index:100;
	position:absolute;
	top:66px;
	width:100%;
	display:none;
	padding-top:0;
	left: 0;
}

header.sp_header nav div.section.s_07{
	height: 100%;
  overflow: auto;
}

header.sp_header nav ul > li.parent{
	/*border-bottom:solid 5px #3B499E;*/
}

header.sp_header nav ul > li.parent > p{
	text-align:center;
	color:#fff;
	background-color: #3B499E;
	padding: 15px 10px;
	box-sizing: border-box;
}

header.sp_header nav ul > li.parent p span{
	background-image:url("../img/common/header/sp_arrow_up.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	display: block;
	font-weight: bold;
}

header.sp_header nav ul > li.child{
	border-bottom:solid 1px #3B499E;
	/*padding:10px;*/
	box-sizing: border-box;
}

header.sp_header nav > ul > li{
	/*display:flex;
	flex-wrap: wrap;*/
}

header.sp_header nav ul li.child img{
	width:40px;
	height: auto;
	margin-right: 20px
}

header.sp_header nav > ul > li.branch img {
  width: 30px;
  margin-left: 5px;
  margin-right: 25px;
}

header.sp_header nav ul li.child a{
	display:block;
	width: 92%;
	background-image: url("../img/common/header/sp_arrow_down.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	display:flex;
	align-items: center;
	padding:10px;
}

header.sp_header nav ul li.child p{
	width:100%;
	font-weight: bold;
}

header.sp_header nav ul li:last-child{
	border-bottom:solid 5px #3B499E;
	box-sizing: border-box;
}

header.sp_header nav ul li.child a{
	color:#3B499E;
	text-decoration:none;
	font-size:90%;
}

header.sp_header nav ul li.pulldown ul.sub{
	background-color:#F0F6FE;
	padding: 10px;
	box-sizing: border-box;
	display:flex;
	flex-wrap: wrap;
}

header.sp_header nav ul li.pulldown ul.sub li{
	width:47%;
	margin:5px;
	background-color:#fff;
	border:solid 1px #3B499F;
	display:flex;
	align-items: center;
	padding:5px;
	box-sizing: border-box;
}

header.sp_header nav ul li.pulldown ul.sub li a{
	display:block;
	background-image:url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7px;
	width:100%;
}

header.sp_header nav ul li.pulldown ul.sub li.car a{
	display:block;
	background-image:url("../img/common/header/icon08.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 30px, 7px;
	width:100%;
	padding-left: 35px;
	box-sizing: border-box;
}

header.sp_header nav ul li.pulldown ul.sub li.group a{
	display:block;
	background-image:url("../img/common/header/icon09.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 30px, 7px;
	width:100%;
	padding-left: 35px;
	box-sizing: border-box;
}

header.sp_header nav ul li.pulldown ul.sub li.fire a{
	display:block;
	background-image:url("../img/common/header/icon10.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 30px, 7px;
	width:100%;
	padding-left: 35px;
	box-sizing: border-box;
}

header.sp_header nav ul li.pulldown ul.sub li.medical a{
	display:block;
	background-image:url("../img/common/header/icon11.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 30px, 7px;
	width:100%;
	padding-left: 35px;
	box-sizing: border-box;
}

header.sp_header nav ul li.pulldown ul.sub li.travel a{
	display:block;
	background-image:url("../img/common/header/icon12.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 30px, 7px;
	width:100%;
	padding-left: 35px;
	box-sizing: border-box;
}

header.sp_header nav ul li.pulldown ul.sub li.life a{
	display:block;
	background-image:url("../img/common/header/icon13.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 30px, 7px;
	width:100%;
	padding-left: 35px;
	box-sizing: border-box;
}

header.sp_header nav ul li.pulldown ul.sub li.contract,
header.sp_header nav ul li.pulldown ul.sub.ob li.car,
header.sp_header nav ul li.pulldown ul.sub.ob li.fire{
  padding: 15px 5px;
}

header.sp_header nav ul li.pulldown ul.sub li.small p{
	font-size:12px;
	line-height: 1.8;
}

header.sp_header nav ul li.pulldown ul.sub li.travel p small {
  font-size: 10px;
  line-height: 1.7;
  display: block;
}

header.sp_header a{
	text-decoration:none;
}

header.sp_header nav div.lower_area{
	padding:12px 20px;
	box-sizing: border-box;
}

header.sp_header nav div.lower_area ul.bnr{
	display:block;
	justify-content: space-between;
	margin-bottom:10px;
}

header.sp_header nav div.lower_area ul.bnr li{
	width:100%;
	border-bottom: none;
	margin-top:8px;
}

header.sp_header nav div.lower_area ul.bnr li a{
	width:100%;
	display:flex;
	align-items: center;
	text-align: center;
	background-color:#E60012;
	padding:8px 12px;
	box-sizing: border-box;
	width:100%;
	color:#fff;
}

header.sp_header nav div.lower_area ul.bnr li a p{
	width:100%;
}

header.sp_header nav div.lower_area ul.bnr li a p span{
	display:inline-block;
	background-image:url("../img/common/header/accident.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size:25px;
	padding-left: 30px;
	box-sizing: border-box;
	font-weight: bold;
}

header.sp_header nav div.lower_area ul.bnr li.online a{
	background-color:#F18900;
}

header.sp_header nav div.lower_area ul.bnr li.online a p span{
	background-image:none;
	padding-left:0;
}

header.sp_header nav div.lower_area ul.bnr li.mail a{
	background-color:#3B499F;
}

header.sp_header nav div.lower_area ul.bnr li.mail a p span{
	background-image:url("../img/common/header/mail.png");
}

header.sp_header nav div.lower_area div.contact{
	background-color:#F0F6FE;
	padding:10px 20px;
	text-align: center;
	color:#3B499F;
	box-sizing: border-box;
}

header.sp_header nav div.lower_area ul.bnr li.accident{
	margin-top:0;
}

header.sp_header nav div.lower_area div.contact h4{
	font-size:1.6rem;
	font-weight: bold;
	line-height: 1;
}

header.sp_header nav div.lower_area div.contact p.tel a{
	text-decoration:none;
}

header.sp_header nav div.lower_area div.contact p.tel a span{
	font-size:2.0rem;
	font-weight: bold;
	color:#3B499F;
	background-image:url("../img/common/header/tel.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding-left: 25px;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

header.sp_header nav div.lower_area div.contact p.time{
	font-weight:normal;
	font-size:1.4rem;
}

header.sp_header nav div.lower_area div.contact p.close a{
	color:#3B499F;
}

header.sp_header nav div.lower_area div.contact p.close span{
	font-weight:normal;
	font-size:1.4rem;
	background-image:url("../img/common/header/new_open.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
	padding-right: 20px;
	box-sizing: border-box;
}

div.mail {
  position: absolute;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  top: 0;
  right: 18%;
  width: 110px;
}

div.mail a{
	display:block;
	text-decoration:none;
}

div.mail img{
	width:38px !important;
	height:auto;
	margin-top:6px;
}

div.mail p{
	color:#3B499E;
	font-size:1.2rem;
}

header.pc_header{
	display:none;
}


/*====================================================================
.s_07 .accordion_one
====================================================================*/
/*ここからいじった*/

.s_07 .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}

.s_07 .accordion_one a{
	text-decoration:none;
	color:#3B499F;
	display: block;
}

.s_07 .accordion_one .accordion_header {
  background-color: #fff;
  border-bottom: 1px solid #3B499F;
  color: #3B499F;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.s_07 .accordion_one .accordion_header.branch {
  border-bottom: 5px solid #3B499F;
}

.s_07 .accordion_one .accordion_header.active {
  background-color: #3B499F;
  border-bottom: 5px solid #3B499F;
  color: #fff;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header.parent.car a {
	background-color: #fff;
	background-image: url("../img/common/header/icon02.png"), url("../img/common/header/sp_arrow_down.png");
	background-repeat: no-repeat, no-repeat;
	/*background-position: -18px center, right center;
	background-size: 65px, 11px;*/
	padding-left: 40px;
	font-size:1.6rem;
}

.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header.parent.car.open a {
	background-color: #fff;
	background-image: url("../img/common/header/icon02.png"), url("../img/common/header/sp_arrow_up_b.png");
	background-repeat: no-repeat, no-repeat;
	/*background-position: -18px center, right center;
	background-size: 65px, 11px;*/
	padding-left: 40px;
}


.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header.group a{
	background-image: url("../img/common/header/icon03.png"), url("../img/common/header/sp_arrow_down.png");
	background-size:58px, 11px;
}

.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header.group.open a{
	background-image: url("../img/common/header/icon03.png"), url("../img/common/header/sp_arrow_up_b.png");
}

.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header.other a{
	background-image: url("../img/common/header/icon04.png"), url("../img/common/header/sp_arrow_down.png");
}

.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header.other.open a{
	background-image: url("../img/common/header/icon04.png"), url("../img/common/header/sp_arrow_up_b.png");
}

.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner .accordion_header {
  /*background-color: #ff667e;*/
}

.s_07 .accordion_one .accordion_header.parent a{
	background-color: #fff;
	background-image: url("../img/common/header/icon05.png"), url("../img/common/header/sp_arrow_down.png");
	background-repeat: no-repeat, no-repeat;
	background-position: -16px center, right center;
	background-size: 62px, 11px;
	padding-left: 40px;
	font-size:1.6rem;
}

.s_07 .accordion_one .accordion_header.parent.open a{
	background-color: #fff;
	background-image: url("../img/common/header/icon05.png"), url("../img/common/header/sp_arrow_up_b.png");
	background-repeat: no-repeat, no-repeat;
	/*background-position: left center, right center;
	background-size: 30px, 11px;*/
	padding-left: 40px;
}

.s_07 .accordion_one .accordion_header.service.parent a{
	background-image: url("../img/common/header/icon06.png"), url("../img/common/header/sp_arrow_down.png");
}

.s_07 .accordion_one .accordion_header.service.parent.open a{
	background-image: url("../img/common/header/icon06.png"), url("../img/common/header/sp_arrow_up_b.png");
}

.s_07 .accordion_one .accordion_header.branch.parent a {
  background-image: url("../img/common/header/icon07.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: -23px center, right center;
	/*background-size: 62px, 11px;
	padding-left: 36px;*/
	margin-left: 5px;
}

.s_07 .sub .accordion_one,
.s_07 .s_07 .accordion_one .accordion_header.ob.parent .sub,
.s_07 .s_07 .accordion_one .accordion_header.service.parent .sub{
	background-color:#F0F6FE;
	padding:10px;
	box-sizing: border-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s_07 .sub .accordion_one .accordion_header,
.s_07 .s_07 .accordion_one .accordion_header .sub.ob .accordion_header,
.s_07 .s_07 .accordion_one .accordion_header .sub.service .accordion_header{
	width:47%;
	padding:5px;
	margin:5px;
	background-color:#fff;
	border:solid 1px #3B499E;
	color:#3B499E;
	display:flex;
	align-items: center;
}

.s_07 .sub .accordion_one .accordion_header a{
	display:block;
	background-image: url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7px;
	width:100%;
	font-size:1.4rem;
}

.s_07 .sub .accordion_one .accordion_header.car a{
	background-image: url("../img/common/header/icon08.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 25px, 7px;
	box-sizing: border-box;
	padding-left:30px;
}

.s_07 .sub .accordion_one .accordion_header.group a{
	background-image: url("../img/common/header/icon09.png"), url("../img/common/header/sp_arrow_right.png") !important;
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 25px, 7px !important;
	padding-left: 30px;
	box-sizing: border-box;
}

.s_07 .sub .accordion_one .accordion_header.fire a{
	background-image: url("../img/common/header/icon10.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 25px, 7px;
	padding:15px 5px 15px 30px;
	box-sizing: border-box;
}

.s_07 .sub .accordion_one .accordion_header.medical a{
	background-image: url("../img/common/header/icon11.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 25px, 7px;
	padding-left: 30px;
	box-sizing: border-box;
}

.s_07 .sub .accordion_one .accordion_header.travel a{
	background-image: url("../img/common/header/icon12.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 25px, 7px;
	padding-left: 30px;
	box-sizing: border-box;
}

.s_07 .sub .accordion_one .accordion_header.life a{
	background-image: url("../img/common/header/icon13.png"), url("../img/common/header/sp_arrow_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 25px, 7px;
	padding-left: 30px;
	box-sizing: border-box;
}

.s_07 .sub .accordion_one .accordion_header.contract a{
	padding:15px 5px;
	box-sizing: border-box;
}

.s_07 .sub .accordion_one .accordion_header.small a {
  font-size: 13px;
}

.s_07 .sub .accordion_one .accordion_header.small a small {
  font-size: 1rem;
  line-height: 1.6;
  display: block;
}

.s_07 .accordion_one .accordion_header.ob.parent {
  border-top:solid 4px #3B499E;
	box-sizing: border-box;
}


/*ここまでいじった*/



/*.s_07 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}*/
/*.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header {
  background-color: #ffb64a;
}*/
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #ffce85;
}
/*.s_07 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}*/
/*.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header {
  background-color: #4cacf9;
}*/
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #85c9ff;
}
/*.s_07 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_07 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/
.s_07 .accordion_one .accordion_inner {
  display: block;
  padding: 0;
  box-sizing: border-box;
}

.s_07 .accordion_one .accordion_inner.sub{
	display:none;
}


/*.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}*/
@media screen and (max-width: 1024px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_07 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
/*.s_07 .accordion_one .accordion_headerいじった*/
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 8px 15px;
	  box-sizing: border-box;
  }
}

/*.sectionいじった*/
.section {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.s_07 .accordion_one .accordion_header.active p{
	background-image:url("../img/common/header/sp_arrow_up.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size:11px;
	font-size:1.6rem
}

.s_07 .accordion_one .accordion_header.active.open p{
	background-image:url("../img/common/header/sp_arrow_down_w.png");
}





/*フッター*/
footer{
	padding:40px 0 20px;
	box-sizing: border-box;
	/*margin-top: 60px;*/
	background-color: #F7F7F7;
}

footer.simulation_footer{
	padding:50px 0 300px;
	box-sizing: border-box;
	margin-top: 60px;
}

footer .inner {
  width: 95%;
  margin: 0 auto;
}

footer .inner ul.footer_nav_top li a,
footer .inner ul.footer_nav li a{
	text-decoration:none;
	font-size:12px;
	color:#333333;
	font-weight: normal;
}

footer .inner ul.footer_nav_top li a{
	font-weight:bold;
}

footer .inner ul.footer_nav_top{
	margin-bottom:30px;
}

footer .inner ul.footer_nav li p{
	font-weight:bold;
	font-size:12px;
}

footer .inner .flex_box{
	/*display:block;*/
	justify-content: space-between;
	margin-bottom:30px;
}

footer .inner .flex_box ul.footer_nav{
	/*display:flex;*/
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .inner .flex_box ul.footer_nav > li{
	width:100%;
	margin-bottom:30px;
}

footer .inner .flex_box ul.footer_nav.corporate > li{
	width:100%;
}

footer .inner .flex_box ul.footer_nav > li > ul{
	margin-left:15px;
}

footer .inner .flex_box ul.footer_nav > li > ul > li{
	margin-top:5px;
}

footer .inner .flex_box ul.footer_nav a{
	display:block;
}

footer .inner .flex_box ul.footer_nav a:hover{
	text-decoration:underline;
}

footer .inner p.copyright{
	text-align:right;
	font-size:1.1rem;
	font-weight: normal;
}

/*230418*/

.s_07 .accordion_one.pb_28 {
  padding-bottom: 28px;
}
.s_07 .accordion_one .accordion_inner .accordion_inner .accordion_header.brochure{
  position: relative;
}

.s_07 .accordion_one .accordion_inner .accordion_inner .accordion_header.brochure p.small.pdf{
  position: absolute;
  bottom: -26px;
  width: 100%;
  text-align: center;
}

.s_07 .accordion_one .accordion_inner .accordion_inner .accordion_header.brochure p.small.pdf a{
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #3B499F;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  display: block;
  padding: 0;
	background-image:none;
}

.s_07 .accordion_one .accordion_inner .accordion_inner .accordion_header.brochure p.small.pdf a span {
  font-size: 1.2rem;
  background-image: url("../../img/dantai/pc/icon_pdf_b.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  display: inline-block;
  padding-right: 23px;
  box-sizing: border-box;
  width: auto;
  font-weight: normal;
}

.top_modoru_button{
  position: fixed;
  right: 3px;
  bottom: 95px;
}

.paget_top{
	height: 60px;
	width: 60px;
	/*position: fixed;
	right: 0px;*/
	display:none;
}

/*230627*/
.page_header_image img.campaign_icon {
  position: unset;
  max-width: 115px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header.parent.car a img.sp_campaign_icon {
  display: inline-block;
  width: 110px;
  margin-left: 10px;
}










