/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* FONT-SIZE
-------------------------------------*/
@media screen and (max-width: 480px) {
    html {
        font-size: 4.0vw !important;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    html {
        font-size: 2.0vw !important;
    }
}
@media screen and (min-width: 768px) {
    html {
        font-size: 16px !important;
    }
}

html {
    /*    font-size: 62.5%;*/
}
body {
    /* font-size: 1.6em; */
    line-height: 1.8;
    letter-spacing: 0.04rem;
}
img {
	max-width:100%;
	height: auto;
}
a {
    display:block;
    text-decoration: underline;
    color: #fff;
}
a:hover { 
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    color: #fff;
}

/* コンテンツエリア
-------------------------------------*/
.justify-content-between {
    background: #fff;
    margin-top: 20px;
}
p {
    margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
    p {
        font-size: 16px;
    }
    ul li {
        font-size: 16px;
    }
    .mokuzi-list li{
        font-size: 13px;
    }
}
p span {
    font-weight: bold;
}
p.cap {
    font-size: 12px;
    margin: 20px 0 30px;
}
.point-line {
    background: linear-gradient(transparent 60%, #fadb5f 10%);
}
.pink {
    color: #ff1493;
}
.red {
    color: #f64647;
}
.mt10 {
    margin-top: 10px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.strong {
    font-weight: bold;
    font-size: 1.2em;
}
.fs-l {
    font-weight: bold;
    font-size: 1.4em;
}
@media screen and (max-width: 750px) {
    .fs-l {
        font-size: 1.35em;
    }
}
.fs-ll {
    font-weight: bold;
    font-size: 1.6em;
}
@media screen and (max-width: 750px) {
    .fs-ll {
        font-size: 1.45em;
    }
}
ul.check {
    background: #f2f2f2;
    padding: 1.2rem!important;
    margin-bottom: 30px;
}
ul.check li{
    list-style: none;
}
.ac {
    text-align: center;
}
.marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.fs-s {
    font-size: 0.8em;
}
.fs20 {
    font-size: 20px;
}
.bold {
    font-weight: bold;
}
h1 {
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 0px 5px #888;
    margin-bottom: 180px;
    z-index: 100;
}
h1 span {
    background: #e38a32;
    font-size: 45px;
    padding: 5px 12px;
    color: #fff;
    text-shadow: none;
    line-height: 2em;
}
h1 br.sp {
    display: none;
}
@media screen and (max-width: 750px) { 
    h1 {
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 750px) {
    h1 {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 610px) {
    h1 {
        font-size: 20px;
    }
    h1 span{
        font-size: 30px;
    }
}
@media screen and (max-width: 414px) {
    h1 {
        font-size: 18px;
        margin-bottom: 40px;
    }
    h1 span{
        font-size: 25px;
    }
    h1 br.sp {
    display: block;
    }
}
@media screen and (max-width: 320px) {
    h1 span{
        font-size: 22px;
    }
}
@media screen and (max-width: 375px) {
    h1 {
        margin-bottom: 30px;
    }
}@media screen and (max-width: 320px) {
    h1 {
        margin-bottom: 20px;
    }
}
h2 {
    color: #e38a32;
    line-height: 1.6;
    margin: 40px 0 30px;
    font-weight: bold;
    border-bottom: solid #e38a32;
    font-size: 24px;
}
@media screen and (max-width: 750px) {
    h2 {
        font-size: 22px;
    }
}
h3 {
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: bold;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    color: #a8825b;
}
h5 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: dashed 2px #e38a32;
    margin: 20px 0 20px;
    display: inline-block;
    padding-bottom: 5px;
}

p strong {
    background: linear-gradient(transparent 60%, yellow 60%);
    font-size: 1.2rem;
}
p strong.add_text-highlight {
    background: none;
}
p strong.add_text-highlight > strong {
    background: none;
    line-height: 1;
}
.styling {
    margin: 50px 0 10px;
}
.styling p {
    font-weight: bold;
    margin-bottom: 10px;
}
.styling img {
    margin-bottom: 30px;
}
.add_zIndex100 {
    z-index: 100;
}
.add_spacing-shorten {
    letter-spacing: -1px;
}
.add_color-purple {
    color: #70319e;
}
.add_color-blue {
    color: #4672c2;
}
.add_bg-color-yellow {
    background: #fff2ce;
}
.add_color-white {
    color: #ffffff;
}
.add_color-red {
    color: #f64647;
}
.add_color-blue {
    color: #85b1bb;
}
.add_bg-color-blue {
    background: #85b1bb !important;
}
.add_bg-color-pale {
    background: #acb9c9;
}
.add_bg-color_body {
    background: #ffffff;
}
.add_bg-color-yellow {
    background: #f2f2f2;
}
.add_bg-color-yellow2 {
    background: #808080;
}
.add_bg-color-white {
    background: #ffffff;
}

@media screen and (min-width:481px){
    .add_bg-block-contain {;
        background-size: contain !important;
    }
    .add_bg-block {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;
    }
    .add_main_img-contain .w-75 {
        width: 50% !important;
    }
}
@media screen and (max-width:480px){
    .add_bg-block {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;
    }
}

.add_bg-block::before {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.add_bg-block-bkwht {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.add_lh-120{line-height:1.2}
.add_lh-130{line-height:1.3}
.add_lh-140{line-height:1.4}
.add_lh-150{line-height:1.5}
.add_lh-200{line-height:2.0}

.add_text-stroke01 {
    text-shadow: 
    white 1px 1px 0, white -1px -1px 0,
    white -1px 1px 0, white 1px -1px 0,
    white 0px 1px 0, white  -1px 0,
    white -1px 0 0, white 1px 0 0;
}

.add_text-stroke02 {
    text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

.add_table{
    border: 0px !important 
}
.add_table-headline{
    border-bottom: 3px solid #d9d9d9;
}
.add_table-headline td{
 padding: 1.2rem 0 0.2rem 0 !important;
 font-size:1.2rem;
 font-weight: 600;
}
.add_table-block table td {
    width: 33%;
    border: 0px solid #d9d9d9;
    border-left: 0px solid #d9d9d9;
    border-right: 0px solid #d9d9d9;
}
.add_table-block table p {
    line-height: 1.4;
    margin-bottom: .5rem;
}
.add_table-block table strong {
    font-size: 1.1rem;
    background: none;
}
.add_table-block .add_btn-link {
    padding: 0.8rem 0;
}

@media screen and (min-width:767px){
    .add_table tr td{
        padding:0.8rem 1.2rem;
    }
}

.add_item-block ul {
    margin: 0;
    padding: 0;
}
.add_item-block li {
    list-style: none;
    font-weight: bold;
    position: relative;
    padding-left: 2rem;
    margin-bottom: .5rem;
}
.add_item-block li:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: .7rem;
    height: 1.5rem;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}
.add_btn-link {
    color: #fff;
    font-weight: bold;
    border-radius: .5rem;
    padding: 1.3rem 0;
    font-size: 1.2rem;
    text-decoration: none;
    line-height: 1.3em;
    background: #f64647;
}
.add_btn-link:hover {
    color: #fff;
    text-decoration: none;
}

/* img
-------------------------------------*/
.add_add_img-cover {
    position: absolute;
    width: 100%;
    text-align: center;
}
.add_main_img-contain {
    background-image: url(../img/kv02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}



.add_main_img-contain::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.add_mainimg {
    background-image: url(../img/kv.png);
    min-height: 15rem;
    position: relative;
}

.add_mainimg::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}


@media screen and (min-width: 481px) and (max-width:1024px){
    .add_mainimg {
        height: 32rem;
    }
}
@media screen and (min-width: 1025px) {
    .add_mainimg {
        height: 36rem;
    }
}
@media screen and (max-width:480px){   
    .add_img-bg {
        min-height: 16rem;
    }
}
@media screen and (min-width: 481px) and (max-width:960px){   
    .add_img-bg {
        min-height: 22rem;
    }
}
@media screen and (min-width: 961px) and (max-width:1440px){   
    .add_img-bg {
        min-height: 24rem;
    }
}
@media screen and (min-width: 1441px) and (max-width:1600px){   
    .add_img-bg {
        min-height: 28rem;
    }
}
@media screen and (min-width: 1601px) and (max-width:1920px){   
    .add_img-bg {
        min-height: 32rem;
    }
}
@media screen and (min-width: 1921px) {   
    .add_img-bg {
        min-height: 36rem;
    }
}
.add_logo_img{max-width: 200px;width: 100%;}

.add_mx-minus15px{
	margin: 0 -15px;
}
@media screen and (min-width: 581px) {
    .add_mx-sm-minus3rem{
       margin: 0 -3rem;
   }
}
@media screen and (min-width:767px){
    .add_o-position-sticky{
      position: fixed;
      top: 40vh;
  }
}
.add_spec dd{
    background-color: #fafafa;
}
.add_headlines{
    border-bottom-width: thick;
    border-bottom: solid;
    border-bottom-color: #e38a32;
    color: #e38a32;
}
.add_highlight{
    background: linear-gradient(transparent 60%, yellow 60%);
}
.add_position-sticky{
    /* position: -webkit-sticky; */
    /* position: sticky; */
    top: 0;
}
.check-list {
    background: #f5f1ed;
    padding: 20px 30px 15px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    .check-list {
        padding: 20px 20px 10px;
    }
}
.check-list ul {
    margin:0;
    padding:0;
}
.check-list ul li {
    margin:0;
    padding:0;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.check-list ul li:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 15px;
    border-right: 4px solid #A6896B;
    border-bottom: 4px solid #A6896B;
}
.check-list ul li a {
    margin-left:5px;
    display:inline-block;
    color:#333333;
}

.check-list h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.check-list p{
    margin-bottom: 10px;
    font-weight: normal;
}

.mokuzi-list {
    background: #f5f1ed;
    padding: 20px 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .mokuzi-list {
        padding: 20px;
    }
}
.mokuzi-list ul {
margin:0;
padding:0;
}
.mokuzi-list ul li {
margin:0;
padding:0;
list-style-type: none;
}
.mokuzi-list ul li:before {
display:inline-block;
content:"▶";
}
.mokuzi-list ul li.no-line:before {
content: none;
}
.mokuzi-list ul li.no-line {
padding-left: 1em;
}
.mokuzi-list ul li a {
margin-left:5px;
display:inline-block;
color:#333333;
}
.point-box {
    background: #f5f1ed;
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .point-box {
        padding: 20px;
    }
}
.point-box h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.point-box p{
    margin-bottom: 0;
}
.point-box p.arrow {
    font-size: 20px;
}