@charset "utf-8";
@import url("ress.css");
/* CSS Document */

body {
  word-break: break-all;
}


#caption {
  background-color: #FAA945;
  padding: 15px;
}

#caption h2 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 0;
  line-height: 1.75;
  margin: 0;
  border: none;
  text-align: left;
}



h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5;
  border-bottom: solid 3px #d0d0d0;
  position: relative;
  margin: 0 0 20px 0;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ec7917;
  bottom: -3px;
  width: 10%;
}


.highlight {
  font-weight: bold;
  background-color: Yellow;
}

p.small_comment {
  font-size: 13px;
  font-weight: 700;
  color: #666;
}

.big_image {
  width: 100%;
}

.content {
  margin: 20px 0 50px 0;
}

th {
    background-color: #e9e9e9;
    border: 1px solid #666;
    font-weight: 400;
    font-size: 15px;
    padding: 5px;
    width: 20%;
    /*border-right: none;*/
    /*border-bottom: none;*/
  }
td {
    border: 1px solid #666;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    width: 20%;
    /*border-bottom: none;*/
  }



/*====================================================================
最小サイズ　想定端末　iPhone SE の縦構え（Portrait）　 320×568px
====================================================================*/



/*お知らせ(index,release共通)*/

#info table {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px #666 solid;
  border-collapse: collapse;
}

#info tr.big th {
  height: 100px;
}

#info tr.big td {
  height: 100px;
}

#info th,
#info td {
  vertical-align: middle;
  height: 3em;
  display: table-cell;
}

#info th {
  width: 30%;
}

#info td {
  width: 70%;
  text-align: left;
  padding-left: 1em;
}

#info td ul {
  text-align: left;
  /*padding-left: 2em;*/
}

/*お知らせ(index,release共通)ここまで*/






/*header-------------------------------------------------*/


header {
  height: 50px;
  background-color: #fff;

}

header div.inner {
  padding: 0;
}


#mobil_logo {
  display: inline-block;
  height: 30px;
  width: auto;
  margin: 10px;
  vertical-align: bottom;
}

section#commonStyle h1 {
  display: inline-block;
  line-height: 1.5;
  font-size: 10px;
  color: #000;
  font-weight: 700;
  padding: 10px 0;
}

section#commonStyle h1 span {
  display: block;
}

#main {
  margin: 0;
}


/*header end---------------------------------------------*/






/*nev----------------------------------------------------*/

nav#globalNav {
  display: none;
}


input#trigger {
  display: none;
}

label#openclose {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 50000;
  background-color: transparent;
  width: 50px;
  height: 50px;
}

label#openclose span {
  display: block;
  background-color: #333;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 3px;
  width: 30px;
  position: absolute;
  top: 23px;
  right: auto;
  bottom: auto;
  left: 10px;
}

label#openclose::before,
label#openclose::after {
  content: "";
  display: block;
  background-color: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  right: 0px;
  left: 10px;
  transition-duration: 500ms;
}

label#openclose::before {
  top: 14px;
  bottom: auto;
}

label#openclose::after {
  top: 32px;
  bottom: auto;
}

input#trigger:checked + label#openclose {
  box-shadow: none;
}

input#trigger:checked + label#openclose span {
  opacity: 0;
}

input#trigger:checked + label#openclose::before {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

input#trigger:checked + label#openclose::after {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-225deg);
}

nav#mobilNav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100vh;
  z-index: 2000;
  transition-duration: 500ms;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  ;
}



input#trigger:checked + label + nav#mobilNav {
  bottom: 20vh;
  left: 0px;
  overflow: auto;
}

nav#mobilNav + label {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100vh;
  left: 0;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.2);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

input#trigger:checked ~ nav#mobilNav + label {
  bottom: 0px;
}

nav#mobilNav > ul {
  padding-top: 50px;
}

nav#mobilNav ul span {
  display: none;
}

