html{font-size: 10px;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

h1 , h2 , h3 , h4 , h5 , h6 , p{
  text-align: left !important;
  color: #333;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
h1{
  font-size: 300%;
}

h2{
  font-size: 150%;
}

h3{
  font-size: 140%;
}

h4{
  font-size: 80%;
}

.title_area h1{
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.title_area h2{
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.title_area h3{
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 6px;
}
.title_area h4{
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 6px;
}

.title_area h1 , h2 , h3 , h4 , h5 , p{
  text-align: left !important;
  color: #333;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
}

.text_area{
  font-size: 1.6rem;
}

.mb_6{margin-bottom: 6px;}
.mb_12{margin-bottom: 12px;}
.mb_14{margin-bottom: 14px;}
.mb_18{margin-bottom: 18px;}
.mb_24{margin-bottom: 24px;}
.mb_36{margin-bottom: 36px;}
.mb_48{margin-bottom: 48px;}
.mb_60{margin-bottom: 60px;}
.mb_72{margin-bottom: 72px;}


#info{
  margin: 12px 0 24px 12px;
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1);  /*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}

.contents{
  padding: 1.5em;
  background-color: #fcfcfc;
  border:solid 2px #f1f1f1; 
}


.right{
  text-align: right;
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}

.prof{
  line-height: 1.2;
  font-size: 80%;
}

.test{
  font-size: 140%;
  font-weight: ;
  line-height: 1.0;
  color:#000000;
  text-align: center;
}



.top_name{
  font-size: 120%;
  font-weight: bold;
  line-height: 1.7;
}

.proj_name{
  font-size: 120%;
  font-weight: bold;
  line-height: 1.0;
}


/*
.kikaku_box{
  border-left: solid 2px #1b1f2d;
}
*/

.kikaku_title{
  font-size: 130%;
  font-weight: bold;
  line-height: 1.2;
  color:#000;
}

.kikaku_day{
  font-size: 130%;
  font-weight: bold;
  line-height: 1.2;
  color:#2d2d2d;
}

.kikaku_text{
  font-size: 105%;
  line-height: 1.5;
  margin-top: 20px;
  color:#2d2d2d;
}


.mail{
  font-weight: bold;
  margin-right: 6em;
  margin-left: 6em;
}

.caution{
  font-weight: bold;
  margin-right: 1em;
  margin-left: 1em;
  font-size: 120%;
  color:#000;
}

.img{
	margin-top:10px;
	margin-right:12px;
}

.img_end{
	margin-top:10px;
	margin-right:0px;
}

.img_trim {
  width: 100%;  /* トリミングしたい幅 */ 
  height: : 100%; /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}

.container{
	margin-bottom:30px; 
}

.ols_link{
  margin: 24px 0;
}

.ols_link h4{
  font-size: 2rem;
  margin-bottom: 24px;
  font-weight: bold;
}

ul.ols_link_button{
  display: flex;
  flex-wrap: wrap;
}

ul.ols_link_button li{
  list-style: none;
  border: solid 1px #555;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #EFD21F;
}

ul.ols_link_button li a{
  color: #000;
}

ul.ols_link_button li:hover{
  background: #6699ff;
  border: solid 1px #6699ff;
}
ul.ols_link_button li a:hover{
  color: #fff;
  text-decoration: none;
}





.flex-container{
            display: flex;
            justify-content: space-between;
          }

          .box{
            flex: 1;
          }
          .content{
            width: 95%;
            padding: 10px 5px;
            border-radius: 12px;
            border: solid 3px #ff5064;
          }

          .content h1{
            text-align: center !important;
            font-size: 1.7rem;
            font-weight: bold;
          }

          .content h2{
            text-align: center !important;
            font-size: 2.0rem;
            font-weight: bold;
            color: #ff5064;
          }

          .content p{
            text-align: center !important;
            width: 100%;
            display: block;
            color: #333;
            font-size: 12px;
            border-radius: 3px;
            border: solid 1px #ff5064;
            margin-bottom: 6px !important;
          }


          .link_btn{
            transition: 0.2s;
            border-radius: 6px;
            padding: 5px 15px;
            background: #333;
            font-size: 10px;
            color: #fff;
          }

          .mail_buton{
            transition: 0.2s;
            margin: 0 auto;
            padding: 6px 0px;
            color: #333;
            display: block;

            border: solid 1px #333;
            border-radius: 4px;
            text-align: center;
          }


          a:hover{
            border: solid 1px #ff5064;
            color: #ff5064;
          }
