@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:wght@400;500;700&display=swap");

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?7u04u4");
    src: url("../fonts/icomoon.eot?7u04u4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7u04u4") format("truetype"), url("../fonts/icomoon.woff?7u04u4") format("woff"), url("../fonts/icomoon.svg?7u04u4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-tel:before {
    content: "\e900"
}

.img_center{
	margin:50px auto;
	text-align:center;
}

.pc1000{
    width: 1000px;
}

#mainv {
    position: relative
}

#mainv .mainv {
    width: 100%
}

@media (max-width: 1399px) {
    #mainv .mainv {
        width: 100%
    }
    
.pc1000{
    width: 100%;
}

}

@media (max-width: 1199px) {
    #mainv .mainv {
        width: 100%
    }
}

@media (max-width: 991px) {
    #mainv .mainv {
        height: auto
    }
}

#mainv .contactLink {
    display: block;
    width: 290px;
    position: absolute;
    bottom: 50px;
    right: 100px
}

@media (max-width: 1399px) {
    #mainv .contactLink {
        width: 230px;
        right: 60px
    }
}

@media (max-width: 991px) {
    #mainv .contactLink {
        width: 190px;
        bottom: 60px;
        right: 30px
    }
}

@media (max-width: 767px) {
    #mainv .contactLink {
        width: 110px;
        bottom: 30px;
        right: 10px
    }
}

#read {
    background: #e3e3e3;
    padding: 40px 0;
    border-top: 8px solid #d4002d;
}

#read_2 {
    padding: 20px 0 0;
   /*background: #e3e3e3;
    border-top: 8px solid #d4002d;
	*/
}


@media (max-width: 1199px) {
    #read {
        padding: 40px 0
    }
}

@media (max-width: 767px) {
    #read {
        padding: 20px 0
    }
    #read_2 {
    padding: 25px 20px;
      }
}

#read p {
    font-size: 40px;
    font-weight: 600;
    color: #d4002d;
    text-align: center;
    line-height: 1.4
}


#read p span {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 1.4
}


#read_2 p {
    font-size: 25px;
  font-weight: 600;
  color: #d4002d;
  text-align: center;
  line-height: 1.5;
  margin: 20px auto;
  color: #ed5ca7;
}

#read_2 p.lead_text{
        font-size: 15px;
        color: #000;
        font-weight: normal;
}


#read_2 p span {
    font-size: 20px;
    /*font-weight: 600;*/
    color: #000;
    text-align: center;
    line-height: 1.4
}


@media (max-width: 600px) {
    #read p {
        font-size: 33px
    }
    
    
#read_2 p {
    font-size: 15px;
    font-weight: 600;
    color: #00a99d;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

#read_2 p.lead_text{
    font-size: 13px;
    color: #000;
    font-weight: normal;
    text-align: justify;
    line-height: 1.5em;
  }
    
}


#read_2 p span {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 1.4
}

#price {
    padding: 50px 0
}

@media (max-width: 767px) {
    #price {
        padding: 30px 0
    }
}

#price .priceList {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    #price .priceList {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 5px
    }
}

@media (max-width: 767px) {
    #price .priceList li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    #price .priceList li:last-child dl dd span.yellow {
        display: inline-block;
        padding: 10px 15px;
        margin: 0 5px 0
    }
}

@media (max-width: 767px) {
    #price .priceList li:last-child dl dd span.tax {
        display: inline-block;
        margin-top: 20px
    }
}

#price .priceList li dl {
    border: 9px solid #0D1D4B
}

@media (max-width: 767px) {
    #price .priceList li dl {
        border-width: 5px
    }
}

#price .priceList li dl dt {
    padding-bottom: 9px;
    background: #0D1D4B;
    font-size: 33px;
    color: #fff;
    text-align: center;
    font-weight: 600
}

@media (max-width: 991px) {
    #price .priceList li dl dt {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    #price .priceList li dl dt {
        font-size: 22px
    }
}

#price .priceList li dl dd {
    text-align: center;
    padding: 10px 15px 20px
}

@media (max-width: 1599px) {
    #price .priceList li dl dd {
        padding: 10px 10px 20px
    }
}

@media (max-width: 767px) {
    #price .priceList li dl dd {
        padding: 10px
    }
}

#price .priceList li dl dd span {
    line-height: 1;
    vertical-align: middle
}

#price .priceList li dl dd span.gray {
    display: inline-block;
    background: #BDBDBD;
    color: #000;
    font-size: 33px;
    padding: 15px;
    font-weight: 600;
    margin: 0 10px 0 0
}

@media (max-width: 1599px) {
    #price .priceList li dl dd span.gray {
        font-size: 30px;
        margin: 0px 5px 0 0
    }
}

@media (max-width: 1199px) {
    #price .priceList li dl dd span.gray {
        display: block;
        font-size: 26px;
        margin: 0;
        padding: 10px;
        margin-bottom: 5px
    }
}

@media (max-width: 991px) {
    #price .priceList li dl dd span.gray {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    #price .priceList li dl dd span.gray {
        font-size: 20px;
        padding: 5px 0
    }
}

#price .priceList li dl dd span.red {
    font-size: 120px;
    color: #D02323;
    font-weight: 600;
    font-family: "Roboto", sans-serif
}

@media (max-width: 991px) {
    #price .priceList li dl dd span.red {
        font-size: 90px;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    #price .priceList li dl dd span.red {
        font-size: 64px
    }
}

#price .priceList li dl dd span.bold {
    font-size: 45px;
    font-weight: 600
}

@media (max-width: 1699px) {
    #price .priceList li dl dd span.bold {
        font-size: 43px
    }
}

@media (max-width: 991px) {
    #price .priceList li dl dd span.bold {
        font-size: 33px
    }
}

@media (max-width: 767px) {
    #price .priceList li dl dd span.bold {
        font-size: 23px
    }
}

#price .priceList li dl dd span.tax {
    display: block;
    text-align: right;
    font-size: 29px;
    margin-top: -20px
}

@media (max-width: 1199px) {
    #price .priceList li dl dd span.tax {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    #price .priceList li dl dd span.tax {
        font-size: 18px;
        margin-top: -10px
    }
}

#novelty .ttl {
    background: #DEDEDE;
    padding: 50px 0;
    text-align: center;
    font-weight: 600;
    font-size: 37px
}

@media (max-width: 1199px) {
    #novelty .ttl {
        padding: 40px 0
    }
}

@media (max-width: 991px) {
    #novelty .ttl {
        font-size: 28px;
        line-height: 1.4
    }
}

@media (max-width: 767px) {
    #novelty .ttl {
        padding: 20px 0;
        font-size: 20px
    }
}

#novelty .ttl span {
    display: block;
    color: #0D1D4B;
    font-size: 60px
}

@media (max-width: 1199px) {
    #novelty .ttl span {
        font-size: 54px
    }
}

@media (max-width: 991px) {
    #novelty .ttl span {
        font-size: 43px
    }
}

@media (max-width: 767px) {
    #novelty .ttl span {
        font-size: 34px;
        line-height: 1.2
    }
}

#novelty .cont {
    padding: 50px 0 70px
}

@media (max-width: 991px) {
    #novelty .cont {
        padding: 40px 0 60px
    }
}