nav#mobilNav ul li a {
  display: block;
  padding-left: 10px;
  font-size: 15px;
  line-height: 2.5;
  color: #333;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}

nav#mobilNav ul li a:visited,
nav#mobilNav ul li a:active {
  color: #333;
}

nav#mobilNav ul li a.inquiry {
  border-bottom: 1px dotted #ccc;
}



/*a.now {
	font-weight: 700;
}
a.now::before {
	content: "▶";
	color: #ccc;
	padding-right: 5px;
}*/
/*nev end---------------------------------------------*/

/*パンくずリスト------------*/
.pankuzu {
  padding: 0 15px;
  background-color: #F5F5F5;
}

.pankuzu .inner {
  padding: 0;
}

.pankuzu b {
  font-size: 80%;
  color: #ec7917;
  font-weight: 500;
}

.pankuzu p {
  display: inline;
  color: #B8B8B8;
  font-size: 80%;
}

.pankuzu a {
  color: #666666;
  font-size: 80%;
}

/*パンくずリストEND---------*/




/*footer---------------------------------------------------*/
#localNav {
  position: static;
  background-color: #ccc;

}

footer {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: right 50%;
  color: #333;
  width: auto;
  text-align: center;
  background-color: #ccc;
  position: relative;
}

nav#localNav ul li a {
  border-top: none;
  line-height: 1.75;
  text-decoration: underline;
  text-shadow: none;
  border: none;
  width: auto;
  color: #333;
}

nav#localNav ul {
  padding: 15px 0;
  display: block;
}

small {
  font-size: 10px;
  display: block;
  text-align: center;
  line-height: 4;
  color: #333;
  padding-bottom: 55px;
  background-color: #ccc;
}

small.inner-bottom {
  line-height: 2;
  border-top: solid 1px #797979;
  padding: 20px 0 70px 0;
}

small a,
nav#localNav ul li a:visited,
small a:visited {
  color: #333;
}

footer p {
  text-align: center;
  line-height: 1.75;
  font-style: normal;
  font-size: 12px;

}

footer address {
  padding: 15px 0;
}

footer address a,
footer address a:active,
footer address a:visited {
  color: #ec7917;
  text-decoration: underline;
}


footer a.btn {
  margin: 0 auto;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  max-width: 728px;
  min-width: 300px;
  height: auto;
  display: block;
}

footer a.btn img {
  width: 100%;
  height: auto;
}

footer > div.inner > p {
  padding-bottom: 10px;
}

footer a.btn {
  padding-bottom: 10px;
}


.banner {
  padding: 20px 0;
}


/*footer end------------------------------------------------*/


/*:::::::独自様式ページ::::::::*/
figure.dokuji-img {
  width: auto;
  height: auto;
}

figure.dokuji-img img {
  width: 100%;
  height: auto;
}

div.dokuji-flow {
  color: #555;
  font-size: 15px;
  padding: 20px 0;
}

div.dokuji-flow dt {
  display: block;
  line-height: 2;
  background-color: #efefef;
  font-weight: 700;
  border: 1px solid #ccc;
  color: #000;
}

div.dokuji-flow dt span {
  color: #e7540b;
  padding: 0 5px;
}

div.dokuji-flow img {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}

div.dokuji-flow dd {
  padding-top: 10px;
}

div.dokuji-flow dt.dt-last {
  background-color: #FAA945;
  border: none;
  color: #fff;
  text-align: center;
}

div.dokuji-dl {
  font-size: 15px;
  color: #555;
}

div.dokuji-dl dt {
  padding: 10px 0;
}

div.dokuji-dl dd {
  padding-left: 1em;
  font-size: 14px;
  color: #e7540b;
}
div.dokuji-p p {
  margin-bottom: 20px;
}

/*:::::::独自様式ページ::::::::*/


/*:::::::デモお申込み::::::::*/
#contact small,
#terms small {
  padding-bottom: 0;
}

