@charset "utf-8";
/* CSS Document */


body {
  font-family: "Helvetica Neue",Verdana,
	Roboto,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Noto Sans JP,
    sans-serif;
}



	
.font_1 {
  color: orange;
}

.font_2 {
font-size: 18px;
}

.font_3 {
    font-size: 20px;    /* 文字サイズ指定 */
    color: red;     /* 文字色指定 */
}

.font_4 {
  color: chocolate;
}
.font_5 {
  color: deepskyblue;
}

.font_6 {
  color: red;
}

.font_7 {
font-size: 14px;
}

.button13 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5px;
  padding: 10px 10px;
  width: 110px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background-color: #e3e3e3;
  box-shadow: 5px 5px 0 #58c0ed;
  transition: 0.3s;
}

.button13 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
  box-shadow: 0 0 0;
}

.fl {
float: left;
}

.fr {float: right;
}

.line {
  display: inline-block;
  font-weight:narmal;
  border: solid 2px #38b3f2;
  border-radius: 10px;
  margin: margin-left: 20px;margin-right: 20px; margin-bottom: 40px
  padding: 5px 10px 5px 10px;
}

.line-2 {
  display: inline-block;
  font-weight:narmal;
  border: solid 2px indianred;
  border-radius: 10px;
  margin: margin-left: 20px;margin-right: 20px; margin-bottom: 40px
  padding: 5px 10px 5px 10px;
}


.cell {
  text-align: center; /* 横方向の中央揃え */
  vertical-align: middle; /* 縦方向の中央揃え */
}

.bs{
    /*コレ*/border-spacing: 18px 1px;
}