@media (max-width: 767px) {
    #novelty .cont {
        padding: 30px 0 40px
    }
}

#novelty .cont .inner {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    #novelty .cont .inner {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    #novelty .cont .inner {
        margin-bottom: 30px
    }
}

#novelty .cont .inner img {
    padding-right: 30px
}

@media (max-width: 767px) {
    #novelty .cont .inner img {
        margin-bottom: 10px;
        padding-right: 10px
    }
}

#novelty .cont .inner p {
    font-size: 20px
}

@media (max-width: 1199px) {
    #novelty .cont .inner p {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    #novelty .cont .inner p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    #novelty .cont .inner p {
        font-size: 15px
    }
}

#novelty .cont .example {
    border: 8px solid #0D1D4B;
    padding: 30px 60px 50px
}

@media (max-width: 1199px) {
    #novelty .cont .example {
        padding: 30px 40px 40px
    }
}

@media (max-width: 991px) {
    #novelty .cont .example {
        padding: 20px
    }
}

@media (max-width: 767px) {
    #novelty .cont .example {
        border-width: 5px;
        padding: 15px 10px
    }
}

#novelty .cont .example .exampleTtl {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    color: #0D1D4B
}

@media (max-width: 991px) {
    #novelty .cont .example .exampleTtl {
        font-size: 30px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    #novelty .cont .example .exampleTtl {
        font-size: 22px;
        margin-bottom: 10px
    }
}

#novelty .cont .example .exampleList {
    overflow: hidden;
    *zoom: 1
}

#novelty .cont .example .exampleList li {
    float: left;
    padding: 0 10px
}

@media (max-width: 1199px) {
    #novelty .cont .example .exampleList li {
        padding: 0 5px
    }
}

@media (max-width: 767px) {
    #novelty .cont .example .exampleList li {
        margin-bottom: 10px
    }
}

#novelty .cont .example .exampleList.list1 {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    #novelty .cont .example .exampleList.list1 {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    #novelty .cont .example .exampleList.list1 {
        margin-bottom: 0
    }
}

#novelty .cont .example .exampleList.list1 li {
    width: calc(100%/4)
}

@media (max-width: 767px) {
    #novelty .cont .example .exampleList.list1 li {
        width: calc(100%/3)
    }
}

#novelty .cont .example .exampleList.list2 {
    width: 80%;
    display: block;
    margin: 0 auto
}

@media (max-width: 767px) {
    #novelty .cont .example .exampleList.list2 {
        width: 100%
    }
}

#novelty .cont .example .exampleList.list2 li {
    width: calc(100%/4)
}

@media (max-width: 767px) {
    #novelty .cont .example .exampleList.list2 li {
        width: calc(100%/3)
    }
}

#contact {
    text-align: center
}

@media (max-width: 991px) {
    #contact {
        padding: 40px 0
    }
}

#contact .txt {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    #contact .txt {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    #contact .txt {
        font-size: 22px
    }
}

#contact .contactBtn {
    background: #ff9d00;
    color: #fff;
    padding: 20px 0;
    font-size: 25px;
    display: block;
    max-width: 450px;
    margin: 0 auto;
      margin-bottom: 0px;
    border-radius: 10px;
    box-shadow: 0 9px 0 #c17502;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 600;
  }

@media (max-width: 767px) {
    #contact .contactBtn {
        font-size: 25px;
        max-width: 85%;
        padding: 25px 0;
        box-shadow: 0 6px 0 #202384;
    }

    .img_center{
        margin: 30px 10px 0 10px;
    }
}

#contact .contactBtn:hover {
    box-shadow: none;
    transform: translate3d(0, 9px, 0)
}

@media (max-width: 767px) {
    #contact .contactBtn:hover {
        transform: translate3d(0, 6px, 0)
    }
}

#contact .tel {
    font-size: 45px;
  font-family: "Roboto", sans-serif;
  color: #e60000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 991px) {
    #contact .tel {
        font-size: 62px
    }
}

@media (max-width: 767px) {
    #contact .tel {
        font-size: 40px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
}

#contact .tel i {
    margin-right: 10px;
    font-size: 40px
}

@media (max-width: 991px) {
    #contact .tel i {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    #contact .tel i {
        font-size: 35px
    }
}

#contact p {
    font-size: 18px;
    font-weight: 600;  
    color: #000;
    font-feature-settings: 'palt';
}

@media (max-width: 991px) {
    #contact p {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    #contact p {
        font-size: 14px
    }
}

#worries {
    background: #091C4E;
    padding: 70px 0;
    text-align: center
}

@media (max-width: 767px) {
    #worries {
        padding: 40px 0
    }
}

#worries p {
    margin-bottom: 40px;
    color: #E3D313;
    font-size: 39px;
    font-weight: 600
}

@media (max-width: 991px) {
    #worries p {
        font-size: 32px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    #worries p {
        font-size: 24px
    }
}

#worries .list {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    #worries .list {
        margin-bottom: 20px
    }
}

#worries .list li {
    margin-bottom: 20px;
    text-align: left
}

@media (max-width: 991px) {
    #worries .list li {
        margin-bottom: 10px;
        width: 100%;
    }
}

#worries .list li .txt {
    background: #fff;
    padding: 30px 10px 30px 25px;
    border-radius: 120px;
    font-size: 25px;
    font-weight: 600
}

@media (max-width: 1199px) {
    #worries .list li .txt {
        font-size: 21px
    }
}

@media (max-width: 991px) {
    #worries .list li .txt {
        padding: 20px
    }
}

@media (max-width: 767px) {
    #worries .list li .txt {
        font-size: 16px;
        padding: 15px
    }
}

#worries .list li .txt span {
    font-family: "Roboto", sans-serif;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #091C4E;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px
}

@media (max-width: 1199px) {
    #worries .list li .txt span {
        width: 35px;
        height: 35px
    }
}

@media (max-width: 767px) {
    #worries .list li .txt span {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        line-height: 1.9
    }
}

#worries .comment {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block
}

@media (max-width: 991px) {
    #worries .comment {
        font-size: 35px
    }
}

@media (max-width: 767px) {
    #worries .comment {
        font-size: 26px
    }
}

#worries .comment:before,
#worries .comment:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 80px;
    display: inline-block;
    bottom: 0
}

@media (max-width: 767px) {

    #worries .comment:before,
    #worries .comment:after {
        width: 35px;
        height: 55px
    }
}

#worries .comment:before {
    background: url("../img/top/bg-worries1.png");
    background-size: cover;
    left: -60px
}

@media (max-width: 767px) {
    #worries .comment:before {
        left: -50px
    }
}

#worries .comment:after {
    background: url("../img/top/bg-worries2.png");
    background-size: cover;
    right: -50px
}

@media (max-width: 767px) {
    #worries .comment:after {
        right: -40px
    }
}

h2.ttl {
  position: relative;
  margin: 1.5em 0;
  padding: 10px;
  max-width: 100%;
  color: #fff;
  font-size: 25px;
  background: #ed5ca7;
  font-weight:bold;
  text-align:center;
}

h2.ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ed5ca7;
}



h3.ttl {
  padding: 10px;
  max-width: 100%;
  color: #ed5ca7;
  font-size: 35px;
  font-weight:bold;
  text-align:center;
}

