@charset "UTF-8";

html,
body,
h1,h2,h3,h4,
p,
ul,
ol,
dl{
	padding: 0;
	margin: 0;
}
body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 100%;
	line-height : 1.8;
    background : url(../image/bg-body.jpg) repeat 0 0;
}


.container100 {
  max-width: 600px;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;  
  margin: 0 auto 10px;
}


.wrap100 {
  width: 100%;
  background: #fff;
  margin: 0 10px;
  border-radius: 10px;
  position: relative;
}
.test{
	text-align: left;
	padding: 10px;
	background-color: #0C5697;
    border-radius: 10px 10px 0 0;
	color: #ffffff;
}
.logo{
    font-size: 1.6em;
	text-align: center;
	font-weight: bold;
}
.text{
    color: #0C5697;
    text-align: center;
}
.mi{
    font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.2em;
    padding: 8px 10px 0;
}
.con{
    font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
    padding: 5px 10px 10px;
    font-size: 16px;
}
.con_s{
  font-size: 14px;
}
.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  margin-top: 2px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0C5697;
}


/* ここから下がボタンのCSS　*/
.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: 300px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
}


/* ここはコピーしなくてOK　*/
.container-02 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e00364;
}

/* ここから下がボタンのCSS　*/
.btn-shine.is-pink:hover {
  text-shadow: 2px 2px 3px #e00364;/* text-shadowを背景色に変更する*/
}

footer{
	background:  url(../image/bg-body.gif) repeat 0 0;
	color: #ffffff;
	text-align: center;
}

.myaqua{
  padding-bottom: 5px;
}
.myaqua img{
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
}
.con_red{
  font-size: 1.1rem;
  color: red;
}