/*-------------------サブ共通-------*/
#main.sub {
    background-color: #ecf3ff;
}

#main.sub.blue_back {
    position: relative;
    z-index: 0;
}

#main.sub.blue_back::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#2557a9), to(#083562));
    background: linear-gradient(#2557a9, #083562);
    background: -webkit-linear-gradient(#2557a9, #083562);
    width: 100%;
    height: 50%;
    margin: auto 0 0 0;
    bottom: 0;
    left: 0;
}

.sub_top {
    width: calc(100% - 256px);
    margin: 0 auto 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub_top h1 {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    font-weight: lighter;
}

.sub_top h1 span {
    display: block;
    font-size: 1rem;
}

.sub_section {
    width: 100%;
    overflow: hidden;
    padding: 5rem 0;
}

.sub_box {
    width: 1200px;
    margin: 0 auto;
    max-width: 95%;
}

.white_back {
    width: calc(100% - 256px);
    margin: 0 auto 0 0;
    background-color: #fff;
}

/*-------------------品質方針-------*/
#qu01 {
    background-image: url('./library/images/qu_top.jpg');
}

.qu02_box {}

.qu02_box .before_text {
    text-align: center;
    width: 900px;
    max-width: 95%;
    margin: 0 auto;
}

.qu02_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 10rem 0;
}

.qu02_box ul li {
    width: 50%;
    margin: auto 0;
}

.qu02_box ul li:nth-of-type(2) {
    padding: 0 5%;
}

.qu02_box ul li h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.qu02_box ul li h2 span {
    font-size: 3rem;
    font-family: 'Share', cursive;
    padding-right: 1.5rem;
    margin-right: 0.5rem;
    position: relative;
    color: #2f5591;
    font-weight: normal;
}
.qu02_box ul li h2 span::before {
    content: "";
    position: absolute;
    background-color: #2f5591;
    width: 1.5rem;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

.qu02_box ul li h2 span::after {
    content: "";
    position: absolute;
    background-color: #fff;
    border: 1px solid #2f5591;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 1.3rem;
    margin: auto 0;
    transition: all ease 0.5s 1s;
    -webkit-transition: all ease 0.5s 1s;
    -moz-transition: all ease 0.5s 1s;
}

.qu02_box ul.on li h2 span::after {
    right: 0;
}

.qu02_box ul li p {
    margin-top: 1rem;
}

.qu02_box p.after_text {
    text-align: right;
}

#main.qu .white_back {
    padding-bottom: 5rem;
}

/*-------------------企業情報-------*/
#ba01 {
    background-image: url('./library/images/ba_top.jpg');
}

.ba02_box {}

.ba02_box ul:nth-of-type(1) {
    margin: 0rem 0 3rem;
    padding: 0rem 0 5rem;
}

.ba02_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 3rem 0;
    padding: 5rem 0;
}

.ba02_box ul li {}

.ba02_box ul li:nth-of-type(1) {
    width: 40%;
    position: relative;
    padding-left: 3rem;
}

.ba02_box ul li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 50px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    height: 4.5rem;
    left: 1.5rem;
    top: 1rem;
}

.ba02_box ul li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    background-color: #c9c9c9;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    left: calc(1.5rem + 50px);
    top: calc(1rem - 2px);
}

.ba02_box ul li:nth-of-type(1) p {
    font-family: 'Share', cursive;
    color: #c9c9c9;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    font-size: 1.6rem;
    letter-spacing: 3px;
    left: 0;
    top: 22rem;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    width: 250px;
    text-align: right;
}

.ba02_box ul li:nth-of-type(1) div {
    padding-top: 3rem;
}

.ba02_box ul li:nth-of-type(1) div iframe {
    width: 100%;
}

.ba02_box ul li:nth-of-type(2) {
    width: 60%;
    padding-left: 3rem;
}

.ba02_box ul li:nth-of-type(2) h2 {
    font-size: 1.3rem;
}

.ba02_box ul li:nth-of-type(2) p {
    margin: 2rem 0;
}

.ba02_box ul li:nth-of-type(2) p span.pc {
    display: inline-block;
}

.ba02_box ul li:nth-of-type(2) dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0.5rem;
}

.ba02_box ul li:nth-of-type(2) dt {
    width: 40%;
    padding-right: 3rem;
    position: relative;
}

.ba02_box ul li:nth-of-type(2) dt::before {
    content: "";
    position: absolute;
    background-color: #ff9000;
    width: 1.5rem;
    height: 1px;
    right: 1.5rem;
    top: 0.9rem;
}

.ba02_box ul li:nth-of-type(2) dt::after {
    content: "";
    position: absolute;
    background-color: #fff;
    border: 1px solid #ff9000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    right: calc(1.5rem + 1.5rem);
    top: 0.7rem;
    transition: all ease 0.5s 0.7s;
    -webkit-transition: all ease 0.5s 0.7s;
    -moz-transition: all ease 0.5s 0.7s;
}

.ba02_box ul.on li:nth-of-type(2) dt::after {
    right: calc(1.5rem - 5px);
}

.ba02_box ul li:nth-of-type(2) dd {
    width: 60%;
}

/*-------------------試験所認定-------*/
#ce01 {
    background-image: url('./library/images/ce_top.jpg');
}

#ce02 {
    padding: 3rem 0;
}

#ce02 h1 {
    padding: 3rem 0;
    text-align: center;
    font-size: 2rem;
    margin: 0 0 3rem;
}

#ce02 h1 span {
    position: relative;
}

#ce02 h1 span::before,
#ce02 h1 span::after {
    content: "";
    position: absolute;
    background-color: #c9c9c9;
    height: 1px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ce02 h1 span::before {
    bottom: -1rem;
}

#ce02 h1 span::after {
    top: -1rem;
}

#ce02 h1 span strong::before,
#ce02 h1 span a::before,
#ce02 h1 span strong::after,
#ce02 h1 span a::after {
    content: "";
    position: absolute;
    background-color: #c9c9c9;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}

#ce02 h1 span strong::before,
#ce02 h1 span a::before {
    top: calc(-1rem - 2px);
}

#ce02 h1 span strong::after,
#ce02 h1 span a::after {
    bottom: calc(-1rem - 2px);
}

#ce02 h1 span strong::before,
#ce02 h1 span strong::after {
    left: 10%;
}

#ce02 h1 span a::before,
#ce02 h1 span a::after {
    right: 10%;
}

#ce02 h1 span::before {
    bottom: -1rem;
}

#ce02 h1 span::after {
    top: -1rem;
}

#ce02 .blue_back {
    background: #113f8b;
}

.sub_inbox {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
}

.ce02_box .sub_inbox {
    color: #fff;
}

#ce02 .sub_box h3 {
    font-size: 1.7rem;
    padding: 2rem 0;
    position: relative;
}

#ce02 .sub_box h3::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 6.5rem;
    left: -2.45rem;
    top: 3.3rem;
}

#ce02 .ce02_box.sub_box h3::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

#ce02 .ce03_box.sub_box h3::before {
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
}

#ce02 .sub_box h3::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 5px;
    height: 5px;
    left: calc(-2.45rem + 25px);
    top: calc(3.3rem - 2px);
}

#ce02 .ce03_box i {
    font-style: italic;
}

#ce02 .ce02_box.sub_box h3::after {
    background-color: #fff;
}

