p{
  /* font-family: "游ゴシック", Yu Gothic, "メイリオ", Meiryo, sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

img{
  border: 1px solid rgb(56, 52, 52);
}

.tathead {
  padding-top: 50px;
  width:100%;
  max-width: 100%;
  height: auto;
}

.main {
  position: relative;
  /* max-width: 900px; */
  margin: 0 auto;
  width: 90%;
}

.body-container {
  display:flex;
  position:relative;
  box-sizing:border-box;
  margin: auto;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.left-container {
  width:350px;
  margin-top: 50px;
}

.column-pict{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  font-family: 'object-fit: cover';
}

.column-pict1{
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.column-content {
  position: relative;
  width: 100%;
  align-items: center;
}
.column-content1 {
  position: relative;
  width: 100%;
  align-items: center;
  margin-top: 35px;
}


.cat1 {
  margin: 10px;
  margin-top: 20px;
  text-align: center;
  font-size: 100%;
}

.title-main{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 26px;
}

.tit0{
  font-family: ヒラギノ角, sans-serif;
  font-weight: bold;
  font-size: 100%;
  transform: scale(1.5, 2);
  margin-top: 70px;
  transform-origin: left top;
  text-align: left;
  margin-left: 5%;
}

.subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 125%;
  margin-top: 30px;
  margin-left: 2%;
  white-space: wrap;
}

.subtitle1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 125%;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: wrap;
  text-align: center;
  color: aliceblue;
}

.content-text1{
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left:3%;
  text-align: left;
  line-height: 2;
}
.content-text1 p{
  line-height: 1.5;
  white-space: wrap;
}
.content-text1 a{
  color: black;
  text-decoration: underline;
}

.text {
  text-align: center;
  width: 100%;
}

.cont{
  margin-left:40px;
}

/*二分割画面*/
.column-left {
  object-fit: scale-down;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.column-right {
  width: 70%;
  margin-top: 20px;
  margin-left: 60px;
}
.column-left1 {
  object-fit: scale-down;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
.column-right1 {
  width: 70%;
  margin-top: 20px;
  margin-left: 60px;
}

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

.text-bx{
  padding: 3px 3px 3px 3px;
  width: 80%;
  margin-left: 0%;
  background-color:  rgb(14, 117, 148);
}