@charset "utf-8";

#standard{
    max-width: 950px;
    margin: 0 auto;
}
#standard *{
    box-sizing: border-box;
}
#standard section{
    max-width: 845px;
    margin: 62px auto 0;
}
#standard h2{
    text-align: center;
}
#standard .link-btn-01{
    background-color:#0064D2;
}
#standard .standard_center{
    margin: 0 auto;
    display: block;
    text-align: center;
}
#standard .standard_center p{
    text-align: left;
    display: inline-block;
    font-size: 1.8rem;
}
.standard_column{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
#standard .anchorBtn_item{
    width: 23.5%;
    border: 1px solid #007580;
}
#standard .anchorBtn_item > a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
    padding: 15px 10px 38px 10px;
    position: relative;
    color: #007580;
}
#standard .anchorBtn_item > a::after{
    content: '';
    width: 24px;
    height: 24px;
    border-right: solid 3px #007580;
    border-bottom: solid 3px #007580;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
}
#standard .anchorBtn_item:nth-child(2n) a{
    line-height: 56px;
}
.standard_decoration img{
    display: block;
    margin: 0 auto;
}
.standard_decoration{
    margin-top: 50px;
}

#standard .evaluationTest .evaluationTest_text-right{ 
    margin-left: 15px;
    margin-top: 20px;
}
#standard .evaluationTest .evaluationTest_text-left{ 
    margin-right: 15px;
}
#standard .evaluationTest .evaluationTest_item:nth-of-type(2){
    margin-top: 68px;
}
#standard .evaluationTest_imgBox{
    min-width: 254px;
}
#standard .evaluationTest .evaluationTest_item h3{
    font-size: 1.9rem;
}


#standard .service h2{
    margin-bottom: 46px;
}
#standard .service .service_bg{
    background-color: #d0e7f6;
    border-radius: 20px;
    padding: 30px;
}
#standard .service_onepack {
    margin-bottom: 30px;
}
#standard .service_onepack>p{
    color:#505054;
    font-size:2.3rem;
}
#standard .service_onepack .standard_column{
    background-image: url(../isg/img/standard/standard_service_img_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 40px;
    align-items: center;
}
#standard .service_onepack .standard_column div{
    width: 356px;
}
#standard .service_onepack .note{
    text-indent: -1em;
    padding-left: 1em;
}

#standard .service .serviceCol_item{
    color:white;
    width: 50%;
}
#standard .service .serviceCol_item:last-child{
    margin-left: 31px;
}
#standard .service .serviceCol_item h3{
    font-size:2.3rem;
    padding: 10px 0;
    background-color: #265C80;
    border-radius: 20px 20px 0 0;
}
#standard .service .serviceCol_item p{
    font-size:1.6rem;
    padding: 10px;
    background-color: #265C80;
    border-radius: 0 0 20px 20px;
}
#standard .serviceImg img{
    display: block;
    margin: 0 auto;
}


#standard .features h2{
    margin-bottom: 22px;
}
#standard .features_details{
    background-color: #e9f3fc;
    padding: 30px 14px;
    margin-top: 25px;
}
#standard .features_details_img01{
    width: 268px;
    height: 266px;
    background-image: url(../isg/img/standard/standard_features_img02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
#standard .features_details_img01 > p{
    position: absolute;
    top: 42px;
    left: 38px;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #fff;
}
#standard .features_details_include{
    max-width: 535px;
    width: 100%;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
