*{
    margin: 0; 
    padding: 0;
    font-family: 'Meiryo UI','Yu Gothic UI','游ゴシック','ヒラギノ角ゴシック',sans-serif;
}

h1{
    text-align: center;
}
h1,h2,h3,p,table{
    width: 1190px;
    margin: 0 auto;
    table-layout: fixed;
    color: #222;
}
p{
    color: #383838;
}
img{
    zoom: .5;
}
header{
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    min-width: 1190px;
    text-align: center;
    box-shadow: 0 3px 6px #00000005;
    white-space: nowrap;
}
header img{
    zoom: .15;
}
header p{
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    width: auto;
    margin-left: 20px;
    margin-right: 140px;
}
header a{
    background-color: #236AF9;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
}
section{
    padding : 100px 0;
    margin: 0 auto;
}
.productTitle{
    text-align: center;
    padding-bottom: 0;
    min-width: 1190px;
}
.productTitle h2{
    font-size: 28px;
}
.productTitle img:nth-child(2){
    margin:60px auto;
}
.productTitle p{
    margin-bottom: 50px;
    font-size: 20px;
}
.productTitle a{
    background-color: #000;
    border-radius: 30px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Pretendard','Meiryo','ヒラギノ角ゴシック',sans-serif;
}
.productImgGroup{
    position: relative;
    max-width: 1190px;
    margin: 72px auto 0;
}
.productImgGroup img:nth-of-type(2){
    position: absolute;
    right: 100px;
    top: 150px;
}
.pointAll{
    text-align: center;
    background: url(../img/AhnLabBackground.png);
    background-size: cover;
    min-width: 1190px;
}
.pointAll h1{
    margin-bottom: 30px;
    color: #fff;
}
.pointAll p{
    color: #fff;
}
.pointAll table{
    margin-top: 80px;
}
.pointAll img{
    margin-top: 30px;
}
.pointAll .pointNumImg{
    margin: 0;
}
.pointAll table p{
    margin: 0 auto;
    padding: 65px 0 10px;
    color: #383838;
}
.pointAll .pointTr1 td:nth-of-type(1){
    padding: 0 12px 30px 0;
}
.pointAll .pointTr1 td:nth-of-type(2){
    padding: 0 0 30px 12px;
}
.pointAll .pointTr2 td:nth-of-type(1){
    padding: 30px 12px 0 0;
}
.pointAll .pointTr2 td:nth-of-type(2){
    padding: 30px 0 0 12px;
}
.pointAll p{
    text-align: center;
}
.pointAll table p{
    width: 100%;
}
.pointAll .pointNumBackground{
    background-color: #fff;
    height: 232px;
    border-radius: 30px;

    /*point番号表示のためrelative指定*/
    position: relative;
}

/*point番号表示*/
    .pointAll .pointNumBackground .pointNumImg{
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
}

/*マウスhover時の画像表示*/
.pointAll a{
    position: relative;
}
.pointAll a:hover img:first-of-type{
    opacity: 0;
}
.pointAll a img:nth-of-type(2){
    position: absolute;
    left: 0;
    opacity: 0;
}
.pointAll a:hover img:nth-of-type(2){
    opacity: 1;
}

#point01{
    text-align: center;
    min-width: 1190px;
}
#point01 h1{
    margin: 30px auto 20px;
    font-size: 44px;
}
#point01 h3{
    font-size: 28px;
    font-weight: bold;
}
#point01 h3 .point01Color{
    color: #2970FF;
}
#point01 img:nth-of-type(2),#point01 img:nth-of-type(3){
    margin: 60px auto;
}
#point01 img:nth-of-type(3){
    display: block;
}
#point01 p:nth-of-type(1){
    margin-bottom: 50px;
    text-align: right;
    font-size: 10px;
}
#point02{
    background-color: #f9f9f9;
    text-align: center;
    min-width: 1190px;
}
#point02 h1{
    margin: 30px auto 80px;
    font-size: 44px;
}
#point02 h3{
    margin-bottom: 20px;
    font-size: 28px;
}

/*本文2段落目*/
#point02 p:nth-child(4){
    margin-bottom: 60px ;
    line-break: strict;
}

#point02 p{
    font-size: 18px;
    text-align: left;
}
#point02 h3{
    text-align: left;
}
#point02 table p,#point02 table h4{
    width: 100%;
    text-align: center;
}
#point02 table h4{
    margin: 10px auto;
    font-size: 20px;
}
#point02 .point02Color{
    color: #2CA8FC;
}
#point02 table img{
    margin: 50px auto;
}

#point02 .avtable{
    background-color: #fff;
    border-radius: 30px;
}

#point02 .avtable td:nth-of-type(2n){
    width: 2px;
}

#point02 .avtable p{
    color: #222;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
#point02 .avSentence{
    height: 100px;
    padding: 10px 30px;
}
#point02 table tr:nth-of-type(2) p{
    margin: 20px auto;
    padding: 20px 30px;
    color: #5B5B5B;
    background-color: #f2f5f8;
    border-radius: 30px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
#point02 .labstable p{
    font-size: 15px;
}
#point02 .labstable td:nth-of-type(1){
    padding: 24px 12px 0 0;
}
#point02 .labstable td:nth-of-type(1) img{
    padding: 30px 0;
}
#point02 .labstable td:nth-of-type(2){
    padding: 24px 0 0 12px;
}
#point02 .labsBackground{
    background-color: #ffffffcc;
    border-radius: 30px;
    padding: 50px;
    height: 365px;
}
#point03{
    text-align: center;
    min-width: 1190px;
}
#point03 h1{
    margin: 30px auto;
    font-size: 44px;
}
#point03 h2{
    margin: 80px auto;
    font-size: 44px;
}

/*ITreviewアイコンの表示設定*/
#point03 img:nth-of-type(2){
    display: block;
    margin: 30px auto 90px;
}

#point04{
    background-color: #f9f9f9;
    text-align: center;
    min-width: 1190px;
}

/*point4のタイトル設定*/
#point04 h1{
    font-size: 44px;
    margin-top: 30px;
}

/*point4のサブタイトル設定*/
#point04 h2{
    margin-top: 80px;
    text-align: left;
    font-size: 28px;
}

/*point4 本文設定*/
#point04 p{
    text-align: left;
    font-size: 17px;
}
#point04 p:nth-of-type(2){
    margin-top: 30px;
}
/*point04本文*/
#point04 :nth-child(4){
    margin-top: 30px;
}

/*point04 product 画像*/
#point04 :nth-child(6){
    margin: 100px auto;
}

/*point4 サポート文*/
#point04 table p, #point04 table h2{
    text-align: left;
    margin: 0;
}
#point04 table h2{
    padding-left: 40px;
    padding-bottom: 30px;
    width: 100%;
}
#point04 table p{
    padding-right: 30px;
    padding-left: 40px;
    width: 100%;
    font-size: 16px;
}

#point04 table p:nth-of-type(2){
    margin-top: 30px;
}

#point04 table img{
    border-radius: 10%;
    padding: 5px 50px;
    zoom: .2;
}

.distributor{
    text-align: center;
    min-width: 1190px;
}

.distributor h2{
    font-size: 44px;
}
.distributor a{
    font-size: 28px;
    font-weight: bold;
    color: #102D68;
    text-decoration: none;
}
.distributor a:hover{
    text-decoration: underline;
}

/*販売代理店グリッド*/
.distributorGrid{
    width: 1190px;
    height: 420px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3,1fr);
    place-items: center;
    gap: 60px
}

/*代理店画像設定*/
.distributorGrid img{
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    zoom: normal;
}