#demo_form {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E7540B;
  height: 55px;
  text-align: center;
  transition-duration: 300ms;
}

#demo_form a {
  display: block;
  width: 100%;
  height: 55px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 55px;
  transition-duration: 300ms;
}

#demo_form a:visited,
#demo_form a:active {
  color: #fff;
}

/*::::::デモお申込みEND::::::*/



/*:::::::Topスクロール::::::::*/
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 40px;
  text-align: center;
  color: #666;
}

/*::::::TopスクロールEND::::::*/


/*:::::::contact.html:::::::*/
.contact h4 {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}

.contact h5 {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
}


.contact section.demo,
.contact div.box section {
  width: auto;
  border: 1px solid #666;
  padding: 20px !important;
  margin: 20px auto !important;
  text-align: justify;
}

.contact section.demo p span,
.contact div.box section p span {
  display: inline;
}

.contact .contact_icon {
  width: auto;
  height: 60px;
  display: block;
  margin: 20px auto;
}

.contact .btn {
  display: block !important;
  text-align: center;
  margin: 0 auto 10px !important;
}

.contact div.box address {
  font-style: normal;
  margin-top: 10px;
  padding: 10px;

}


/*:::::::contact.html END:::::::*/

/*:::::::question.html:::::::*/
.acMenu img {
  width: 100%;
}

/*:::::::question.html END:::::::*/


/*scroll------------------------------

#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 15px;
bottom: -50px;
background-color: rgba(255,255,255,0.9);
border: solid 1px #ec7917;
transition-duration: 300ms;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #ec7917;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
scroll------------------------------*/

/*====================================================================
想定端末　小型のAndroid の縦構え（Portrait）　 360×640px
====================================================================*/
@media screen and (min-width:360px) {
  section#commonStyle h1 {
    font-size: 10px;
  }

}





/*====================================================================
想定端末　iPhone 6~8 の縦構え（Portrait）　 375×667px
====================================================================*/
@media screen and (min-width:375px) {}




/*====================================================================
想定端末　iPhone X, 11 Pro の縦構え（Portrait）　 375×812px
====================================================================*/
@media screen and (min-width:375px) and (min-height:812px) {}




/*====================================================================
想定端末　Xperia Android の縦構え（Portrait）　 412×732px
====================================================================*/
@media screen and (min-width:412px) {}








/*====================================================================
想定端末　iPhone XR, 11, XsMax の縦構え（Portrait）　 414×896px
====================================================================*/
@media screen and (min-width:414px) {}










/*↑ここまでスマホ縦（Portrait）
=======================================================================
↓ここからスマホ横（Landscape）*/











/*====================================================================
想定端末　iPhoneSE の横構え（Landscape）　 568×320px
====================================================================*/
@media screen and (min-width:568px) {

  #caption {
    padding: 15px 30px;
  }

  #mobil_logo {
    margin: 10px 15px 10px 30px;
  }


  .inner {
    padding: 0 30px;
  }

  label#openclose {
    margin-right: 30px;
  }

  section#commonStyle h1 {
    font-size: 18px;
    padding: 0;
    line-height: 50px;
  }

  section#commonStyle h1 span {
    display: inline;
  }

  ul#headermenu ul li a {
    font-size: 16px;
  }

  input#trigger:checked + label + ul#headermenu {
    bottom: 100px;
    overflow: auto;
  }

  #demo_form a {
    font-size: 20px;
  }

  /*パンくずリスト------------*/
  .pankuzu {
    padding: 0 30px;
  }

  /*パンくずリストEND---------*/


  /*:::::::テーブル::::::::*/

  table {
    border-bottom: 1px solid #666;
  }

