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: 90%;
  margin: 0 auto;
}

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

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

.left-container {
  width:350px;
}

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

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

.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;
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
}

.text-bx{
  padding: 3px 3px 3px 3px;
  width: 90%;
  margin-left: 5%;
  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: left;
  color: aliceblue;
}
.content-text1{
  font-family: '游ゴシック',sans-serif;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
  line-height: 2;
  width: 47%;
}
.content-text2 {
  font-family: '游ゴシック',sans-serif;
  margin-bottom: 30px;
  margin-left:-12%;
  text-align: left;
  line-height: 2;
  width: 100%;
}

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

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

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

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

.container-image {
  display: block;
  width: 85%;
  height: auto;
  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: 60%;
  border: 2px solid rgb(14, 117, 148);
  border-radius: 5px;
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
  font-family: '游ゴシック',sans-serif;
  font-size: 15px;
  text-align: left;
  color: rgb(14, 117, 148);
}

.border-box p{
  font-family: 'Montserrat', sans-serif;
}

/*二分割画面*/
.column-left {
  margin: 10px;
  margin-top: 20px;
  text-align: center;
  font-size: 100%;
}

.column-right {
  margin: 10px;
  margin-top: 20px;
  font-size: 100%;
  text-align: left;
}

.wrapper{
  margin-bottom:0%;

}

@media all and (min-width: 500px) {
  .wrapper {
    display: flex;
    width:90%;
  }
}


.hr-rapper{
  width:100%;
  margin-top:15px;
  padding-bottom:30px;
}


.bx-rapper{
  width:100%;
  margin-top:5px;
  padding-bottom:30px;
}

.conline{
  margin: 0 auto;
}

.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:50%;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text {
  font-family: '游ゴシック',sans-serif;
  font-weight: bold; 
  font-size: 20px;
  white-space: wrap;
}

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

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

.value {
  font-size: 12px;
}


/* 横縦制御 */
.parent {
  display: flex;
}

.child {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .parent {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px) {
  .parent {
    display: block;
  }
}
