@charset "utf-8";

main {
    color: #222;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 750px) {
    main {
        font-size: 13px;
    }

    p {
        font-size: 13px !important;
    }
}

main a {
    color: #2a90cd;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline;
    word-wrap: break-word;
    width: 100%;
}

.tar {
    text-align: right;
}

.sub_block h2 {
    width: 100%;
    letter-spacing: .03em;
}

@media only screen and (min-width: 751px) {
    .for-sp {
        display: none;
    }
}

.post {
    width: 37.5rem;
    margin: 0 auto 0;
}

.post .border {
    border: 1px solid #93D500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}
  
.post .border:not(:first-child) {
    margin-top: 30px;
}
  
.post .border:not(:last-child) {
    margin-bottom: 30px;
}

.heading h1:nth-of-type(2) {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
}

.post .margin-style:not(:first-child), .post .box:not(:first-child) {
    margin-top: 30px;
}
  
.post .margin-style:not(:last-child), .post .box:not(:last-child) {
    margin-bottom: 30px;
}
  
.post .list-style > li > p:not(:first-child), .post ol > li > p:not(:first-child), .post ul > li > p:not(:first-child), .post .list-style > li > ol:not(:first-child), .post ol > li > ol:not(:first-child), .post ul > li > ol:not(:first-child), .post .list-style > li > ul:not(:first-child), .post ol > li > ul:not(:first-child), .post ul > li > ul:not(:first-child) {
    margin-top: 15px;
}
  
.post .list-style > li > p:not(:last-child), .post ol > li > p:not(:last-child), .post ul > li > p:not(:last-child), .post .list-style > li > ol:not(:last-child), .post ol > li > ol:not(:last-child), .post ul > li > ol:not(:last-child), .post .list-style > li > ul:not(:last-child), .post ol > li > ul:not(:last-child), .post ul > li > ul:not(:last-child) {
    margin-bottom: 15px;
}
  
.post ul:not(:last-child) {
    margin-bottom: 30px;
}
  
.post ul > li {
    list-style-type: none;
    text-indent: -1em;
    padding-left: 1em;
}
  
.post ul > li:before {
    content: "\0030fb";
    margin-right: 0.5em;
}
  
.post ol {
    padding-left: 1.5em;
}
  
.post ol:not(:last-child) {
    margin-bottom: 30px;
}
  
.post ol > li {
    list-style-type: decimal;
}
  
.post ol > li:not(:last-child) {
    margin-bottom: 5px;
}
  
.post ol > li:last-child {
    padding-bottom: 0;
}
  
.post ol.list-02 {
    padding-left: 0;
}
  
.post ol.list-02 > li {
    list-style-type: none;
    text-indent: -1.5em;
    padding-left: 1.5em;
    counter-increment: number;
}
  
.post ol.list-02 > li:before {
    content: counter(number) ")";
    margin-right: 0.5em;
}
  
.post ol.list-02 > li > * {
    text-indent: 0;
    padding-left: 1.5em;
}
  
.post strong {
    font-weight: bold;
}
  
.post em {
    font-style: italic;
}
  
.post del {
    text-decoration: line-through;
    color: #686868;
}
  
.post blockquote {
    display: block;
    padding: 40px;
    background-color: #F8F8F8;
    color: #686868;
    clear: both;
    position: relative;
}
  
.post blockquote:before, .post blockquote:after {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 25px;
    background: no-repeat center;
    pointer-events: none;
}
  
.post blockquote:before {
    background-image: url(../img/common/icon-blockquote_01.svg);
    left: 15px;
    top: -10px;
}
  
.post blockquote:after {
    background-image: url(../img/common/icon-blockquote_02.svg);
    right: 15px;
    bottom: -10px;
}
  
.post blockquote:not(:first-child) {
    margin-top: 30px;
}
  
.post blockquote:not(:last-child) {
    margin-bottom: 30px;
}
  
.post blockquote.simple {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 16px;
}
  
.post blockquote.simple:before, .post blockquote.simple:after {
    display: none;
}
  
.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
    line-height: 1.3;
    letter-spacing: 0.1em;
}
  
