@charset "utf-8";

/* *****************************************************************************
   PCÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (min-width: 769px), print {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  header {
    /*position: fixed;*/
    width: 100%;
    margin: 0 auto;
    /*background: #fff;*/
    height: 100px;
    z-index: 1000;
  }

  header #logo {
    position: relative;
    top: 20px;
    left: 2vw;
    width: 212px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
  }

  header #logo a {
    display: block;
  }

  header #logo img {
    width: 270px;
    height: auto;
  }

  header #bt-home {
    /* 	position:fixed;
top: 44%;
right:0; */
    width: 50px;
    cursor: pointer;
    height: 180px;
    display: block;
    background: #491176;
    /* display: table-cell; */
    vertical-align: middle;
    line-height: 3.7em;
    letter-spacing: 0.4em;
  }

  header #bt-home::before {
    content: "";
    padding-top: 15.625%;
    display: block;
  }

  header #bt-home a {
    width: 100%;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    display: block;
    color: #fff;
  }
  header #bt-oc {
    width: 50px;
    cursor: pointer;
    height: 180px;
    display: flex;
    /*background: #178c41;*/
    background: #edc300;
    vertical-align: middle;
    line-height: 3.7em;
  }
  header #bt-oc a {
    writing-mode: vertical-rl;
    text-align: center;
    display: block;
    /*color: #fff;*/
    color: #373637;
    width: 110%;
    /*font-size: 0.7813rem;*/
    font-size: 1rem;
    letter-spacing: 0.341em;
    padding-top: 20%;
    box-sizing: border-box;
  }
  header #bt-oc a span {
    writing-mode: horizontal-tb;
    display: inline-block;
    line-height: 1.5;
  }

  .header_side_bt {
    position: fixed;
    top: 30%; /* 1¤Ä */
    /* top: 180px; 2¤Ä*/
    right: 0;
    width: 50px;
    z-index: 999;
  }

  header #bt-webentry {
    width: 50px;
    cursor: pointer;
    height: 180px;
    display: block;
    background: #00b4d5;
    line-height: 3.7em;
    letter-spacing: 0.3em;
  }

  header #bt-webentry::before {
    content: "";
    padding-top: 7.625%;
    display: block;
  }

  header #bt-webentry a {
    width: 100%;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    display: block;
    color: #fff;
  }

  header #bt-menu {
    display: none;
  }

  header nav {
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    text-align: right;
    z-index: 998;
  }

  header nav > ul.global {
    /*width: 720px;*/
    height: 100px;
    margin: 0 0 0 auto;
    text-align: center;
    display: table;
    position: relative;
  }
  header nav > ul.global:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }

  header nav > ul.global > li {
    /*width: 210px;*/
    height: 100px;
    vertical-align: top;
    display: table-cell;
    position: relative;
  }
  header nav > ul.global > li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40%;
    background: #54535b;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 2;
  }
  header nav > ul.global > li.search:before {
    content: none;
  }
  header nav > ul.global > li.sp_only {
    display: none;
  }
  header nav > ul.global > li.webentry {
    display: none;
  }
  header nav > ul.global > li a {
    color: #fff !important;
    font-size: 1.05em;
    /*width: 210px;*/
    padding: 0 2em;
    height: 100px;
    line-height: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
  }

  header nav > ul.global > li.search,
  header nav > ul.global > li.search a {
    width: 91px;
    height: 100px;
    position: relative;
  }
  header nav > ul.global > li.search a span {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  header nav > ul.global > li.request a {
    color: #373637 !important;
  }

  header nav > ul.global > li.contact a {
    color: #373637 !important;
  }

  header nav > ul.global > li.access a {
    background-color: #4256a1;
  }

  header nav > ul.global > li.search a {
    background-color: #54535b;
  }

  header nav > ul.global > li a::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }

  header nav > ul.global > li.request a::before {
    background: url(/prospect/img/ico_request_gray.svg) no-repeat;
    background-size: 100%;
  }

  header nav > ul.global > li.contact a::before {
    background: url(/prospect/img/ico_contact_gray.svg) no-repeat;
    background-size: 100%;
  }

  header nav > ul.global > li.access a::before {
    background: url(/prospect/img/ico_access.svg) no-repeat;
    background-size: 100%;
  }

  header nav > ul.global > li.search a::before {
    margin: 0;
    background: url(/prospect/img/ico_search.svg) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    top: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  header nav > ul.global > li.menu a span {
    transition: 0.3s;
  }
  header nav > ul.global > li.menu.open a span {
    display: none;
  }

  #menu {
    width: 720px;
    height: 60px;
    background-color: #fff;
    margin: 0 0 0 auto;
    text-align: center;
    display: table;
  }

  #menu > li {
    width: 90px;
    height: 60px;
    border-left: 1px solid #dbdbdb;
    vertical-align: top;
    display: table-cell;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu > li:first-child {
    border-left: none;
  }

  #menu > li a {
    color: #4d4d4d;
    font-size: 13px;
    width: 90px;
    height: 60px;
    padding-top: 2px;
    line-height: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 2px solid #fff;
    background-position: center bottom;
    background-size: 10px auto;
  }

  #menu > li a:hover {
    border-bottom: 2px solid #ddff00;
    background: url(/prospect/img/ico_menu_on.svg) center bottom no-repeat;
    background-size: 10px auto;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  #search {
    position: absolute;
    top: 94px;
    right: -6px;
    /* right:-420px; */
    width: 432px;
    padding: 6px;
    /* background-color:#e6e6e6;	 */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    display: none;
  }

  #search form {
    width: 100%;
    display: table;
    background-color: #fff;
    box-shadow: 0px 2px 6px 1px #999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #search .keyword {
    color: #373637;
    font-size: 18px;
    font-weight: bold;
    font-family: "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
    width: 330px;
    height: 60px;
    margin: 0;
    padding: 0 20px;
    border: none;
    display: blcok;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #search .keyword:placeholder-shown {
    color: #c4c4c4;
  }
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  #search .keyword::-webkit-input-placeholder {
    color: #c4c4c4;
  }
  /* Firefox 18- */
  #search .keyword:-moz-placeholder {
    color: #c4c4c4;
  }
  /* Firefox 19+ */
  #search .keyword::-moz-placeholder {
    color: #c4c4c4;
  }
  /* IE 10+ */
  #search .keyword:-ms-input-placeholder {
    color: #c4c4c4;
  }

  #search .recommend {
    font-size: 0;
    padding: 5px 25px 25px;
    text-align: left;
  }

  #search .recommend li {
    margin: 5px;
    background-color: #fff;
    display: inline-block;
  }

  #search .recommend li a {
    position: relative;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 35px 6px;
    background: url(/prospect/img/ico_recommend_1.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #ccc;
    letter-spacing: -0.1em;
    display: block;
  }

  #search .recommend li a .number {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding: 2px 4px 5px 2px;
    background-color: #ccc;
    line-height: 1em;
    letter-spacing: normal;
    display: inline-block;
  }

  #search .recommend li.n1 a {
    background: url(/prospect/img/ico_recommend_1.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #f7b66c;
  }
  #search .recommend li.n1 a .number {
    background-color: #f7b66c;
  }

  #search .recommend li.n2 a {
    background: url(/prospect/img/ico_recommend_2.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #52c3f1;
  }
  #search .recommend li.n2 a .number {
    background-color: #52c3f1;
  }

  #search .recommend li.n3 a {
    background: url(/prospect/img/ico_recommend_3.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #f3a1a3;
  }
  #search .recommend li.n3 a .number {
    background-color: #f3a1a3;
  }

  #search .recommend li.n4 a {
    background: url(/prospect/img/ico_recommend_4.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #759975;
  }
  #search .recommend li.n4 a .number {
    background-color: #759975;
  }

  #search .recommend li.n5 a {
    background: url(/prospect/img/ico_recommend_5.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #f39f64;
  }
  #search .recommend li.n5 a .number {
    background-color: #f39f64;
  }

  #search .recommend li.n6 a {
    background: url(/prospect/img/ico_recommend_6.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #7580be;
  }
  #search .recommend li.n6 a .number {
    background-color: #7580be;
  }

  #search .recommend li.n7 a {
    background: url(/prospect/img/ico_recommend_7.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #60c1be;
  }
  #search .recommend li.n7 a .number {
    background-color: #60c1be;
  }

  #search .recommend li.n8 a {
    background: url(/prospect/img/ico_recommend_8.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #b18c69;
  }
  #search .recommend li.n8 a .number {
    background-color: #b18c69;
  }

  #search .recommend li.n9 a {
    background: url(/prospect/img/ico_recommend_9.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #ee86b4;
  }
  #search .recommend li.n9 a .number {
    background-color: #ee86b4;
  }

  #search .recommend li.n10 a {
    background: url(/prospect/img/ico_recommend_10.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #91c982;
  }
  #search .recommend li.n10 a .number {
    background-color: #91c982;
  }

  #search .bt-search {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
    width: 90px;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #4da1d9;
    border: none;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.3em;
    cursor: pointer;
  }

  #search h2 {
    color: #373637;
    font-size: 20px;
    font-family: "Arvo", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 25px 25px 0;
    letter-spacing: 0.1em;
  }

  #search h2 .jp {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
  }
}