@media (max-width: 1199px) {
    h2.ttl {
        font-size: 30px;
        padding: 30px 0
    }
}

@media (max-width: 991px) {
    h2.ttl {
        font-size: 30px;
        padding: 30px 0;
    }
	
	
h3.ttl {
  color: #ed5ca7;
  font-size: 20px;
  font-weight:bold;
  text-align:center;
}
}

@media (max-width: 767px) {
   h2.ttl {
        text-align: center;
        padding: 30px 0;
        font-size: 20px;
    }
}

#reason .ttl img {
    margin-right: 30px;
    vertical-align: sub;
    padding-bottom: 5px
}
    #reason  div.row{
        max-width: 1180px;
        margin: 0 auto;
    }

@media (max-width: 1199px) {
    #reason .ttl img {
        height: 60px;
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    #reason .ttl img {
        height: 45px;
        margin-right: 15px;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    #reason .ttl img {
        display: block;
        height: 37px;
        margin: 0 auto 5px
    }
}

#reason .inner .cont {
    margin-bottom: 100px
}

@media (max-width: 991px) {
    #reason .inner .cont {
        margin-bottom: 60px
    }
}

@media (max-width: 767px) {
    #reason .inner .cont {
        margin-bottom: 30px
    }
}

#reason .inner .cont .contTtl {
    font-size: 57px;
    color: #515151;
    border-bottom: 2px solid #091C4E;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    #reason .inner .cont .contTtl {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    #reason .inner .cont .contTtl {
        font-size: 45px
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .contTtl {
        font-size: 30px;
        margin-bottom: 15px
    }
}

#reason .inner .cont .contTtl .number {
    font-size: 84px;
    font-family: "Roboto", sans-serif;
    color: #091C4E;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1
}

@media (max-width: 1199px) {
    #reason .inner .cont .contTtl .number {
        font-size: 70px
    }
}

@media (max-width: 991px) {
    #reason .inner .cont .contTtl .number {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .contTtl .number {
        font-size: 40px;
        margin-right: 5px
    }
}

#reason .inner .cont .contTtl .bold {
    font-weight: 600
}

#reason .inner .cont .txt {
    font-size: 41px;
    color: #091C4E;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    #reason .inner .cont .txt {
        font-size: 32px
    }
}

@media (max-width: 991px) {
    #reason .inner .cont .txt {
        font-size: 25px
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .txt {
        font-size: 18px
    }
}

#reason .inner .cont .list {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    #reason .inner .cont .list {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .list li {
        margin-bottom: 10px
    }
}

#reason .inner .cont .list li:last-child p {
    background: #CFE1FD
}

#reason .inner .cont .list li p {
    background: #D7D7D7;
    padding: 20px 0;
    text-align: center;
    font-size: 20px
}

@media (max-width: 991px) {
    #reason .inner .cont .list li p {
        font-size: 16px;
        padding: 15px 0
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .list li p {
        font-size: 15px;
        padding: 10px 0
    }
}

#reason .inner .cont .read {
    font-size: 20px
}

@media (max-width: 991px) {
    #reason .inner .cont .read {
        font-size: 17px
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .read {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .read.bottom {
        margin-bottom: 10px
    }
}

#reason .inner .cont .read .privacy {
    display: block;
    width: 105px;
    margin: 30px 0 0 auto
}

@media (max-width: 991px) {
    #reason .inner .cont .read .privacy {
        width: 80px;
        margin: 0 0 0 auto
    }
}

@media (max-width: 767px) {
    #reason .inner .cont .read .privacy {
        margin: 0 0 10px auto
    }
}

.accordion {
  margin: 2em 0;
}
.accordion__summary {
  background: #E6E6E6; /* アコーディオンの見出しの背景色 */
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 38px 10px 20px;
}
.accordion__summary::before{
  content: "Q";
  font-size: 30px; /* 記号のサイズ */
  left: 20px;
  padding-right:30px;
  top: 50%;
  color:#0071BC;
}

.accordion__text::before {
  content: "A";
  font-size: 30px; /* 記号のサイズ */
  padding-right:30px;
  color:#F7931E;
}

.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
    color:#0071BC;
  transform: translateY(-50%);
}
.accordion input:checked ~ .accordion__summary::after {
  content: "−";
}
.accordion input {
  display: none;
}
.accordion__detail {
  display: none;
  background: #fff;
  padding: 4px 10px;
  margin: 10px 0;
}
.accordion input:checked ~ .accordion__detail {
  display: block;
}
.accordion__text {
	margin-left: 10px;
	font-weight: bold;
}

#faq {
    background: #FFF;
}

#faq .ttl {
    background: #ed5ca7;
    padding: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
}


.faqBtn {
    margin: 50px auto;
    text-align: center;
    display: block;
    background: #f00;
    width: 500px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    border-radius: 70px;
    position: relative;
  }
  

@media (max-width: 991px) {
    #faq .ttl {
        padding: 40px 0 30px
    }
    .faqBtn {
  margin: 50px auto;
  text-align: center;
  display: block;
  background: #f00;
  width: 90%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  border-radius: 70px;
  position: relative;
}
}

@media (max-width: 767px) {
    #faq .ttl {
        font-size: 30px;
        padding: 20px 0
    }
    .faqBtn {
  margin: 50px auto;
  text-align: center;
  display: block;
  background: #f00;
  width: 90%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  border-radius: 70px;
  position: relative;
}
}


#faq .faqList {
    padding: 70px 0 0
}

@media (max-width: 991px) {
    #faq .faqList {
        padding: 50px 0 70px
    }
}

@media (max-width: 767px) {
    #faq .faqList {
        padding: 30px 0
    }
}
#faq .faqList li {
    background: #fff;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}

#faq .faqList li dl {
    padding: 30px 40px;
    font-size: 20px
}

@media (max-width: 991px) {
    #faq .faqList li dl {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    #faq .faqList li dl {
        font-size: 16px;
        padding: 20px
    }
}

#faq .faqList li dl dt,
#faq .faqList li dl dd {
    position: relative;
    padding-left: 35px
}
#faq .faqList li dl dd p.small{
    font-size: 0.8em;
  margin-top: 10px;
}



@media (max-width: 767px) {

    #faq .faqList li dl dt,
    #faq .faqList li dl dd {
        padding-left: 30px
    }
}

#faq .faqList li dl dt span,
#faq .faqList li dl dd span {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.3
}

@media (max-width: 767px) {

    #faq .faqList li dl dt span,
    #faq .faqList li dl dd span {
        font-size: 22px
    }
}
a.faqBtn:hover{
    text-decoration: none;
    opacity: 0.6;
    color: #fff;
}

.formttl {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}

#faq .faqList li dl dt {
    border-bottom: 2px solid #D9D9D9;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px
}

#faq .faqList li dl dt span {
    color: #142D6E
}

#faq .faqList li dl dd span {
    color: #ED5D78
}

#contactCont {
    background: #F4F4F4;
    padding: 70px 0 100px
}

@media (max-width: 991px) {
    #contactCont {
        padding: 50px 0 70px
    }
}

@media (max-width: 767px) {
    #contactCont {
        padding: 30px 0 50px
    }
}

