@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
            about_stud
==================================*/
.about_stud_page h2 {
	background-image:url(../img/about_stud_top.jpg);
}
#about_stud,
#type,
#features,
#inspection,
#license {
	margin:0 auto 50px;
}
.top_img img {
	width:100%;
	height:auto;
}
.about_stud_info .stud_copy {
	width:1100px;
	margin:30px auto;
    font-size: 18px;
    line-height: 2em;
    text-align: left;
}
.about_stud_copy img,
.about_copy {
	display:inline-block;
	vertical-align: top;	
}
.about_copy {
	width:60%;	
}
#main .about_copy p {
	width:100%;
	margin:0 auto;
}
.about_stud_copy img {
	width:35%;
	height:auto;
}
.about_stud_copy p {
	float:left;
	width:60%;
	margin: 0 0 0 25px;
	line-height:1.7em;
}
.about_stud_list {
	width:80%;
	margin:40px auto 50px;
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
    justify-content: space-around;
}
.about_stud_list li {
  	position: relative;
	width:18.5%;
	margin:0 6px;
	border:#114FA3  solid 2px;
	color:#114FA3 ;
	font-size:16px;
}
.about_stud_list li a {
	font-weight:bold;
}
.about_stud_list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right:0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #114FA3;
  border-left: 14px solid transparent;
}
.about_stud_list li a {
	display:block;
	padding:10px;	
	text-decoration:none;
	color:#114FA3 ;
}
.about_stud_list li a:hover {
	background-color:#114FA3;
	color:#fff;
	opacity:1;
}
.sub_box li img {
	display:inline-block;
	vertical-align:top;
}
.tokucho {
	display:inline-block;
	width:400px;
	margin:0 0 0 20px;
	font-size:16px;
	vertical-align:top;	
}
.tokucho.cd_stud,
.tokucho.short {
	display:block;
	width:auto;
}
#type h4,
#license h4 {
	margin:10px auto;
	padding:5px 0;
	background:#114FA3;
	color:#fff;
   	font-size: 20px;
	font-weight:bold;	
}
#type h5 {
	margin:20px auto;
	color:#000;
   	font-size: 18px;
	font-weight:bold;	
}
#type h6 {
	float:none;
	width:auto;
	margin:0 0 20px;
	padding:0 0 7px;
	border-bottom:#114FA3 dotted 1px;
	color:#114FA3;
   	font-size: 18px;
	font-weight:bold;	
}
#type li {
	margin:20px auto 50px;
}
#type li ul li {
	margin:10px auto;
	font-size:16px;
	text-align:left;
	list-style:none;
}
#type li ul li:before {
    content:""; 
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #114FA3;
    border-radius:  5px;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}
#type a {
	margin:10px;
	color:#114FA3;
   	font-size: 17px;
	font-weight:bold;
}
#type h4 {
    margin: 0 auto 20px;
	color:#000;
    font-size: 22px;
	background:none;
}
#type ul li h4 {
	color:#fff;
	background: #114FA3;	
}
#features table {
	width:900px;
	margin:0 auto;
  	border-collapse: inherit;
}
#features table th {
    background-color: #114FA3;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 120px;
    background-repeat: no-repeat;
    border: #FFFFFF solid 1px;
}
#features table td {
    background: #DFEAFA;
    font-size: 16px;
    padding: 20px;
    width: 776px;
    border: #FFFFFF solid 1px;
    text-align: left;
}
#license li {
	margin:10px 20px;
	font-size:16px;
	text-align:left;
}
#inspection ul li h4 {
	margin:10px auto;
	padding:5px 0;
	background:#114FA3;
	color:#fff;
   	font-size: 20px;
	font-weight:bold;	
}
#inspection h5 {
	font-size:20px;
	font-weight:bold;
}
#inspection li ul {
    margin: 20px;
}
#inspection li ul li {
    margin: 10px auto;
    text-align: left;
    list-style: none;
}
#inspection li ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #114FA3;
    border-radius: 5px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
#inspection li .hantei li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #666;
    border-radius: 5px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
#inspection ul li h4 {
	text-align:center;
}
#inspection dl {
	margin:20px;
}
#inspection dt {
    width: 20%;
}
#inspection dd {
    width: 75%;
}
#inspection dt, #inspection dd {
    display: inline-block;
    margin: 5px auto;
	text-align:left;
	font-size:16px;
}
#inspection p {
	width:auto;
}
#inspection ul {
	margin:20px;
}
#inspection ul li {
	margin:10px;
	font-size:16px;
	text-align:left;
}
#license p {
	width:auto;
	margin:20px;
}
.about_stud_info p.ark_tokucho_p {
	width:100%;
	margin : 20px 0px;
}