@charset "UTF-8";


/*---------------------------------------------------------------------
  募集要項
---------------------------------------------------------------------*/

body.recruit .content-wrapper._page #page-title {
 font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

body.recruit .content-wrapper._page .visual {
  padding-top: 0 !important;
}
@media screen and (max-width: 667px) {

   body.recruit .content-wrapper._page #page-title {
	font-size: 30px;
	/* writing-mode: horizontal-tb; */
	/* -webkit-writing-mode: horizontal-tb; */
	-ms-writing-mode: horizontal-tb;
	}



  body.recruit .content-wrapper._page .visual {
    /* padding-top: 30px !important; */
    /* flex-wrap: wrap-reverse; */
    width: 100%;
    padding: 0 10px;
    /* max-width: 80vw; */
    /* height: 28vw; */
    max-height: 250px;
  }
}

body.recruit #map {
  margin-bottom: 80px;
}

body.recruit #map iframe#gmap {
  width: 100%;
  height: 460px;
  height: 31vw;
  margin-bottom: 50px;
}

body.recruit #map .meta {
  display: table;
  width: 100%;
}

body.recruit #map .meta .info, body.recruit #map .meta .note {
  display: table-cell;
}

body.recruit #map .meta .info {
  width: 38%;
  padding-top: 10px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.1;
}

body.recruit #map .meta .note {
  border: 1px dotted #b5b5b5;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 26px 36px;
  padding: 1.8vw 2vw;
}
@media screen and (max-width: 667px) {

  body.recruit #map {
    margin-bottom: 50px;
  }

  body.recruit #map iframe#gmap {
    height: 62.9vw;
    margin-bottom: 15px;
  }

  body.recruit #map .meta {
    display: block;
    width: 100%;
  }

  body.recruit #map .meta .info, body.recruit #map .meta .note {
    display: block;
    width: 100%;
  }

  body.recruit #map .meta .info {
    font-size: 1.4rem;
    line-height: 1.875;
    margin-bottom: 26px;
  }

  body.recruit #map .meta .note {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 19px;
  }
}
/* line 3749, ../_scss/style.scss */
body.recruit section#transportation {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1200px;
  width: 100%;
  margin: 50px auto;
  margin: 0 auto 50px;
}

body.recruit section#transportation h3 {/*   font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */letter-spacing: .1em;color: #000;font-size: 2.4rem;/* margin-bottom: 25px; */}


.recruit section#transportation h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f140";
}


@media screen and (max-width: 667px) {

  body.recruit section#transportation {
    padding-bottom: 65px;
    padding: 30px!important;
    margin-bottom: 0;
  }

  body.recruit section#transportation h3 {/*     font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */letter-spacing: .1em;color: #000;font-size: 1.9rem;margin-bottom: 0;}
}

body.recruit section#transportation ul.trans-list {
  /* border-top: 1px solid #dfdfdf; */
  /* border: 1px solid #eee; */
  /* display: flex; */
}

body.recruit section#transportation ul.trans-list li {
  /* border-right: 1px solid #dfdfdf; */
  padding: 10px;
  width: 100%;
}