.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
    margin-top: 30px;
}
  
.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
    margin-bottom: 15px;
}
  
.post h1 {
    font-size: 27px;
    font-size: 1.9285714286rem;
    font-weight: bold;
}
  
.post h2 {
    display: -moz-inline-box;
    display: inline-block;
    border-top: 2px solid #93D500;
    border-bottom: 2px solid #93D500;
    line-height: 1.3;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: 500;
    color: #009200;
}
  
.post h3 {
    font-size: 18px;
    font-weight: 500;
    border-left: 3px solid #93D500;
    padding-left: 10px;
}

@media only screen and (max-width: 750px) {
    .post h3 {
        font-size: 16px;
    }
}
  
.post h4 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: 500;
    display: -moz-inline-box;
    display: inline-block;
    border-bottom: 2px dotted #93D500;
}
  
.post h5 {
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 750px) {
    .post h5 {
        font-size: 14px;
    }
}
  
.post iframe {
    max-width: 100%;
}
  
.post .aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  
.post .aligncenter:not(:first-child) {
    margin-top: 30px;
}
  
.post .aligncenter:not(:last-child) {
    margin-bottom: 30px;
}
  
.post .alignright {
    text-align: right;
    float: right;
    display: block;
    margin: 0 0 10px 15px;
}
  
.post .alignleft {
    text-align: left;
    float: left;
    margin: 0 15px 10px 0;
}
  
.post .wp-caption {
    max-width: 100%;
}
  
.post .wp-caption-text {
    color: #949494;
    font-size: 12px;
    font-size: 0.8571428571rem;
}
  
.post .wp-caption:not(:last-child) {
    margin-bottom: 30px;
}
  
.post p:not(:last-child) {
    margin-bottom: 15px;
}
  
.post p a {
    text-decoration: underline;
}
  
.post p a:hover {
    text-decoration: none;
}
  
.post .scroll-block .inside {
    min-width: 600px;
}
  
.post .scroll-block:not(:last-child) {
    margin-bottom: 30px;
}
  
.post table:not(:last-child) {
    margin-bottom: 30px;
}
  
.post table td p:not(:last-child) {
    margin-bottom: 10px;
}
  
.post cite {
    border: 1px solid #EDEDED;
    margin-top: 15px;
    padding: 10px;
    display: -moz-inline-box;
    display: inline-block;
}
  
.post cite:before, .post cite:after {
    content: "\00201d";
}
  
.post small {
    font-size: 12px;
    font-size: 0.8571428571rem;
}
  
.post .border {
    border: 1px solid #93D500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}
  
.post .border:not(:first-child) {
    margin-top: 30px;
}
  
.post .border:not(:last-child) {
    margin-bottom: 30px;
}
  
.post .tel {
    text-decoration: none;
    color: #009200;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-size: 1.3571428571rem;
    font-weight: bold;
}
  
.post .box {
    background: #EAF8C5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 24px;
}
  
.post .box h3 {
    border-left: none;
    border-bottom: 1px solid #009200;
    color: #009200;
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding-left: 0;
    padding-bottom: 5px;
}
  
.post .box h3:not(:first-child) {
    margin-top: 16px;
}
  
.post .box h4 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    border-bottom: none;
    display: block;
}
  
.post .box h4:not(:last-child) {
    margin-bottom: 10px;
}
  
.post .box h4:not(:first-child) {
    margin-top: 16px;
}
  
.post .box ul:not(:last-child) {
    margin-bottom: 16px;
}
  
.post .box ul + h4:not(:first-child) {
    margin-top: 0;
}
  
.post .video-container {
    max-width: 640px;
    margin: 30px auto 0;
}
  
.post .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
  
.post .video iframe, .post .video object, .post .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 700px) {
    .post .alignright {
      max-width: 160px;
      height: auto;
      margin: 0 0 10px 10px;
    }

    .post .alignleft {
      max-width: 160px;
      height: auto;
      margin: 0 10px 10px 0;
    }
}
  
.post:after {
    clear: both;
    display: block;
    content: '';
}