@charset "utf-8";
@import url("lpreset.css");

*, *:before, *:after {
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a{
  text-decoration: none;
}

img{
  vertical-align: bottom;
  backface-visibility: hidden;
}

body{
  font-family: sans-serif;
}

h1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#3c5a78;
  padding:10px;
  color:#fff;
}

h1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px;
  border:1px solid #fff;
  border-radius: 5px;
}

h1 i{
  font-size:1.2rem;
  color:#fff;
}

h2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:10px 0;
  border-bottom:1px solid #aaa;
  color:#333;
}

h2 .dcm{
  width:115px;
  height:30px;
  margin-right:10px;
}

h2 .sb{
  width:94px;
  height:40px;
  margin-right:10px;
}

h2 div{
  width:100%;
  text-align: center;
}

h2  span{
  display: block;
  font-size:1.3rem;
  margin-top:5px;
}

.notice{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:calc(100% - 30px);
  margin:15px auto;
  padding:8px;
  color:#333;
  font-size:0.8rem;
  font-weight: bold;
  border:1px solid #aaa;
}

.notice span{
  display: block;
  content:"";
  width:6px;
  height:6px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #333;
}

.main{
  width:calc(100% - 30px);
  margin:10px auto 15px;
  padding:0 10px 10px;
  border:1px solid #aaa;
  border-radius: 15px;
}

.main p{
  font-size:0.8rem;
  color:#333;
  margin-top:10px;
}

.main p i{
  margin-right:5px;
  color:#2d8beb;
}

.main p span{
  border-bottom:1px solid #2d8beb;
}

.main a{
  display: flex;
  align-items: center;
  justify-content: center;
  width:230px;
  margin:15px auto 10px;
  padding:15px 0;
  border:1px solid #aaa;
  border-radius: 15px;
  color:#333;
}

.main a i{
  color:#ed3b54;
  font-size:1.5rem;
  margin-right:10px;
}

.other{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:calc(100% - 30px);
  margin:20px auto;
  padding:10px;
  font-size:0.9rem;
  color:#333;
  border:1px solid #aaa;
}

.other div{
  display: flex;
  align-items: center;
}

.other .sb{
  width:94px;
  height:40px;
  margin-right:15px;
}

.other .dcm{
  width:115px;
  height:30px;
  margin-right:15px;
}

.other span{
  display: block;
  content:"";
  width:6px;
  height:6px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #333;
}

h3{
  background:#3c5a78;
  color:#fff;
  padding:10px;
}

.menu-list{
  display: flex;
  flex-wrap: wrap;
}

.menu-list li{
  width:50%;
  border-bottom:1px solid #aaa;
}

.menu-list li:nth-of-type(2n){
  border-left:1px solid #aaa;
}

.menu-list li:nth-last-of-type(1){
  width:100%;
  border-bottom:40px solid #3c5a78;
}

.menu-list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size:0.9rem;
  color:#333;
  padding:10px;
}

.menu-list li a span{
  display: block;
  content:"";
  width:6px;
  height:6px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #333;
}

.main-list{
  display: block;
  width:calc(100% - 40px);
  margin:10px auto;
  font-size:0.8rem;
  color:#333;
}

.main-list li,.main-list li:nth-of-type(2n){
  width:100%;
  border:none;
  margin-bottom:5px;
  border:1px solid #ddd;
  padding:3px 10px;
}

.main-list li div{
  display: flex;
  width:100%;
  align-items: center;
  margin-bottom:3px;
}

.main-list li img{
  width:30px;
  height:30px;
  margin-right:5px;
}

.main-list li span{
  font-weight: bold;
}

.sub-text{
  border-bottom:1px solid #aaa;
  font-size:0.8rem;
  color:#333;
  padding:10px;
}

.sub-text p{
  margin-bottom:5px;
}

.sub-text i{
  margin-right:5px;
  color:#ed3b54;
}

.sub-text a{
  display: inline-block;
  margin-left:5px;
  text-decoration: underline;
  color:#333;
  font-weight: bold;
}