@charset "utf-8";
@media screen and (max-width:600px) {
body {
  background-color: #fff;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  color: #152197;
}
#container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #b19582;
  box-shadow: 1px 1px 10px #aaa;
}
.desk {
  display: none;
}
.sh {
  display: block;
}
/* ====================================== */
/* ====== ■■    header    ■■ ======== */
/* ====================================== */
header {
  width: 100%;
  border-top: 4px solid rgba(128,0,0,0.4);
  border-bottom: 2px solid maroon;
  display: flex;
  align-items: center;
}
.h-title {
  flex: 0 0 65%;
  width: 65%;
  margin-left: 17%;
}
.h-down {
  flex: 0 0 24px;
  width: 24px;
  height: 16px;
  margin-left: calc(17% - 44px);
}
#top_position {
  height: 10px;
  border-top: 5px solid #aaa;
}
.dy {
  width: 34px;
}
/* ------------------------------------------- */
/* ----- ■           nav             ■ ----- */
/* ------------------------------------------- */
nav {
  width: 100%;
  height: fit-content;
  border-top: 2px solid #999;
}
.tile_menu1 {
  padding: 5px 5px 4px 5px;
  display: flex;
  background-color: #f3f3f3;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
}
.member_img {
  width: 170px;
}
.menu1 {
  width: 144px;
}
.menu2 {
  width: 165px;
}
.menu3 {
  width: 120px;
}
.menu4 {
  width: 60px;
}
.menu5 {
  width: 155px;
}

.nav2 {
  width: calc(100% - 10px);
  margin: 25px auto 5px;
  padding: 20px 5px 10px 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: center;
  border: 1px solid #888;
  border-radius: 10px;
  position: relative;
}
.member {
  position: absolute;
  top: -14px;
  left: calc(50% - 85px);
}
.member_img {
  width: 170px;
}
.menu12 {
  width: 80px;
}

.menu13 {
  width: 100px;
}
.menu14 {
  width: 130px;
}
.menu15 {
  width: 132px;
}
.menu16 {
  width: 80px;
}
.menu17 {
  width: 80px;
}
.menu18 {
  width: 80px;
}
.menu19 {
  width: 118px;
}

.btn_m1 {
  height: 34px;
  font-size: 16px;
  background-color: lavenderblush;
  border: 1px solid #000;
  border-radius: 4px;
  text-decoration: none;
  font-family: sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_m2 {
  height: 34px;
  font-size: 16px;
  background-color: lavender;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}
.asterisk {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: crimson;
}

/* ====================================== */
/* ====== ■■       main      ■■ ===== */
/* ====================================== */
main {
  width: 100%;
  padding-top: 10px;
  border-top: 4px solid rgba(128,0,0,0.7);
/*  border-top: 3px double #997e74;*/
}
.topics {
  width: calc(100% - 20px);
  margin: 10px auto 20px;
/*
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
*/
}
/* ===== ■ nitice-boxs 緑ピン ■ ==== */
.notice-box {
  width: 98%;
  max-width: 450px;
  margin: 10px auto 0;
  padding: 18px 10px 20px 10px;
  border: 1px solid #222;
  background-color: white;
}
.pin-green {
  width: 40px;
  margin: -30px auto 0;
}
.n_title1 {
  font-size: 20px;
  color: maroon;
  line-height: 20px;
  text-align: center;
}
.n_title2 {
  font-size: 15px;
  color: maroon;
  line-height: 18px;
  text-align: center;
}
.n_text1 {
  margin: 10px 0 5px 0px;
  font-size: 17px;
  color: #0a1688;
  font-weight: bold;
  line-height: 120%;
}
.n_text1:before {
  content: "■";
  font-family: "ＭＳ ゴシック";
}
.n_text2 {		/* 日付、サブタイトル */
  margin: 5px 0 0 28px;
  font-size: 17px;
  color: #0a1688;
  text-indent: -16px;
  line-height: 120%;
}
.n_text3 {		/* 詳細事項記載 */
  margin: 5px 0 0 28px;
  font-size: 17px;
  color: #0a1688;
  text-indent: -17px;
  line-height: 120%;
}
.n_text4 {
  margin: 5px 0 0 56px;
  font-size: 17px;
  color: #0a1688;
  text-indent: -34px;
  line-height: 120%;
}

/* ===== ■ get-together 赤ピン ■ ==== */
.get_together {
  width: 98%;
  max-width: 450px;
  margin: 20px auto 0;
  padding: 18px 10px 20px 10px;
  border: 1px solid #222;
  background-color: white;
}
.pin-red {
  width: 40px;
  margin: -30px auto 0;
}

/* ===== ■ apprication 青ピン ■ ==== */
.apprication {
  width: 98%;
  max-width: 450px;
  margin: 20px auto 0;
  padding: 18px 10px 20px 10px;
  border: 1px solid #222222;
  background-color: white;
}
.dim1 {
  height: 100%;
}
.pin-blue {
  width: 40px;
  margin: -30px auto 0;
}
.p_text2 {		/* 強調サブタイトル */
  font-size: 20px;
  color: #c00;
  font-weight: bold;
  line-height: 120%;
  margin: 5px 0 0 30px;
}
.p_text4 {		/* メール送信埋込行 */
  margin: 8px 0 0 30px;
}
.counter {
  height: 30px;
  margin: 5px auto 5px;
  color: #b38c4f;
}

/* ------------------------------------------- */
/* ----- ■          guidance         ■ ----- */
/* ------------------------------------------- */
#guidance {
  width: calc(100% - 10px);
  margin: 0 auto 20px;
  border-top: 3px double #997e74;
}