#ce02 .ce03_box.sub_box h3::after {
    background-color: #c9c9c9;
}

#ce02 .sub_box h3 span {
    font-family: 'Share', cursive;
    font-weight: normal;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: top left;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    left: -1rem;
    top: 20rem;
    width: 200px;
    text-align: right;
    letter-spacing: 3px;
    font-size: 1.5rem;
}

#ce02 .ce02_box.sub_box h3 span {
    color: #46daff;
}

#ce02 .ce03_box.sub_box h3 span {
    color: #c9c9c9;
}

#ce02 .sub_box h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

#ce02 .sub_box h4 span {
    font-size: 1.6rem;
    font-family: 'Share', cursive;
    font-size: 2rem;
    padding-right: 3rem;
    vertical-align: middle;
    position: relative;
}

#ce02 .sub_box h4 span::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1px;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#ce02 .sub_box h4 span::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#ce02 .sub_box.ce02_box h4 span::before,
#ce02 .sub_box.ce02_box h4 span::after {
    background-color: #fff;
}

#ce02 .sub_box.ce03_box h4 span::before,
#ce02 .sub_box.ce03_box h4 span::after {
    background-color: #c9c9c9;
}

#ce02 .ce02_box.sub_box h4 span {
    color: #46daff;
}

#ce02 .ce03_box.sub_box h4 span {
    color: #c9c9c9;
}

#ce02 .sub_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 3rem;
    padding-bottom: 3rem;
}

#ce02 .sub_box dl h5 {
    font-size: 1.3rem;
    font-weight: normal;
    padding-bottom: 0.5rem;
}

#ce02 .sub_box dl h5 span {
    background-color: #113f8b;
    padding-right: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

#ce02 .ce03_box.sub_box dl h5 span {
    background-color: #fff;
}

#ce02 .sub_box dl h5 span::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    height: 5px;
    width: 5px;
    top: 9px;
    right: 0;
}

#ce02 .sub_box dl h5 span::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    height: 5px;
    width: 5px;
    bottom: 0;
    left: -2px;
}

#ce02 .ce03_box.sub_box dl h5 span::before {
    background-color: #c9c9c9;
}

#ce02 .ce03_box.sub_box dl h5 span::after {
    background-color: #c9c9c9;
}

#ce02 .sub_box dl p {
    padding: 0.25rem 1rem;
}

#ce02 .sub_box dl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#ce02 .sub_box dl ul li {
    width: 50%;
    padding: 0.25rem 1rem;
}

#ce02 .sub_box dl dt {
    width: 45%;
    margin: 0 auto;
}

#ce02 .sub_box dl dd {
    width: 45%;
    margin: 0 auto auto auto;
}

#ce02 .sub_box dl dt,
#ce02 .sub_box dl dd {
    position: relative;
    z-index: 0;
    padding-bottom: 1rem;
}

#ce02 .sub_box dl dt::before,
#ce02 .sub_box dl dd::before {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid #fff;
    width: 100%;
    height: calc(100% - 1rem);
    left: 0;
    bottom: 0;
}

#ce02 .ce03_box.sub_box dl dt::before,
#ce02 .sub_box dl dd::before {
    border: 1px solid #c9c9c9;
}

/*-------------------試験所認定-------*/
#ce01 {
    background-image: url('./library/images/ce_top.jpg');
}

#ce002 {
    padding: 3rem 0;
}

#ce002 h1 {
    padding: 3rem 0;
    text-align: center;
    font-size: 2rem;
    margin: 0 0 3rem;
}

#ce002 h1 span {
    position: relative;
}

#ce002 h1 span::before,
#ce002 h1 span::after {
    content: "";
    position: absolute;
    background-color: #c9c9c9;
    height: 1px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#ce002 h1 span::before {
    bottom: -1rem;
}

#ce002 h1 span::after {
    top: -1rem;
}

#ce002 h1 span strong::before,
#ce002 h1 span a::before,
#ce002 h1 span strong::after,
#ce002 h1 span a::after {
    content: "";
    position: absolute;
    background-color: #c9c9c9;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}

#ce002 h1 span strong::before,
#ce002 h1 span a::before {
    top: calc(-1rem - 2px);
}

#ce002 h1 span strong::after,
#ce002 h1 span a::after {
    bottom: calc(-1rem - 2px);
}

#ce002 h1 span strong::before,
#ce002 h1 span strong::after {
    left: 10%;
}

#ce002 h1 span a::before,
#ce002 h1 span a::after {
    right: 10%;
}

#ce002 h1 span::before {
    bottom: -1rem;
}

#ce002 h1 span::after {
    top: -1rem;
}

.ce001 {
    margin: 0 auto 5rem;
    position: relative;
}

.ce001::before,
.ce001::after {
    content: '';
    display: block;
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 4rem;
    background: center/contain no-repeat #fff;
    z-index: 0;
	/*display: none;*/
}
.test .ce001::before,
.test .ce001::after {
	display: none;
}

.ce001::before {
    background-image: url(./library/images/logo_ilac_mra_001.png);
    right: 8rem;
}

.ce001::after {
    background-image: url(./library/images/logo_jab_testing_001.png);
    right: 0;
}

.ce002::after {
    background-image: url(./library/images/logo_jab_calibration_001.png);
}

@media screen and (max-width: 740px) {
    .ce001 > h2 + .ce001_in {
        margin-top: 11rem;
    }
	.test .ce001 > h2 + .ce001_in {
        margin-top: 1rem;
		margin-right: 1rem;
    }

    .ce001::before {
        top: 4rem;
        left: 2rem;
    }

    .ce001::after {
        top: 4rem;
        left: 11rem;
    }
}

.ce001 h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#2557a9), to(#083562));
    background: linear-gradient(#2557a9, #083562);
    background: -webkit-linear-gradient(#2557a9, #083562);
    padding-left: 2rem;
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
}

.ce001_in {
    margin: 2rem 0 3rem 2rem;
    position: relative;
    z-index: 1;
}

.ce001_in:not(:first-of-type) {
    margin: 5rem 0 3rem 2rem;
}

.ce001 h3 {
    font-weight: bold;
    font-size: 1.3rem;
}

.ce001 h4 {
    margin: 1rem 0 0.5rem;
    font-size: 1.1rem;
}

.ce001 p {
    margin: 0 0 2rem;
}
.tbl{
	width: 100%;
	overflow-x: auto;
}
.tbl table{
	width: max(100%,800px);
	border-collapse: collapse;
	white-space: nowrap;
}
.tbl table th,
.tbl table td{
	border: 2px solid #fff;
	text-align: center;
	padding: 0.5em;
	font-weight: 400;
	background-color: #f9f9f9;
	line-height: 1.25;
}
.tbl table th{
	background-color: #f1f1f1;
	font-weight: bold;
}
.tbl table tbody td:nth-of-type(1){
	text-align: justify;
}
.ce001 .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 30px;
	align-items: center;
}
.ce001 .flex .img{
	width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ce001 .flex .img img{
	height: 128px;
	width: auto;
}

/*-------------------募集要項-------*/
#re01 {
    background-image: url('./library/images/re_top.jpg');
}

.rec-box {
    padding: 7em 0;
}

#re02.story {
    padding-top: 0;
}

#re02.story .cp_actab-content dt {
    background: none;
    color: #245fc3;
    font-weight: bolder;
    position: relative;
    z-index: 0;
    width: 150px;
    margin-right: 25px;
}