#contactCont .ttl {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 991px) {
    #contactCont .ttl {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    #contactCont .ttl {
        font-size: 30px;
        margin-bottom: 20px
    }
}

#contactCont .tel {
    display: block;
    text-align: center;
    font-weight: 600;
}

#contactCont .tel p {
    font-size: 26px;
    color: #be272d;
    margin-bottom: 10px
}

#contactCont .tel a {
    color: #be272d;
    font-family: "Roboto", sans-serif;
    font-size: 76px;
    line-height: 1;
    margin-bottom: 10px;
    display: block
}

@media (max-width: 991px) {
    #contactCont .tel a {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    #contactCont .tel a {
        font-size: 46px
    }
}

#contactCont .tel .time {
    font-size: 20px;
    font-feature-settings: 'palt';
}

@media (max-width: 991px) {
    #contactCont .tel .time {
        font-size: 18px;
        font-feature-settings: 'palt';
    }
}

@media (max-width: 767px) {
    #contactCont .tel .time {
        font-size: 15px;
        font-feature-settings: 'palt';
    }
}

#contactCont .read {
    font-size: 2.0rem;
    margin-bottom: 20px
}

#contactCont .form {
    background: #fff;
    padding: 50px 100px 30px;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    #contactCont .form {
        padding: 40px 60px 30px
    }
}

@media (max-width: 767px) {
    #contactCont .form {
        padding: 30px 20px;
        margin-bottom: 20px
    }
}

#contactCont .form dl {
    margin-bottom: 30px;
    font-size: 20px
}

@media (max-width: 991px) {
    #contactCont .form dl {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    #contactCont .form dl {
        font-size: 16px
    }
}

#contactCont .form dl dt {
    font-weight: 600;
    margin-bottom: 10px
}

#contactCont .form dl dt span {
    background: #F54D4D;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    line-height: 1;
    display: inline-block;
    margin-left: 5px
}

@media (max-width: 767px) {
    #contactCont .form dl dt span {
        font-size: 12px
    }
}

#contactCont .form dl dd input {
    border: 1px solid #B7B7B7;
    width: 100%;
    height: 50px
}

@media (max-width: 767px) {
    #contactCont .form dl dd input {
        height: 35px
    }
}

#contactCont .form dl dd .checkBox input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    height: auto;
    display: inline-block
}

#contactCont .form dl dd .checkBox input[type="checkbox"] {
    cursor: pointer;
    padding-left: 40px;
    vertical-align: middle;
    position: relative
}

@media (max-width: 767px) {
    #contactCont .form dl dd .checkBox input[type="checkbox"] {
        padding-left: 30px
    }
    


#reason div.row p.number img{
    width: 58px;
}

}

#contactCont .form dl dd .checkBox input[type="checkbox"]:before,
#contactCont .form dl dd .checkBox input[type="checkbox"]:after {
    content: "";
    display: block;
    position: absolute
}

#contactCont .form dl dd .checkBox input[type="checkbox"]:before {
    border-radius: 0%;
    border: 1px solid #B7B7B7;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    top: 50%;
    left: 0
}

@media (max-width: 767px) {
    #contactCont .form dl dd .checkBox input[type="checkbox"]:before {
        width: 25px;
        height: 25px
    }
}

#contactCont .form dl dd .checkBox input[type="checkbox"]:after {
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    opacity: 0;
    height: 13px;
    width: 18px;
    transform: rotate(-45deg);
    top: -10px;
    left: 6px
}

@media (max-width: 767px) {
    #contactCont .form dl dd .checkBox input[type="checkbox"]:after {
        height: 10px;
        width: 15px;
        border-width: 4px;
        top: -8px;
        left: 5px
    }
}

#contactCont .form dl dd .checkBox input[type="checkbox"]:checked::after {
    opacity: 1
}

#contactCont .form dl dd .checkBox label {
    margin-bottom: 10px
}

#contactCont .form dl dd textarea {
    border: 1px solid #B7B7B7;
    width: 100%;
    height: 260px
}

@media (max-width: 767px) {
    #contactCont .form dl dd textarea {
        height: 180px
    }
}

@media (max-width: 767px) {
    #contactCont .btnList .formBtn input {
        max-width: 100%
    }
}

#contactCont .formBtn {
    margin: 0 auto;
    display: block
}

#contactCont .formBtn input {
    background: #264BAD;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    padding: 25px 0;
    border-radius: 100px;
    box-shadow: 0 9px 0 #142D6E;
    transition: 0.3s;
    display: block;
    max-width: 620px;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 991px) {
    #contactCont .formBtn input {
        font-size: 32px;
        padding: 20px 0;
        max-width: 500px
    }
}

@media (max-width: 767px) {
    #contactCont .formBtn input {
        font-size: 22px;
        max-width: 80%;
        padding: 15px 0;
        box-shadow: 0 6px 0 #142D6E
    }
}

#contactCont .formBtn input:hover {
    box-shadow: none;
    transform: translate3d(0, 9px, 0)
}

@media (max-width: 767px) {
    #contactCont .formBtn input:hover {
        transform: translate3d(0, 6px, 0)
    }
}

#contactCont .formBtn.backBtn input {
    background: #7c7c7c;
    box-shadow: 0 9px 0 #4a4a4a
}

@media (max-width: 767px) {
    #contactCont .formBtn.backBtn input {
        box-shadow: 0 6px 0 #4a4a4a
    }
}

#contactCont .required {
    color: #F54D4D
}

#contactCont .thanks {
    margin: 60px 0;
    font-weight: 600
}

@media (max-width: 767px) {
    #contactCont .thanks {
        margin: 40px 0
    }
}

#contactCont .thanks .subTtl {
    font-size: 4.3rem;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    #contactCont .thanks .subTtl {
        font-size: 3.4rem
    }
}

@media (max-width: 767px) {
    #contactCont .thanks .subTtl {
        font-size: 2.3rem
    }
}

#contactCont .thanks p {
    text-align: center;
    font-size: 2.3rem
}

@media (max-width: 991px) {
    #contactCont .thanks p {
        font-size: 2.0rem
    }
}

@media (max-width: 767px) {
    #contactCont .thanks p {
        font-size: 1.6rem
    }
}


#campaign .ttl {
    background: #DEDEDE;
    padding: 50px 0;
    text-align: center;
    font-weight: 600;
    font-size: 37px
}

@media (max-width: 1199px) {
    #campaign .ttl {
        padding: 40px 0
    }
}

@media (max-width: 991px) {
    #campaign .ttl {
        font-size: 28px;
        line-height: 1.4
    }
}

@media (max-width: 767px) {
    #campaign .ttl {
        padding: 20px 0;
        font-size: 20px
    }
}

#campaign .ttl span {
    display: block;
    color: #0D1D4B;
    font-size: 60px
}

@media (max-width: 1199px) {
    #campaign .ttl span {
        font-size: 54px
    }
}

@media (max-width: 991px) {
    #campaign .ttl span {
        font-size: 43px
    }
}

@media (max-width: 767px) {
    #campaign .ttl span {
        font-size: 34px;
        line-height: 1.2
    }
}

#campaign .cont {
    padding: 50px 0 70px
}

@media (max-width: 991px) {
    #campaign .cont {
        padding: 40px 0 60px
    }
}

