@charset "utf-8";
/*------------------------------------------
  index.html
------------------------------------------*/
html {
	width: 100%;
}
body {
	width: 100%;
	line-height: 1.5;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
a {
	transition: 0.3s;
}
a:hover {
	opacity: 0.8;
}
#container {
	background: #001655;
	position: relative;
}
h2 {
	text-align: center;
	border-bottom: 2px solid #ad7c2c;
	max-width: 900px;
	margin: auto;
}
p.catch {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 1em 0;
}
p.note {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 12px;
	padding: 10px 0 8px;
	font-weight: 400;
}
p.pagetop {
	background: #000000;
	position: absolute;
	bottom: 20px;
	right: 5%;
	z-index: 10;
	padding: 0 3px;
	cursor: pointer;
	transition: 0.3s;
}
p.pagetop:hover {
	background: #3a3a3a;
}
.f-gothic{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer {
	border-top: 5px solid #000000;
	padding-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrap {
	width: 900px;
}
#header .wrap { 
	width: 983px;
}
#scroll{
	position: fixed;
	width: 25px;
	height: 100px;
	z-index: 100;
	right: calc(50% - 500px);
	top: 50%;
	pointer-events: none;
}
#scroll svg {
	max-width: 100%;
}
#scroll .icon_mouse{
	width: 25px;
}
#scroll .icon_arrow{
	width: 3px;
	position: absolute;
	top: 55px;
	left: 50%;
}

@media screen and ( min-width: 768px ){
	.is-sp{ display: none; }
}
@media screen and ( max-width: 767px ){
	.is-pc{ display: none; }
}


#mainvisual {
	position: relative;
	background: #001655;
}
#mainvisual .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mainvisual .wrap::after {
	content: none;
}
#mainvisual h1 {
	display: flex;
	align-items: flex-start;
}
#mainvisual h1 .title{
	width: 376px;

}
#mainvisual h1 .month {
	margin-left: 24px;
	height: 85px;
}
#mainvisual .wrap .month_img {
	width: 200px;
}
#mainvisual .wrap .month_img img {
	width: 100%;
}
#mainvisual + p {
	font-size: 26px;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 1em 0;
}
#seasonaloffer {
	background: #8bd0e8;
	background-position: center center;
	background-size: cover;
	padding: 30px 0 50px;
}
#seasonaloffer .titleImg{
	width: 206px;
}
#pagetop #seasonaloffer .lead {
	margin-top: 20px;
	position: relative;
	/* background: #e3bc69; */
}
#pagetop #seasonaloffer .lead figure{
	box-shadow: 0px 18px 30px -30px #000;
}
#pagetop #seasonaloffer .leadBtn{
	width: 420px;
	margin: 28px auto 0;
	box-shadow: 0px 18px 30px -30px #000;
}
#service {
	position: relative;
	padding: 0 0 40px;
}
#service h3.title{
	font-size: 32px;
	color: #E3BC69;
	text-align: center;
	margin-bottom: 50px;
	padding: 40px 0 20px;
	position: relative;
}
#service h3.title:before{
	content: '';
	display: block;
	width: 100%;
	height: 16px;
	background-image: url(../image/line_img.png);
	background-size: 100%;
	position: absolute;
	top: 100%;
	left: 0;
}
#service p.btn a {
	min-width: 330px;
	box-sizing: border-box;
	display: inline-block;
	background: #00336e;
	border: #e3bc69 2px solid;
	color: #e3bc69;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	padding: 10px 2em;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	position: relative;
}
#service p.btn a:before {
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	background: url(../image/blank_icon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 46%;
	right: 0.5em;
	transform: translateY(-50%);
}
#service .flex_box {
	display: flex;
	justify-content: space-between;
}
#service .flex_box .colortext{
	color: #CE6854;
	font-size: 18px;
}
#service .flex_box .colortext span{
	font-size: 22px;
}
#service .flex_box p:not(.btn) {
	font-weight: bold;
	/* margin-top: 25px; */
}
#service .flex_box > div {
	width: 440px;
	background: #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
