@charset "utf-8";
/* CSS Document */

/* Web font */
.font-udkakugo-lg400 { font-family: fot-udkakugo-large-pr6n, sans-serif; font-weight: 400; font-style: normal; }
.font-murecho400 { font-family: "murecho", sans-serif; font-weight: 400; font-style: normal; }
.font-murecho500 { font-family: "murecho", sans-serif; font-weight: 500; font-style: normal; }
.font-murecho700 { font-family: "murecho", sans-serif; font-weight: 700; font-style: normal; }
.font-murecho800 { font-family: "murecho", sans-serif; font-weight: 800; font-style: normal; }
.font-murecho900 { font-family: "murecho", sans-serif; font-weight: 900; font-style: normal; }

/* re-setting */
.list-link-a>li>a::before { border-color: #03589C; }

/* hello */
.helloBlock { position: relative; border-top: 16px solid #03589C; border-bottom: 16px solid #03589C; background: rgba(255,246,127,0.1);}
.helloBlock::before { content: ''; position: absolute; top: 8px; left: 0; width: 100%; height: 4px; background-color: #FFF67F; }
.helloBlock::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 4px; background-color: #FFF67F; }
.hello_header { max-width: 1280px; margin: 0 auto; padding: 50px 0; }

.hello__catch { text-align: center; color: #03589C; }
.catchtxt { position: relative; margin: 0 0 16px; font-size: 3.0rem; letter-spacing: .12em; }
.catchtxt span { position: relative; display: inline-block; padding: 0 16px; }
.catchtxt span::before, .catchtxt span::after { position: absolute; bottom: 3px; content: ""; display: block;   width: 4px; height: 100%; background-color: #03589C; transform-origin: bottom; }
.catchtxt span::before { left: 0; transform: rotate(-45deg); }
.catchtxt span::after {	right: 0; transform: rotate(45deg); }
.hello__title span {  margin-top: 0.5em; }
.hello__title .subtxt { display: inline-block; font-size: 2.6rem; letter-spacing: .12em; color: #ffffff; background: #03589C; border-radius: 20px; padding: 0 1em;}
.hello__title .maintxt { display: block; font-size: 4.0rem; }
.hello__title .underline {border-bottom: 8px dotted #df2f2f;}
@media only screen and (max-width: 768px) {
	.catchtxt  {font-size: 2.8rem;}
	.hello__title .subtxt { font-size: 2.4rem;}
	.hello__title .maintxt { font-size: 2.8rem; }
}
@media only screen and (max-width: 480px) {
	.catchtxt  {font-size: 2.0rem;}
	.hello__title .subtxt { font-size: 2.2rem;}
	.hello__title .maintxt { font-size: 2.4rem; }
}

/* advertisementBlock */
.advertisementBlock { background: url("images/bg-ptn01.png"); background-size: 17px 17px; background-repeat: repeat; background-position: center; position: relative; }
.advertisementBlock::after { content: ''; position: absolute; bottom: -12px; left: 0; right: 0; margin: auto; display: block; width: 100%; height: 12px; background-size: auto auto; background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(3,88,156, 1) 8px, rgba(33,88,156, 1) 16px ); }
.advertisement__Question__indextxt { text-align: center; }
.advertisement__Question__indextxt h2 { color: #03589C; margin-top: 1em; }
.advertisement__Question__indextxt h2 span { display: block; margin-top: .5em; }
.advertisement__Question__indextxt h2 .msg_example { font-size: 3rem; }
.advertisement__Question__indextxt h2 .commentary{ font-size: 2.4rem; }
.advertisement__Question__cnttxt { margin: 32px auto 40px; display: flex; justify-content: space-between; flex-direction: row-reverse; width: 90%; }
.advertisement__Answer__cnttxt { width: 90%; margin: 64px auto 40px; padding: 24px; background: #ffffff; border: 6px solid #03589C; border-radius: 16px; display: grid; grid-template-columns: 3fr 1fr; gap: 32px; align-items: center; }
.advertisement__Question__cnttxt > div,.advertisement__Answer__cnttxt >div { text-align: left;}
.advertisement__Question__cnttxt >.cnt,.advertisement__Answer__cnttxt >.cnt { font-size: 1.8rem; }
.advertisement__Question__cnttxt >.cnt { width: 70%; }
.advertisement__Question__cnttxt >.img { width: 30%; padding: 8px 16px; }
.advertisement__Answer__cnttxt >.cnt .tit { font-size: 2.4rem; color: #03589C; }
.fukidashi-01-01 { position: relative; width: fit-content; padding: 32px 32px; 16px }
.fukidashi-01-01::before { content: ""; position: absolute; bottom: -6px; left: 50%; width: 100%; height: 100%; box-sizing: border-box; border: 3px solid #03589C; border-radius: 32px; /*border-top: none; border-bottom-right-radius: 32px; border-bottom-left-radius: 32px;*/ translate: -50%; }
.fukidashi-01-01::after { content: ""; position: absolute; top: calc(100% + 4px); left: 50%; width: 30px; height: 3px; box-sizing: border-box; background-color: #03589C; box-shadow: 0 3px 0 #ffffff, 0 -3px 0 #ffffff; rotate: -50deg; translate: -50%; }
@media only screen and (max-width: 768px) {
	.advertisement__Question__indextxt h2 .msg_example { font-size: 2.4rem; }
	.advertisement__Question__indextxt h2 .commentary{ font-size: 2.2rem; }
	.advertisement__Question__cnttxt,.advertisement__Answer__cnttxt { display: block; width: 100%;}
	.advertisement__Question__cnttxt >.img,.advertisement__Answer__cnttxt >.img { width: 100%; margin-top: 32px; text-align: center; }
	.advertisement__Question__cnttxt >.img img,.advertisement__Answer__cnttxt >.img img { height: 200px; }
	.advertisement__Question__cnttxt >.cnt,.advertisement__Answer__cnttxt >.cnt { width: 100%; font-size: 1.6rem; }
	.fukidashi-01-01 { padding: 24px 16px 16px ;}
	.advertisement__Answer__cnttxt { padding: 16px; }
	.advertisement__Answer__cnttxt >.cnt .tit { font-size: 2.2rem; }
}

/* fakealert */
.fakealert { width: 90%; margin: 32px auto 40px; padding: 24px; border-radius: 16px; text-align: left; background: #F8FAFD; }
.fakealert .fakealertinner { display: grid; grid-template-columns: 3fr 1fr; gap: 32px; align-items: center; }
.fakealert .fakealertinner .tit { font-size: 2.4rem; color: #03589C; }
.fakealert .fakealertinner .tit > .emphasis { font-size: 3.0rem; color: #df2f2f; }
@media only screen and (max-width: 768px) {
	.fakealert { width: 100%; padding: 16px; }
	.fakealert .fakealertinner { display: block;}
	.fakealert .fakealertinner .tit { font-size: 2.2rem; }
	.fakealert .fakealertinner .tit > .emphasis { font-size: 2.8rem; }
	.fakealert .fakealertinner > .cnt { width: 100%; }
	.fakealert .fakealertinner > .img { display: none; }
}

/* RecommendedBlock */
.RecommendedBlock { position: relative; background: rgba(3,88,156,0.1); }
.RecommendedBlock::after { content: ''; position: absolute; bottom: -12px; left: 0; right: 0; margin: auto; display: block; width: 100%; height: 12px; background-size: auto auto; background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(3,88,156, 1) 8px, rgba(33,88,156, 1) 16px ); }
.RecommendedBlock .RecommendedItem { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: max-content 1fr; gap: 32px; }
.RecommendedBlock .RecommendedItem [class^="Recommended--item--"] { background: #ffffff; padding: 32px; border-radius: 16px;}
.RecommendedBlock .RecommendedItem .Recommended--item--01 { grid-row: 1 / 2; grid-column: 1 / 3;}
.RecommendedBlock .RecommendedItem h2 { color: #03589C; font-size: 1.8rem; }
span.readTxt { background: url(images/spanBg.png) repeat-x bottom center; color: #e20707; font-weight: 700; font-size: 1.8rem; }
.RecommendedBlock .RecommendedItem .point { padding: 16px; background: rgba(255,246,127,0.2); border-radius: 16px; }
@media only screen and (max-width: 768px) {
	.RecommendedBlock .RecommendedItem { display: block; }
	.RecommendedBlock .RecommendedItem [class^="Recommended--item--"] { padding: 16px; }
	.RecommendedBlock .RecommendedItem [class^="Recommended--item--"]:not(:first-child) { margin-top: 16px; }
}