body.recruit section#transportation ul.trans-list li .mod_accordion._open-accordion .mod_accordion-title:before {
  content: '\f056';
  top: 0px;
  position: absolute;
  height: 0;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a {
  width: 88%;
  padding: 0;
  font-weight: bold;
  position: relative;
  right: 0;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a:before {
  position: absolute;
  left: 0;
  top: 15px;
  font-weight: normal !important;
  font-size: 25px;
  display: block;
  font-family: 'Font Awesome 6 pro';
  content: "\e1ff";
  content: "\e201";
  color: #151b39;
  display: none;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-title:before {
  position: absolute;
  right: 15px;
  top: 55%;
  margin-top: -31px;
  font-family: 'nezu';
  font-family: 'Font Awesome 6 pro';
  font-weight: normal !important;
  font-size: 22px;
  width: 22px;
  height: 22px;
  display: block;
  content: '\e603';
  content: '\f055';
  color: #555;
}


body.recruit section#transportation ul.trans-list li:last-child {
  border-bottom: none;
  padding: 10px;
}



@media screen and (max-width: 667px) {

  body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a {
    font-size: 1.6rem;
  }

  body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a:before {
    left: 1px;
    top: 20px;
    font-size: 21px;
  }
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body {
  border-top: 1px solid #dfdfdf;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont {
  padding: 10px 8px 30px;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required {
  margin-bottom: 35px;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span {
  display: inline-block;
  /* vertical-align: middle; */
  /* font-weight: bold; */
  font-size: 1.5rem;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span:before {
  /* display: inline-block; */
  /* vertical-align: middle; */
  margin-right: 7px;
  margin-left: 4px;
  font-size: 1.5rem;
  content: '住所 :';
}
@media screen and (max-width: 667px) {

  body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont {
    padding: 22px 0 60px;
  }

  body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required {
    margin-bottom: 20px;
  }

  body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.3rem;
  }

  body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span:before {
    margin-right: 5px;
    margin-left: 2px;
    font-size: 1.1rem;
  }
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow {
  position: relative;
  padding-bottom: 60px;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:before, body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:after {
  position: absolute;
  background-color: #000;
  display: block;
  content: '';
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:before {
  left: 11px;
  bottom: 14px;
  width: 10px;
  height: 1px;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:after {
  left: 13px;
  bottom: 11px;
  width: 1px;
  height: 38px;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  height: 45px;
  line-height: 42px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}
/
body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .title._gray {
  background-color: #eeeeee;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration {
  padding: 10px 12px;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration .duration-inner {
  position: relative;
  height: 80px;
  padding-left: 17px;
  border-left: 1px solid #000;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.7;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration .duration-inner span.mini {
  font-size: .8rem;
}

body.recruit section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration .duration-inner:before {
  position: absolute;
  left: -2px;
  bottom: 4px;
  width: 10px;
  height: 1px;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background-color: #000;
  display: block;
  content: '';
}
/*---------------------------------------------------------------------
  <05>根津鋼材について
---------------------------------------------------------------------*/
/* line 2509, ../_scss/style.scss */
body.recruit article {
  padding-bottom: 0;
}

body.recruit .content-wrapper._page #page-title {
  /* width: 81px; */
  font-size: 30px;
  /* -webkit-writing-mode: vertical-rl; */
  -ms-writing-mode: tb-rl;
  /* writing-mode: vertical-rl; */
}

body.recruit .content-wrapper._page .content-header .copy {
  top: 50%;
}

body.recruit .content-wrapper._page .visual {
  height: auto;
  max-height: none;
}

body.recruit .content-wrapper._page .visual .visual-inner.story {
  margin-top: 0;
  height: auto;
  max-height: none;
}


  body.recruit .content-wrapper._page .visual .visual-inner.story p.txt_caption {
    font-size: 1.3rem;
    text-align: right;
  }

body.recruit .content-wrapper._page .visual .visual-inner.story p {
/*   font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  letter-spacing: .1em;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4;
}

body.recruit.ie #story #story-inner .text, body.recruit.ie #story #story-inner .text p {
  height: 420px;
}
@media screen and (max-width: 640px) {

  body.recruit article {
    padding-bottom: 0;
  }
  /* line 2540, ../_scss/style.scss */
  body.recruit .content-wrapper._page #page-title {
    /* width: 53px !important; */
    -ms-writing-mode: rl-tb;
    /* -webkit-writing-mode:horizontal-tb; */
    /* direction:rtl; */
    /* unicode-bidi:bidi-override; */
    /* width: 100%; */
    /* font-size: 20px; */
    /* text-align: left; */
  }

  body.recruit .content-wrapper._page .content-header {
    /* margin-bottom: 116px; */
  }
  body.recruit .content-wrapper._page .visual .visual-inner.story {
    margin-top: 0;
  }



  body.recruit .content-wrapper._page .visual .visual-inner.story p {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

body.recruit section {
  /* padding-top: 140px; */
  /* padding-bottom: 140px; */
}

body.recruit section .content-frame._wide {
  max-width: 960px;
}

body.recruit section h2.stitle {
  display: block;
  text-align: left;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 0 3px 18px;
  margin-bottom: 75px;
}

body.recruit section h2.stitle img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {

  body.recruit section {
    padding-top: 110px;
  }

  body.recruit section h2.stitle {
    padding: 0 0 8px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {

  body.recruit section {
    padding-top: 70px !important;
    padding: 20px;
  }

  body.recruit section h2.stitle {
    width: 100%;
    margin-bottom: 50px;
  }
}

body.recruit section#mark {
  padding-top: 190px;
}

body.recruit section#mark h2.stitle {
  max-width: 312px;
}

body.recruit section#mark .fl-l .sitelogo._full {
  margin-left: 20px;
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 768px) {

  body.recruit section#mark .fl-r {
    width: 60%;
  }

  body.recruit section#mark .fl-l {
    width: 40%;
    padding-right: 0;
    padding-top: 5px;
  }

  body.recruit section#mark .fl-l .sitelogo._full {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {

  body.recruit section#mark h2.stitle {
    max-width: 243.36px;
  }

  body.recruit section#mark .fl-l {
    padding-top: 0px;
    margin-bottom: 60px;
  }

  body.recruit section#mark .fl-l .sitelogo._full {
    margin-left: auto;
    margin-right: auto;
    width: 48vw;
    height: 48vw;
  }

  body.recruit section#mark .fl-r h3.lead {
    text-align: left;
    font-size: 1.6rem;
  }
}

body.recruit section#pj-direction h2.stitle {
  max-width: 322px;
}
@media screen and (max-width: 840px) {

  body.recruit section#pj-direction h2.stitle {
    margin-bottom: 30px;
  }

  body.recruit section#pj-direction h2.stitle {
    max-width: 244.076px;
  }
}