/* *****************************************************************************
   ¥¹¥Þ©`¥È¥Õ¥©¥óÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header #logo {
    position: fixed;
    top: 8px;
    left: 2vw;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
  }
  header #logo:before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 60px;
    background: #fff;
    position: absolute;
    left: -2vw;
    top: -8px;
  }

  /*header #logo::before {
    content: "";
    padding-top: 15.625%;
    display: block;
  }*/

  header #logo a {
    position: relative;
    width: 160px;
    height: 36px;
    display: block;
    vertical-align: top;
  }

  header #logo img {
    width: 100%;
    height: auto;
  }

  /*header #bt-home::before {
    content: "";
    padding-top: 101%;
    display: block;
  }*/

  header #bt-home {
    position: fixed;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
    background: #491176;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    display: table-cell;
  }

  header #bt-home a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header #bt-oc {
    display: none;
  }
  header #bt-access {
    position: fixed;
    top: 0;
    right: 31.25%;
    width: 15.625%;
    background: #4256a1;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    display: table-cell;
    height: 15.8vw;
  }
  header #bt-access a span {
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header #bt-access a {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 0 !important;
  }
  header #bt-access a::before {
    content: " ";
    height: 80%;
    background: url(/prospect/img/ico_access.svg) no-repeat center;
    background-size: 45%;
    display: block;
  }

  header #bt-webentry {
    display: none;
  }

  header #bt-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 15.625%;
    cursor: pointer;
    z-index: 999;
  }

  header #bt-menu::before {
    content: "";
    padding-top: 100%;
    display: block;
  }

  header #bt-menu.close span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1% 0 0 -22%;
    width: 44%;
    height: 4%;
    background-color: #323c64;
    display: block;
  }

  header #bt-menu.close span::before {
    position: absolute;
    top: -500%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #323c64;
    display: block;
  }

  header #bt-menu.close span::after {
    position: absolute;
    top: 500%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #323c64;
    display: block;
  }

  header #bt-menu.open span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1% 0 0 -22%;
    width: 44%;
    height: 4%;
    background-color: transparent;
    display: block;
  }

  header #bt-menu.open span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #323c64;
    display: block;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  header #bt-menu.open span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #323c64;
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    /* overflow-x:hidden; */
  }

  header nav > ul.global {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  header nav > ul.global li {
    position: relative;
    width: 50%; /* 2ÁÐ¤Î¤È¤­ */
    /* width: 33.33333%; */ /* 3ÁÐ¤Î¤È¤­ */
    vertical-align: top;
    float: right;
    height: 60px;
  }
  header nav > ul.global > li.contact + li.request.sp:before,
  header nav > ul.global > li.request + li.webentry.sp:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 2;
  }
  header nav > ul.global > li.access {
    display: none;
  }

  header nav > ul.global > li::after {
    content: "";
    /* padding-top: 47%; */
    padding-top: 27%;
    vertical-align: top;
    display: block;
  }

  header nav > ul.global li a {
    position: absolute;
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    bottom: 0;
    padding: 10px 0 5px 25px;
    line-height: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }
  header nav > ul.global > li a:hover,
  header nav > ul.global > li a:visited {
    opacity: 1;
    transition: 0;
  }
  header nav > ul.global > li.access a {
    padding-top: 8.5%;
  }

  header nav > ul.global > li.search {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  header nav > ul.global > li.search a {
    height: 100%;
  }

  header nav > ul.global > li.request a,
  header nav > ul.global > li.contact a,
  header nav > ul.global > li.webentry a {
    color: #fff !important;
    background: #54535b;
    position: relative;
  }
  header nav > ul.global > li.request a:before {
    content: "";
    display: inline-block;
    background: url(/prospect/img/ico_request_white.svg) no-repeat;
    background-size: 100%;
    font-size: 1em;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    /*transform: translateX(-3.5em) translateY(-50%);*/ /* 2ÁÐ¤Î¤È¤­ */
    transform: translateX(-3.5em) translateY(-50%); /* 3ÁÐ¤Î¤È¤­ */
    margin-top: 2px;
  }

  header nav > ul.global > li.contact a:before {
    content: "";
    display: inline-block;
    background: url(/prospect/img/ico_contact_white.svg) no-repeat;
    background-size: 100%;
    font-size: 1em;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    /*transform: translateX(-4.5em) translateY(-50%);*/ /* 2ÁÐ¤Î¤È¤­ */
    transform: translateX(-4.5em) translateY(-50%); /* 3ÁÐ¤Î¤È¤­ */
    margin-top: 2px;
  }

  header nav > ul.global > li.access a {
    background: #4256a1 url(/prospect/img/ico_access.svg) center top 20% no-repeat;
    background-size: 7%;
  }

  header nav > ul.global > li.webentry a:before {
    content: "";
    display: inline-block;
    background: url(/prospect/img/ico_pc.svg) no-repeat;
    background-size: 100%;
    font-size: 1em;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    /*transform: translateX(-6.5em) translateY(-50%);*/ /* 2ÁÐ¤Î¤È¤­ */
    transform: translateX(-3.5em) translateY(-50%); /* 2ÁÐ¤Î¤È¤­ */
  }

  header nav > ul.global > li.search a {
    background: #54535b url(..//prospect/img/ico_search.svg) no-repeat;
    background-size: 120%;
    background-position: center 0;
  }
  header nav > ul.global > li.search a span {
    position: absolute;
    bottom: 16%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  header nav > ul.global > li.menu a span {
    transition: 0.3s;
  }
  header nav > ul.global > li.menu.open a span {
    display: none;
  }

  #menu {
    position: absolute;
    top: 0;
    right: -60%;
    width: 60%;
    margin: 15.625% 0 0 auto;
    text-align: center;
  }

  #menu > li {
    width: 100%;
    border-top: 1px solid #666666;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu > li:first-child {
    border-top: none;
  }

  #menu > li a {
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 12px 0;
    background-color: rgba(50, 50, 50, 0.95);
    line-height: 1em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
  }

  #search {
    position: fixed;
    right: 0;
    top: 60px;
    /* right:-420px; */
    width: 100%;
    background-color: #e6e6e6;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    display: none;
  }

  #search form {
    width: 100%;
    display: table;
    box-shadow: 0px 2px 6px 1px #999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #search .keyword {
    color: #373637;
    font-size: 16px;
    font-weight: bold;
    font-family: "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
    width: 78%;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    border: none;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #search .keyword:placeholder-shown {
    color: #c4c4c4;
  }
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  #search .keyword::-webkit-input-placeholder {
    color: #c4c4c4;
  }
  /* Firefox 18- */
  #search .keyword:-moz-placeholder {
    color: #c4c4c4;
  }
  /* Firefox 19+ */
  #search .keyword::-moz-placeholder {
    color: #c4c4c4;
  }
  /* IE 10+ */
  #search .keyword:-ms-input-placeholder {
    color: #c4c4c4;
  }

  #search .recommend {
    font-size: 0;
    padding: 5px 25px 25px;
    text-align: left;
  }

  #search .recommend li {
    margin: 5px;
    background-color: #fff;
    display: inline-block;
  }

  #search .recommend li a {
    position: relative;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 35px 6px;
    background: url(/prospect/img/ico_recommend_1.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #ccc;
    letter-spacing: -0.1em;
    display: block;
  }

  #search .recommend li a .number {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    padding: 2px 4px 5px 2px;
    background-color: #ccc;
    line-height: 1em;
    letter-spacing: normal;
    display: inline-block;
  }

  #search .recommend li.n1 a {
    background: url(/prospect/img/ico_recommend_1.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #f7b66c;
  }
  #search .recommend li.n1 a .number {
    background-color: #f7b66c;
  }

  #search .recommend li.n2 a {
    background: url(/prospect/img/ico_recommend_2.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #52c3f1;
  }
  #search .recommend li.n2 a .number {
    background-color: #52c3f1;
  }

  #search .recommend li.n3 a {
    background: url(/prospect/img/ico_recommend_3.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #f3a1a3;
  }
  #search .recommend li.n3 a .number {
    background-color: #f3a1a3;
  }

  #search .recommend li.n4 a {
    background: url(/prospect/img/ico_recommend_4.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #759975;
  }
  #search .recommend li.n4 a .number {
    background-color: #759975;
  }

  #search .recommend li.n5 a {
    background: url(/prospect/img/ico_recommend_5.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #f39f64;
  }
  #search .recommend li.n5 a .number {
    background-color: #f39f64;
  }

  #search .recommend li.n6 a {
    background: url(/prospect/img/ico_recommend_6.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #7580be;
  }
  #search .recommend li.n6 a .number {
    background-color: #7580be;
  }

  #search .recommend li.n7 a {
    background: url(/prospect/img/ico_recommend_7.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #60c1be;
  }
  #search .recommend li.n7 a .number {
    background-color: #60c1be;
  }

  #search .recommend li.n8 a {
    background: url(/prospect/img/ico_recommend_8.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #b18c69;
  }
  #search .recommend li.n8 a .number {
    background-color: #b18c69;
  }

  #search .recommend li.n9 a {
    background: url(/prospect/img/ico_recommend_9.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #ee86b4;
  }
  #search .recommend li.n9 a .number {
    background-color: #ee86b4;
  }

  #search .recommend li.n10 a {
    background: url(/prospect/img/ico_recommend_10.svg) right center no-repeat;
    background-size: 20px auto;
    border: 2px solid #91c982;
  }
  #search .recommend li.n10 a .number {
    background-color: #91c982;
  }

  #search .bt-search {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
    width: 22%;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #4da1d9;
    border: none;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.3em;
    cursor: pointer;
  }

  #search h2 {
    color: #373637;
    font-size: 16px;
    font-family: "Arvo", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 20px 25px 0;
    letter-spacing: 0.1em;
  }

  #search h2 .jp {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 1000px), print {
  /*  header nav {
    right: 50%;
    margin-right: -500px;
  }*/
}

@media screen and (max-width: 415px) {
  header #bt-home a,
  header #bt-access a {
    /*padding-top: 25%;*/
    font-size: 8px;
  }
}

/* Ó¡Ë¢ÓÃ */
@media print {
  .header_side_bt,
  header nav {
    display: none;
  }
}
