@charset "utf-8";
/* CSS Document */

.imgAlignBox {}

* html .imgAlignBox {
	zoom: 100%;
}

*:first-child+html .imgAlignBox {
	display: inline-block;
}

.imgAlignBox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.center {
	text-align: center;
}

#article p {
	margin: 1.2em 0;
	line-height: 2.2rem;
	color: #2D1C01;
}

#article p.lead {
	font-size: 1.2em;
}

#article h2:not(:nth-of-type(1)) {
	border-bottom: none;
	border-top: 1px solid #000;
	padding-bottom: 0;
	min-height: auto;
	margin-bottom: 30px;
}

#article .box {
	padding: 35px;
	background: #eeeeee;
	margin-top: 20px;
}

#article .box h4 {
	font-size: 1.1em;
}

#article .box h4:not(:first-child) {
	margin-top: 35px;
}

#article ul {
	margin: 1.2em 0;
}

#article ul li {
	/* margin: 0 0 0.5em; */
	padding: 0 0 0 35px;
	background: url(../../img/disc.png) no-repeat 4px 0.7em;
}

#article ul li:first-child {
	padding-left: 0;
}


#article .box>*:last-child {
	margin-bottom: 0;
}

#article .box h2:nth-of-type(1) {
	margin-top: 0;
}

#article .box h2 {
	border-bottom: none;
	border-top: 1px solid #000;
	padding-bottom: 0;
	min-height: auto;
	margin-bottom: 30px;
}

#article .link a {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(../../../common/img/icon_link.png) no-repeat left 0.25em;
}

#article .link a img {
	vertical-align: middle;
}

.btn {
	margin-top: 50px;
	text-align: center;
}

.btn a {
	position: relative;
	display: inline-block;
	border: 1px solid #c8c8c8;
	padding: 15px 60px;
	font-weight: bold;
	max-width: 300px;
	width: 100%;
	box-sizing: border-box;
}

.btn a:after {
	content: "";
	position: absolute;
	border-right: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;
	height: 8px;
	width: 8px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}


#article h3 {
	font-weight: bold;
	font-size: 116.667%;
	margin: 2.5em 0 1.25em -10px;
	padding: 0.65em 10px 0.65em 1em;
	background: #eeeeee;
}

/* pc */
@media screen and (min-width: 801px),
print {
	h2 {
		position: relative;
		padding-right: 74px;
	}

	h2 .icon {
		position: absolute;
		right: 0;
		top: 50%;
		width: 54px;
		margin-top: -27px;
	}

	#contents img {
		max-width: 100%;
		height: auto;
	}

	.figure.left {
		float: left;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.figure.right {
		float: right;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.snsBox {
		text-align: right;
		width: 100%;
		height: 20px;
		margin-bottom: -30px;
		position: relative;
	}

	.snsBlock {
		width: 76px;
		height: 20px;
		position: absolute;
		top: 0;
	}

	.snsBlock.fb {
		right: 80px;
	}

	.snsBlock.tw {
		right: 0;
	}
}

/* sp */
@media screen and (max-width: 800px),
print {
	h2 {
		position: relative;
	}

	h2 .icon {
		position: absolute;
		right: 0;
		top: 50%;
		width: 50px;
		margin-top: -25px;
	}

	/* #article>h2:first-child {
		margin-top: 0;
		padding-right: 60px;
	} */

	#contents img {
		max-width: 100%;
		height: auto;
	}

	.figure img {
		width: 100%;
	}

	.figure.left {
		float: left;
		padding-right: 10px;
		margin-bottom: 10px;
		width: 40%;
	}

	.figure.right {
		float: right;
		padding-left: 10px;
		margin-bottom: 10px;
		width: 40%;
	}

	.img100p {
		width: 100% !important;
		padding-left: 0 !important;
	}

	.snsBox {
		text-align: right;
		width: 100%;
		height: 20px;
		margin-bottom: 5px;
		position: relative;
	}

	.snsBlock {
		width: 76px;
		height: 20px;
		position: absolute;
		top: 0;
	}

	.snsBlock.fb {
		right: 80px;
	}

	.snsBlock.tw {
		right: 0;
	}

	#article ul li {
		padding-left: 20px;
	}

	#article ul li:first-child p {
		margin-bottom: 0;
	}

	#article ul li:nth-child(2){
		padding-left: 0;
	}
}

/*-------------240723-------------*/
#contents.sub_contents {
    min-width: 1200px;
    max-width: 1200px;
}

.center{
	min-height: 450px;
	background-image: url("../img/frontline_top.webp");
	background-position: center;
	background-size: cover;
}

.lead {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin: 4rem 0;
}

