body {
   margin: 0;
   padding: 0;
}
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.sp_br {
  display: none; 
}
@media screen and (max-width: 530px) {
  .sp_br {
    display: block; 
  }
}
* 最初から表示（PC用） */
.pc_br {
  display: block; 
}

/* スマホサイズ（530px以下）になったら非表示にする */
@media screen and (max-width: 530px) {
  .pc_br {
    display: none; 
  }
}

/*メインビジュアル*/
.top h1 img{
    position: relative;
    width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
    text-align: center;
    margin:  0 auto;
    padding: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    object-fit: cover;
    margin-top: -30px;
}
/*目次*/
.mokuji{
    position: relative;
    width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
    text-align: center;
    margin:  0 auto;
    padding: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    object-fit: cover;
    margin-top: -30px;
}
.mokujibox{
    width: 1000px;
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 20px;
}
.mokujibox h1{
    font-size: 23px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 70px;
    margin-top: 30px;
    color: #141470;
}
.mokujibox h2{
    color: #141470;
}
.moku{
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 700px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
}
a {
    text-decoration: none;
    color: #141470;
  }
ul{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
    font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 43px;
    font-size: 24px;
    text-decoration: none;
    text-align: left;
}
@media (max-width: 680px){
    .mokuji{
    position: relative;
    width: 100%;
  height: auto;
    text-align: center;
    margin:  0 auto;
    padding: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    object-fit: cover;
    margin-top: -30px;
}
.mokujibox{
    text-align: center;
    padding: 0px;
    border-radius: 30px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 20px;
}
.mokujibox h1{
    font-size: 18px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif;
    font-weight: 400;
    line-height: px;
    margin-bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
}
.mokujibox h2{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #141470;
}
.moku{
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 25px;
        margin-left: -40px;
        width: 1000px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
}
a {
    text-decoration: none;
    color: #141470;
  }
ul{
	counter-reset: listnum; /* カウンターをリセット */
	list-style: none; /* 標準のスタイルは消す */
    font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 30px;
    font-size: 17px;
    text-decoration: none;
    text-align: left;
    margin-top: -20px;
    margin-left: -10px;
}
}
/*はじめに*/
.h5 img{
    text-align: center;
    width: 500px;
    padding-top: 10px;
    margin: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    margin-bottom: -20px;
}