#standard .features_details_include_title{
    text-align: center;
    font-size: 2.4rem;
    padding: 8px 0 5px;
    margin-top: auto;
    border-radius: 24px;
    color: #fff;
    background-color: #265c80;
}
#standard .features_details_include_wrap{
    padding: 20px;
    margin-top: 8px;
    background-color: #63afe1;
    border-radius: 8px;
}
#standard .features_details_include_wrap .features_details_include_row:nth-of-type(2){
    margin-top: 18px;
}
#standard .features_details_include_wrap_type{
    background-color: #fff;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 245px;
    border-radius: 40px;
    padding: 5px 5px 5px 15px;
}
#standard .features_details_include_wrap_type > p{
    font-size: 1.9rem;
    color: #0064d0;
    line-height: 1.45em;
}
#standard .features_details_include_wrap_type-01::before{
    content: url(../isg/img/standard/standard_features_icon01.png);
    display: inline-block;
    margin-right: 12px;
    height: 44px;
}
#standard .features_details_include_wrap_type-02::before{
    content: url(../isg/img/standard/standard_features_icon02.png);
    display: inline-block;
    margin-right: 12px;
    height: 42px;
}
#standard .features_details_include_wrap_type-03::before{
    content: url(../isg/img/standard/standard_features_icon03.png);
    display: inline-block;
    margin-right: 5px;
    height: 31px;
}
#standard .features_details_include_wrap_type-04::before{
    content: url(../isg/img/standard/standard_features_icon04.png);
    display: inline-block;
    margin-right: 27px;
    margin-left: 10px;
    height: 39px;
}
#standard .features_details_implementation{
    margin-top: 20px;
}
#standard .features_details_implementation li{
    max-width: 255px;
}
#standard .features_details_implementation_textTop{
    background-color: #265c80;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    font-size: 1.9rem;
    padding: 40px 15px 35px;
    text-align: center;
    position: relative;
}
#standard .features_details_implementation li:nth-of-type(1) .features_details_implementation_textTop::before{
    content: "1";
}
#standard .features_details_implementation li:nth-of-type(2) .features_details_implementation_textTop::before{
    content: "2";
}
#standard .features_details_implementation li:nth-of-type(3) .features_details_implementation_textTop::before{
    content: "3";
}
#standard .features_details_implementation_textTop::before{
    position: absolute;
    font-size: 10rem;
    color: #3f7ca8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#standard .features_details_implementation_textTop > p{
    position: relative;
}
#standard .features_details_implementation_textBottom{
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    border : 1px solid #265c80;
    border-width: 0 1px 1px 1px;
    padding: 35px 15px;
    font-size: 1.4rem;
}

#standard .exam h2{
    margin-bottom: 28px;
}
#standard .exam_details{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#standard .exam_details .exam_details_item{
    max-width: 408px;
    border: 2px solid;
    border-radius: 20px;
    overflow: hidden;
}
#standard .exam_details div:nth-of-type(1){
    border-color: #64afe1;
}
#standard .exam_details div:nth-of-type(2){
    border-color: #fad737;
}
#standard .exam_details div:nth-of-type(3){
    border-color: #50bebe;
    margin-top: 22px;
}
#standard .exam_details div:nth-of-type(4){
    border-color: #af8cc8;
    margin-top: 22px;
}
#standard .exam_details_item_heading{
    width: 100%;
    min-width: 405px;
    min-height: 260px;
    background-repeat: no-repeat;
    position: relative;
}
#standard .exam_details_item_heading-01{
    background-image: url(../isg/img/standard/standard_exam_img01.png);
}
#standard .exam_details_item_heading-02{
    background-image: url(../isg/img/standard/standard_exam_img02.png);
}
#standard .exam_details_item_heading-03{
    background-image: url(../isg/img/standard/standard_exam_img03.png);
}
#standard .exam_details_item_heading-04{
    background-image: url(../isg/img/standard/standard_exam_img04.png);
}
/* #standard .exam_details_item_heading::before{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 1) 100%);
} */
#standard .exam_details_item_heading div{
    display: inline-block;
    min-width: 270px;
    margin-top: 15px;
}
#standard .exam_bgColor-b{
    background-color: #64afe1; 
}
#standard .exam_bgColor-y{
    background-color: #fad737; 
}
#standard .exam_bgColor-g{
    background-color: #50bebe; 
}
#standard .exam_bgColor-p{
    background-color: #af8cc8; 
}
#standard .exam_details_item_heading p{
    font-size: 2.7rem;
    padding: 5px 22px 5px 10px;
    border-radius: 0 30px 30px 0;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0px #b1b1b1;
}
#standard .exam_details_item_heading .exam_bgColor-b{
    background-color: #aad3ef;
}
#standard .exam_details_item_heading .exam_bgColor-y{
    background-color: #fde992;
}
#standard .exam_details_item_heading .exam_bgColor-g{
    background-color: #9fdbdb;
}
#standard .exam_details_item_heading .exam_bgColor-p{
    background-color: #d3c0e0;
}
#standard .exam_details_item_heading_medium{
    font-size: 2.3rem;
}
#standard .exam_details_item_heading_small{
    font-size: 1.9rem;
}
#standard .exam_details_item_heading-01 p{
    color: #265c80;
}
#standard .exam_details_item_heading-02 p{
    color: #916e00;
}
#standard .exam_details_item_heading-03 p{
    color: #007580;
}
#standard .exam_details_item_heading-04 p{
    color: #644080;
}
#standard .exam_details_item_heading_number{
    font-size: 3.3rem;
}
#standard .exam_details_item, #standard .exam_details_item > dd{
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
}
#standard .exam_details_item > dd{
    height: 100%;
    font-size: 1.4rem;
}
#standard .exam_details_item_details{
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    padding: 0 10px 10px 10px;
}
#standard .exam_details_item_details_initial{
    font-size: 3.2rem;
}
#standard .exam_textColor-b{
    color: #64afe1;
}
#standard .exam_textColor-y{
    color: #eacc42;
}
#standard .exam_textColor-g{
    color: #50bebe;
}
#standard .exam_textColor-p{
    color: #af8cc8;
}
#standard .exam_details_item_details_text{
    padding-top: 18px;
    margin-left: 2px;
}
#standard .exam_details_item_exampleWrap{
    margin-top: auto;
}
#standard .exam_details_item_example{
    margin-top: 15px;
    min-height: 110px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#standard .exam_details_item_example.exam_bgColor-b{
    background:rgba(100,175,225,0.25);
}
#standard .exam_details_item_example.exam_bgColor-y{
    background:rgba(250,215,55,0.25);
}
#standard .exam_details_item_example.exam_bgColor-g{
    background:rgba(80,190,190,0.25);
}
#standard .exam_details_item_example.exam_bgColor-p{
    background:rgba(175,140,200,0.25);
}
#standard .exam_details_item_example > div{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 4px 25px 2px;
    border-radius: 14px;
}
#standard .exam_details_item_example div p:first-of-type{
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 4px;
}
#standard .exam_details_item_example p:last-of-type{
    text-align: left;
}
#standard .exam_details_item_example_text{
    padding: 20px 10px 15px;
}

