
@charset "utf-8";
/* ----------------------------
homeHero
----------------------------- */

.mainTitleBox {
	display: flex;
	justify-content: center;
}

.mainTitleBox {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.mainTitleMain {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

.mainTitleSub {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

/* ----------------------------
公開日・更新日
----------------------------- */
.tp-intro-info {
	justify-content: flex-end;
}

/* ----------------------------
リード アンカーリンクエリア
----------------------------- */
.leadAnchorArea {
	width: 336px;
	margin: 10px auto 0;
	display: block;
}

/* ----------------------------
アンカーリンク
----------------------------- */
.anchorButton {
	display: block;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid #007fc3;
	color: #007fc3;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}

.anchorButton:hover {
	background-color: #edfaff;
	text-decoration: none;
}

.anchorButton--large {
	text-align: center;
	font-size: 16px;
	padding: 11px 16px 10px 16px;
}

.anchorButton::after {
	content: "";
	display: block;
	background-image: url(/guide/mensetsu/gyaku/first/img/icon_arrow_down_M.svg);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.anchorButton--large::after {
	background-image: url(/guide/mensetsu/gyaku/first/img/icon_arrow_down_L.svg);
	width: 20px;
	height: 20px;
}

.anchorLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
}

.anchorLinkList__item {
	width: 288px;
}

/* ----------------------------
ポイント見出し
----------------------------- */
.articleBox .pointHeading {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #222;
	font-weight: 700;
	margin-bottom: 15px;
}

.pointHeading__label {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: baseline;
	gap: 5px;
	border-radius: 100px;
	background: #fff0f2;

	color: #8a3342;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.pointHeading__label span {
	font-size: 16px;
}

.pointHeading__text{
	font-size: 18px;
    line-height: 1.4;
}
/* ----------------------------
リスト
----------------------------- */
.gyakuFirstOl {
	list-style: decimal;
}

.gyakuFirstOl li::marker {
	color: #007fc3;
}

.gyakuFirstUl {
	list-style-type: disc;
	padding-left: 2em;
}

/* ----------------------------
例文リスト
----------------------------- */
.exampleList {
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #007fc3;
}
.exampleList__item {
	padding-bottom: 16px;
}
.exampleList__item + .exampleList__item {
	border-top: 1px dashed #ccc;
	padding-top: 16px;
}

.exampleList__item:last-child {
	padding-bottom: 0;
}

.example {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.example__label {
	display: flex;
	flex-shrink: 0;
	padding: 4px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: #008fd6;
	width: 43px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	box-sizing: border-box;
}

.example__text {
	display: block;
	color: #222;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 2px;
}
/* ----------------------------
Point
----------------------------- */
.pointArea {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pointTtlArea {
	display: flex;
	margin-bottom: 10px;
}

.pointTtlArea__point {
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 3px 12px 2px 12px;
	background: #007fc3;
	color: #fff;
	margin-right: 12px;
	border-radius: 2px;
}

.pointTtlArea__title {
	font-size: 1.6rem;
	font-weight: bold;
}

/* ----------------------------
テキストリンク
----------------------------- */
.linkArrowBefore--blue {
	padding: 7px 42px 7px 20px;
	border-radius: 100px;
	position: relative;
	background: #ECF7FD;
	display: inline-block;
}

.linkArrowBefore--blue::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-color: #007fc3;
	border-width: 0 2px 2px 0;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

/* ----------------------------
ブルーの囲みリスト
----------------------------- */
.blueBackArea {
	background: #F0F9FF;
	padding: 20px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}

/* ----------------------------
もくじにもどるアンカーリンク
----------------------------- */
.anchorLink_right {
	margin-left:auto;
	margin-right:0;
	text-align:right;
	font-size:12px;
}

/* ----------------------------
リードエリア アコーディオン
----------------------------- */
.accordionBox{
	height: 75px;
	position: relative;
	overflow: hidden;
	transition: height 0.5s;
}

.accordionBox.is-open{
	padding-bottom: 70px;
}
.accordionBox.is-open .accordionBox__controller{
	background: transparent;
}
.accordionBox.is-open .accordionBox__controller::before{
	content: "閉じる";
}

.accordionBox.is-open .accordionBox__controller::after{
	transform:  rotate(-135deg);
}

.accordionBox__controller{
	position: absolute;
	bottom: 0;
	appearance: none;
	border: none;
	width: 100%;
	cursor: pointer;
	height: 55px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%);
}

.accordionBox__controller::before{
	content: "すべて表示する";
	color: #007fc3;
    font-size: 12px;
	padding-right: 10px;
    margin-left: -15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

.accordionBox__controller::after{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #007fc3;
    border-bottom: 1px solid #007fc3;
    transform: rotate(45deg);
    transform-origin: bottom;
}

/* ----------------------------
下線
----------------------------- */
.txt--marker{
	background-color: unset;
	text-decoration: underline;
    text-decoration-color: #FFF100;
    text-decoration-thickness: 5px;
    text-underline-offset: -2px;
	text-decoration-skip-ink: none;
}



