@charset "UTF-8";


button {
  background-color: #FFFFFF;
}
.fukidashi {
  width: 27px;
  height: 20px;
}
.c-m {
  width: 93px;
}
.member-n {
  height: 36px;
  width: auto;
}
.member-n2 {
  height: 132px;
  width: auto;
}
.background-movie {
  position: relative;
  padding-bottom: 60%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.theme-box {
  text-align: center;
  margin-top: 50px;
}
.theme-list {
  display: inline-block;
  text-align: left;
}
.theme-list li {
  margin-bottom: 20px;
}
.theme-title dd {
  margin-left: 70px;
  margin-top: -26px;
}
.theme-detail-box2 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-right: 30px;
  padding-left: 30px;
}
.theme-detail {
  text-align: center;
}
.theme-detail-box {
  border-top: 8px solid  #add8e6;
  border-bottom: 8px solid  #add8e6;
  width: 100%;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.kenkyushitsu {
  font-size: 11px;
  border: thin solid #3E3A39;
  color: #3E3A39;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin-left: 20px;
}
.theme-detail-text p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
}
#background-movie-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333333;
  font-size: 16px;
  background:  #add8e6;
  z-index: 5;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid  #add8e6;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
.balloon1 .name {
  font-size: 15px;
  font-weight: bold;
}
.balloon1 .company {
  font-size: 12px;
}
#wrap {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
#belt1 #nav ul li {
  background-color: #595757;
}
#belt1 #nav ul li a:link {
  color: #FFFFFF;
  text-decoration: none;
}
#belt1 #nav ul li a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#belt1 ul li a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
#belt1 ul li a:active {
  text-decoration: none;
}
.outer2 {
  display: table;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.arrow {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  color: #727171;
  vertical-align: middle;
  text-decoration: line-through;
  font-size: 14px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow-d2::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #727171;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.arrow-d2::after {
  left: 43px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #727171;
  border-right: 1px solid #727171;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-d {
  margin-bottom: 20px;
}
#concept img {
  width: 80%;
  height: auto;
}
.p_facebook {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  width: 30px;
  height: auto;
}
.ob-box {
  text-align: center;
  margin-bottom: 50px;
}
.ob-1 {
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #727171;
  display: inline-block;
  color: #727171;
  margin-right: auto;
  margin-left: auto;
}
.top-5 {
	margin-top: -5px;
}
h3 {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    border: thin solid #727171;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
	display: inline-block;
	
	}
