@charset "utf-8";
@media screen and (max-width:600px) {
body{
  margin-top:0;
  background-color:#fffdf7;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:17px;
  color:#152197;
  background-image : url(../image/bg.gif);
}
#container{
  width: 100%;
  max-width: 850px;
  margin:0px auto 0;
  padding:0;
  background-color: #fff;
  border:1px solid #b19582 ;
  box-shadow:1px 1px 10px #aaa;
}

/* ====================== */
/* =====■ Header ■===== */
/* ====================== */
header{
  width: 100%;
  max-width:980px;
  height:80px;
  border-bottom:2px #b28b53 solid ;
  display: flex;
  flex-wrap: wrap;
/*  align-items: center;*/
}
.h-title1 {
  flex: 0 0 40px;
  align-self: center;
  height: 40px;
  margin-left: 10px;
}
.h-title2 {
  flex: 0 0 160px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: right;
  padding-top: 32px;
  margin-left: calc(50% - 105px);
/*  border: 1px solid #000;*/
}
.ls0 {
    letter-spacing: 0;
}

/* =================== */
/* =====■ nav ■===== */
/* =================== */
nav {
  width: 100%;
  max-width: 980px;
  height: fit-content;
  padding: 5px 0 5px 20px;
  border-bottom: 1px gray solid ;
  background-color: #f8f8f8;
  text-align: center ;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.tile_menu {
  width: 100%;
  padding: 5px 5px 4px 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: flex-start;
}
#menu1 {
  flex: 0 0 100px;
}
.button_m{
  flex: 0 0 fit-content;
  height: 34px;
  font-family: sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: lavenderblush;
  border: 1px solid #000;
  border-radius: 4px;
}
#menu1:hover {
  font-weight: bold;
  color: maroon;
  text-decoration: none;
  background-color: mistyrose;
/*  border: 2px solid #777;*/
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}
h2{
  font-size: 22px;
  margin: 30px 0 10px 0;
  letter-spacing: 2px;
  text-align: center;
}

main {
  margin: 0 auto 10px;
}
.box10 {
  position: relative;
  width: calc(100% - 10px);
  margin: 0 5px 0 5px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.r_iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box0 {
  width: calc(100% - 40px);
  max-width: 850px;
  margin: 20px auto 0;
  font-size: 17px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.b2_t1 {
  flex: 0 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 26px;
  padding-right: 5px;
}
.b2_t2 {
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border-left: 1px solid #333;
}
.b2_t3 {
  flex: 0 0 calc(100% - 184px);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #333;
}
.box1 {
  width: calc(100% - 40px);
  height: calc(100vh - 680px);
  overflow-y: auto;
  max-width: 850px;
  margin: 0 auto 10px;
  font-size: 17px;
  border-bottom: 2px solid #333;
}
.box2 {
  width: 100%;
  border-top: 1px solid #333;
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.b2_c1 {
  flex: 0 0 44px;
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
/*  text-align: right;*/
  padding-right: 13px;
}
.b2_c2 {
  flex: 0 0 100px;
  border-left: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2_c3 {
  flex: 0 0 calc(100% - 184px);
  padding: 5px;
  line-height: 20px;
  display: flex;
  align-items: center;
  border-left: 1px solid #333;
}
.bt2 {
  border-top: 2px solid #333;
 }
.bt1 {
  border-top: 1px solid #333;
 }
.bb2 {
  border-bottom: 2px solid #333;
 }
.bt0 {
  border-top: none;
}
a:link {
  text-decoration-color: #aaa;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
  color: maroon;
}
a:visited {
  color: black;
}
/* ====================================== */
/* ====== ■■    footer    ■■ ======== */
/* ====================================== */
footer {
  width: 100%;
  max-width: 980px;
  height: 58px;
  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{
  margin-top:0;
  background-color:#fffdf7;
  font-family :Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size:17px;
  color:#152197;
  background-image : url(../image/bg.gif);
}
#container{
  width: 100%;
  max-width: 850px;
  margin:0px auto 0;
  padding:0;
  background-color: #fff;
  border:1px solid #b19582 ;
  box-shadow:1px 1px 10px #aaa;
}

/* ====================== */
/* =====■ Header ■===== */
/* ====================== */
header{
  width: 100%;
  max-width:980px;
  height:50px;
  border-bottom:2px #b28b53 solid ;
  display: flex;
  align-items: center;
}
.h-title1 {
  flex: 0 0 40px;
  align-self: center;
  height: 40px;
  margin-left: 10px;
}
.h-title2 {
  flex: 0 0 160px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: right;
  padding-top: 6px;
  margin-left: calc(50% - 105px);
/*  border: 1px solid #000;*/
}
.ls0 {
    letter-spacing: 0;
}

/* =================== */
/* =====■ nav ■===== */
/* =================== */
nav {
  width: 100%;
  max-width: 980px;
  height: fit-content;
  border-bottom: 1px gray solid ;
  background-color: #f8f8f8;
  text-align: center ;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.tile_menu {
  width: 100%;
  padding: 5px 5px 4px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: flex-start;
}
#menu1 {
  flex: 0 0 100px;
}
.button_m{
  flex: 0 0 fit-content;
  height: 34px;
  font-family: sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: lavenderblush;
  border: 1px solid #000;
  border-radius: 4px;
}
#menu1:hover {
  font-weight: bold;
  color: maroon;
  text-decoration: none;
  background-color: mistyrose;
/*  border: 2px solid #777;*/
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}
h2{
  font-size: 22px;
  margin: 30px 0 10px 0;
  letter-spacing: 2px;
  text-align: center;
}
main {
  margin: 5px auto 10px;
}
.box10 {
  position: relative;
  width: 100%;
  max-width: 704px;
  margin: 0 auto;
  padding-bottom: 46.5%;
  height: 0;
  overflow: hidden;
}
.r_iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.box0 {
  width: calc(100% - 40px);
  max-width: 850px;
  margin: 10px auto 0;
  font-size: 17px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.b2_t1 {
  flex: 0 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 26px;
  padding-right: 5px;
}
.b2_t2 {
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border-left: 1px solid #333;
}
.b2_t3 {
  flex: 0 0 calc(100% - 184px);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #333;
}
.box1 {
  width: calc(100% - 40px);
  height: calc(100vh - 680px);
  overflow-y: auto;
  max-width: 850px;
  margin: 0 auto 10px;
  font-size: 17px;
  border-bottom: 2px solid #333;
}
.box2 {
  width: 100%;
  border-top: 1px solid #333;
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
.b2_c1 {
  flex: 0 0 44px;
  line-height: 26px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
/*  text-align: right;*/
  padding-right: 13px;
}
.b2_c2 {
  flex: 0 0 100px;
  border-left: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2_c3 {
  flex: 0 0 calc(100% - 184px);
  padding: 5px;
  line-height: 20px;
  display: flex;
  align-items: center;
  border-left: 1px solid #333;
}
.bt2 {
  border-top: 2px solid #333;
 }
.bt1 {
  border-top: 1px solid #333;
 }
.bb2 {
  border-bottom: 2px solid #333;
 }
.bt0 {
  border-top: none;
}
a:link {
  text-decoration-color: #aaa;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
  color: maroon;
}
a:visited {
  color: black;
}
/* ====================================== */
/* ====== ■■    footer    ■■ ======== */
/* ====================================== */
footer {
  width: 100%;
  max-width: 980px;
  height: 58px;
  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);
}
}
