@charset "UTF-8";

body {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  margin:0;
   padding:0;
  width:100%;
}

a {
  text-decoration: none
}

h1{
  font-size:25px;
  font-weight:bold;
  padding: 3px 15px 3px 15px;
  margin:0px;
}

h2{
  font-size:31px;
  margin:120px 100px 18px 100px;
  text-align:center;
}

h3{
  font-weight:bold;
  font-size:1.2rem;
}


p {
  font-size :15px;
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    }

.header {
  height:80px;
  width:auto;
  background-color: white;
  z-index: 1;
  display:block;
}

img{
 width:100%;
}


.gflame{
 display:flex;
 justify-content: center;
 align-items: center;
 width:100%;
 height:auto;
 margin-bottom:200px;
 margin-top:100px;
 padding-bottom: 10px;
}



.container{
 margin-top:0px;
 margin-bottom:120px;
 margin-right:100px;
 margin-left:100px;
 display:flex;
 flex-direction: row;
 justify-content: space-around;
 width:80%auto;
}

.item{
 width:300px;
 height:400px;
 background-image:url(human.jpg);
 position:relative;
}

img.human{
  height:50%;
  width:70%;
  margin:22px 45px 0px 45px;
}

p.title1{
  font-weight: bold;
  font-size:31px;
  background-color: #DF5000;
  color:white;
  padding:5px 8px;
  font-size:1.2rem;
}

.name-box{
  background-color: rgba(79, 162, 96, 0.7);
  position:absolute;
  bottom:0px;
  width:100%;
  height:20%;
  padding:0px;
  margin:0px;
  text-align: left;
  font-weight: bold;
}

p.name{
  padding:10px;
  font-size:18px;
  text-align: left;
  font-weight: bold;
  margin-right: 15%;
  color:white;
}


span{
  font-size:13px;
}

.ceo{
  background-image:url(ceo.jpg);
  background-size:contain;
  border: 2px solid #CCC;
  background-repeat: no-repeat;
  background-position:top right;
  width:auto;
  height:200px;
  margin-top:220px;
  margin-bottom:200px;
  height:450px;
  position:relative;
}

p.okok{
  position:absolute;
	left:30%;
	top:30%;
  font-size:26px;
  padding:35px;
  border: 1px solid #CCC;
  background-color:#DF5000;
  color:white;
  font-weight:bold;
}

.container2{
 margin-top:0px;
 margin-bottom:120px;
 margin-right:100px;
 margin-left:100px;
 display:flex;
 flex-direction: row;
 justify-content: space-around;
 width:80%auto;
}

.item2{
 width:300px;
 height:400px;
 background-image:url(pc.jpg);
 background-repeat:no-repeat;
 background-size:cover;
 position:relative;
 background-position:left 10% top 15%;
}

