@charset "utf-8";
/* CSS Document */

section p {
    font-size: 115%;
    line-height: 2;
}
/* ==========================
mainvisual
============================= */
.mainvisual{
	background: url(../../img/mainvisual_bg.png) no-repeat;
	background-size: cover;
}
.mainvisual h1{
	color: #fff;
}
/* ==========================
ここから上は変更不可
============================= */
section a{
	text-decoration: none;
}
.side_box.single{
	max-width: 500px;
	margin: auto;
}
.side_box.single .side_top ul li{
	width: 100%;
	text-align: center;
	font-size:90%;
}
.side_box.single .detail_btn.long{
	font-size: 70%;
	color: #fff;
}

.top_img{
	margin: 30px 0;
}
.img_bottom{
	text-align: center;
	margin-bottom: 30px;
}
.green_box{
	background-color:#c0d3ce;
	padding: 30px;
	font-size: 115%;
	line-height: 1.6;
}
.side_box .side_top.center ul li{
	text-align: center;
}
.about_box{
	background:#000000 url(../img/item_img06.png) no-repeat left top;
	padding: 40px;
	overflow: hidden;
	position: relative;
	}
.about_box .text_box{
	width: 280px;
	float: right;
	color: #fff;
	font-size:115%;
	line-height: 2;
}
.about_box .text_box .text{
	margin-bottom: 30px;
}
.about_box .detail_btn{
	border: 1px solid #fff;
	position: static;
	background-color: transparent;
	max-width: 280px;
}
.about_box .detail_btn a{
	color: #fff;
}
section{
	margin-bottom: 50px;
}
.feature_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature_list li{
	margin-bottom: 30px;
	font-size:115%;
	text-align: center;
	margin: 10px;
}
.feature_list li img{
	margin-bottom: 20px;
}
.exam_box{
	border: 2px solid #054e3c;
	padding: 0px 40px 20px 40px;
	margin-bottom: 50px;
	text-align: center;
}
.exam_box .exam_title{
	background-color: #054e3c;
	border-radius: 30px;
	color: #fff;
	padding: 0 15px;
	font-size:158%;
	display: inline;
	position:relative;
	top: -15px;
	text-align: center;
}
.exam_box .exam_text{
	text-align: left;
	font-size:115%;
}

.indent-txt {
	text-indent: -1em;
	padding-left: 2em;
}

.center.img_bottom.flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.flex-box {
	display: flex;
	position: relative;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}

.kome {
	position: absolute;
	font-size: 90%;
	top:-10px;
	left: 5px;
}

.flex-box2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

.flex-box3 {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}

.right_text p {
	font-size: 120%;
	margin-bottom: 20px;
}

.right_text dl {
	display: flex;
	font-size: 120%;
	margin: 10px auto;
}

.right_text dt {
	min-width: 120px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

h4 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 50px;
	color: #054e3c;
}

.bikou {
	text-align: right;
	margin-top: -10px;
}

.bikou-box {
	padding: 0px 10px;
	margin-top: -30px;
}

.download_btn{
  padding: 15px 0 30px;
}

.btn_b{
  padding-bottom: 30px;
}

.table_outer {
    overflow: auto;
    padding-top: 2px;
}

table {
    width: 840px;
    table-layout: fixed;
    border-collapse: separate;
    border: 2px solid #666;
	margin: 30px auto 0;
}

table th.sdconhead01, table th {
    background-color: #dedede;
    font-weight: bold;
    color: #000;
    text-align: center;
}

table th, table td {
    border: 1px solid #cdcccb;
    border-collapse: separate;
    background-color: #fff;
}
table .g_color{
  color: #054e3c;
}

table.test {
	width: 365px;
}

.card-box{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.card{
  display: flex;
  width: calc(50% - 10px);
  flex-direction: column;
  align-items: center;
  padding: 35px;
  background-color: #f1f1f1;
  box-sizing: border-box;
  p{
    width: 100%;
    font-size: 172%;
    font-weight: bold;
    color: #054e3c;
  }
  @media screen and ( max-width: 767px ){
    padding: 20px 5%;
    width: 100%;
  }
}
.g_box{
  display: flex;
  flex-direction: column;
  gap:20px;
  padding: 35px;
  background-color: #f1f1f1;
  box-sizing: border-box;
  margin-bottom: 30px;
  * {
    box-sizing: border-box;
  }
  table{
    width: 100%;
    margin: 0;
  }
  @media screen and ( max-width: 767px ){
    padding: 20px 5%;
    width: 100%;
  }
}
.g_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:10px 20px;
  &.jcsb{
    justify-content: space-between;
  }
  &.mt_40{
    margin-top: 40px;
  }
}
@media screen and ( max-width: 1100px ){
.about_box {
	background-size: 60%;
}
.about_box .text_box {
	width: 100%;
	margin-top: 30%;
	}
}
@media screen and ( max-width: 1000px ){
.item_lead_text.ht100 {
	height: auto;
	}
.table_outer{
	overflow: auto;
	width: 100%;
	}
.table_outer::-webkit-scrollbar{height:10px;}
.table_outer::-webkit-scrollbar-track{background:#dddddd;}
.table_outer::-webkit-scrollbar-thumb{background:#a8a8a8;}
}

@media screen and ( max-width: 767px ){
iframe{
	width: 100%;
	height:auto;
}
.feature_list li{
	width: 40%;
	margin: 10px 5%;

	}
.feature_list li img{
	max-width: 100%;
	height: auto;
	}
.exam_box {
	padding: 0px 5% 20px 5%;
	}
.indent-txt {
	text-indent: 0;
	padding-left: 0;
}
	
.right_text dl {
	flex-wrap: wrap;
	}
	
.right_text dt {
	min-width: 100%;
}
	
.right_text dd {
	width: 100%;
}

.test01, .test02 {
	width: 90%;
	}
	.test01 {
		margin-bottom: 30px;
	}
	.pc_br {
		display: none;
	}
	.joken {
		margin-bottom: 15px;
	}
.bikou-box {
	padding: 0px 0px;
}
.img_bottom.bc_img{
  margin-bottom: 10px;
  max-width: calc(50% - 10px);
}
.img_bottom.bc_img.last{
  margin-bottom: 30px;
}
  
  
}
@media print {


}