@media (max-width: 767px) {
    #campaign .cont {
        padding: 30px 0 40px
    }
}

#campaign .cont .inner {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    #campaign .cont .inner {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    #campaign .cont .inner {
        margin-bottom: 30px
    }
}

#campaign .cont .inner img {
    padding-right: 30px
}

@media (max-width: 767px) {
    #campaign .cont .inner img {
        margin-bottom: 10px;
        padding-right: 10px
    }
}

#campaign .cont .inner p {
    font-size: 20px
}

@media (max-width: 1199px) {
    #campaign .cont .inner p {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    #campaign .cont .inner p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    #campaign .cont .inner p {
        font-size: 15px
    }
}

#campaign .cont .example {
    border: 8px solid #0D1D4B;
    padding: 30px 60px 50px
}

@media (max-width: 1199px) {
    #campaign .cont .example {
        padding: 30px 40px 40px
    }
}

@media (max-width: 991px) {
    #campaign .cont .example {
        padding: 20px
    }
}

@media (max-width: 767px) {
    #campaign .cont .example {
        border-width: 5px;
        padding: 15px 10px
    }
}

#campaign .cont .example .exampleTtl {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    color: #0D1D4B;
    border: none;
}

@media (max-width: 991px) {
    #campaign .cont .example .exampleTtl {
        font-size: 30px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    #campaign .cont .example .exampleTtl {
        font-size: 22px;
        margin-bottom: 10px
    }
}

#campaign .cont .example .exampleList {
    overflow: hidden;
    *zoom: 1
}

#campaign .cont .example .exampleList li {
    float: left;
    padding: 0 10px
}

@media (max-width: 1199px) {
    #campaign .cont .example .exampleList li {
        padding: 0 5px
    }
}

@media (max-width: 767px) {
    #campaign .cont .example .exampleList li {
        margin-bottom: 10px
    }
}

#campaign .cont .example .exampleList.list1 {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    #campaign .cont .example .exampleList.list1 {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    #campaign .cont .example .exampleList.list1 {
        margin-bottom: 0
    }
}

#campaign .cont .example .exampleList.list1 li {
    width: calc(100%/5)
}

@media (max-width: 767px) {
    #campaign .cont .example .exampleList.list1 li {
        width: calc(100%/3)
    }
}

#campaign .cont .example .exampleList.list2 {
    width: 80%;
    display: block;
    margin: 0 auto
}

@media (max-width: 767px) {
    #campaign .cont .example .exampleList.list2 {
        width: 100%
    }
}

#campaign .cont .example .exampleList.list2 li {
    width: calc(100%/4)
}

@media (max-width: 767px) {
    #campaign .cont .example .exampleList.list2 li {
        width: calc(100%/3)
    }
}

#campaign p.lead {
    font-size: 19px !important;
    line-height: 35px;
    margin-bottom: 40px;
}


@media (max-width: 991px) {
    #campaign p.lead {
        font-size: 16px !important;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}


.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div#introduce{
    margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align:center;
  padding: 0 60px;
}


#introduce div.txt_item{
    font-weight: lighter;
    font-size: 19px;
    max-width: 700px;
    line-height: 2em;
}


#introduce div.txt_item p.catch{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: justify;
}


#introduce div.img_item{
    width: 300px;
    margin-right: 40px;
    font-weight: bold;
  }
  .img_item img {
    margin-bottom: 10px;
  }


@media (max-width: 991px) {
    
#introduce div.img_item{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }


#introduce div.txt_item p.catch{
    ffont-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}
#introduce div.txt_item{
    font-weight: lighter;
    font-size: 16px;
    max-width: 700px;
    line-height: 2em;
}

}

div#recomend{
    margin: 50px auto;
    max-width: 1050px;
}
div#recomend .recomend_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#recomend .recomend_box .reco_img{
    width: 45%;
}

div#recomend .recomend_box .reco_txt{
    width: 51%;
}
div#recomend .recomend_box .reco_txt p.catch{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

div#recomend .recomend_box .reco_txt p.type{
    font-size: 40px;
    font-weight: bold;
    color: #ed5ca7;
}

div#recomend .recomend_box .reco_txt p.product_code{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

div#recomend .recomend_box .reco_txt p.setsumei{
    font-size: 16px;
    font-weight: lighter;
    color: #000;
}
div#recomend .recomend_box .reco_txt p.price{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}
div#recomend .recomend_box .reco_txt p.price span{
    font-size: 20px;
  font-weight: bold;
  color: #f00;
  margin-left: 10px;
}

div#recomend .recomend_box .reco_txt a.item_link_btn{
    color: #fff;
    background-color: #ed5ca7;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

div#recomend .recomend_box .reco_txt a.item_link_btn::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }


div#recomend .recomend_box .reco_img img{
    width: 100%;
    border: 1px solid #ddd;
}

div#recomend p.line_dotted{
    width: 100%;
    margin: 50px 0;
    border-bottom: 1px dotted #aaa;
}

#osusume div.txt_item{
    font-weight: lighter;
    font-size: 19px;
    max-width: 700px;
    line-height: 2em;
}


#osusume div.txt_item p.catch{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: justify;
}


#osusume dl.img_item{
    width: 330px;
    margin-right: 40px;
  }

#osusume dl.img_item dd{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: justify;
	text-align:center;
  }

#osusume dl.img_item dt{
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
	text-align:center;
	color:#F15A24;
  }


@media (max-width: 991px) {
    
#osusume dl.img_item{
    width: 300px;
    margin-right: 0px;
  }


#osusume div.txt_item p.catch{
    ffont-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}
#osusume div.txt_item{
    font-weight: lighter;
    font-size: 16px;
    max-width: 700px;
    line-height: 2em;
}

}


.pcNone{
    display: none !important;
}
.spNone{
    display: block;
  }

@media (max-width: 991px) {
    
.pcNone{
    display: block !important;
}
    .spNone{
        display: none !important; 
      }

      

div#recomend .recomend_box .reco_img{
    width: 95%;
    margin: 0 auto;
}

div#recomend .recomend_box .reco_txt{
    width: 95%;
    margin: 10px auto;
    text-align: center;
}

div#recomend .recomend_box .reco_txt p.catch{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

div#recomend .recomend_box .reco_txt p.type{
    font-size: 20px;
    font-weight: bold;
    color: #ed5ca7;
}

div#recomend .recomend_box .reco_txt p.product_code{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

div#recomend .recomend_box .reco_txt p.setsumei{
    font-size: 12px;
    font-weight: lighter;
    color: #000;
}
div#recomend .recomend_box .reco_txt p.price{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}
div#recomend .recomend_box .reco_txt p.price span{
    font-size: 15px;
  font-weight: bold;
  color: #f00;
  margin-left: 10px;
}

div#recomend .recomend_box .reco_txt a.item_link_btn{
    color: #fff;
    background-color: #ed5ca7;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

}

/*
#reason div.reason1 {			            
    background: url(../img/top/strap_reason01.jpg)no-repeat;
    width: 1200px;
    height: 450px;
    margin: 50px auto;
}
#reason div.reason2 {
    background: url(../img/top/strap_reason02.jpg)no-repeat;
    width: 1200px;
    height: 450px;
    margin: 50px auto;
}
#reason div.reason3 {
    background: url(../img/top/strap_reason03.jpg)no-repeat;
    width: 1200px;
    height: 450px;
    margin: 50px auto;
}
#reason div.reason4 {
    background: url(../img/top/strap_reason04.jpg)no-repeat;
    width: 1200px;
    height: 450px;
    margin: 50px auto;
}
*/

