@charset "utf-8";
/* -------------------------------
PROMO
------------------------------- */
#promo {
	background: url("/themes/dhc/images/bg_title01.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
#promo h1 {
	font-size: 28px;
	font-weight: bold;
	width: 1200px;
	padding: 0 20px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 810px){
	#promo {
		height: 120px;
	}
}

#promo .mov .inn iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height: 100%;
}

/* -------------------------------
CONTENTS
------------------------------- */
#contents section {
	width: 1200px;
	max-width: 100%;
	margin: 55px auto 70px;	
}
#contents section .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#contents section h2 {
    position: relative;
    margin: 50px 0 ;
    font-weight: 800;
    padding: 10px 0;
    font-size: 24px;
    border-bottom: 6px solid #ebebeb;
}
#contents section h2 span {
	font-size: 20px;
	color: #999;
	line-height: 1;
	font-weight: normal;
	margin-right: 15px;
}
#contents section h2:before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100px;
    height: 6px;
    background: #9F98C4;
}
#contents section h3 {
	font-size: 20px;
    border-left: 6px solid #9F98C4;
    padding: 3px 15px;
    align-self: flex-start;
    font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}
#contents section h4 {
	font-size: 18px;
	font-weight: bold;
	color: #9F98C4;
}
#contents section p.lead {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #999;
	border-bottom: 1px solid #ccc;
}
#contents section ol li + li {
	margin-top: 30px;	
}
#contents section ol > li {
	counter-increment:cnt;
}
#contents section ol li ul li {
	margin-top: 0;
}
#contents section ol li h3 {
	font-size: 20px;
    border-left: none;
    padding: 3px 15px 3px 50px;
    align-self: flex-start;
    font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	
}
#contents section ol li > .flex > h3 {
	flex: 1 0 100%;
}
#contents section ol li h3::before {
    content: counter(cnt);
    display: flex;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.2;
	background: #9F98C4;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#contents section .inn h2:first-child {
	margin-top: 0;
}
#contents section .inn > p {
	margin-top: 30px;
}
#contents section .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents section .center {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
#contents section .flex .txt {
	flex: 1;
}
#contents section .flex .txt  h3 {
	margin-top: 0;
}
#contents section .flex .txt small {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
#contents section .flex .pic:first-child {
	margin-right: 30px;
}
#contents section .flex .pic:last-child {
	margin-left: 30px;
}
#contents section .table table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
#contents section .table table tr {
	border-bottom: 1px solid #e0e0e0;
}
#contents section .table table tr:first-child {
	border-bottom: none;
}

#contents section .table table th {
	background: #E7EAF2;
	font-weight: bold;
	height: 4rem;
	vertical-align: middle;
	text-align: center;
}
#contents section .table table th:first-child() {
	border-left: none;
	width: 38%;
}
#contents section .table table th:nth-child(2) {
	width: 62%;
}
#contents section .table table td {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	padding: 0.5rem 1rem;
}
#contents section .table table td:first-child {
	text-align: center;
}

#contents section .table2 table {
	width: 100%;
    border-collapse: separate;
}
#contents section .table2 table caption {
	background: #E7EAF2;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}
#contents section .table2 {
	margin-top: 30px;
}
#contents section .table2 table tr {
}
#contents section .table2 table th,
#contents section .table2 table td {
	width: 25%;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	vertical-align: middle;
	text-align: center;
	padding: 0.5rem 1rem;
}
#contents section .table2 table tr th:first-child,
#contents section .table2 table tr td:first-child {
	border-left: 1px solid #e0e0e0;
}

#contents section .table3 {
	margin-top: 30px;
}
#contents section .table3 table {
	width: 100%;
}
#contents section .table3 table tr {
}
#contents section .table3 table th,
#contents section .table3 table td {
	width: 25%;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	vertical-align: middle;
	text-align: center;
	padding: 0.5rem 1rem;
}
#contents section .table3 table thead th {
	background: #E7EAF2;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
}
#contents section .table3 table thead td {
	border-left: none !important;
}
#contents section .table3 table tr th:first-child,
#contents section .table3 table tr td:first-child {
	border-left: 1px solid #e0e0e0;
}

#contents section .picCenter {
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 810px){
	#contents section h2 {
		margin-bottom: 30px;
	}
	#contents section .table {
		margin-top: 15px;
	}
	#contents section .table table th {
		font-size: 14px;
		font-weight: bold;
		height: 25px;
		border-left: 1px solid #fff;
		border-bottom: 5px solid #fff;
	}
	#contents section .table table th:first-child {
		border-left: none;
		width: 40%;
	}
	#contents section .table table th:nth-child(2) {
		width: 60%;
	}
	#contents section .table table td {
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
		padding: 2.5px 5px;
		font-size: 14px;
		vertical-align: middle;
	}
	#contents section .table table td:first-child {
		text-align: left;
	}
	#contents section .flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#contents section .flex .pic:first-child {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	#contents section .flex .pic:last-child {
		margin-left: 0px;
		margin-top: 30px;
	}
	#contents section ol li h3 {
		margin-bottom: 15px;
	}
	
}
/* -------------------------------
PRODUCTS
------------------------------- */
#products {
	width: 1200px;
	max-width: 100%;
	margin: 55px auto 70px;	
}
#products .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
/*
#products h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}*/