body.recruit section#pj-member h2.stitle {
  max-width: 378px;
}

body.recruit section#pj-member table {
  width: 100%;
}

body.recruit section#pj-member table th, body.recruit section#pj-member table td {
  padding-bottom: 34px;
  vertical-align: top;
/*   font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  letter-spacing: .1em;
  color: #000;
  letter-spacing: 0;
  color: #000;
}

body.recruit section#pj-member table th {
  width: 150px;
  font-size: 1.5rem;
  line-height: 1.4;
}

body.recruit section#pj-member table td.name {
  width: 47%;
  line-height: 1.3;
}

body.recruit section#pj-member table td.name span {
  display: inline-block;
}

body.recruit section#pj-member table td.name span.name {
  font-size: 1.8rem;
  line-height: 1.3;
}

body.recruit section#pj-member table td.name span.job {
  font-size: 1.4rem;
  margin-left: 5px;
}

body.recruit section#pj-member table td.link a {
  color: #000;
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (max-width: 840px) {

  body.recruit section#pj-member table th {
    width: 140px;
    font-size: 1.4rem;
  }

  body.recruit section#pj-member table td.name {
    width: 47%;
  }

  body.recruit section#pj-member table td.name span.name {
    font-size: 1.6rem;
  }

  body.recruit section#pj-member table td.name span.job {
    font-size: 1.3rem;
  }

  body.recruit section#pj-member table td.name span._block-tbl {
    display: block;
    margin-bottom: 5px;
  }

  body.recruit section#pj-member table td.link {
    padding-left: 8px;
  }

  body.recruit section#pj-member table td.link a {
    color: #000;
    font-size: 1.4rem;
    word-break: break-all;
  }
}
@media screen and (max-width: 640px) {
  /* line 2679, ../_scss/style.scss */
  body.recruit section#pj-member h2.stitle {
    max-width: 286.524px;
  }
  /* line 2680, ../_scss/style.scss */
  body.recruit section#pj-member table {
    display: block;
  }
  /* line 2682, ../_scss/style.scss */
  body.recruit section#pj-member table tr {
    display: block;
    position: relative;
    padding-left: 120px;
    margin-bottom: 35px;
  }
  /* line 2687, ../_scss/style.scss */
  body.recruit section#pj-member table th, body.recruit section#pj-member table td {
    display: block;
  }
  /* line 2688, ../_scss/style.scss */
  body.recruit section#pj-member table th {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    font-size: 1.3rem;
  }
  /* line 2692, ../_scss/style.scss */
  body.recruit section#pj-member table td.name {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 2694, ../_scss/style.scss */
  body.recruit section#pj-member table td.name span {
    display: block;
  }
  /* line 2696, ../_scss/style.scss */
  body.recruit section#pj-member table td.name span.name {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  /* line 2697, ../_scss/style.scss */
  body.recruit section#pj-member table td.name span.job {
    font-size: 1.3rem;
    margin-left: 0;
  }
  /* line 2700, ../_scss/style.scss */
  body.recruit section#pj-member table td.link {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  /* line 2703, ../_scss/style.scss */
  body.recruit section#pj-member table td.link a {
    font-size: 1.2rem;
    text-decoration: underline;
  }
  /* line 2704, ../_scss/style.scss */
  body.recruit section#pj-member table td.link._non {
    display: none;
  }
}



