@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 #e3bc69;
	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;
	width: 68px;
}
#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: #B46125; */
	background-image: url(../image/main_bg.png);
	background-position: center center;
	background-size: cover;
	padding: 30px 0;
}
#seasonaloffer .titleImg{
	width: 206px;
}
#pagetop #seasonaloffer .lead {
	margin-top: 15px;
	position: relative;
}

#pagetop #seasonaloffer .leadBtn{
	width: 370px;
	margin: 20px auto 0;
	position: absolute;
	bottom: -9px;
	right: -9px;
}
#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 {
	display: inline-block;
	background: #003397;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	padding: 4px 1em;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 18px;
}
#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; */
}
.present-inner figure{
	width: 360px;
	margin: 20px auto;
}
#service .flex_box > div {
	width: 440px;
	background: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#service .flex_box > div.priority {
	background: #000000;
}
#service .lounge {
	text-align: center;
}
#service .lounge h3 {
	background: #C6D0D7;
	color: #314B57;
	font-size: 18px;
	padding: 10px 0 7px;
	font-weight: bold;
}
#service .lounge h4 {
	font-size: 27px;
	font-weight: bold;
	margin: 20px 0 0;
}
#service .lounge .card {
	width: 90%;
	margin: 15px auto;
}
#service .lounge .label {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	background-color: #B59032;
	border-radius: 20px;
	padding:3px 70px;
	margin-top: 10px;
}
#service .priority {
	color: #FFFFFF;
	text-align: center;
	border: 2px solid #FFFFFF;
}
#service .priority h3 {
	width: 75%;
	margin: 0 auto;
	transform: translateY(-10px);
}
#service .priority h4 {
	font-size: 27px;
	font-weight: bold;
}
#service .priority .priority_text{
	margin: 0;
}
#service .priority .card {
	width: 98%;
    margin: 0 auto 0;
	border-radius: 4px;
}
#service .priority .label{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background-color: #B59032;
	border-radius: 20px;
	padding:6px 20px;
	margin: 5px 0 15px;
	line-height: 1.2;
}
#service .priority .label > span{
	font-size: 25px;
	line-height: 1;
}
#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: 47%;
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 0 35px;
	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: 400px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 0;
}
#service .kirari .btn {
	margin: 50px 120px 0;
}
#service .kirari .kirari_btn{
	width: 330px;
	/* 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{
	margin-top: 0;
	font-size: 18px;
}
#service .life h4 {
	font-size: 27px;
	margin-top: 0;
	font-weight: bold;
	line-height: 1.5;
}
#service .life h4 .min{
	font-size: 18px;
}
#service .life .btn {
	margin: 15px 0 0;
}
#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;
	padding: 10px 35px 0;
	position: relative;
}
#service .point .flex_text .text {
	z-index: 1;
	margin: 0;
}
#service .point .point_text{
	z-index: 1;
	text-align: center;
	margin: 20px 0 0;
}
#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 .btn {
	text-align: center;
}
#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;
}
#service .campaign h3 {
	background: #F0D2CC;
	color: #CE6854;
	font-size: 18px;
	padding: 10px 0 7px;
	margin-bottom: 20px;
}
#service .campaign figure {
	margin: 10px auto 20px;
}
/* #service .campaign figure img{
	width: 356px;
} */
#service .campaign .icon {
	width: 60%;
	background: #CE6854;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 3px 0 0;
	margin: 10px auto;
	font-size: 22px;
}
#service .campaign .subtext {
	font-size: 24px;
	line-height: 1.2;
}
#service .campaign .big {
	font-size: 27px;
	font-weight: bold;
}
#service .campaign .btn {
	margin-top: 10px;
}
#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: #50A9B5;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 3px 0 0;
	margin: 20px 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 30px;
}
#service .appli .flex_text figure {
	margin: 15px 0;
}
#service .appli img {
	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 .app_btn {
	text-align: center;
}
#service .appli .app_btn a {
	background: #A72037;
}
#service .backnumber {
	border: 3px solid #ad7c2c;
	padding: 20px 40px;
	margin-top: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#service .backnumber .text {
	color: #ad7c2c;
	font-weight: bold;
	font-size: 20px;
	margin-right: 30px;
}
@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 0;
		background: #001b39;
	}
	#seasonaloffer .lead {
		margin-top: 20px;
		position: relative;
	}
	#pagetop #seasonaloffer .lead .leadBtn{
		width: 75%;
		bottom: 5px;
		left: 51%;
		transform: translateX(-50%);
	}
	#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;
	}
	#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{
		width: 80%;
		margin: 30px auto;
	}
	#service .flex_box > div {
		width: 100%;
		margin-bottom: 30px;
	}
	#service .lounge h4 {
		font-size: 6vw;
	}
	#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 15px;
		display: block;
	}
	#service .kirari .flex_text .text p {
		font-size: 3.7vw;
		text-align: center;
	}
	#service .kirari .flex_text .text .big {
		text-align: center;
		font-size: 7.5vw;
		width: 90%;
		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: 85%;
		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 h3 {
		font-size: 4vw;
		padding: 4px 0;
	}
	#service .life .text_block{
		margin-top: -16%;
	}
	#service .life p.ttlSub{
		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 {
		padding: 10px 0 0 6%;
	}
	#service .point .flex_text .text {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0;
	}
	#service .point .flex_text .text p {
		text-align: left;
	}
	#service .point .point_text span.big{
		font-size: 21px;
	}
	#service .point .flex_text .text p.name {
		margin: 15px 0 1em;
	}
	#service .point .flex_text .text p span.big {
		font-size: 5.5vw;
	}
	#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 {
		margin: 10px 0 20px;
	}
	#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: 80%;
		font-size: 5vw;
	}
	#service .appli {
		padding: 20px;
	}
	#service .appli .flex_text {
		font-size: 4.3vw;
	}
	#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 .app_btn {
		height: auto;
	}
	#service .appli .flex_text figure {
		margin: 15px 8% 20px 4%;
		width: 30%;
	}
	#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 {
		font-size: 4.8vw;
		margin: 0 0 10px;
		text-align: center;
		line-height: 1.3;
	}
}
/*------------------------------------------
  topic.html
------------------------------------------*/
#topic #mainvisual h1 {
	width: 200px;
	margin: 10px 0;
}
#topic #mainvisual .wrap .month {
	width: 37px;
}
#topic h2 {
	padding: 18px 0 0;
}
#topic h2 .titleImg{
	width: 206px;
}
/* topic lead */
#topic #seasonaloffer {
	padding: 0 0 50px;
	/* background-image: url(../image/main_bg_tpc.png); */
	/* background-position: top; */
	background: #1f3145;
}
#topic #seasonaloffer .lead{
	margin-top: 20px;
	position: relative;
	background-image: url(../image/main_bg_tpc.png);
	background-position: top;
	background-size: cover;
}
#topic #seasonaloffer .mv-btn{
	width: 367px;
	position: absolute;
	top: 430px;
	right: 49%;
	transform: translateX(50%);
}
.block01{
	padding-bottom: 50px;
}
.lead-top{
	padding-top: 95px;
}
.lead-top_img{
	width: 339px;
	margin: 0 auto;
}
.lead-top_text{
	color: #fff;
	line-height: 1.6;
	margin-top: 15px;
}
.lead-col3{
	display: flex;
	margin: 65px 48px 0;
	gap: 19px;
}
.lead-col3_text{
	margin-top: 20px;
	position: relative;
}
.lead-col3_text .note{
	font-size: 11px;
}
.lead-col3_text:before,
.lead-col3_text:after{
	content: '';
	display: block;
	width: 2px;
	height: 85px;
	background: #e3bc69;
	position: absolute;
	top: 0;
}
.lead-col3_text:before{ left: 0; }
.lead-col3_text:after{ right: 0; }
.lead-col3_text .color{
	color: #e3bc69;
	font-size: 18px;
}
.lead-col3_text .main{
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 10px;
}
.lead-col3_text .note{
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 6px 0;
}
.lead-col2{
	display: flex;
	margin: 50px 48px 0;
	gap: 62px;
}
.detail-box{
	width: 400px;
}
.detail-text{
	color: #fff;
	text-align: left;
	padding-left: 30px;
	position: relative;
}
.detail-text::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: #e3bc69;
	position: absolute;
	left: 0;
	top: 3px;
}
.detail-text .name{
	font-size: 22px;
}
.detail-text .text{
	line-height: 1.6;
	margin-top: 10px;
	font-size: 14px;
}
.detail-btn{
	position: absolute;
	width: 380px;
	left: -10px;
}