#service .flex_box > div.lounge {
	text-align: center;
	margin-bottom: 0;
}
#service .flex_box > div.lounge .btn{
	margin-top: 40px;
}
#service .lounge h3 {
	background: #C6D0D7;
	color: #314B57;
	font-size: 18px;
	padding: 10px 0 5px;
	font-weight: bold;
}
#service .lounge h4 {
	font-size: 27px;
	font-weight: bold;
	margin: 20px 0 0;
}
#service .lounge .card {
	width: 90%;
	margin: 25px auto 40px;
}
#service .lounge .label {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	background-color: #B59032;
	border-radius: 20px;
	padding:3px 70px;
	margin-top: 10px;
}
#service .flex_box > div.priority {
	background: #000000;
	margin-bottom: 0;
	color: #FFFFFF;
	text-align: center;
	border: 2px solid #a98741;
}
#service .priority h3 {
	background: #a98741;
	color: #FFF;
	font-size: 18px;
	padding: 8px 0 5px;
	font-weight: bold;
}
#service .btn-min{
	display: flex;
	gap: 18px;
	justify-content: center;
}
#service .btn-min a{
	border: #e3bc69 2px solid;
	color: #e3bc69;
	background-color: #00336e;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding: 5px 41px 4px 25px;
	position: relative;
}
#service .btn-min a:before {
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	background: url(../image/blank_icon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 46%;
	right: 0.5em;
	transform: translateY(-50%);
}
#service .priority h4 {
	font-size: 27px;
	font-weight: bold;
}
#service .priority .text{
	margin-top: 20px;
}
#service .priority .card{
	width: 98%;
    margin: 0 auto 0;
	border-radius: 4px;
}
#service .priority .btn{
	margin-top: 9px;
}
#service .kirari {
	background: #fcfcfc;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
}
#service .kirari h3 {
	background: #DFCACC;
	color: #944D57;
	font-size: 18px;
	text-align: center;
	padding: 10px 0 7px;
	position: relative;
	z-index: 1;
}
#service .kirari-flex{
	display: flex;
}
#service .kirari p.logo {
	margin: 20px 30px 10px;
}
#service .kirari p.logo .logoImg{
	width: 163px;
}
#service .kirari .flex_text {
	width: 50%;
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 20px 35px 0;
	position: relative;
	z-index: 1;
}
#service .kirari .flex_text .iconImg{
	width: 108px;
}
#service .kirari .flex_text .text {
	margin-left: 20px;
	margin-top: 0;
}
#service .kirari .flex_text .text p {
	font-size: 20px;
	font-weight: bold;
	color: #944D57;
	line-height: 1.2;
}
#service .kirari .flex_text .text .big {
	font-size: 30px;
	color: #333333;
	margin-top: 10px;
	font-weight: bold;
}
#service .kirari .flex_text .text .big span{
	display:inline-block;
	width: 16px;
}
#service .kirari .bgimg {
	max-width: 379px;
	position: absolute;
	bottom: 15px;
	right: 30px;
	z-index: 0;
}
#service .kirari .btn {
	margin: 50px 120px 0;
}
#service .kirari .kirari_btn{
	width: 392px;
	/* margin-left: 43px; */
	margin: 20px 0 0 43px;
}
#service .life {
	text-align: center;
}
#service .life h3 {
	background: #DADCD0;
	color: #828A64;
	font-size: 18px;
	padding: 10px 0 7px;
}
#service .life p.ttlSub{
	background: #a88641;
	color: #fff;
	border-radius: 15px;
	margin-top: 0;
	padding-top: 2px;
	font-size: 18px;
}
#service .life h4 {
	font-size: 27px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1;
}
#service .life h4 .min{
	font-size: 18px;
}
#service .life .btn {
	margin: 15px 0 0;
}
#service .life .insurance-img{
	margin: 0;
}
#service .life .text_block{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
#service .life .text_block h4 > .min{
	font-size: 20px;
}