/* -----------------------------------------------------------
   #about_information
   ----------------------------------------------------------- */

   #about_information {
    padding: 0px 0%;
    position: relative;
    top: 0;
    margin-bottom: 0px;
}

@media only screen and (max-width: 900px) {
    #about_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #about_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 500px) {
    #about_information {
        padding: 0px 0%;
        top: 0;
    }
}



/* .txtArea */

#about_information .txtArea
 {
    margin: 45px auto;
    /* max-width: 1100px; */
    /* border-top: 1px solid #eee; */
    padding: 0;
}
#about_information .txtArea h3,
#about_information .txtOutline h3
{
  font-size: 23px;
  line-height: 2;
}

@media only screen and (max-width: 500px) {
  #about_information .txtArea h3,
  #about_information .txtOutline h3
   {
    font-size: 18px;
  }
}

#about_information .txtArea h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f82c";
    padding-right:10px;
    color: #167c3b;
}


#about_information .txtOutline h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f3b3";
    padding-right:10px;
    color: #167c3b;
}





#about_information .txtArea p,
#about_information .txtOutline p  {
  font-size:16px;
  line-height: 2;
  width: 100%;
  margin: 0 auto;
}


#about_information .txtOutline{
    margin: 45px auto;
    max-width: 1100px;
    border-top: 1px solid #eee;
    padding: 2%;
}



.outline_area{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	/* padding: 20px; */
	/* background: #efefef; */
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
}


.outline_area{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
}

.outline_txt{width: 68%;font-size: 23px;padding-left: 2%;}
.outline_img{width: 30%;/* padding:2%; */text-align: center;}
.outline_img img{width: 100%;margin:0 auto;}



@media only screen and (max-width: 500px) {

  .outline_area{
      display:flex;
      flex-wrap:nowwrap;
      align-items: center;
  }

  .outline_txt{width: 100%;padding-left: 0;margin: 0 auto;}
  .outline_img{width: 100%;margin-bottom: 10px;}
  .outline_img img{width: 100%;margin:0 auto;}
}






