/*reset
---------------------------------------*/
* {
 margin: 0;
 padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
 margin: 0;
 padding: 0;
}
a:link {
 color: #006BEB;
}
a:visited {
 color: #010082;
}
a:hover {
 color: #E42D71;
}
a:active {
 color: #E08B01;
}
img {
 vertical-align: bottom;
}
ul, ol {
 list-style-type: none;
 padding: 0px;
 text-indent: 0;
 margin: 0px;
}
a img {
 text-decoration: none;
 border: none;
 webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
a img:hover {
 opacity: 0.8;
}
.img_mid {
 vertical-align: middle;
}
address {
 font-style: normal;
}
table {
 font-size: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
}
.flex {
 display: flex;
 flex-wrap: wrap;
}
input[type="submit"] {
 -webkit-appearance: none;
}
/*body
---------------------------------------*/
body {
 font-size: 17px;
 line-height: 1.8em;
 font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #1b1b1b;
 font-weight: 500;
}
.wrap {
 margin: 0 auto;
 padding: 30px 0;
 max-width: 800px;
 width: 90%;
}
h3.mainh3 {
 text-align: center;
 font-size: 1.4em;
 line-height: 1.6em;
 margin: 0 0 20px 0;
}
.linka a {
 display: flex;
 gap: 30px;
 text-decoration: none;
 border: 2px solid #2280e5;
 border-radius: 10px;
 padding: 10px;
 margin: 10px 0;
 color: #fff;
 font-weight: bold;
 background-color: #2280e5;
 line-height: 1em;
 font-size: 1.15em;
}
.linka a img {
 width: 80px;
 border-radius: 10px;
 border: 2px solid #fff;
}
.linka a span.flex {
 display: flex;
 align-items: center;
}
span.small {
 font-size: 0.7em;
 font-weight: 400;
}
.linka a:hover {
 background-color: #fff;
 color: #2280e5;
}
.copyright {
 margin-top: 60px;
 text-align: center;
 font-size: 12px;
}