/* ===== ■ message-1 HPCへようこそ ■ ==== */
#message-1 {
  width: 100%;
  height: auto;
  margin: 10px auto 0;
  padding: 10px;
  background-color: #f8ffff;
  border: 1px solid #12a0ff;
  border-radius: 15px;
}
.r1:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #ff5151;
}
.mouse40 {
  float: left;
  width: 50px;
}
.m1_text {
/*  text-indent: 16px;*/
  line-height: 22px;
  padding-left: 8px;
}
.m2_text {
  text-indent: 16px;
  line-height: 22px;
  padding-left: 8px;
}
.icon-mouse {
  margin: 15px 5px 5px 0;
}
.ms1 {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
/* ===== ■ message-2 ホームページ作成学習 ■ ==== */
#message-2 {
  width: 100%;
  margin: 15px auto 0;
  padding: 10px;
  background-color: #fffdf5;
  border: 1px solid #c4a528;
  border-radius: 15px;
}
.r2_box {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  column-gap: calc(50% - 177px);*/
}
.r2c1 {
  flex: 0 0 180px;
  margin: 0;
  padding: 0;
  line-height: 16px;
/*  border: 1px solid #000;*/
}
.r2c1:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #5186ff;
}
.r2c2 {
  flex: 0 0 150px;
  height: 30px;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
/*  margin-right: 10px;*/
  padding: 2px 4px 0 4px;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r2c2:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: mistyrose;
  border: 2px solid #777;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}

.m2_k3 {
  font-weight: bold;
  line-height: 22px;
  margin-left: 20px;
/*  text-indent: 16px;*/
}
.m2_t3 {
  margin-left: 10px;
  line-height: 20px;
/*  text-indent: 16px;*/
}
.m2_p4 {
  margin-left: 47px;
  line-height: 20px;
  text-indent: -41px;
}
.m2_k4 {
  margin-left: 44px;
  line-height: 20px;
  text-indent: -16px;
}
.m2_k5 {
  margin-left: 70px;
  line-height: 20px;
  text-indent: -16px;
}
.m2_t5 {
  margin-left: 44px;
  line-height: 20px;
}
.pr-man {
  float: right;
  margin: 0 0 5px 5px;
}

/* ===== ■ message-3 親睦行事 ■ ==== */
#message-3 {
  width: 100%;
  color: #52320d;
  margin: 15px auto 0;
  padding: 15px 15px 15px 15px;
  background-color: #fffafa;
  border: 1px solid #ffacac;
  border-radius: 15px;
}
.r3:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #ff4500;
}
.t3 {
  margin: 10px 0 0 20px;
  line-height: 20px;
/*  text-indent: 16px;*/
}