.lead_text {
	display: inline;
	background-image: linear-gradient(to right, #b3a07f 6px, transparent 3px);
	background-size: 13px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.lead_summary:first-of-type .lead_text span {
	font-size: 1.6rem;
	color: #0C8ABB;
}

.lead_summary:last-of-type .lead_text span {
	font-size: 1.6rem;
	color: #F08522;
}

.tp-Content_Inner {
	display: flex;
	gap: 2%;
	padding: 2rem 3rem;
	justify-content: space-between;
}

.tp-Content_Txt {
	flex: 0 0 64%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tp-Content_Img {
	flex: 0 0 34%;
	align-self: center;
}

.tp-Content {
	margin-bottom: 5rem;
	position: relative;
}

.tp-Content a{
	position: relative;
}

.tp-Content a:hover {
	opacity: .7;
}

/* .tp-Content a::before {
	content: "";
	position: absolute;
	width: 82px;
	height: 82px;
	border-left: 2px solid #674100;
	border-top: 2px solid #674100;
	left: 0;
	top: 0;
}

.tp-Content a::after {
	content: "";
	position: absolute;
	width: 82px;
	height: 82px;
	border-right: 2px solid #674100;
	border-top: 2px solid #674100;
	right: 0;
	top: 0;
}

.tp-Content_Inner::before {
	content: "";
	position: absolute;
	width: 82px;
	height: 82px;
	border-left: 2px solid #674100;
	border-bottom: 2px solid #674100;
	left: 0;
	bottom: 0;
}

.tp-Content_Inner::after {
	content: "";
	position: absolute;
	width: 82px;
	height: 82px;
	border-right: 2px solid #674100;
	border-bottom: 2px solid #674100;
	right: 0;
	bottom: 0;
} */

.tp-Content.item01 .tp-Content_Txt,
.tp-Content.item03 .tp-Content_Txt {
	order: 1;
}

.tp-Content.item01 .tp-Content_Img,
.tp-Content.item03 .tp-Content_Img {
	order: 2;
}

.tp-Content.item01 .tp-Content_Inner {
	background: repeating-linear-gradient(-45deg, #f9e07f, #f9e07f 4px, #fff 0, #fff 10px);
}

.tp-Content.item02 .tp-Content_Inner {
	background: repeating-linear-gradient(-45deg, #f7cac9, #f7cac9 4px, #fff 0, #fff 10px);
}

.tp-Content.item03 .tp-Content_Inner {
	background: repeating-linear-gradient(-45deg, #dceeda, #dceeda 4px, #fff 0, #fff 10px);
}

.tp-Content_Sub {
	font-size: 1.6rem;
	font-weight: bold;
}

.tp-Content_Topic{
	position: relative;
	padding: 0.3rem 1.7rem 0rem 1.3rem;
	border-bottom: 2px solid #2D1C01;
	border-right: 2px solid #2D1C01;
	background-color: #fff;
	display: inline-block;
}

.tp-Content_Sub .txt_number {
	letter-spacing: -2px;
	vertical-align: -2px;
	margin-left: 0.4rem;
	font-size: 2.2rem;
	line-height: 1px;
}

.tp-Content.item01 .tp-Content_Sub .txt_number {
	color: #ddc04c;
}

.tp-Content.item02 .tp-Content_Sub .txt_number {
	color: #f3b0ae;
}

.tp-Content.item03 .tp-Content_Sub .txt_number {
	color: #188A0B;
}

#article .tp-Content_Topic{
	margin: 0;
}

.tp-Content_Topic::before {
	position: absolute;
	left: 1.5rem;
	bottom: -16px;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 13px 0px 13px;
	border-style: solid;
	border-color: #2D1C01 transparent transparent transparent;
}

.tp-Content_Topic::after {
	position: absolute;
	left: 1.6rem;
	bottom: -13px;
	width: 0;
	height: 0;
	content: '';
	border-width: 13px 12px 0px 12px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.tp-Content_TopicTxt {
	display: block;
	margin-top: 1.5rem;
}

.tp-Content_Main {
	font-size: 1.55rem;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 90%);
	padding: 0.7rem 1rem 0.3rem;
	display: inline-block;
}

.tp-Content_Group {
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
}

.tp-Content_Group span {
	display: inline-block;
	background-color: rgba(255, 255, 255, 90%);
	padding: 0.3rem 1rem 0.1rem;
}

#article p.tp-Content_Main {
	margin-bottom: 0.4rem;
	margin-top: 0;
}

#article p.tp-Content_Group {
	margin: 0 0 1rem;
}

.tp-Content.item02 .tp-Content_Txt {
	text-align: right;
}

#article .tp-Content_arrow{
	margin-bottom: 0;
}

.tp-Content_arrow span {
	font-size: 1.2rem;
	display: inline;
	padding: 0 1.7rem 0 0.5rem;
	border-bottom: 1px solid #2D1C01;
	position: relative;
}

.tp-Content_arrow span::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background-color: #2D1C01;
	height: 12px;
	width: 20px;
	clip-path: polygon(0% 0, 100% 100%, 0 100%);
}

.tp-Content_arrow span::after {
	position: absolute;
	right: 2px;
	bottom: 0;
	content: '';
	background-color: #fff;
	height: 10px;
	width: 17px;
	clip-path: polygon(0% 0, 100% 100%, 0 100%);
}

.st-Link {
	max-width: 727px;
	margin: 0 auto;
}

.st-Link_List {
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: #2D1C01;
	background-color: #d7edfd;
}

.st-Link_Item {
	font-size: 1rem;
}

.st-Link_Link:hover {
	opacity: .5;
}

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

/*hoverアニメーション*/
.tp-Content_animation{
	position: relative;
	z-index: 1;
}

.lt_Left{
	position: absolute;
	left: 0;
	top: 82px;
	height: 82px;
	width: 2px;
	background-color: #674100;
	transform: rotate(180deg);
	transform-origin: top;
}

.lt_Top{
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 2px;
	background-color: #674100;
}

.rt_Top{
	position: absolute;
	right: 82px;
	top: 0;
	width: 82px;
	height: 2px;
	background-color: #674100;
	transform: rotate(180deg);
	transform-origin: right;
}

.rt_Right{
	position: absolute;
	right: 0;
	top: 0;
	height: 82px;
	width: 2px;
	background-color: #674100;
}

.lb_Left{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 82px;
	width: 2px;
	background-color: #674100;
}

.lb_Bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 82px;
	height: 2px;
	background-color: #674100;
}

