@charset "utf-8";

/* ヘッダー ******************************************/

article.header {
  margin: 2vw auto 0;
}

.header-adjust {
    margin: 2vw auto 0;
}

header {
  background: #116534;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 0;
  margin: 0 -8px 0 -8px;
  padding: 0;
  height: 20vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* width: 104%; */
  z-index: 9999;
}

header a {
  color: white;
  text-decoration: none;
}

header p {
  margin: 0;
  /* padding: 2vw 0; */
  text-align: center;
}

.header-icon {
  float: left;
  margin-left: .5em;
}

.header-icon-close {
  float: left;
}

.header-icon-close-right {
  float: right;
  margin-right: 5px;
}

.header-menu-l {
  /* border-right: 1px solid #ddd; */
  color: white;
  float: left;
  text-align: center;
  width: 10%;
  margin: 0;
  padding: 2vw 0;
  font-size: 3.8vw;
  line-height: 1.6;
}

.header-menu-c {
  float: left;
  text-align: center;
  width: 27.5%;
  font-size: 3.8vw;
  line-height: 1.6;
  padding: 2vw 0;
}

.button-icon {
  height: auto;
  width: 8vw;
}

.header-menu-r {
  text-align: left;
  width: 100%;
  /* float: right; */
  font-weight: bold;
  color: #fff;
  height: 12vw;
}

/* 新しいヘッダ *********************************/

.header-left {
  width: 66%;
  padding: 3% 0 0 0;
}

.header-right {
  width: 33%;
  float: right!important;
}

.header-img-logo {
  width: 79%;
  float: left;
  margin-left: 1%;
}

.header-sub-title {
  font-weight: bold;
  margin: -0.5% 0 0 2%;
  float: left;
  font-size: 5.3vw;
  padding: 0;
  color: #000;
}

.header-sub-title-small {
  font-size: 4vw;
}


.header-sub-nav-list-txt {
  font-size: 2.5vw!important;
  font-weight: bold;
  margin:0;
}

.header-sub-items {
  width: 50%;
  height: auto;
}

.header-sub-img {
  display: block;
  margin-left: 50%;
}

.header-sub a {
  text-decoration: none;
  color: black;
}

.header-sub {
  position: relative;
  width: 104%;
  margin: 1vw -8px .5vw -8px;
  height: 13vw;
}

.header-menu-r ul {
  height: 10vw;
}

.header-main-nav-list-txt {
  font-size: 3.5vw!important;
}

.header-main-border-right {
  border-right: 1px solid #ddd;
}

.header-main-border-bottom {
  border-bottom: 1px solid #ddd;
}

.header-main-nav-home {
  width: 23%;
}

.header-main-nav-okng {
  width: 30%;
}

.header-main-nav-send {
  width: 23.5%;
}

.header-main-nav-selfdelivery {
  width: 23.5%;
}

.mainbutton-cell {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.button-icon-menu-gif {
  height: auto;
  width: 55%;
  line-height: 0;
  margin: 10% 0 0 25%;
}

/* ハンバーガーメニュー */

#nav-open {
  display: block;
}

.nav-unshown {
  display: none;
}

#nav-input:checked~#nav-close-button {
  display: block;
}

#nav-drawer {
  position: relative;
}

#nav-close {
  background: #000;
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s ease-in-out;
  width: 0%;
  z-index: 99;
}

#nav-close-button {
  background: #333;
  display: none;
  font-weight: bold;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 2% 0 2% 1.9%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 98.1%;
}

#nav-content {
  -webkit-transform: translateX(-105%);
  background: #333;
  height: 100%;
  left: 0;
  top: 18vw;
  overflow: auto;
  position: fixed;
  text-align: left;
  transform: translateX(-105%);
  transition: .3s ease-in-out;
  width: 100%;
  z-index: 9999;
  margin: 0% 0 0 0;
}

#nav-content ul {
  padding: 0;
  margin: 0 8px;
}

#nav-input:checked~#nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#nav-open span:after {
  bottom: -16px;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-content .menu-title {
  background: #333;
  color: #fff;
  margin: 0;
  padding: 6px 8px;
}

/* フッタ *************************************/