/*===============================================
●style.css 画面の横幅が960px以上
===============================================*/
@media screen and (min-width: 960px) {
  /*pc用のcssを記述*/
	
  .fukidashi-tab {
    display: none;
  }
  .theme-detail-box .name {
    font-size: 22px;
    margin-left: 80px;
  }
  .theme-title2 {
    font-size: 28px;
    line-height: 33px;
    margin-left: 80px;
    margin-top: -35px;
  }
  .number-t {
    width: 35px;
    font-size: 14px;
    border: thin solid #727171;
    color: #727171;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 7px;
    margin-right: 20px;
    text-align: center;
  }
  .number-t2 {
    width: 60px;
    font-size: 18px;
    border: thin solid #727171;
    color: #727171;
    padding-bottom: 2px;
    margin-right: 20px;
    text-align: center;
  }
  .top-title {
    font-size: 33px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  .top-title2 {
    font-size: 18px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .theme-title {
    font-size: 18px;
    line-height: 23px;
  }
  .theme {
    font-size: 24px;
    border: thin solid #595757;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .theme-detail-text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 40px;
  }
  .concept-t {
    font-size: 30px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .outer {
    display: table;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #wrap {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .student0 {
    text-align: center;
    width: 500px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #6F6F6F;
    border: 2px solid  #add8e6;
  }
  img {
    max-width: 100%;
    height: auto;
    width /***/ : auto;
  }
  .student_1 img {
    width: 60px;
    height: auto;
  }
  .mobile {
    display: none;
  }
  #top_images {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
  }
  #nav {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 717px;
	  display: flex;
  }
	.nav_l {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
  #belt1 #nav ul li {
    margin-right: 1px;
    font-size: 16px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 171px;
    margin-left: 1px;
    margin-top: 2px;
  }
  #nav2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 115px;
  }
  #belt1 #nav2 ul li {
    float: left;
    margin-right: 1px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 30px;
    height: 30px;
    margin-left: 1px;
    margin-top: 1px;
  }
  #slide_next .to_facebook .icon {
    height: 67px;
    width: 619px;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
  }
  #slide_next .to_facebook .insta {
    width: 280px;
    float: left;
    height: 280px;
  }
  .to_facebook .icon .font_i_f {
    width: 500px;
    height: 36px;
    text-align: center;
    /* float: left; */
    font-size: 17px;
    border-top: 1px solid #504F4F;
    border-bottom: 1px solid #504F4F;
    /* margin-left: 13px; */
    padding-top: 12px;
  }
  .icon-i {
    width: 50px;
  }
  .icon-f {
    width: 50px;
  }
  /* slideshow
-----------------------------------*/
  #slideshow {
    width: 1000px;
    height: 600px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  #slideshow2 {
    position: relative;
    overflow: hidden;
    width: 360px;
    height: 360px;
    float: left;
  }
  #slideshow3 {
    width: 660px;
    height: 140px;
    position: relative;
    overflow: hidden;
    top: -140px;
  }
  #slideshow3 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 660px;
    height: 140px;
  }
  #slide_next {
    margin-top: 21px;
  }
  #slideshow img {
    top: 0;
    left: 0;
    position: absolute;
  }
  #slideshow2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 360px;
  }
  .to_facebook {
    height: 520px;
    width: 619px;
    float: right;
  }
  #conceptbox {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
  }
  .professor img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .professor {
    height: 100px;
  }
  .professor_left {
    width: 333px;
    float: left;
    margin-top: -80px;
  }
  .hisotry {
    width: 637px;
    padding-bottom: 30px;
    float: left;
    margin-left: 30px;
  }
  .message {
    margin-top: 30px;
    margin-left: 30px;
  }
  .message_text {
    background-color: #727171;
    padding: 20px;
    margin-top: -10px;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
  .professor_d {
    margin-top: 60px;
    background-color: #E6E6E6;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .message-i {
    width: 80px;
  }
  #student {
    height: 140px;
  }
  #student_d {
    margin-top: 80px;
  }
  #student_t {
    text-align: center;
    height: 83px;
    font-size: 30px;
    color: #6F6F6F;
    border-top: 1px solid #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .student_1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #student_d div ul {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 840px;
    clear: none;
  }
  #student_d ul li {
    float: left;
    margin-right: 40px;
    margin-left: 40px;
    width: 200px;
    height: 200px;
    margin-bottom: 80px;
    clear: none;
    padding-bottom: 80px;
  }
	.student_d3 ul {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
  .student_d2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
  }
