@charset "utf-8";
/* CSS Document */
/#member_pc.css*/


/*-----------#member_pc -----------*/
body{
    position: relative;
    margin: 0 auto ;
    text-align: center;
    width: 100vw;
}
h1{
    text-align: center;
    margin: 0 auto 5%;
    position: relative;
}
h2{
    font-size: 1.6em; 
    margin: 8% auto 2%;
    line-height: 2.2;
}
h3{
    font-size: 0.8em;
    width: 60%!important;
    margin: 0 auto 8px!important;
    border-bottom: 3px solid;
}
h3 span{
    margin-left: 5px;
    font-size: 3.5em;
}
h4{
    font-size: 1.5em;
}
h2, h3, h4{
    width: 100%;
    margin: 0;
}
li{
    list-style: none;
    line-height: 24px;
}
a, a:hover, a:checked, a:visited {
    color: #1b1b1b;
    text-decoration: none;
    display: contents;
}

#member{
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    padding: 0;
    display: block;
    font-family:  'Zen Kaku Gothic New', sans-serif;
}

#member img{
    width: 30%;
    margin: 4% auto;
}

#member .btn {
    display: block;
    width: 30%;
    margin: 5% auto 0;
    padding: 1% 0;
    letter-spacing: 0.2vw;
    line-height: 1;
    border-radius: 10px;
    font-size: 1.25em;
    font-weight: bold;
    border: solid 2px #000;
}

#member .mb10{
    margin-bottom: 10%;
}

.underline{
    border-bottom: dotted 2px;
    padding: 0 0 5%;
    margin: 0 auto 5%!important;
    width: 60%;
}

.container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.left, .right{
  display: flex;
  flex-wrap: wrap;
  width:calc(100%/2);
}

.left{
    justify-content: flex-start;
    flex: 1;
    margin: 3%;
    padding: 2% 5%;
    background-color: aliceblue;
}

.right{
    justify-content: flex-end;
    flex: 1;
    margin: 3%;
    padding: 2% 5% 4%;
    background-color: aliceblue;
}

.left p, .right p{
    width: 100%;
    margin: 0;
}

.member_03 img{
    width: 20%
}


.member_05 img{
    width: 60%!important;
    max-width: 800px!important;
}