.rb_Bottom{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 82px;
	height: 2px;
	background-color: #674100;
}

.rb_Right{
	position: absolute;
	right: 0;
	bottom: 82px;
	height: 82px;
	width: 2px;
	background-color: #674100;
	transform: rotate(180deg); 
	transform-origin: bottom; 
}

.tp-Content>a:hover .rb_Bottom{
	animation: LineWidth .08s ease normal forwards;
}

.tp-Content>a:hover .rb_Right{
	animation: LineHeight .08s ease  .08s normal forwards;
}

.tp-Content>a:hover .rt_Right{
	animation: LineHeight .08s ease .16s normal forwards;
}

.tp-Content>a:hover .rt_Top{
	animation: LineWidth .08s ease .24s normal forwards;
}

.tp-Content>a:hover .lt_Top{
	animation: LineWidth .08s ease .32s normal forwards;
}

.tp-Content>a:hover .lt_Left{
	animation: LineHeight .08s ease .4s normal forwards;
}

.tp-Content>a:hover .lb_Left{
	animation: LineHeight .08s ease .48s normal forwards;
}

.tp-Content>a:hover .lb_Bottom{
	animation: LineWidthAll .2s ease .56s normal forwards;
}

@keyframes LineWidth{
	0%{
		width: 82px;
	}
	100%{
		width: 0;
	}
}

@keyframes LineHeight{
	0%{
		height: 82px;
	}
	100%{
		height: 0;
	}
}

@keyframes LineWidthAll{
	0%{
		width: 82px;
	}
	100%{
		width: 100%;
	}
}

/*---------sp用---------*/
@media screen and (max-width: 800px) {
	#contents {
		padding: 0 20px;
	}

	.center{
		min-height: 145px;
		background-image: url("../img/frontline_top.webp");
	}

	#contents.sub_contents {
        min-width: auto;
        max-width: none;
    }

	.pcOnly {
		display: none;
	}

	.spOnly {
		display: block;
	}

	.lead{
		margin-top: 2rem;
	}

	.tp-Content_Inner {
		padding: 1.5rem 1.5rem;
		flex-direction: column;
	}

	.tp-Content.item01 .tp-Content_Txt,
	.tp-Content.item02 .tp-Content_Txt,
	.tp-Content.item03 .tp-Content_Txt {
		order: 2;
	}

	.tp-Content.item01 .tp-Content_Img,
	.tp-Content.item02 .tp-Content_Img,
	.tp-Content.item03 .tp-Content_Img {
		order: 1;
	}

	.tp-Content_Txt{
		margin-top: 1.5rem;
	}

	.tp-Content_Sub::after{
		bottom: -12px;
	}

	.tp-Content_TopicTxt{
		margin-top: 0;
	}

	#article p.tp-Content_Main{
		margin-top: 1.5rem;
	}

	.tp-Content.item02 .tp-Content_Txt {
		text-align: left;
	}

	.tp-Content_arrow{
		display: flex;
		justify-content: end;
	}

	.st-Link{
		max-width: none;
	}

	.st-Link_List{
		flex-wrap: wrap;
		padding: 0.8rem 0;
	}

	.st-Link_Item.first{
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 0;
	}

}



.st-Link.series{
    max-width: 727px;
    margin: 3rem auto;
    background-color: #F8F2E8;
}


.st-Link.series p {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #2D1C01;
    background-color: #F8F2E8;
    margin: 1.2em 0;
}

.st-Link.series a {
    margin: 0;
    padding: 1rem;
}

.st-Link.series a span{
    line-height: 1.5rem;
    width: 100%;
    display: block;
    font-size: 1rem;

    position: relative;
    display: inline-block;
    font-weight: bold;
    box-sizing: border-box;

}

.st-Link.series a span:after {
    content: "";
    position: absolute;
    border-right: 1px solid #3c3c3c;
    border-top: 1px solid #3c3c3c;
    height: 8px;
    width: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: -20px;
    margin-top: -4px;
}

.st-Link.series a:hover {color: #808080;}