/* ===== ■ message-4 入会のご案内 ■ ==== */
#message-4 {
  width: 100%;
  color: #52320d;
  margin: 15px auto 0;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 15px;
}
.r4:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #cc51ff;
}
.m4_t1 {
  line-height: 24px;
/*  text-indent: 16px;*/
  padding-left: 16px;
}
.m4_t2 {
  font-size: 15px;
  text-align: right;
  line-height: 24px;
}
.pc {
  float: left;
  margin: 5px 5px 0 0;
}
.text3 {
  width: calc(100% - 20px);
  margin-left: 20px;
  line-height: 22px;
  text-indent: 16px;
}

/* ===== 共用セレクタ =====*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}

.counter {
  width: 200px;
  height: 30px;
  margin: 5px auto 5px;
  color: #b38c4f;
/*  border: 1px solid #000;*/
}

/* ====================================== */
/* ====== ■■    footer    ■■ ======== */
/* ====================================== */
footer {
  width: 100%;
  height: 58px;
  max-width: 980px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin : 0 auto;
  padding-top: 22px;
  background-color: rgba(128,0,0,0.7);
}

}















@media print, screen and (min-width:601px) {
body {
  background-color: #f8f8f8;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  color: #152197;
}
#container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #b19582;
  box-shadow: 1px 1px 10px #aaa;
}
.desk {
  display: block;
}
.sh {
  display: none;
}
/* ====================================== */
/* ====== ■■    header    ■■ ======== */
/* ====================================== */
header {
  width: 100%;
  border-top: 1px solid maroon;
  border-bottom: 1px solid maroon;
  background-color: #fff;
  display: flex;
/*  justify-content: center;*/
  align-items: center;
}
.h-title {
  flex: 0 0 340px;
  margin-left: calc(50% - 170px);
}
.h-down {
  flex: 0 0 49px;
  height: 32px;
  text-align: right;
  margin-left: calc(50% - 239px);
}
#top_position {
  height: 10px;
  border-top: 5px solid #aaa;
}

/* --------------------- */
/* ----- ■ nav ■ ----- */
/* --------------------- */
nav {
  width: 100%;
  height: fit-content;
}
.tile_menu1 {
  padding: 5px 20px 0 20px;
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: center;
}

.nav2 {
  width: calc(100% - 30px);
  margin: 20px auto 5px;
  padding: 20px 5px 10px 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: center;
  border: 1px solid #888;
  border-radius: 10px;
  position: relative;
}
.member {
  position: absolute;
  top: -14px;
  left: calc(50% - 85px);
}
.member_img {
  width: 170px;
}
.menu1 {
  width: 146px;
}
.menu2 {
  width: 165px;
}
.menu3 {
  width: 120px;
}
.menu4 {
  width: 60px;
}
.menu5 {
  width: 160px;
}
.com1 {
}

.menu12 {
  width: 84px;
}
.menu13 {
  width: 100px;
}
.menu14 {
  width: 130px;
}
.menu15 {
  width: 122px;
}
.menu16 {
  width: 80px;
}
.menu17 {
  width: 80px;
}
.menu18 {
  width: 80px;
}
.menu19 {
  width: 118px;
}
.btn_m1 {
  height: 36px;
  font-size: 16px;
  background-color: lavenderblush;
  border: 1px solid #000;
  border-radius: 4px;
  padding-top: 2px;
  font-family: sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_m1:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: mistyrose;
  border: 2px solid #777;
}
.btn_m2 {
  height: 36px;
  font-family: sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 2px;
  background-color: lavender;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_m2:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: mistyrose;
  border: 2px solid #777;
}
/*
a.tile:hover {
  color: #000;
  text-decoration: none;
}
*/
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}
.asterisk {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: crimson;
}