#products ul.topList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#products ul.topList li {
	width: calc( ( 100% / 3 ) - 30px )
}
#products ul.topList li a {
	transition: all 0.4s ease;
}
#products ul.topList li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#products ul.topList li a .pic {
	position: relative;
}
#products ul.topList li a .pic img {
	width: 100%;	
}
#products ul.topList li a .pic .icoArea {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-wrap: wrap;
}
#products ul.topList li a .pic .icoArea .ico {
	margin-left: 10px;
}
#products ul.topList li a .pic .icoArea .ico img {
	width: 36px;
}
#products ul.topList li a .txt {
	background: #E9E6F3;
	height: 75px;
	line-height: 75px;
	color: #A774B0;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}


/* -------------------------------
NEWS
------------------------------- */
#news {
	width: 1200px;
	max-width: 100%;
	margin: 55px auto 70px;	
}
#news .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#contents #news h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0 30px;
    padding: 0;
    border-bottom: none;
}
#contents #news h2:before {
	display: none;
}

#news ul {
	border-top: 2px solid #98A6B5;
}
#news ul li {
	padding: 15px;
	line-height: 1.5;
	transition: all 0.4s ease;
	border-bottom: 1px solid #CDD6DD;
}
#news ul li + li {

}
#news ul li.new a p::after {
	content: "NEW";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}
#news ul li a p span.new {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}

#news ul li > a,
#news ul li > span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#news ul li .ctg {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	width: 156px;
	padding: 5px 10px;
	margin-right: 20px;
	border-radius: 20px;
}
#news ul li .ctg.ctg1 {
	background: #1C4BB1;
}
#news ul li .ctg.ctg2 {
	background: #E17A00;
}
#news ul li .ctg.ctg10 {
	background: #A774B0;
}
#news ul li time {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
#news ul li .txt {
	color: #A774B0;
}
#news ul li:hover {
	background: #E9E6F3;
}
#news ul li a:hover {
	text-decoration: none;
}
#news .btn {
	align-self: stretch;
	text-align: center;
	margin-top: auto;
	margin-top: 5rem;
}
#news .btn a {
	display: inline-flex;
	width: 24rem;
	height: 5rem;
	color: #959595;
	font-size: 2rem;
	line-height: 4rem;
	background: #fff;
	border-radius: 1rem;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	border: 1px solid #959595;
}
#news .btn a:hover {
	background: #858585;
	color: #fff;
}
#news ul li a.ex p::before {
	content: "\f291";
	font: normal normal normal 1em/1 "Phosphor";
	font-size: 20px;
	vertical-align: sub;
    color: #9F98C4;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 810px){
	#news {
		margin-top: 30px;
	}
	#news .inn {
		display: block;
		padding: 30px 15px 0;
	}
	#news h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#news h2 span {
		font-size: 18px;
		margin-left: 15px;
	}
	#news ul {
		height: auto;
		overflow-y: auto;
		margin: 3rem 0 0;
		flex: auto;
	}
	#news ul li {
		border-bottom: 1px dashed #ccc;
		padding: 1rem;
	}
	#news ul li a,
	#news ul li span {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	#news ul li .ctg {
		width: auto;
		font-weight: bold;
		font-size: 1.4rem;
		padding: 0 0.5rem;
	}
	#news ul li time {
		width: auto;	
		font-size: 1.4rem;
		margin-left: 0.5rem;
	}
	#news ul li .txt {
		flex: auto;
		flex-basis: 100%;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}