#service .point h3 {
	background: #DED4DD;
	color: #92718C;
	font-size: 18px;
	text-align: center;
	padding: 10px 0 7px;
}
#service .point .flex_text {
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
	position: relative;
	text-align: center;
	padding: 0;
}
#service .point .flex_text .text {
	z-index: 1;
	margin: 30px 0 23px;
}
#service .point .point_text{
	z-index: 1;
	text-align: center;
	margin: 20px 0 0;
	font-size: 18px;
}
#service .point .point_text span.big {
	font-size: 27px;
	line-height: 1.2;
}
#service .point .flex_text .text p.name {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	margin: 10px 0 24px;
}
#service .point .flex_text figure {
	max-width: 100%;
	/* width: 340px; */
	margin: 0 auto;
}
#service .point p.ttlSub{
	margin-top: 0;
	font-size: 18px;
}
#service .point h4{
	font-size: 27px;
	margin-top: 0;
	font-weight: bold;
	line-height: 1.5;
}
#service .point .btn {
	text-align: center;
	margin-top: 23px;
}
#service .point .attention {
	color: #A72037;
	text-decoration: underline;
	text-align: center;
	border: 2px solid #A72037;
	padding: 10px 1em 8px;
	margin: 25px 35px 10px;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 18px;
	font-weight: bold;
}
#service .campaign {
	text-align: center;
	background: linear-gradient(#fff 0%, #e0eaf4 100%)!important;
}
#service .campaign h3 {
	background: #c6cfe1;
	color: #3b4c8a;
	font-size: 18px;
	padding: 10px 0 7px;
}
#service .campaign figure{
	padding: 62px 54px 34px;
}
#service .campaign .btn.type2 {
	margin-top: 32px;
	
}
#service .campaign .btn.type2 a{
	background: #1a4e75;
	color: #fff;
	border: #fff 2px solid;
}
#service .campaign .btn.type2 a:before{
	background: url(../image/blank_icon_w.png) no-repeat;
	background-size: 100%;
}
#service .present {
	text-align: center;
}
#service .present h3 {
	background: #CAE5E9;
	color: #50A9B5;
	font-size: 18px;
	padding: 10px 0 7px;
}
#service .present .flex_text {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 20px 35px 0;
	position: relative;
}
#service .present .flex_text .text {
	text-align: left;
	transform: translateX(-30%);
	width: 50%;
}
#service .present .flex_text .text p{
	font-size: 20px;
}
#service .present .flex_text figure {
	width: 80%;
}
#service .present .icon {
	width: 82%;
	background: #fff;
	border: 1px #50A9B5 solid;
	color: #50A9B5;
	border-radius: 20px;
	padding: 3px 0 0;
	margin: 30px auto 0;
	font-size: 22px;
}
#service .present .big {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.35;
}
#service .present .btn {
	margin-top: 10px;
}
#service .present .btn.present_btn {
	margin-top: 15px;
}
#service .appli {
	border: 3px solid #A72037;
	padding: 0 40px;
	background: #fff;
}
#service .appli .flex_text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	color: #A72037;
}
#service .appli .flex_text h3 {
	font-weight: bold;
	padding: 0 80px 0 30px;
}
#service .appli .flex_text figure {
	margin: 15px 0 15px 82px;
}
#service .appli .icon {
	max-width: 110px;
}
#service .appli .link {
	background: #A72037;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 0;
	margin-top: 10px;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: bold;
}
#service .appli .link .download {
	display: flex;
	justify-content: center;
}
#service .appli .link .download p {
	font-size: 13px;
	width: 35%;
	margin: 0 5px;
}
#service .appli .link .download p span {
	position: relative;
	padding-left: 15px;
}
#service .appli .link .download p span:before {
	content: "";
	border: 6px solid transparent;
	border-top: 9px solid #FFFFFF;
	position: absolute;
	top: 4px;
	left: 0;
}
#service .appli .btn_text{
	max-width: 313px;
	text-align: center;
	font-weight: bold;
	margin: 0.3em 0;
	font-size: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	color: #A72037;
}
#service .appli .app_btn {
	text-align: center;
}
#service .appli .app_btn a {
	background: #A72037;
	font-weight: bold;
}
#service .backnumber {
	border: 3px solid #ad7c2c;
	padding: 10px 40px;
	margin-top: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
}
#service .backnumber .icon{
	width: 65px;
}
#service .backnumber .text {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
#service .backnumber .text p{
	color: #ad7c2c;
	font-weight: bold;
	font-size: 20px;
}
#service .backnumber p.btn a{
	background-color: #fff;
	font-weight: bold;
	border-color: #ad7c2c;
	color: #ad7c2c;
}
#service .backnumber p.btn a:before{
	background: url(../image/blank_icon02.png) no-repeat;
	background-size: 100% 100%;
}
.idx-bottom_bnr{
	margin: 0 0 50px;
	position: relative;
}
.idx-bottom_bnr .btn{
	max-width: 380px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.idx-bottom_bnr02{
	margin: 0 0 50px;
	padding: 25px 45px;
	/* background-color: #FFF; */
	background: linear-gradient(#fff 0%, #e0eaf4 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.idx-bottom_bnr02 .text{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
#service .idx-bottom_bnr02 p.btn a{
	border: none;
	color: #fff;
	background: #1a4e75;
	min-width: 330px;
}
#service .idx-bottom_bnr02 p.btn a:before {
	background: url(../image/blank_icon_w.png) no-repeat;
	background-size: 100%;
}
@media (max-width: 767px) {
	h2 img ,#seasonaloffer .titleImg{
		width: 35%
	}
	.wrap, #header .wrap {
		width: 100%;
	}
	#mainvisual .wrap h1 {
		width: 50%;
		margin: 0 0 0 4%;
	}
	#mainvisual h1 .month {
		width: 10%;
		margin-left: 10%;
	}
	#mainvisual .wrap .month_img {
		width: 28%;
	}
	#mainvisual h1 .month {
		margin-left: 10%;
	}
	p.note {
		font-size: 2.5vw;
		margin-left:20px;
		margin-right:20px;
	}
	p.catch {
		font-size: 7.2vw;
	}
	#seasonaloffer {
		padding: 20px 0;
	}
	#seasonaloffer .lead {
		margin-top: 20px;
		position: relative;
	}
	#pagetop #seasonaloffer .lead .leadBtn{
		width: 85%;
		margin: 8vw auto 3vw;
		box-shadow: 0px 18px 20px -20px #000;
	}
	#service {
		padding: 20px;
	}
	#service h3.title{
		font-size: 21px;
		margin-bottom: 30px;
		padding: 5px 0 0 0;
		position: relative;
		margin-left: -19px;
		margin-right: -19px;
	}
	#service h3.title:before{
		content: '';
		display: block;
		width: 100%;
		height: 16px;
		background-image: url(../image/line_img_sp.png);
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		top: 100%;
		left: 0;
	}
	#service p.btn a {
		font-size: 16px;
		min-width: auto;
		width: 67%;
	}
	#service .lounge h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .lounge .card {
		margin: 15px auto 20px;
	}
	#service .flex_box p {
		font-size: 3.6vw;
		text-align: center;
	}
	#service .flex_box {
		display: block;
	}
	.present-inner figure{
		margin: 0;
	}
	#service .flex_box > div.lounge,
	#service .flex_box > div.priority{
		margin-bottom: 30px;	
	}
	#service .flex_box > div.lounge .btn{
		margin-top: 30px;
	}
	#service .flex_box > div {
		width: 100%;
		margin-bottom: 30px;
	}
	#service .lounge h4 {
		font-size: 6vw;
	}
	#service .priority h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .btn-min{
		display: flex;
		gap: 18px;
		justify-content: center;
	}
	#service .btn-min a{
		font-size: 16px;
		padding: 5px 30px 4px 10px;
		position: relative;
	}
	#service .btn-min a:before {
		width: 16px;
		height: 16px;
	}
	#service .priority h4 {
		font-size: 6vw;
	}
	#service .priority .label{
		font-size: 13px;
	}
	#service .priority .label > span{
		font-size: 19px;
	}
	#service .kirari {
		margin-bottom: 30px;
	}
	#service .kirari h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .kirari p.logo {
		max-width: 40%;
		margin: 15px 25px 30px;
	}
	#service .kirari .flex_text {
		width: auto;
		margin: 0 4%;
		display: block;
	}
	#service .kirari .flex_text .text p {
		font-size: 4.2vw;
		text-align: center;
	}
	#service .kirari .flex_text .text .big {
		text-align: left;
		font-size: 6.0vw;
		width: 100%;
		margin: 10px auto 20px;
	}
	#service .kirari .flex_text figure {
		position: absolute;
		top: -95px;
		right: 0;
		max-width: 22%;
		z-index: 10;
	}
	#service .kirari .flex_text .text {
		margin-left: 0;
		margin-top: 0;
	}
	#service .kirari .bgimg {
		max-width: 80%;
		margin: 0 auto;
		position: relative;
		top: 0;
		right: 0;
	}
	#service .kirari .btn {
		text-align: center;
		margin: 20px 30px 0;
	}
	#service .kirari .kirari_btn{
		width: 85%;
		margin: 20px auto 0;
	}
	#service .life .insurance-img{
		margin: 0;
	}
	#service .life h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .life .text_block{
		margin-top: -16%;
	}
	#service .life p.ttlSub{
		display: inline-block;
		padding: 2px 30px 0;
		margin-top: 0;
		font-size: 4.5vw;
	}
	#service .life h4 {
		font-size: 6vw;
	}
	#service .point h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .point .flex_text .text {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0;
	}
	#service .point .flex_text .text p {
		text-align: center;
		font-size: 4.5vw;
	}
	#service .point .point_text span.big{
		font-size: 21px;
	}
	#service .point .flex_text .text p.name {
		margin: 15px 0 1em;
	}
	#service .point h4 {
		font-size: 6vw;
		padding: 4px 0;
	}
	#service .point .flex_text figure {
		max-width: 100%;
		top: 7.5%;
		right: 0;
		transform: translateY(0);
		width: auto;
	}
	#service .point .flex_text figure img{
		width: 100%;
	}
	#service .point .attention {
		font-size: 3.5vw;
		margin: 25px 4% 10px;
	}
	#service .point .btn {
		margin: 0;
	}
	#service .campaign h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .campaign .big {
		font-size: 6vw;
	}
	#service .campaign figure {
		width: 100%;
		margin: 0;
		padding: 13vw 10vw 0;
	}
	#service .campaign .btn.type2{
		margin-top: 13vw;
	}
	#service .campaign .btn.type2 a{
		width: 79%;
	}
	#service .campaign .icon {
		width: 80%;
		font-size: 5vw;
	}
	#service .campaign .subtext {
		font-size: 14px;
	}
	#service .present h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .present .flex_text .text p {
		text-align: left;
	}
	#service .present .big {
		font-size: 7vw;
	}
	#service .present .flex_text {
		display: grid;
		padding: 10px 6% 0;
		/* grid-template-columns: 50% 1fr; */
	}
	#service .present .flex_text figure {
		width: 75%;
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	#service .present .flex_text .text{
		transform: translateX(0);
		width: 100%;
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		margin-top: 20%;
	}
	#service .present .icon{
		width: 73.066vw;
		font-size: 5vw;
	}
	#service .appli {
		padding: 20px 17px;
	}
	#service .appli .flex_text {
		font-size: 4.0vw;
		gap: 2.4vw;
		align-items: center;
		margin-bottom: 10px;
	}
	#service .appli .link .download p {
		font-size: 2.5vw;
		margin: 0 3%;
		width: 35%;
	}
	#service .appli .link .download p span:before {
		border: 5px solid transparent;
		border-top: 7px solid #FFFFFF;
		top: 2px;
	}
	#service .appli .btn_text{
		font-size: 4.8vw;
		width: 85%;
		margin: 0.3em auto;
	}
	#service .appli .app_btn {
		height: auto;
	}
	#service .appli .app_btn a{
		width: 90%;
		padding: 10px 2em 10px 0.8em;
	}
	#service .appli .flex_text figure {
		margin: 0;
		width: 20%;
	}
	#service .appli img {
		max-width: none;
		width: 100%;
	}
	#service .appli .flex_text h3 {
		font-size: 4.8vw;
		padding: 0;
	}
	#service .backnumber {
		flex-direction: column;
		padding: 20px;
		margin-top: 30px;
	}
	#service .backnumber .text{
		align-items: center;
	}
	#service .backnumber .text p{
		font-size: 5.0vw;
		margin: 0;
		line-height: 1.3;
	}
	#service .backnumber p.btn{
		width: 100%;
		text-align: center;
	}
	#service .backnumber p.btn a{
		margin-top: 10px;
		width: 90%;
	}
	.idx-bottom_bnr{
		margin-bottom: 30px;
	}
	.idx-bottom_bnr .btn{
		width: 95%;
		padding: 20px 10px;
		top: 31.5%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.idx-bottom_bnr02{
		margin: 0 0 30px;
		padding: 10px 0 20px;
		display: block;
	}
	.idx-bottom_bnr02 .text{
		font-size: 22px;
		color: #333;
		font-weight: bold;
		text-align: center;
	}
	.idx-bottom_bnr02 .text .min{
		font-size: 18px;
	}
	#service .idx-bottom_bnr02 p.btn{
		text-align: center;
		margin-top: 13px;
	}
	#service .idx-bottom_bnr02 p.btn a{
		border: none;
		color: #fff;
		background: #1a4e75;
		min-width: 80%;
	}
}
/*------------------------------------------
  topic.html
------------------------------------------*/
#topic #mainvisual h1 {
	width: 200px;
	margin: 10px 0;
}
#topic #mainvisual .wrap .month {
	width: 18px;
	height: auto;
}
#topic h2 {
	padding: 18px 0 0;
}
#topic h2 .titleImg{
	width: 206px;
}

