@charset "UTF-8";

/* common */
body {
	font-family: Noto Sans JP, Noto Sans JP Fallback;
    font-style: normal;
	font-size: 16px;
	color: #373737;
}
h1 {
	border-bottom: 3px solid #c3cde3;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(270deg, #149fbe 0%, #092e79 100%);
    -webkit-background-clip: text;
	width: fit-content;
	margin-inline: auto; 
	padding-bottom: 1rem;
	line-height: 1.4;
	margin-bottom: 2.5rem;
}
h2 {
	font-size: 2.4rem;
    font-weight: bold;
	margin: 6rem 0;
}
h3 {
	color: #347ab0;
	margin-top: 0;
	margin-bottom: 0;
}
p {
	padding: 0 0 0;
	margin: 0 0 0;
}
li {
	list-style: none;
}
a:hover, a:focus {
    color: none;
    text-decoration: none;
}
a:focus {
	outline: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.topics {
	padding-bottom: clamp(40px, 6vw, 120px);
	padding-top: clamp(40px, 6vw, 120px);
}
img {
	width: 100%;
}
.line {
	border-bottom: 1px solid #c3cde3;
}
@media only screen and (min-width: 769px) {
	.topics {
		max-width: 1024px;
		margin-inline: auto;
	}
	.forsp {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	html,
	body {
		overflow-x: hidden;
		overflow-y: scroll;
	}
	h1 {
        font-size: 24px;
    }
	h2 {
        font-size: 1.8rem;
		margin: 3rem 0;
    }
	.topics {
		margin: 2%;
	}
}
/* makeエリア checkエリア */
#make .flex,#check .flex {
	justify-content: space-between;
}
#make .txtArea,#check .txtArea {
	width: 52%;
}
#make figure,#check figure{
	width: 46%;
	margin: 0;
}
#make h3,#check h3 {
	font-size: 1.8rem;
	font-weight: bold;
    margin: 3rem 0 1rem;
}
#make .makeInner {
	margin: 8rem auto;
}
#make .makeInner h3,#check .review h3 {
	text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    #make .flex,#check .flex {
        flex-direction: column;
    }
	#make .txtArea,#check .txtArea {
		width: 100%;
	}
	#make figure,#check figure{
		width: 100%;
		margin: 0;
	}
	#make .makeInner {
    	margin: 4rem auto 2rem;
	}
	#make .makeInner h3, #check .review h3 {
    	font-size: 1.8rem;
		line-height: 1.5;
	}
}
/* checkエリアの表 */
.review {
	margin: 6rem auto;
}
.review-table {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	border-collapse: separate; 
	border-spacing: 0;
    box-shadow: 6px 6px 6px #f4f8fe;
	margin-inline: auto;
	}

.review-table th {
	background: #347ab0;
	color: #fff;
	padding: 12px 20px;
	font-weight: bold;
	text-align: center;
	}
/* ヘッダーの角丸 */
.review-table th:nth-child(1) {
	border-radius: 20px 0 0 0;
	border-right: 1px solid #fff;
	width: 35%;
	}
.review-table th:nth-child(2) {
	border-radius:0 20px 0 0;
	width: 65%;
	}

.review-table td {
	padding: 20px;
	line-height: 1.6;
	border: 1px solid #c3cde3;
	vertical-align: middle;
	}

.review-table td.viewpoint {
	color: #347ab0;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
	}
.review-table td.description {
	text-align: left;
	}

.review-table tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
	}
.review-table tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
	}
/* choiceエリア */
#choice {
	padding-bottom: 4rem;
}
#choice h3 {
	font-size: 2.2rem;
    font-weight: bold;
}
#choice p {
	margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
	#choice h3 {
	font-size: 1.8rem;
    margin-top: 2rem;
	}
	#choice p {
	margin: 1rem 0;
	}
}
/* securityエリア */
#security p:not(p.textArea,.textArea p) {
	color: #347ab0;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}
#security section {
	border-top: 1px solid #c3cde3;
}
#security section:first-of-type {
	margin-top: 3rem;
}
#security .flex {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem;
}
#security .flex figure {
	width: 12%;
}
#security .flex figure img {
	width: 100%;
}
#security .flex .textArea {
	width: 77%;
}
#security .flex:last-of-type .textArea {
    white-space: pre-wrap;
}
#security h3 {
	color: #373737;
    margin: 2.4rem auto;
    font-size: 2.6rem;
    padding-top: 2rem;
    font-weight: bold;
}
#security li {
	list-style-type: disc;
	list-style-position: inside;
}

@media only screen and (max-width: 768px) {
	#security .flex figure {
		width: 20%;
		margin: 0 auto 1rem;
	}
	#security .flex .textArea {
		width: 100%;
	}
	#security h3 {
    	font-size: 1.8rem;
	}
}

/* 親ページに戻る */
.headerBottom p.toTop {
	clear: both;
    text-align: right;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 12px;
}
.headerBottom p.toTop a {
	color: #347ab0;
}
.headerBottom p.toTop a:hover {
	opacity: 0.6;
}
.toTop_bottom {
	margin: 0 auto 12rem;
    text-align: center;
}
.toTop_bottom a {
	border: 2px solid #347ab0;
    border-radius: 50px;
    color: #347ab0;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 1.6rem 5rem 1.6rem 3rem;
	position: relative;
}
.toTop_bottom a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4.6%;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #347ab0;
	border-right: 2px solid #347ab0;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.toTop_bottom a:hover {
	color: #fff;
	background: #347ab0;
}
.toTop_bottom a:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
	.headerBottom p {
		padding-left: 2%;
	}
	.headerBottom p.toTop {
		padding: 0 4% 0 0;
	}
	.toTop_bottom {
        margin: 0 auto 8rem;
        width: 96%;
	}
	.toTop_bottom a {
		padding: 4% 8% 4% 4%;
		font-size: 18px;
	}
}