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

img{
  border: 1px solid rgb(56, 52, 52);
}
.upper-container {
  width:100%;
  height: 200;
}

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

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

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

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

.column-content {
  position: relative;
  width: 100%;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
}

.title-main{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 26px;
  font-feature-settings: "palt";
  letter-spacing:1.5px;
  color:#333;
}

.subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 125%;
  margin-top: 30px;
  white-space: wrap;
  font-feature-settings: "palt";
  letter-spacing:1.5px;
  color:#333;
}

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

.subtitle2{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 125%;
  margin-top: 10px;
  /*margin-left: 7%;*/
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
  color: aliceblue;
}

.content-text1{
  font-family: '游ゴシック',sans-serif;
  margin-bottom: 30px;
  margin-left:3%;
  text-align: left;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing:1.5px;
  color:#333;
}

.content-text1 p{
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.text-item{
  font-size:14px;
}

.text-li-title {
  color: rgb(212, 97, 31);
}

.image-container1 {
  display: flex;
  width: 60%;
  height: 60%;
}
.image-container-item {
  width: 50%;
  height: 50%;
  margin-right: 14px;
}

.image-container2 {
  width:100%;
  height:100%;
}
.item {
  width: 100%;
  height: auto;
  margin-right: 14px;
}

.column-pict{
  width: 100%;
  height: 100%;
}

.column-pict2{
  width: 60%;
  height: auto;
margin-left:20%;
margin-right:20%;
}

.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: 40px;
  text-align: left;
}

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

.bottom-container {
  display: block;
  text-align: center;
  background-color: rgb(241, 241, 241);
  justify-content: center;
  margin-top: 50px;
}

.bottom-title {
  display:inline-block;
  width:75%;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; 
  font-size: 18px;
  white-space: wrap;
  margin-left: auto;
  margin-right: auto;
}

.bottom-image-container {
  display: inline-block;
  width: 65%;
  height: auto;
  margin: auto;
}

.bottom-text {
  padding-bottom: 20px;
}

.value {
  font-size: 12px;
}

.tofulink{
  margin-top:60px;
  margin-bottom:80px;
}
.tofulink p{
  text-align: center;
  margin-bottom: 20px;
  color: black;
}
.tofulink a{
  color: black;
  text-decoration: underline;
}
.tofulink img{
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}