@charset "utf-8";

/* Top 1
-------------------------------------------------*/

.tBox1 {
	padding: 60px 0 80px;
}
.tBox1 img, .tBox4-bg img, .tBox5 img {
	width: 100%;
	max-width: 1000px;
}
.tBox1-items {
	display: flex;
	justify-content: space-between;
	padding-top: 55px;
}
.tBox1-items div{
	width: 300px;
}
.tBox1-items p img {
	max-width: 300px;
}
.tBox1-items div p {
	text-align: center;
	font-size: 14px;
	color: #333;
}
.tBox1-items div p span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
}
.tBox1-items div p+p {
	padding-top: 25px;
}

/* Top 2
-------------------------------------------------*/

.tBox2 {
	width: 100%;
	height: 520px;
	background-image: url(../img/top/top-2-bg.png);
	background-size: cover;
	padding-top: 175px;
}
.tBox2 p {
	text-align: center;
	font-weight: bold;
	color: #fff
}
.tBox2 p:nth-of-type(1) {
	font-family: 'MS Gothic';
	font-size: 34px;
	padding-bottom: 25px;
}
.tBox2 p:nth-of-type(2) {
	font-family: 'MS Gothic';
	font-size: 20px;
	padding-bottom: 30px;
}
.tBox2 p:nth-of-type(3) {
	font-size: 14px;
	font-weight: normal;
	line-height: 180%;
}
.tBox2 img {
	width: 100%;
	max-width: 437px;
}

/* Top 3
-------------------------------------------------*/

.tBox3 {
	padding: 85px 0 50px;
}
.tBox3 .btn-items {
	padding-top: 65px;
}
.btn-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn-items a {
	display: block;
	text-align: center;
	width: 415px;
	line-height: 56px;
	border: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}
.btn-items a:nth-of-type(odd) {
	margin-right: 40px;
}
.btn-items a:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}
.btn-items a:hover {
    background-color: #063190;
    border: 1px solid #063190;
    color: #fff;
}

/* Top 4
-------------------------------------------------*/

.tBox4 {
	padding-top: 50px;
}
.tBox4-bg {
	background-color: #EEE;
	padding: 80px 0 60px;
	margin-top: 35px;
}
.tBox4-bg >div {
	display: flex;
	justify-content: space-between;
}
.tBox4-col {
	width: 490px;
	background-color: #fff;
	position: relative;
}
.tBox4-col h3 {
	font-weight: bold;
	color: #333;
	position: absolute;
	top: -30px;
	left: 20px;
}
.tBox4-tab {
	padding: 20px;
}
.tBox4-tab td {
	font-size: 12px;
	padding: 10px 0;
	color: #333;
	line-height: 160%;
}
.tBox4-tab td:first-of-type {
	width: 15%;
}
.tBox4-tab td span {
	display: inline-block;
	padding-top: 25px;
}

/* Top 5
-------------------------------------------------*/

.tBox5 {
	padding-top: 85px;
}
.tBox5_a-table {
	padding-top: 40px;
}
.tBox5_a-table table {
	width: 100%;
	border-collapse: collapse;
}
.tBox5_a-table td {
	font-size: 14px;
	color: #333;
	padding: 19px 0 18px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: 'Meiryo';
	line-height: 200%;
}
.tBox5_a-table tr:nth-of-type(even) td {
	background-color: #F9F9F9
}
.tBox5_a-table td:first-of-type {
	width: 40%;
	text-align: center;
	text-indent: 140px;
	font-weight: bold;
	vertical-align: top;
	padding-left: 0;
}
.tBox5_a-table td span {
	display: inline-block;
	padding-bottom: 30px;
}

.tBox5_b {
	padding-top: 70px;
}
.tBox5_b-table {
	padding-top: 40px;
}
.tBox5_b-table table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}
.tBox5_b-table td {
	font-size: 14px;
	color: #333;
	padding: 19px 0 18px 20px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	font-family: 'Meiryo';
	line-height: 200%;
}
.tBox5_b-table td:first-of-type {
	width: 30%;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-left: 0;
}
.tBox5_b-table td .kenkou {
	display: flex;
	align-items: center;
}
.tBox5_b-table td .kenkou img {
	width: 104px;
	margin-right: 20px;
}
/* Top 5-2
-------------------------------------------------*/
.tBox5-2 {
	padding-top: 60px;
}
.tBox5-2txt {
	width: 100%;
	max-width: 480px;
	margin: 40px auto 0;
}
.tBox5-2txt h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.tBox5-2txt p {
	text-align: right;
	margin-top: 20px;
}
/* Top 6
-------------------------------------------------*/

.tBox6 {
	padding-top: 60px;
}
.tBox6_a {
	padding-top: 60px;
}
.tBox6_a p {
	text-align: center;
	font-size: 14px;
	color: #333;
	padding-bottom: 25px;
	font-family: 'Meiryo';
}
.tBox6_a p span {
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}
/* Top 7
-------------------------------------------------*/

.tBox7 {
	padding-top: 80px;
	padding-bottom: 75px;
	text-align: center;
}
.tBox7 img {
	width: 100%;
	max-width: 645px;
}
.tBox7-txt {
	padding-top: 50px;
}
.tBox7-txt p {
	text-align: center;
}
.txt1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 25px;
	font-family: 'MS Gothic';
}
.txt2 {
	color: #333;
	line-height: 180%;
}
.tBox7 .btn-items {
	padding-top: 40px;
}
/* .tBox7 a {
	display: inline-block;
	width: 415px;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border: 1px solid #333;
	text-align: center;
	margin-top: 40px;
}
.tBox7 a:hover {
	background-color: #063190;
	border: 1px solid #063190;
	color: #fff;
} */

.flex{
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.tBox7-txt.new {
	padding-top: 0;
}

.tBox7-txt.new .txt2 {
	text-align: left;
	padding-left: 50px;
}
@media(max-width: 767px){
	.tBox7-txt.new .txt2{
		text-align: center;
		padding-left: 0;
	}
	.tBox7-txt.new .top20{
		text-align: center;
	}
	}

/* Top 8
-------------------------------------------------*/

.tBox8 {
	padding-top: 80px;
	padding-bottom: 75px;
	text-align: center;
}
.tBox8 img {

}
.tBox8-txt {
	padding-top: 50px;
}
.tBox8-txt p {
	text-align: center;
}
.tBox8__img{
	width: 100%;
	display: block;
}
@media(max-width: 767px){
	.tBox8 .flex{
		flex-wrap: wrap;
		gap: 10px;
	}
	.tBox8__img{
		margin: auto;
		max-width: 320px;
	}
}
/**End Tbox8*/
.txt1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 25px;
	font-family: 'MS Gothic';
}
.txt2 {
	color: #333;
	line-height: 180%;
}
.tBox7 .btn-items {
	padding-top: 40px;
}


/* .tBox7 a {
	display: inline-block;
	width: 415px;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border: 1px solid #333;
	text-align: center;
	margin-top: 40px;
}
.tBox7 a:hover {
	background-color: #063190;
	border: 1px solid #063190;
	color: #fff;
} */
.tBox3-1{
	padding: 85px 0 0;
}

.tBox3-tab {
	max-width: 300px;
	margin: 0 auto;
}

.tBox3-tab dl {
	padding-left: 2rem;
	display: flex;
	font-weight: bold;
}

.tBox3-tab dl dd {
	padding-left: 2rem;
}

p.insta a img{
	margin-top: 2rem;
	width: 60px;
}

.iso img {
	width: 100px;
}