/* ========== topic lead ========== */
#topic #seasonaloffer .lead{
	background: linear-gradient(-90deg, rgba(0,105,178,1) 0%, rgba(0,105,178,1) 60%, rgba(0,187,242,1) 100%);
}
#topic .lead-top{
	padding: 0 0 50px;
}
#topic .lead-btn{
	width: 422px;
	margin: 50px auto 0;
	box-shadow: 0px 18px 30px -30px #000;
}
@media screen and (max-width: 767px) {
	#topic #seasonaloffer .lead{
		width: 94%;
		margin: 6% auto 0;
	}
	#topic .lead-top{
		padding-bottom: 5.5%;
	}
	.lead-img2{
		width: 92%;
		margin: 0 auto;
		box-shadow: 0px 18px 20px -20px #000;
	}
	#topic .lead-btn{
		width: 85%;
		margin: 8% auto 0;
		box-shadow: 0px 18px 22px -18px #000;
	}
	.lead-img3{
		width: 92%;
		margin: 0 auto;
	}
}

/* leadブロックここまで */

#topic #service {
	padding: 50px 0 30px;
}
#topic #service ul.list {
	width: 660px;
	font-size: 0;
	text-align: center;
	margin: 0 auto 30px;
}
#topic #service ul.list li {
	width: 33%;
	display: inline-block;
	position: relative;
	font-size: 21px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 20px;
}
#topic #service ul.list li:before {
	content: "";
	display: inline-block;
	background: #B59032;
	width: 13px;
	height: 13px;
	border-radius: 20px;
	margin-right: 8px;
}
#topic #service .flex_box {
	max-width: 900px;
	margin: 0 auto;
	flex-wrap: wrap;
}
#service .flex_box > div, #topic #service .flex_box > figure {
	width: 49%;
}
#topic #service .flex_box figure figcaption {
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 5px;
}
#topic #service .btnimg {
	text-align: center;
	width: 80%;
	margin: 30px auto 80px;
}
#topic #service .flex_box .travel {
	text-align: center;
	border: 2px solid #AD7C2C;
}
#topic #service .flex_box .travel .travel_inner{
	text-align: center;
	margin: 10px 0;
}
#topic #service .flex_box .travel p.big {
	width: 256px;
	font-size: 18px;
	margin: 10px auto 0;
	background: #B59032;
	color: #fff;
	padding: 3px 0 2px;
	border-radius: 20px;
}
#topic #service .flex_box .travel p.text {
	font-size: 14px;
	text-align: left;
	margin-top: 0;
}
#topic #service .flex_box .travel .travel_inner p.min{
	font-size: 18px;
	margin-top: 15px;
}
#topic #service .flex_box .travel h4 {
	color: #AD7C2C;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