#reason div.reason1{
    width: 1080px;
  margin: 50px auto;
}

#reason div.reason2{
    width: 1080px;
  margin: 50px auto;
  padding: 50px 0;
}

#reason div.reason3{
    width: 1080px;
  margin: 50px auto;
}
#reason div.reason4{
    padding: 70px 0 0 0;
}

#reason .txt_item{
	width:45%;
}
#reason .img_item{
	width:46%;
}

#reason div.row p.number {
    display: inline-block;
    vertical-align: middle;
}


#reason div.row p.number img{
    width: 75px;
}
#reason div.row p.number {
    font-size: 28px;
    font-family: "Din", sans-serif;
    color: #F15A24;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

@media (max-width: 767px) {

#reason div.row p.number img{
    width: 58px;
}
#reason div.row p.number {
    font-size: 28px;
    font-family: "Din", sans-serif;
    color: #F15A24;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

}

#reason div.row p.point {
    font-size: 28px;
    color: #ed5ca7;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

#reason div.row p.point span.main {
    font-size: 60px;
    color: #be272d;
    font-weight: 600;
}


#reason div.row p.point span.sub {
    font-size: 30px;
    color: #000;
    font-weight: 400;
}


#reason p.sentence {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    text-align: justify;
    margin-top: 20px;
    line-height: 1.8;
}

#reason p.sentence span {
    font-size: 14px;
}


#voice{
background-color: #F2F2F2;
width: 100%;
padding: 100px;
}


h2.ttlG {
  position: relative;
  margin: 0 ;
  padding: 15px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  background: #22B573;
  font-weight:bold;
  text-align:center;
}

h2.ttlO {
  position: relative;
  margin: 0 ;
  padding: 15px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  background: #F7931E;
  font-weight:bold;
  text-align:center;
}


ul#achievements li p.name{
    width:100%;
    margin: 15px auto 10px;
    font-size: 12px;
    line-height:1.3;
}

ul#achievements li dl.spec{
    width:90%;
    margin: 0 auto 5px;
	font-size:12px;
}

ul#achievements li dl.spec dt{
    margin-bottom:2px;
    padding-bottom:0;
    font-size: 10px;
}

ul#achievements li dl.spec dd{
    margin-bottom:6px;
}

ul#achievements li dl.spec dt::before{
    content: '●';
    color:#ececec;
}


#voice ul {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#voice ul li.step{
    width: 32%;
    color: #000;
	background:#fff;
	margin:10px 0;
}

#voice ul li.step img{
    width: 100%;
}
#voice ul li.step p{
    font-size: 16px;
    text-align: justify;
    margin: 10px 0 0 0;
}

#voice ul li.delta{ 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #be272d;
    height: 40px;
    margin: 100px auto;
}


div#price_table{
	width: 100%;
	padding: 80px;
	background-color: #e6f8ff;
	margin:30px auto 0 auto;
}

.table_design13 {
  /*border-collapse: collapse;*/
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
}

.table_design13 th,.table_design13 td{
  font-weight: bold;  
  text-align: center;
  font-size: 15px;
  font-feature-settings: 'palt';
}

.table_design13 thead th {
  border-right: 2px solid #fff;

}
.table_design13 td {
  color: #333333;
  padding: 1em;
}

.table_design13 thead th:not(:first-child) {
  background: #999999;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5em;
  border-collapse: separate;
  border-radius: 10px 10px 0 0;
}
.table_design13 tbody span {
  font-size: 24px;
  color:#0051ff;
}
.table_design13 thead th:nth-child(2) {
  background-color: #ed5ca7;
  /*position: relative;*/
}
/*
.table_design13 thead th:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #f88400;
  left: 0;
  bottom: 100%;
}
*/
.table_design13 thead th:nth-child(2)::after {
  /*content: 'おすすめプラン';
  width: max-content;
  color: #f88400;
  font-size: .8rem;
  padding: 0.3em 1em;
  background: #fff;
  border: 2px solid #f88400;
  border-radius: 100vh;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);*/
}
.table_design13 tbody th, .table_design13 tbody td {
  border: 2px solid #e1e1e1;
}
.table_design13 tbody th {
  background-color: #ed5ca7;
  color: #fff;
  padding: 10px;

}
.table_design13 tbody td {
  background-color: #e6f1f6;
}


/*
.table_design13 td:hover {
    transform: scale(1.05);
    outline: 2px solid #4d9bc1;
}
.table_design13 td:nth-child(2):hover {
    transform: scale(1.05);
    outline: 2px solid #f88400;
}
*/
/*
.table_design13 tr:nth-child(even) th {
	background: #F7931E;
}
*/

.table_design13 tbody th:nth-child(1) {
  border-right: 4px solid #0051ff;
    z-index:9999px;
}
.table_design13 thead th:nth-child(2) {
 position: relative;
	height:60px;
	border-collapse: separate;
	border-top: 4px solid #0051ff;
    border-right: 4px solid #0051ff;
    border-left: 4px solid #0051ff;
	display:block;
	margin:-2px;
	line-height:30px;
	border-radius: 10px 10px 0 0;
}


.table_design13 td:nth-child(2) {
  color: #0D6992;
  border-right: 4px solid #0051ff;
  border-left: 4px solid #0051ff;
}
.table_design13 tr:last-child td:nth-child(2) {
  border-bottom: 4px solid #0051ff;
}

.table_design13 tr:nth-child(even) th {
	background: #0D6992;
}

.table_design13 tr:nth-child(even) td {
	background: #efefef;
}

.table_design13 tr:nth-child(odd) td {
	background: #fff;
}


#table03 {
margin: 0 auto;
width: 100%;
border: 1px solid #000;
}

p.comment{
font-size: 25px;
color: #111da5;
font-weight: bold;
position: relative;
display: inline-block;
}


p.comment::before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-right: 2px solid transparent;
border-left: 5px solid transparent;
border-bottom: 40px solid #000000;
border-top: 0;
transform: rotate(150deg);
position: absolute;
left: -15px;
}
p.comment::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-right: 2px solid transparent;
border-left: 5px solid transparent;
border-bottom: 40px solid #000000;
border-top: 0;
transform: rotate(200deg);
position: absolute;
right: -15px;
}


#table03 th {
text-align: center;
    width: 16.6%;
    min-width: 130px;
    padding: 10px;
    height: 40px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}


#table03 td {
    text-align: center;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

div.tablettl{
    display: flex;
    justify-content: space-between;
}

div.tablettl p.title{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
div.tablettl span{
    color: #bf2127;
}

#table03 .header {
    background-color: #bf2127;
    color: #fff;                    
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#table03 .header span {
    font-size: 0.8em;
}


#option {
    background-color: #fff1f1;
    width: 100%;
    padding: 70px 0;
    }

    #option div.row{
        max-width: 1180px;
        margin: 0 auto;
    }