/* -------------------------------
PRODUCTS DETAIL
------------------------------- */
#productsDetail .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#productsDetail .main .pic {
	width: 40%;
}
#productsDetail .main .pic img {
	width: 100%;
}
#productsDetail .main .txt {
	margin-left: 30px;
	flex: 1;
}
#productsDetail .main .txt .summary {
	font-size: 18px;
	margin-bottom: 30px
}
#contents #productsDetail h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0 30px;
    padding: 0;
    border-left: none;
}
#productsDetail .spec {
	margin-bottom: 50px;
}
#productsDetail .spec dl {
	display: flex;
	flex-wrap: wrap;
}
#productsDetail .spec dl dt {
	width: 20%;
	padding: 10px;
	text-align: center;
	background: #E7E6F0;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#productsDetail .spec dl dd {
	width: 30%;
	padding: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	display: flex;
	align-items: center;
}
#productsDetail a,
#productsDetail a:visited,
#productsDetail a:hover,
#productsDetail a:active {
	color: #A774B0;
}
@media screen and (max-width: 810px){
	#productsDetail .spec dl dt {
		width: 40%;
	}
	#productsDetail .spec dl dd {
		width: 60%;
	}
}
#productsDetail .download {
	margin-bottom: 50px;
}
#productsDetail .download .btns {
	display: flex;
	justify-content: center;
}
#productsDetail .download .btns li{
	display: flex;
	justify-content: center;	
}
#productsDetail .download .btns li a {
	background: #9F98C4;
	transition: all 0.4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 15px 50px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	min-width: 400px;
}
#productsDetail .download .btns li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#productsDetail .download .btns li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
	width: 30px;
	height: 35px;
	background: url("../images/ico_pdf01.png") no-repeat center center / contain;
}
#productsDetail .scene {
	margin-bottom: 50px;
}
#productsDetail .scene .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#productsDetail .scene .flex .pic {
	width: 35%;
}
#productsDetail .scene .flex .pic img {
	width: 100%;
}
#productsDetail .scene .flex .txt {
	margin-right: 30px;
	flex: 1;
}
#productsDetail .scene .flex .txt p {
	margin-bottom: 30px
}

#productsDetail .aiexam {
	margin-bottom: 50px;
}
#productsDetail .aiexam .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#productsDetail .aiexam .flex .pic {
	width: 25%;
}
#productsDetail .aiexam .flex .pic img {
	width: 100%;
}
#productsDetail .aiexam .flex .txt {
	margin-left: 30px;
	flex: 1;
}
#productsDetail .aiexam .flex .txt p {
	margin-bottom: 30px
}

#productsDetail .feature {
	margin-bottom: 50px;
}
#productsDetail .feature ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#productsDetail .feature ol li {
	width: 343px;
	height: 237px;
	padding:  155px 20px 15px 20px;
	margin: 15px;
}

#productsDetail .feature ol li:nth-child(1) { background: url("../images/bg_feature01.png") no-repeat center center / contain}
#productsDetail .feature ol li:nth-child(2) { background: url("../images/bg_feature02.png") no-repeat center center / contain}
#productsDetail .feature ol li:nth-child(3) { background: url("../images/bg_feature03.png") no-repeat center center / contain}
#productsDetail .feature ol li:nth-child(4) { background: url("../images/bg_feature04.png") no-repeat center center / contain}
#productsDetail .feature ol li:nth-child(5) { background: url("../images/bg_feature05.png") no-repeat center center / contain}

#productsDetail .worry {
	margin: 0 auto 50px;
	max-width: 900px;
	width: 100%;
}
#productsDetail .worry .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	align-items: center;
}
#productsDetail .worry .flex .pic {
	width: 25%;
}
#productsDetail .worry .flex .pic img {
	width: 100%;
}
#productsDetail .worry .flex .txt {
	margin-left: 30px;
	flex: 1;
}
#productsDetail .worry .flex .txt ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}
#productsDetail .worry .flex .txt ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 21px;
	background: url("../images/ico_check01.png") no-repeat center center / contain;
}

#productsDetail .solution {
	margin: 0 auto 50px;
	max-width: 900px;
	width: 100%;
}
#productsDetail .solution .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	align-items: center;
}

#productsDetail .solution .flex .pic {
	width: 25%;
}
#productsDetail .solution .flex .pic img {
	width: 100%;
}
#productsDetail .solution .flex .txt {
	margin-left: 30px;
	flex: 1;
}
#productsDetail .solution .flex .txt ul {
	list-style: disc;
}
#productsDetail .solution .flex .txt ul li {
	margin-bottom: 15px;
}
#productsDetail .preparation {
	margin: 0 auto 50px;
	max-width: 900px;
	width: 100%;
}
#productsDetail .preparation .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	align-items: center;
}

#productsDetail .preparation ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}
#productsDetail .preparation ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 21px;
	background: url("../images/ico_check01.png") no-repeat center center / contain;
}
#productsDetail .flow {
	margin: 0 auto 50px;
	max-width: 900px;
	width: 100%;
}
#productsDetail .flow ol li {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 15px 40px;
	background-color: #fde09a;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	width: 100%;
}
#productsDetail .flow ol li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 18%;
	border-style: solid;
	border-width: 15px 12.5px 0 12.5px;
	border-color: #fde09a transparent transparent;
	translate: -50% 100%;
}
#productsDetail .flow ol li:last-child::after {
	display: none;
}
#productsDetail .flow ol li span {
	font-size: 24px;
	font-weight: bold;
	margin-right: 30px;
	vertical-align: middle;
}
#productsDetail .fee {
	margin: 0 auto 50px;
	max-width: 900px;
	width: 100%;
}
#productsDetail .fee .table {
	background: #E7F0F9;
	padding: 30px;
}
#contents #productsDetail .fee .table table {
	background: #fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-spacing: 0;
}
#contents #productsDetail .fee .table table tr th {
	background: #fff;	
}
#contents #productsDetail .fee .table table tr th,
#contents #productsDetail .fee .table table tr td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 10px;
}
#contents #productsDetail .fee .table table tr td.highlight {
	background: #FDE09A;
	font-weight: bold;
	text-align: center;
}