#topic #service .flex_box .travel h4 span {
	font-size: 24px;
}
#topic #service .flex_box .travel .card {
	width: 360px;
	margin: 15px auto;
}
#topic #service .flex_box .travel .btn {
	margin: 42px 0 0;
}
#topic #service .flex_box .others {
	text-align: center;
	border: 2px solid #AD7C2C;
	padding: 5px 25px 30px;
	/* width: 100%; */
}
#topic #service .flex_box .others h4 {
	color: #AD7C2C;
	font-size: 26px;
	margin: 15px 0 5px;
	font-weight: bold;
}
#topic #service .flex_box .others .flex_text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}
#topic #service .flex_box .others .flex_text figure {
	width: 30%;
	margin-right: 15px;
}
#topic #service .flex_box .others .flex_text .right {
	width: 66%;
	line-height: 1.3;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#topic #service .flex_box .others .flex_text .right p {
	font-size: 12px;
}
#topic #service .flex_box .others .btn {
	margin-top: 10px;
}
#topic #service .flex_box .others .btn a{
	min-width: auto;
	width: 80%;
	border: 1px #ad7c2c solid;
	color: #ad7c2c;
	background: #fff;
	font-size: 16px;
	padding: 5px 2em 5px 1em;
}
#topic #service .flex_box .others .btn a:before{
	background: url(../image/blank_icon02.png) no-repeat;
	background-size: 100% 100%;
	width: 17px;
	height: 17px;
	top: 47%;
}
#topic #service .flex_box .others .btn.last_btn {
	border-bottom: none;
}
/* others 1カラム */
#topic #service .other-inner{
	display: grid;
}
#topic #service .other-inner .flex_text:nth-of-type(1){
	grid-row: 1 / 2;
	grid-column: 1 / 2;
}
#topic #service .other-inner .flex_text:nth-of-type(2){
	grid-row: 2 / 3;
	grid-column: 1 / 2;
}
#topic #service .other-inner .flex_text:nth-of-type(3){
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
#topic #service .other-inner .flex_text:nth-of-type(4){
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}