#re02.story .cp_actab-content dt::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #245fc3;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    background-color: #fff;
}

#re02.story .cp_actab-content dt::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2px;
    height: 150%;
    top: 50%;
    right: 1px;
    margin: auto;
    background-color: #245fc3;
}

#re02.story .cp_actab-content dd {
    background: none;
    color: #245fc3;
}

/* accordion */
#re02 .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}

#re02 .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#re02 .cp_actab label {
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 10px 0;
    background: #1c3a6d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /*(アコーディオン表示の時、ここのタグ削除)*/
    cursor: default;
}
/* (アコーディオン表示の時、ここのタグ開放)
#re02 .cp_actab label:hover{
    background:#285199;
}
*/
#re02 .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    margin: 1em 1em 2.5rem 1em;

    /*詳細開いたまま(開閉式にしたい時は消す)*/
    display: block;
    max-height: 200em;
    /*------*/
}

#re02 .cp_actab .cp_actab-content p {
    margin: 1em;
}

/* :checked (アコーディオン表示の時、ここのタグ開放)
#re02 .cp_actab input:checked ~ .cp_actab-content {
    max-height:200em;
    display:block;
}
*/

/* Icon (アコーディオン表示の時、ここのタグ開放)
#re02 .cp_actab label::after {
    line-height:3;
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:3em;
    height:3em;
    -webkit-transition:all 0.35s;
    transition:all 0.35s;
    text-align:center;
}
#re02 .cp_actab input[type=checkbox] + label::after {
    content:'+';
}
#re02 .cp_actab input[type=checkbox]:checked + label::after {
    transform:rotate(315deg);
}
*/
#re02 .cp_actab-content dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: flex-wrap;
    flex-flow: flex-wrap;
}

#re02 .cp_actab-content dt {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    max-width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 2px;
    padding: 0.7em;
    font-weight: 500;
}

#re02 .cp_actab-content dd {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 200px);
    background-color: #f9f9f9;
    margin: 0 0 2px 2px;
    padding: 0.7em;
    font-size: 1rem;
}

#re02 .cp_actab-content a {
    color: #1c3a6d;
    display: inline-block;
    padding: 0.5em 0 0.5em 1rem;

}

/*------------------------------------------------宇宙関連試験
*/

/*見出し共通*/
#sp-sec02 h1{
	padding: 3rem 0;
	text-align: center;
	font-size: 2rem;
	margin: 0 0 3rem;
	color:#333;	
}
#sp-sec04 h1{
	padding: 0 0 3rem;
	text-align: center;
	font-size: 2rem;
	margin: 0 0 3rem;
	color:#333;	
}
#sp-sec02 h1 .set01,#sp-sec04 h1 .set01{
	position:relative;	
}
#sp-sec02 h1 .set01:before,
#sp-sec04 h1 .set01:before{
	content: "";
	display: block;
	position: absolute;
	background-color: #065ea8;
	width: 60%;
	height: 1px;
	bottom: 0;
	left: 20%;	
}
#sp-sec02 h1 .set02:before,
#sp-sec04 h1 .set02:before{
    position: absolute;
    content: "";
    bottom: -2px;
    width: 5px;
    height: 5px;
    left: 18%;
    background-color: #065ea8;
    border-radius: 50%;	
}
#sp-sec02 h1 .set02:after,
#sp-sec04 h1 .set02:after{
	position: absolute;
	content: "";
	bottom: -2px;
	width: 5px;
	height: 5px;
	right: 18%;
	background-color: #065ea8;
	border-radius: 50%;	
}
/*--ココマデ--*/

#sp-sec01 {
    background-image: url('./library/images/sp_top.jpg');
}

#sp-sec02, #sp-sec04{
	padding:3rem 0;	
}

#sp-sec02 .sp02_box{
	background-image: url('./library/images/sp-sec02_img01.jpg');
	background-size:cover;
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:7% 5%;
}

#sp-sec02 .sp02_txtbox{
	width:900px;
	max-width:100%;
	padding:2rem;
	background-color:rgba(255,255,255,0.8);
	letter-spacing:1px;
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.3);
	margin:0 auto;
}
#sp-sec02 .sp02_txtbox span{

}

#sp-sec02 .sp02_txtbox p:first-of-type{
	margin-bottom:20px;	
}

#sp-sec03{
    width:1000px;
	max-width:95%;
	margin:0 auto;	
}
#sp-sec03 .sp03_boxtit,
#sp-sec05 .sp05_boxtit{
	border: 1px solid #2c6bb8;
	border-right: none;
	width: 50%;
	margin-bottom: 2rem;
	position: relative;
	letter-spacing: .3rem;		
}
#sp-sec03 .sp03_boxtit:before,
#sp-sec05 .sp05_boxtit:before{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,1);
	width: calc(100% - 1.125rem);
	margin-left: 1.125rem;
	height: 10px;
	top: -5px;
	left: 0;	
}
#sp-sec03 .sp03_boxtit h3,
#sp-sec05 .sp05_boxtit h3{
	margin-left: .8rem;
	font-size: 1.3rem;
	padding: .68rem 0 .68rem 2%;
	font-weight: normal;	
}
#sp-sec03 .sp03_boxtit h3:before,
#sp-sec05 .sp05_boxtit h3:before{
	position: absolute;
	top: -3px;
	content: "";
	left: 1.125rem;
	width: 5px;
	height: 5px;
	background-color: #2c6bb8;
	border-radius: 50%;	
}
#sp-sec03 .sp03_boxtit h3:after,
#sp-sec05 .sp05_boxtit h3:after{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #2c6bb8;
	border-radius: 50%;
	bottom: -3px;
	right: -3px;	
}
#sp-sec03 .sp03_box{}
#sp-sec03 .sp03_box .sp03_box-left dl{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	align-items:center;
	font-size:0.95rem;
	padding:0.7rem 1rem;
}
#sp-sec03 .sp03_box .sp03_box-left dl:nth-of-type(odd){
	background-color:#f9f9f9;
}
#sp-sec03 .sp03_box .sp03_box-left dl dt{
	width:30%;
	font-weight:600;
	color:#065ea8;
    font-size:1.1rem;
	margin-right:0.5rem;
}
#sp-sec03 .sp03_box .sp03_box-left dl dd{
	width:70%;
}
#sp-sec03 .sp03_box .sp03_box-right{
    text-align:center;
    margin-top:5rem;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#sp-sec03 .sp03_box .sp03_box-right dl dt img{
	border-radius:10px;	
}
#sp-sec03 .sp03_box .sp03_box-right a{
	color:#000;
	transition:all 0.4s;	
}
#sp-sec03 .sp03_box .sp03_box-right a:hover{
	opacity:0.8;	
}
#sp-sec03 .sp03_box .sp03_box-right dl{
	width:30.5%;
	margin:1rem 0.5rem;
}

#sp-sec03 .sp03_box .sp03_imgbox:first-of-type{
	margin-bottom:3rem;
}
#sp-sec04 .sp04_box{
	background-image: url('./library/images/sp-sec04_img01.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:7% 5%;
}

#sp-sec04 .sp04_txtbox{
	width:900px;
	max-width:100%;
	padding:2rem;
	background-color:rgba(255,255,255,0.8);
	letter-spacing:1px;
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.3);
	margin:0 auto;
}

