h1 {
  font-family: "メイリオ";
  font-weight: bold;
  text-align:center;
  margin-bottom: 20px;
  font-size: 1.5rem
  
}

p {
  text-align:center;
}


#container{
  background-color: #ffffff;
  /*width: 400px;*/
  /*min-width: 300px;*/
  margin: 30px auto;
  font-family: font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
}

.contents1{
width: 50%;
height:55%;
float: left;
}

.contents2{
float: both;
}

.contents3{
clear: both;
}

.text-style1 {
  font-family: "メイリオ";
  color: #ffffff;/*文字色*/
  background-color: #364e96;
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  max-width: 350px;
  margin: 0 auto;
  font-weight: bold;
}

.text-style2 {
  font-family: "メイリオ";
  color: #ffffff;/*文字色*/
  background-color: #FE9A2E;
  border: solid 3px #FE9A2E;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  max-width: 350px;
  margin: 0 auto;
  font-weight: bold;
}

.text-ss-white {
    font-size: 0.7rem;
	color: white;
}

.text-s {
    font-size: 1.0rem;
    padding: 0.15em;/*文字周りの余白*/
    
}

.text-s-bold {
	font-size: 1.0rem;
	font-weight: bold;
}

.text-s-red {
    font-size: 1.0rem;
	color: red;
}

.text-s-blue {
    font-size: 1.0rem;
	color: blue;
}

.text-s-white {
    font-size: 1.0rem;
	color: white;
}

.text-m {
    font-size: 1.2rem;
}

.text-m-right {
    font-size: 1.2rem;
    text-align: right;
}

.text-m-bold {
    font-size: 1.2rem;
	font-weight: bold;
}

.text-m-red {
    font-size: 1.2rem;
	color: red;
}

.text-m-blue {
    font-size: 1.2rem;
	color: blue;
}

.text-l {
    font-size: 1.5rem;
}

.text-l-bold {
    font-size: 1.5rem;
}

.text-l-red {
    font-size: 1.5rem;
	color: red;
}

.margin-s {
	margin-bottom: 10px;
}

.margin-m {
	margin-bottom: 20px;
}

.margin-l {
	margin-bottom: 40px;
}

.margin-15 {
	margin-bottom: 15px;
}

a.btn_01 {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #364e96;
  border: 1px solid #364e96;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_01:hover {
  background: #fff;
  color: #364e96;
}
a.btn_01:hover:before {
  border-top: 2px solid #364e96;
  border-right: 2px solid #364e96;
}

a.btn_02 {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

a.btn_02:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_02:hover {
  background: #ffffff;
  color: #000000;
}
a.btn_02:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

a.btn_03 {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #888888;
  border: 1px solid #000000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_03:hover {
  background: #888888;
  color: #ffffff;
}
a.btn_03:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

a.btn_04 {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #008b8b;
  border: 1px solid #000000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  /*font-weight: bold;*/
}

a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_04:hover {
  background: #008b8b;
  color: #ffffff;
}
a.btn_04:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

a.btn_05 {
  max-width: 110px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  position: relative;
  background: #FFFFCC;
  border: 1px solid #000000;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 7px 0px 0px 0px;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  display:inline-block;
  /*font-weight: bold;*/
}

a.btn_05:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_05:hover {
  background: #FFFFCC;
  color: #000000;
}
a.btn_05:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

.main{

}

footer {
    text-align: center;
    position: fixed;
    bottom: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)
}

th,td {
    border: solid 1px;              /* 枠線指定 */
}