/* ====================================== */
/* ====== ■■       main      ■■ ===== */
/* ====================================== */
main {
  width: 100%;
  padding-top: 5px;
/*  border-top: 2px solid rgba(128,0,0,0.7);*/
/*  border-top: 3px double #997e74;*/
}

/* ================================== */
/* ====== ■■ topics 段落 ■■ ===== */
/* ================================== */
.topics {
  width: calc(100% - 20px);
  margin: 5px auto 20px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
/*  border: 1px solid #000;*/
}
/* ===== ■ nitice-boxs 緑ピン ■ ==== */
.notice-box {
  flex: 0 0 calc(40% - 10px);
  max-width: 380px;
  padding: 18px 10px 15px 10px;
  border: 1px solid #222222;
  background-color: white;
}
.pin-green {
  width: 40px;
  margin: -30px auto 0;
}
.n_title1 {
  font-size: 20px;
  color: maroon;
  line-height: 20px;
  text-align: center;
}
.n_title2 {
  font-size: 15px;
  color: maroon;
  line-height: 18px;
  text-align: center;
}
.n_text1 {
  margin: 10px 0 5px 0px;
  font-size: 17px;
  color: #0a1688;
  font-weight: bold;
  line-height: 120%;
}
.n_text1:before {
  content: "■";
  font-family: "ＭＳ ゴシック";
}
.n_text2 {
  margin: 5px 0 0 22px;
  font-size: 17px;
  color: #0a1688;
  text-indent: -17px;
  line-height: 120%;
}
.n_text3 {
  margin: 5px 0 0 22px;
  font-size: 17px;
  color: #0a1688;
  text-indent: -17px;
  line-height: 120%;
}
.n_text4 {
  margin: 5px 0 0 56px;
  font-size: 17px;
  color: #0a1688;
  text-indent: -34px;
  line-height: 120%;
}

/* ===== ■ get-together 赤ピン ■ ==== */
.get_together {
  flex: 0 0 calc(30% - 15px);
  max-width: 250px;
  padding: 18px 10px 15px 10px;
  border: 1px solid #222;
  background-color: white;
}
.pin-red {
  width: 40px;
  margin: -30px auto 0;
}

/* ===== ■ apprication 青ピン ■ ==== */
.apprication {
  flex: 0 0 calc(30% - 15px);
  max-width: 250px;
  padding: 18px 10px 15px 10px;
  border: 1px solid #222222;
  background-color: white;
}
.dim1 {
  height: 100%;
}
.pin-blue {
  width: 40px;
  margin: -30px auto 0;
}
.p_text2 {
  font-size: 20px;
  color: #c00;
  font-weight: bold;
  line-height: 120%;
  margin: 5px 0 0 30px;
}
.p_text3 {
  margin-top: 8px;
}

.p_text4 {
  margin: 8px 0 0 30px;
}
.counter {
  height: 30px;
  margin: 5px auto 5px;
  color: #b38c4f;
}

/* ------------------------------------------- */
/* ----- ■          guidance         ■ ----- */
/* ------------------------------------------- */
#guidance {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
/*  border-top: 3px double #997e74;*/
/*  border-top: 4px solid rgba(128,0,0,0.7);*/
}

/* ===== ■ message-1 HPCへようこそ ■ ==== */
#message-1 {
  width: 100%;
/*  height: 200px;*/
  margin: 10px auto 0;
  padding: 16px;
  background-color: #f8ffff;
  border: 1px solid #12a0ff;
  border-radius: 15px;
}
.r1 {
}
.r1:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #ff5151;
}
h4 {
  font-size: 18px;
}
.ms1 {
  width: 100%;
  height: auto;
  padding-top: 0px;
  display: flex;

}
.m1_c1 {
  flex: 0 0 42px;
  height: auto;
}
.icon-mouse {
  margin: 15px 5px 5px 0;
}
.m1_c2 {
  flex: 0 0 calc(100% - 42px);
  height: auto;
}
.m1_text {
  text-indent: 16px;
  line-height: 22px;
  margin-top: 0;
  padding-left: 8px;
}