#sp-sec04 .sp04_txtbox p:not(:last-of-type){
	margin-bottom:20px;	
}

#sp-sec05{
	width:1000px;
	max-width:95%;
	margin:0 auto;    
}
#sp-sec05 .sp05_box{}

#sp-sec05 .sp05_box .sp05_box-left{

}
#sp-sec05 .sp05_box .sp05_box-left dl{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	align-items:center;
	font-size:0.9rem;
	padding:0.7rem 1rem;
}
#sp-sec03 .sp03_box .sp03_box-left dl:nth-of-type(odd),
#sp-sec05 .sp05_box .sp05_box-left dl:nth-of-type(odd){
	background-color:#f9f9f9;
}
#sp-sec05 .sp05_box .sp05_box-left dl dt{
	width:30%;
	font-weight:600;
	color:#065ea8;
    font-size:1.1rem;
	margin-right:0.5rem;
}
#sp-sec05 .sp05_box .sp05_box-left dl dd{
	width:70%;
	font-size:0.9rem;
}
#sp-sec05 .sp05_box .sp05_box-right{
    text-align:center;
    margin-top:5rem;
}

/*------------------------------------------------耐候性試験
*/

/*見出し共通*/
#wea-sec02 h1{
	padding: 3rem 0;
	text-align: center;
	font-size: 2rem;
	margin: 0 0 3rem;
	color:#333;	
}

#wea-sec04 h1,#wea-sec05 h1,#wea-sec06 h1,
#wea-sec08 h1,#wea-sec09 h1{
	padding: 0 0 3rem;
	text-align: center;
	font-size: 2rem;
	margin: 0 0 3rem;
	color:#333;	
}
#wea-sec02 h1 .set01,#wea-sec04 h1 .set01,
#wea-sec05 h1 .set01,#wea-sec06 h1 .set01,
#wea-sec08 h1 .set01,#wea-sec09 h1 .set01{
	position:relative;	
}
#wea-sec02 h1 .set01:before,
#wea-sec04 h1 .set01:before,
#wea-sec05 h1 .set01:before,
#wea-sec06 h1 .set01:before,
#wea-sec08 h1 .set01:before,
#wea-sec09 h1 .set01:before{
	content: "";
	display: block;
	position: absolute;
	background-color: #065ea8;
	width: 60%;
	height: 1px;
	bottom: 0;
	left: 20%;	
}
#wea-sec02 h1 .set02:before,
#wea-sec04 h1 .set02:before,
#wea-sec05 h1 .set02:before,
#wea-sec06 h1 .set02:before,
#wea-sec08 h1 .set02:before,
#wea-sec09 h1 .set02:before{
    position: absolute;
    content: "";
    bottom: -2px;
    width: 5px;
    height: 5px;
    left: 20%;
    background-color: #065ea8;
    border-radius: 50%;	
}
#wea-sec02 h1 .set02:after,
#wea-sec04 h1 .set02:after,
#wea-sec05 h1 .set02:after,
#wea-sec06 h1 .set02:after,
#wea-sec08 h1 .set02:after,
#wea-sec09 h1 .set02:after{
	position: absolute;
	content: "";
	bottom: -2px;
	width: 5px;
	height: 5px;
	right: 20%;
	background-color: #065ea8;
	border-radius: 50%;	
}
/*--ココマデ--*/


#wea-sec01 {
    background-image: url('./library/images/wea_top.jpg');
}
#wea-sec02{
	padding:3rem 0;	
}
#wea-sec02 .wea02_box{
	background-image: url('./library/images/wea-sec02_imgbg.png');
	background-size:cover;
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:7% 5%;
}
#wea-sec02 .wea02_txtbox{
	width:900px;
	max-width:100%;
	padding:2rem;
	background-color:rgba(255,255,255,0.9);
	letter-spacing:1px;
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.3);
	margin:0 auto;
}
#wea-sec02 .wea02_txtbox p:first-of-type{
	margin-bottom:20px;	
}
.wea03_boxcom, .wea05_boxcom, .wea06_boxcom{
	margin:70px 0;
	font-size:1.2rem;
	font-weight:500;
	color:#065ea8;
    background-color:#ecf3ff;
    padding: 20px;
	position: relative;
}
.wea03_boxcom:before,
.wea03_boxcom:after,
.wea05_boxcom:before,
.wea05_boxcom:after,
.wea06_boxcom:before,
.wea06_boxcom:after{
    content: '';
	width: 20px;
	height: 100%;
	position: absolute;    
}
.wea03_boxcom:before,
.wea05_boxcom:before,
.wea06_boxcom:before{
	border-left: solid 2px #888;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	top: 0;
	left: 0; 
}
.wea03_boxcom:after,
.wea05_boxcom:after,
.wea06_boxcom:after{
	border-right: solid 2px #888;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	top: 0;
	right: 0;    
}

.wea03_boxcom span{
	margin-right:1rem;	
}
#wea-sec03{
	width:1000px;
	max-width:95%;
	margin:0 auto;
}
#wea-sec03 .wea03_box:not(:last-of-type){
	margin-bottom:7rem;
}
#wea-sec03 .wea03_boxtit,
#wea-sec05 .wea05_boxtit{
	border: 1px solid #2c6bb8;
	border-right: none;
	width: 50%;
	margin-bottom: 2rem;
	position: relative;
	letter-spacing: .3rem;		
}
#wea-sec03 .wea03_boxtit:before,
#wea-sec05 .wea05_boxtit:before{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,1);
	width: calc(100% - 1.125rem);
	margin-left: 1.125rem;
	height: 10px;
	top: -5px;
	left: 0;	
}
#wea-sec03 .wea03_boxtit h3,
#wea-sec05 .wea05_boxtit h3{
	margin-left: .8rem;
	font-size: 1.3rem;
	padding: .68rem 0 .68rem 2%;
	font-weight: normal;	
}
#wea-sec03 .wea03_boxtit h3:before,
#wea-sec05 .wea05_boxtit h3:before{
	position: absolute;
	top: -3px;
	content: "";
	left: 1.125rem;
	width: 5px;
	height: 5px;
	background-color: #2c6bb8;
	border-radius: 50%;	
}
#wea-sec03 .wea03_boxtit h3:after,
#wea-sec05 .wea05_boxtit h3:after{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #2c6bb8;
	border-radius: 50%;
	bottom: -3px;
	right: -3px;	
}
#wea-sec03 .wea03_inner{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;	
}
#wea-sec03 .wea03_inner .wea03_box_list01{
	width:40%;
}
#wea-sec03 .wea03_inner .wea03_box_list01 ul li:not(:last-child){
	margin-bottom:0.7rem;	
}
#wea-sec03 .wea03_inner .wea03_imgbox{
	width:58%;
	text-align:center;
	margin:0 2%;
	display:-webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#wea-sec03 .wea03_inner .wea03_imgbox dl{
	width:45%;
	margin:2%;	
}
#wea-sec03 .wea03_inner .wea03_imgbox dl dt img{
	border-radius:10px;
}
#wea-sec03 .wea03_inner .wea03_imgbox dl dd{
	padding:0.5rem;	
}
#wea-sec03 .wea03_box_list03{
	margin-bottom:2rem;	
}
#wea-sec03 .wea03_box_list03 dl{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
}
#wea-sec03 .wea03_box_list03 dl dt{
	width:30%;	
}
#wea-sec03 .wea03_box_list03 dl dd:nth-child(2){
	width:20px;
}
#wea-sec03 .wea03_box_list03 dl dd:nth-child(3){
	width:calc(100% - 30% - 20px);	
}
#wea-sec04 .wea04_box{
	width:1000px;
	max-width:95%;
	margin:0 auto;	
}
#wea-sec04 .wea04_inner{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	justify-content: space-between;	
}
#wea-sec04 .wea04_inner:first-of-type{
	margin-bottom:5rem;	
}
#wea-sec04 .wea04_inner .wea04_txtbox{
	width:40%;
	margin:2% 3% 2% 0;	
}
#wea-sec04 .wea04_inner .wea04_imgbox{
	width:55%;
	text-align:center;
}
#wea-sec04 .wea04_inner .wea04_imgbox span{
	display:block;
	font-size:0.7rem;
	line-height:20px;	
}