#standard .flow h2{
    margin-bottom: 30px;
}
#standard .flow_details_imgBox{
    margin-top: 25px;
}
#standard .flow_details .flow_details_imgBox:first-of-type{
    margin-top: 0;
}
#standard .flow_details_imgBox-contact{
    width: 845px;
    height: 292px;
    background-image: url(../isg/img/standard/standard_flow_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
#standard .flow_details_imgBox_contact{
    position: absolute;
    max-width: 650px;
    text-align: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: 2px solid #64afe1;
    margin-right: 20px;
    padding: 15px 28px;
    background: rgb(255 255 255 / 40%);
}
/*---------------
isoice
------------------*/
#standard .flow_details .standard_column div{
    max-width: 410px;
}

#isoiec .pl30{
  padding-left: 30px;
}
#isoiec .isoiec_layout div:first-child {
	float: left;
	width: 535px;
	padding: 15px 0;
}
#isoiec .isoiec_layout div:last-child {
	float: right;
	width: 425px;
}
#isoiec h1{
	font-size: 158%;
	padding: 10px 10px 7px;
	margin: 0px 0px 20px;
	font-weight: bold;
	border-bottom: 3px solid #48afea;
	line-height: 1.4;
}
#isoiec h2:before{
    content:'■';
}
#isoiec .read{
    font-size: 130%;
	line-height: 1.5;
	font-weight: bold;
	color: #14519A;
	margin: 0px 0px 30px;
}


/*------------------------
contact
-----------------------*/
.standard_contact_area{
    text-align: center;
    padding: 30px 20px 20px;
    border: 1px solid #0064d2;
    margin-top: 28px;
}
.standard_contact_title{
    font-size:2rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    background-color: white;
    position: relative;
    top: 45px;
}
.standard_contact_textCopyBtn{
    text-align: center;
    max-width: 400px;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #0064d2;
    background-color: #0064d2;
    margin: 0 auto;
}
.standard_contact_textCopyBtn_top{
    font-size: 1.9rem;
    background-color: #0064d2;
    color: #ffffff;
    padding: 6px;
}
.standard_contact_textCopyBtn_bottom{
    font-size: 1.1rem;
    background-color: #ffffff;
    padding: 4px 20px;
}
.standard_contact_formBtn{
    max-width: 386px;
    width: 100%;
}
.standard_contact_formBtn > a{
    display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    font-size: 2.5rem;
    background-color: #0064d2;
    color: #ffffff;
    border-radius: 40px;
    height: 100%;
    font-weight: bold;
    transition: opacity .2s;
}
.standard_contact_formBtn > a:hover {
    opacity: 0.6;
}
#popup0001 .popup_text p:nth-of-type(2){
    margin-top: 15px;
}
#popup0001 .popup_text li{
    margin-top: 15px;
}