/* ===== ■ message-2 ホームページ作成学習 ■ ==== */
#message-2 {
  width: 100%;
  margin: 15px auto 0;
  padding: 16px;
  background-color: #fffdf5;
  border: 1px solid #c4a528;
  border-radius: 15px;
}
.r2_box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: calc(50% - 188px);
}
.r2c1 {
  width: 202px;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
.r2c1:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #5186ff;
}
.r2c2 {
  height: 34px;
  flex: 0 0 154px;
  font-size: 16px;
  font-family: sans-serif;
  color: #000;
/*  margin-left: calc(100% - 184px);*/
  padding: 2px 7px 0 7px;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r2c2:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: mistyrose;
  border: 2px solid #777;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}

.m2_k3 {
  font-weight: bold;
  line-height: 22px;
  margin-left: 20px;
  text-indent: 16px;
}
.m2_t3 {
  margin-left: 10px;
  line-height: 20px;
  text-indent: 16px;
}
.m2_p4 {
  margin-left: 36px;
  line-height: 20px;
  text-indent: -30px;
}
.m2_k4 {
  margin-left: 44px;
  line-height: 20px;
  text-indent: -16px;
}
.m2_k5 {
  margin-left: 60px;
  line-height: 20px;
  text-indent: -16px;
}
.m2_t5 {
  margin-left: 60px;
  line-height: 20px;
  text-indent: -16px;
}
.pr-man {
  float: right;
  margin: 0 0 10px 5px;
}

/* ===== ■ message-3 親睦行事 ■ ==== */
#message-3 {
  width: 100%;
  font-size: 16px;
  color: #52320d;
  margin: 15px auto 0;
  padding: 15px 15px 15px 15px;
  background-color: #fffafa;
  border: 1px solid #ffacac;
  border-radius: 15px;
}
.r3:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #ff4500;
}

/* ===== ■ message-4 入会のご案内 ■ ==== */
#message-4 {
  width: 100%;
  font-size: 16px;
  color: #52320d;
  margin: 15px auto 0;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 15px;
}
.r4:before {
  content: "●";
  font-family: "ＭＳ ゴシック";
  color: #cc51ff;
}
.m4_t1 {
  line-height: 24px;
  text-indent: 16px;
  padding-left: 16px;
}
.m4_t2 {
  font-size: 15px;
  text-align: right;
  line-height: 24px;
}
.pc {
  margin: 5px 5px 0 0;
}
.t3 {
  margin: 10px 0 0 20px;
  line-height: 20px;
  text-indent: 16px;
}
.text3 {
  width: calc(100% - 20px);
  margin-left: 20px;
  line-height: 22px;
  text-indent: 16px;
}

/* ===== 共用セレクタ =====*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}

.counter {
  width: 200px;
  height: 30px;
  margin: 5px auto 5px;
  color: #b38c4f;
/*  border: 1px solid #000;*/
}

.bl_0a1688 {
  margin-left: 36px;
}
.bl_0a1688::before {
  content: url('image/lb17_0a1688.png');
  margin: 1px 0 0 2px;
}
.bl_0a1688::after {
  content: url('image/rb17_0a1688.png');
  margin-top: 2px;

/*  display: block;*/
}
.br_black {
}
.br_black::before {
  content: url('image/lb17_black.png');
  display: block;
  margin: -2px 0 0 -2px;
}
.br_black::after {
  content: url('image/rb17_black.png');
  display: block;
}






/* ====================================== */
/* ====== ■■    footer    ■■ ======== */
/* ====================================== */
footer {
  width: 100%;
  height: 58px;
  max-width: 980px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin : 0 auto;
  padding-top: 22px;
  background-color: rgba(128,0,0,0.7);
}

}
