@charset "UTF-8";
@media screen and (max-width: 768px) {
  #lunaconceptContents .onlyPC {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #lunaconceptContents .onlySP {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #lunaconceptContents .anchorNav {
    margin: 80px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #lunaconceptContents .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%;
  }
  #lunaconceptContents .anchorNav ul li {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    padding: 13px;
  }
  #lunaconceptContents .anchorNav ul li:last-of-type {
    margin-right: 0;
  }
  #lunaconceptContents .anchorNav ul a {
    display: inline-block;
    font-size: 1.5rem;
    color: #333333;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
  }
  #lunaconceptContents .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) {
  #lunaconceptContents .anchorNav {
    margin: 40px 20px 0;
  }
  #lunaconceptContents .anchorNav ul {
    display: block;
    margin: 0 auto;
    padding: 20px;
    background: #eeeeee;
    width: 100%;
  }
  #lunaconceptContents .anchorNav ul li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #lunaconceptContents .anchorNav ul li:last-of-type {
    margin-bottom: 0;
  }
  #lunaconceptContents .anchorNav ul a {
    display: inline-block;
    font-size: 1.5rem;
    color: #333333;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
  }
  #lunaconceptContents .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) {
  #lunaconceptContents .btnWhite {
    display: block;
    width: 400px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #lunaconceptContents .btnWhite {
    display: block;
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lunaconceptContents .colorRed {
    color: #e35555;
  }
  #lunaconceptContents .fontXS {
    font-size: 1.2rem !important;
    line-height: 1.7;
  }
  #lunaconceptContents .fontS {
    font-size: 1.4rem !important;
    line-height: 1.7;
  }
  #lunaconceptContents .fontM {
    font-size: 1.6rem !important;
    line-height: 1.7;
  }
  #lunaconceptContents .fontBold {
    font-weight: bold;
  }
  #lunaconceptContents .txtCenter {
    text-align: center;
  }
  #lunaconceptContents .txtRight {
    text-align: right;
  }
  #lunaconceptContents .txtIndent {
    padding-left: 2em;
  }
  #lunaconceptContents .mTNone {
    margin-top: 0 !important;
  }
  #lunaconceptContents .mBNone {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #lunaconceptContents .colorRed {
    color: #e35555;
  }
  #lunaconceptContents .fontM {
    font-size: 1.5rem !important;
    line-height: 1.6;
  }
  #lunaconceptContents .fontS {
    font-size: 1.4rem !important;
    line-height: 1.4;
  }
  #lunaconceptContents .fontXS {
    font-size: 1.2rem !important;
    line-height: 1.4;
  }
  #lunaconceptContents .fontBold {
    font-weight: bold;
  }
  #lunaconceptContents .txtCenter {
    text-align: center;
  }
  #lunaconceptContents .txtRight {
    text-align: right;
  }
  #lunaconceptContents .mTNone {
    margin-top: 0 !important;
  }
  #lunaconceptContents .mBNone {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  #lunaconceptContents .mainTTL + .contentsSection > .flexContainer:first-child,
  #lunaconceptContents .mainTTL + .txtContainer,
  #lunaconceptContents .mainTTL + .anchorNav,
  #lunaconceptContents .mainTTL + .flexContainer,
  #lunaconceptContents .mainTTL + .guideNavContainer,
  #lunaconceptContents .subTTL + .contentsSection > .flexContainer:first-child,
  #lunaconceptContents .subTTL + .txtContainer,
  #lunaconceptContents .subTTL + .anchorNav,
  #lunaconceptContents .subTTL + .flexContainer,
  #lunaconceptContents .subTTL + .guideNavContainer,
  #lunaconceptContents .smallTTL + .contentsSection > .flexContainer:first-child,
  #lunaconceptContents .smallTTL + .txtContainer,
  #lunaconceptContents .smallTTL + .anchorNav,
  #lunaconceptContents .smallTTL + .flexContainer,
  #lunaconceptContents .smallTTL + .guideNavContainer {
    margin-top: 0;
  }
  #lunaconceptContents .contentsSection,
  #lunaconceptContents .contentsSectionLast {
    margin: auto;
    max-width: 1200px;
    width: 100%;
  }
  #lunaconceptContents .contentsSection > .mainTTL:first-child,
  #lunaconceptContents .contentsSection > .subTTL:first-child,
  #lunaconceptContents .contentsSection > .smallTTL:first-child,
  #lunaconceptContents .contentsSectionLast > .mainTTL:first-child,
  #lunaconceptContents .contentsSectionLast > .subTTL:first-child,
  #lunaconceptContents .contentsSectionLast > .smallTTL:first-child {
    padding-top: 0;
  }
  #lunaconceptContents .contentsSectionWide {
    margin-top: 80px;
    width: 100%;
  }
  #lunaconceptContents .contentsSectionWide.bgGray {
    background: #f7f7f7;
    padding: 80px 0;
  }
  #lunaconceptContents .contentsSectionWide > .subTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #lunaconceptContents .contentsSectionWide .contentsSectionInner {
    border-top: 1px solid #ccc;
    margin: 50px auto 0;
    padding-top: 80px;
    max-width: 1200px;
    width: 100%;
  }
  #lunaconceptContents .contentsSectionWide .contentsSectionInner > .mainTTL:first-child,
  #lunaconceptContents .contentsSectionWide .contentsSectionInner > .subTTL:first-child,
  #lunaconceptContents .contentsSectionWide .contentsSectionInner > .smallTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #lunaconceptContents .txtContainer {
    margin: 50px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #lunaconceptContents .subjectContainer {
    border: 1px solid #ccc;
    margin: 40px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  #lunaconceptContents .subjectContainer .subjectContainerHeader {
    background: #eee;
    padding: 20px 30px;
  }
  #lunaconceptContents .subjectContainer .subjectContainerBody {
    padding: 20px 30px;
  }
  #lunaconceptContents .borderContainer {
    border: 1px solid #ccc;
    margin: 50px auto 0;
    padding: 30px;
    max-width: 1200px;
    width: 100%;
  }
  #lunaconceptContents .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%;
  }
  #lunaconceptContents .dotListInline li {
    margin: 15px 30px 0 0;
  }
  #lunaconceptContents .dotListInline li::before {
    content: '・';
  }
  #lunaconceptContents .dotList {
    margin-bottom: 40px;
    width: 100%;
  }
  #lunaconceptContents .dotList:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .dotList li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #lunaconceptContents .dotList li + li {
    margin-top: 15px;
  }
  #lunaconceptContents .dotList li::before {
    content: '・';
  }
  #lunaconceptContents .dotList.mTMin li + li {
    margin-top: 0;
  }
  #lunaconceptContents .numberList {
    counter-reset: numberList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #lunaconceptContents .numberList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #lunaconceptContents .numberList li::before {
    counter-increment: numberList;
    content: counter(numberList) "）";
  }
  #lunaconceptContents .numberList li + li {
    margin-top: 15px;
  }
  #lunaconceptContents .numberList li .annotationList {
    margin-top: 5px;
  }
  #lunaconceptContents .numberList.mTMin li + li {
    margin-top: 0;
  }
  #lunaconceptContents .annotationList {
    counter-reset: annotationList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #lunaconceptContents .annotationList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #lunaconceptContents .annotationList li::before {
    counter-increment: annotationList;
    content: "*" counter(annotationList);
    margin-right: 0.5em;
  }
  #lunaconceptContents .annotationList li + li {
    margin-top: 5px;
  }
  #lunaconceptContents .annotationList.noNumber li {
    margin-left: 1.4em;
    text-indent: -1.4em;
  }
  #lunaconceptContents .annotationList.noNumber li::before {
    content: '※';
  }
  #lunaconceptContents .abcList {
    counter-reset: abcList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #lunaconceptContents .abcList.start02 {
    counter-reset: abcList 1;
  }
  #lunaconceptContents .abcList.start03 {
    counter-reset: abcList 2;
  }
  #lunaconceptContents .abcList.start04 {
    counter-reset: abcList 3;
  }
  #lunaconceptContents .abcList.start05 {
    counter-reset: abcList 4;
  }
  #lunaconceptContents .abcList.start06 {
    counter-reset: abcList 5;
  }
  #lunaconceptContents .abcList.start07 {
    counter-reset: abcList 6;
  }
  #lunaconceptContents .abcList.start08 {
    counter-reset: abcList 7;
  }
  #lunaconceptContents .abcList.start09 {
    counter-reset: abcList 8;
  }
  #lunaconceptContents .abcList.start10 {
    counter-reset: abcList 9;
  }
  #lunaconceptContents .abcList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #lunaconceptContents .abcList li::before {
    counter-increment: abcList;
    content: counter(abcList,upper-alpha) "）";
  }
  #lunaconceptContents .abcList li + li {
    margin-top: 15px;
  }
  #lunaconceptContents .abcList li .annotationList {
    margin-top: 5px;
  }
  #lunaconceptContents .btnContainer {
    margin: 50px auto 0;
    width: 400px;
  }
  #lunaconceptContents .arrowLinkContainer {
    margin-top: 40px;
  }
  #lunaconceptContents .arrowLinkContainer + .arrowLinkContainer {
    margin-top: 30px;
  }
  #lunaconceptContents .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%;
  }
  #lunaconceptContents .tileContainer.border .tileInner {
    border: 1px solid #ccc;
  }
  #lunaconceptContents .tileContainer .tileInner {
    background: #fff;
    padding: 40px 30px;
    width: calc((100% - 50px) / 2);
  }
  #lunaconceptContents .tileContainer .tileInner:nth-of-type(n+3) {
    margin-top: 40px;
  }
  #lunaconceptContents .tileContainer .tileHeadline {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
  }
  #lunaconceptContents .tileContainer .tileTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  #lunaconceptContents .tileContainer .tileBtn {
    margin: 20px auto 0;
    max-width: 400px;
  }
  #lunaconceptContents .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%;
  }
  #lunaconceptContents .cardContainer.mTMin {
    margin-top: 50px;
  }
  #lunaconceptContents .cardContainer .cardInner {
    width: calc((100% - 90px) / 3);
  }
  #lunaconceptContents .cardContainer .cardTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  #lunaconceptContents .cardContainer .cardBtn {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #lunaconceptContents .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%;
  }
  #lunaconceptContents .flexContainer.line {
    border-top: 1px solid #ccc;
    padding-top: 80px;
  }
  #lunaconceptContents .flexContainer + .flexContainer {
    margin-top: 50px;
  }
  #lunaconceptContents .flexContainer + .flexContainer.line {
    margin-top: 60px;
  }
  #lunaconceptContents .flexContainer .flexInner {
    width: calc((100% - 50px) / 2);
  }
  #lunaconceptContents .flexContainer .flexInner > .flexInnerTTL:first-child {
    margin-top: 0;
  }
  #lunaconceptContents .flexContainer .flexInner > .mainTTL:first-child,
  #lunaconceptContents .flexContainer .flexInner > .subTTL:first-child,
  #lunaconceptContents .flexContainer .flexInner > .smallTTL:first-child {
    padding-top: 0;
  }
  #lunaconceptContents .flexContainer .flexInnerTTL {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 40px 0 20px;
  }
  #lunaconceptContents .flexContainer .flexInnerTTL.lineLeft {
    border-left: 4px solid #999;
    padding-left: 15px;
  }
  #lunaconceptContents .flexContainer .flexInnerTxt {
    margin-top: 20px;
  }
  #lunaconceptContents .flexContainer .flexInnerTxt + .flexInnerTxt {
    margin-top: 10px;
  }
  #lunaconceptContents .flexContainer .flexInnerNotice {
    background: #fbe6e6;
    margin-top: 50px;
    padding: 20px 20px 20px 50px;
    position: relative;
  }
  #lunaconceptContents .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;
  }
  #lunaconceptContents .flexContainer .flexInnerNotice p {
    color: #e35555;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #lunaconceptContents .flexContainer .flexInnerBox {
    margin-top: 20px;
  }
  #lunaconceptContents .flexContainer .flexInnerBox *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .numberHeadlineReset {
    counter-reset: numberHeadline;
  }
  #lunaconceptContents .numberHeadline {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  #lunaconceptContents .numberHeadline::before {
    counter-increment: numberHeadline;
    content: counter(numberHeadline) "）";
  }
  #lunaconceptContents .toggleOpen,
  #lunaconceptContents .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;
  }
  #lunaconceptContents .toggleOpen._is-hidden,
  #lunaconceptContents .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;
  }
  #lunaconceptContents .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;
  }
  #lunaconceptContents .toggleOpen::before, #lunaconceptContents .toggleOpen::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 120px;
  }
  #lunaconceptContents .toggleOpen::before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  #lunaconceptContents .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+ */
  }
  #lunaconceptContents .toggleClose {
    margin-top: 40px;
    position: relative;
  }
  #lunaconceptContents .toggleClose::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 70px;
  }
  #lunaconceptContents .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;
  }
  #lunaconceptContents .toggleContent._is-active {
    max-height: 9999px;
  }
  #lunaconceptContents .toggleContent > .flexContainer:first-child {
    margin-top: 0;
  }
  #lunaconceptContents .mainTTL + .toggleContent,
  #lunaconceptContents .subTTL + .toggleContent,
  #lunaconceptContents .smallTTL + .toggleContent {
    margin-top: 0;
  }
  #lunaconceptContents .modalSubTTL {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    line-height: 1.6;
    padding: 60px 0 30px;
    margin: 0 auto;
  }
  #lunaconceptContents .modalImage {
    margin-top: 20px;
  }
  #lunaconceptContents .modalContainer + .modalContainer {
    margin-top: 60px;
  }
  #lunaconceptContents .modalContainer.bgGray {
    background: #f7f7f7;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #lunaconceptContents .mainTTL + .contentsSection > .flexContainer:first-child,
  #lunaconceptContents .mainTTL + .txtContainer,
  #lunaconceptContents .mainTTL + .anchorNav,
  #lunaconceptContents .mainTTL + .flexContainer,
  #lunaconceptContents .mainTTL + .guideNavContainer,
  #lunaconceptContents .subTTL + .contentsSection > .flexContainer:first-child,
  #lunaconceptContents .subTTL + .txtContainer,
  #lunaconceptContents .subTTL + .anchorNav,
  #lunaconceptContents .subTTL + .flexContainer,
  #lunaconceptContents .subTTL + .guideNavContainer,
  #lunaconceptContents .smallTTL + .contentsSection > .flexContainer:first-child,
  #lunaconceptContents .smallTTL + .txtContainer,
  #lunaconceptContents .smallTTL + .anchorNav,
  #lunaconceptContents .smallTTL + .flexContainer,
  #lunaconceptContents .smallTTL + .guideNavContainer {
    margin-top: 0;
  }
  #lunaconceptContents .contentsSection,
  #lunaconceptContents .contentsSectionLast {
    margin: auto;
    width: calc(100% - 40px);
  }
  #lunaconceptContents .contentsSection > .mainTTL:first-child,
  #lunaconceptContents .contentsSection > .subTTL:first-child,
  #lunaconceptContents .contentsSection > .smallTTL:first-child,
  #lunaconceptContents .contentsSectionLast > .mainTTL:first-child,
  #lunaconceptContents .contentsSectionLast > .subTTL:first-child,
  #lunaconceptContents .contentsSectionLast > .smallTTL:first-child {
    padding-top: 0;
  }
  #lunaconceptContents .contentsSection .mainTTL,
  #lunaconceptContents .contentsSection .subTTL,
  #lunaconceptContents .contentsSection .smallTTL,
  #lunaconceptContents .contentsSectionLast .mainTTL,
  #lunaconceptContents .contentsSectionLast .subTTL,
  #lunaconceptContents .contentsSectionLast .smallTTL {
    padding-right: 0;
    padding-left: 0;
  }
  #lunaconceptContents .contentsSection .flexContainer,
  #lunaconceptContents .contentsSection .btnContainer,
  #lunaconceptContents .contentsSectionLast .flexContainer,
  #lunaconceptContents .contentsSectionLast .btnContainer {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #lunaconceptContents .contentsSection .txtContainer,
  #lunaconceptContents .contentsSectionLast .txtContainer {
    padding: 0;
  }
  #lunaconceptContents .contentsSectionLast .btnWhite {
    width: 100%;
  }
  #lunaconceptContents .txtContainer {
    padding: 0 20px;
    width: 100%;
  }
  #lunaconceptContents .subjectContainer {
    border: 1px solid #ccc;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  #lunaconceptContents .subjectContainer .subjectContainerHeader {
    background: #eee;
    padding: 15px;
  }
  #lunaconceptContents .subjectContainer .subjectContainerBody {
    padding: 15px;
  }
  #lunaconceptContents .borderContainer {
    border: 1px solid #ccc;
    margin: 30px auto 0;
    padding: 20px;
    width: 100%;
  }
  #lunaconceptContents .dotListInline {
    width: 100%;
  }
  #lunaconceptContents .dotListInline li {
    text-indent: -1em;
    margin-top: 15px;
    padding-left: 1em;
  }
  #lunaconceptContents .dotListInline li::before {
    content: '・';
  }
  #lunaconceptContents .dotList {
    margin-bottom: 30px;
    width: 100%;
  }
  #lunaconceptContents .dotList:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .dotList.mTMin li + li {
    margin-top: 5px;
  }
  #lunaconceptContents .dotList li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #lunaconceptContents .dotList li + li {
    margin-top: 15px;
  }
  #lunaconceptContents .dotList li::before {
    content: '・';
  }
  #lunaconceptContents .numberList {
    counter-reset: numberList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #lunaconceptContents .numberList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #lunaconceptContents .numberList li::before {
    counter-increment: numberList;
    content: counter(numberList) "）";
  }
  #lunaconceptContents .numberList li + li {
    margin-top: 15px;
  }
  #lunaconceptContents .numberList li .annotationList {
    margin-top: 5px;
  }
  #lunaconceptContents .numberList.mTMin li + li {
    margin-top: 0;
  }
  #lunaconceptContents .annotationList {
    counter-reset: annotationList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #lunaconceptContents .annotationList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #lunaconceptContents .annotationList li::before {
    counter-increment: annotationList;
    content: "*" counter(annotationList);
    margin-right: 0.5em;
  }
  #lunaconceptContents .annotationList li + li {
    margin-top: 5px;
  }
  #lunaconceptContents .annotationList.noNumber li {
    margin-left: 1.4em;
    text-indent: -1.4em;
  }
  #lunaconceptContents .annotationList.noNumber li::before {
    content: '※';
  }
  #lunaconceptContents .abcList {
    counter-reset: abcList;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
  #lunaconceptContents .abcList.start02 {
    counter-reset: abcList 1;
  }
  #lunaconceptContents .abcList.start03 {
    counter-reset: abcList 2;
  }
  #lunaconceptContents .abcList.start04 {
    counter-reset: abcList 3;
  }
  #lunaconceptContents .abcList.start05 {
    counter-reset: abcList 4;
  }
  #lunaconceptContents .abcList.start06 {
    counter-reset: abcList 5;
  }
  #lunaconceptContents .abcList.start07 {
    counter-reset: abcList 6;
  }
  #lunaconceptContents .abcList.start08 {
    counter-reset: abcList 7;
  }
  #lunaconceptContents .abcList.start09 {
    counter-reset: abcList 8;
  }
  #lunaconceptContents .abcList.start10 {
    counter-reset: abcList 9;
  }
  #lunaconceptContents .abcList li {
    margin-left: 1.7em;
    text-indent: -1.7em;
  }
  #lunaconceptContents .abcList li::before {
    counter-increment: abcList;
    content: counter(abcList,upper-alpha) "）";
  }
  #lunaconceptContents .abcList li + li {
    margin-top: 15px;
  }
  #lunaconceptContents .abcList li .annotationList {
    margin-top: 5px;
  }
  #lunaconceptContents .btnContainer {
    margin: 30px 20px 0;
    width: calc(100% - 40px);
  }
  #lunaconceptContents .contentsSectionWide {
    margin-top: 80px;
    width: 100%;
  }
  #lunaconceptContents .contentsSectionWide.bgGray {
    background: #f7f7f7;
    padding: 80px 0;
  }
  #lunaconceptContents .contentsSectionWide > .subTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #lunaconceptContents .contentsSectionWide .contentsSectionInner {
    border-top: 1px solid #ccc;
    margin: 30px auto 0;
    padding-top: 30px;
    width: calc(100% - 40px);
  }
  #lunaconceptContents .contentsSectionWide .contentsSectionInner > .mainTTL:first-child,
  #lunaconceptContents .contentsSectionWide .contentsSectionInner > .subTTL:first-child,
  #lunaconceptContents .contentsSectionWide .contentsSectionInner > .smallTTL:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #lunaconceptContents .contentsSectionWide .contentsSectionInner .mainTTL,
  #lunaconceptContents .contentsSectionWide .contentsSectionInner .subTTL,
  #lunaconceptContents .contentsSectionWide .contentsSectionInner .smallTTL {
    padding-right: 0;
    padding-left: 0;
  }
  #lunaconceptContents .contentsSectionWide .contentsSectionInner .flexContainer {
    margin-right: 0;
    margin-left: 0;
  }
  #lunaconceptContents .contentsSectionWide .contentsSection .contentsSectionInner {
    width: 100%;
  }
  #lunaconceptContents .arrowLinkContainer {
    margin-top: 30px;
  }
  #lunaconceptContents .arrowLinkContainer + .arrowLinkContainer {
    margin-top: 20px;
  }
  #lunaconceptContents .tileContainer {
    margin-top: 30px auto 0;
    width: 100%;
  }
  #lunaconceptContents .tileContainer.border .tileInner {
    border: 1px solid #ccc;
  }
  #lunaconceptContents .tileContainer .tileInner {
    background: #fff;
    padding: 20px;
    width: 100%;
  }
  #lunaconceptContents .tileContainer .tileInner + .tileInner {
    margin-top: 20px;
  }
  #lunaconceptContents .tileContainer .tileHeadline {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  #lunaconceptContents .tileContainer .tileTxt {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  #lunaconceptContents .tileContainer .tileBtn {
    margin: 20px auto 0;
    max-width: 400px;
  }
  #lunaconceptContents .cardContainer {
    margin: 50px auto 0;
    width: 100%;
  }
  #lunaconceptContents .cardContainer.mTMin {
    margin-top: 30px;
  }
  #lunaconceptContents .cardContainer.mTMin .cardInner + .cardInner {
    margin-top: 30px;
  }
  #lunaconceptContents .cardContainer .cardInner {
    width: 100%;
  }
  #lunaconceptContents .cardContainer .cardInner + .cardInner {
    margin-top: 50px;
  }
  #lunaconceptContents .cardContainer .cardTxt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  #lunaconceptContents .cardContainer .cardBtn {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #lunaconceptContents .flexContainer {
    margin: 40px 20px 0;
  }
  #lunaconceptContents .flexContainer.line {
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  #lunaconceptContents .flexContainer + .flexContainer {
    margin-top: 30px;
  }
  #lunaconceptContents .flexContainer .flexInner {
    width: 100%;
  }
  #lunaconceptContents .flexContainer .flexInner > .flexInnerTTL:first-child {
    margin-top: 0;
  }
  #lunaconceptContents .flexContainer .flexInner + .flexInner {
    margin-top: 30px;
  }
  #lunaconceptContents .flexContainer .flexInnerTTL {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 30px 0 20px;
  }
  #lunaconceptContents .flexContainer .flexInnerTTL.lineLeft {
    border-left: 4px solid #999;
    padding-left: 10px;
  }
  #lunaconceptContents .flexContainer .flexInnerTxt {
    margin-top: 15px;
  }
  #lunaconceptContents .flexContainer .flexInnerTxt + .flexInnerTxt {
    margin-top: 10px;
  }
  #lunaconceptContents .flexContainer .flexInnerNotice {
    background: #fbe6e6;
    margin-top: 30px;
    padding: 15px 15px 15px 36px;
    position: relative;
  }
  #lunaconceptContents .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;
  }
  #lunaconceptContents .flexContainer .flexInnerNotice p {
    color: #e35555;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #lunaconceptContents .flexContainer .flexInnerBox {
    margin-top: 20px;
  }
  #lunaconceptContents .flexContainer .flexInnerBox *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .flexContainer .txtContainer {
    margin-top: 30px;
    padding: 0;
  }
  #lunaconceptContents .numberHeadlineReset {
    counter-reset: numberHeadline;
  }
  #lunaconceptContents .numberHeadline {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  #lunaconceptContents .numberHeadline::before {
    counter-increment: numberHeadline;
    content: counter(numberHeadline) "）";
  }
  #lunaconceptContents .toggleOpen,
  #lunaconceptContents .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;
  }
  #lunaconceptContents .toggleOpen._is-hidden,
  #lunaconceptContents .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;
  }
  #lunaconceptContents .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;
  }
  #lunaconceptContents .toggleOpen::before, #lunaconceptContents .toggleOpen::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 120px;
  }
  #lunaconceptContents .toggleOpen::before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  #lunaconceptContents .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+ */
  }
  #lunaconceptContents .toggleClose {
    margin-top: 40px;
    position: relative;
  }
  #lunaconceptContents .toggleClose::after {
    content: '';
    background: #000000;
    display: block;
    height: 2px;
    width: 10px;
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 70px;
  }
  #lunaconceptContents .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;
  }
  #lunaconceptContents .toggleContent._is-active {
    max-height: 9999px;
  }
  #lunaconceptContents .toggleContent > .flexContainer:first-child {
    margin-top: 0;
  }
  #lunaconceptContents .mainTTL + .toggleContent,
  #lunaconceptContents .subTTL + .toggleContent,
  #lunaconceptContents .smallTTL + .toggleContent {
    margin-top: 0;
  }
  #lunaconceptContents .modalContainer {
    margin: auto;
    width: calc(100% - 40px);
  }
  #lunaconceptContents .modalContainer + .modalContainer {
    margin-top: 30px;
  }
  #lunaconceptContents .modalContainer.bgGray {
    background: #f7f7f7;
    padding: 20px;
  }
  #lunaconceptContents .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);
  }
  #lunaconceptContents .modalImage {
    margin-top: 20px;
  }
}
#lunaconceptContents .anchorNav ul li a::before {
  background: url(../../../img/common/icon_arrow_bottom_white.svg) center center no-repeat #333333;
}
#lunaconceptContents .annotationList li::before {
  content: "*" counter(annotationList) "：";
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #lunaconceptContents {
    padding: 0 0 80px;
  }
  #lunaconceptContents p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #lunaconceptContents .mainImage p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #lunaconceptContents .catchCopy {
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
    margin: 80px 0 40px;
  }
  #lunaconceptContents .lunaconceptComment {
    height: 120px;
  }
  #lunaconceptContents .lunaconceptComment img {
    height: 100%;
  }
  #lunaconceptContents .lunaconceptSubTTL {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #lunaconceptContents .lunaconceptTxtLarge {
    font-size: 2rem;
  }
  #lunaconceptContents .lunaconceptTxtBox {
    background: #333333;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    line-height: 1;
  }
  #lunaconceptContents .lunaconceptBaloonContainer {
    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: 40px;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonBefore {
    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: #eeeeee;
    padding: 30px 0;
    position: relative;
    width: calc(((100% - 50px) / 3) * 2);
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonBefore::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #333333;
    margin: auto;
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    z-index: 2;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonBefore .lunaconceptBaloonBeforeInner {
    padding: 0 60px;
    width: 50%;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonBefore .lunaconceptBaloonBeforeInner > *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonBefore .lunaconceptBaloonBeforeInner .lunaconceptBaloonImage {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonBefore .lunaconceptBaloonBeforeInner p {
    margin-bottom: 10px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonBefore .lunaconceptBaloonBeforeInner + .lunaconceptBaloonBeforeInner {
    border-left: 1px dotted #cccccc;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonAfter {
    background: #fbe6e6;
    border: 1px solid #e35555;
    padding: 30px;
    width: calc((100% - 50px) / 3);
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonAfter .lunaconceptBaloonAfterInner > *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonAfter .lunaconceptBaloonAfterInner .lunaconceptBaloonImage {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonAfter .lunaconceptBaloonAfterInner p {
    margin-bottom: 10px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloonAfter .lunaconceptBaloonAfterInner + .lunaconceptBaloonAfterInner {
    border-left: 1px dotted #cccccc;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon {
    position: relative;
    margin-top: 40px;
    width: 100%;
    background: #fbe6e6;
    padding: 30px;
    border: 1px solid #e35555;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon .lunaconceptBaloonInner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon .lunaconceptBaloonInner > .lunaconceptBaloonImage {
    width: 236px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon .lunaconceptBaloonInner > .lunaconceptBaloonTxt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-right: 40px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon .lunaconceptBaloonInner > *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon .lunaconceptBaloonInner .lunaconceptBaloonImage {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon .lunaconceptBaloonInner p {
    margin-bottom: 10px;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon .lunaconceptBaloonInner + .lunaconceptBaloonInner {
    border-left: 1px dotted #cccccc;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: transparent transparent #e35555 transparent;
    margin: auto;
    position: absolute;
    right: 14%;
    top: -26px;
    z-index: -1;
  }
  #lunaconceptContents .lunaconceptBaloonContainer .lunaconceptBaloon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: transparent transparent #fbe6e6 transparent;
    margin: auto;
    position: absolute;
    right: 14%;
    top: -24px;
    z-index: 2;
  }
  #lunaconceptContents .lunaconceptToggleContainer {
    margin-top: 80px;
  }
  #lunaconceptContents .lunaconceptToggleContainer + .annotationList {
    margin-top: 40px;
  }
  #lunaconceptContents .lunaconceptToggleContainer._is-active .toggleTTL::after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  #lunaconceptContents .lunaconceptToggleContainer._is-active .toggleContent {
    max-height: 9999px;
  }
  #lunaconceptContents .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: 0;
    max-height: 0;
    overflow: hidden;
  }
  #lunaconceptContents .toggleTTL {
    cursor: pointer;
    background: #eeeeee;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
  }
  #lunaconceptContents .toggleTTL::before, #lunaconceptContents .toggleTTL::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333333;
    position: absolute;
    webkit-transition: transform 0.4s ease,opacity 0.5s ease;
    -moz-transition: transform 0.4s ease,opacity 0.5s ease;
    -o-transition: transform 0.4s ease,opacity 0.5s ease;
    transition: transform 0.4s ease,opacity 0.5s ease;
  }
  #lunaconceptContents .toggleTTL::before {
    top: 50%;
    right: 20px;
  }
  #lunaconceptContents .toggleTTL::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 50%;
    right: 20px;
  }
  #lunaconceptContents .contentsSectionWide.bgGray .toggleTTL {
    background: #fff;
    border: 1px solid #ccc;
  }
  #lunaconceptContents .lunaconceptToggleInner {
    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;
    padding: 30px;
  }
  #lunaconceptContents .lunaconceptToggleInner .lunaconceptToggleTxt,
  #lunaconceptContents .lunaconceptToggleInner .lunaconceptToggleImg {
    width: calc((100% - 40px) / 2);
  }
  #lunaconceptContents .lunaconceptToggleInner p + p {
    margin-top: 15px;
  }
  #lunaconceptContents .lunaconceptToggleTxt .fontBold {
    font-size: 1.6rem;
  }
  #lunaconceptContents .toggleLink a,
  #lunaconceptContents .linkBtn a {
    display: inline-block;
    font-size: 1.5rem;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
  }
  #lunaconceptContents .toggleLink a::before,
  #lunaconceptContents .linkBtn a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: url(../../../img/common/icon_arrow_right_white.svg) center center no-repeat #333333;
    background-size: auto 9px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
  #lunaconceptContents .lunaconceptCol04Container.flexContainer .flexInner {
    width: calc((100% - 120px) / 4);
  }
  #lunaconceptContents .lunaconceptCol04Container.flexContainer .flexInnerTTL {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  #lunaconceptContents .innerFlex {
    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;
    width: calc((100% - 50px) / 2);
  }
  #lunaconceptContents .innerFlex .flexInner {
    width: calc((100% - 30px) / 2);
  }
  #lunaconceptContents .innerFlex .flexInner + .flexInner {
    border-left: none;
  }
  #lunaconceptContents .lunaconceptTechnologyBnr {
    margin: 60px auto;
    width: 770px;
  }
  #lunaconceptContents .lunaconceptTechnologyVoice {
    border: 1px solid #cccccc;
    margin-top: 60px;
  }
  #lunaconceptContents .lunaconceptTechnologyVoice .lunaconceptTxtBox {
    background: url(../../../img/lunamer/lunaconcept/technology_voice_bg_pc.jpg) no-repeat right center/cover;
    font-size: 2.2rem;
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceInner {
    padding: 30px;
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceInner::after {
    display: block;
    clear: both;
    content: '';
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceImg {
    float: left;
    margin-right: 30px;
    width: 240px;
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceTTL {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceTxt {
    margin-top: 20px;
  }
  #lunaconceptContents .flexInnerImage {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptTotalcare {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #lunaconceptContents {
    padding: 0 0 80px;
  }
  #lunaconceptContents .contentsSectionWide {
    margin-top: 50px;
  }
  #lunaconceptContents .contentsSectionWide.bgGray {
    padding: 50px 0;
  }
  #lunaconceptContents p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #lunaconceptContents .catchCopy {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    margin: 30px 0;
  }
  #lunaconceptContents .lunaconceptComment img {
    width: 100%;
  }
  #lunaconceptContents .lunaconceptSubTTL {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #lunaconceptContents .lunaconceptTxtLarge {
    font-size: 1.5rem;
  }
  #lunaconceptContents .lunaconceptTxtBox {
    background: #333333;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    line-height: 1;
  }
  #lunaconceptContents .lunaconceptBaloonContainer {
    margin-top: 30px;
  }
  #lunaconceptContents .lunaconceptBaloonBefore {
    background: #eeeeee;
    padding: 20px;
    margin-bottom: 64px;
    position: relative;
  }
  #lunaconceptContents .lunaconceptBaloonBefore::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #333333 transparent transparent transparent;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -44px;
    z-index: 2;
  }
  #lunaconceptContents .lunaconceptBaloonBefore .lunaconceptBaloonBeforeInner + .lunaconceptBaloonBeforeInner {
    border-top: 1px dotted #cccccc;
    margin-top: 20px;
    padding-top: 20px;
  }
  #lunaconceptContents .lunaconceptBaloonBefore .lunaconceptBaloonBeforeInner > *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .lunaconceptBaloonBefore .lunaconceptBaloonImage {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptBaloonAfter {
    border: 1px solid #e35555;
    background: #fbe6e6;
    padding: 20px;
    margin-top: 30px;
  }
  #lunaconceptContents .lunaconceptBaloonAfterInner > *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .lunaconceptBaloon {
    border: 1px solid #e35555;
    background: #fbe6e6;
    padding: 20px;
    margin-top: 45px;
    position: relative;
  }
  #lunaconceptContents .lunaconceptBaloon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: transparent transparent #e35555 transparent;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    z-index: 2;
  }
  #lunaconceptContents .lunaconceptBaloon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: transparent transparent #fbe6e6 transparent;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -29px;
    z-index: 2;
  }
  #lunaconceptContents .lunaconceptBaloonInner > *:last-child {
    margin-bottom: 0;
  }
  #lunaconceptContents .lunaconceptBaloonInner p {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptBaloonImage {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptToggleContainer {
    margin-top: 80px;
  }
  #lunaconceptContents .lunaconceptToggleContainer._is-active .toggleTTL::after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  #lunaconceptContents .lunaconceptToggleContainer._is-active .toggleContent {
    max-height: 9999px;
  }
  #lunaconceptContents .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: 0;
    max-height: 0;
    overflow: hidden;
  }
  #lunaconceptContents .toggleTTL {
    cursor: pointer;
    background: #eeeeee;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
  }
  #lunaconceptContents .toggleTTL::before, #lunaconceptContents .toggleTTL::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333333;
    position: absolute;
    webkit-transition: transform 0.4s ease,opacity 0.5s ease;
    -moz-transition: transform 0.4s ease,opacity 0.5s ease;
    -o-transition: transform 0.4s ease,opacity 0.5s ease;
    transition: transform 0.4s ease,opacity 0.5s ease;
  }
  #lunaconceptContents .toggleTTL::before {
    top: 50%;
    right: 20px;
  }
  #lunaconceptContents .toggleTTL::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 50%;
    right: 20px;
  }
  #lunaconceptContents .contentsSectionWide.bgGray .toggleTTL {
    background: #fff;
    border: 1px solid #ccc;
  }
  #lunaconceptContents .lunaconceptToggleInner {
    padding: 15px 20px;
  }
  #lunaconceptContents .lunaconceptToggleInner p + p {
    margin-top: 15px;
  }
  #lunaconceptContents .toggleLink a,
  #lunaconceptContents .linkBtn a {
    display: inline-block;
    font-size: 1.5rem;
    color: #333333;
    font-weight: 700;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
  }
  #lunaconceptContents .toggleLink a::before,
  #lunaconceptContents .linkBtn a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: url(../../../img/common/icon_arrow_right_white.svg) center center no-repeat #333333;
    background-size: auto 9px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
  #lunaconceptContents .lunaconceptToggleImg {
    margin-top: 40px;
  }
  #lunaconceptContents .lunaconceptCol04Container.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;
    width: 100%;
  }
  #lunaconceptContents .lunaconceptCol04Container.flexContainer .flexInner {
    width: calc((100% - 15px) / 2);
  }
  #lunaconceptContents .lunaconceptCol04Container.flexContainer .flexInner:nth-of-type(-n+2) {
    margin-top: 0;
  }
  #lunaconceptContents .lunaconceptCol04Container.flexContainer .flexInnerTTL {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  #lunaconceptContents .innerFlex {
    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;
    width: 100%;
  }
  #lunaconceptContents .innerFlex + .innerFlex {
    margin-top: 30px;
  }
  #lunaconceptContents .innerFlex .flexInner {
    width: calc((100% - 15px) / 2);
  }
  #lunaconceptContents .innerFlex .flexInner + .flexInner {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  #lunaconceptContents .lunaconceptTechnologyBnr {
    margin: 40px 0;
  }
  #lunaconceptContents .lunaconceptTechnologyVoice {
    border: 1px solid #cccccc;
    margin-top: 40px;
  }
  #lunaconceptContents .lunaconceptTechnologyVoice .lunaconceptTxtBox {
    background: url(../../../img/lunamer/lunaconcept/technology_voice_bg_sp.jpg) no-repeat right center/cover;
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceInner {
    padding: 20px;
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceInner::after {
    display: block;
    clear: both;
    content: '';
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceImg {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc((100% - 15px) / 2);
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceTTL {
    font-weight: bold;
  }
  #lunaconceptContents .lunaconceptTechnologyVoiceTxt {
    clear: both;
    margin-top: 20px;
  }
  #lunaconceptContents .flexInnerImage {
    margin-bottom: 15px;
  }
  #lunaconceptContents .lunaconceptTotalcare {
    margin-top: 30px;
  }
}

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