@charset "UTF-8";

/* Base */
html { font-family: "ＭＳ 明朝",serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: "MS Pゴシック";}
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.section-service1-text{
  border-top: 7px #1d2d61 solid;
  background-color: #fff;
  padding-bottom: 50px;
}
.section-service2-text{
  border-top: 7px #1d2d61 solid;
  background-color: #fff;
  padding-bottom: 50px;
}
.backimg{
  background-image:  url(../material/back-water2.png);
  background-size: 100% 100%;
  line-height: 30px;
}
.section0{
  background: linear-gradient(#002b60, #008cd6) fixed;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: "Verdana";
}
.section0 img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.posi-relative{
  position: relative;
}
.posi-absolute{
  position: absolute;
}
.section0size{
  top: 40%;
  left: 35%;
  right: 30%;
  width: 40%;
  margin: 0 auto;
}
.title3{
  color: #fff;
  font-family: "Arial";
  padding-bottom: 20px;
  font-size: 30px;
}
.section-message0{
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
  font-family: "Verdana";
}
.section-message0 h3{
  color: #fff;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
}
.section-message{
  width: 96%;
  margin: 30px auto;
  color: #fff;
  font-family: "Verdana";
}
.section-message h2{
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
}
.section-message p{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.section-service1{
width: 100%;  
}
.section-service1 img{
  width: 100%;
}
.section-service2{
  width: 100%;  
  }
  .section-service2 img{
    width: 100%;
  }

.top-recruit{
  width: 100%;
  background-color: #002b60;
  padding-top: 30px;
  padding-bottom: 30px;
}
.top-recruit img{
  width: 100%;
} 
.w1-3{
  width: 95%;
  margin: 0 auto;
  color: #fff;
}
.w1-3 img{
  margin-bottom: 30px;
}
.w90{
  width: 95%;
  margin: 0 auto 40px;
}
.invisible-smart{
  display: none;
}
.header-relative{
  position: relative;
}
.smart-logo{
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.smart-logo img{
  width: 250px;
  margin-left: 10px;
}
.slide-message{
  color: #fff;
  top: 120px;
  position: absolute;
  z-index: 1000;
  font-size: 15px;
}
.phone-no{
  margin-bottom: 80px;
}
.slidemes img{
  width: 230px;
}
.catch{
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.catch img{
  width: 100%;
}
.in-contents{
  padding-top: 2px;
}
header{
  display: none;
  width: 100%;
  color: #000;
}
header img{
  width: 70px;
  margin-right: 20px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.w50{
  width: 100%;
}
.w50 img{
  width: 100%;
}
.herder-left{
  width: 95%;
  margin: 0px auto;
}
.herder-left h1{
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
  font-size: 18px;
}
.herder-left p{
  padding-top: -30px;
}
.herder-left img{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
}
.herder-middle{
  display: none;
}
.herder-middle li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
}
.herder-right{
  display: none;
}
.herder-right:hover {
  background-color: #2166ab;
  border-color: #2a71ab;
  color: #000;
  transition: 0.3s;
}

.small{
  font-size: 16px;
}
.small-header{
  font-size: 10px;
}
.topview{
  display: none;
}
.top{
  width: 100%;
}
.top video{
  width: 100%;
}
.smart-toppicture img{
  display: none;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 200px;
    margin-left: -200px;
    z-index: 1;
}
.top-english{
  background: linear-gradient(#000, #9b97c9) fixed;
  color: #fff;
  margin-top: 20px;
  font-size: 24px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-top: -90px;
}
.top-color{
  width: 100%;
  height: 80px;
  background: linear-gradient(#000, #9b97c9) fixed;
}
.top-effect-img img{
  display: none;
    position: absolute;
    width: 100%;
    left: 800px;
    margin-left: -800px;
}
.top-effect-img{
  position: absolute;
  width: 80%;
  top:230px;
  left:10%;
  list-style: none;
  text-align: center;
  opacity: 0;
  animation: example 2s ease 2s 1 forwards;　
    -webkit-animation: example 2s ease 2s 1 forwards;
  z-index: 1000;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.news{
  width: 90%;
  margin: 0 auto 60px;
}
.news tr{
  height: 100px;
}
.news td{
  text-align: left;
  width: 90px;
}
.news th{
  text-align: left;
  padding-left: 10px;
}
.day-left{
  background-color: #2596f5;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}

.section1{
  background-image: url(../material/top01.png);
  background-size: 100% 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section1-text{
  width: 100%;
  background: linear-gradient(#a0d8ef, #fde8e9) fixed;
  padding-top: 20px;
  padding-bottom: 30px;
}
.title-top{
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.title h2{
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Arial";
}
.title-top h2{
  font-size: 17px;
  color: #fff;
}
.title-top p{
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
  font-family: "Verdana";
}
.section1-size{
  padding-top: 20px;
}

.link-left{
  margin-left: 30px;
}
.infiniteslide1{
  height: 300px;
  background-color: #456;
}
.infiniteslide1 img{
  height: 300px;
}
.jirei-link{
  text-align: center;
  width: 100%;
}
.jirei-link i{
  margin-bottom: 30px;
}
.jirei-base li{
  color: #fff;
  background-color: #9b97c9;
  width: 48.5%;
  display: inline-block;
  border-bottom: 1px #fff solid;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  font-family: "Arial";
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.title{
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}
.title2{
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.title h2{
  font-size: 25px;
  color: #000;
  font-family: "Arial";
}
.title2 h2{
  font-size: 28px;
  color: #1d2d61;
  font-family: "Arial";
}
.title p{
  font-size: 15px;
  color: #2261a0;
  font-family: "Verdana";
}
.title2 p{
  font-size: 15px;
  font-family: "Verdana";
}
.title-in{
  text-align: left;
  border-bottom: 1px solid;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.title-in h3{
  padding-top: -20px;
}
.title-in img{
  width: 50px;
  margin-top: -8px;
  margin-right: 20px;
}
.smart-img{
  width: 100%;
  background-color: #000;
}
.smart-img img{
  width: 100%;
}
.contacttolink{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3b17c9;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  width: 200px;
}
.contacttolink:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #9F280E;
  transition: 0.3s;
}
.contacttolink2{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  width: 200px;
  border:solid 1px #fff;
}
.contacttolink2:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.contacttolink3{
  display: none;
}
.contacttolink3:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.contacttolink4{
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #9F280E;
  color: #fff;
  height: 30px;
  text-align: center;
}
.contact-button{
  color: #fff;
  background-color: #14093b;
  border:solid 2px #14093b;
  padding:14px;
  font-size: 15px;
  text-align: center;
}
.section2{
  text-align: center;
  margin-top: 40px;
}
.section2-space{
  width: 100%;
  height: 110px;
  background-image: url(../material/back-recruit.png);
  background-size: 100% 100%;
  color: #fff;
}
.section2-space h2{
  padding-top: 60px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 26px;
}
.section2-img{
  background-image: url(../material/top02.png);
  background-image: 100% 100%;
  padding-bottom: 60px;
}
.section2-img h3{
  padding-top: 40px;
  color: #fff;
  font-size: 30px;
}
.section2-message{
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.section2-text{
  color: #fff;
}
.aboutme{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px;
  margin-top: 60px;
}
.aboutli{
  width: 70%;
  margin-bottom: 40px;
  display: inline-block;
}
.aboutli img{
  width: 100%;
}
.greeding{
  text-align: center;
  width: 95%;
  margin: 0 auto;
  font-size: 14px;
}
.greeding h3{
  font-size: 1.5em;
  color: #0068b7;
  margin-bottom: 10px;
}
.greeding img{
  width: 100%;
}
.lispace{
  margin-left: 10%;
  margin-right: 10%;
}

.section3{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 150px;
}
.section3-back{
  width: 100%;
  height: 250px;
  background-image: url(../material/work9.png);
  background-size: 100% 100%;
}
.section3 img{
  width: 100%;
  height: 100%;
}
.section3-text{
  width: 98%;
  left:1%;
  position: absolute;
  top:30px;
  background-color: rgba(255,0,0,0.8);
}
.section3-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}

.section4{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 180px;
}
.section4-back{
  width: 100%;
  height: 250px;
  background-image: url(../material/work4.png);
  background-size: 100% 100%;
}
.section4 img{
  width: 100%;
  height: 100%;
}
.section4-text{
  width: 98%;
  position: absolute;
  top:30px;
  left:1%;
  background-color: rgba(0,0,0,0.8);
}
.section4-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}
.footer{
  background-color: #002b60;
  color: #fff;
  font-family:"Avenir";
  padding-top: 50px;
}
.footer-menu{
  display: none;
}
.footer img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.footer-access{
  display: none;
}
.footer-block-detail{
  width: 100%;
  margin-bottom: 20px;
}
.footer-block-detail img{
  width: 150px;
  margin-right: 10px;
  margin-top: -10px;
  margin-bottom: 40px;
}
.color-ch2{
  display: none;
}
.to-contact{
  background-image: url(../material/back-stone.png);
}
.color-ch{
  background-color: rgba(0, 3, 95, 0.7);
  padding-top: 20px;
  padding-bottom: 20px;
}
.color-ch2{
  background-color: rgba(0, 0, 0, 0.4)
}
.footerlogo{
  text-align: center;
  color: #fff;
  background-image: url(../material/contact.png);
  background-size: 100% 100%;
  font-size: 14px;
}
.footerlogo img{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
}
.title-contact{
  font-family: "Arial";
  font-size: 30px;
}
.title-contact p{
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 20px;
} 
.footer-color-over{
  background-color: #20c92f;
  height: 130px;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3";
  color: #fff;
}
.footer-color-over h2{
  color: #fff;
  padding-top: 50px;
  font-size: 27px;
}
.footer-color-over i{
  margin-right: 20px;
}
.footer-color-under{
  background-color: #0095eb;
  height: 130px;
  font-family: "ヒラギノ角ゴ ProN W3";
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.footer-color-under i{
  margin-right: 20px;
}
.footer-color-under p{
  padding-top: 50px;
}
.footer-color-under h2{
  color: #fff;
  padding-top: 50px;
  font-size: 27px;
}

.copywright{
  display: none;
}
.smart-block{
  margin-bottom: 20px;
  text-align: left;
}
.footer-logo{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
.footer-logo img {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 20px;
}
.footer-logo .textbig{
  font-size: 1.2em;
  margin-top: 10px;
}
.footer-adress{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.footer-sns{
  text-align: center;
  margin-bottom: 50px;
}
.footer-sns li{
  display: inline-block;
  margin-right: 20px;
}
.footer-left{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer-left h2{
  padding-top: 20px;
}
.footer-left img{
  width: 100%;
  margin-right: 20px;
}
.footer-left p{
  font-size: 12px;
}
.footer-right{
  display: none;
}
.footer-right p{
  font-size: 12px;
}
.footer-small{
  font-size: 15px;
}
.footer-in{
  width: 95%;
  margin: 0 auto;
}

.copyright{
  text-align: center;
  margin-bottom: 70px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #1e1d03;
}
.text-big{
  display: none;
}
.footer-section p{
  margin-bottom: 10px;
  margin-left: 10px;
}
.inner-picture{
  width: 100%;
  position: relative;
  height: 170px;
}
.inner-picture img{
  width: 100%;
  height: 170px;
}
.inner-picture-text{
  text-align: center;
  position: absolute;
  top: 70px;
  font-size: 23px;
  font-family: "osaka";
  color: #fff;
  background-color: rgba(24, 86, 132, 0.8);
  padding: 10px 15px;
  left: 25%;
  margin: 0 auto;
}
.inner-picture-text p{
  font-size: 18px;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 0.6s;
}
.underleft{
  opacity : 0;
  transform: translateY(90px);
  transition: all 2s;
}
/*パンクズリスト*/
.breadcrumb {
  display: none;
}
.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.copmany-section1{
  width: 95%;
  margin:0 auto;
  padding-bottom: 30px;
}
.company-message{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}
.company-goaisatu{
  line-height: 30px;
}
.company-goaisatu h3{
  margin-bottom: 10px;
}
.company-goaisatu img{
  width: 100%;
  margin-top: 30px;
}
.img-small img{
  width: 240px;
}

.history{
  width: 95%;
  margin: 0px auto 60px;
  text-align: center;
}
.history table{
  margin: 0 auto;
}
.history th{
  width: 90px;
  border-bottom: dotted 2px #000;
  text-align: center;
}
.history td{
  border-bottom: dotted 2px #000;
  padding-left: 20px;
  padding-right: 20px;
  width: 500px;
  text-align: left;
}
.history tr{
  height: 70px;
}
.access{
  width: 100%;
  margin-top: 40px;
}
.access iframe{
  width: 100%;
  height: 400px;
}

.action{
  font-size: 13px;
  color: #00035f;
}
.company-prof{
  width: 100%;
  margin: 0 auto;
}
.company-prof{
  padding-bottom: 20px;
  width: 100%;
}
.company-prof table{
  border: solid 1px #fff;
  border-collapse: collapse;
}
.company-prof th{
  width: 28%;
  color: #fff;
  background-color: #0099ff;
  border: solid 1px #fff;
}
.company-prof td{
  border: solid 1px #fff;
  padding-left: 10px;
  text-align: left;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}

.branch iframe{
  height: 550px;
  margin-bottom: 40px;
}
.small-font{
  font-size: 10px;
}
.company-map{
  width: 100%;
  margin-top: 70px;
  height: 450px;
}
.company-map iframe{
  width: 100%;
  height: 100%;
}

.flow-intro{
  margin-bottom: 50px;
}
.flow-intro li{
  width: 49%;
  display: inline-block;
}
.flow-intro img{
  width: 100%;
  margin-bottom: 5px;
}
.works-index{
  padding:20px 10px;
  height: 40px;
  color: #0f1766;
}
.works-text{
  padding:30px 10px;
}



.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.confirm {
  width: 95%;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.nyuryoku{
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 10px;
}
.nyuryoku td{
  text-align: left;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.personal-section2{
  text-align: left;
  margin-bottom: 40px;
}
.personal-section2 p{
  margin-bottom: 20px;
}
.privacy-day{
  text-align: right;
  margin-right: 40px;
}
.event-table{
  display: none;
}
.event-table-smart table{
  width: 100%;
}
.event-table-smart th{
  width: 40%;
}

.juyohin li{
  width: 100%;
}
.juyohin img{
  width: 100%;
}
.service-text3{
  width: 80%;
  margin: 0 auto 50px;
  border:solid 3px #4b71af;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  padding: 20px;
  font-size: 17px;
  line-height: 30px;
}
.service-text3 h3{
  margin-top: 20px;
  color: #00035f;
}
.service-text{
  margin-bottom: 40px;
  line-height: 30px;
}
.service-text h3{
  color: #4b71af;
  font-size: 24px;
  margin-bottom: 10px;
}
.service-message{
  text-align: center;
  margin-bottom: 50px;
}
.service-message h2{
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #14093b;
  font-size: 25px;
  border-left: 3px #14093b solid;
  border-right: 3px #14093b solid;
}
.service-message p{
  margin-top: 30px;
  line-height: 30px;
}
.service-message p{
  margin-top: 30px;
  line-height: 30px;
}
.service-point{
  margin-top: 50px;
}
.service-point img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.service-point h3{
  font-size: 25px;
  font-family: "Arial";
  color: #14093b;
}
.contact-change{
  width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.career-text{
  text-align: center;
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
  font-size: 13px;
  margin-bottom: 40px;
}


.career-choice{
  width: 100%;
}
.career-choice li{
  width: 95%;
  position: relative;
  margin: 0 auto 30px;
  color: #9b97c9;
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Arial";
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.career-choice img{
  width: 150px;
}
.flag {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 90px solid #002b60;
  border-bottom: 90px solid transparent;
}
.recruit-mes{
  width: 100%;
  margin-top:30px;
  margin-bottom: 30px;
}
.recruit-mes img{
  width: 100%;
}
.recruit-person{
}
.recruitimg{
  width: 98%;
  margin: 0 auto;
}
.recruitimg img{
  width: 100%;
}
.recruit-button{
  padding-bottom: 40px;
}
.recruit-greeding{
  text-align: center;
  width: 98%;
  margin: 30px auto 0px;
  line-height: 30px;
  text-align: left;
}
.car {
  width: 100%;
  overflow: hidden;
  height: 200px;
  margin-top: 50px;
}
.car video{
  width: 150%;
  margin-left: -25%;
}
.button-color{
  width: 80%;
  margin: 40px auto;
  background-color: #1d2d61;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button2{
  width: 80%;
  margin: 30px auto;
  border: solid 1px #1d2d61;
  color: #1d2d61;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
  text-align: center;
  margin-bottom: 10px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.recruit-greeding strong{
  color: #14093b;
  font-size: 1.3em;
}
.recruit-prof th{
  width: 33%;
  background-color: #1d2d61;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 10px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.works-all{
  width: 95%;
  margin: 0 auto;
}
.works-all img{
  width: 100%;
}
.w30{
  width: 45%; 
  margin-right: 2%;
  float: left;
}
.button{
  width: 85%;
  margin: 40px auto 40px;
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.shucho{
  text-align: left;
}
.shucho li{
  display: inline-block;
  margin-right: 4%;
  border-bottom: 3px #ff0 solid;
  margin-bottom: 10px;
}
.event-detail{
  text-align: left;
  margin-bottom: 30px;
  border-bottom: dotted 1px;
}
.event-detail h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
}
.w49{
  width: 100%;
  margin-bottom: 40px;
}
.w49 img{
  width: 100%;
}
.yakudoshi h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
  text-align: left;
}
.jirei {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
.jirei img{
  width: 100%;
}
.jirei li{
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}
.jirei-space{
  margin-left: 2%;
  margin-right: 2%;
}
.humberger-menu{
  text-align: center;
}
.toggle {
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 13px;
  display: block;
  width: 45px;
  height: 50px;
  cursor: pointer;
  z-index: 3000;
   background:rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "MS Pゴシック";
}
.toggle span {
  display: block;
  position: absolute; /* .toggleに対して */
  width: 70%;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}
.toggle span:nth-child(1) {
  top: 3px;
}
.toggle span:nth-child(2) {
  top: 13px;
}
.toggle span:nth-child(3) {
  top: 23px;
}
.toggle span:nth-child(4) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 15px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 2000;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  background-image: url(../material/toggle.jpg);
  background-size: 100% 100%;
  transition: all 0.8s;
}
.global_nav.sticky {
  position: fixed;
  bottom: 10px;
}
.global_nav .nav_li {
  width: 100%;
  padding: 10px;
  list-style-type: none;
}
.global_nav .nav_li a {
  display: block;
  color: #fff;
}
/* .global_navに.activeが追加 */
.global_nav.active {
  transform: translateY(0%);
}
.smart-link{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  bottom:0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ceparate-all:after {
  content:"";
  display: block;
  clear:both;
}
.width50f i{
  margin-right: 20px;
}
.width50f{
  float: left;
  width: 48%;
  text-align: center;
}
.width50f p{
  padding-top: 14px;
}
.ctel{
  background-color: #00f;
  width: 95%;
  margin: 0 auto;
  border-radius: 7px;    /* CSS3草案 */
  -webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px; /* Firefox用 */
  height: 50px;
  color: #fff;
}
.cmail{
  background-color: #808000;
  width: 95%;
  margin: 0 auto;
  border-radius: 7px;    /* CSS3草案 */
  -webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px; /* Firefox用 */
  height: 50px;
  color: #fff;
}