.footer-logomark {
  position: relative;
  width: 68%;
  height: auto;
  margin: 2% 0 0% 3%;
}

.footer-company-frame {
  margin: 0;
  position: relative;
}

.footer-company-frame a {
  color: #000;
  text-decoration: none;
}

.footer-img-company {
  width: 34%;
  position: relative;
  margin: 0% 0 2% 62%;
  padding-top: 10%;
}

.footer-name {
  width: 70%;
  position: absolute;
  top: 0;
  left: 4%;
}

.footer-img-logo {
  width: 70%;
  position: absolute;
  top: 2%;
  left: 4%;
}

.footer-img-logo-gif {
    width: 10%;
    position: relative;
}

.footer-img-pmark {
    width: 13%;
    height: auto;
    position: absolute;
    top: 1%;
    left: 70%;
}

.footer-hr {
  height: .1em;
  background-color: #000;
  border: none;
  margin: 0;
}


.footer-text-name {
  position: absolute;
  font-size: 5.3vw;
  font-weight: bold;
  top: -2%;
  left: 12.5%;
  margin: 0;
}

.footer-text-address {
  position: absolute;
  top: 23%;
  left: 4%;
  margin: 0;
}

.footer-text-pmark {
  position: relative;
  line-height: 1.3;
  margin: 0;
  font-size: 3.3vw;
}

.footer-pmark {
  position: absolute;
  top: 48%;
  width: 70%;
  left: 4%;
  /* font-size: 3vw; */
}

footer {
  border-top: 1px solid #ddd;
  margin: 0 -8px;
  background: #e9e9e9;
}

.footer-padding {
  padding-bottom: 4%;
}

.footer-text-kouan {
  position: relative;
  line-height: 1.3;
  margin: 0;
  font-size: 3.3vw;
}

.footer-kouan {
  position: absolute;
  top: 75%;
  width: 70%;
  left: 4%;
}

/* 共通ルール ******************************************/

h1 {
  font-size: 3.8vw;
  margin: 0;
  text-align: center;
}

h2 {
  font-size: 6vw;
  line-height: 1.6;
}

h2.title {
  font-size: 10vw;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

h3, h4, h5, h6, p, li, th, td {
  font-size: 3.8vw;
  line-height: 1.6;
}

.ui-bar h3 {
  font-size: 6vw;
  margin: 0;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding-top: 10vw;
  margin-top: -10vw;
}

.bw2 {
  border-width: 2px !important;
  box-sizing: border-box;
}

.corner {
  background: #fff;
  border-color: #ddd;
  border-radius: .3125em;
  border-style: solid;
  border-width: 1px;
  padding: .3em 0 .1em;
  position: relative;
}

.corner-background-white {
  background: white;
}

.corner .title {
  font-size: 5.7vw;
  font-weight: bold;
  margin: 0;
}

.corner-b {
  -moz-border-radius: 0 0 .3125em .3125em;
  -webkit-border-radius: 0 0 .3125em .3125em;
  border-radius: 0 0 .3125em .3125em;
}

.corner-h {
  -moz-border-radius: .3125em .3125em 0 0;
  -webkit-border-radius: .3125em .3125em 0 0;
  border-radius: .3125em .3125em 0 0;
  margin-bottom: 0;
}

.corner.b-blue {
  background: #eef4ff;
  border-width: 2px;
}

.corner.b-dashed {
  border-style: dashed;
}

.corner.b-green {
  background: #eef7e8;
  border-width: 2px;
}

.corner.b-red {
  background: #f9e7e7;
  border-width: 2px;
}

.corner.blue {
  border-color: #1764A3;
}

.corner.green {
  border-color: #6B9D37;
}

.corner.red {
  border-color: red;
}

.ui-btn {
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-color: #ddd;
  display: block;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  padding: .7em 1em;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-btn-a {
  background: #f6f6f6;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3;
}

.ui-btn-b {
  background: #333;
  border-color: #1f1f1f;
  color: #fff;
  text-shadow: 0 1px 0 #111;
}

.ui-corner-all {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  -webkit-border-radius: .3125em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  border-radius: .3125em;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  margin: .5em 0;
  text-align: center;
}

.w {
  font-weight: bold;
}

.ui-bar {
  position: relative;
  padding: .4em 1em;
  overflow: hidden;
  display: block;
  clear: both;
  padding: 0;
}

.ui-bar h2 {
  margin: 0;
}

.ui-bar-a {
  border-width: 1px;
  border-style: solid;
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #333;
  text-shadow: 0 1px 0 #eee;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
}

.ui-bar-b {
  border-width: 1px;
  border-style: solid;
  margin-top: 2em;
  margin-bottom: 1em;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  font-weight: 700;
}

.ui-bar-r {
  border-width: 1px;
  border-style: solid;
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
  background-color: #e00000;
  border-color: #e00000;
  color: #fff;
  text-shadow: 0 1px 0 #111;
  font-weight: 700;
}

.ui-table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  border-color: #bbb;
  color: #333;
}

.ui-table th, .ui-table td {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0,0,0,.05);
}


