@charset "utf-8";

@media screen and (min-width:601px) {
body {
  background-color: #eee;
}
.pc_on {
  display: block;
}
#container {
  width: 100%;
  max-width: 850px;
  font-size: 16px;
  font-family: Helvetica, 'Meiryo', sans-serif;
  color: #000;
  margin: 3px auto 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  box-shadow: 3px 3px 5px #bbb;
}
header {
  width: 100%;
  height: 70px;
  background-color: #def;
  border-top: 2px solid blue;
}
h1 {
  font-size: 30px;
  color: navy;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 24px;
}
h2 {
  width: calc(100% - 40px);
  font-size: 18px;
  margin: 20px 20px 0 20px;
  line-height: 22px;
}

/* ========== nav ========== */
nav {
  width: 100%;
  height: 68px;
  border-top: 2px solid blue;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.nav1 {
  width: calc(100% - 20px);
  margin: 10px 0 0 20px;
  display: grid;
  grid-template-rows: 36px;
  grid-template-columns: 100px 160px;
  grid-column-gap: 25px;
}
.menu1 {
  height: 24px;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #777;
  background-color: #d7eeff;
}
.menu2 {
  height: 24px;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #777;
  background-color: #d7eeff;
}
a.tile1:link,a.tile1:visited {
  color: navy;
  font-weight: bold;
  text-decoration: underline solid #baa;
}
a.tile1:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}
/* ========== パンくずリスト ==========*/
.breadcrumbs {
  color: #000;
  margin: 5px 0 5px 15px;
}
.breadcrumbs ul {
  margin: 3px 0 0 0;
  font-size: 14px;
  list-style-type:none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 14px;
  float: left;
}
.breadcrumbs ul li:first-child::before {
  padding: 0px 5px 0 0;
  vertical-align: middle;
  content: "";
}
.breadcrumbs ul li::before {
  padding: 0 10px 0 0;
  vertical-align: middle;
  content: ">";
}
a.tile2:link,a.tile2:visited {
 color: #000;
 text-decoration: underline solid #baa;
}
a.tile2:hover {
 color: #f00;
 font-weight: bold;
 text-decoration: none;
}

