﻿@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: #232323;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #f78f00} /* メインカラー */
.txt_color2{color: #1e4e8d} /* サブカラー */
.txt_color3{color: #f6f4eb} /* アクセントカラー1 */
.txt_color4{color: #e4e4e4} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #f78f00} /* メインカラー */
.bg_color2{background-color: #1e4e8d} /* サブカラー */
.bg_color3{background-color: #F6F4EC} /* アクセントカラー1 */
.bg_color4{background-color: #e4e4e4} /* アクセントカラー2 */

.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #f78f00}
.border_color2{border-color: #2b71cd}
.border_color3{border-color: #f6f4eb}
.border_color4{border-color: #e4e4e4}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #232323;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #f78f00} /* メインカラー */
.hvr_txt_color2:hover{color: #1e4e8d} /* サブカラー */
.hvr_txt_color3:hover{color: #f6f4eb} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #e4e4e4} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #f78f00} /* メインカラー */
.hvr_bg_color2:hover{background-color: #1e4e8d} /* サブカラー */
.hvr_bg_color3:hover{background-color: #f6f4eb} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #e4e4e4} /* アクセントカラー2 */

.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #f78f00}
.hvr_border_color2:hover{border-color: #1e4e8d}
.hvr_border_color3:hover{border-color: #f6f4eb}
.hvr_border_color4:hover{border-color: #e4e4e4}


.fixbnr {
    z-index: 2;
    right: 30px;
    bottom: 40px;
    width: 260px;
}

@media screen and (max-width: 414px){
.fixbnr {
    z-index: 2;
    right: 30px;
    bottom: 40px;
    width: 100px;
}}

@media screen and (max-width: 375px){
.fixbnr {
    z-index: 2;
    right: 30px;
    bottom: 40px;
    width: 100px;
}
    
}

h1 img{
    
    width: 120%;
  
}

.attach_txt {
    font-family: 'Kiwi Maru';
 
}



.illustrat{
    vertical-align: bottom;
    /* width: 40%; */
    height: auto;
    /* position: relative; */
    position: absolute;
    /* z-index: 1; */
    /* right: 30%; */
    background-repeat: no-repeat;
    /* bottom: 7%; */
    top: -28%;
}

@media screen and (max-width: 414px){
.illustrat{
    vertical-align: bottom;
    /* width: 40%; */
    height: auto;
    /* position: relative; */
    position: absolute;
    /* z-index: 1; */
    /* right: 30%; */
    background-repeat: no-repeat;
    /* bottom: 7%; */
    top: -17%;
}}


#cms_6-b .cate_title {
    color: #222;
}

@media screen and (max-width: 768px){
.illustrat {
    vertical-align: bottom;
    /* width: 40%; */
    height: auto;
    /* position: relative; */
    position: absolute;
    /* z-index: 1; */
    /* right: 30%; */
    background-repeat: no-repeat;
    /* bottom: 7%; */
    top: -17%;
}}


.info_txt_wrap{
    background-color: white;
}

@media screen and (max-width: 820px){
.fixbnr {
    z-index: 2;
    right: 30px;
    bottom: 54%;
    width: 170px;
}
    
#attach h2{
    font-size: 34px;
}
    
}


.sample {
    z-index: 2;
    position: absolute;
    /* top: 36%; */
    left: 2%;
    bottom: -1%;
    width: 95%;
}


@media screen and (max-width: 820px){
.sample {
    z-index: 2;
    position: absolute;
    /* top: 36%; */
    left: -9%;
    bottom: -1%;
    width: 121%;
}}

@media screen and (max-width: 768px){
.sample {
    z-index: 2;
   position: absolute;
    /* top: 36%; */
    left: 4%;
    bottom:0%;
    width: 78%;
}}

@media screen and (max-width: 414px){
.sample {
    z-index: 2;
    position: absolute;
    /* top: 36%; */
    left: -4%;
    bottom: 0%;
    width: 78%;
}}



@media screen and (max-width: 375px){
.sample {
    z-index: 2;
   position: absolute;

    /* top: 36%; */
    left: -2%;
    bottom: 7%;
    width: 74%;
}}
@media screen and (max-width: 414px){
.fixbnr {
    z-index: 2;
    right: 30px;
    bottom: 1%;
    width: 170px;
}}
@media screen and (max-width: 768px){
.fixbnr {
    z-index: 2;
    right: 30px;
    bottom: 1%;
    width: 170px;
}}


@media screen and (max-width: 375px){
.fixbnr {
    z-index: 2;
    right: 30px;
    bottom: 1%;
    width: 151px;
}
    
#attach h2 {
    font-size: 25px;
}
}