ファイル名 html5-guide.css

@charset "UTF-8";
/* サンプルコンテンツエリア */
h4 {
    font-size: 1.125em;;
    margin-bottom: 1em;
}

h5 {
    font-size: 1em;
    margin-bottom: 0.5em;
}

.guideHeadline {
    background-color: #f0f0f0;
    padding: 15px 10px;
    margin-bottom: 30px;
}

.guideSection {
    padding: 10px 0 20px;
    border-bottom: 2px dashed #dddddd;
    margin-bottom: 30px;
}

.guideList {
  list-style: square inside;
	padding-left: 20px;
	list-style-position: outside;
}

.guideList li {
    margin-bottom: 1.125em;
}

@media screen and (min-width: 768px) {
.block--dammy {
    margin: 0 auto;
    background-color: #bebebe;
    height: 310px;
    width:570px;
}
}

.block--dammy {
    margin: 0 auto;
    background-color: #bebebe;
    height: 100px;
    width:200px;
}

.next {
    margin: 40px auto; 
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #bebebe;
}

.hoge{
    background-color: #f0f0f0;
}

.table--guide {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 20px 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
.table--guide tr {
  border: 1px solid #ddd;
  padding: 0;
}
.table--guide table th ,table td,table th {
  padding: 15px 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
.table--guide {
  border: none;
  margin: 15px 0;
  padding: 0;
}
.table--guide thead {
    display: none;
  }
    
.table--guide table th {   
    text-align: center;
}
.table--guide tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
  }
.table--guide td {
    border-bottom: 1px solid #ddd;
    display: block;
  }
.table--guide td:before {
    font-weight:bold;
    text-align: center;
    background-color: #f0f0f0;
    content: attr(aria-label);
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px
  }
.table--guide table th ,table td,table th {
  padding: 15px 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}
}

.shopName__img{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
    min-width: 53px;
    max-width: 83px;
    padding: 0 15px 0 0;
}

.shopName p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
    min-width: 38px;
}

/* ヘルプ検索エリア */
.helpSearchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .helpSearchBox {
    letter-spacing: -0.4em;
    margin: 0 auto;
    width: 650px;
  }
}

.helpSearchBox__input {
  border-bottom: 1px solid #bebebe;
  border-bottom-left-radius: 6px;
  border-left: 1px solid #bebebe;
  border-right: none;
  border-top: 1px solid #bebebe;
  border-top-left-radius: 6px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 9px;
}

@media screen and (min-width: 768px) {
  .helpSearchBox__input {
    -ms-flex-preferred-size: 500px;
        flex-basis: 583px;
    letter-spacing: normal;
    padding: 8px 20px;
  }
}

.helpSearchBox__button {
  background: #000;
  border: 1px solid #000;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  line-height: 0;
  padding: 9px 12px;
  width: 46px;
  height: 46px;
}

@media screen and (min-width: 768px) {
  .helpSearchBox__button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -ms-flex-preferred-size: 44px;
        flex-basis: 44px;
    letter-spacing: normal;
    padding: 9px 12px;
    max-width: 46px;
  }
  .helpSearchBox__button:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.helpSearchBox__img {
  max-width: 20px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .helpSearchBox--plane {
    width: 100%;
  }
}

.helpSearchBox--plane .helpSearchBox__input {
  border: 1px solid #bebebe;
  border-radius: 6px;
}

.helpSearchBox--plane .helpSearchBox__input:focus::-webkit-input-placeholder {
  color: #000;
}