#option .img_item{
    width: 42%;    
}
#option .img_item img{
    width: 100%;    
}
#option .txt_item{
    width: 45%;    
}
#option .txt_item p.icon_re{
    padding: 6px 10px;
    background-color: #bf2127;
    color: #fff;
    font-size: 18px;
    font-weight: bold;    
    width: fit-content;
    border-radius: 5px;          
}
#option .txt_item p.icon_bl{
    padding: 6px 10px;
    background-color: #111da5;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
    border-radius: 5px;            
}
#option .txt_item .option_ttl{
    font-size: 50px;
    color: #000;
    font-weight: 400;
}
#option .txt_item .option_ttl span{
    font-size: 50px;
    color: #000;
    font-weight: 600;
}
#option .txt_item .txt{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
}

.pcmT70 {
    margin-top: 70px !important;
}



#kuroneko{
    max-width: 1000px;
    margin: 40px auto;
}
#kuroneko .ttl{
   background: #22b173;
      color: #fff;
      text-align: center;
      padding: 10px;
      font-size: 22px;
      font-weight: 600;
      border-radius: 10px 10px 0 0;
}
#kuroneko .txtBox {
background: #ffffe7;
padding: 30px 40px;
}
#kuroneko .txtBox p.txt{
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
}
#kuroneko .txtBox p.image{
   display: inline-block;
   width: 18%;
}

dl.example{
 background-color: #eee;
 margin: 20px 0 50px 0 !important;
 padding: 20px;;
}



@media (max-width: 991px) {

    #kuroneko .ttl {
        background: #22b173;
        color: #fff;
        text-align: left;
        padding: 15px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px 10px 0 0;
        position: relative;
      }
      #kuroneko .ttl div{    
        margin: 0 auto;
        line-height: 20px;
        display: flex;
        justify-content: center;
      }
 #kuroneko .ttl p{
    display: inline-block;
    font-size: 16px;
}

 #kuroneko .ttl img{
    width: 60px;
    height: auto;
    margin-right: 10px;
 }

#kuroneko .txtBox {
    background: #ffffe7;
    padding: 20px;
    }
    #kuroneko .txtBox p.image {
        display: none;
      }
      #kuroneko .txtBox p.txt {
        display: inline-block;
        font-size: 15px;
        line-height: 1.8em;
      }
      #kuroneko {
        max-width: 1000px;
        margin: 40px auto;
        padding: 10px;
      }
      

.tabs#komikomi table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    table-layout: fixed;
    font-size: 14px;
    font-weight: bold;
}

.tabs #opp_content thead th {
    background-color: #a3f9c7;
    color: #000;
    border: 1px solid #aaa;
    font-weight: bold;
}

.tabs #craft_content thead th {
    background-color: #f3bb01;
    color: #000;
    border: 1px solid #aaa;
    font-weight: bold;
}

.tabs #white_content thead th {
    background-color: #76daff;
    color: #000;
    border: 1px solid #aaa;
    font-weight: bold;
}



}

  /* ラジオボタンは非表示 */
  input[type="radio"] {
    display: none;
  }
  
  .tab#kakakuhyo {
    width: 500px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
  }
  
  .tab#kakakuhyo .tab-item {
    display: block;
    flex-grow: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    order: -1;/* タブメニューは一番上に表示する */
    
    /* 下線以外をつける */
    border-top: 1px solid skyblue;
    border-left: 1px solid skyblue;
    border-right: 1px solid skyblue;
  }
  
  .tab#kakakuhyo .tab-item:not(:first-of-type) {
    border-left: none;
  }
  
  /* アクティブなタブの背景色と文字色を変える */
  .tab#kakakuhyo .tab-input:checked + .tab-item {
    background: red;
    color: white;
  }
      
  /* コンテンツは原則非表示 */
  .tab#kakakuhyo .tab-content {
    width: 100%;
    height: 200px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border: 1px solid skyblue;
  }
  
  /* ラジオボタンがチェックされているコンテンツだけは表示 */
  .tab#kakakuhyo .tab-input:checked + .tab-item + .tab-content {
    display: flex;
  }

  
	.select_box{
		display: flex;
		justify-content: flex-start;
	}
	.select_box label {
		display: block;
		width: 200px;
		margin-right: 25px;
	}

	
	.select_box label p{
		font-weight: bold;
	}
	.select_box label img{
		opacity: 0.5;
		border: 2px solid #ddd;
		border-radius: 10px;
	}
	input:checked+label img{
		opacity: 1;
		border: 3px solid #00c3ff;
		border-radius: 10px;
	} 
	
	.volume_box{
		display: flex;
		justify-content: flex-start;
	}
	.volume_box label {
		display: block;
		font-weight: bold;
		padding: 10px 30px;
		border-radius: 5px;
		border: 2px solid #ddd;
		margin-right: 25px;
	}
	.volume_box input:checked+label{
		border: 3px solid #00c3ff;
	}

	#contactCont .form dl dd#volume-form input ,
	#contactCont .form dl dd#nouki-form input {
		width: 200px;
		margin-right: 20px;
	}

	.tooltip1 {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 img{
	width: 30px;
}
.description1 {
    display: none;
    position: absolute;
  padding: 10px;
  font-size: 14px;
  line-height: 1.7em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 300px;
}
.description1:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 99%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(90deg);
}
.tooltip1:hover .description1{
    display: inline-block;
  top: -44px;
  left: 160px;
}


p.tablecomment {
    font-size: 13px;
    margin-top: 10px;
    text-align: right;
}

.otoku {
    font-size: 35px;
    text-align: center;
    margin: 30px auto 20px auto;
    font-weight: bold;
    color: #ff0000;
}

.otokusub {
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
}

.erabudake {
    font-size: 38px;
    text-align: center;
    margin: 30px auto;
    font-weight: bold;
    color: #ed5ca7;
}


.packsub {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #000;
    line-height: 20px;
}

.pack_gr {
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #46d080;
}

.pack_or {
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #d77d07;
}

.pack_bl {
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #0772d7;
}

.tabs#komikomi table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    table-layout: fixed;
    font-size: 14px;
    font-weight: bold;
}


.tabs#komikomi table th,
.tabs#komikomi table td {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #aaa;
}

.tabs #opp_content thead th {
    background-color: #a3f9c7;
    color: #000;
    border: 1px solid #aaa;
    font-weight: bold;
}

.tabs #craft_content thead th {
    background-color: #f3bb01;
    color: #000;
    border: 1px solid #aaa;
    font-weight: bold;
}

.tabs #white_content thead th {
    background-color: #76daff;
    color: #000;
    border: 1px solid #aaa;
    font-weight: bold;
}





.tabs#komikomi h4 {
    text-align: justify;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}


/*タブ切り替え全体のスタイル*/
.tabs#komikomi {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

/*タブのスタイル*/
.tabs#komikomi .tab_item {
    width: 340px;
    line-height: 50px;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tabs#komikomi .tab_item img {}

.tabs#komikomi .tab_item img:hover {
    background-color: #ff0;
    border-radius: 20px;
    border: none;
}


/*ラジオボタンを全て消す*/
.tabs#komikomi input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabs#komikomi .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}


