@charset "UTF-8";
@media screen and (max-width: 768px) {
  #guideContents .onlyPC {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #guideContents .onlySP {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #guideContents .anchorNav {
    margin: 80px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .anchorNav ul {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 15px;
    background: #eeeeee;
    width: 100%;
  }
  #guideContents .anchorNav ul li {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    padding: 15px;
  }
  #guideContents .anchorNav ul li:last-of-type {
    margin-right: 0;
  }
  #guideContents .anchorNav ul a {
    display: inline-block;
    font-size: 1.5rem;
    color: #333333;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
  }
  #guideContents .anchorNav ul a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: url(../../img/common/icon_arrow_bottom_white.svg) center center no-repeat #333333;
    background-size: 10px auto;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  #guideContents .anchorNav {
    margin: 40px 20px 0;
  }
  #guideContents .anchorNav ul {
    display: block;
    margin: 0 auto;
    padding: 20px;
    background: #eeeeee;
    width: 100%;
  }
  #guideContents .anchorNav ul li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #guideContents .anchorNav ul li:last-of-type {
    margin-bottom: 0;
  }
  #guideContents .anchorNav ul a {
    display: inline-block;
    font-size: 1.5rem;
    color: #333333;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
  }
  #guideContents .anchorNav ul a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: url(../../img/common/icon_arrow_bottom_white.svg) center center no-repeat #333333;
    background-size: 10px auto;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
}
@media screen and (min-width: 769px) {
  #guideContents .colorRed {
    color: #e35555;
  }
  #guideContents .fontXS {
    font-size: 1.2rem !important;
    line-height: 1.7;
  }
  #guideContents .fontS {
    font-size: 1.4rem !important;
    line-height: 1.7;
  }
  #guideContents .fontM {
    font-size: 1.6rem !important;
    line-height: 1.7;
  }
  #guideContents .fontBold {
    font-weight: bold;
  }
  #guideContents .txtCenter {
    text-align: center;
  }
  #guideContents .txtIndent {
    padding-left: 2em;
  }
  #guideContents .mTNone {
    margin-top: 0 !important;
  }
  #guideContents .mBNone {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #guideContents .colorRed {
    color: #e35555;
  }
  #guideContents .fontM {
    font-size: 1.5rem !important;
    line-height: 1.6;
  }
  #guideContents .fontS {
    font-size: 1.4rem !important;
    line-height: 1.4;
  }
  #guideContents .fontXS {
    font-size: 1.2rem !important;
    line-height: 1.4;
  }
  #guideContents .fontBold {
    font-weight: bold;
  }
  #guideContents .txtCenter {
    text-align: center;
  }
  #guideContents .mTNone {
    margin-top: 0 !important;
  }
  #guideContents .mBNone {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  #guideContents .contentsSection,
  #guideContents .contentsSectionLast {
    margin: auto;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .contentsSectionWide {
    margin-top: 80px;
    width: 100%;
  }
  #guideContents .contentsSectionWide.bgGray {
    background: #f7f7f7;
    padding: 80px 0;
  }
  #guideContents .contentsSectionWide > .subTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #guideContents .contentsSectionWide .contentsSectionInner {
    border-top: 1px solid #ccc;
    margin: 50px auto 0;
    padding-top: 80px;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .contentsSectionWide .contentsSectionInner > .mainTTL:first-child,
  #guideContents .contentsSectionWide .contentsSectionInner > .subTTL:first-child,
  #guideContents .contentsSectionWide .contentsSectionInner > .smallTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #guideContents .txtContainer {
    margin: 50px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .subjectContainer {
    border: 1px solid #ccc;
    margin: 40px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .subjectContainer .subjectContainerHeader {
    background: #eee;
    padding: 20px 30px;
  }
  #guideContents .subjectContainer .subjectContainerBody {
    padding: 20px 30px;
  }
  #guideContents .borderContainer {
    border: 1px solid #ccc;
    margin: 50px auto 0;
    padding: 30px;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .dotListInline {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  #guideContents .dotListInline li {
    margin: 15px 30px 0 0;
  }
  #guideContents .dotListInline li::before {
    content: '・';
  }
  #guideContents .dotList {
    margin-bottom: 40px;
    width: 100%;
  }
  #guideContents .dotList:last-child {
    margin-bottom: 0;
  }
  #guideContents .dotList li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #guideContents .dotList li + li {
    margin-top: 15px;
  }
  #guideContents .dotList li::before {
    content: '・';
  }
  #guideContents .dotList.mTMin li + li {
    margin-top: 0;
  }
  #guideContents .numberList {
    counter-reset: numberList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #guideContents .numberList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #guideContents .numberList li::before {
    counter-increment: numberList;
    content: counter(numberList) "）";
  }
  #guideContents .numberList li + li {
    margin-top: 15px;
  }
  #guideContents .numberList li .annotationList {
    margin-top: 5px;
  }
  #guideContents .numberList.mTMin li + li {
    margin-top: 0;
  }
  #guideContents .annotationList {
    counter-reset: annotationList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #guideContents .annotationList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #guideContents .annotationList li::before {
    counter-increment: annotationList;
    content: "*" counter(annotationList);
    margin-right: 0.5em;
  }
  #guideContents .annotationList li + li {
    margin-top: 5px;
  }
  #guideContents .annotationList.noNumber li {
    margin-left: 1.4em;
    text-indent: -1.4em;
  }
  #guideContents .annotationList.noNumber li::before {
    content: '※';
  }
  #guideContents .abcList {
    counter-reset: abcList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #guideContents .abcList.start02 {
    counter-reset: abcList 1;
  }
  #guideContents .abcList.start03 {
    counter-reset: abcList 2;
  }
  #guideContents .abcList.start04 {
    counter-reset: abcList 3;
  }
  #guideContents .abcList.start05 {
    counter-reset: abcList 4;
  }
  #guideContents .abcList.start06 {
    counter-reset: abcList 5;
  }
  #guideContents .abcList.start07 {
    counter-reset: abcList 6;
  }
  #guideContents .abcList.start08 {
    counter-reset: abcList 7;
  }
  #guideContents .abcList.start09 {
    counter-reset: abcList 8;
  }
  #guideContents .abcList.start10 {
    counter-reset: abcList 9;
  }
  #guideContents .abcList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #guideContents .abcList li::before {
    counter-increment: abcList;
    content: counter(abcList,upper-alpha) "）";
  }
  #guideContents .abcList li + li {
    margin-top: 15px;
  }
  #guideContents .abcList li .annotationList {
    margin-top: 5px;
  }
  #guideContents .btnContainer {
    margin: 50px auto 0;
    width: 400px;
  }
  #guideContents .arrowLinkContainer {
    margin-top: 40px;
  }
  #guideContents .arrowLinkContainer + .arrowLinkContainer {
    margin-top: 30px;
  }
  #guideContents .tileContainer {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .tileContainer.border .tileInner {
    border: 1px solid #ccc;
  }
  #guideContents .tileContainer .tileInner {
    background: #fff;
    padding: 40px 30px;
    width: calc((100% - 50px) / 2);
  }
  #guideContents .tileContainer .tileInner:nth-of-type(n+3) {
    margin-top: 40px;
  }
  #guideContents .tileContainer .tileHeadline {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
  }
  #guideContents .tileContainer .tileTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  #guideContents .tileContainer .tileBtn {
    margin: 20px auto 0;
    max-width: 400px;
  }
  #guideContents .cardContainer {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 80px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .cardContainer.mTMin {
    margin-top: 50px;
  }
  #guideContents .cardContainer .cardInner {
    width: calc((100% - 90px) / 3);
  }
  #guideContents .cardContainer .cardTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  #guideContents .cardContainer .cardBtn {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #guideContents .flexContainer {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .flexContainer.line {
    border-top: 1px solid #ccc;
    padding-top: 80px;
  }
  #guideContents .flexContainer + .flexContainer {
    margin-top: 50px;
  }
  #guideContents .flexContainer + .flexContainer.line {
    margin-top: 60px;
  }
  #guideContents .flexContainer .flexInner {
    width: calc((100% - 50px) / 2);
  }
  #guideContents .flexContainer .flexInner > .flexInnerTTL:first-child {
    margin-top: 0;
  }
  #guideContents .flexContainer .flexInner > .mainTTL:first-child,
  #guideContents .flexContainer .flexInner > .subTTL:first-child,
  #guideContents .flexContainer .flexInner > .smallTTL:first-child {
    padding-top: 0;
  }
  #guideContents .flexContainer .flexInnerTTL {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 40px 0 20px;
  }
  #guideContents .flexContainer .flexInnerTTL.lineLeft {
    border-left: 4px solid #999;
    padding-left: 15px;
  }
  #guideContents .flexContainer .flexInnerTxt {
    margin-top: 20px;
  }
  #guideContents .flexContainer .flexInnerTxt + .flexInnerTxt {
    margin-top: 10px;
  }
  #guideContents .flexContainer .flexInnerNotice {
    background: #fbe6e6;
    margin-top: 50px;
    padding: 20px 20px 20px 50px;
    position: relative;
  }
  #guideContents .flexContainer .flexInnerNotice::before {
    content: '';
    background: url(../../img/guide/icon-notice.png) no-repeat 0 0/contain;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #guideContents .flexContainer .flexInnerNotice p {
    color: #e35555;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #guideContents .flexContainer .flexInnerBox {
    margin-top: 20px;
  }
  #guideContents .flexContainer .flexInnerBox *:last-child {
    margin-bottom: 0;
  }
  #guideContents .numberHeadlineReset {
    counter-reset: numberHeadline;
  }
  #guideContents .numberHeadline {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  #guideContents .numberHeadline::before {
    counter-increment: numberHeadline;
    content: counter(numberHeadline) "）";
  }
  #guideContents .toggleOpen,
  #guideContents .toggleClose {
    transition: all 0s ease 0.3s;
    -webkit-transition: all 0s ease 0.3s;
    -moz-transition: all 0s ease 0.3s;
    -o-transition: all 0s ease 0.3s;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #guideContents .toggleOpen._is-hidden,
  #guideContents .toggleClose._is-hidden {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #guideContents .toggleOpen {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-top: -40px;
    padding-top: 40px;
    padding-left: 30px;
    width: 100%;
    position: relative;
  }
  #guideContents .toggleOpen::before, #guideContents .toggleOpen::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 120px;
  }
  #guideContents .toggleOpen::before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  #guideContents .bgGray .toggleOpen {
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #guideContents .toggleClose {
    margin-top: 40px;
    position: relative;
  }
  #guideContents .toggleClose::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 70px;
  }
  #guideContents .toggleContent {
    transition: max-height 0.5s ease 0s;
    -webkit-transition: max-height 0.5s ease 0s;
    -moz-transition: max-height 0.5s ease 0s;
    -o-transition: max-height 0.5s ease 0s;
    margin-top: 50px;
    max-height: 60px;
    overflow: hidden;
  }
  #guideContents .toggleContent._is-active {
    max-height: 9999px;
  }
  #guideContents .toggleContent > .flexContainer:first-child {
    margin-top: 0;
  }
  #guideContents .mainTTL + .toggleContent,
  #guideContents .subTTL + .toggleContent,
  #guideContents .smallTTL + .toggleContent {
    margin-top: 0;
  }
  #guideContents .modalSubTTL {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    line-height: 1.6;
    padding: 60px 0 30px;
    margin: 0 auto;
  }
  #guideContents .modalImage {
    margin-top: 20px;
  }
  #guideContents .modalContainer + .modalContainer {
    margin-top: 60px;
  }
  #guideContents .modalContainer.bgGray {
    background: #f7f7f7;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #guideContents .contentsSection,
  #guideContents .contentsSectionLast {
    margin: auto;
    width: calc(100% - 40px);
  }
  #guideContents .txtContainer {
    padding: 0 20px;
    width: 100%;
  }
  #guideContents .subjectContainer {
    border: 1px solid #ccc;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  #guideContents .subjectContainer .subjectContainerHeader {
    background: #eee;
    padding: 15px;
  }
  #guideContents .subjectContainer .subjectContainerBody {
    padding: 15px;
  }
  #guideContents .borderContainer {
    border: 1px solid #ccc;
    margin: 30px auto 0;
    padding: 20px;
    width: 100%;
  }
  #guideContents .dotListInline {
    width: 100%;
  }
  #guideContents .dotListInline li {
    text-indent: -1em;
    margin-top: 15px;
    padding-left: 1em;
  }
  #guideContents .dotListInline li::before {
    content: '・';
  }
  #guideContents .dotList {
    margin-bottom: 30px;
    width: 100%;
  }
  #guideContents .dotList:last-child {
    margin-bottom: 0;
  }
  #guideContents .dotList.mTMin li + li {
    margin-top: 5px;
  }
  #guideContents .dotList li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #guideContents .dotList li + li {
    margin-top: 15px;
  }
  #guideContents .dotList li::before {
    content: '・';
  }
  #guideContents .numberList {
    counter-reset: numberList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #guideContents .numberList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #guideContents .numberList li::before {
    counter-increment: numberList;
    content: counter(numberList) "）";
  }
  #guideContents .numberList li + li {
    margin-top: 15px;
  }
  #guideContents .numberList li .annotationList {
    margin-top: 5px;
  }
  #guideContents .numberList.mTMin li + li {
    margin-top: 0;
  }
  #guideContents .annotationList {
    counter-reset: annotationList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #guideContents .annotationList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #guideContents .annotationList li::before {
    counter-increment: annotationList;
    content: "*" counter(annotationList);
    margin-right: 0.5em;
  }
  #guideContents .annotationList li + li {
    margin-top: 5px;
  }
  #guideContents .annotationList.noNumber li {
    margin-left: 1.4em;
    text-indent: -1.4em;
  }
  #guideContents .annotationList.noNumber li::before {
    content: '※';
  }
  #guideContents .abcList {
    counter-reset: abcList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #guideContents .abcList.start02 {
    counter-reset: abcList 1;
  }
  #guideContents .abcList.start03 {
    counter-reset: abcList 2;
  }
  #guideContents .abcList.start04 {
    counter-reset: abcList 3;
  }
  #guideContents .abcList.start05 {
    counter-reset: abcList 4;
  }
  #guideContents .abcList.start06 {
    counter-reset: abcList 5;
  }
  #guideContents .abcList.start07 {
    counter-reset: abcList 6;
  }
  #guideContents .abcList.start08 {
    counter-reset: abcList 7;
  }
  #guideContents .abcList.start09 {
    counter-reset: abcList 8;
  }
  #guideContents .abcList.start10 {
    counter-reset: abcList 9;
  }
  #guideContents .abcList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #guideContents .abcList li::before {
    counter-increment: abcList;
    content: counter(abcList,upper-alpha) "）";
  }
  #guideContents .abcList li + li {
    margin-top: 15px;
  }
  #guideContents .abcList li .annotationList {
    margin-top: 5px;
  }
  #guideContents .btnContainer {
    margin: 30px 20px 0;
    width: calc(100% - 40px);
  }
  #guideContents .contentsSectionWide {
    margin-top: 80px;
    width: 100%;
  }
  #guideContents .contentsSectionWide.bgGray {
    background: #f7f7f7;
    padding: 80px 0;
  }
  #guideContents .contentsSectionWide > .subTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #guideContents .contentsSectionWide .contentsSectionInner {
    border-top: 1px solid #ccc;
    margin: 30px auto 0;
    padding-top: 30px;
    width: calc(100% - 40px);
  }
  #guideContents .contentsSectionWide .contentsSectionInner > .mainTTL:first-child,
  #guideContents .contentsSectionWide .contentsSectionInner > .subTTL:first-child,
  #guideContents .contentsSectionWide .contentsSectionInner > .smallTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #guideContents .contentsSectionWide .contentsSectionInner .mainTTL,
  #guideContents .contentsSectionWide .contentsSectionInner .subTTL,
  #guideContents .contentsSectionWide .contentsSectionInner .smallTTL {
    padding-right: 0;
    padding-left: 0;
  }
  #guideContents .contentsSectionWide .contentsSectionInner .flexContainer {
    margin-right: 0;
    margin-left: 0;
  }
  #guideContents .contentsSectionWide .contentsSection .contentsSectionInner {
    width: 100%;
  }
  #guideContents .arrowLinkContainer {
    margin-top: 30px;
  }
  #guideContents .arrowLinkContainer + .arrowLinkContainer {
    margin-top: 20px;
  }
  #guideContents .tileContainer {
    margin-top: 30px auto 0;
    width: 100%;
  }
  #guideContents .tileContainer.border .tileInner {
    border: 1px solid #ccc;
  }
  #guideContents .tileContainer .tileInner {
    background: #fff;
    padding: 20px;
    width: 100%;
  }
  #guideContents .tileContainer .tileInner + .tileInner {
    margin-top: 20px;
  }
  #guideContents .tileContainer .tileHeadline {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  #guideContents .tileContainer .tileTxt {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  #guideContents .tileContainer .tileBtn {
    margin: 20px auto 0;
    max-width: 400px;
  }
  #guideContents .cardContainer {
    margin: 50px auto 0;
    width: 100%;
  }
  #guideContents .cardContainer.mTMin {
    margin-top: 30px;
  }
  #guideContents .cardContainer.mTMin .cardInner + .cardInner {
    margin-top: 30px;
  }
  #guideContents .cardContainer .cardInner {
    width: 100%;
  }
  #guideContents .cardContainer .cardInner + .cardInner {
    margin-top: 50px;
  }
  #guideContents .cardContainer .cardTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  #guideContents .cardContainer .cardBtn {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #guideContents .flexContainer {
    margin: 40px 20px 0;
  }
  #guideContents .flexContainer.line {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  #guideContents .flexContainer + .flexContainer {
    margin-top: 30px;
  }
  #guideContents .flexContainer .flexInner {
    width: 100%;
  }
  #guideContents .flexContainer .flexInner > .flexInnerTTL:first-child {
    margin-top: 0;
  }
  #guideContents .flexContainer .flexInner + .flexInner {
    margin-top: 30px;
  }
  #guideContents .flexContainer .flexInnerTTL {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 30px 0 20px;
  }
  #guideContents .flexContainer .flexInnerTTL.lineLeft {
    border-left: 4px solid #999;
    padding-left: 10px;
  }
  #guideContents .flexContainer .flexInnerTxt {
    margin-top: 15px;
  }
  #guideContents .flexContainer .flexInnerTxt + .flexInnerTxt {
    margin-top: 10px;
  }
  #guideContents .flexContainer .flexInnerNotice {
    background: #fbe6e6;
    margin-top: 30px;
    padding: 15px 15px 15px 36px;
    position: relative;
  }
  #guideContents .flexContainer .flexInnerNotice::before {
    content: '';
    background: url(../../img/guide/icon-notice.png) no-repeat 0 0/contain;
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 18px;
    left: 15px;
  }
  #guideContents .flexContainer .flexInnerNotice p {
    color: #e35555;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #guideContents .flexContainer .flexInnerBox {
    margin-top: 20px;
  }
  #guideContents .flexContainer .flexInnerBox *:last-child {
    margin-bottom: 0;
  }
  #guideContents .flexContainer .txtContainer {
    margin-top: 30px;
    padding: 0;
  }
  #guideContents .numberHeadlineReset {
    counter-reset: numberHeadline;
  }
  #guideContents .numberHeadline {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  #guideContents .numberHeadline::before {
    counter-increment: numberHeadline;
    content: counter(numberHeadline) "）";
  }
  #guideContents .toggleOpen,
  #guideContents .toggleClose {
    transition: all 0s ease 0.3s;
    -webkit-transition: all 0s ease 0.3s;
    -moz-transition: all 0s ease 0.3s;
    -o-transition: all 0s ease 0.3s;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #guideContents .toggleOpen._is-hidden,
  #guideContents .toggleClose._is-hidden {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #guideContents .toggleOpen {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-top: -40px;
    padding-top: 40px;
    padding-left: 30px;
    width: 100%;
    position: relative;
  }
  #guideContents .toggleOpen::before, #guideContents .toggleOpen::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 120px;
  }
  #guideContents .toggleOpen::before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  #guideContents .bgGray .toggleOpen {
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #guideContents .toggleClose {
    margin-top: 40px;
    position: relative;
  }
  #guideContents .toggleClose::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 70px;
  }
  #guideContents .toggleContent {
    transition: max-height 0.5s ease 0s;
    -webkit-transition: max-height 0.5s ease 0s;
    -moz-transition: max-height 0.5s ease 0s;
    -o-transition: max-height 0.5s ease 0s;
    margin-top: 40px;
    max-height: 60px;
    overflow: hidden;
  }
  #guideContents .toggleContent._is-active {
    max-height: 9999px;
  }
  #guideContents .toggleContent > .flexContainer:first-child {
    margin-top: 0;
  }
  #guideContents .mainTTL + .toggleContent,
  #guideContents .subTTL + .toggleContent,
  #guideContents .smallTTL + .toggleContent {
    margin-top: 0;
  }
  #guideContents .modalContainer {
    margin: auto;
    width: calc(100% - 40px);
  }
  #guideContents .modalContainer + .modalContainer {
    margin-top: 30px;
  }
  #guideContents .modalContainer.bgGray {
    background: #f7f7f7;
    padding: 20px;
  }
  #guideContents .modalSubTTL {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    line-height: 1.4;
    padding: 50px 0 30px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  #guideContents .modalImage {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  #guideContents {
    padding: 0 0 80px;
  }
  #guideContents .contentsSection > .mainTTL:first-child,
  #guideContents .contentsSection > .subTTL:first-child,
  #guideContents .contentsSection > .smallTTL:first-child,
  #guideContents .contentsSectionLast > .mainTTL:first-child,
  #guideContents .contentsSectionLast > .subTTL:first-child,
  #guideContents .contentsSectionLast > .smallTTL:first-child {
    padding-top: 0;
  }
  #guideContents .mainTTL + .contentsSection > .flexContainer:first-child,
  #guideContents .mainTTL + .txtContainer,
  #guideContents .mainTTL + .anchorNav,
  #guideContents .mainTTL + .flexContainer,
  #guideContents .mainTTL + .guideNavContainer,
  #guideContents .subTTL + .contentsSection > .flexContainer:first-child,
  #guideContents .subTTL + .txtContainer,
  #guideContents .subTTL + .anchorNav,
  #guideContents .subTTL + .flexContainer,
  #guideContents .subTTL + .guideNavContainer,
  #guideContents .smallTTL + .contentsSection > .flexContainer:first-child,
  #guideContents .smallTTL + .txtContainer,
  #guideContents .smallTTL + .anchorNav,
  #guideContents .smallTTL + .flexContainer,
  #guideContents .smallTTL + .guideNavContainer {
    margin-top: 0;
  }
  #guideContents .guideNavContainer {
    background: #eee;
    margin: 80px auto 0;
    padding: 30px;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .guideNav {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  #guideContents .guideNav li {
    width: calc((100% - 30px) / 2);
  }
  #guideContents .guideNav li:nth-of-type(n+3) {
    margin-top: 15px;
  }
  #guideContents .guideNav li a {
    font-size: 1.6rem;
    position: relative;
  }
  #guideContents .guideNav li a::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  #guideContents .guideNav li.guideNavShopping a::before {
    background-image: url("../../img/guide/icon-shopping.svg");
    height: 28px;
  }
  #guideContents .guideNav li.guideNavShopping a:hover::before {
    background-image: url("../../img/guide/icon-shopping_white.svg");
  }
  #guideContents .guideNav li.guideNavDelivery a::before {
    background-image: url("../../img/guide/icon-delivery.svg");
    height: 26px;
  }
  #guideContents .guideNav li.guideNavDelivery a:hover::before {
    background-image: url("../../img/guide/icon-delivery_white.svg");
  }
  #guideContents .guideNav li.guideNavPayment a::before {
    background-image: url("../../img/guide/icon-payment.svg");
    height: 26px;
  }
  #guideContents .guideNav li.guideNavPayment a:hover::before {
    background-image: url("../../img/guide/icon-payment_white.svg");
  }
  #guideContents .guideNav li.guideNavReturn a::before {
    background-image: url("../../img/guide/icon-return.svg");
    height: 26px;
  }
  #guideContents .guideNav li.guideNavReturn a:hover::before {
    background-image: url("../../img/guide/icon-return_white.svg");
  }
  #guideContents .guideNav li.guideNavRegistration a::before {
    background-image: url("../../img/guide/icon-registration.svg");
    height: 25px;
  }
  #guideContents .guideNav li.guideNavRegistration a:hover::before {
    background-image: url("../../img/guide/icon-registration_white.svg");
  }
  #guideContents .guideNav li.guideNavAboutmypage a::before {
    background-image: url("../../img/guide/icon-aboutmypage.svg");
    height: 34px;
  }
  #guideContents .guideNav li.guideNavAboutmypage a:hover::before {
    background-image: url("../../img/guide/icon-aboutmypage_white.svg");
  }
  #guideContents .guideNav li.guideNavPeriodicchange a::before {
    background-image: url("../../img/guide/icon-periodicchange.svg");
    height: 33px;
  }
  #guideContents .guideNav li.guideNavPeriodicchange a:hover::before {
    background-image: url("../../img/guide/icon-periodicchange_white.svg");
  }
  #guideContents .guideTable {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    table-layout: fixed;
    margin: 30px 0 15px;
    width: 100%;
  }
  #guideContents .guideTable tr + tr {
    border-top: 1px solid #ccc;
  }
  #guideContents .guideTable th,
  #guideContents .guideTable td {
    font-size: 1.4rem;
    padding: 20px;
    text-align: center;
  }
  #guideContents .guideTable th + th,
  #guideContents .guideTable th + td,
  #guideContents .guideTable td + th,
  #guideContents .guideTable td + td {
    border-left: 1px solid #ccc;
  }
  #guideContents .guideTable th {
    background: #eee;
  }
  #guideContents .guideInfoContainer {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 30px;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .guideInfoDescription {
    text-align: center;
    width: 100%;
  }
  #guideContents .guideInfoDescription dt,
  #guideContents .guideInfoDescription dd {
    display: inline-block;
    font-size: 1.4rem;
  }
  #guideContents .guideInfoDescription dt {
    font-weight: bold;
  }
  #guideContents .guideInfoDescription dt:nth-of-type(n+2) {
    margin-left: 10px;
  }
  #guideContents .guideInfoTel {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
  #guideContents .guideInfoTel dt {
    background: #eee;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 20px;
  }
  #guideContents .guideInfoTel dd {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #guideContents .guideInfoTel dd a {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    pointer-events: none;
  }
  #guideContents .guideInfoTel dd a + a {
    margin-left: 20px;
  }
  #guideContents .guideInfoTel .guideInfoTelNumber {
    font-size: 2rem;
    font-weight: bold;
    margin-left: 10px;
  }
  #guideContents .guideInfoTel .guideInfoTelNumber::before {
    content: '';
    background: url(../../img/guide/icon-freedial.png) no-repeat center/contain;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    height: 20px;
    width: 30px;
  }
  #guideContents .registrationContainer {
    text-align: center;
    margin: 80px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #guideContents .registrationBtn {
    margin-top: 30px;
  }
  #guideContents .registrationBtn a {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    background: #333;
    display: block;
    border: 2px solid #333;
    border-radius: 4px;
    box-shadow: 2px 2px 0 #bbbbbb;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    height: 60px;
    width: 400px;
  }
  #guideContents .registrationBtn a:hover {
    background: #fff;
    color: #333;
  }
  #guideContents .beginnerCatchcopy {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    margin: 100px auto 50px;
  }
  #guideContents .beginnerRegister::before,
  #guideContents .beginnerPeriodic::before,
  #guideContents .beginnerOrder::before,
  #guideContents .beginnerPayment::before,
  #guideContents .beginnerPostage::before,
  #guideContents .beginnerDelivery::before {
    content: '';
    display: block;
    margin-bottom: 20px;
    height: 80px;
    width: 100%;
  }
  #guideContents .beginnerRegister::before {
    background: url(../../img/guide/beginner/icon-register.png) no-repeat center center/auto 66px;
  }
  #guideContents .beginnerPeriodic::before {
    background: url(../../img/guide/beginner/icon-periodic.png) no-repeat center center/auto 80px;
  }
  #guideContents .beginnerOrder::before {
    background: url(../../img/guide/beginner/icon-order.png) no-repeat center center/auto 64px;
  }
  #guideContents .beginnerPayment::before {
    background: url(../../img/guide/beginner/icon-payment.png) no-repeat center center/auto 66px;
  }
  #guideContents .beginnerPostage::before {
    background: url(../../img/guide/beginner/icon-postage.png) no-repeat center center/auto 66px;
  }
  #guideContents .beginnerDelivery::before {
    background: url(../../img/guide/beginner/icon-delivery.png) no-repeat center center/auto 53px;
  }
  #guideContents .beginnerTrialTag {
    border: 1px solid #e35555;
    color: #e35555;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 20px;
    padding: 5px 10px;
    vertical-align: middle;
  }
  #guideContents .beginnerTrialTag + .beginnerTrialTag {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #guideContents {
    padding: 0 0 80px;
  }
  #guideContents .contentsSection > .mainTTL:first-child,
  #guideContents .contentsSection > .subTTL:first-child,
  #guideContents .contentsSection > .smallTTL:first-child,
  #guideContents .contentsSectionLast > .mainTTL:first-child,
  #guideContents .contentsSectionLast > .subTTL:first-child,
  #guideContents .contentsSectionLast > .smallTTL:first-child {
    padding-top: 0;
  }
  #guideContents .contentsSection .mainTTL,
  #guideContents .contentsSection .subTTL,
  #guideContents .contentsSection .smallTTL,
  #guideContents .contentsSectionLast .mainTTL,
  #guideContents .contentsSectionLast .subTTL,
  #guideContents .contentsSectionLast .smallTTL {
    padding-right: 0;
    padding-left: 0;
  }
  #guideContents .contentsSection .flexContainer,
  #guideContents .contentsSection .btnContainer,
  #guideContents .contentsSectionLast .flexContainer,
  #guideContents .contentsSectionLast .btnContainer {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #guideContents .contentsSection .txtContainer,
  #guideContents .contentsSectionLast .txtContainer {
    padding: 0;
  }
  #guideContents .mainTTL + .contentsSection > .flexContainer:first-child,
  #guideContents .mainTTL + .txtContainer,
  #guideContents .mainTTL + .anchorNav,
  #guideContents .mainTTL + .flexContainer,
  #guideContents .mainTTL + .guideNavContainer,
  #guideContents .subTTL + .contentsSection > .flexContainer:first-child,
  #guideContents .subTTL + .txtContainer,
  #guideContents .subTTL + .anchorNav,
  #guideContents .subTTL + .flexContainer,
  #guideContents .subTTL + .guideNavContainer,
  #guideContents .smallTTL + .contentsSection > .flexContainer:first-child,
  #guideContents .smallTTL + .txtContainer,
  #guideContents .smallTTL + .anchorNav,
  #guideContents .smallTTL + .flexContainer,
  #guideContents .smallTTL + .guideNavContainer {
    margin-top: 0;
  }
  #guideContents .guideNavContainer {
    background: #eee;
    margin: 30px 0 0;
    padding: 20px;
    width: 100%;
  }
  #guideContents .guideNav {
    width: 100%;
  }
  #guideContents .guideNav li {
    width: 100%;
  }
  #guideContents .guideNav li + li {
    margin-top: 20px;
  }
  #guideContents .guideNav li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.5rem;
    line-height: 1.4;
    height: auto;
    padding: 10px 15px 10px 60px;
    position: relative;
    text-align: left;
  }
  #guideContents .guideNav li a::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
  }
  #guideContents .guideNav li.guideNavShopping a::before {
    background-image: url("../../img/guide/icon-shopping.svg");
    height: 20px;
  }
  #guideContents .guideNav li.guideNavShopping a:hover::before {
    background-image: url("../../img/guide/icon-shopping_white.svg");
  }
  #guideContents .guideNav li.guideNavDelivery a::before {
    background-image: url("../../img/guide/icon-delivery.svg");
    height: 19px;
  }
  #guideContents .guideNav li.guideNavDelivery a:hover::before {
    background-image: url("../../img/guide/icon-delivery_white.svg");
  }
  #guideContents .guideNav li.guideNavPayment a::before {
    background-image: url("../../img/guide/icon-payment.svg");
    height: 19px;
  }
  #guideContents .guideNav li.guideNavPayment a:hover::before {
    background-image: url("../../img/guide/icon-payment_white.svg");
  }
  #guideContents .guideNav li.guideNavReturn a::before {
    background-image: url("../../img/guide/icon-return.svg");
    height: 19px;
  }
  #guideContents .guideNav li.guideNavReturn a:hover::before {
    background-image: url("../../img/guide/icon-return_white.svg");
  }
  #guideContents .guideNav li.guideNavRegistration a::before {
    background-image: url("../../img/guide/icon-registration.svg");
    height: 18px;
  }
  #guideContents .guideNav li.guideNavRegistration a:hover::before {
    background-image: url("../../img/guide/icon-registration_white.svg");
  }
  #guideContents .guideNav li.guideNavAboutmypage a::before {
    background-image: url("../../img/guide/icon-aboutmypage.svg");
    height: 22px;
  }
  #guideContents .guideNav li.guideNavAboutmypage a:hover::before {
    background-image: url("../../img/guide/icon-aboutmypage_white.svg");
  }
  #guideContents .guideNav li.guideNavPeriodicchange a::before {
    background-image: url("../../img/guide/icon-periodicchange.svg");
    height: 25px;
  }
  #guideContents .guideNav li.guideNavPeriodicchange a:hover::before {
    background-image: url("../../img/guide/icon-periodicchange_white.svg");
  }
  #guideContents .guideTable {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 30px 0 15px;
    width: 100%;
  }
  #guideContents .guideTable tbody {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #guideContents .guideTable tr,
  #guideContents .guideTable th,
  #guideContents .guideTable td {
    display: block;
  }
  #guideContents .guideTable tr {
    width: calc(100% / 3);
  }
  #guideContents .guideTable tr + tr {
    border-left: 1px solid #ccc;
  }
  #guideContents .guideTable th,
  #guideContents .guideTable td {
    font-size: 1.4rem;
    line-height: 1.4;
    height: calc(100% / 3);
    padding: 20px;
    vertical-align: middle;
    text-align: left;
  }
  #guideContents .guideTable th + th,
  #guideContents .guideTable th + td,
  #guideContents .guideTable td + th,
  #guideContents .guideTable td + td {
    border-top: 1px solid #ccc;
  }
  #guideContents .guideTable th {
    background: #eee;
  }
  #guideContents .guideInfoContainer {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px;
    width: calc(100% - 40px);
  }
  #guideContents .guideInfoDescription {
    width: 100%;
  }
  #guideContents .guideInfoDescription dt,
  #guideContents .guideInfoDescription dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #guideContents .guideInfoDescription dt {
    font-weight: bold;
  }
  #guideContents .guideInfoDescription dt:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #guideContents .guideInfoTel {
    margin-top: 20px;
  }
  #guideContents .guideInfoTel dt {
    background: #eee;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 15px;
  }
  #guideContents .guideInfoTel dd {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #guideContents .guideInfoTel dd a {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 2px 2px 0 #bbbbbb;
    height: 40px;
    text-decoration: none;
  }
  #guideContents .guideInfoTel dd a + a {
    margin-top: 20px;
  }
  #guideContents .guideInfoTel .guideInfoTelTitle {
    min-width: 6.5em;
    margin-right: 15px;
  }
  #guideContents .guideInfoTel .guideInfoTelNumber {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #guideContents .guideInfoTel .guideInfoTelNumber::before {
    content: '';
    background: url(../../img/guide/icon-freedial.png) no-repeat center/contain;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    height: 14px;
    width: 21px;
  }
  #guideContents .registrationContainer {
    text-align: center;
    margin: 30px auto 0;
    padding: 0 20px;
  }
  #guideContents .registrationBtn {
    margin-top: 20px;
  }
  #guideContents .registrationBtn a {
    background: #333;
    display: block;
    border: 2px solid #333;
    border-radius: 4px;
    box-shadow: 2px 2px 0 #bbbbbb;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    height: 40px;
    width: 100%;
  }
  #guideContents .beginnerCatchcopy {
    display: block;
    width: 100%;
    padding: 80px 0 30px;
    margin: 0 auto;
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  #guideContents .beginnerRegister::before,
  #guideContents .beginnerPeriodic::before,
  #guideContents .beginnerOrder::before,
  #guideContents .beginnerPayment::before,
  #guideContents .beginnerPostage::before,
  #guideContents .beginnerDelivery::before {
    content: '';
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  #guideContents .beginnerRegister::before {
    background: url(../../img/guide/beginner/icon-register.png) no-repeat center center/auto 50px;
    height: 50px;
  }
  #guideContents .beginnerPeriodic::before {
    background: url(../../img/guide/beginner/icon-periodic.png) no-repeat center center/auto 55px;
    height: 55px;
  }
  #guideContents .beginnerOrder::before {
    background: url(../../img/guide/beginner/icon-order.png) no-repeat center center/auto 50px;
    height: 50px;
  }
  #guideContents .beginnerPayment::before {
    background: url(../../img/guide/beginner/icon-payment.png) no-repeat center center/auto 50px;
    height: 50px;
  }
  #guideContents .beginnerPostage::before {
    background: url(../../img/guide/beginner/icon-postage.png) no-repeat center center/auto 46px;
    height: 46px;
  }
  #guideContents .beginnerDelivery::before {
    background: url(../../img/guide/beginner/icon-delivery.png) no-repeat center center/auto 37px;
    height: 37px;
  }
  #guideContents .beginnerTrialTag {
    border: 1px solid #e35555;
    color: #e35555;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px 10px;
    vertical-align: middle;
  }
  #guideContents .beginnerTrialTag + .beginnerTrialTag {
    margin-left: 10px;
  }
}

/*# sourceMappingURL=guide.css.map */