#wea-sec05{
	width:1000px;
	max-width:95%;
	margin:0 auto;
}
#wea-sec05 .wea05_imgbox ul{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}
#wea-sec05 .wea05_imgbox ul li{
	width:46%;
	margin:2%;	
}
#wea-sec05 .wea05_box:not(:last-of-type){
	margin-bottom:7rem;	
}
#wea-sec05 .wea05_txtbox02{
	margin:2rem 0 0;
}
#wea-sec05 .wea05_txtbox02 table{
	width:100%;
}
#wea-sec05 .wea05_txtbox02 table th{
	padding: 0.7rem 1rem;
	background-color: #065ea8;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 1px;
	border: 1px solid #c1c1c1;
}
#wea-sec05 .wea05_txtbox02 table td{
	padding: 0.5rem 1rem;
	border: 1px solid #c1c1c1;
	background-color:#f5f5f5;
}
#wea-sec05 .wea05_box .wea05_imgbox{
	text-align:center;
	margin-top:4rem;	
}
#wea-sec05 .wea05_box .wea05_imgbox span{
	display: block;
	font-size: 0.7rem;
	line-height: 20px;	
}

#wea-sec06{
	width:1000px;
	max-width:95%;
	margin:0 auto;	
}
#wea-sec06 .wea06_box{
	width:1000px;
	max-width:95%;
	margin:0 auto;	
}
#wea-sec06 .wea06_box h4{
	text-align:center;
	font-size:1.4rem;
	color:#333;	
}
#wea-sec06 .wea06_box h5{
	font-size:1.2rem;
	color:red;	
}
#wea-sec06 .wea06_box span{
	font-size:0.9rem;
	display:block;
	text-align:right;	
}

#wea-sec06 .wea06_table{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
	margin:0rem auto 5rem;		
}
#wea-sec06 .wea06_table table{
	width:100%;
	font-size:1.1rem;	
}
#wea-sec06 .wea06_table table tr{
	border:5px solid #fff;	
}
#wea-sec06 .wea06_table table th{
	padding:0.7rem 1rem;
	background-color:#065ea8;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:400px;
	border:5px solid #fff;
}
#wea-sec06 .wea06_table table td{
	padding:0.5rem 1rem;
	background-color:#f5f5f5;
	border:5px solid #fff;
}

#wea-sec06 .wea06_inner{
	margin-bottom:2rem;	
}
#wea-sec08 .wea08_table{
	width:1000px;
	max-width:95%;
	margin:0 auto;

}
#wea-sec08 .wea08_table table th{
	padding:0.7rem 1rem;
	background-color:#065ea8;
	color:#fff;
	font-size:1.1rem;
	letter-spacing:1px;
	border:1px solid #c1c1c1;
}
#wea-sec08 .wea08_table table th:nth-child(1){
	width:220px;
	max-width:100%;	
}
#wea-sec08 .wea08_table table td:nth-child(2),
#wea-sec08 .wea08_table table td:nth-child(3){
	font-size:0.9rem;	
}
#wea-sec08 .wea08_table table tr{
	border:1px solid #c1c1c1;	
}
#wea-sec08 .wea08_table table tr:nth-child(2n+1){
	background-color:#f5f5f5;	
}
#wea-sec08 .wea08_table table td{
	padding:0.5rem 1rem;
	border:1px solid #c1c1c1;	
}

#wea-sec09 h3{
	color:#065ea8;
	font-size:1.5rem;
	margin-bottom:1.3rem;
	letter-spacing:1px;	
}
#wea-sec09 .wea09_box{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
	width:1000px;
	max-width:95%;
	margin:0 auto;		
}
#wea-sec09 .wea09_box .wea09_box_left{
	width:49%;
	margin:1%	
}
#wea-sec09 .wea09_box_left ul{
	margin-bottom:1rem;
	/*background-color:#d2ecff;*/
	padding:1.5rem;
	border-radius:20px;
    border:1px solid #ccc;
}
#wea-sec09 .wea09_box_left ul li:first-child{
	font-weight:bold;
	margin-bottom:1.5rem;
	font-size:1.2rem;
	color:#aa1b1b;	
}
#wea-sec09 .wea09_box .wea09_box_right{
	width:49%;
	margin:1%;
}
#wea-sec09 .wea09_box_inner{
	/*background-color:#efd;*/
	padding:1.5rem;
	margin-bottom:1rem;
	border-radius:20px;
    border:1px solid #ccc;
}
#wea-sec09 .wea09_box_inner h4{
	margin-bottom:1rem;
	font-size:1.2rem;
	color:#aa1b1b;	
}
#wea-sec09 .wea09_box_right dl{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
}
#wea-sec09 .wea09_box_right dl dt{
	width:30%;
}
#wea-sec09 .wea09_box_right dl dd:nth-child(2){
	width:5%;
	text-align:center;	
}
#wea-sec09 .wea09_box_right dl dd:nth-child(3){
	width:calc(100% - 30% - 5%);	
}

/*------------------------------------------------複合振動試験
*/

/*見出し共通*/
#com-sec02 h1,
#ar_sec02 h1{
	padding: 3rem 0;
	text-align: center;
	font-size: 2rem;
	margin: 0 0 3rem;
	color:#333;	
}

#com-sec03 h1,#com-sec04 h1,
#com-sec05 h1,
#reli_sec03 h1,
#reli_sec04 h1{
	padding: 0 0 3rem;
	text-align: center;
	font-size: 2rem;
	margin: 0 0 3rem;
	color:#333;	
}
#reli_sec03 h1{
	padding: 0 0 3rem;
	text-align: center;
	font-size: 2rem;
	margin: 0 0 3rem;
	color:#333;	
}
#com-sec02 h1 .set01,
#com-sec03 h1 .set01,
#com-sec04 h1 .set01,
#com-sec05 h1 .set01,
#ar_sec02 h1 .set01,
#reli_sec03 h1 .set01,
#reli_sec04 h1 .set01{
	position:relative;	
}
#com-sec02 h1 .set01:before,
#com-sec03 h1 .set01:before,
#com-sec04 h1 .set01:before,
#com-sec05 h1 .set01:before,
#reli_sec03 h1 .set01:before,
#reli_sec04 h1 .set01:before,
#ar_sec02 h1 .set01:before{
	content: "";
	display: block;
	position: absolute;
	background-color: #065ea8;
	width: 60%;
	height: 1px;
	bottom: 0;
	left: 20%;	
}
#com-sec02 h1 .set02:before,
#com-sec03 h1 .set02:before,
#com-sec04 h1 .set02:before,
#com-sec05 h1 .set02:before,
#reli_sec03 h1 .set02:before,
#reli_sec04 h1 .set02:before,
#ar_sec02 h1 .set02:before{
    position: absolute;
    content: "";
    bottom: -2px;
    width: 5px;
    height: 5px;
    left: 18%;
    background-color: #065ea8;
    border-radius: 50%;	
}
#com-sec02 h1 .set02:after,
#com-sec03 h1 .set02:after,
#com-sec04 h1 .set02:after,
#com-sec05 h1 .set02:after,
#reli_sec03 h1 .set02:after,
#reli_sec04 h1 .set02:after,
#ar_sec02 h1 .set02:after{
	position: absolute;
	content: "";
	bottom: -2px;
	width: 5px;
	height: 5px;
	right: 18%;
	background-color: #065ea8;
	border-radius: 50%;	
}

