@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
font:14px verdana,"ヒラギノ角ゴ Pro W5","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","MS Ｐゴシック","MS PGothic",Sans-Serif;
width: 100%;
max-width: 768px;
height: auto;
display: block;
line-height:1.3;
background-image: url("../img/\ bg_2026.png");
background-size: cover;
aspect-ratio: 16 / 9;
background-repeat: repeat;
background-position: top;
margin: 0 auto;
}

a{
  display:inline-block
}

/* 全体 
------------------------------------------------------------*/
.img-responsive {
  width:100%;
  height:auto;
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
}


.header{
  position: relative;
}

.header_text{
  position: absolute;
  width: 70%;
  top: 46%;
  left: 15%;
}

.text{
  position: relative;
  top: 0%;
  margin: 5%;
}

.flex {
  width: 94%;
  position: relative;
  display: flex;
  bottom: 0%;
  left: 3%;
  flex-direction: row;
  justify-content: center;
  gap: 1%;
}


.flex_item{
  flex-basis:calc((100% - 20px) / 2);
  max-width:calc((100% - 20px) / 2);
}

.CP{
  background-color: #FFEE00;
  margin-top: 4%;
  font-size: 0;
  text-align: center;
}

.img_logo{
  margin: 1%;
}

.container{
  display: inline-flex;
  flex-direction: column;
  gap: 3%;
  margin-top: 2%;
}

.btn{
  margin: 2% 8%;
}

footer{
  padding: 10% ;
}

.copyright{
  margin: 0 16%;
}