.hajime{
    background-image: linear-gradient(0deg,#ffffff,#f8fff0);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.hajimebox{
    width: 1000px;
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 20px;
}
.hajimebox h1 img{
    width: 200px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.hajimebox p{
    font-size: 25px;
    color: #7c7463;
    font-family: "Kiwi Maru", serif;
    line-height: 45px;
}
.hajimebox h2 img{
    width: 930px;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.hajimebox h3{
    color: #141470;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 43px;
    width: 870px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        letter-spacing: 0.5px;
}
.hajimebox h4{
    color: #00a0e9;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding: 10px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 1000;
}

.haikei {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ddd3d0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #ddd3d0 calc(100% - 1px));
  background-size: 35px 35px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 20px;
  text-align: center;
}
@media (max-width: 680px){
    .h5 img{
    text-align: center;
    width: 500px;
    padding-top: 10px;
    margin: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    margin-bottom: -20px;
}

.hajime{
    background-image: linear-gradient(0deg,#ffffff,#f8fff0);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.hajimebox{
    width: 1000px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin-top: 20px;
}
.hajimebox h1 img{
    width: 200px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    
}
.hajimebox p{
    font-size: 18px;
    color: #7c7463;
    font-family: "Kiwi Maru", serif;
    line-height: 30px;
    margin-top: -20px;
    margin-bottom: 40px;
}
.hajimebox h2 img{
    width: 930px;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.hajimebox h3{
    color: #141470;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    width: 870px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        padding-left: 10px;
        padding-right: 10px;
}
.hajimebox h4{
    color: #00a0e9;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 10px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 1000;
}

.haikei {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ddd3d0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #ddd3d0 calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 20px;
  text-align: center;
}
}
/*治験とは*/
.tiken{
    width: 1050px;
    text-align: center;
    padding: 30px;
    border-radius: 25px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 70px;
        margin-top: 70px;
        background-color: #ffffff;
        border: 4px solid #5fc6ff;
}
.tikenbox{
    text-align: center;
    padding: 20px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}
.tikenbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.tikenbox h2{
    color: #141470;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 43px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
}
.tikenbox p{
    color: #3c3c44;
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 43px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
}
.tikenbox h3 img{
    width: 220px;
    position: absolute;
  bottom: -110px;
  right: 30px;
 }
@media (max-width: 680px){
    .tiken{
    width: 1050px;
    text-align: center;
    padding: 0px;
    border-radius: 15px;
    position: relative;
        height: auto;
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
        margin-top: 30px;
        background-color: #ffffff;
        border: 4px solid #5fc6ff;
}
.tikenbox{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}
.tikenbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 25px;
    letter-spacing: 4px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.tikenbox h2{
    color: #141470;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
}
.tikenbox p{
    color: #3c3c44;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: -20px;
}
.tikenbox h3 img{
    width: 150px;
    position: absolute;
  bottom: -70px;
  right: 70px;
 }}
 /*治験の参加条件*/
.jyouken{
    background-image: linear-gradient(45deg,#edf9ff,#f8fff0);
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.tikenbox{
    text-align: center;
    padding: 20px;
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    width: 1000px;
}
.jyoukenbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.jyoukenbox h2 img{
    text-align: center;
    padding: 20px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    width: 1000px;
    margin-bottom: -10px;
}
.jyoukenbox p{
    font-size: 23px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 10px;
}
.haikei2{
    background-color: #fffaee;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
@media (max-width: 680px){
    .jyouken{
    background-image: linear-gradient(45deg,#edf9ff,#f8fff0);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.tikenbox{
    text-align: center;
    padding: 10px;
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    width: 1000px;
}
.jyoukenbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 25px;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.jyoukenbox h2 img{
    text-align: center;
    padding: 0px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    width: 1000px;
    margin-bottom: -10px;
}
.jyoukenbox p{
    font-size: 15px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: -30px;
    margin-bottom:-30px;
}
.haikei2{
    background-color: #fffaee;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}}
/*治験の目的*/
.mokutekibox{
    position: relative;
    width: 1000px;
    text-align: center;
    padding: 30px;
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.mokutekibox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.mokutekibox h2 img{
    width: 300px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.mokutekibox h3{
    color: #141470;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
    width:850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px;
}
@media (max-width: 680px){
.mokutekibox{
    position: relative;
    width: 1100px;
    text-align: center;
    padding: 10px;
    height: auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.mokutekibox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.mokutekibox h2 img{
    width: 300px;
    position: relative;
    text-align: center;
    padding: 10px;
    height: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.mokutekibox h3{
    color: #141470;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    width:850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px;
}
}
/*治験薬について*/
.tikenyakubox{
    position: relative;
    width: 1100px;
    text-align: center;
    padding: 30px;
    height: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.tikenyakubox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.tikenyakubox h2 img{
    width: 300px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.tikenyakubox h3{
    color: #141470;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
    width:850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px;
}
.tikenyakubox h4{
    color: #141470;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
    width:850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 30px;
}
@media (max-width: 680px){
    .tikenyakubox{
    position: relative;
    width: 1100px;
    text-align: center;
    padding: 10px;
    height: auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.tikenyakubox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.tikenyakubox h2 img{
    width: 300px;
    position: relative;
    text-align: center;
    padding: 10px;
    height: auto;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.tikenyakubox h3{
    color: #141470;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    width:850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px;
}
.tikenyakubox h4{
    color: #141470;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    width:850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 30px;
}}
/*治験の方法*/
.houhoubox{
    width: 1100px;
    text-align: center;
    padding: 30px;
    border-radius: 25px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
        margin-top: 50px;
        background-color: #f0f9ff;
        border: 4px solid #5fc6ff;
}
.houhoubox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 40px;
    margin-bottom: 15px;
}
/* --- PC向け・基本の設定 --- */
.flex-container {
  display: flex;            /* 横並びにする */
  align-items: center;      /* イラストを縦方向の真ん中に揃える */
  justify-content: center;  /* 全体を画面中央に寄せる */
  max-width: 1000px;         /* 全体の最大幅 */
  margin: 40px auto;        /* 上下の余白と中央寄せ */
  padding: 20px;
  margin-bottom: -20px;
  margin-top: -20px;
}

.image-box {
  flex: 0 0 180px;          /* イラストの幅を固定（文より小さく設定） */
  margin-right: 20px;       /* イラストと文の間の隙間 */
}

.image-box img {
  width: 100%;              /* 親要素（200px）いっぱいに広げる */
  height: auto;
  display: block;
}

.text-box {
  flex: 1;                  /* 残りの幅を文が使う */
  text-align: justify;         /* 文は左揃え */
  /* お好みのフォント（ヒラギノ丸ゴなど）を指定してください */
  font-family: "Hiragino Maru Gothic ProN", sans-serif;
  line-height: 40px;
  font-size: 23px;
  color: #141470;
}

/* --- スマホ向け（画面幅 768px 以下）の設定 --- */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column; /* 縦並びに切り替え */
    text-align: center;     /* 全体を中央揃えに */
  }

  .image-box {
    flex: 0 0 auto;         /* 幅固定を解除 */
    width: 150px;           /* スマホではイラストをさらに小さく */
    margin-right: 0;        /* 横の隙間を消す */
    margin-bottom: 20px;    /* 文との間に上下の隙間を作る */
  }

  .text-box {
    text-align: left;       /* スマホでも文は左揃え（中央が良ければcenterに） */
  }
}
@media (max-width: 680px){
    .houhoubox{
    width: 1100px;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px;
        background-color: #f0f9ff;
        border: 4px solid #5fc6ff;
}
.houhoubox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 25px;
    letter-spacing: 4px;
    margin-top: 40px;
    margin-bottom: 15px;
}
/* --- PC向け・基本の設定 --- */
.flex-container {
  display: flex;            /* 横並びにする */
  align-items: center;      /* イラストを縦方向の真ん中に揃える */
  justify-content: center;  /* 全体を画面中央に寄せる */
  max-width: 1000px;         /* 全体の最大幅 */
  margin: 40px auto;        /* 上下の余白と中央寄せ */
  padding: 20px;
  margin-bottom: -20px;
  margin-top: -20px;
}

.image-box {
  flex: 0 0 60px;          /* イラストの幅を固定（文より小さく設定） */
  margin-right: 0px;       /* イラストと文の間の隙間 */
}

.image-box img {
  width: 100%;              /* 親要素（200px）いっぱいに広げる */
  height: auto;
  display: block;
}

.text-box {
  flex: 1;                  /* 残りの幅を文が使う */
  text-align: justify;         /* 文は左揃え */
  /* お好みのフォント（ヒラギノ丸ゴなど）を指定してください */
  font-family: "Hiragino Maru Gothic ProN", sans-serif;
  line-height: 30px;
  font-size: 17px;
  color: #141470;
}
}
/* 参加期間 */
.kikanbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.kikanbox h2 img{
    width: 900px;
    box-sizing: border-box;
    max-width: 100%;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.kikanbox h3{
    color: #141470;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 43px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: -20px;
}
.kajo{
    margin-top: 30px;
    margin-bottom: 20px;
}
.kikan-list {
  list-style: none;
  padding: 0;
  font-size: 20px;
  color: #256aaf;
  font-weight: bolder;
  
  /* --- ポイント1：塊の幅を「一番長い文」に合わせる --- */
  /* 固定幅（300pxなど）にするか、fit-contentで幅を決めます */
  width: 850px; 
  min-width: 300px;     /* ここで「だいたいの幅」を指定すると安定します */
  margin: 0 auto;       /* 左右中央寄せ */
  
  /* --- ポイント2：中身は左揃えにする --- */
  text-align: left; 

  position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: -50px;
}

.kikan-list li {
  position: relative;
  /* 記号が入るスペースを十分に確保（重なり防止） */
  padding-left: 37px; 
  line-height: 35px;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}

/* 記号の位置調整（共通設定） */
.kikan-list li::before {
  position: absolute;
  left: 0;             /* 左端 0 の位置で全員集合！ */
  width: 2em;          /* 記号が占有する幅 */
  text-align: center;  /* その幅の中で中央に置く */
}

/* 個別の記号指定 */
.kikannn::before { content: "⚫︎"; color:#ffa466;}

.kikanbox h5 img{
    margin-top: 50px;
}
@media (max-width: 680px){
.kikanbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: -10px;
}
.kikanbox h2 img{
    width: 900px;
    box-sizing: border-box;
    max-width: 100%;
}
.kikanbox h3{
    color: #141470;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    width: 850px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: -20px;
}
.kajo{
    margin-top: 30px;
}
.kikan-list {
  list-style: none;
  padding: 0;
  font-size: 17px;
  color: #256aaf;
  font-weight: bolder;
  
  /* --- ポイント1：塊の幅を「一番長い文」に合わせる --- */
  /* 固定幅（300pxなど）にするか、fit-contentで幅を決めます */
  width: 850px; 
  min-width: 300px;     /* ここで「だいたいの幅」を指定すると安定します */
  margin: 0 auto;       /* 左右中央寄せ */
  
  /* --- ポイント2：中身は左揃えにする --- */
  text-align: justify; 
  margin-left: -10px;
}

.kikan-list li {
  position: relative;
  /* 記号が入るスペースを十分に確保（重なり防止） */
  padding-left: 30px; 
  line-height: 35px;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}

/* 記号の位置調整（共通設定） */
.kikan-list li::before {
  position: absolute;
  left: 0;             /* 左端 0 の位置で全員集合！ */
  width: 2em;          /* 記号が占有する幅 */
  text-align: center;  /* その幅の中で中央に置く */
  padding-left: -30px;
}

/* 個別の記号指定 */
.kikannn::before { content: "⚫︎"; color:#ffa466; }
.kikanbox h5 img{
    margin-top: -10px;
    margin-bottom: -30px;
}

}

/*医療機関*/
.byouin{
    background-color: #e9fcff;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.byouin h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.box1{
    border:3px dashed #ead26c;
    background-color:#ffffff;
    box-shadow:0 0 0 15px #ffffff;
    padding:10px;
    margin:20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.box1 h1{
    color: #7f4011;
    text-align: justify;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    width: 850px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: bolder;
    margin-top:30px;
}
.box1 p{
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    width: 700px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #605b47;
}
@media (max-width: 680px){
    .byouin{
    background-color: #e9fcff;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.byouin h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 4px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.box1{
    border:2px dashed #ead26c;
    background-color:#ffffff;
    box-shadow:0 0 0 10px #ffffff;
    padding:10px;
    margin:20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.box1 h1{
    color: #7f4011;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    width: 850px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: bolder;
    margin-top:30px;
}
.box1 p{
    text-align: justify;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    width: 700px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #605b47;
}}
/*自己負担*/
.hutanbox{
    width: 1100px;
    text-align: center;
    padding: 30px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
        margin-top: 50px;
        background-color: #fffaee;
}
.hutanbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 37px;
    letter-spacing: 4px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.hutanbox h2 img{
    width: 250px;
}
.hutanbox h3{
    color: #141470;
    text-align: justify;
    font-size: 23px;
    font-weight: 500;
    line-height: 43px;
    width: 855px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: 300;
}
@media (max-width: 680px){
.hutanbox{
    width: 1100px;
    text-align: center;
    padding: 30px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px;
        background-color: #fffaee;
}
.hutanbox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hutanbox h2 img{
    width: 150px;
}
.hutanbox h3{
    color: #141470;
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    width: 855px;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", sans-serif;
    font-weight: 300;
}}
/*お問い合わせ*/
.inquiry{
    background-image: linear-gradient(45deg,#edf9ff,#f8fff0);
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.inquirybox{
    width: 1100px;
    text-align: center;
    padding: 30px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 1px;
        margin-top: 20px;
}
.inquirybox h1 img{
    width: 350px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.inquirybox h2{
    color: #141470;
    line-height: 45px;
    font-size: 23px;
    font-weight: 100;
}
.in1{
    width: 850px;
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        padding-bottom: 10px;
        margin-top: 30px;
        background-color: #ffffff;
        border: 4px solid #9baed3;
}
.in1 h1{
    color: #1a4291;
    font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Std W8", sans-serif;
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 5px;
}
.in1 h2 img{
    width: 500px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.in1 h3{
    font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 40px;
  color: #5a5b77;
}
.in1 h4{
    font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 40px;
  color: #5a5b77;
}
.in1 h4 span{
    color: #2c36af;
    display: inline-block; /* 線の長さを文字に合わせるために必要 */
  border-bottom: 5px solid #73cdff; /* ★ここを 1px, 3px, 5px などに変える */
  padding-bottom: -1px;
}

.ooo {
  list-style: none;
  padding: 0;
  font-size: 20px;
  color: #723a10;
  font-weight: bolder;
  
  /* --- ポイント1：塊の幅を「一番長い文」に合わせる --- */
  /* 固定幅（300pxなど）にするか、fit-contentで幅を決めます */
  width: 670px; 
  min-width: 300px;     /* ここで「だいたいの幅」を指定すると安定します */
  margin: 0 auto;       /* 左右中央寄せ */
  
  /* --- ポイント2：中身は左揃えにする --- */
  text-align: left; 

  position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.ooo li {
  position: relative;
  /* 記号が入るスペースを十分に確保（重なり防止） */
  padding-left: 30px; 
  line-height: 35px;
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.ooo li span{
  color: #c15323;
  display: inline;
  padding: 0 1px;

  /* --- 修正ポイント：80%から開始することで線を細くする --- */
  background: linear-gradient(transparent 80%, #ffe876 80%);

  /* 改行しても各行の文字がある分だけ線を引く設定 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  /* 文字と線の間をほんの少し空けて見やすくする */
  padding-bottom: 2px;
  
  /* 親要素のliと同じか、少し高めに設定 */
  line-height: 35px;
}
/* 記号の位置調整（共通設定） */
.ooo li::before {
  position: absolute;
  left: 0;             /* 左端 0 の位置で全員集合！ */
  width: 2em;          /* 記号が占有する幅 */
  text-align: center;  /* その幅の中で中央に置く */
}

/* 個別の記号指定 */
.oo::before { content: "⚫︎";font-size: 13px;color: #d1ab42; }

.in1 p{
    font-size: 18px;
    width: 650px;
    text-align: justify;
    text-align: justify;
    font-weight: 500;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: 'Kiwi Maru', serif;
  font-weight: 100;
    margin-top: 20px;
    color: #756759;
}
@media (max-width: 680px){
    .inquiry{
    background-image: linear-gradient(45deg,#edf9ff,#f8fff0);
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.inquirybox{
    width: 1100px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 1px;
        margin-top: 20px;
}
.inquirybox h1 img{
    width: 170px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: -20px;
}
.inquirybox h2{
    color: #141470;
    line-height: 30px;
    font-size: 17px;
    font-weight: 100;
    
}
.in1{
    width: 850px;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    position: relative;
        height: auto;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        padding-bottom: 10px;
        margin-top: 30px;
        background-color: #ffffff;
        border: 4px solid #9baed3;
}
.in1 h1{
    color: #1a4291;
    font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Std W8", sans-serif;
    font-weight: 800;
    font-size: 19px;
    padding-bottom: 5px;
}
.in1 h2 img{
    width: 500px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.in1 h3{
    font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #5a5b77;
}
.in1 h3 span{
font-size: 20px
}

.in1 h4{
    font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #5a5b77;
}
.in1 h4 span{

  color: #2c36af;
  display: inline;
  padding: 0 1px;

  /* --- 修正ポイント：80%から開始することで線を細くする --- */
  background: linear-gradient(transparent 100%, #73cdff 80%);

  /* 改行しても各行の文字がある分だけ線を引く設定 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  /* 文字と線の間をほんの少し空けて見やすくする */
  padding-bottom: 2px;
  
  /* 親要素のliと同じか、少し高めに設定 */
  line-height: 35px;
}

.ooo {
  list-style: none;
  padding: 0;
  font-size: 16px;
  color: #723a10;
  font-weight: bolder;
  
  /* --- ポイント1：塊の幅を「一番長い文」に合わせる --- */
  /* 固定幅（300pxなど）にするか、fit-contentで幅を決めます */
  width: 90%;           /* 画面の90%の幅に収める（左右に少し余白ができる） */
  max-width: 670px;     /* 大きな画面でも最大670pxで止まるようにする */
  margin: 0 auto;
  
  /* --- ポイント2：中身は左揃えにする --- */
  text-align: left; 

  position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.ooo li {
  position: relative;
  /* 記号が入るスペースを十分に確保（重なり防止） */
  padding-left: 20px; 
  line-height: 35px;
  font-family: 'Kiwi Maru', serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.ooo li span{
  color: #c15323;
  display: inline;
  padding: 0 1px;

  /* --- 修正ポイント：80%から開始することで線を細くする --- */
  background: linear-gradient(transparent 80%, #ffe876 80%);

  /* 改行しても各行の文字がある分だけ線を引く設定 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;

  /* 文字と線の間をほんの少し空けて見やすくする */
  padding-bottom: 2px;
  
  /* 親要素のliと同じか、少し高めに設定 */
  line-height: 35px;
}
/* 記号の位置調整（共通設定） */
.ooo li::before {
  position: absolute;
  left: 0;             /* 左端 0 の位置で全員集合！ */
  width: 2em;          /* 記号が占有する幅 */
  text-align: center;  /* その幅の中で中央に置く */
}

/* 個別の記号指定 */
.oo::before { content: "⚫︎";font-size: 10px;color: #d1ab42; }

.in1 p{
    font-size: 15px;
    width: 650px;
    text-align: justify;
    text-align: justify;
    font-weight: 500;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-family: 'Kiwi Maru', serif;
  font-weight: 100;
    margin-top: 20px;
    color: #756759;
}
}


/*お申し込みから治験参加までの流れ*/
.nagare{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.nagarebox{
    width: 1100px;
    text-align: center;
    padding: 30px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 1px;
        margin-top: 20px;
}
.nagarebox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    padding-bottom: 50px;
}
.nagarebox h2 img{
    width: 900px;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.nagarebox ul.notes {
  list-style: none; /* デフォルトの点を消す */
  padding-left: 0;
}

.nagarebox ul.notes li {
  counter-increment: note-counter; /* カウントを進める */
  display: flex;
}

.nagarebox ul.notes li::before {
  content: "※" counter(note-counter) "："; /* 記号と数字を合成 */
  flex-shrink: 0; /* 記号が潰れないように固定 */
}


.custom-list {
  list-style: none;
  padding: 0;
  font-size: 20px;
  color: #4c74cc;
  font-weight: bolder;
  
  /* --- ポイント1：塊の幅を「一番長い文」に合わせる --- */
  /* 固定幅（300pxなど）にするか、fit-contentで幅を決めます */
  width: fit-content; 
  min-width: 300px;     /* ここで「だいたいの幅」を指定すると安定します */
  margin: 0 auto;       /* 左右中央寄せ */
  
  /* --- ポイント2：中身は左揃えにする --- */
  text-align: left; 

  position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.custom-list li {
  position: relative;
  /* 記号が入るスペースを十分に確保（重なり防止） */
  padding-left: 2.5em; 
  line-height: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}

/* 記号の位置調整（共通設定） */
.custom-list li::before {
  position: absolute;
  left: 0;             /* 左端 0 の位置で全員集合！ */
  width: 2em;          /* 記号が占有する幅 */
  text-align: center;  /* その幅の中で中央に置く */
}

/* 個別の記号指定 */
.item-1::before { content: "※1:"; }
.item-2::before { content: "※2:"; }
.item-3::before { content: "※3:"; }
@media (max-width: 680px){
.nagare{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.nagarebox{
    width: 1100px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 1px;
        margin-top: 10px;
}
.nagarebox h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 4px;
    padding-bottom: 50px;
}
.nagarebox h2 img{
    width: 900px;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: -20px;
}
.nagarebox ul.notes {
  list-style: none; /* デフォルトの点を消す */
  padding-left: 0;
}

.nagarebox ul.notes li {
  counter-increment: note-counter; /* カウントを進める */
  display: flex;
}

.nagarebox ul.notes li::before {
  content: "※" counter(note-counter) "："; /* 記号と数字を合成 */
  flex-shrink: 0; /* 記号が潰れないように固定 */
}


.custom-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: bolder;
  
  /* --- ポイント1：塊の幅を「一番長い文」に合わせる --- */
  /* 固定幅（300pxなど）にするか、fit-contentで幅を決めます */
  width: fit-content; 
  min-width: 300px;     /* ここで「だいたいの幅」を指定すると安定します */
  margin: 0 auto;       /* 左右中央寄せ */
  
  /* --- ポイント2：中身は左揃えにする --- */
  text-align: left; 
}

.custom-list li {
  position: relative;
  /* 記号が入るスペースを十分に確保（重なり防止） */
  padding-left: 2.1em; 
  line-height: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}

/* 記号の位置調整（共通設定） */
.custom-list li::before {
  position: absolute;
  left: 0;             /* 左端 0 の位置で全員集合！ */
  width: 2em;          /* 記号が占有する幅 */
  text-align: center;  /* その幅の中で中央に置く */
}
}
/*医者向けページ*/
.isya{
    background-color: #ffede9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.isyabox{
    width: 1000px;
    text-align: center;
    padding: 30px;
    position: relative;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
}
.isyabox h1{
    color: #db3a8a;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.isyabox h2{
    color: #141470;
    line-height: 45px;
    font-size: 23px;
    font-weight: 100;
    padding-bottom: 30px;
}
.isyabox h3 img{
    width: 500px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
@media (max-width: 680px){
.isya{
    background-color: #ffede9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.isyabox{
    width: 1000px;
    text-align: center;
    padding: 30px;
    position: relative;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
}
.isyabox h1{
    color: #db3a8a;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 4px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.isyabox h2{
    color: #141470;
    line-height: 30px;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: -40px;
}
.isyabox h3 img{
    width: 500px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: -50px;
}
}
/*個人情報の取り扱いについて*/
.last{
    padding-top: 30px;
    margin-bottom: -20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.last h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.last h2{
    color: #141470;
    line-height: 45px;
    font-size: 23px;
    font-weight: 100;
    padding-bottom: 30px;
}
.last h3 img{
    width: 800px;
    box-sizing: border-box;
    max-width: 100%;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.last h4 img{
    padding-top: 30px;
    width: 600px;
    box-sizing: border-box;
    max-width: 100%;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
@media (max-width: 680px){
    .last{
    padding-top: 30px;
    margin-bottom: -20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
    .last h1{
    color: #3653e0;
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 23px;
    letter-spacing: 4px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.last h2{
    color: #141470;
    line-height: 30px;
    font-size: 17px;
    font-weight: 100;
    padding-bottom: 10px;
    text-align: justify;
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
}
/*フッター*/
.footer{
    background-color: #14705e;
    text-align: center;
    padding: 2px;
}
.footerbox h1{
    font-size: 12px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
}
@media (max-width: 680px){
  .footer{
    background-color: #14705e;
    text-align: center;
    padding: 2px;
}
.footerbox h1{
    font-size: 5.7px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
}  
}