@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  基本スタイル指定
=================================================================== */
/*IE11スクロールバー調整*/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
/*bootstrap調整用*/
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter .row {
  margin-left: 0;
  margin-right: 0;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.pc-only {
  display: block;
}
.pc-only.din {
  display: inline;
}
.pc-only.dib {
  display: inline-block;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .sp-only.din {
    display: inline;
  }
  .sp-only.dib {
    display: inline-block;
  }
}
/*フォント
=============================================================*/
@font-face {
  font-family: 'Noto Sans cjk';
  font-style: thin;
  font-weight: 100;
  src: url(../font/NotoSansCJKjp-Thin.eot);
  src: url(../font/NotoSansCJKjp-Thin.woff) format('woff'), url(../font/NotoSansCJKjp-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans cjk';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansCJKjp-Regular.eot);
  src: url(../font/NotoSansCJKjp-Regular.woff) format('woff'), url(../font/NotoSansCJKjp-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans cjk';
  font-style: bold;
  font-weight: 900;
  src: url(../font/NotoSansCJKjp-Bold.eot);
  src: url(../font/NotoSansCJKjp-Bold.woff) format('woff'), url(../font/NotoSansCJKjp-Bold.ttf) format('truetype');
}
/* body and base setting
---------------------------------*/
body {
  font-family: "Noto Sans cjk", Arial, Helvetica, YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #151515;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  min-width: 320px;
  background: #fff;
  margin: auto;
  position: relative;
}
/* general params
---------------------------------*/
html {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
p {
  color: #151515;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.8;
}
p .caption {
  color: #333;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  padding-top: 8px;
}
a {
  color: #000;
  outline: none;
  overflow: hidden;
}
a:link,
a:visited {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
.tel-link a {
  color: #000;
}
img {
  max-width: 100%\9;
  width: auto\9;
  height: auto\9;
  vertical-align: top\9;
}
img.fixImg {
  width: 100%;
  width: 100%\9;
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none !important;
}
/*selection*/
*::-moz-selection {
  background: #ffd39a;
}
*::selection {
  background: #ffd39a;
}
*::-moz-selection {
  background: #ffd39a;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* 日本派遣看護師協会 */
/* ------------------------------------------------------------------------------------------------------------------------ */
header:not(.header) {
  background: #fff;
  border-top: 5px solid #f08300;
}
@media only screen and (max-width: 767px) {
  header:not(.header) {
    border-top: 3px solid #f08300;
  }
}
.header {
  background: #fff;
}
.header .title-container {
  box-sizing: content-box;
  position: relative;
  height: 70px;
  border-top: 5px solid #f08300;
}
@media only screen and (max-width: 767px) {
  .header .title-container {
    height: 36px;
    border-top: 3px solid #f08300;
  }
}
.substyle .header {
  box-shadow: 0px 7px 3px -3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .substyle .header {
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2);
  }
}
.substyle .contents {
  margin: 20px 0 60px;
}
h1 {
  font-size: 3rem;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 3px;
}
h1 a {
  color: #f08300;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.link-text {
  color: #151515;
  font-size: 1.2rem;
}
.link-text:link {
  text-decoration: underline;
}
.link-text:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .link-text {
    font-size: 1rem;
  }
}
.link-btn {
  padding: 0.4em 1em;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #e33;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 870px) {
  .link-btn {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .link-btn {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
.link-btn:hover {
  opacity: 0.7;
}
.btn-twitter {
  background: #1d9bf0;
  border-radius: 100px;
  padding: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .btn-twitter {
    margin: 0 0 10px;
  }
}
.btn-twitter:hover {
  opacity: 0.7;
}
.btn-twitter img {
  width: 20px;
  height: auto;
}
.h-navi {
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .h-navi {
    padding: 5px 10px;
  }
}
.h-navi ul {
  display: flex;
  justify-content: flex-end;
}
.h-navi ul li {
  position: relative;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .h-navi ul li {
    padding-left: 8px;
  }
}
.h-navi ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-left: 6px solid #f08300;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .h-navi ul li:before {
    margin-top: -2px;
    border-width: 2px 0 2px 4px;
  }
}
.btn-navi {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 10px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .btn-navi {
    top: 45px;
    height: auto;
    flex-direction: column;
  }
}
.img-main {
  background: #f7f7f9;
  text-align: center;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.img-main:before {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 0;
  box-shadow: 0px 7px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
@media only screen and (max-width: 767px) {
  .img-main:before {
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2) inset;
  }
}
.img-main:after {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: 0;
  box-shadow: 0px -7px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
@media only screen and (max-width: 767px) {
  .img-main:after {
    box-shadow: 0px -4px 3px -3px rgba(0, 0, 0, 0.2) inset;
  }
}
.img-main img {
  width: 100%;
  height: auto;
}
.img-main h2 {
  width: 95%;
  max-width: 840px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 870px) {
  .img-main h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .img-main h2 {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    padding: 15px 0;
    margin: auto;
    text-align: left;
  }
}
h3 {
  font-size: 3rem;
  color: #f08300;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
h3 span {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 100;
  display: inline-block;
  border-bottom: 1px solid #4c4c4c;
  padding: 0 10px 1px 10px;
}
@media only screen and (max-width: 767px) {
  h3 span {
    font-size: 1.2rem;
  }
}
.defbox dt {
  display: block;
  position: relative;
  float: left;
  clear: left;
}
.defbox dt::after {
  content: "：";
  display: inline;
  position: absolute;
  right: 0;
}
.defbox.size03 dt {
  width: 4em;
}
.defbox.size03 dd {
  margin-left: 4em;
}
.defbox.size04 dt {
  width: 5em;
}
.defbox.size04 dd {
  margin-left: 5em;
}
.defbox.size05 dt {
  width: 6em;
}
.defbox.size05 dd {
  margin-left: 6em;
}
.news {
  padding: 27px 0 33px;
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 20px 0;
  }
}
.news .inner,
.privacy .inner,
.interview .inner {
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}
.news ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .news ul li {
    display: block;
  }
}
.news ul li span {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .news ul li span {
    display: block;
    margin-right: 0;
  }
}
.news ul li p {
  font-size: inherit;
  line-height: inherit;
}
.news ul li a {
  text-decoration: underline;
  color: #f08300;
}
.news ul li a:hover {
  opacity: 0.7;
}
.news .btn_more {
  width: 300px;
  margin: 40px auto 30px;
}
.news .btn_more a {
  display: block;
  color: #fff;
  font-size: 16px;
  background: #f08300;
  padding: 15px 5px;
  text-align: center;
  transition: all 0.5s;
}
.news .btn_more a:hover {
  opacity: 0.5;
}
.news .pager_list {
  display: flex;
  justify-content: center;
  margin: 40px auto 30px;
}
.news .pager_list li {
  border: none;
}
.news .pager_list li a {
  display: block;
  color: #fff;
  margin: 0 5px;
  padding: 6px 14px;
  background: #f08300;
  border: 1px solid #f08300;
  text-decoration: none;
}
.news .pager_list li a.pager_list--current {
  pointer-events: none;
  color: #f08300;
  background: #fff;
}
.about {
  padding: 27px 0 33px;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 20px 0;
  }
}
.about .inner {
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}
.about p,
.privacy .title04,
.privacy p,
.privacy li,
.privacy dl {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 15px;
  text-indent: 1em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media only screen and (max-width: 767px) {
  .about p,
  .privacy .title04,
  .privacy p,
  .privacy li,
  .privacy dl {
    line-height: 1.5;
  }
}
.announcement {
  padding: 27px 0;
}
@media only screen and (max-width: 767px) {
  .announcement {
    padding: 20px 0;
  }
}
.announcement .inner {
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}
.announcement ul {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.announcement ul li {
  width: calc(460 / 950 * 100%);
  margin-right: calc(30 / 950 * 100%);
  margin-bottom: calc(30 / 950 * 100%);
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .announcement ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.announcement ul li:nth-child(even) {
  margin-right: 0;
}
.announcement ul li a {
  background: #f08300;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.announcement ul li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .announcement ul li a {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.area_banner {
  padding: 27px 0;
}
@media only screen and (max-width: 767px) {
  .area_banner {
    padding: 20px 0;
  }
}
.area_banner .inner {
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}
.area_banner ul {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.area_banner ul li {
  width: calc(460 / 950 * 100%);
  margin-right: calc(30 / 950 * 100%);
  margin-bottom: calc(30 / 950 * 100%);
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .area_banner ul li {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.area_banner ul li:nth-child(even) {
  margin-right: 0;
}
.area_banner ul li a {
  transition: all 0.5s;
}
.area_banner ul li a:hover {
  opacity: 0.5;
}
.area_banner ul li img {
  max-width: 100%;
  height: auto;
}
.area_banner.add {
  padding: 54px 0;
}
.area_banner.add ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .area_banner.add ul li {
    width: 100%;
    margin-right: 0;
  }
}
.area_banner.add ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .area_banner.add {
    padding: 25px 0;
  }
}
.product {
  padding: 27px 0 20px;
  background: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .product {
    padding: 20px 0;
  }
}
.product .inner {
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}
.product ul {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
}
.product ul li {
  border: 1px solid #f08300;
  background: #fff;
  width: calc(460 / 950 * 100%);
  margin-right: calc(30 / 950 * 100%);
  margin-bottom: calc(30 / 950 * 100%);
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    min-height: 130px;
  }
}
.product ul li:nth-child(even) {
  margin-right: 0;
}
.product ul li h5 {
  color: #f08300;
  font-size: 2.4rem;
  line-height: 1.4;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .product ul li h5 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.product ul li h5 span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .product ul li h5 span {
    font-size: 1.3rem;
  }
}
.access {
  padding: 27px 0 62px;
  /*
	p {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 16px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
		@media @sp {
			font-size: 1.3rem;
		}
	}
	*/
}
@media only screen and (max-width: 767px) {
  .access {
    padding: 20px 0;
  }
}
.access .inner {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.access h4 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  .access h4 {
    font-size: 1.5rem;
  }
}
.access .defbox {
  display: table;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .access .defbox {
    font-size: 1.3rem;
  }
}
.access .link {
  text-align: center;
  margin-bottom: 16px;
}
.access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30.25%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .access .map {
    padding-bottom: 56.25%;
  }
}
.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  background: #f08300;
  text-align: center;
  padding: 5px 0;
}
footer p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}
/* ------------------------------------------------------------------- */
/* ニュース&トピックスページ */
/* ------------------------------------------------------------------- */
.page-news .tit-news {
  background: #f08300;
  position: relative;
  width: 100%;
}
.page-news .tit-news:before {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 0;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
.page-news .tit-news:after {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: 0;
  box-shadow: 0px -4px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
.page-news .tit-news h2 {
  width: 100%;
  max-width: 970px;
  color: #fff;
  font-size: 2.5rem;
  padding: 20px 10px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-news .tit-news h2 {
    font-size: 1.8rem;
  }
}
.page-news .detail-news {
  padding: 27px 0 33px;
}
@media only screen and (max-width: 767px) {
  .page-news .detail-news {
    padding: 20px 0;
  }
}
.page-news .detail-news .inner {
  width: 100%;
  max-width: 970px;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}
.page-news .detail-news h3 {
  font-size: 2rem;
  text-align: left;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #f08300;
}
@media only screen and (max-width: 767px) {
  .page-news .detail-news h3 {
    font-size: 1.8rem;
  }
}
.page-news .detail-news h4 {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  .page-news .detail-news h4 {
    font-size: 1.8rem;
  }
}
.page-news .detail-news p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
.page-news .detail-news p a {
  text-decoration: underline;
  color: #f08300;
}
.page-news .detail-news p a:hover {
  opacity: 0.7;
}
.page-news .detail-news ol li {
  font-size: 1.6rem;
  color: #151515;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.page-news .detail-news .img {
  margin-bottom: 15px;
}
.page-news .detail-news .img img {
  width: 100%;
  height: auto;
}
/* ------------------------------------------------------------------- */
/* 個人情報保護方針 */
/* ------------------------------------------------------------------- */
.privacy .section {
  padding: 15px 0;
}
.privacy .title04 {
  text-indent: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.privacy .defbox {
  padding-left: 1em;
  text-indent: 0;
}
.olist {
  padding-left: 2em;
}
.olist li {
  padding-left: 2.2em;
  text-indent: -2.2em;
}
/* ------------------------------------------------------------------- */
/* 個人情報保護方針 */
/* ------------------------------------------------------------------- */
.interview .section {
  padding: 15px 0 30px;
}
@media only screen and (max-width: 767px) {
  .interview .section {
    display: flex;
    flex-direction: column;
    padding: 15px 0 0;
  }
}
.interview .section::after {
  content: '';
  display: block;
  clear: both;
}
.interview h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f08300;
  margin-bottom: 20px;
  line-height: 1.3;
  border-left: 5px solid #f08300;
  padding: 5px 0 5px 0.6em;
}
@media only screen and (max-width: 767px) {
  .interview h4 {
    border-width: 2px;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .interview .txt {
    order: 3;
  }
}
.interview p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.interview img {
  width: 400px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .interview img {
    display: block;
    width: 200px;
    order: 1;
  }
}
.interview img.fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media only screen and (max-width: 767px) {
  .interview img.fr {
    float: none;
    margin: 0 auto 20px;
  }
}
.interview img.fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media only screen and (max-width: 767px) {
  .interview img.fl {
    float: none;
    margin: 0 auto 20px;
  }
}
/* ------------------------------------------------------------------- */
/* 個人会員のご登録：トップ下追加版 */
/* ------------------------------------------------------------------- */
.box__btn-navi {
  width: 55%;
  max-width: 700px;
  margin: 50px auto 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .box__btn-navi {
    width: 100%;
    max-width: none;
    flex-direction: column;
  }
}
.box__btn-navi .box-btn {
  width: 300px;
  box-sizing: content-box;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .box__btn-navi .box-btn {
    margin: 0 0 20px;
  }
}
.box__btn-navi .box-btn a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e33;
  padding: 15px 5px;
  text-align: center;
  transition: all 0.5s;
}
.box__btn-navi .box-btn a:hover {
  opacity: 0.5;
}
.box__btn-navi .box-btn a span {
  display: inline-block;
  font-size: 12px;
  padding-top: 0.5em;
}
.box__btn-navi .box-btn.style02 {
  width: 360px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .box__btn-navi .box-btn.style02 {
    width: 300px;
    margin-top: 0;
  }
}
.box__btn-navi .box-btn.style02 a {
  color: #f08300;
  background: #fff;
  border: 1px solid #f08300;
}
@media only screen and (max-width: 767px) {
  .box__btn-navi .box-btn.style02 a {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .box__btn-navi .box-btn.style02 a .txt_lower {
    font-size: 11px;
    line-height: 1.2;
    padding-top: 0.3em;
  }
}
.box__btn-navi .box-twitter {
  box-sizing: content-box;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .box__btn-navi .box-twitter {
    margin: 0;
    order: 3;
  }
}
.box__btn-navi .box-twitter:hover {
  opacity: 0.7;
}
.box__btn-navi .box-twitter a {
  display: inline-block;
  margin: 0;
}
.box__btn-navi .box-twitter img {
  width: 20px;
  height: auto;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* sm */
/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */
/* xs */
/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=common.css.map */