.four p, .three p {
  font-size: 2.9vw;
  margin: 0;
}

.grid {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.grid li {
  display: block;
  float: left;
  list-style: none;
  margin-right: .5%;
}

.grid li.five-six {
  width: 83.5%;
}

.grid li.six {
  width: 15%;
}

.grid li.five {
  width: 19.5%;
}

.grid li.five-m-l {
  margin-left: 1%;
  width: 18.5%;
}

.grid li.four {
  width: 24.5%;
}

.grid li.one {
  width: 99.5%;
}

.grid li.three {
  width: 32.5%;
}

.grid li.two {
  width: 49.5%;
}

.heading-border {
  background: #e9e9e9;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  clear: both;
  color: #333;
  display: block;
  font-weight: 700;
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
  padding: .4em .9em;
  position: relative;
  text-shadow: 0 1px 0 #eee;
}

.img-responsive {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.img-responsive-70 {
  height: auto;
  max-width: 70%;
  width: 70%;
}

.items {
  margin-left: 8%;
  width: 83%;
  position: relative;
}

.m-b, .mb1 {
  margin-bottom: 1em;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mg0 {
  margin: 0;
}

.marge {
  margin: .5em 0;
}

.marge-lr {
  margin: 0 .5em;
}

.mt-blank {
  margin-top: 15vw;
}

.mt05 {
  margin-top: .5em;
}

.noline {
  height: auto;
  width: auto;
}

.pad {
  padding-left: .3em;
  padding-right: .3em;
}

.pad-inner {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

/* ★ */
.tel-font-size-under{
    font-size: 3vw;
}

.height0{
  line-height: 1;
}

.height0-top{
  padding: 10px 0px 0px 0px;
}
/* ★ */

.anchor {
  display: block;
  padding-top: 10vw;
  margin-top: -10vw;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.border-yellow {
    background: linear-gradient(transparent 60%,#ff9 60%);
}

.clear-both {
  clear: both;
}

/* アコーディオン */

.accrodion-contents {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: .5em 1.2em;
  word-break: break-all;
}

.accrodion-space-white-normal {
  white-space: normal;
}


/* TOPへボタン ******************************************/

#page-top {
  bottom: 5px;
  font-size: 80%;
  position: fixed;
  right: 15px;
  z-index: 1;
}

#page-top a {
  background: #666;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  opacity: 0.8;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 100px;
}


/* メニューボタン ******************************************/

div.menu_carryin {
  left: 30%;
  margin-top: 2vw;
  position: relative;
  width: 40%;
}

div.menu_media {
  left: 22%;
  margin-top: 2vw;
  position: relative;
  width: 55%;
}

div.menu_erase {
  left: 19%;
  margin-top: 2vw;
  position: relative;
  width: 54%;
}

div.menu_company {
  left: 22%;
  margin-top: 2vw;
  position: relative;
  width: 55%;
}

div.menu_ok {
  left: 19%;
  margin-top: 2vw;
  position: relative;
  width: 65%;
}

div.menu_send {
  left: 19%;
  margin-top: 2vw;
  position: relative;
  width: 60%;
}

div.menu_faq {
  left: 24%;
  margin-top: 2vw;
  position: relative;
  width: 50%;
}

div.menu_home {
  left: 25%;
  margin-top: 2vw;
  position: relative;
  width: 50%;
}

.ahref-black {
  color: #000;
  text-decoration: none;
}

ul.menu-button {
  margin: .5em 0 0;
  overflow: hidden;
  padding: 0;
}

.menu-button li a {
  color: #000;
  display: block;
  text-decoration: none;
}

.menu-button li {
  border-radius: 3.8vw;
  font-size: 4.5vw;
  font-weight: bold;
  list-style: none;
  margin: 0 0 .5em;
  padding: 5px 5px 0;
  position: relative;
  text-align: center;
  width: 46%;
}

.menu-button li a {
  display: block;
  width: 100%;
}

.menu-button li.menu_carryin {
  background: #D7E0C4;
  float: right;
}

.menu-button li.menu_company {
  background: #FAD7B8;
  float: right;
}

.menu-button li.menu_erase {
  background: #AAD389;
  float: right;
}

.menu-button li.menu_media {
  background: #C7DAF1;
  float: left;
}

.menu-button li.menu_ok {
  background: #C2CFEA;
  float: left;
}

.menu-button li.menu_send {
  background: #FEF4D8;
  float: left;
}

.menu-button li.menu_faq {
  background: #d4e492;
  float: left;
}

.menu-button li.menu_home {
  background: #8ec2e9;
  float: right;
}

.menu_free {
  height: auto;
  left: 2%;
  position: absolute;
  top: 2%;
  width: 28%;
}

.balloon-frame-hanko-menu {
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  background: #fff;
  border: 1px solid rgba(214, 21, 24, 1.0);
  border-radius: 18vw;
  color: rgba(214, 21, 24, 1.0);
  height: 12vw;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 3%;
  left: 1%;
  transform: rotate(-15deg);
  width: 12vw;
}

.balloon-frame-hanko-menu span {
  font-size: 5vw;
  font-weight: bold;
  position: relative;
  top: 1.9vw;
}

/* サイドメニューボタン ******************************************/

div.side_menu_carryin {
  left: 35%;
  position: relative;
  width: 42%;
  margin-bottom: 3%;
}

div.side_menu_company {
  left: 27%;
  position: relative;
  width: 45%;
  margin-bottom: 3%;
}

div.side_menu_erase {
  left: 20%;
  position: relative;
  width: 51.5%;
  margin-bottom: 3%;
}

div.side_menu_media {
  left: 19%;
  position: relative;
  width: 58%;
  margin-bottom: 3%;
}

div.side_menu_ok {
  left: 10%;
  position: relative;
  width: 80%;
  margin-bottom: 3%;
}

div.side_menu_send {
  left: 22%;
  position: relative;
  width: 54%;
  margin-bottom: 3%;
}

/* シェアボタン ******************************************/

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.share {
  height: 13vw;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}

.share .btn-text {
  position: relative;
  top: -3px;
}

.share .share-facebook {
  background: #3b5998;
  box-shadow: 0 3px #2d4373;
}

.share .share-facebook:hover {
  background: #4c70ba;
}

.share .share-google {
  background: #dd4b39;
  box-shadow: 0 3px #c23321;
}

.share .share-google:hover {
  background: #e47365;
}

.share .share-hatena {
  background: #2c6ebd;
  box-shadow: 0 3px #225694;
}

.share .share-hatena:hover {
  background: #4888d4;
}

.share .share-twitter {
  background: #242424;
  box-shadow: 0 3px #000000;
}

.share .share-twitter:hover {
  background: #4f4f4f;
}

.share a {
  color: #fff;
  display: block;
  height: 8vw;
  padding-top: 10px;
  text-decoration: none;
}

.share i {
  font-size: 1.5em;
}

.share li {
  border-radius: 3px;
  cursor: pointer;
  float: left;
  font-size: 3vw;
  list-style: none;
  margin-right: 1%;
  text-align: center;
  width: 32%;
}


/* フリックできるパンくずリスト ******************************************/

.breadcrumb-list {
  overflow-x: scroll;
  background-color: #FFF;
  border-bottom: solid 1px #CCC;
}

.breadcrumb-list ol {
  list-style: none;
  display: table;
}

.breadcrumb-list ol li {
  display: table-cell;
  white-space: nowrap;
}


/* 画面の横幅が768px以上 */

@media screen and (min-width: 768px) {
  /* スクロールバーの装飾 */
  .breadcrumb-list.scroll-bar::-webkit-scrollbar {
    height: 10px;
  }
  .breadcrumb-list.scroll-bar::-webkit-scrollbar-track {
    background-color: #FFF;
  }
  .breadcrumb-list.scroll-bar::-webkit-scrollbar-thumb {
    background-color: rgba( 238, 238, 238, 0.8);
  }
}


/* テーブル ******************************************/

.ui-table-columntoggle {
  clear: both;
}

.ui-table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.ui-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.table-stripe tbody tr:nth-child(odd) td, .table-stripe tbody tr:nth-child(odd) th {
  background-color: #eee;
  background-color: rgba(0, 0, 0, .04);
}

.ui-table th {
  font-weight: 700;
}

.ui-table th, .ui-table td {
  line-height: 1.5em;
  text-align: left;
  padding: .4em .5em;
  vertical-align: top;
}

.table-border {
  border-right: solid 1px #000000;
}

.tb-p {
  background-color: #ffbdbd73;
}

.tb-p th.red, .tb-p td.red {
  color: #C90E12;
}



/* 宅急便の最大サイズ ******************************************/

.box-size-bottom {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  bottom: 2%;
  height: 37vw;
  left: 1%;
  position: absolute;
  width: 98%;
}

.box-size-bottom .big {
  font-size: 7.5vw;
}

.box-size-bottom .box-size-bottom-text1 {
  left: 43%;
  position: absolute;
  top: 0;
}

.box-size-bottom .box-size-bottom-text2 {
  left: 43%;
  position: absolute;
  top: 35%;
}

.box-size-bottom .box-size-bottom-text3 {
  /*  bottom: -4%;*/
  left: 1%;
  position: absolute;
  margin: 0;
}

.box-size-bottom .box-size-image {
  left: 2vw;
  position: absolute;
  top: 29%;
  width: 37%;
  height: auto;
}

.box-size-bottom .green {
  color: #006934;
}

.box-size-bottom p {
  /* font-size: 5.9vw; */
  font-weight: bold;
}

.box-size-new {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #39773e;
  border-radius: 5px;
  bottom: 0;
  height: 48vw;
  position: relative;
  width: 100%;
}

.box-size-top {
  color: #FFF;
  font-size: 5.5vw;
  font-weight: bold;
  position: relative;
  top: 1%;
  margin: 0;
  /* align-items: center; */
  /* justify-content: center; */
  text-align: center;
}

.box-size-top-small {
  font-size: 3.8vw;
}

.box-size-top-text-big {
  font-size: 8vw;
}

.box-size-top-text-big-adjust {
  font-size: 5.5vw;
}

.box-size-top-text-middle {
  font-size: 5vw;
}

.box-size-top-text-middle-adjust {
  font-size: 3.8vw;
}

.box-size-top-text {
  font-size: 3.8vw;
  margin: -1.5% 0 0 0;
}

.box-size-small {
  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #1764A3;
    border-radius: 5px;
    top: 29%;
    height: 25vw;
    position: absolute;
    width: 56%;
    right: 2%;
}

.box-size-small-text {
  margin: -3% 0 0 0;
  color: #fff;
  text-align: center;
}

.box-size-small-bottom {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  bottom: 4%;
  height: 14vw;
  left: 2%;
  position: absolute;
  width: 96%;
}

.box-size-small-bottom p {
  font-weight: bold;
  margin: 0;
}

.box-size-small-bottom .brown {
  color: #603813;
}

.send-prepayment-size {
  position: absolute;
  background: #1764A3;
  border-radius: 5px;
  padding: 0 4%;
}

.send-prepayment-size-adjust {
  position: relative;
  width: 32%;
  float: left;
  align-items: center;
  justify-content: center;
  padding: 0 1%;
}

.send-prepayment-size-adjust a {
  text-decoration: none;
}

.box-size-small-text-adjust {
  margin: -4% 0 -5% 0;
  text-align: center;
}

/* 内部ジャンプの調整（ヘッダ分下げる）  ********************/

.internallink-adjust {
  margin-top: -2.8em;
  padding-top: 2.8em;
}

/* ホームに戻るボタン  ********************/

.button-circle-red {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0.5em 0;
  display: block;
  width: 100%;
  text-shadow: none;
  background-image: linear-gradient(to bottom, rgb(181, 23, 23), rgb(221, 17, 17));
  border-radius: 5px;
  box-shadow: inset 0 1px 0 #e71818, 0 8px 0 0 #8a0808, 4px 12px 5px #999;
}

.button-circle-red-big {
  font-size: 6.8vw;
}

.button-circle-red-normal {
  font-size: 4.24vw;
  padding: 5.4vw 0 !important;
}

.button-circle-normal-width {
  width:59%;
}

.button-circle-green {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0.5em 0;
  display: block;
  width: 100%;
  text-shadow: none;
  background-image: linear-gradient(to bottom, rgba(57, 119, 62, 1), rgb(69, 150, 76));
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(69, 150, 76, 1), 0 8px 0 0 rgba(57, 119, 62, 1), 4px 12px 5px #999;
}

.button-circle-green-middle {
  font-size: 4.24vw;
}

.button-circle-green-members {
  width: auto;
  padding-left: 9% !important;
  padding-right: 15% !important;
  font-size: 5vw;
}

/* 廃棄したいパソコンは？ */

.footer-youritem {
  padding: 0;
  width: 95%;

}

.footer-youritem-text {
  margin: 0;
}

.footer-youritem-note {
  width:21.9%;
  height: auto;
  margin: 0.4em 0 -0.4em 0;
}

.footer-youritem-desk {
  width:31%;
  height: auto;
  margin: 0.4em 0 -0.4em 0;
}

.footer-youritem-mac {
  width:23.8%;
  height: auto;
  margin: 0.4em 0 -0.4em 0;
}

.footer-youritem-allinone {
  width:25%;
  height: auto;
  margin: 0.4em 0 -0.4em 0;
}

.footer-youritem-sp {
  width:8%;
  height: auto;
  margin: 0.4em 0 -0.4em 0;
}

.footer-youritem-tablet {
  width:13%;
  height: auto;
  margin: 0.4em 0 -0.4em 0;
}


/* 追従キャッチ ******************************************/

.fix-menu-banner{
  width:100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background-color: white;
  line-height: 0;
}

.fix-menu-banner .catch_close {
  width:9%;
  position:absolute;
  right:0;
  z-index: 3;
  height: auto;
}

.fix-menu-banner .catch_close_small {
  width:4%;
  position:absolute;
  right:0;
  z-index: 3;
  height: auto;
}

.fix-menu-banner .catch_overlay {
  width:100%;
  margin-top: 0.5vw;
  height: auto;
}

.fix-menu-banner input:checked ~ .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
 
}
/*チェックは見えなくする*/
.fix-menu-banner input {
    display: none;
}

/* 記事日付 *********************************/

.datepublished {
    font-size: 3vw;
}

.float-right {
  float: right;
}


.img-radius {
  border-radius: 50%;
}

.four-five {
  width: 79.5%;
}

.datepublished-introduction-frame {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: .5em;
}

.datepublished-introduction-contents {
  font-size: 3vw;
}

.ahref-black {
  color: #000;
}

.datepublished-introduction-frame-big {
  padding: 1.5em 1.5em 0.5em 1.5em;
}

.datepublished-big {
  border: 1px solid #000;
  padding: 1.5em;
  width: 85%;
  margin-left: 2.5%;
}

.datepublished-introduction-contents-big {
  font-size: 3.1vw;
}

/* youtubeの画面 *********************************/

.youtube-player {
  width: 100%;
  height: 53vw;
}

.video {
  width:100%;
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}

.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-none {
	border: none;
}

.video-footer {
  width:98%;
  padding-bottom: 55%;
  left: 1%;
}

.button-blue {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 0.5em 1.5em;
    display: block;
    text-shadow: none;
    background: #16a;
    border-radius: 5px;
    border-bottom: solid 4px grey;
}

.share .share-youtube {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px #ddd;
}

.share .share-youtube:hover {
  background: #4f4f4f;
}

.x-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.youtube-icon {
  width: auto;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