.student_d2 ul::after {
        content: "";
        display: block;
        width: 150px;
        height: 0;
    }
  .student_d2 ul li {
    width: 150px;
    height: 150px;
    margin-bottom: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .student_d4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	
  }
	 .student_d4 ul li {
    width: 150px;
    height: 150px;
    margin-bottom: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #student img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .s_name {
    font-size: 20px;
    margin-top: 15px;
    color: #504F4F;
  }
  .s_name_e {
    color: #6F6F6F;
  }
  .s_box_title {
    font-size: 17px;
    border-bottom: 1px solid #504F4F;
    padding-bottom: 1px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .s_box_01 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .s_box_02 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .s_box_02b {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .s_box_03 {
    font-size: 17px;
  }
  .sp_right .yajirushi {
    float: left;
    margin-top: 35px;
  }
  #s_profile {
    background-color:  #add8e6;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s_p_w {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp_left {
    width: 200px;
    text-align: center;
    float: left;
  }
  .s_name_d {
    text-align: center;
    border: 1px solid #6F6F6F;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    color: #504F4F;
    font-size: 14px;
    margin-top: 15px;
  }
  .sp_right {
    width: 774px;
    float: right;
  }
  .sp_right .box {
    float: right;
    width: 687px;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    color: #504F4F;
  }
  .fukidashi {
    margin-left: 45px;
  }
  .history_main {
    position: relative;
  }
  .history_main img {
    display: block;
  }
  .history_main a span {
    display: none;
  }
  .history_main a:link, #history_main a:visited, #history_main a:hover, #history_main a:active {
    display: block;
  }
  /* サムネール画像のサイズ */
  .history_main a img {
    width: 200px;
    height: 100px;
  }
  /* マウスオーバーで出現する画像の場所を指定 */
  .history_main a:hover span {
    display: block;
    position: absolute;
    top: 0;
  }
  /* マウスオーバーで出現する画像のサイズ */
  .history_main a:hover span img {
    width: 604px;
    height: 130px;
  }
  .history_main a:hover {
    color: #FFF;
    text-decoration: none;
    width: 66px;
  }
  .p_name {
    background-color:  #add8e6;
    height: 60px;
  }
  .name-inside {
    padding-left: 365px;
  }
  .graph {
    background-color: #FFF;
    margin-top: 20px;
    width: 604px;
    height: 130px;
  }
  .subject_t {
    font-weight: 600;
    font-size: 110%;
    color: #3e3a39;
    width: 130px;
  }
  .year {
    background-color: #FFF;
    text-align: center;
  }
  .graph_d {
    margin-top: 20px;
    width: 604px;
  }
  .p_left10 {
    width: 460px;
    color: #3e3a39;
  }
  /*member*/
  #new_o {}
  #map_member {
    position: relative;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 800px;
    margin-bottom: 80px;
  }
  /*member*/
  .message {
    position: relative;
  }
  .message span.remark {
    display: none;
  }
  .message a:hover span.remark_p {
    display: block;
    position: absolute;
    top: -115px;
    left: 60px;
  }
  #p01 {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .message a:hover span.remark01 {
    display: block;
    position: absolute;
    top: -75%;
    left: -60%;
    height: 109px;
    width: 250px;
  }
  #m01 {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .message a:hover span.remark02 {
    display: block;
    position: absolute;
    top: -100%;
    left: -100%;
    height: 250px;
    width: 350px;
  }
  #m02 {
    position: absolute;
    left: 256px;
    top: 0px;
  }
  .message a:hover span.remark03 {
    display: block;
    position: absolute;
    left: -110%;
    top: -85%;
    height: 109px;
    width: 350px;
  }
  #m03 {
    position: absolute;
    left: 518px;
    top: 24px;
  }
  .message a:hover span.remark04 {
    display: block;
    position: absolute;
    top: -85%;
    left: -110%;
    height: 109px;
    width: 350px;
  }
  #m04 {
    position: absolute;
    left: 739px;
    top: 6px;
  }
  .message a:hover span.remark05 {
    display: block;
    position: absolute;
    top: -75%;
    left: -60%;
    right: auto;
    height: 109px;
    width: 250px;
  }
  #m05 {
    position: absolute;
    top: 94px;
    right: auto;
    left: 850px;
  }
  .message a:hover span.remark06 {
    display: block;
    position: absolute;
    top: -75%;
    left: -105%;
    right: auto;
    height: 108px;
    width: 350px;
  }
  #m06 {
    position: absolute;
    left: 135px;
    top: 133px;
  }
  .message a:hover span.remark07 {
    display: block;
    position: absolute;
    top: -80%;
    left: -60%;
    right: auto;
    height: 88px;
    width: 250px;
  }
  #m07 {
    position: absolute;
    left: 396px;
    top: 145px;
  }
  .message a:hover span.remark08 {
    display: block;
    position: absolute;
    top: -135%;
    left: -100%;
    right: auto;
    height: 143px;
    width: 340px;
  }
  #m08 {
    position: absolute;
    left: 709px;
    top: 140px;
  }
  .message a:hover span.remark09 {
    display: block;
    position: absolute;
    top: -65%;
    left: -60%;
    right: auto;
    height: 110px;
    width: 250px;
  }
  #m09 {
    position: absolute;
    left: 44px;
    top: 279px;
    z-index: 0;
  }
  .message a:hover span.remark10 {
    display: block;
    position: absolute;
    top: -65%;
    left: -110%;
    right: auto;
    height: 152px;
    width: 350px;
  }
  #m10 {
    position: absolute;
    left: 560px;
    top: 195px;
  }
  .message a:hover span.remark11 {
    display: block;
    position: absolute;
    top: -75%;
    left: -60%;
    right: auto;
    height: 110px;
    width: 250px;
  }
  #m11 {
    position: absolute;
    left: 271px;
    top: 252px;
  }
  .message a:hover span.remark12 {
    display: block;
    position: absolute;
    top: -75%;
    left: -60%;
    right: auto;
    height: 110px;
    width: 250px;
  }
  #m12 {
    position: absolute;
    left: 804px;
    top: 267px;
  }
  .message a:hover span.remark13 {
    display: block;
    position: absolute;
    top: -75%;
    left: -60%;
    right: auto;
    height: 109px;
    width: 250px;
  }
  #m13 {
    position: absolute;
    left: 181px;
    top: 440px;
  }
  .message a:hover span.remark14 {
    display: block;
    position: absolute;
    top: -85%;
    left: -60%;
    right: auto;
    height: 109px;
    width: 250px;
    z-index: 3;
  }
  #m14 {
    position: absolute;
    left: 10px;
    top: 500px;
  }
  .message a:hover span.remark15 {
    display: block;
    position: absolute;
    top: -65%;
    left: -70%;
    right: auto;
    height: 109px;
    width: 270px;
  }
  #m15 {
    position: absolute;
    left: 324px;
    top: 560px;
  }
  .message a:hover span.remark16 {
    display: block;
    position: absolute;
    top: -65%;
    left: -65%;
    right: auto;
    height: 109px;
    width: 260px;
  }
  #m16 {
    position: absolute;
    left: 433px;
    top: 359px;
  }
  .message a:hover span.remark17 {
    display: block;
    position: absolute;
    top: -65%;
    left: -30%;
    right: auto;
    height: 109px;
    width: 180px;
  }
  #m17 {
    position: absolute;
    left: 557px;
    top: 492px;
  }
  .message a:hover span.remark18 {
    display: block;
    position: absolute;
    top: -75%;
    left: -90%;
    right: auto;
    height: 108px;
    width: 310px;
  }
  #m18 {
    position: absolute;
    left: 668px;
    top: 367px;
  }
  .message a:hover span.remark19 {
    display: block;
    position: absolute;
    top: -85%;
    left: -90%;
    right: auto;
    height: 108px;
    width: 310px;
  }
  #m19 {
    position: absolute;
    left: 862px;
    top: 435px;
  }
  .message a:hover span.remark20 {
    display: block;
    position: absolute;
    top: 0%;
    left: -50%;
    right: auto;
  }
  #m20 {
    position: absolute;
    left: 550px;
    top: 540px;
  }
  .message a:hover span.remark21 {
    display: block;
    position: absolute;
    top: -75%;
    left: -90%;
    right: auto;
  }
  #m21 {
    position: absolute;
    left: 720px;
    top: 580px;
  }
  .member {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  .member_photo {
    float: left;
  }
  .member_message {
    float: right;
    padding: 20px;
    background-color: #efefef;
    width: 720px;
  }
  .fukidashi_t {
    float: left;
    margin-left: 25px;
    margin-top: 25px;
    width: 20px;
  }
  .message_line {
    height: 17px;
  }
  .message_line .line {
    border-top-width: 1px;
    border-top-style: solid;
    float: right;
    border-top-color:  #add8e6;
    width: 617px;
    height: 1px;
    margin-top: 8px;
  }
  .member_text2 {
    float: left;
    width: 427px;
  }
  .member_photo2 {
    float: right;
  }
  .member_d {
    margin-top: 20px;
  }
  #contact_text2 {
    font-size: 14px;
    color: #3e3a39;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color:  #add8e6;
    border-bottom-color:  #add8e6;
    width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  #contact_text {
    font-size: 17px;
    text-align: center;
    margin-top: 60px;
    color: #3e3a39;
  }
  .pagetop img {
    width: 60px;
    height: 16px;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
  .pagetop a {
    display: block;
    background-color:  #add8e6;
    padding: 10px 10px;
  }
  .pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
  }
  #contact_ad {
    font-size: 28px;
    color: #3e3a39;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p_name p {
    height: 31px;
  }
  .p_name p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #member_kojima .member_message {
    background-image: url(../images/new_ouen.png);
    background-repeat: no-repeat;
    background-position: right 0%;
  }
  #member_odawara .member_message {
    background-image: url(../images/new_ouen.png);
    background-repeat: no-repeat;
    background-position: right 0%;
  }
  .border1 {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color:  #add8e6;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
  }
  .subject_m {
    margin-right: 30px;
  }
  .cheer_img {
    width: 400px;
  }
  .ob-index {
    display: flex;
    justify-content: center !important;
    align-items: flex-start !important;
    margin-bottom: 80px;
  }
  .ob-index p {
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #727171;
  }
}
/*===============================================
共通
===============================================*/
.belt_color {
  background-color:  #add8e6;
}
#belt1 {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.t_white {
  color: #FFF;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#concept {
  text-align: center;
  background-image: url(../images/about_base_p.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact_belt {
  background-color:  #add8e6;
  text-align: center;
  height: 140px;
}
#contact_belt img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer_belt {
  height: 43px;
  margin-bottom: 30px;
}
#footer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
#cheer_title {
  background-color:  #add8e6;
  text-align: center;
  font-size: 17px;
  color: #3e3a39;
  margin-bottom: 50px;
}
#slide_next .to_facebook .fb-page {
  float: right;
}
.ob-i4 {
	 display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}