@media screen and (max-width: 767px) {
	#topic #seasonaloffer .mv-btn{
		top: 90vw;
	}
	/* #topic #seasonaloffer .lead_bg{
		background-image: url(../image/lead_bg_sp.png);
	} */
	#topic #seasonaloffer .lead{
		overflow: hidden;
		margin-top: 15px;
		padding: 0;
		background-position: top center;
		background-image: url(../image/main_bg_tpc_sp.png);
	}
	#topic #seasonaloffer .lead_bg{
		padding: 38% 5% 30px;
	}
	#topic #seasonaloffer .lead_title .main{
		font-size: 6.6vw;
		text-align: center;
	}
	#topic #seasonaloffer .lead_title .sub01{
		font-size: 3.0vw;
		text-align: center;
		line-height: 1.6;
		margin-top:0;
	}
	.block01{
		padding-bottom: 30px;
	}
	.lead-top{
		padding-top: 45px;
	}
	.lead-top_img{
		width: 100%;
	}
	.lead-top_text{
		text-align: center;
		font-size: 15px;
	}
	.lead-col3{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.lead-col3_image{
		margin-top: 50px;
	}
	.lead-col3_text p{
		text-align: center;
	}
	.lead-col3_text .color{
		font-size: 24px;
	}
	.lead-col3_text .main{
		font-size: 15px;
	}
	.lead-col3_text:before,
	.lead-col3_text:after{
		height: 110px;
	}
	.lead-col3_text .note{
		font-size: 12px;
	}
	.lead-col2{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.detail-box{
		width: 100%;
		margin-top: 50px;
	}
	.detail-text{
		width: 85%;
		margin: 30px auto 0;
	}
	.detail-text:before{
		width: 17px;
		height: 17px;
		top: 2px;
	}
	.detail-text .name{
		font-size: 20px;
	}
	.detail-text .text{
		font-size: 12px;
	}
	.detail-btn{
		position: static;
		width: 120%;
		transform: translateX(-35px);
		margin-top: 20px;
	}
}

/* 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: 300px;
	margin: 15px auto;
}
#topic #service .flex_box .travel .btn {
	margin: 6px 0 0;
}
#topic #service .flex_box .others {
	text-align: center;
	border: 2px solid #AD7C2C;
	padding: 0 25px;
}
#topic #service .flex_box .others h4 {
	color: #AD7C2C;
	font-size: 26px;
	margin: 15px 0 10px;
	font-weight: bold;
}
#topic #service .flex_box .others .flex_text {
	display: flex;
	justify-content: center;
	align-items: center;
/*	margin-bottom: 10px;*/
/*	border-bottom: 1px dotted #AD7C2C;*/
	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: 61%;
	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: 13px;
}
#topic #service .flex_box .others .btn {
	margin-top: 10px;
}
#topic #service .flex_box .others .btn a{
	border: 1px #003397 solid;
	color: #003397;
	background: #fff;
}
#topic #service .flex_box .others .btn.last_btn {
	border-bottom: none;
}
#topic #service .flex_box .others .btn a {
	font-size:18px;
}
#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;
}
#topic #service .backnumber {
	width: 100%;
	display: grid;
	margin: 0;
	grid-template-columns: 258px 120px 1fr;
	grid-gap: 0 20px;
}
#topic #service .backnumber .grid_item01{
	grid-column: 1 / 2;
}
#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;
}
#topic #service .reading{
	width: 900px;
	margin: 0 auto;
}
#topic #service .reading_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
#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 {
		width: 9vw;
	}
	#topic #mainvisual .wrap .month {
		width: 4.3vw;
	}
	#topic #seasonaloffer {
		padding: 10px 0 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 25px 20px;
	}
	#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 .backnumber {
		width: 100%;
		display: grid;
		margin: 0;
		grid-template-columns: 52% 1fr;
		grid-gap: 10px 6%;
	}
	#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 .flex_box .others .flex_text figure {
		width: 35%;
	}
	#topic #service .flex_box .others .flex_text p {
		text-align: left;
	}
	#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;
	}
	#topic #service .reading_list li figure{
		width: 30%;
		padding: 2.5%;
	}
	#topic #service .reading_list li .text{
		width: 70%;
		padding: 25px 40px 25px 0;
	}
	#topic #service .reading_list li .text > p{
		font-size: 3.8vw;
		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 .flex_box .others .btn a {
		font-size:16px;
	}
	#topic #service .flex_box .travel .card {
		width: 68%;
	}
}

/* 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 .insurance-img{
	/* margin: 20px 40px 0; */
}
#service .life .text_block{
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
#service .life .text_block figure{
	width: 90px;
	margin-right: 15px;
}
#service .life .text_block h4{
	padding: 0 15px;
	position: relative;
}
/* #service .life .text_block h4:before{
	content:'「';
	position: absolute;
	top: 0;
	left: 0;
}
#service .life .text_block h4:after{
	content:'」';
	position: absolute;
	bottom: 0;
	right: 0;
} */
#service .life .text_block h4 > .min{
	font-size: 20px;
}
#service .point .flex_text{
	padding: 10px 35px 15px;
}
#service .campaign figure{
	margin: 10px 20px 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: 75%;
	}
	#service .point .flex_text{
		padding: 10px 5% 15px;
	}
}