@media screen and (min-width: 768px) {
  .helpSearchBox--plane .helpSearchBox__input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* よくあるご質問エリア */
.acd{
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

.acd__check{
    display: none;
}
.acd__label{
    background: #F0F0F0;
    color: #000;
    display: block;
    padding: 15px 45px 15px 45px;
    margin-bottom: 0;
    position: relative;
}

.acd__label::before {
    content:  "Q";
    font-weight: bold;
    font-size: 1.125em;
    display:  inline-block;
    position:  relative;
    left: -25px;
    margin-right: -12px;
}

.acd__label:after{
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 44%;
    right: 22px;
}
.acd__content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 15px;
    -moz-transition-duration:.5s;
    -webkit-transition-duration:.5s;
    -ms-transition-duration:.5s;
    visibility: hidden;
}

.acd__content::before {
    content:  "A";
    font-weight: bold;
    font-size: 1.125em;
    display:  inline-block;
    position:  relative;
    left: -25px;
    margin-right: -12px;
}

.acd__check:checked + .acd__label:after{
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 39%;
    right: 22px;
}
.acd__check:checked + .acd__label + .acd__content{
    height: auto;
    opacity: 1;
    padding: 15px 45px 15px 45px;
    visibility: visible;
}

.acdArea {
    margin-bottom: 10px;
}

.acdArea__check{
    display: none;
}
.acdArea__label{
    background: #F0F0F0;
    color: #000;
    display: block;
    padding: 15px 45px 15px 45px;
    margin-bottom: 0;
    position: relative;
    display: none;
}

.acdArea__content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    -moz-transition-duration:.5s;
    -webkit-transition-duration:.5s;
    -ms-transition-duration:.5s;
    visibility: hidden;
}

.acdArea__check:checked + .acdArea__label + .acdArea__content{
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}
.acdArea__check:checked + .on{
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}

#acdArea {
    margin-bottom: 10px;
    display:none;
}

/* カテゴリー別ヘルプ */
.categoryBox {
  border: 1px solid #bebebe;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .categoryBox {
    margin-bottom: 0;
    padding: 0 0 0 0;
    width: 100%;
    border:none;
    border-top:2px solid #dedede;
    border-radius: 0px;
  }
}

.categoryBox__left, .categoryBox__right, .categoryBox__rightLong {
    display: table-cell;
}

.categoryBox__left {
    margin-top: 24px;
    padding-right: 15px;
    vertical-align: top;
    width: 60px;
}

@media screen and (min-width: 768px) {
  .categoryBox__left {
    margin-top: 24px;
    padding-right: 10px;
    vertical-align: top;
    width: 40px;
  }
}

.categoryBox__right {
  margin: 20px 0 0 15px;
  vertical-align: middle;
  padding: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .categoryBox__right {
    margin: 20px 0 0 0;
    vertical-align: middle;
    width: 190px;
    padding: 20px 0 0 0;
  }
}

.categoryBox__image {
  vertical-align: top;
  margin-top: 24px;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
.categoryBox__image {
  vertical-align: top;
  margin-top: 24px;
  width: 30px;
  height: 30px;
}
}

.categoryBox__linklist {
  list-style: none;
  padding: 0 0 24px 0;
  margin: 0;
}

.categoryBox__linkListTitle {
    font-weight: bold;
    font-size: 1.125em;
}

@media screen and (min-width: 768px) {
.categoryBox__linkListTitle {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 0.875em;
}
}

.categoryBox__linkListItem {
  list-style: none;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
.categoryBox__linkListItem {
  list-style: none;
  font-weight: bold;
  font-size: 0.875em;
}
}

@media screen and (min-width: 768px) {
  .categoryBox:last-child {
        border-bottom:2px solid #dedede;
  }
}

.categoryBox__linkListItem a {
  text-decoration: underline;
  padding: 5px 0px 0px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .categoryBox__linkListItem a {
    text-decoration: underline;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #000;
  }
  .categoryBox__linkListItem a:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.secondCategoryBox__linklist {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}

@media screen and (min-width: 768px) {
.secondCategoryBox__linklist {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 0.875em;
}
}

.secondCategoryBox__linklist a:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.secondCategoryBox__linkListItem ::before {
    content:  "";
    width:  5px;
    height:  1px;
    display:  inline-block;
    background-color: #777;
    position:  relative;
    top: -5px;
    margin-right: -3px;
    left:-10px;
}