/*--ココマデ--*/


#com-sec01 {
    background-image: url('./library/images/com_top.jpg');
}

#com-sec02,
#ar_sec02{
	padding:3rem 0;	
}

#com-sec02 .com02_box,
#ar_sec02 .com02_box{
	background-image: url('./library/images/com-sec02_imgbg.jpg');
	background-size:cover;
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:7% 5%;
}
#ar_sec02 .com02_box{
	background-image: url('./library/images/ar_sec02_imgbg.jpg');
}
#ar_sec02 .com02_box.--reli{
	background-image: url('./library/images/reli_sec02_imgbg.jpg');
}

#com-sec02 .com02_txtbox,
#ar_sec02 .com02_txtbox{
	width:900px;
	max-width:100%;
	padding:2rem;
	background-color:rgba(255,255,255,0.8);
	letter-spacing:1px;
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.3);
	margin:0 auto;
}

#com-sec02 .com02_txtbox p:first-of-type,
#ar_sec02 .com02_txtbox p:first-of-type{
	margin-bottom:20px;	
}

.com03_boxcom{
	margin:70px 0;
	font-size:1.3rem;
	font-weight:600;
	color:#065ea8;	
}
.com03_boxcom span{
	margin-right:1rem;	
}

#com-sec03,.ar_06{
	width:1000px;
	max-width:95%;
	margin:0 auto;
}

#com-sec03 .com03_box:not(:last-of-type),
.ar_06 .com03_box:not(:last-of-type){
	margin-bottom:100px;
}

#com-sec03 .com03_boxtit,
#com-sec04 .com04_boxtit,
.ar_06 .com03_boxtit{
	border: 1px solid #2c6bb8;
	border-right: none;
	width: 50%;
	margin-bottom: 2rem;
	position: relative;
	letter-spacing: .3rem;		
}

#com-sec03 .com03_boxtit:before,
#com-sec04 .com04_boxtit:before,
.ar_06 .com03_boxtit:before{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,1);
	width: calc(100% - 1.125rem);
	margin-left: 1.125rem;
	height: 10px;
	top: -5px;
	left: 0;	
}

#com-sec03 .com03_boxtit h3,
#com-sec04 .com04_boxtit h3,
.ar_06 .com03_boxtit h3{
	margin-left: .8rem;
	font-size: 1.3rem;
	padding: .68rem 0 .68rem 2%;
	font-weight: normal;	
}

#com-sec03 .com03_boxtit h3:before,
#com-sec04 .com04_boxtit h3:before,
.ar_06 .com03_boxtit h3:before{
	position: absolute;
	top: -3px;
	content: "";
	left: 1.125rem;
	width: 5px;
	height: 5px;
	background-color: #2c6bb8;
	border-radius: 50%;	
}

#com-sec03 .com03_boxtit h3:after,
#com-sec04 .com04_boxtit h3:after,
.ar_06 .com03_boxtit h3:after{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #2c6bb8;
	border-radius: 50%;
	bottom: -3px;
	right: -3px;	
}

#com-sec03 .com03_inner,
.ar_06 .com03_inner{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;	
}

#com-sec03 .com03_inner .com03_box_list01,
.ar_06 .com03_inner .com03_box_list01{
	width:40%;
}

#com-sec03 .com03_inner .com03_box_list01 ul li:not(:last-child),
.ar_06 .com03_inner .com03_box_list01 ul li:not(:last-child){
	margin-bottom:0.7rem;	
}

#com-sec03 .com03_inner .com03_imgbox,
.ar_06 .com03_inner .com03_imgbox{
	width:58%;
	text-align:center;
	margin:0 2%;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}

#com-sec03 .com03_inner .com03_imgbox dl,
.ar_06 .com03_inner .com03_imgbox dl{
	width:45%;
	margin:2%;	
}

#com-sec03 .com03_inner .com03_imgbox dl dt img,
.ar_06 .com03_inner .com03_imgbox dl dt img{
	border-radius:10px;	
}

#com-sec03 .com03_inner .com03_imgbox dl dd,
.ar_06 .com03_inner .com03_imgbox dl dd{
	padding:0.5rem;	
}

#com-sec04{
	width:1000px;
	max-width:95%;
	margin:0 auto;
}
#com-sec04 .com04_box:not(:first-of-type):not(:last-of-type){
	margin:7rem 0;
}
#com-sec04 .com04_box:first-of-type{
	margin-top:3rem;	
}
#com-sec04 .com04_box:last-of-type{
	margin:7rem 0 0;	
}
#com-sec04 .com04_boxcom{
	font-size: 1.3rem;
	font-weight: 600;
	color: #065ea8;	
}
#com-sec04 .com04_txtbox{
	margin-bottom:1rem;
}
.com04_txtbox.--reli{
    margin:16px 0 0 0;
}
#com-sec04 .com04_tablebox table{
	width:100%;	
}
#com-sec04 .com04_tablebox table th{
	padding: 0.7rem 1rem;
	background-color: #065ea8;
	color: #fff;
	font-size:1.1rem;
	letter-spacing:1px;
	border:1px solid #c1c1c1;
}
#com-sec04 .com04_tablebox table td{
	padding:0.5rem 1rem;
	border:1px solid #c1c1c1;	
}
#com-sec05,
#reli_sec03,
#reli_sec04{
	width:1000px;
	max-width:95%;
	margin:0 auto;
}
#com-sec05 .com05_txtbox,
#reli_sec03 .com05_txtbox,
#reli_sec04 .com05_txtbox{
	margin-bottom:1rem;
}
#com-sec05 .com05_tablebox table,
#reli_sec03 .com05_tablebox table,
#reli_sec04 .com05_tablebox table{
	width:100%;
}
#com-sec05 .com05_tablebox table tr,
#reli_sec03 .com05_tablebox table tr,
#reli_sec04 .com05_tablebox table tr{
	border:1px solid #c1c1c1;	
}
#com-sec05 .com05_tablebox table tr:nth-child(odd){
	background-color:#f5f5f5;	
}
#com-sec05 .com05_tablebox table th{
	padding: 0.7rem 1rem;
	background-color: #065ea8;
	color: #fff;
	font-size:1.1rem;
	letter-spacing:1px;
	border:1px solid #c1c1c1;
}
#com-sec05 .com05_tablebox table th:nth-child(1){
	width:300px;
	max-width:100%;
}
#com-sec05 .com05_tablebox table th:nth-child(2){
	width:calc(100% - 300px);	
}
#com-sec05 .com05_tablebox table td{
	padding:0.5rem 1rem;
	border:1px solid #c1c1c1;	
}