th {
    background-color: #e9e9e9;
    border: 1px solid #666;
    font-weight: 400;
    font-size: 15px;
    padding: 5px;
    width: 30%;
    /*border-right: none;*/
    border-bottom: none;
  }

  td {
    border: 1px solid #666;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    width: 35%;
    border-bottom: none;
  }


  .last td:last-child {
    border-bottom: none;
  }

  /*th,
  td {
    display: inline-block;
  }*/

  /*::::::テーブルEND::::::*/



  /*:::::::contact.html:::::::*/
  .contact section.demo,
  .contact div.box section {
    width: 450px;
  }

  .contact .btn {
    font-size: 15px;
  }

  /*:::::::contact.html END:::::::*/




}

/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px) {}


/*====================================================================
想定端末　iPhone 6~8 の横構え（Landscape）　667×375px
====================================================================*/
@media screen and (min-width:667px) {}






/*====================================================================
想定端末　Xperia の横構え（Landscape）　732×412px
====================================================================*/
@media screen and (min-width:732px) {}




/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px) {}




/*====================================================================
想定端末　iPhone XR, 11,XsMax の横構え（Landscape）　896×414px
====================================================================*/
@media screen and (min-width:896px) {}







/*↑ここまでスマホ横（Landscape）
=======================================================================
↓ここからタブレット縦（Portrait）*/







/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (orientation: portrait) {


  h3 {
    font-size: 18px;
  }

  #caption {
    padding: 20px 30px;
  }

  #caption h2 {
    font-size: 20px;
  }

  #mobil_logo {
    margin: 5px 15px 5px 30px;
    height: 40px;
    width: auto;
  }


  section#commonStyle h1 {
    font-size: 20px;
    line-height: 40px;
    padding: 0 0 0 1em;
  }

  input#trigger:checked + label + ul#headermenu {
    bottom: 60vh;
    overflow: auto;

  }



  footer p {
    font-size: 15px;
  }

  footer ul li {
    display: inline-block;
  }

  footer ul li {
    padding: 20px 15px;
  }

  footer .inner {
    text-align: center;
  }

  footer address {
    padding: 20px 0;
  }


  /*:::::::独自様式ページ::::::::*/
  div.dokuji-flow dl {
    font-size: 16px;
  }

  div.dokuji-flow dl dt {
    line-height: 60px;
  }

  div.dokuji-dl {
    font-size: 16px;
  }

  div.dokuji-dl dd {
    font-size: 15px;
  }

  /*:::::::独自様式ページ::::::::*/



}



/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の縦構え（Portrait） 834×1112px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {}




/*====================================================================
想定端末　iPad Pro 11inch の縦構え（Portrait） 834×1169px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {}




/*====================================================================
想定端末　iPad Pro 12.9inch の縦構え（Portrait） 1024×1366px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: portrait) {}








/*↑ここまでタブレット縦（Portrait）
=======================================================================
↓ここからタブレット横（Landscape）*/






