@charset "utf-8";
.clearfix::after{
  display: block;
  content: "";
  clear: both;
}
/*　PC用 769px以上のCSS　*/
@media print, screen and (min-width:769px) {
  .dc1{
  display: block;
}
.tbsp{
  display: none;
}
.sp{
  display: none;
}
body{
  margin: 0 auto;
  padding: 0;
  background: #eee;
  font-family: 'Meiryo','メイリオ','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','ＭＳ Ｐゴシック',sans-serif;
}
#container{
  margin: 5px auto 5px;
  width: 1000px;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
nav{
  width: 950px;
  margin: 4px auto;
  padding-left: 10px;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1{
  float: left;
  width: 80px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
  background-color: #666;
}
.menu2{
  float: left;
  width: 110px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu3{
  float: left;
  width: 90px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu4{
  float: left;
  width: 90px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu5{
  float: left;
  width: 80px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu6{
  float: left;
  width: 110px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.tile1:hover{
  background-color: #777;
}
.tile3:link,.tile3:visited{
  text-decoration: underline solid #777;
}
.tile3:hover{
  color: red;
  font-weight: bold;
}
main{
  width: 100%;
  padding: 5px 0px 0px 0px;
}
.senior7{
  width: 600px;
  margin: 40px auto 20px;
}
.yokoso{
  margin: 0 auto 10px;
  font-size: 40px;
  font-weight: bold;
  color: maroon;
  text-align: center;
  line-height: 44px;
}
.illust1{
  width: 478px;
  margin: 0 auto;
}
.manabi{
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
h3{
  margin: 40px 30px 0 50px;
  font-size: 18px;
  font-weight: bold;
  color: maroon;
}
.text2{
  margin: 7px 60px 0px 70px;
  text-indent: 18px;
  font-size: 18px;
  line-height: 26px;
  border: 0px solid #000;
}
.hline1{
  width:85%;
  margin: 0 auto;
  border-bottom: 3px dotted maroon;
}
.hline2{
  width:85%;
  margin: 0 auto;
  border-top: 3px dotted maroon;
}
#box1{
  width: 100%;
  margin: 30px auto 40px;
}
#box1-1{
  float: left;
  width: 60%;
  height: 140px;
  /  border-top: 1px solid #000;
  */
/*  border-bottom: 1px solid #000;
*/
}
#box1-2{
  float: left;
  width: calc(40% - 3px);
  height: 140px;
  /*  border-right: 1px solid #000;
  */
  border-left: 3px dotted maroon;
}
.text3{
  font-size: 18px;
  margin: 5px 0 0 75px;
}
.qr_box{
  width: 100px;
  margin: 0 auto;
}
.text4{
  text-align: center;
  line-height: 20px;
}
.text5{
  margin: 30px 0 0 70px;
}
#table1{
  width: calc(100% - 130px);
  margin-top: 10px;
  padding: 0 50px 0 80px;
  font-size: 16px;
  display: grid;
  grid-template-rows: 26px;
  grid-auto-rows: minmax(26px, auto);
  grid-template-columns: 70px 1fr;
}
.just{
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.ml{
  margin-left: 30px;
}
.mlpdf{
  float: left;
  width: 135px;
  margin: 5px 0 0 10px;
}
footer{
  width: 100%;
  font-size: 15px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  margin: 10px 0 5px 0;
  clear: both;
}
.footer_1{
  font-size: 20px;
  margin: 10px 0 10px 0;
}
.counter{
  clearfix;
  width: 350px;
  height: 20px;
  margin: 0 auto;
}
.counter-e{
  float: left;
  margin-left: 15px;
}
}
/*　タブレット用 481px以上768pxまでのCSS　*/
@media screen and (min-width:481px) and (max-width:768px) {
  .dc1{
  display: none;
}
.tbsp{
  display: block;
}
.sp{
  display: none;
}
body{
  margin: 0 auto;
  padding: 0;
  background: #eee;
  font-family: 'Meiryo','メイリオ','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','ＭＳ Ｐゴシック',sans-serif;
}
#container{
  width: 100%;
  max-width: 768px;
  margin: 5px auto 5px;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
#header2{
  width: 100%;
  height: 120px;
}
#h1box1{
  float: right;
  width: 100%;
  max-width: 595px;
  height: 120px;
  background-image: url("img/header_595_120.png");
}
#h1box2{
  width: 100%;
  height: 170px;
  background-image: url("img/photo_1211_170.png");
}
h1{
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  padding: 30px 10px 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
h3{
  margin: 40px 20px 0 38px;
  font-size: 18px;
  font-weight: bold;
  color: maroon;
  text-indent: -18px;
}
nav{
  width: calc(100% - 10px);
  margin: 0 auto;
  padding-left: 10px;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1{
  float: left;
  width: 80px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
  background-color: #666;
}
.menu2{
  float: left;
  width: 110px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu3{
  float: left;
  width: 90px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu4{
  float: left;
  width: 90px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu5{
  float: left;
  width: 80px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu6{
  float: left;
  width: 110px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.tile1:hover{
  background-color: #777;
}
.tile3:link,.tile3:visited{
  text-decoration: underline solid #777;
}
.tile3:hover{
  color: red;
  font-weight: bold;
}
main{
  width: 100%;
  padding: 5px 0px 0px 0px;
}
.senior7{
  width: 98%;
  max-width: 600px;
  margin: 40px auto 20px;
}
.yokoso{
  margin: 0 auto 10px;
  font-size: 30px;
  font-weight: bold;
  color: maroon;
  text-align: center;
  line-height: 33px;
}
.illust1{
  width: 85%;
  max-width: 478px;
  margin: 0 auto;
}
.manabi{
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
.text2{
  margin: 7px 40px 0px 40px;
  text-indent: 18px;
  font-size: 18px;
  line-height: 26px;
  border: 0px solid #000;
}
.text3{
  font-size: 18px;
  margin: 5px 0 0 45px;
}
.text4{
  text-align: center;
  line-height: 20px;
}
.text5{
  margin: 30px 20px 0 95px;
  text-indent: -25px;
}
.hline1{
  width:85%;
  margin: 0 auto;
  border-bottom: 3px dotted maroon;
}
.hline2{
  width:85%;
  margin: 0 auto;
  border-top: 3px dotted maroon;
}
#box1{
  width: 100%;
  margin: 30px auto 30px;
}
#box1-1{
  float: left;
  width: 60%;
  height: 140px;
}
#box1-2{
  float: left;
  width: calc(40% - 3px);
  height: 140px;
  border-left: 3px dotted maroon;
}
.qr_box{
  width: 100px;
  margin: 0 auto;
}
#table1{
  width: calc(100% - 130px);
  margin-top: 10px;
  padding: 0 50px 0 80px;
  font-size: 16px;
  line-height: 18px;
  display: grid;
  grid-template-rows: minmax(26px, 52px);
  grid-auto-rows: minmax(26px, auto);
  grid-template-columns: 70px 1fr;
  grid-row-gap: 2px;
}
.just{
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.ml{
  margin-left: 30px;
}
.mlpdf{
  float: left;
  width: 135px;
  margin: 5px 0 0 10px;
}
footer{
  width: 100%;
  font-size: 15px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  margin: 10px 0 5px 0;
  clear: both;
}
.footer_1{
  font-size: 20px;
  margin: 10px 0 10px 0;
}
.counter{
  clearfix;
  width: 350px;
  height: 20px;
  margin: 0 auto;
}
.counter-e{
  float: left;
  margin-left: 15px;
}
}
/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {
  .dc1{
  display: none;
}
.tbsp{
  display: block;
}
.sp{
  display: block;
}
body{
  margin: 0 auto;
  padding: 0;
  background: #eee;
  font-family: 'Meiryo','メイリオ','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','ＭＳ Ｐゴシック',sans-serif;
}
#container{
  width: 100%;
  max-width: 480px;
  margin: 5px auto 5px;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
#header2{
  width: 100%;
  height: 81px;
}
#h1box1{
  float: right;
  width: 100%;
  max-width: 400px;
  height: 81px;
  background-image: url("img/header_400_81.png");
}
#h1box2{
  width: 100%;
  height: 80px;
  background-image: url("img/photo_570_80.png");
}
h1{
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  padding: 30px 10px 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
h3{
  margin: 40px 10px 0 28px;
  font-size: 18px;
  font-weight: bold;
  color: maroon;
  text-indent: -18px;
}
nav{
  width: calc(100% - 10px);
  margin: 0 auto;
  padding-left: 10px;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1{
  float: left;
  width: 80px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
  background-color: #666;
}
.menu2{
  float: left;
  width: 110px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu3{
  float: left;
  width: 90px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu4{
  float: left;
  width: 90px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu5{
  float: left;
  width: 80px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.menu6{
  float: left;
  width: 110px;
  height: 37px;
  text-align: center;
  padding-top: 23px;
  color: #fff;
}
.tile1:hover{
  background-color: #777;
}
.tile3:link,.tile3:visited{
  text-decoration: underline solid #777;
}
.tile3:hover{
  color: red;
  font-weight: bold;
}
main{
  width: 100%;
  padding: 5px 0px 0px 0px;
}
.senior7{
  width: 98%;
  max-width: 600px;
  margin: 40px auto 20px;
}
.yokoso{
  margin: 0 auto 10px;
  font-size: 30px;
  font-weight: bold;
  color: maroon;
  text-align: center;
  line-height: 33px;
}
.illust1{
  width: 85%;
  max-width: 478px;
  margin: 0 auto;
}
.manabi{
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
.text2{
  margin: 7px 10px 0px 20px;
  text-indent: 18px;
  font-size: 18px;
  line-height: 26px;
  border: 0px solid #000;
}
.text3{
  font-size: 18px;
  margin: 5px 0 0 48px;
  text-indent: -18px;
}
.text4{
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.text5{
  margin: 30px 10px 0 35px;
  text-indent: -25px;
}
.hline1{
  width:85%;
  margin: 0 auto;
  border-bottom: 3px dotted maroon;
}
.hline2{
  width:85%;
  margin: 0 auto;
  border-top: 3px dotted maroon;
}
#box1{
  width: 100%;
  margin: 30px auto 30px;
}
#box1-1{
  float: left;
  width: 55%;
  height: 140px;
}
#box1-2{
  float: left;
  width: calc(45% - 3px);
  height: 140px;
  border-left: 3px dotted maroon;
}
.qr_box{
  width: 100px;
  margin: 0 auto;
}
#table1{
  width: calc(100% - 40px);
  margin-top: 10px;
  padding: 0 20px 0 20px;
  font-size: 16px;
  line-height: 18px;
  display: grid;
  grid-template-rows: minmax(26px, 52px);
  grid-auto-rows: minmax(26px, auto);
  grid-template-columns: 70px 1fr;
  grid-row-gap: 2px;
}
.just{
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.ml{
  margin-left: 30px;
}
.mlpdf{
  float: left;
  width: 135px;
  margin: 5px 0 0 10px;
}
footer{
  width: 100%;
  font-size: 15px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  margin: 10px 0 5px 0;
  clear: both;
}
.footer_1{
  font-size: 20px;
  margin: 10px 0 10px 0;
}
.counter{
  width: 350px;
  height: 20px;
  margin: 0 auto;
}
.counter-e{
  float: left;
  margin-left: 15px;
}
}
.menu7{
  color : yellow;
  text-align : center;
  padding-top : 15px;
  width : 100px;
  float : left;
  height : 30px;
  font-size : 26px;
  font-weight : bold;
  margin-left : 20px;
  vertical-align : top;
}
.menu8{
  text-align : center;
  padding-top : 15px;
  margin-left : -2px;
  width : 230px;
  height : 50px;
  float : left;
  vertical-align : sub;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