#topic #service p.btn.white {
	text-align: center;
	margin: 10px 0 20px;
}
#topic #service p.btn.white a {
	background: #FFFFFF;
	color: #003397;
	font-weight: bold;
	border: none;
}
#topic #service p.btn.white a:before{
	content: none;
}
#topic #service .backnumber {
	width: 100%;
	display: grid;
	align-items: center;
	margin: 0;
	grid-template-columns: 258px 176px 1fr;
	grid-gap: 0 20px;
	padding: 27px 40px;
}
#topic #service .backnumber .grid_item01{
	grid-column: 1 / 2;
}
#topic #service .backnumber .grid_item01 .text{
	font-size: 5.5vw;
	display: block;
	text-align: left;
	color: #ad7c2c;
	margin-bottom: 10px;
}
#topic #service .backnumber .grid_item02{
	grid-column: 2 / 3;
}
#topic #service .backnumber .grid_item03{
	grid-column: 3 / 4;
	text-align: center;
}
#topic #service .backnumber .grid_item03 .text{
	font-size: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	color: #ad7c2c;
	line-height: 1.3;
}
#topic #service .reading{
	width: 900px;
	margin: 0 auto;
}
#topic #service .reading_list{
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
	gap: 12px;
}
#topic #service .reading_list li{
	width: 170px;
	background: #fff;
}
#topic #service .reading_list li a,
#topic #service .reading_list li a:visited{
	text-decoration: none;
}
#topic #service .reading_list li .text{
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: 100;
	padding: 10px 12px 25px;
	position: relative;
}
#topic #service .reading_list li .text > p{
	font-size: 13px;
	color: #222;
	font-weight: 500;
	text-decoration: none;
}
#topic #service .reading_list li .text:before{
	content: '';
	display: block;
	width: 10px;
	height: 11px;
	background-image: url(../image/arrow_img.png);
	background-size: cover;
	position: absolute;
	right: 13px;
	bottom: 8px;
}
@media (max-width: 767px) {
	#topic #mainvisual h1 {
		width: 30%;
		margin: 10px 5%;
	}
	#topic h2 {
		/* margin-left: -5%; */
		/* margin-right: -5%; */
		padding-top:10px;
	}
	#topic h2 .titleImg {
	  width: 150px;
	}
	#mainvisual .wrap .month {
		height: 11.333vw;
	}
	#topic #mainvisual .wrap .month {
		width: 2.4vw;
		height: auto;
	}
	#topic #seasonaloffer{
		padding: 10px 0;
	}
	#topic #container {
		padding-bottom: 10px;
	}
	#topic #service {
		background: transparent;
		padding: 5%;
	}
	#topic #service ul.list {
		width: 80%;
	}
	#topic #service ul.list li {
		width: 50%;
		font-size: 3.5vw;
	}
	#service .flex_box > div, #topic #service .flex_box > figure {
		width: 100%;
	}
	#topic #service .flex_box.slider {
		position: relative;
		padding: 0;
	}
	#topic #service .flex_box.slider > div {
		padding: 0;
	}
	#topic #service .flex_box.slider figure {
		position: relative;
	}
	#topic #service .flex_box.slider figure figcaption {
		position: absolute;
		right: 10px;
		bottom: 10px;
		font-size: 2.5vw;
	}
	#topic #service .btnimg {
		margin: 30px auto 30px;
	}
	#topic #service .flex_box .travel h4 {
		font-size: 5.8vw;
	}
	#topic #service .flex_box .travel .travel_inner p.min{
		font-size: 3.7vw;
	}
	#topic #service .flex_box .travel p.big{
		font-size: 3.7vw;
	}
	#topic #service .flex_box .travel h4 span {
		font-size: 4.5vw;
	}
	#topic #service .flex_box .others h4 {
		font-size: 6vw;
	}
	#topic #service .flex_box .others {
		padding: 0 18px 20px;
	}
	#topic #service .flex_box .others .flex_text figure {
		width: 35%;
	}
	#topic #service .flex_box .others .flex_text p {
		text-align: left;
	}
	#topic #service .flex_box .others .btn a{
		width: 95%;
	}
	#topic #service .other-inner{
		display: block;
	}
	#topic #service .other-inner .flex_text{
		width: 100%;
	}
	#topic #service .flex_box .travel .flex_w_center {
		padding: 0 4%;
	}
	#topic #service .flex_box .travel p.text {
		font-size: 2.8vw;
	}
	#topic #service .flex_box .travel p.text br {
		display: none;
	
	}
	#topic #service p.btn.white a {
		min-width: 0;
		width: 65%;
	}
	#topic #service .backnumber {
		width: 100%;
		display: grid;
		margin: 0;
		grid-template-columns: 52% 1fr;
		grid-gap: 10px 6%;
		align-items: start;
	}
	#topic #service .backnumber .grid_item01{
		grid-column: 1 / 2;
	}
	#topic #service .backnumber .grid_item02{
		grid-column: 2 / 3;
		text-align: center;
	}
	#topic #service .backnumber .grid_item03{
		grid-column: 1 / 3;
		text-align: center;
	}
	#topic #service .backnumber .grid_item03 .text{
		font-size: 25px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#topic #service .reading{
		width: 100%;
		margin: 30px auto 0;
	}
	#topic #service .reading_list{
		display: block;
		margin-bottom: 30px;
	}
	#topic #service .reading_list li{
		width: 100%;
		border-top: 1px #666 solid;
	}
	#topic #service .reading_list li:nth-of-type(1){
		border-top: none;	
	}
	#topic #service .reading_list li a{
		display: flex;
		align-items: center;
	}
	#topic #service .reading_list li figure{
		width: 30%;
		padding: 2.5%;
	}
	#topic #service .reading_list li .text{
		width: 70%;
		padding: 20px 40px 20px 0;
	}
	#topic #service .reading_list li .text > p{
		font-size: 4vw;
		color: #000;
		font-weight: 500;
		text-decoration: none;
	}
	#topic #service .reading_list li .text:before{
		content: '';
		display: block;
		width: 10px;
		height: 11px;
		background-image: url(../image/arrow_img.png);
		background-size: cover;
		position: absolute;
		right: 13px;
		bottom: 50%;
		transform: translateY(50%);
	}
	#topic #service .reading_list .logoImg{
		width: 50%;
	}
	#topic #service .reading_list .logoImg2{
		width: 86%;
	}
	#topic #service .flex_box .travel .card {
		width: 73.066%;
	}
}