#products ul.news {
	border-top: 2px solid #98A6B5;
}
#products ul.news li {
	padding: 15px;
	line-height: 1.5;
	transition: all 0.4s ease;
	border-bottom: 1px solid #CDD6DD;
}
#products ul.news li + li {

}
#products ul.news li.new a p::after {
	content: "NEW";
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}
#products ul.news li a p span.new {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #EC0003;
	text-align: center;
	margin-left: 1rem;
	font-size: 14px;
	vertical-align: middle;
	margin-top: -0.4rem;
	border-radius: 5px;
	padding: 2px 6px;
}

#products ul.news li > a,
#products ul.news li > span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#products ul.news li .ctg {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
	width: 156px;
	padding: 5px 10px;
	margin-right: 20px;
	border-radius: 20px;
}
#products ul.news li .ctg.ctg1 {
	background: #1C4BB1;
}
#products ul.news li .ctg.ctg2 {
	background: #E17A00;
}
#products ul.news li .ctg.ctg10 {
	background: #A774B0;
}
#products ul.news li time {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}
#products ul.news li .txt {
	margin-top: 0;
	color: #A774B0;
}
#products ul.news li:hover {
	background: #E9E6F3;
}
#products ul.news li a:hover {
	text-decoration: none;
}
#news .btn {
	align-self: stretch;
	text-align: center;
	margin-top: auto;
	margin-top: 5rem;
}
#news .btn a {
	display: inline-flex;
	width: 24rem;
	height: 5rem;
	color: #959595;
	font-size: 2rem;
	line-height: 4rem;
	background: #fff;
	border-radius: 1rem;
	text-decoration: none;
	text-align: center;
	transition: all 0.2s ease;
	align-items: center;
	justify-content: center;
	border: 1px solid #959595;
}
#news .btn a:hover {
	background: #858585;
	color: #fff;
}
#products ul.news li a.ex p::before {
	content: "\f291";
	font: normal normal normal 1em/1 "Phosphor";
	font-size: 20px;
	vertical-align: sub;
    color: #9F98C4;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 810px){
	#news {
		margin-top: 30px;
	}
	#news .inn {
		display: block;
		padding: 30px 15px 0;
	}
	#news h2 {
		display: flex;
		align-items: center;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#news h2 span {
		font-size: 18px;
		margin-left: 15px;
	}
	#products ul.news {
		height: auto;
		overflow-y: auto;
		margin: 3rem 0 0;
		flex: auto;
	}
	#products ul.news li {
		border-bottom: 1px dashed #ccc;
		padding: 1rem;
	}
	#products ul.news li a,
	#products ul.news li span {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	#products ul.news li .ctg {
		width: auto;
		font-weight: bold;
		font-size: 1.4rem;
		padding: 0 0.5rem;
	}
	#products ul.news li time {
		width: auto;	
		font-size: 1.4rem;
		margin-left: 0.5rem;
	}
	#products ul.news li .txt {
		flex: auto;
		flex-basis: 100%;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}


.tab-area{
    margin: 0 auto 50px;
    max-width: 900px;
    width: 100%;
}
.tab-btn{
	display:none;
}
.tab-list-wrap{
	display:flex;
	justify-content: space-around;
}
 
.tab-list{
	display:block;
	width: 300px;
	padding: 8px 0;
	text-align:center;
	border-radius: 4px;
	box-sizing:border-box; /*borderの値を横幅に含める*/
	cursor:pointer; /*オンマウス時にカーソルを指の形に*/
	color: #fff;
}
#tab-list1 {
	background: #304F93;
	border:2px solid #304F93;
}
#tab-list2 {
	background: #E17A02;
	border:2px solid #E17A02;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4{
	background:#ffffff; /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1{color:#304F93;}
#tab-btn2:checked ~ .tab-list-wrap #tab-list2{color:#E17A02;}
.tab-content{
display:none; /*初期状態を非表示に*/
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4{
display: block;/*対応するボタンにチェックが入ったときに表示*/
}
.tab-content-wrap {
	margin-top: 50px;
}
.tab-area .box {
	text-align: center;
	padding: 50px;
	background: #E7E6F0;
}