@media only screen and (max-width: 900px) {
    #about_information .catchArea h3 {
        font-size: 25px;
    }
    #about_information .txtArea {
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 736px) {
    #about_information .catchArea h3 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 1px;
    }
    #about_information .catchArea h3 span {
        padding: 0 25px;
    }
    #about_information .catchArea h3 span:before,
    #about_information .catchArea h3 span:after {
        width: 15px;
    }
    #about_information .txtArea {
        margin: 25px auto 0;
        padding: 0 2.5%;
    }
}
   
   /* ======== table.info ======== */
   table.info {border-collapse: collapse;text-align: left;font-size: 15px;letter-spacing:1px;line-height:2;width:100%;}
   table.info tr { }
   table.info th {width:25%;padding: 24px;vertical-align: 0;border: #ddd 1px solid;border-right:#ddd 1px dashed;border-right: #ddd 1px solid;}
   table.info td {padding: 10px;vertical-align: 0;border: #ddd 1px solid;border-left:none;}
   table.info td .linkArea {margin-top:10px;text-align:left;}
   table.info td .linkArea a.btn {margin:0;}
   
   /* --- #map_canvas --- */
   #map_canvas { width:100%; margin-top:70px; height:400px;position: relative; z-index: 1; border: #ededed 1px solid;}
   
   
   
   @media only screen and (max-width: 950px) {
   table.info th {width:30%;padding:20px;}
   table.info td {padding:20px;}	
   }
   
   @media only screen and (max-width: 800px) {
   table.info { font-size:13px;}	
   }
   @media only screen and (max-width: 738px) {
     #outline .imgArea {/* float:none; */width:100%;display: block;}
     #outline .txtArea {float:none;width:100%;/* margin-top:25px; */}
     table.info {/* font-size:12px; */}	
   /*	#map_canvas { display:none; }*/
   }
   @media only screen and (max-width: 414px) {
   table.info th {width:30%;padding:15px;}
   table.info td {padding:15px;}		
   }
   
    
   /* ======== table.tableOther ======== */
   table.info {border-collapse: collapse;text-align: left;font-size: 15px;letter-spacing:1px;line-height: 18px;width:100%;border: 1px solid #eee;}
   table.info tr { }
   table.info th {width:25%;padding: 10px;vertical-align: 0;border: #ddd 1px solid;border-right:#ddd 1px dashed;border-right: #ddd 1px solid;background: #fefefe;}
   table.info td {/* padding: 10px; */vertical-align: 0;border: #ddd 1px solid;border-left:none;line-height: 1.5;}
   table.info td .linkArea {margin-top:10px;text-align:left;}
   table.info td .linkArea a.btn {margin:0;}
   

  .mark_td{background: #fdc2c1;border-radius: 30px;padding: 3px 10px;margin: 0 5px 0 0;color: #333333;}

   
   /* --- #map_canvas --- */
   #map_canvas { width:100%; margin-top:70px; height:400px;position: relative; z-index: 1; border: #ededed 1px solid;}
   
   
   
   @media only screen and (max-width: 950px) {
   table.info th {width:30%;padding:20px;background: #efefef;}
   table.info td {padding:20px;}	
   }
   
   @media only screen and (max-width: 800px) {
   table.info { font-size:13px;}	
   }
   @media only screen and (max-width: 738px) {
     #outline .imgArea {/* float:none; */width:100%;display: block;}
     #outline .txtArea {float:none;width:100%;/* margin-top:25px; */}
     table.info {/* font-size:12px; */}	
   }
   @media only screen and (max-width: 500px) {
   table.info {margin-top:10px;}	
   table.info th {width: calc(100% - 0px);padding:15px;display: block;}
   table.info td {padding:15px;width: calc(100% - 0px);display: block;border: 1px solid #ddd;line-height: 2;}		
   }
  

   
   td.details-control {
    text-align:center;
    width:5%;
    min-width:5%;
    max-width:5%;
  }
  td.details-control:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0fe";
    font-weight: 900;
    padding: 0px;
    color: #f67280;　/*アイコンの色*/
  }
  tr.shown td.details-control:before {
    font-family: "Font Awesome 5 Free";
    content: "\f146";
    font-weight: 900;
    padding-left: 0px;
    color: #36b5b0; /*アイコンの色*/
  }


  body
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:100%;
 font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
}
#wrapper
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:995px;
}
#wrapper h1
{
 margin-top:50px;
 font-size:45px;
 color:#585858;
}
#wrapper h1 p
{
 font-size:20px;
}
#table_detail
{
 width:500px;
 text-align:left;
 border-collapse: collapse;
 color:#2E2E2E;
 border:#A4A4A4;
}
#table_detail tr:hover
{
 background-color:#ddd;
 cursor:pointer;
}
#table_detail .hidden_row
{
 display:none;
}

.mod_accordion .mod_accordion-title2 {
  font-size: 1.6rem;
  /* height: 50px; */
  /* line-height: 50px; */
  text-align: left;
  background: #eee;
  padding: 20px;
  border: 1px solid #eee;
}


.mod_accordion .mod_accordion-title {
  position: relative;
  /* height: 0; */
  width: 100%;
  right: 0;
}

.mod_accordion .mod_accordion-title a {
/*   position: relative;
  display: block;
  cursor: default;
  font-size: 1.6rem;
  line-height: 1.4; */
}

.mod_accordion .mod_accordion-body .cont {
  font-size: 1.4rem;
  line-height: 2.1;
}





.appBtn_box .contents {
  background: #d7e4e8;
  padding: 50px 0;
  }




.appBtn_box{text-align: right;}

.appBtn_box .appBtn {
  position: absolute;
  left: 0%;
  right:0%;
  /* top: 0; */
  width: 250px;
  height: 48px;
  line-height: 48px;
  /* padding: 10px 20px; */
  text-align: center;
  /*   font-family: "游ゴシック","YuGothic",'Hiragino Kaku Gothic ProN', Meiryo, メイリオ,  'PT Sans', 'Lucida Grande', sans-serif; */
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #10536d;
  background-color: #10536d;
  color: #fff;
  margin: 25px auto;
}

@media screen and (max-width: 767px) {
.appBtn_box .appBtn {
  left: 15%;
  right: 15%;
  bottom: 0;
}

}







.appBtn_box .appBtn span {
  position: relative;
  z-index: 2;
}

.appBtn_box .appBtn:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
  transform-origin: right top;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}



.appBtn_box .appBtn:hover {
  color: #10536d;
}

.appBtn_box .appBtn:hover:after {
  transform-origin: left top;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}