/*選択されているタブのコンテンツのみを表示*/
.tabs#komikomi #opp:checked~#opp_content,
#craft:checked~#craft_content,
#white:checked~#white_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
input:checked+.tab_item img {
    background-color: #ff0;
    border-radius: 20px;
    border: none;
}


@media (max-width: 991px) {



    .pcmT70 {
        margin-top: 30px !important;
    }
    
    #voice {
        background-color: #fff1f1;
        width: 100%;
        padding: 30px 20px;
      }
      #voice ul li.delta {
        display: none;
      }
      #voice ul li.step {
        width: 45%;
        color: #000;
      }
      #voice ul li.step p {
        font-size: 12px;
        text-align: justify;
        margin: 10px 0 40px 0;
        font-feature-settings: 'palt';
      }
	  
	  
	  #reason {
    background-color: none;
    width: 100%;
    padding: 10px;
    }

    #reason div.row{
        max-width: 1180px;
        margin: 0 auto;
    }


#reason .txt_item,#reason .img_item{
        width: 100%;
		padding:10px;
}

    
    #reason div img{
        width: 100%;
    }

#reason div.reason1{
    background:  none;
    width: 100%;
    height: auto;
    margin: 40px auto;
}

#reason div.reason2{
    background:  none;
    width: 100%;
    height: auto;
    margin: 40px auto;
}
#option .img_item {
    width: 90%;
    margin: 0 auto;
  }
  #option .txt_item {
    width: 90%;
    margin: 15px auto;
  }
  #option .txt_item .option_ttl span {
    font-size: 30px;
    color: #000;
    font-weight: 600;
  }
  #option .txt_item .option_ttl {
    font-size: 30px;
    color: #000;
    font-weight: 400;
  }

#reason div.reason3 {
    background:  none;
    width: 100%;
    height: auto;
    margin: 40px auto;
}



#reason div.reason1{
    padding: 20px 0 0 0;
    margin: 0;
}

#reason div.reason2{
    padding: 20px 0 0 0;
}

#reason div.reason3{
    padding: 20px 0 0 0;
}
#reason div.reason4{
    padding: 20px 0 0 0;
}


#reason div.row p.point {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-left: 10px;
}


  #reason p.point span.main {
    font-size: 30px;
    color: #be272d;
    font-weight: 600;
  }
  #reason p.point span.sub {
    font-size: 16px;
    color: #000;
    font-weight: 400;
  }
  #reason div.reason1 div.ttlBox,
  #reason div.reason2 div.ttlBox,
  #reason div.reason3 div.ttlBox {    
    padding: 20px 10px 0 10px;
    margin: 0 auto;
  }  
  #reason p.sentence {
    font-size: 14px;
    color: #393939;
    font-weight: 400;
    text-align: justify;
    max-width: 640px;
    line-height: 1.5em;
    margin-top: 15px;
	padding:5px;
  }


p.comment{
    display: none;
    }
    
    #table03 {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }

    #table03 .fixed {
        position: sticky;
        left: 0;
    }

    #table05 .fixed:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        height: 100%;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
    }
    
     #table03 .pink .fixed  {
         position: sticky;
         left: 0;
background-color: #fff1f1;
    }
     #table03 .white .fixed  {
         position: sticky;
         left: 0;
        background: #fff;
    }
    div#price_table {
        padding:30px 10px;
        margin: auto;
        max-width: 1180px;
      }
      div.tablettl p.title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 10px;
      }
      
.tabs#komikomi table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    table-layout: fixed;
    font-weight: bold;
}
  .table-scroll {
    overflow-x: auto;
  }
  

/*タブ切り替え全体のスタイル*/
.tabs#komikomi {
    margin-top: 50px;
    padding-bottom: 40px;
    width:99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

/*タブのスタイル*/
.tabs#komikomi .tab_item {
    width: 94%;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 10px auto;
}


.tabs#komikomi h4 {
    text-align: justify;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}



.otoku {
    font-size: 16px;
    text-align: center;
    margin: 20px auto 20px auto;
    font-weight: bold;
    color: #ff0000;
}

.otokusub {
    font-size: 12px;
    text-align: center;
    margin-bottom: 80px;
}

.erabudake {
    font-size:18px;
    text-align: center;
    margin: 30px auto;
    font-weight: bold;
    color: #000;
}


.tabs#komikomi table th,
.tabs#komikomi table td {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #aaa;
}



table.priceklist{
    width: 90% !important;
    margin: 50px auto;
}


}


table.priceklist{
    width: 990px;
    margin: 50px auto;
}

table.priceklist tr{
    empty-cells: hide;
}
table.priceklist tr{
    empty-cells: hide;
}

table.priceklist th{
      padding: 10px 20px;
    text-align: center;
    font-weight: bold;
}

table.priceklist th:nth-child(1){
    border: none;    
    background-color: #fff;
}
table.priceklist th:nth-child(2){
    background-image: linear-gradient(299deg, rgba(255, 141, 203, 1), rgba(255, 255, 174, 1) 48%, rgba(146, 241, 255, 1));
    border: 1px solid #cbcbcb;    
    color: #000;
    font-size: 15px;
    font-weight: bold;  
    font-family: 'Noto Sans JP', sans-serif;
   
}table.priceklist th:nth-child(3){
    background-color: #cbcbcb;
    border: 1px solid #cbcbcb;    
    color: #000;
    font-size: 15px;
    font-weight: bold;  
        font-family: 'Noto Sans JP', sans-serif;

}

table.priceklist td{
    padding: 10px;
    text-align: center;
    border: 1px solid #cbcbcb;    
    color: #000;
    font-size: 15px;
    font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.5px;
}
table.priceklist td span{
        color: #000;
    font-size: 12px;
    font-weight: lighter;
    margin-left: 5px;
        font-family: 'Noto Sans JP', sans-serif;
}


table.priceklist td.glay{
    padding: 10px;
    text-align: center;
    border: 1px solid #cbcbcb;
    background-color:  #f9f8f8;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.5px;
}


    .step12{
  display: block;
  margin: 20px 0 0 20px;
}
    
.stepbar-flex {
    padding: 0;
    width: 100%;
}

    div#content_area .stepbar-flex ol{
        margin: 0 auto;
    }
    
.stepbar {
    display: flex;
    position: relative;
    padding: 0;
    text-align: center;
    flex-wrap: wrap;
}

.stepbar li {
    width: 142px;
    list-style: none;
    padding-left: 20px;
    position: relative;
}
    
    div#content_area .stepbar li p{
    font-size: 11px;
  text-align: justify;
  margin: 10px 0 0 0;
  font-feature-settings: "palt";
        
    }
    
.stepbar li img{
    width: 100%;
}

.stepbar li:after {
    background-color: #BDBDBD;
    content: "";
    height: 6px;
    left: 0px;
    position: absolute;
    top: 50px;
    width: 20px;
}
    


.stepbar li:first-child:after {
    display: none;
}
    
    .stepbar-flex ol{
        margin: 10px auto;
    }
    
                #scene .row {
  width: 1080px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#scene .row div{
  width: 31%;
  text-align: center;
}
#scene .row div p.corp{
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px auto;
}
#scene .row div p.corp{
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px auto;
}
#scene .row div p.corp span{ 
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 10px auto;
  color: rgb(102, 102, 102);
}

#scene .row div img{
  width: 100%;
}