@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Glass+Antiqua');

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Sacramento&family=Ysabeau:wght@400&display=swap');

body {
    background: #fff;
    color: #333;
    font-size: 11px;
    font-family: 'Ysabeau', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #e6b422;
}

a:hover, a:active {
    position: relative;
    top: 0;
    border-bottom: 1px solid #ccc;
}

h1 {
    font-family: 'Glass Antiqua';
    font-size: 30px;
    margin: 20px 0;
    font-weight: 200;
}

h2  {
    font-family: 'Sacramento',  'Kaisei Decol';
    font-size: 20px;
    text-align: center;
    margin: 20px 10px 30px;
    padding: 5px;
    letter-spacing: 0;
    border-bottom: solid 1px #000;
}

h3 {
    font-family: 'Sacramento';
    font-size: 16px;
    text align:center;
    background: #000;
    color: #f5f5f5;
    padding: 5px 15px 2px;
    margin: 25px 0 10px;
    letter-spacing: 0;
    display: inline-block;
}

h4  {
    font-size: 16px;
    font-weight: 200;
    margin: 20px 10px 30px;
    padding: 5px 5px 5px 10px;
    letter-spacing: 0;
    border-bottom: solid 1px #000;
}

h4 span {
    font-size: 12px;
}

hr {
    border-top: solid 1px #555;
    border-left: none;
    margin: 30px 15px 10px;
}

b {
    border: none;
    background: linear-gradient(transparent 50%, #fbd26b 50%);
    margin: 2px;
    padding: 0 1px;
}

input[type], textarea {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'Ysabeau', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #333;
    background: #f5f5f5;
    border: solid 1px #000;
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=text ]{
    height: auto;
    width: 200px;
}

input[type=submit]{
    height: auto;
    width: 100px;
    cursor: pointer;
    text-shadow: none;
    background: #000;
    color:#f5f5f5;
    font-weight: 200;
}

.wrp {
    max-width: 500px;
    margin: 50px auto 30px;
}

.top {
    line-height: 150%;
    margin: 50px auto 30px;
    padding: 5px 5px 15px 5px;
    width: 200px;
    border-image: url(#mtr画像番号_url#);
    border-image-slice:30;
    border-top: solid 0;
    border-right: solid 0;
    border-bottom: solid 8px;
    border-left: solid 8px;
    background:#f5f5f5;
    text-align: center;
    box-shadow:1px -1px 0px 0px #000 inset;
}

.ttl {
    font-family: 'Sacramento';
    font-size: 16px;
    background: #000;
    color: #f5f5f5;
    padding: 5px 5px;
    margin: 20px 25px 0;
    letter-spacing: 0;
}
 

.main {
    margin: 10px 25px;
    padding: 10px 22px 30px;
    text-align: left;
    border-image: url(#mtr画像番号_url#);
    border-image-slice:30;
    border-top: solid 0;
    border-right: solid 0;
    border-bottom: solid 8px;
    border-left: solid 8px;
    background:#f5f5f5;
    box-shadow:1px -1px 0px 0px #000 inset;
}

.main p {
    color: #999;
    display: inline-block;
    margin: 2px 0 2px 10px;
    padding: 0 10px;
    border-left: solid 2px #ccc;
}

.main input[type=text ]{
    width: 80px;
    border: none;
    border-bottom: solid 1px #000;
}

.main input[type=submit]{
    width: 30px;
}

.sec{
    color:#555;
    position: relative;
    z-index: 1;
    margin: 0 0 5px 30px;
    padding: 0 5px 0 20px;
    display: inline-block;
}
.sec::before{
    transform: skewX(45deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
}

.tui {
    text-align: right;
}

.tui a {
    text align:center;
    background: #000;
    color: #f5f5f5;
    padding: 2px 15px;
    margin: 5px;
    display: inline-block;
    border: solid 1px #000;
}

.tui a:hover {
    background: #f5f5f5;
    color: #000;
}
