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 {
  position:relative;
  box-sizing:border-box;
  margin: auto;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.left-container {
  width:350px;
}

.column-pict{
  display: block;
  width: 50%;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
}

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

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

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

.content-text1{
  font-family: '游ゴシック',sans-serif;
  margin-bottom: 30px;
  margin-left:3%;
  margin-right: 3%;
  text-align: left;
  line-height: 2;
}

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

.content-text2 {
  font-family: '游ゴシック',sans-serif;
  margin-bottom: 30px;
  margin-left:3%;
  text-align: left;
  line-height: 2;
}

.text-item{
  font-size:14px;
  margin-right: 3%;
}

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

.container-image {
  display: block;
  width: auto;
  height: 190px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.item {
  width: 50%;
  height: 50%;
}
.text {
  text-align: center;
  width: 100%;
}

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

.cont{
  margin-left:40px;
}

.border-box {
  display: block;
  width: 80%;
  border: 2px solid rgb(14, 117, 148);
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  margin: 0 auto;
  font-family: '游ゴシック',sans-serif;
  font-size: 15px;
  text-align: left;
  color:rgb(14, 117, 148)
}

/*二分割画面*/
.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;
}

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