/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の横構え（Landscape） 1024×768px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: landscape) {

	#main {
		width: 1024px;
		margin: 0 auto;
	}

  .inner {
    width: 1024px;
    padding: 0;
    margin: 0 auto;
  }

  section#commonStyle {
    height: 50px;
  }


  h3 {
    font-size: 25px;
  }



  /*common header-------------------------*/



  /*	section#commonStyle {
		height: 70px;
		background-image: url("");
		background-repeat: no-repeat;
		background-position: center right 0;
		background-size: auto 50px;
	}*/


  header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
  }

  header ul li {
    display: inline-block;
    margin: 0;
    padding: 5px 5px;
  }





  /*common header end------------------------------*/



  /*ナビゲーションここから------------------------*/




  /*ナビゲーションここまで------------------------*/







  /*footer--------------------------------*/

  footer,
  nav#localNav {
    background-color: #ccc;

  }

  nav#localNav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  nav#localNav ul li {
    display: block;
    padding: 0 10px;
  }

  nav#localNav ul li a {
    border-top: none;
    line-height: 1.75;
    text-decoration: underline;
  }

  nav#localNav ul {
    padding: 15px 0;
  }





  footer p {
    text-align: center;
    line-height: 1.75;
    font-style: normal;
    font-size: 12px;
    color: #333;
  }

  footer address {
    padding: 15px 0;
  }

  footer a#worx {
    font-size: 18px;
  }


  footer a.btn {}




  footer .inner {
    text-align: center;
  }

  footer p {
    font-size: 16px;
  }


  small {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: center;
    line-height: 4;
  }

  small a:visited {
    color: #333;
  }


  nav#localNav a,
  nav#localNav a:visited,
  nav#localNav a:active {
    color: #333;
  }



  nav#localNav ul {
    padding: 30px 0;
  }

  .banner {
    padding: 20px 10px;
  }

  /*footer--------------------------------*/


  /*:::::::独自様式ページ::::::::*/
  div.dokuji-flow {
    width: 800px;
    margin: 0 auto;
  }

  div.dokuji-flow dl {
    font-size: 16px;
  }

  div.dokuji-flow dl dt {
    line-height: 60px;
  }

  div.dokuji-dl {
    font-size: 16px;
  }

  div.dokuji-dl dd {
    font-size: 15px;
  }

  /*:::::::独自様式ページ::::::::*/

  /*:::::::contact.html:::::::*/
  .contact h4 {
    font-size: 16px;
  }

  .contact h5 {
    font-size: 16px;
  }

  .contact section.demo {
    width: 800px;
  }

  .contact div.box {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
  }

  .contact div.box section {
    width: 390px;
    border: 1px solid #666;
    padding: 20px;
    margin: 0;
  }

  .contact .contact_icon {
    height: 100px;
    margin: 30px auto;
  }

  .contact .btn {
    ;
    font-size: 16px;
  }

  .contact section.demo p span,
  .contact div.box section p span {
    display: block;
  }

  /*:::::::contact.html END:::::::*/







}




/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の横構え（Landscape） 1112×834px
====================================================================*/
@media screen and (min-width:1112px) {


  #caption {
    padding: 30px 0;
  }

  #caption h2 {
    width: 1024px;
    margin: 0 auto;
    font-size: 25px;
  }

}




/*====================================================================
想定端末　iPad Pro 11inch の横構え（Landscape） 1169×834px
====================================================================*/
@media screen and (min-width:1169px) {}





/*====================================================================
想定端末　iPad Pro 12.9inch の横構え（Landscape） 1366×1024px
====================================================================*/
@media screen and (min-width:1366px) {



  /*:::::::テーブル::::::::*/

  table {
    /*max-width: 700px;*/
	margin: 20px 0 ;
  }

  table.kakaku th {
    padding: 10px;
    font-size: 16px;
  }

  table.kakaku td {
    padding: 10px;
    font-size: 16px;
	width: 20%;
  }

  /*::::::テーブルEND::::::*/


  /*:::::::contact.html:::::::*/

  #main {
    margin: 0 auto;
  }

  .contact h4 {
    font-size: 18px;
  }

  .contact h5 {
    font-size: 16px;
  }

  .contact section.demo {
    width: auto;
    margin: 40px 0 !important;
  }

  .contact section {
    padding: 40px !important;

  }

  .contact section.demo div {
    background-color: rgba(250, 169, 69, 0.13);
    width: 680px;
    padding: 20px;
    margin: 0 auto;
  }

  .contact div.box {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
  }

  .contact div.box section {
    width: 492px;
    border: 1px solid #666;
    padding: 40px !important;
    margin: 0 !important;
  }

  .contact .contact_icon {
    height: 100px;
    margin: 30px auto;
  }

  .contact .btn {
    ;
    font-size: 18px;
    display: block !important;
    margin: 15px auto !important;
  }

  /*:::::::contact.html END:::::::*/


}








/*↑ここまでタブレット横（Landscape）
=======================================================================
↓ここからPC　＝  マウスポインターがあるという前提、hoverの発想アリ 　*/