.item2::before{
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.item3{
 width:300px;
 height:400px;
 background-image:url(warehouse.jpeg);
 background-repeat :no-repeat;
 background-size:cover;
 position:relative;
 background-position:left 10% top 15%;
}

.item3::before{
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.item4{
 width:300px;
 height:400px;
 background-image:url(sales.jpg) ;
 background-repeat :no-repeat;
 background-size:cover;
 position:relative;
 background-position:top center;
}

.item4::before{
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

p.title2{
  font-weight: bold;
  font-size:25px;
  background-color: rgba(79, 162, 96, 0.7);
  color:white;
  text-align:left;
  position:absolute;
  left:0;
  right:0;
  margin-top:0px;
  margin-right:auto;
  margin-left:auto;
  z-index: 1;
  font-size:1.5rem;
  padding:7px;
}

.name-box2{
  border-radius: 10px;
  background-color: rgba(186,186,186,0.99);
  border:solid 1px;
  position:absolute;
  bottom:10%;
  right:21px;
  left:21px;
  margin:35px;
  height:80px;
  width:175px;
}

p.name2{
  font-weight:bold;
  text-align:center;
  font-size:20px;
  padding-top:7px;
}

.lead-form{
  text-align: center;
  font-size:2.1rem;
  padding:40px;
}

form{
  width:850px;
  margin:0 auto;
  padding:50px;
}

p.form-comment{
  font-size:35px;
  font-weight:bold;
  text-align:center;"
}

.item5{
  overflow: hidden;
  margin-bottom: 20px;
  margin-left:100px;
}

.label{
  float: left;
  margin-right: 20px;
  width:135px;
  border-left: solid 3px #DF5000;
  padding-left: 10px;
}

.inputs{
  float: left;
  width:300px;
}

input[type="text"],input[type="email"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}

textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}

.btn-area{
  text-align: center;
}

input[type="submit"]{
  background: #DF5000;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

.footer{
 height:100px;
 width:auto;
 margin-top:5px;
 background-color:rgba(79, 162, 96, 0.99);
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.hokuetsu{
  height:50px;
  width:auto;
}

.header-logo{
  height:auto;
  width:250px;
  position:absolute;
  top:0;
  padding:10px;
}

.top-picture{
  width:100%;
  height:600px;
  background-image:url(human1.png);
  background-size:cover;
  background-position:left;
  background-repeat: no-repeat;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.top-intro{
  height:auto;
  width:250px;
  padding:30px;
  background-color:white;
  border:solid 2.5px;
  border-color: #DF5000;
  margin-left:300px;
}

p.interview{
 font-size:12px;
 color:#a6b3c1;

}

p.bigtitle{
  font-size:40px;
  font-weight:bold;
  text-align:left;
  color:#DF5000
}

p.explain{
  font-weight:bold;
  font-size:20px;
}

p.work-top{
  font-size:20px;
  font-weight:bold;
  text-align:center;
  color:#DF5000
}


.qa{
  width:100%;
  height:auto;
  background-color:#4fa260;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.inside{
  width:70%;
  height:auto;
  background-color: white;
}

.line-bc {
  padding: 78px 50px;
  max-width: 100%;
  margin:auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 150px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 85px;
  padding: 50px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 28px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 55px 0;
  }

.mycomment p {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 50px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px;
  text-align:left;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.senntaku{
  width:100%;
  display:flex;
  justify-content:center;
  align-items: center;
}

.next{
  width:650px;
  height:40%;
  background-color: #DF5000;
  color:white;
  font-weight:bold;
  text-align:center;
  margin:50px 30px 15px 30px;
  padding-top:50px;
  padding-bottom:50px;
}

p.option{
  font-size:17px;
}

.work{
  width:100%;
  height:auto;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

table{
  width:70%;
  height:auto;
  text-align:left;
}

td{
  font-size:15px;
  width:auto;
  height:auto;
  padding:10px;
}

tr {
  font-size:15px;
  width:200px;
  height:auto;
  padding:10px;
}

th {
  font-size:15px;
  width:200px;
  height:auto;
  padding:10px;
}

.inbody{
  width:100%;
  height:auto;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.message{
  width:50%;
  height:auto;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p.top-message{
 font-size:23px;
 padding-top:45px;
 padding-bottom:20px;
 border-bottom:solid 1px;
   width:50%;
   text-align:center;
}


.front-message{
   width:50%;
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding-top:28px;
}

p.front-text{
  font-size:35px;
  font-weight:bold;
   writing-mode:vertical-rl;
   font-family:serif;
}

.main-picture{
  width:70%;
  height:auto;
}

.ceo-message{
 width:100%;
 height:auto;
 position:relative;
}

.ceo-image{
  width:100%;
  height:auto;
text-align:right;
margin-top:70px;
}

.ceo-text{
 line-height:30px;
 padding-top:75px;
 font-family:serif;
 font-weight:bold;
}


.schedule {
  width:100%;
  height:400px;
  position:relative;
  display:block;
}

p.time {
  font-size:1.3rem;
  border-radius:35%;
  background-color:#DF5000;
  border-style:none;
  position:absolute;
  top:30%;
  left:50%;
  padding:20px;
  overflow: hidden;
  color:white;
  font-weight:bold;
    z-index:100;
}

.kuuhaku{
  display:block;
  width:5px;
  background-color:#DF5000;
  position:absolute;
  top:30%;
  left:50%;
  height:400px;
}

p.time2{
  font-size:1.3rem;
  border-radius:35%;
  background-color:#DF5000;
  border-style:none;
  position:absolute;
  top:30%;
  left:43.5%;
  padding:20px;
  overflow: hidden;
  color:white;
  font-weight:bold;
    z-index:100;
}

.schedule-left{
  width:auto;
  height:270px;
  top:55%;
  left:13%;
  object-fit:cover;
  position:absolute;
}

.schedule-comment{
  width:30%;
  height:270px;
  top:55%;
  right:13%;
  background-color:rgba(204, 204, 204, 0.5);
  display:flex;
  justify-content: center;
  align-items:center;
  position:absolute;
  flex-direction: column;

}

.schedule-title{
  font-size:1.5rem;
  font-weight:bold;
  text-align:center;
  padding:10px;
  margin-bottom:5px;
  display:block;
  border-bottom:solid 1px;
  width:auto;
}

.schedule-text{
  padding:10px;
  display:block;
}

.schedule-right{
  width:auto;
  height:270px;
  top:60%;
  right:10%;
  object-fit:cover;
  position:absolute;
}

.schedule-comment2{
  width:30%;
  height:270px;
  top:60%;
  left:13%;
  background-color:rgba(204, 204, 204, 0.5);
  display:flex;
  justify-content: center;
  position:absolute;
  flex-direction: column;
  align-items:center;

}


.schedule-last {
  width:100%;
  height:400px;
  position:relative;
  display:block;
  margin-bottom:200px;
}


.daily-title{
  font-size:1.7rem;
  text-align:center;
  width:60%;
  border-bottom:double 2px;
  border-top:double 2px;
  padding:20px
}

.daily{
  width:100%;
  height:auto;
  display:flex;
  justify-content: center;
  align-items:center;
  padding-top:150px;
}








  /*ここからスマホ用のCSS*/

























@media screen and (max-width:800px){
  body {
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    margin:0;
     padding:0;
    width:100%;
  }


  h1{
    font-size:25px;
    font-weight:bold;
    padding: 3px 15px 3px 15px;
    margin:0px;
  }

  h2{
    font-size:25px;
    margin:120px 100px 18px 100px;
    text-align:center;
  }

  h3{
    font-weight:bold;
    font-size:1.2rem;
  }


  p {
    font-size :15px;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
      }

  .header {
    height:80px;
    width:auto;
    background-color: white;
  }

  img{
   width:100%;
  }

  .container{
   margin:auto;
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items:center;
   width:90%;
  }

  .item{
   width:350;
   height:400px;
   background-image:url(human.jpg);
   position:relative;
   margin-bottom:100px;
  }

  img.human{
    height:50%;
    width:70%;
    margin:5px 10px 0px 20px;
  }

  p.title1{
    font-weight: bold;
    font-size:19px;
    background-color: #DF5000;
    color:white;
    padding:5px 8px;
    font-size:1.2rem;
  }

  .name-box{
    background-color: rgba(79, 162, 96, 0.7);
    position:absolute;
    bottom:0px;
    width:100%;
    height:20%;
    padding:0px;
    margin:0px;
    text-align: left;
    font-weight: bold;
  }

  p.name{
    padding:5px;
    font-size:15px;
    text-align: left;
    font-weight: bold;
    margin-right: 10%;
    color:white;
  }


  span{
    font-size:13px;
  }

  .ceo{
    background-image:url(ceo.jpg);
    background-size:cover;
    border: 2px solid #CCC;
    background-repeat: no-repeat;
    background-position:top right;
    width:auto;
    height:350px;
    margin-top:35px;
    margin-bottom:50px;
    position:relative;
  }

  p.okok{
    position:absolute;
    left:10%;
  	top:45%;
    font-size:17px;
    padding:25px;
    border: 1px solid #CCC;
    background-color:#DF5000;
    color:white;
    font-weight:bold;
  }

  .container2{
   margin-top:0px;
   margin-bottom:120px;
   margin-right:100px;
   margin-left:100px;
   display:flex;
   flex-direction: column;
   justify-content: center;
   width:80%;
  }

  .item2{
   width:300px;
   height:400px;
   margin-top:50px;
   margin-bottom:50px;
   background-image:url(pc.jpg);
   background-repeat:no-repeat;
   background-size:cover;
   position:relative;
   background-position:left 10% top 15%;
  }

  .item2::before{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }

  .item3{
    width:300px;
    height:400px;
    margin-top:50px;
    margin-bottom:50px;
    background-image:url(warehouse.jpeg);
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    background-position:left 10% top 15%;
  }

  .item3::before{
    background-color: rgb(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }

  .item4{
    width:300px;
    height:400px;
    margin-top:50px;
    margin-bottom:50px;
    background-image:url(sales.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    background-position:left 10% top 15%;
  }

  .item4::before{
    background-color: rgb(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }

  p.title2{
    font-weight: bold;
    font-size:25px;
    background-color: rgba(79, 162, 96, 0.7);
    color:white;
    text-align:left;
    position:absolute;
    left:0;
    right:0;
    margin-top:0px;
    margin-right:auto;
    margin-left:auto;
    z-index: 1;
    font-size:1.5rem;
    padding:7px;
  }

  .name-box2{
    border-radius: 10px;
    background-color: rgba(186,186,186,0.99);
    border:solid 1px;
    position:absolute;
    bottom:10%;
    right:21px;
    left:21px;
    margin:35px;
    height:80px;
    width:175px;
  }

  p.name2{
    font-weight:bold;
    text-align:center;
    font-size:20px;
    padding-top:7px;
  }

  .lead-form{
    text-align: center;
    font-size:2.1rem;
    padding:40px;
  }

  form{
    width:365px;
    margin:0 auto;
    padding:50px;
  }

  p.form-comment{
    font-size:28px;
    font-weight:bold;
    text-align:center;
    margin-bottom:60px;
  }

  .item5{
    overflow: hidden;
    margin-bottom: 20px;
    margin-left:35px;
  }

  .label{
    float: left;
    margin-right: 20px;
    width:100px;
    border-left: solid 3px #DF5000;
    padding-left: 10px;
  }

  .inputs{
    float: left;
    width:150px;
  }

  input[type="text"],input[type="email"]{
    border: solid 1px #aaa;
    border-radius:5px;
    padding:10px;
    font-size: 15px;
  }

  textarea{
    border: solid 1px #aaa;
    border-radius:5px;
    padding: 10px;
    height: 160px;
    font-size: 15px;
  }

  .btn-area{
    text-align: center;
  }

  input[type="submit"]{
    background: #DF5000;
    border: none;
    color: white;
    font-size:17px;
    font-weight:bold;
    padding: 10px 20px;
    margin: 0 5px;
  }

  input[type="reset"]{
    background: #aaa;
    border: none;
    color: white;
    font-size:17px;
    font-weight:bold;
    padding: 10px 20px;
    margin: 0 5px;
  }

  .footer{
   height:100px;
   width:auto;
   margin-top:5px;
   background-color:rgba(79, 162, 96, 0.99);
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }

  .hokuetsu{
    height:50px;
    width:auto;
  }

  .header-logo{
    height:auto;
    width:250px;
    position:absolute;
    top:0;
    padding:10px;
  }

  .top-picture{
    width:auto;
    height:300px;
    background-image:url(human1.png);
    background-size:cover;
    background-position:left;
    background-repeat: no-repeat;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }

  .top-intro{
    height:auto;
    width:100px;
    padding:20px;
    background-color:white;
    border:solid 2.5px;
    border-color: #DF5000;
    margin-left:55px;
  }



p.interview{
 font-size:10px;
 color:#a6b3c1;

}

p.bigtitle{
  font-size:25px;
  font-weight:bold;
  text-align:left;
  color:#DF5000
}

p.explain{
  font-weight:bold;
  font-size:10px;
}


  .qa{
    width:100%;
    height:auto;
    background-color:#4fa260;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


  .inside{
    width:95%;
    height:auto;
    background-color: white;
  }

  .line-bc {
    padding: 78px 15px;
    max-width: 100%;
    margin:auto;
    text-align: right;
    font-size: 14px;
    background: #7da4cd;

  }

  /*以下、②左側のコメント*/
  .balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
  }

  .balloon6 .faceicon {
    float: left;
    margin-right: -40px;
    width: 70px;
  }

  .balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .balloon6 .chatting {
    width: 100%;
    text-align: left;
  }
  .says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 85px;
    padding: 25px;
    max-width: 250px;
    border-radius: 12px;
    background: #edf1ee;
  }

  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100px;
    left: -15px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  .says p {
    margin: 0;
    padding: 0;
  }

  /*以下、③右側の緑コメント*/
  .mycomment {
    margin: 55px 0;
    }

  .mycomment p {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 15px;
    max-width: 250px;
    border-radius: 12px;
    background: #30e852;
    font-size: 15px;
    text-align:left;
  }

  .mycomment p:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #30e852;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }


.senntaku{
    width:100%;
    display:flex;
    justify-content:center;
    align-items: center;
    margin-top:50px
}

  .next{
    width:100%;
    height:100%;
    background-color: #DF5000;
    color:white;
    font-weight:bold;
    text-align:center;
    margin:10px;
    padding-top:30px;
    padding-bottom:30px;
    display:flex;
    justify-content:center;
    align-items: center;
  }

p.option{
  margin:auto;
  font-size:20px;
  padding-top:2px;
  padding-bottom:2px;
  padding-right:25px;
  padding-left:25px;
}

  .work{
    width:100%;
    height:auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  table{
    width:95%;
    height:auto;
    text-align:left;

  }

  td{
    font-size:13px;
    width:auto;
    height:auto;
    padding:10px;
  }

  tr {
    font-size:13px;
    width:95px;
    height:auto;
    padding:10px;
  }

  th {
    font-size:13px;
    width:95px;
    height:auto;
    padding:10px;
  }

  .inbody{
    width:100%;
    height:auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .message{
    width:50%;
    height:auto;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  p.top-message{
   font-size:23px;
   padding-top:45px;
   padding-bottom:20px;
   border-bottom:solid 1px;
     width:50%;
     text-align:center;
  }


  .front-message{
     width:50%;
     display:flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding-top:28px;
  }

  p.front-text{
    font-size:35px;
    font-weight:bold;
     writing-mode:vertical-rl;
     font-family:serif;
  }

.main-picture{
  width:140%;
  height:auto;
  margin:auto;
}

  .ceo-message{
   width:160%;
   height:auto;
   position:relative;
  }

  .ceo-image{
    width:100%;
    height:auto;
  text-align:right;
  margin-top:70px;
  }

  .ceo-text{
   line-height:30px;
   padding-top:75px;
   font-family:serif;
   font-weight:bold;
  }




  /*スケジュールのCSS*/




  .schedule {
    width:100%;
    height:550px;
    position:relative;
    display:block;
  }

  p.time {
    font-size:1.2rem;
    border-radius:0%;
    background-color:#DF5000;
    border-style:none;
    position:absolute;
    top:30%;
    left:5%;
    padding:10px;
    overflow: hidden;
    color:white;
    font-weight:bold;
      z-index:100;
      width:90%;
      padding-left:30px;
  }

  .kuuhaku{
    display:block;
    width:5px;
    background-color:#DF5000;
    position:absolute;
    top:30%;
    left:5%;
    height:551px;
  }

  p.time2{
    font-size:1.2rem;
    border-radius:0%;
    background-color:#DF5000;
    border-style:none;
    position:absolute;
    top:30%;
    left:5%;
    padding:10px;
    overflow: hidden;
    color:white;
    font-weight:bold;
      z-index:100;
      width:90%;
        padding-left:30px;
  }

  .schedule-left{
    width:300px;
    height:auto;
    top:55%;
    left:12%;
    object-fit:cover;
    position:absolute;
  }

  .schedule-comment{
    width:300px;
    height:135px;
    top:92%;
    left:12%;
    background-color:rgba(204, 204, 204, 0.5);
    display:flex;
    justify-content: center;
    align-items:center;
    position:absolute;
    flex-direction: column;
    margin:0px;
  }

  .schedule-title{
    font-size:1rem;
    font-weight:bold;
    text-align:center;
    padding:5px;
    display:block;
    border-bottom:solid 1px;
    width:auto;
    margin:0px;
  }

  .schedule-text{
    padding:0px;
    display:block;
    font-size:0.8rem;
    margin:0px;
  }

  .schedule-right{
    width:300px;
    height:auto;
    top:51%;
    left:12%;
    object-fit:cover;
    position:absolute;
    margin:0px;
  }

  .schedule-comment2{
    width:300px;
    height:135px;
    top:91%;
    left:12%;
    background-color:rgba(204, 204, 204, 0.5);
    display:flex;
    justify-content: center;
    align-items:center;
    position:absolute;
    flex-direction: column;
    margin:0px;
  }


  .schedule-last {
    width:100%;
    height:400px;
    position:relative;
    display:block;
    margin-bottom:245px;
  }


  .daily-title{
    font-size:1.7rem;
    text-align:center;
    width:60%;
    border-bottom:double 2px;
    border-top:double 2px;
    padding:20px
  }

  .daily{
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items:center;
    padding-top:150px;
  }