/* 23.11分の調整 */
.priority-card{
	display: flex;
	margin: 0 10px;
}
.priority-card .card-img{
	width: 50%;
}
.priority-card .card-text{
	width: 50%;
	text-align: left;
	margin-top: 30px;
}
.priority-card .card-text .em01{
	font-size: 25px;
	line-height: 1.3;
}
.priority-card .card-text .em02{
	font-size: 35px;
	line-height: 0.9;
}
#service .life .text_block{
	display: flex;
	justify-content: center;
	margin-top: 21px;
}
#service .life .text_block h4 > .min{
	font-size: 20px;
}

@media (max-width: 767px) {
	.priority-card .card-text{
		margin-top: 17px;
	}
	.priority-card .card-text .em01{
		font-size: 20px;
	}
	#service .life .text_block{
		width: 90%;
		margin: 15px auto 0;
	}
	#service .life .text_block h4 > .min{
		font-size: 4.5vw;
	}
	#service .life .text_block > figure{
		width: 25%;
		margin-right: 2%;
	}
	#service .life .text_block > div{
		width: 100%;
	}
	#service .point .flex_text{
		padding: 0 0 15px;
	}
}

/* sp slider */
@media (max-width: 767px) {
	.tpc-slider{
		margin: 30px 0 17px;
	}
	.tpc-slider button.slick-arrow{
		position: absolute;
		top: 40%;
		font-size: 0;
		background: none;
		width: calc(20px / 2);
		height: calc(35px / 2);
		z-index: 100;
		border: none;
		background-size: 100% 100%;
	}
	.tpc-slider .slick-arrow.slick-prev{
		background-image: url('../image/slider-prev.png');
		left: 1.8666vw;
	}
	.tpc-slider .slick-arrow.slick-next{
		background-image: url('../image/slider-next.png');
		right: 1.8666vw;
	}
	.tpc-slider .slick-dots{
		display: flex;
		justify-content: center;
		padding: 20px 0 0;
	}
	.tpc-slider .slick-dots > li{
		display: block;
		font-size: 0;
	}
	.tpc-slider .slick-dots > li button{
		font-size: 0;
		width: 10px;
		height: 10px;
		border: none;
		border-radius: 50%;
		margin: 0 5px;
		background: #fff;
		opacity: .5;
	}
	.tpc-slider .slick-dots > li.slick-active button{
		opacity: 1;
	}
}