/*--耐候性・複合振動・宇宙関連　共通お問い合わせ--*/
#com-sec06,#sp-sec06,#wea-sec10{
	padding:0;	
}
#com-sec06 .com06_box,
#sp-sec06 .sp06_box,
#wea-sec10 .wea10_box{
	background-color: #1e3c72;
	background-image: -webkit-radial-gradient(#2a5298, #1e3c72);
	background-image: radial-gradient(#2a5298, #1e3c72);
	width: 100%;
	padding:4rem 2rem 6rem;
	color: #fff;
}
#com-sec06 h1,
#sp-sec06 h1,
#wea-sec10 h1{
	position:relative;
	text-align:center;
	font-size:2rem;
	margin:0 0 4rem;
	color:#fff;	
}
#com-sec06 h1 .set01w:before,
#sp-sec06 h1 .set01w:before,
#wea-sec10 h1 .set01w:before{
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	width: 15%;
	height: 1px;
	bottom: 0;
	left: 42.5%;
}
#com-sec06 h1 .set02w:before,
#sp-sec06 h1 .set02w:before,
#wea-sec10 h1 .set02w:before{
	position: absolute;
	content: "";
	bottom: -2px;
	width: 5px;
	height: 5px;
	left: 42.5%;
	background-color: #fff;
	border-radius: 50%;		
}
#com-sec06 h1 .set02w:after,
#sp-sec06 h1 .set02w:after,
#wea-sec10 h1 .set02w:after{
	position: absolute;
	content: "";
	bottom: -2px;
	width: 5px;
	height: 5px;
	right: 42.5%;
	background-color: #fff;
	border-radius: 50%;		
}
#com-sec06 .com06_imgbox,
#sp-sec06 .sp06_imgbox,
#wea-sec10 .wea10_imgbox{
	text-align:center;	
}
#com-sec06 .com06_imgbox i,
#sp-sec06 .sp06_imgbox i,
#wea-sec10 .wea10_imgbox i{
	margin-right:1.5rem;	
}
#com-sec06 .com06_txtbox h4,
#sp-sec06 .sp06_txtbox h4,
#wea-sec10 .wea10_txtbox h4{
	text-align:center;
	font-size:1.2rem;
	margin-bottom:1rem;
}
#com-sec06 .com06_txtbox .com06_formlink,
#sp-sec06 .sp06_txtbox .sp06_formlink,
#wea-sec10 .wea10_txtbox .wea10_formlink{
	width:500px;
	display:block;
	max-width:95%;
	margin:0 auto;
	background-color:#f5f5f5;
	color:#065ea8;
	text-align:center;
	font-weight:bold;
	font-size:1.3rem;
	padding:0.7rem;
	transition:all 0.4s;
	box-shadow:5px 6px 0px rgba(0,0,0,1);
	border-radius:60px;
	border:1px solid #fff;
}
#com-sec06 .com06_txtbox .com06_formlink:hover,
#sp-sec06 .sp06_txtbox .sp06_formlink:hover,
#wea-sec10 .wea10_txtbox .wea10_formlink:hover{
	background-color:#fff;
	box-shadow:0px 0px 0px rgba(0,0,0,1);
	background-color:#1e3c72;
	color:#fff;
}

/*------------------------------------------------車載関連試験
*/
#ar_sec01 {
    background-image: url('./library/images/ar_top.jpg');
    background-position: bottom;
}
#reli_sec01 {
    background-image: url('./library/images/reli_top.jpg');
    /* background-position: bottom; */
}
.ar_06 .com03_boxtit {
    margin: 80px 0 0 0;
}
.ar_06 .com03_inner .com03_box_list01 ul li {
    margin: 16px 0 0 0;
}
.ar_06 .com03_inner .com03_imgbox.--ad dl {
    width: 100%;
}
#ad_sec01 {
    background-image: url('./library/images/ad_top.jpg');
}
.com02_box.--ad{
    background: url('./library/images/ad_sec02_imgbg.jpg');
}
.bg-img{    /*bg-img=背景画像のスタイルを当てるブロック*/
    background: url('./library/images/ad_sec02_imgbg.jpg');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    padding: 7% 5%;
}
.heading-lv3{   /* 線と点がついた見出し */
    font-size: 1.3rem;
    padding: 0.68rem 0 0.68rem 2%;
    font-weight: normal;
}
.heading-lv3::before,.heading-lv3::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2c6bb8;
    border-radius: 50%;
}
.heading-lv3::before{
    top: -3px;
    left: 1.125rem;
}
.heading-lv3::after{
    bottom: -3px;
    right: 0;
}
.heading-lv3-wrapper{
    border: 1px solid #2c6bb8;
    border-right: none;
    width: 50%;
    margin-bottom: 2rem;
    position: relative;
    letter-spacing: .3rem;
}
.heading-lv3-wrapper::before{
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,1);
    width: calc(100% - 1.125rem);
    margin-left: 1.125rem;
    height: 10px;
    top: -8px;
    left: 5px;
}
@media screen and (max-width: 1400px) {
    .sub_top {
        width: calc(100% - 200px);
    }

    .white_back {
        width: calc(100% - 200px);
    }

}

@media screen and (max-width: 1300px) {
    .ba02_box ul li {
        width: 100% !important;
    }

    .ba02_box ul li:nth-of-type(2) dt {
        width: 35%;
    }

    .ba02_box ul li:nth-of-type(2) dd {
        width: 65%;
    }

    .ba02_box ul li:nth-of-type(1) {
        padding-bottom: 2rem;
    }

    .ba02_box ul li:nth-of-type(2) p {
        margin: 1rem 0;
    }
}

@media screen and (max-width: 1200px) {
    #ce02 .sub_box h3 span {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        left: 1rem;
        top: auto;
        z-index: -1;
        bottom: 0rem;
        text-align: left;
        letter-spacing: 2px;
        font-size: 4rem;
        opacity: 0.2;
    }

    #ce02 .sub_box h3 {
        font-size: 1.7rem;
        padding: 2rem 0;
        position: relative;
        z-index: 0;
    }

    #ce02 .sub_box h3::before {
        content: none;
    }

    #ce02 .sub_box h3::after {
        content: none;
    }
}

@media screen and (max-width: 1024px) {
    .sub_top {
        width: calc(100% - 0px);
    }

    .white_back {
        width: calc(100% - 0px);
    }

}

@media screen and (max-width: 850px) {
    #ce02 .sub_box dl dd {
        width: 48%;
    }

    #ce02 .sub_box dl dt {
        width: 48%;
    }

    #ce02 {
        padding: 0rem 0;
    }

    #ce02 h1 {
        margin: 0 0 0rem;
    }

    #ce002 h1 {
        margin: 0 0 0rem;
    }

    #re02 .cp_actab-content dd {
        font-size: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
    }

    #re02 .cp_actab-content a {
        width: 250px;
        font-size: 1rem;
    }

    #re02 .cp_actab-content a.ab_link {
        display: block;
        font-size: 0.8rem;
    }
	
/*------------------------------------------------耐候性試験
*/

#wea-sec05 .wea05_imgbox ul li{
	width:100%;
	margin:1%;	
}

}