/*====================================================================
想定端末　小型のモニター 幅1367px以上
====================================================================*/
@media screen and (min-width:1367px) {




  header {
    height: 50px;
    background-color: #fff;
  }

  nav#globalNav .inner {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }

  #logo {
    margin: 5px 0;
    height: 50px;
    width: auto;
  }

  #mobil_logo {
    display: none;
  }

  section#commonStyle {
    height: 30px;
    display: flex;
  }


  section#commonStyle h1 {
    padding: 0;
    font-size: 20px;
    line-height: 50px;
  }

  #wrapHeader {
    animation: TopToBottom 1000ms ease 0ms 1 normal;
  }


  nav#globalNav {
    display: block;
    background-color: #fff;
    /*border-bottom: #e9e9e9 solid 1px;*/
    box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.1);
  }

  ul#headermenu {
    position: static;
    overflow: auto;

  }


  ul#headermenu ul {
    padding-top: 0;

  }





  label#openclose {
    display: none;
  }




  #header_menu {
    height: 60px;
    line-height: 1.5;
  }




  #header_menu ul li a:visited,
  #header_menu ul li a:active {
    color: #fff;
  }






  #header_menu {
    position: relative;
    width: 800px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
  }

  #header_menu ul {
    list-style-type: none;
  }

  #header_menu > li {
    height: 60px;
    line-height: 60px;
  }

  #header_menu > li a {
    padding: 0 20px;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
  }

  #header_menu > li:last-child a {
    padding-right: 0;
  }

  #header_menu > li a:hover {
    color: #ec7917;
    opacity: 1;
  }

  #header_menu > li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ec7917;
    transform: scaleX(0);
    transition: transform 0.3s;
  }

  #header_menu > li a:hover::after {
    transform: scaleX(1);
  }

  #header_menu > li a.now {
    font-weight: 700;
    color: #ec7917;
  }




  ul.menu__second-level {
    visibility: hidden;
    z-index: 1;
  }

  ul.menu__third-level {
    visibility: hidden;
  }

  ul.menu__fourth-level {
    visibility: hidden;

  }

  #header_menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .menu__second-level li {
    width: 180px;
    background-color: #666;
    opacity: 0.9;
  }

  .menu__third-level li {}

  .menu__second-level li a,
  .menu__second-level li a:active,
  .menu__second-level li a:visited {
    color: #fff !important;
  }

  .menu__second-level li a:hover {
    background-color: #333;
    color: #fff;
    opacity: 0.9;
  }

  .menu__third-level li a:hover {
    background: #fff;
    opacity: 1;
  }

  .menu__fourth-level li a:hover {
    background: #fff;
    opacity: 1;
  }

  /* 下矢印 */
  .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  #header_menu {
    *zoom: 1;
  }

  #header_menu > li.menu__single {
    position: relative;
  }

  li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }

  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    animation-name: TopToBottom;
    animation-duration: 1000ms;
    animation-timing-function: ease;
  }

  /*パンくずリスト------------*/
  .pankuzu {
    padding: 0 15px;
    background-color: #F5F5F5;
  }

  .pankuzu b {
    font-size: 80%;
    color: #ec7917;
    font-weight: 500;
  }

  .pankuzu p {
    display: inline;
    color: #B8B8B8;
    font-size: 80%;
  }

  .pankuzu a {
    color: #666666;
    font-size: 80%;
  }

  /*パンくずリストEND---------*/


  footer a#worx:hover {
    background-size: 120%;
    opacity: 1;
  }

  #demo_form a:hover {
    background-color: #FFEE74;
    color: #000;
    opacity: 1;
  }




}





/*====================================================================
想定端末　中型のモニター 幅1440px以上
====================================================================*/
@media screen and (min-width:1440px) {}



/*====================================================================
想定端末　大型のモニター 幅1920px以上
====================================================================*/
@media screen and (min-width:1920px) {}