/* ■■ main ■■ */
main {
  width: calc(100% - 40px);
  margin: 0 20px 0 20px;
}
.list1 {
  width: 332px;
  margin: 10px 0 20px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.r10 {
  flex: 0 0 332px;
  text-align: center;
  padding: 5px 0;
}
.r11 {
  flex: 0 0 60px;
  text-align: center;
  padding: 5px 0;
}
.r12 {
  flex: 0 0 130px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-left: 1px solid #000;
}
.r13 {
  flex: 0 0 120px;
  padding: 5px 0;
  text-align: center;
  border-left: 1px solid #000;
}
.list2 {
  width: 381px;
  margin: 10px 0 20px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.r20 {
  flex: 0 0 381px;
  text-align: center;
  padding: 5px 0;
}
.r21 {
  flex: 0 0 60px;
  text-align: center;
  padding: 5px 0;
}
.r22 {
  flex: 0 0 300px;
  text-align: center;
  padding: 0 10px 0 10px;
  padding: 5px 0;
  border-left: 1px solid #000;
}
.text1 {
  width: calc(100% - 56px);
  margin: 3px 20px 0 26px;
  text-indent: 16px;
  padding-left: 5px;
  line-height: 22px;
}
.text2 {
  width: calc(100% - 56px);
  margin: 3px 20px 0 26px;
  padding-left: 5px;
  line-height: 22px;
}
.text3 {
  width: calc(100% - 76px);
  margin: 3px 20px 0 56px;
  padding-left: 5px;
  line-height: 22px;
}
.text4 {
  width: calc(100% - 66px);
  margin: 3px 20px 0 46px;
  text-indent: -20px;
  padding-left: 5px;
  line-height: 22px;
}
.text5 {
  width: calc(100% - 106px);
  text-indent: -20px;
  margin: 3px 20px 0 66px;
  padding-left: 5px;
  line-height: 22px;
}
.text6 {
  width: calc(100% - 122px);
  text-indent: -16px;
  margin: 3px 20px 0 82px;
  padding-left: 5px;
  line-height: 22px;
}
.text7 {
  width: calc(100% - 135px);
  margin: 3px 20px 0 115px;
  padding-left: 5px;
  text-indent: -17px;
  line-height: 22px;
}

.text_f{
  width: calc(100% - 60px);
  font-size: 14px;
  color: #000;
  margin: 40px 30px 0 30px;
  line-height:18px;
}
.image01 {
  margin: 10px 0 0 90px;
  width: 321px;
  text-align: center;
  line-height: 25px;
}
.image03 {
  margin: 10px 0 0 90px;
  width: 258px;
  text-align: center;
  line-height: 25px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.bb1 {
  border-bottom: 1px solid #777;
}
.fb {
  font-weight: bold;
}
footer {
  width: 100%;
  height: 34px;
  margin-top: 10px;
  background-color: #444;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

}








@media screen and (max-width:600px) {

body {
  background-color: #eee;
}
.pc_on {
  display: none;
}
#container {
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  font-family: Helvetica, 'Meiryo', sans-serif;
  color: #000;
  margin: 3px auto 10px;
  border: 1px solid #aaa;
  background-color: #fff;
  box-shadow: 3px 3px 5px #bbb;
}
header {
  width: 100%;
  height: 70px;
  background-color: #def;
  border-top: 2px solid blue;
}
h1 {
  font-size: 30px;
  color: navy;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 24px;
}
h2 {
  width: calc(100% - 40px);
  font-size: 18px;
  margin: 20px 20px 0 20px;
  line-height: 22px;
}

/* ========== nav ========== */
nav {
  width: 100%;
  height: 68px;
  border-top: 2px solid blue;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.nav1 {
  width: calc(100% - 20px);
  margin: 10px 0 0 20px;
  display: grid;
  grid-template-rows: 36px;
  grid-template-columns: 100px 160px;
  grid-column-gap: 25px;
}
.menu1 {
  height: 24px;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #777;
  background-color: #d7eeff;
}
.menu2 {
  height: 24px;
  text-align: center;
  padding-top: 10px;
  border: 1px solid #777;
  background-color: #d7eeff;
}
a.tile1:link,a.tile1:visited {
  color: navy;
  font-weight: bold;
  text-decoration: underline solid #baa;
}
a.tile1:hover {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}
/* ========== パンくずリスト ==========*/
.breadcrumbs {
  color: #000;
  margin: 5px 0 5px 15px;
}
.breadcrumbs ul {
  margin: 3px 0 0 0;
  font-size: 14px;
  list-style-type:none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  margin: 0 10px 0 0;
  font-size: 14px;
  float: left;
}
.breadcrumbs ul li:first-child::before {
  padding: 0px 5px 0 0;
  vertical-align: middle;
  content: "";
}
.breadcrumbs ul li::before {
  padding: 0 10px 0 0;
  vertical-align: middle;
  content: ">";
}
a.tile2:link,a.tile2:visited {
 color: #000;
 text-decoration: underline solid #baa;
}
a.tile2:hover {
 color: #f00;
 font-weight: bold;
 text-decoration: none;
}

/* ■■ main ■■ */
main {
  width: calc(100% - 20px);
  margin: 0 10px 0 10px;
}
.list1 {
  width: 280px;
  margin: 10px 0 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.r10 {
  flex: 0 0 280px;
  text-align: center;
  padding: 5px 0;
}
.r11 {
  flex: 0 0 50px;
  text-align: center;
  padding: 5px 0;
}
.r12 {
  flex: 0 0 100px;
  text-align: center;
  padding: 5px 0 5px 0;
  border-left: 1px solid #000;
}
.r13 {
  flex: 0 0 90px;
  padding: 5px 0;
  text-align: center;
  border-left: 1px solid #000;
}
.list2 {
  width: 280px;
  margin: 10px 0 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.r20 {
  flex: 0 0 280px;
  text-align: center;
  padding: 5px 0;
}
.r21 {
  flex: 0 0 50px;
  text-align: center;
  padding: 5px 0;
}
.r22 {
  flex: 0 0 190px;
  text-align: center;
  padding: 0 10px 0 10px;
  padding: 5px 0;
  border-left: 1px solid #000;
}
.text1 {
  width: calc(100% - 20px);
  margin: 3px 10px 0 10px;
  text-indent: 16px;
  padding-left: 5px;
  line-height: 22px;
}
.text2 {
  width: calc(100% - 20px);
  margin: 3px 10px 0 10px;
  padding-left: 5px;
  line-height: 22px;
}
.text3 {
  width: calc(100% - 46px);
  margin: 3px 10px 0 36px;
  text-indent: -16px;
  padding-left: 5px;
  line-height: 22px;
}
.text4 {
  width: calc(100% - 30px);
  margin: 3px 10px 0 20px;
  text-indent: -20px;
  padding-left: 5px;
  line-height: 22px;
}
.text5 {
  width: calc(100% - 40px);
  text-indent: -20px;
  margin: 3px 10px 0 30px;
  padding-left: 5px;
  line-height: 22px;
}
.text6 {
  width: calc(100% - 60px);
  text-indent: -16px;
  margin: 3px 10px 0 50px;
  padding-left: 5px;
  line-height: 22px;
}
.text7 {
  width: calc(100% - 70px);
  margin: 3px 10px 0 60px;
  padding-left: 5px;
  text-indent: -17px;
  line-height: 22px;
}

.text_f{
  width: calc(100% - 60px);
  font-size: 14px;
  color: #000;
  margin: 40px 30px 0 30px;
  line-height:18px;
}
.image01 {
  margin: 10px 0 0 10px;
  width: 280px;
  text-align: center;
  line-height: 25px;
}
.image03 {
  margin: 10px 0 0 10px;
  width: 280px;
  text-align: center;
  line-height: 25px;
}
.image {
  width: 100%;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.bb1 {
  border-bottom: 1px solid #777;
}
.fb {
  font-weight: bold;
}
footer {
  width: 100%;
  height: 34px;
  margin-top: 10px;
  background-color: #444;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

}
