@charset "UTF-8";

html,
body {
	height: 100%;
	min-height: inherit;
}

body {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	color: #333333;
	position: relative;
	-webkit-touch-callout: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

*:focus {
	outline: none;
}

p {
	margin: 0;
	line-break: strict;
	text-align: left;
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #043491;
	transition: all 0.3s ease;
}

img {
	vertical-align: bottom;
}

/* layout base */
.container {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	width: calc(1024px - 2em);
	margin: 0 auto;
	padding: 1em;
}

.main-title-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	font-family: sans-serif;
	font-weight: bold;
	color: #043491;
	border: 2px #043491;
	border-style: solid none;
	background: repeating-linear-gradient(45deg,
			#fff,
			#fff 3px,
			rgba(60, 179, 228, 0.1) 3px,
			rgba(60, 179, 228, 0.1) 6px);
}

.main-title {
	padding: 8px 10px;
	width: 100%;
}

.mark-area {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main-contents {}

section {
	padding: 1em 0;
}

.box-columns {
	display: flex;
	flex-direction: row;
}

.box-text-area {
	padding: 0 1em;
}

.box-exp-area {
	padding: 0 1em;
}

.img-area {
	margin: 1em 0;
}

.table-area {
	margin: 1em 0;
}

footer {
	margin-top: auto;
}

.btn-area-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/* button */
.btn-prev {}

.btn-prev {
	display: inline-block;
	position: relative;
	padding: 10px 20px 10px 47px;
	background: #ffa899;
	/* デフォルトの背景色 */
	border-radius: 10px;
	color: #fff;
	/* テキストの色 */
	transition: background-color 1s, box-shadow 1.5s;
}

.btn-prev::before {
	/* 矢印の表示設定 */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 23px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-135deg);
}