@media screen and (max-width: 800px) {
    .qu02_box ul {
        margin: 5rem 0;
    }

    .sub_section {
        padding: 3rem 0;
    }

    .sub_top h1 {
        font-size: 2rem;
        padding: 3rem 0;
    }

    .ba02_box ul li:nth-of-type(2) dd {
        width: 60%;
    }

    .ba02_box ul li:nth-of-type(2) dt {
        width: 40%;
    }

    .ba02_box ul li:nth-of-type(2) {
        padding-left: 0rem;
    }

    .ba02_box ul:nth-of-type(1) {
        margin: 0rem 0 3rem;
        padding: 0rem 0 0;
    }

    .ba02_box ul {
        margin: 3rem 0;
        padding: 0;
    }

    #ce02 h1 {
        font-size: 1.5rem;
    }

    #ce002 h1 {
        font-size: 1.5rem;
    }

    #ce02 .sub_box dl dt {
        width: 100%;
        margin: 0 auto;
    }

    #ce02 .sub_box dl dd {
        width: 100%;
        margin: 2rem auto auto auto;
    }

    .sub_inbox {
        padding: 3rem 0;
    }
}

@media screen and (max-width: 700px) {
    .qu02_box ul li {
        width: 100%;
        margin: auto 0;
    }

    .qu02_box ul li:nth-of-type(2) {
        padding: 5% 5% 0% 5%;
    }
}

@media screen and (max-width: 640px) {
    .ba02_box ul li:nth-of-type(2) dt {
        width: 100%;
    }

    .ba02_box ul li:nth-of-type(2) dd {
        width: 100%;
        padding-left: 2rem;
        position: relative;
    }

    .ba02_box ul li:nth-of-type(2) dd::before {
        content: "";
        position: absolute;
        background-color: #ff9000;
        width: 1.5rem;
        height: 1px;
        left: 0;
        top: 0.9rem;
    }

    .ba02_box ul li:nth-of-type(2) dd::after {
        content: "";
        position: absolute;
        background-color: #fff;
        border: 1px solid #ff9000;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        left: 0;
        top: 0.7rem;
        transition: all ease 0.5s 0.7s;
        -webkit-transition: all ease 0.5s 0.7s;
        -moz-transition: all ease 0.5s 0.7s;
    }

    .ba02_box ul.on li:nth-of-type(2) dd::after {
        left: calc(1.5rem - 5px);
    }

    .ba02_box ul li:nth-of-type(2) dt::after {
        content: none;
    }

    .ba02_box ul li:nth-of-type(2) dt::before {
        content: none;
    }

    .ba02_box ul li:nth-of-type(2) p span.pc {
        display: none;
    }

    #ce02 .sub_box dl {
        padding-left: 0rem;
    }

    .ce001 {
        margin: 0 auto 5rem;
        max-width: 100%;
    }

    #ce002 {
        padding: 0rem 0;
    }

    .ce001_in {
        margin: 1rem 0 0rem 1rem;
    }

    .ce001 h2 {
        background: -webkit-gradient(linear, left top, left bottom, from(#2557a9), to(#083562));
        background: linear-gradient(#2557a9, #083562);
        background: -webkit-linear-gradient(#2557a9, #083562);
        padding-left: 1rem;
        color: #fff;
        font-weight: normal;
        font-size: 1.5rem;
    }

    .ce001 h4 {
        margin: 0.5rem 0 0.5rem;
        font-size: 1.1rem;
    }

    .ce001_in:not(:first-of-type) {
        margin: 3rem 0 3rem 1rem;
    }

    .ce001 {
        margin: 0 auto 3rem;
    }
	
	.ce001 .flex{
		margin-bottom: 20px;
	}
	.ce001 .flex .img{
		width: 180px;
	}
	.ce001 .flex .img img{
		height: 100px;
		width: auto;
	}
	.ce001 h3 {
		font-size: 1.5rem;
	}

    /*-------------------募集要項-------*/
    #re02 .cp_actab-content dl {
        display: block;
    }

    #re02 .cp_actab-content dt {
        width: 100%;
    }

    #re02 .cp_actab-content dd {
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 0.9rem;
    }

    #re02.story .cp_actab-content dt {
        width: 100px;
        font-size: 13px;
    }

    #re02.story .cp_actab-content dl {
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: flex-wrap;
        flex-flow: flex-wrap;
    }

    #re02.story .cp_actab-content dd {
        width: calc(100% - 100px);
    }
	
    /*------------------------------------------------宇宙関連試験
    */

    #sp-sec03 .sp03_box .sp03_box-left dl dt,
    #sp-sec05 .sp05_box .sp05_box-left dl dt{
        font-size:0.95rem;	
    }
    /*------------------------------------------------耐候性試験
    */
    #wea-sec03 .wea03_inner{
        display:block;	
    }
    #wea-sec03 .wea03_inner .wea03_box_list01{
        width:100%;
        margin-bottom:2rem;
    }
    #wea-sec03 .wea03_inner .wea03_imgbox{
        width:100%;
        margin:0;	
    }
    #wea-sec04 .wea04_inner{
        display:block;	
    }
    #wea-sec04 .wea04_inner .wea04_txtbox{
        width:100%;
        margin:1rem 0 2rem;
    }
    #wea-sec04 .wea04_inner .wea04_imgbox{
        width:100%;
    }
    #wea-sec05 h1{
        line-height:40px;	
    }
    #wea-sec05 h1 .set01:before{
        bottom:-96%;	
    }
    #wea-sec05 h1 .set02:before,
    #wea-sec05 h1 .set02:after{
        bottom:-100%;	
    }
    #wea-sec05 .wea05_txtbox02 table th,
    #wea-sec06 .wea06_table table,
    #wea-sec08 .wea08_table table th{
        font-size:0.9rem;	
    }
    #wea-sec08 .wea08_table table th:nth-child(1){
        width:180px;	
    }
    #wea-sec09 .wea09_box{
        display:block;	
    }
    #wea-sec09 .wea09_box .wea09_box_left,
    #wea-sec09 .wea09_box .wea09_box_right{
        width:100%;
        margin:0;
    }
    .heading-lv3-wrapper {
        width: 100%;
    }
}

/* 公平性の確約・個人情報保護方針 */
#PolicyContent .sub_section {
    text-align: center;
    margin: 0 auto;
    max-width: 95%;
    width: 1000px;
    padding-bottom: 10rem;
}

#PolicyContent .sub_section + .sub_section {
    padding-top: 0;
}

#PolicyContent .sub_section > * {
    text-align: left;
}

#PolicyContent .sub_section a {
    color: inherit;
    border-bottom: 1px solid #666;
}

#PolicyContent h2 {
    display: inline-block;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: .5rem 2rem;
    font-size: 2rem;
    margin: 0 auto 3rem;
    position: relative;
}

#PolicyContent h2::before,
#PolicyContent h2::after,
#PolicyContent h2 span::before,
#PolicyContent h2 span::after {
    content: "";
    position: absolute;
    background-color: #c9c9c9;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}

#PolicyContent h2::before {
    top: -3px;
    left: -3px;
}

#PolicyContent h2::after {
    top: -3px;
    right: -3px;
}

#PolicyContent h2 span::before {
    bottom: -3px;
    left: -3px;
}

#PolicyContent h2 span::after {
    bottom: -3px;
    right: -3px;
}

.about #re02 .cp_actab label {
    font-size: 1.3em;
}