.btn-prev::after {
	/* 矢印の丸枠の表示設定 */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 13px;
	width: 23px;
	height: 23px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.btn-next {
	display: inline-block;
	position: relative;
	padding: 10px 47px 10px 20px;
	background: #ffa899;
	/* デフォルトの背景色 */
	border-radius: 10px;
	color: #fff;
	/* テキストの色 */
	transition: background-color 1s, box-shadow 1.5s;
}

.btn-next::before {
	/* 矢印の表示設定 */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 23px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.btn-next::after {
	/* 矢印の丸枠の表示設定 */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 13px;
	width: 23px;
	height: 23px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.btn-prev:hover,
.btn-next:hover {
	/* マウスオーバー時のスタイル */
	background-color: #ff6347;
	/* マウスオーバー時の背景色 */
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3)
		/* マウスオーバー時につける影 */
}

/* object base */
.main-title {
	font-size: 1.25em;
	font-weight: bold;
}

.title-type-a {
	font-size: 1em;
	background-color: #007DBE;
	color: #fff;
	padding: 0 1em;
	margin: 1em 0;
}

.title-type-b {
	font-size: 1em;
	background-color: #ddd;
	color: #043491;
	padding: 0 1em;
}

h3 {
	margin: 0;
}

h4:not(:first-child) {
	margin: 1.25em 0 .5em 0;
}

.title-type-c {
	font-size: 1em;
	color: #007DBE;
	position: relative;
	padding-left: 1.2em;
	border-bottom: 1px solid #007DBE;
}

.title-type-c::before {
	background: #007DBE;
	border-radius: 50%;
	content: '';
	left: 0;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
}

.title-type-c::after {
	border: solid 0.3em transparent;
	border-left: solid 0.4em #fff;
	content: '';
	height: 0;
	left: .35em;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	width: 0;
}

.title-type-d {
	font-size: 1em;
	color: #333;
	position: relative;
	margin-top: 2em !important;
	padding-left: 1em;
	border-bottom: 1px solid #ccc;
}

.title-type-d::before {
	border: solid 0.5em transparent;
	border-left: solid 0.6em #333;
	content: '';
	left: 0;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
}

.title-type-e {
	font-size: 1em;
	color: #007DBE;
	border-bottom: 1px solid #007DBE;
	position: relative;
}

/* text */
p.text-note {
	font-size: .8em;
	margin: .5em 0 0 .8em;
	text-indent: -0.8em;
}

.text-title {
	font-weight: bold;
	margin: 1em 0 .25em;
	white-space: nowrap;
}

.text-mark {
	margin-left: 3em;
	position: relative;
}

.text-emphasis {
	font-weight: bold;
}

.text-point {
	font-weight: bold;
	color: red;
}

.text-caution {
	margin-left: 1.75em;
}

.title-subject-e,
.title-subject-m,
.title-subject-l {
	margin: 1em 0 .5em;
	padding-bottom: .1em;
}

.title-subject-e .mark-e,
.title-subject-m .mark-m,
.title-subject-l .mark-l {
	margin: 0;
}

.title-subject-e {
	border-bottom: 1px dotted #e8380d;
}

.title-subject-m {
	border-bottom: 1px dotted #00afcc;
}

.title-subject-l {
	border-bottom: 1px dotted #654d9d;
}

/* link */
.text-link {
	border-bottom: 1px solid #043491;
	display: inline-block;
	margin: .5em 0 1em 0;
	color: #043491;
	font-weight: bold;
}

/* mark */
.mark-e,
.mark-m,
.mark-l,
.mark-r,
.mark-s,
.mark-recommendation {
	padding: .25em 1em;
	font-size: .8em;
	color: #fff;
	margin: 0 4px;
	width: max-content;
}

.mark-e {
	background-color: #e8380d;
}

.mark-m {
	background-color: #00afcc;
}

.mark-l {
	background-color: #654d9d;
}

.mark-r {
	background-color: #6fba2c;
}

.mark-s {
	background-color: #f6ac00;
}

.mark-recommendation {
	background-color: #e8380d;
}

.mark {
	margin-right: .5em;
	position: absolute;
	top: 0;
	left: -3em;
}

.mark-inline {
	font-size: .6em;
	color: #fff;
	background-color: #007DBE;
	position: absolute;
	padding: .25em;
	top: 45%;
	transform: translateY(-50%);
	margin-left: .5em;
}

.mark-inline-area {
	width: 1.2em;
	height: 1.2em;
	position: relative;
}

.img-mark {
	width: 2.5em;
}

/* images */
.img-base {
	width: 100%;
	margin: .75em 0 1.5em;
}

.img-large {
	width: 78%;
	margin: .75em 0 1.5em;
}

.img-middle {
	width: 50%;
	margin: .75em 0 1.5em;
}

.img-height-middle {
	max-width: 100%;
	height: 350px;
	margin: .75em 0 1.5em;
}

.img-narrow {
	width: 25%;
}

.img-cover {
	width: auto;
	height: 200px;
	margin: .5em 2em;
	border: 1px solid #ccc;
}

.img-caution {
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	top: 45%;
	left: -1.5em;
	transform: translateY(-50%);
}

.img-caption {
	white-space: nowrap;
}

.img-caption-book-title,
.img-caption-book-title-e,
.img-caption-book-title-m,
.img-caption-book-title-l,
.img-caption-month-title {
	/*	text-align: center;
	white-space: nowrap; */
	font-size: 1em;
}

.img-caption-book-title-e {
	font-weight: bold;
	color: #e8380d;
}

.img-caption-book-title-m {
	font-weight: bold;
	color: #00afcc;
}

.img-caption-book-title-l {
	font-weight: bold;
	color: #654d9d;
}

.img-exp {
	width: auto;
	height: 200px;
}

.img-device {
	width: auto;
	height: 80px;
	margin: 0 auto;
}

/* table */
.table-data {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

th.table-title-area {
	background-color: #007DBE;
	color: #fff;
	border: 1px solid #fff;
}

th,
td {
	min-width: 10em;
	text-align: center;
	padding: .25em 1em;
	border: 1px solid #ccc;
}

.table-title-area-col {
	width: 12em;
}

.table-bg-a {
	background-color: aliceblue;
}

.table-bg-b {
	background-color: beige;
}

.border-none {
	border: none;
}

.width-wide {
	width: 70%;
}

.width-middle {
	width: 50%;
}

.box-area {
	padding: 0.5em 1em;
}

/* 枠囲み typeA */
.frame-area-type-a {
	position: relative;
	margin: 2em 0 1.5em;
	padding: 0.5em 1em;
	border: solid 3px #007DBE;
	border-radius: 8px;
}

.frame-area-type-a .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #fff;
	color: #007DBE;
	font-weight: bold;
}

/* 枠囲み typeB */
.frame-area-type-b {
	margin: 1em 0;
	padding: 1em;
	background: #fff;
	border: 2px solid #007DBE;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.frame-area-type-b .box-title {
	font-size: 1em;
	/*	background: #007DBE;
	border: 2px solid #007DBE;
	padding: 4px;
	text-align: center;
	color: #fff;*/
	font-weight: bold;
	letter-spacing: 0.05em;
}

.frame-area-type-b p {
	padding: 15px 20px;
	margin: 0;
}

/* 枠囲み typeC */
.frame-area-type-c {
	margin: 1em 0;
	padding: 1em;
	background: #fff;
	border: 2px solid #f08cc8;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.frame-area-type-c p {
	padding: 0;
	margin: 0;
}

/* 枠囲み typeD */
.frame-area-type-d {
	margin: 1em 0;
	padding: 1em;
	background: #fff;
	border: 2px solid #043491;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.frame-area-type-d p {
	padding: 0;
	margin: 0;
}

.box-exp-area .frame-area-type-d {
	margin: 0;
}

.adjust-thin {
	width: 45%;
}

.adjust-wide {
	width: 55%;
}

.box-flex {
	display: flex;
	flex-direction: row;
}

.box-image-area {
	width: auto;
	min-width: 250px;
	text-align: center;
}

/* 枠囲み typeE */
.frame-area-type-e {
	margin: 1em 0;
	background: #fff;
	border: 2px solid #ff9132;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.frame-area-type-e .box-title {
	font-size: 1em;
	background: #ff9132;
	border: 2px solid #ff9132;
	padding: 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* 枠囲み typeF */
.frame-area-type-f {
	margin: 1em 0;
	background: #fff;
	border: 2px solid #043491;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.frame-area-type-f .box-title {
	font-size: 1em;
	background: #043491;
	border: 2px solid #043491;
	padding: 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* 枠囲み typeG */
.frame-area-type-g {
	margin: 1em 0;
	background-color: aliceblue;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	padding: 1em;
}

.frame-area-type-g .box-title {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.frame-area-type-g p {
	padding: 0;
	margin: 0;
}

.frame-area-type-g ul {
	margin: 0;
}

/* step */
/*
.step-wrap {
	counter-reset: count;
	margin: 2em 0;
	position: relative;
}

.step-content {
	padding: 1em 0 1.3em 2.5em;
	margin: 0;
	position: relative;
}

.step-content::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #acd171;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}

.step-content::after {
	content: "";
	display: block;
	height: calc(100% - 55px);
	border-left: solid 2px #ddd;
	position: absolute;
	top: 45px;
	left: 16px;
}

.step-label {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 0;
}

.step-label::after {
	counter-increment: count;
	content: counter(count);
	position: absolute;
	font-size: 24px;
	top: -5px;
	left: .4em;
}

.step-title {
	font-weight: bold;
	font-size: 120%;
	margin-left: 1.5em;
}

.step-body {
	margin-top: 1em;
	padding: 0 0 1em;
	border-bottom: dotted 2px #ddd;
}

.step-wrap > :last-of-type::after {
	display: none;
}

*/

.tel-number {
	font-size: 1.5em;
	font-weight: bold;
}

.frame-area-type-e .tel-number {
	color: #ff9132;
}

.frame-area-type-f .tel-number {
	color: #043491;
}

dl {
	padding: 0 1em;
}

dt {
	float: left;
}

.text-pos {
	min-height: 50px;
	display: flex;
	align-items: center;
}

dd {
	margin-left: 120px;
	min-height: 50px;
}

.text-baseline {
	padding: 0;
}

/* list */
ul {}

ol {
	counter-reset: num;
	list-style-type: none !important;
	padding: 0;
	margin: .5em 0;
}

ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	font-weight: bold;
}

ol li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #555;
	color: #FFF;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 10px;
}

ol li > div,
ol li > p {
	font-weight: normal;
}

.margin-top {
	margin-top: 1em !important;
}

.non-margin-bottom {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.container {
		width: auto;
	}

	.box-scroll {
		overflow-x: scroll;
		white-space: nowrap;
	}

	.img-base,
	.box-scroll .img-large {
		width: auto;
		max-width: 780px;
	}

	.adjust-thin,
	.adjust-wide {
		width: auto;
	}

	.box-exp-area .img-base {
		width: 100%;
	}

	.img-cover {
		max-width: 90%;
		max-height: 200px;
		margin: .5em auto;
	}

	.img-large {
		width: 100%;
	}

	.table-data {
		width: 780px;
	}

	.width-middle,
	.width-middle .table-data {
		width: 100%;
	}

	.table-bg-b p {
		white-space: initial;
	}

	/*
	dt {
		clear: left;
		float: left;
		width: 10%;
	}

	dd {
		margin-left: 11%;
	} */

	dt,
	dd {
		width: 100%;
		margin: 0;
	}

	.text-pos {
		min-height: auto;
	}
}


@media screen and (max-width: 520px) {

	body {
		font-size: inherit;
	}

	.main-title-area {
		flex-direction: column;
	}

	.main-title {
		line-height: initial;
	}

	.mark-area {
		margin-bottom: .5em;
	}

	.box-columns,
	.box-flex {
		flex-direction: column;
		margin: 1em 0;
	}

	.text-title,
	.img-caption-book-title,
	.img-caption-book-title-e,
	.img-caption-book-title-m,
	.img-caption-book-title-l,
	.img-caption-month-title,
	td p {
		text-align: left;
		white-space: initial;
	}

	.box-text-area {
		padding: 0;
	}

}

@media screen and (max-width: 52px) {
	.width-middle {
		width: inherit;
	}
}
