@charset "UTF-8";

html {
}
@media screen and (max-width: 768px) {
    html {
    }
    body.fixed {
        position: fixed;
        height: 100%;
        left: 0;
        width: 100%;
        top: 0;
    }
    body{
         -webkit-text-size-adjust: 100%;
    }
}



/* ----------------------------------------------------------------------------------------------------
* 　sec共通
* --------------------------------------------------------------------------------------------------*/
.sec{
    position: relative;
    z-index: 0;
}

.mid1{
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 70px;
    color: #000;
}
.mid1 span{
    position: relative;
    font-weight: 900;
    font-size: 4.6rem;
    letter-spacing: .05em;
    display: inline-block;
    padding-bottom: 10px;    
}
.mid1 span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);    
    bottom: 0;
}

@media screen and (min-width: 769px) {
    .sec{
        overflow-x: hidden;
    }

}

@media screen and (max-width: 768px) {       
    .mid1{
        margin-bottom: 20px;
    }
    .mid1 span{
        font-size: 2.4rem;
        display: inline-block;
        padding-bottom: 10px;    
    }
    .mid1 span:after{
    }

}



/* ----------------------------------------------------------------------------------------------------
* 　cv
* --------------------------------------------------------------------------------------------------*/
.cvbox{
    padding: 36px 0;
    text-align: center;
    position: relative;
    z-index: 0;
    background: #fafaf9;
}
.cvbox .ttl{
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.cv_btns{
    padding-left: 70px;
    text-align: center;
}
.cv_btns li{
    display: inline-block;
    vertical-align: middle;
}
/*mon*/
.cv_btns li{
    position: relative;
}
.cv_btns li:nth-child(1),
.cv_btns li:nth-child(2){
    margin-right: 20px;
}
.cv_btns li:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    bottom: -6px;
    z-index: -5;
    transition: 0.3s;
    
}

.cv_btns li:nth-child(1):after{
    
    background: #ad3638; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #ad3638 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #ad3638 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #ad3638 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #ad3638 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #ad3638 5px),
            -ms-linear-gradient(135deg, transparent 5px, #ad3638 5px),
            -ms-linear-gradient(225deg, transparent 5px, #ad3638 5px),
            -ms-linear-gradient(315deg, transparent 5px, #ad3638 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    
}
.cv_btns li:nth-child(2):after{
    background: #366d8b; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #366d8b 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #366d8b 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #366d8b 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #366d8b 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #366d8b 5px),
            -ms-linear-gradient(135deg, transparent 5px, #366d8b 5px),
            -ms-linear-gradient(225deg, transparent 5px, #366d8b 5px),
            -ms-linear-gradient(315deg, transparent 5px, #366d8b 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.cv_btns li:nth-child(1):before{
    content: "";
    display: block;
    position: absolute;
    background: #ad3638;
    width: 10px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    z-index: -2;
}
.cv_btns li:nth-child(2):before{
    content: "";
    display: block;
    position: absolute;
    background: #366d8b;
    width: 10px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    z-index: -2;
}

/*mon*/
.cvbtn{
    color: #fff;
    padding: 15px 5px 12px 70px;
    line-height: 1;
    position: relative;
    font-weight: 700;
    font-size: 2.1rem;
    width: 340px;
    display: block;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: 0.3s;
}
.cvbtn:hover{
    opacity: 1;
    transform: translateY(6px);
}
.cvbtn span{
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.cvbtn img{
    position: absolute;
    left:18px;
    top: 50%;
    transform: translateY(-50%);    
}

.cvbtn1{
    background: #ED565A; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #ED565A 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -ms-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(315deg, transparent 5px, #ED565A 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.cvbtn1:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #ED565A;
    z-index: -1;
}
.cvbtn1:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -3px;
    background: #ED565A;
    z-index: -1;
}
.cvbtn1 img{
    width: 36px;
}
.cvbtn2{
    padding: 26px 5px 26px 60px;
    background: #549cbe; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #549cbe 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -ms-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -ms-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -ms-linear-gradient(315deg, transparent 5px, #549cbe 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    position: relative; 
}
.cvbtn2:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #549cbe;
    z-index: -1;
}
.cvbtn2:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -3px;
    background: #549cbe;
    z-index: -1;
}
.cvbtn2 img{
    width: 30px;
}


.cv_tel p{
    font-size: 4.3rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 10px;
    color: #000;
}
.cv_tel img{
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.cv_tel table{

}
.cv_tel th{
    vertical-align: middle;
    border-right: 1px solid #ddd;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-right: 18px;
    color: #000;
}
.cv_tel td{
    padding-left: 8px;
    line-height: 1.4;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-indent: 0.5em;
    color: #000;
}

.cv_amazon{
    position: absolute;
    top: -80px;
    left: 80px;
    width: 180px;

}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 769px) and (max-width: 1278px){
    .cv_btns{
        padding-left: 100px;
    }
    .cv_amazon{
    }

}
@media screen and (max-width: 768px) {
    .cvbox{
        padding: 20px 0 10px;
    }
    .cvbox .ttl{
        font-size: 1.6rem;
        margin-bottom: 15px;
        /* padding-left: 40px; */
    }
    .cv_btns{
        padding-left: 0px;
    }		
    .cv_btns li:nth-child(1), .cv_btns li:nth-child(2){		
        margin: auto;
    }
    .cv_btns li{
        margin-top: 10px;
        display: block;
        text-align: center;
    }
    .cv_btns li:after{		
        min-width: 310px;		
        margin: auto;		
        width: calc(80% - 20px);		
    }
    .cv_btns li:hover:after{
        content: none;
    }		
    .cvbtn{
        padding: 10px 5px 7px 50px;
        /* width: 300px; */
        min-width: 310px;
        width: calc(80% - 20px);
        margin :0 auto 10px;
        font-size: 2rem;
    }
    .cvbtn span{
        font-size: 10px;
        letter-spacing: 0.05em;
    }
    .cvbtn img{
        left:16px;
    }

    .cvbtn1 img{
        width: 30px;
    }
    .cvbtn2{
        padding: 20px 5px 20px 50px;
    }
    .cvbtn2 img{
        width: 26px;
        left: 20px;
    }

    .cv_tel{
        padding-top: 0;
    }
    .cv_tel p{
        text-align: center;
        font-size: 3.6rem;
        padding-bottom: 4px;
    }
    .cv_tel img{
        width: 24px;
        margin-top: -4px;
    }
    .cv_tel table{
        margin: 0 auto;
        width: 260px;
    }
    .cv_tel th{
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        padding-right: 8px;
    }
    .cv_tel td{
        font-size: 1.2rem;
    }

    .cv_amazon{
        top: -37px;
        left: 0;
        margin-left: 0;
        width: 85px;

    }
}


/*----------
cv2
----------*/
.cvbox2{
    position: relative;
    padding: 35px 0 38px 120px;

}
.cvbox2 .txt{
    position: relative;
    width: 880px;
    margin: 0 auto;
    margin-bottom: 28px; 
    border: 4px solid #000;
    background: #fff;
    font-size: 5.4rem;
    font-weight: 900;
    text-align: center;
    line-height: 97px;
}
.cvbox2 .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -39px;
  margin-top: -16px;
  border: 16px solid transparent;
  border-right: 28px solid #FFF;
  z-index: 2;
}

.cvbox2 .txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -48px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-right: 30px solid #000;
  z-index: 1;
}

.cvbox2 .txt2{
    background: #ffcf07;
}
.cvbox2 .txt2:before{
  border-right: 28px solid #ffcf07;    
}
.cvbox2 .cvbtn{
    margin: 0 auto;
    width: 578px;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    padding: 10px 0 10px 45px;
    line-height: 1.6;
    transition: 0.3s;
}		
.cvbox2 .cv_btns li{		
    transition: 0.3s;		
}		
.cvbox2 .cv_btns .cvbtn:hover{		
    transform: translateY(6px);		
}		
.cvbox2 .cvbtn br{display: none;
}		
.cvbox2 .cvbtn span{		
    font-size: 13px;		
    display: block;		
}
.cvbox2 .cvbtn img{
    width: 42px;
    left: 32px;
}
.cvbox2 .cv2_ph{
    position: absolute;
    width: 392px;
    bottom: 0;
    left: -82px;
    z-index: -1;
}
@media screen and (min-width: 769px) {


}
@media screen and (max-width: 768px) {
    .cvbox2{
        padding: 18px 0 20px 0;
    }
    .cvbox2 .cv_btns li{		
        		
    }		
    .cvbox2 .cv_btns li a.cvbtn{		
        font-size: 1.6rem;		
        padding: 15px 5px 15px 45px;		
        line-height: 1.5;		
    }		
    .cvbox2 .cv_btns li:nth-child(1):after{		
        margin: 0 auto 0 100px;		
        min-width: 0;		
        width: calc(80% - 40px);		
    }		
    .cvbox2 .cv_btns li .cvbtn span{		
        font-size: 10px;		
    }
    .cvbox2 .txt{
        width: 100%;
        margin-bottom: 18px; 
        font-size: 1.8rem;
        line-height: 40px;
        z-index: -1;
    }
    
    .cvbox2 .txt:before {
        top: auto;
        bottom: -22px;
        left: 60px;
        margin-top: 0;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
    }

    .cvbox2 .txt:after {
        top: auto;
        bottom: -28px;
        left: 58px;
        margin-top: 0;
        border: 14px solid transparent;
        border-top: 12px solid #000;
    }

    .cvbox2 .txt2:before{
        border: 12px solid transparent;
        border-top: 12px solid #ffcf07;    
    }
    .cvbox2 .cvbtn{
        margin: 0 auto 0 100px;
        min-width: 1px;
        width: calc(80% - 40px);
        line-height: 50px;
        font-size: 2rem;
        letter-spacing: 0.1em;
        padding: 0 0 0 30px;
        text-align: center;
    }
    .cvbox2 .cvbtn img{
        width: 26px;
        left: 10px;
    }
    .cvbox2 .cv2_ph{
        width: 140px;
        left: -30px;
    }
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
    position: absolute;
    padding-top: 10px;
    z-index: 999;
}


header .logo{
    float: left;
}
header .logo img {
    width: 320px;
    vertical-align: middle;
}
header .logo img.logo2{
    width: 56px;
    margin-left: 12px;
}
header .logo img.logo3{
    width: 80px;
    margin-left: 12px;
}


@media screen and (min-width: 769px) {
    header{
        min-width: 1200px;
    }
    header .head1{
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.05));
    }
    header .head1 ul.cv_btns{
        float: right;
        padding-left: 0;
    }
    header .head1 ul li{
    }


    header .cvbtn{
        padding: 7px 0px 14px 47px;
        font-size: 1.7rem;
        width: 218px;
        margin-right: 8px;
        letter-spacing: 0.02em;
    }
    header .cv_btns li:nth-child(1),		
    header .cv_btns li:nth-child(2) {		
        margin-right: 0;		
    }
    header .cv_btns li:nth-child(1):before,
    header .cv_btns li:nth-child(2):before{
        content: none;
    }
    header .cvbtn:hover{		
        margin-bottom:0;		
    }		
    header .cv_btns li:after{		
        content: none;		
    }
    header .cvbtn span{
        font-size: 1.1rem;
        line-height: 1;
        display: inline-block;
        padding-bottom: 5px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    header .cvbtn img{
        left:13px;
    }

    header .cvbtn1 img{
        width: 28px;
    }
    header .cvbtn2 img{
        width: 26px;
    }

    header .cv_tel{
        padding-left: 8px;
    }
    header .cv_tel p{
        font-size: 3rem;
        letter-spacing: 0.1em;
        padding-bottom: 2px;
        line-height: 1;
        color: #000;
    }
    header .cv_tel img{
        width: 17px;
        margin-right: 8px;
    }
    header .cv_tel table{

    }
    header .cv_tel th{
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        padding-right: 10px;
        color: #000;
    }
    header .cv_tel td{
        padding-left: 8px;
        font-size: 1rem;
        letter-spacing: 0.1em;
        text-indent: 0.5em;
        color: #000;
    }
    .head_nav{
        margin-top: 6px;

    }
    .head_nav li{
        display: inline-block;
        width: 236px;
        vertical-align: top;
    }
    .head_nav li+li{
        margin-left: 5px;
    }
    .head_nav a{
        display: block;
        width: 100%;
        height: 50px;
        vertical-align: middle;
        text-align: center;
        background: #fff;
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.05));
        position: relative;
        font-weight: 700;
        line-height: 1.3;
        padding-top: 15px;
        color: #000;
    }
    .head_nav a:after{
        content: "";
        display: block;
        position: absolute;
        bottom: -12px;
        right: 50%;
        border: 6px solid transparent;
        border-top: 6px solid #fff;
        z-index: 2;
    }
    .head_nav li:nth-child(3) a{
        padding-top: 6px;
    }

}

@media screen and (max-width: 768px) {
    header {
        padding-top: 5px;
        background: #fff;
        position: static;
        height: 55px;
    }
    header .head1{
        padding: 5px 0;
    }
    header .logo{
    }
    header .logo img {
        width: 190px;
    }
    header .logo img.logo2{
        width: 24px;
        margin-left: 7px;
        margin-top: 6px;
    }
    header .logo img.logo3{
        width: 38px;
        margin-left: 7px;
        margin-top: 6px;
    }
}
/*----スマホ_menu---*/
#menu_sp{
   display: none;
}
@media screen and (max-width: 768px) {
    #menu_sp{
        position: absolute;
        width: 100%;
        height: calc(100vh - 55px);
        background: #fff;
        z-index: 999;
        top: 55px;
        overflow-y: scroll;
        padding-bottom: 20px;
    }
    #menu_sp .cv_btns .cvbtn {		
        padding: 2px 5px 8px 60px;		
    }		
    #menu_sp .cv_btns li:after {		
        content: none;		
    }
    #menu_sp .cvbtn img{
        width: 24px;
    }
    #menu_sp .cvbtn2 img{
         width: 20px;
         left: 18px;
    }
    /* #menu_sp .cvbtn{
        padding: 1px 5px 5px 40px;
        font-size: 1.5rem;
    } */
    #menu_sp .cvbtn{
        width: calc(100% - 20px);
    }
    #menu_sp .cvbtn span{
        font-size: 1rem;
    }
    #menu_sp .cv_tel p{
        font-size: 3rem;
    }
    #menu_sp .cv_tel p img{
        width: 20px;        
    }
    #menu_sp .cv_tel table{
        width: 220px;
    }
    #menu_sp .cv_tel th{
        font-size: 1.1rem;
        
    }
    #menu_sp .cv_tel td{
        font-size: 1rem;
    }

    #menu_sp .head_nav{
        border-top: 1px solid #ddd;
        margin-bottom: 20px;
    }
    #menu_sp .head_nav li{
        border-bottom: 1px solid #ddd;
    }
    #menu_sp .head_nav li+li{
    }
    #menu_sp .head_nav li a{
        padding: 18px 10px;
        display: block;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .amazon_gift_cta{		
        font-size: 1.8rem;		
        font-weight: 800;		
        text-align: center;		
        line-height: 1.3;		
        margin: 0 0 13px;		
    }		
    .amazon_gift_cta span{		
        color: #ff7200;		
    }		
    .amazon_gift_cta span.price{		
        font-family: 'Barlow Semi Condensed', sans-serif;		
        font-size: 2.6rem;		
    }
    
}



}

/*----fixed_menu---*/

@media screen and (min-width: 769px) {
    #fixed_menu{
        display: none;
    }

}

@media screen and (max-width: 768px) {
    #fixed_menu{
        top: 0;
        right: 0;
        position: absolute; 
        z-index: 900;           
    }
    #fixed_menu .toggle {
        position: relative;
        z-index: 1;
        background: #1b1b1b;
        height: 55px;
        width: 54px;  
    }
    #fixed_menu.on .toggle {
        border-left: none;
    }

    #fixed_menu .toggle span {
        width: 27px;
        height: 3px;
        display: block;
        background: #fff;
        position: absolute;
        right: 13px;
        margin: auto;
        transition: all 0.3s ease-out;        
    }
    #fixed_menu .toggle span:first-child {
        top: 11px;
    }
    #fixed_menu .toggle span:nth-child(2) {
        top: 19px;
    }
    #fixed_menu .toggle span:nth-child(3) {
        top: 27px;
    }
    #fixed_menu.on .toggle span {
        width: 25px;
    }
    #fixed_menu.on .toggle span:first-child {
        top: 14px;
        right: 14px;
    }
    #fixed_menu.on .toggle span:nth-child(2) {
        opacity: 0;
    }
    #fixed_menu.on .toggle span:nth-child(3) {
        top: 29px;
        right: 14px;
    }

    #fixed_menu.on .toggle span:first-child {
        -webkit-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg);
    }
    #fixed_menu.on .toggle span:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }

     #fixed_menu .toggle:before{
        content: "menu";
        display: block;
        position: absolute;
        bottom: 6px;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        width: 100%;
        height: auto;
     }
      #fixed_menu.on .toggle:before{
        content: "close";
     }

}
/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/


footer{
    color: #fff;
    line-height: 1;
    padding-bottom: 0;
}
footer a{
    color: #fff;
}

footer ul{
    text-align: center;
}
footer li{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    letter-spacing: 0.1em;
}
footer li+li{
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}

#foot1{
    background: #000;
    padding: 20px 0;
}
#foot2{
    background: #000069;
    padding: 40px 0;
}
#foot2 li+li{
    padding-left: 20px;
    margin-left: 20px;
}
.copyright{
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 26px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {

    .copyright{
        font-size: 1rem;
    }    
}
@media screen and (max-width: 768px) {
    footer{
        padding-bottom: calc(100 / 535 * 100%);
        background: #000069;
    }
    footer li{
        font-size: 1rem;
        margin-top: 4px;
    }
    footer li+li{
        padding-left: 4px;
        margin-left: 4px;
    }

    #foot1{
        padding: 10px 0 14px;
    }
    #foot2{
        padding: 15px 0 20px;
    }
#foot2 li+li{
    padding-left: 4px;
    margin-left: 4px;
}
.copyright{
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    padding-top: 16px;
    letter-spacing: 0.1em;
}

}


/* ----------------------------------------------------------------------------------------------------
* 　sec1
* --------------------------------------------------------------------------------------------------*/

/* メインビジュアル */
.main-visual {
    background: #e5fafd url(../img/bg_main.png) no-repeat center bottom;
    background-size: contain;
    padding: 200px 0 310px;
    text-align: center;
}
.main-visual p {
    text-align: center;
}

@media screen and (max-width: 768px) {

.main-visual {
    padding: 6% 3% 34%;
    background-size: 170%;
}
.main-visual p {
    width: 100%;
    padding-right: 0;
    text-align: center;
}

}

/* 問い合わせ先 */
.information {
    position: relative;
    background-color: #fafaf9;
    text-align: center;
    padding: 30px 0;
}
.information h3 {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    border: none;
}
.information .present {
    position: absolute;
    width: 180px;
    height: 180px;
    top: -38px;
    left: 50%;
    margin-left: -701px;
}

    /* 大阪がアツい理由 */
#reason-content {
    background: #fff url(../img/bg_reason.png) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 150px;
}
#reason-content .content-inner02{
    max-width: calc(100% - 40px);
}
#reason-content h2 {
    margin-bottom: 65px;
}
#reason-content h4 {
    text-align: center;
}
#reason-content .reason-box {
    position: relative;
    display: flex;
    background-color: #fafaf9;
    margin-bottom: 135px;
}
#reason-content .reason-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    bottom: -95px;
    left: 0;
    background:linear-gradient(to bottom left, #fafaf9 50%, transparent 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #fafaf9 50%, transparent 50%) top right / 50% 100% no-repeat;
}
#reason-content .reason-detail {
    width: 50%;
}
#reason-content .reason-detail .reason-header {
    position: relative;
    background-color: #549cbe;
}
#reason-content .reason-detail .reason-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -60px;
    left: 0;
    background:linear-gradient(to bottom left, #549cbe 49%, transparent 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #549cbe 49%, transparent 50%) top right / 50.5% 100% no-repeat;
}
#reason-content .reason-detail .reason-header .icon {
    margin-bottom: 25px;
    text-align: center;
}
#reason-content .reason-detail .reason-header .icon img {
    margin-top: -27px;
}
#reason-content .reason-detail .reason-header h3 {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.25em;
    border: none;
    text-align: center;

    margin-bottom: 70px;
    font-weight: bold;
}

#reason-content .reason-detail .reason-main h4 {
    margin-bottom: .5em;
    color: #549cbe;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25em;
    text-align: center;
}
#reason-content .reason-detail .reason-main ul {
    width: 90%;
    margin: 0 auto;
}
#reason-content .reason-detail .reason-main ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
#reason-content .reason-detail .reason-main ul li:last-of-type {
    margin-bottom: 0;
    border: none;
}
#reason-content .reason-detail .reason-main dl {
    display: table;
    margin-bottom: 20px;
}
#reason-content .reason-detail .reason-main dl dt {
    display: table-cell;
    line-height: 1.2;
    padding-right: 10px;
    color: #549cbe;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #549cbe;
    vertical-align: middle;
}
#reason-content .reason-detail .reason-main dl dt span.txt {
    display: block;
    font-size: 12px;
}
#reason-content .reason-detail .reason-main dl dd {
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25em;
    vertical-align: middle;
    color: #000;
}
#reason-content .reason-detail .reason-main dl dd:first-letter {
    font-size: 170%;
}
#reason-content .reason-detail .reason-main p {
    font-size: 16px;
    line-height: 1.75em;
}
#reason-content .reason-detail .reason-main p span {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}

#reason-content .reason-detail.red {
    border-left: 1px solid #ddd;
}
#reason-content .reason-detail.red .reason-header {
    background-color: #ed565a;
}
#reason-content .reason-detail.red .reason-header:after {
    background:linear-gradient(to bottom left, #ed565a 49%, transparent 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #ed565a 49%, transparent 50%) top right / 50.5% 100% no-repeat;
}
#reason-content .reason-detail.red .reason-main h4 {
    color: #ed565a;
}
#reason-content .reason-detail.red .reason-main dl dt {
    line-height: 1.2;
    color: #ed565a;
    font-weight: bold;
    border-right: 1px solid #ed565a;
}
@media screen and (max-width: 768px) {
    #reason-content .header-title{
        width: 80%;
        margin: 0 auto;
    }
    #reason-content {
        padding-bottom: 89px;
        background-size: 150%;
    }
    #reason-content .content-inner02{
        max-width: 100%;
    }
    #reason-content h2 {
        margin-bottom: 0px;
    }
    #reason-content h4{
        width: 80%;
        margin: 0 auto;
    }
    #reason-content .reason-box {
        display: block;
        margin-top: 60px;
        margin-bottom: 65px;
    }
    #reason-content .reason-box:after {
        height: 50px;
        bottom: -50px;
    }
    #reason-content .reason-detail {
        width: 100%;
    }
    #reason-content .reason-detail.red .reason-main{
        padding-bottom: 0;
    }
    #reason-content .reason-detail .reason-header:after {
        height: 40px;
        bottom: -40px;
    }
    #reason-content .reason-detail .reason-header .icon {
        margin-bottom: 10px;
        text-align: center;
    }
    #reason-content .reason-detail .reason-header .icon img {
        width: 110px;
        margin-top: -27px;
    }
    #reason-content .reason-detail .reason-header h3 {
        font-size: 20px;
        line-height: 1.25em;
        margin-bottom: 56px;
    }
    #reason-content .reason-detail .reason-main{
        padding-bottom: 30px;
    }
    #reason-content .reason-detail .reason-main h4 {
        font-size: 17px;
        margin-bottom: .8em;
    }
    #reason-content .reason-detail .reason-main ul {
        width: 90%;
        margin: 0 auto;
    }
    #reason-content .reason-detail .reason-main ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #reason-content .reason-detail .reason-main dl {
        margin-bottom: 10px;
    }
    #reason-content .reason-detail .reason-main dl dt {
        font-size: 20px;
        line-height: 1.2;
    }
    #reason-content .reason-detail .reason-main dl dt span.txt {
        font-size: 10px;
    }
    #reason-content .reason-detail .reason-main dl dd {
        font-size: 16px;
        line-height: 1.4em;
    }
    #reason-content .reason-detail .reason-main dl dd:first-letter {
        font-size: 140%;
    }
    #reason-content .reason-detail .reason-main p {
        font-size: 13px;
        line-height: 1.75em;
    }
    #reason-content .reason-detail .reason-main p span {
        display: block;
        font-size: 10px;
        line-height: 1.5em;
        text-indent: -1em;
        padding-left: 1em;
    }
}



/* カリスマファイナンシャルプランナー */
#planner-about {
    background-color: #fafafa;
    background-image: url('../img/photo_human.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 450px) bottom;
    padding-bottom: 50px;
}
#planner-about h2 {
    margin-bottom: 45px;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 1.5em;
    color: #000;
}
#planner-about .lead-text {
    margin-bottom: 40px;
}

#planner-about .balloon-text {
    position: relative;
    background-color: #fff;
    width: 875px;
    margin-bottom: 15px;
    padding: 35px;
    box-sizing: border-box;
    z-index: 1;
}
#planner-about .balloon-text::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 20px; height: 20px;
}
#planner-about .balloon-text::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
#planner-about .balloon-text>* {
    position: relative;
    z-index: 3;
}
#planner-about .balloon-text,
#planner-about .balloon-text::after {
    border-radius: 5px;
}
#planner-about .balloon-text,
#planner-about .balloon-text::before {
    box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
}
#planner-about .balloon-text,
#planner-about .balloon-text::before,
#planner-about .balloon-text::after {
    background: #fff;
}
#planner-about .balloon-text:before {
    background: #fff;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg) skew(-20deg,-20deg);
}
#planner-about .balloon-text h3 {
    font-size: 24px;
    font-weight: bold;
    border: none;
    margin-bottom: 25px;
    color: #000;
}
#planner-about .balloon-text h3 strong {
    font-size: 120%;
    color: #ed565a;
}
#planner-about .balloon-text p {
    font-size: 16px;
    line-height: 1.75;
}
#planner-about .balloon-text .ex {
    font-size: 12px;
}

#planner-about .name {
    width: 875px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #000;
}
#planner-about .name span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
#planner-about .txt3{		
    display: block;		
    display: flex;		
    flex-wrap: nowrap;		
    justify-content: flex-start;		
    margin: -25px 0 0;		
}		
#planner-about .txt3 .left_area{		
}		
#planner-about .txt3 .right_area{		
    margin: 0 0 0 14px;		
}		
#planner-about .txt3 .right_area p.txt3_title{		
    font-weight: 800;		
    font-size: 12px;		
    		
}		
#planner-about .txt3 .right_area ul.txt3_list{		
    font-size: 12px;		
}		
#planner-about .txt3 .right_area ul.txt3_list li{		
    line-height: 1.6;		
}		
#planner-about .txt3 .right_area ul.txt3_list li:before{		
    content: "・";		
}	
@media screen and (max-width: 768px) {

    #planner-about {
        background-position: right -20px bottom;
        background-size: 120px;
        padding-bottom: 56px;
    }
    #planner-about h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    #planner-about .lead-text {
        margin-bottom: 40px;
    }

    #planner-about .balloon-text {
        width: 100%;
        margin-bottom: 33px;
        padding: 15px;
    }
    #planner-about .balloon-text:before {
        top: auto;
        bottom: -10px;
        right: 50px;
        margin-top: 0px;
        border: 10px solid transparent;
        border-top: 10px solid #FFF;
        transform: rotate(45deg);
    }
    #planner-about .balloon-text h3 {
        font-size: 17px;
        margin-bottom: 9px;
    }
    #planner-about .balloon-text p {
        font-size: 13px;
        line-height: 1.75;
    }
    #planner-about .balloon-text .ex {
        font-size: 10px;
    }

    #planner-about .name {
        order: 1;
        width: 100%;
        line-height: 1.4;
        padding-right: 80px;
        font-size: 16px;
    }
    #planner-about .name span {
        font-size: 10px;
    }
    .content-inner02{		
        display: flex;		
        flex-direction: column;		
    }		
    #planner-about .txt3{		
        display: block;		
        margin: 0 0 10px;		
    }		
    #planner-about .txt3 .left_area{		
        width: 191px;		
        margin: auto;		
        text-align: center;		
    }		
    #planner-about.txt3 .right_area{		
        margin: 0 0 0 14px;		
    }		
    #planner-about .txt3 .right_area p.txt3_title{		
        text-align: center;		
    }		
    #planner-about .txt3 .right_area ul.txt3_list{		
        display: table;		
        margin: 0 auto;		
    }		
    #planner-about .txt3 .right_area ul.txt3_list li{		
        line-height: 1.6;		
    }		
    #planner-about .txt3 .right_area ul.txt3_list li:before{		
        content: "・";		
    }
}


    /* 無料相談 */
.counseling-link {
    background: url(../img/bg_counseling.png) no-repeat center bottom;
    background-size: cover;
    padding: 52px 0 52px;
}
.counseling-link *{
    box-sizing: border-box;
}
.property_box{
    max-width: 945px;
    margin: 0 auto;
    text-align: center;
    overflow: visible;
    background:
            -webkit-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #fff 5px);
    background:
            -moz-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -moz-linear-gradient(135deg, transparent 5px, #fff 5px),
            -moz-linear-gradient(225deg, transparent 5px, #fff 5px),
            -moz-linear-gradient(315deg, transparent 5px, #fff 5px);
    background:
            -o-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -o-linear-gradient(135deg, transparent 5px, #fff 5px),
            -o-linear-gradient(225deg, transparent 5px, #fff 5px),
            -o-linear-gradient(315deg, transparent 5px, #fff 5px);
    background:
            -ms-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -ms-linear-gradient(135deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(225deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(315deg, transparent 5px, #fff 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 0 0 20px;
}
.property_box .property_img{
    text-align: center;
    transform: translateY(-10px)
}
.property_box .property_img img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto 0;
}
.property_box .property_img span{
    display: block;
    margin: auto;
    font-weight: 500;
    font-size: 12px;
    margin: 5px 0 0;
}
.property_box .property_text{
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    margin: 0px 0 5px;
}
.property_box ul.cv_btns li{
    z-index: 6;
}

@media screen and (max-width: 768px) {
    .counseling-link {
        padding: 35px 0 25px;
    }
    .property_box{
        width: 96%;
        margin: 0 2%;
        padding: 15px 10px 5px;
    }
    .property_box .property_img{
        text-align: center;
        transform: translateY(0)
    }
    .property_box .property_img img{
    }
    .property_box .property_img span{
    }
    .property_box .property_text{
        font-size: 18px;
    }
}

/* 年代別に見るマンション投資 */
#apartment-investment h2 {
    margin-bottom: 40px;
}
#apartment-investment .lead-text {
    margin-bottom: 90px;
}
#apartment-investment ul {
    display:flex;
    justify-content: space-between;
}
#apartment-investment ul li {
    background-color: #fafaf9;
    width: 386px;
    margin: 0 10px ;
    padding: 35px 30px 10px;
    vertical-align: top;
    box-sizing: border-box;
}
#apartment-investment ul li .icon {
    margin-top: -60px;
    margin-bottom: 25px;
    text-align: center;
}
#apartment-investment ul li h4 {
    margin-bottom: 20px;
    color: #549cbe;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
#apartment-investment ul li h4 span {
    display: block;
    color: #000;
    font-size: 19px;
    line-height: 1.5em;
}
#apartment-investment ul li .text {
    font-size: 16px;
    line-height: 1.75em;
}
#apartment-investment ul li a.button {
    position: relative;
    display: inline-block;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    margin: 30px auto 0;
    padding: 0 3.25em 0 1.75em;
    box-sizing: border-box;
    background:
            -webkit-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #549cbe 5px);
    background:
            -moz-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -moz-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -moz-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -moz-linear-gradient(315deg, transparent 5px, #549cbe 5px);
    background:
            -o-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -o-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -o-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -o-linear-gradient(315deg, transparent 5px, #549cbe 5px);
    background:
            -ms-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -ms-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -ms-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -ms-linear-gradient(315deg, transparent 5px, #549cbe 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}
#apartment-investment ul li a.button:hover {
    opacity: .7;
}
#apartment-investment ul li a.button:after {
    position: absolute;
    content: url(../img/icon_search.png);
    display: inline-block;
    vertical-align: middle;
    top: 1em;
    right: 1.5em;
    width: 20px;
    height: 21px;
    line-height: 1rem;
}

#apartment-investment .other-merit {
    position: relative;
    border: 1px solid #ddd;
    margin-top: 80px;
    padding: 70px 0 45px;
}
#apartment-investment .other-merit h3 {
    position: absolute;
    font-weight: bold;
    background-color: #fff;
    font-size: 32px;
    border: none;
    width: 360px;
    top: -.8em;
    left: 50%;
    margin-left: -180px;
    color: #000;
    text-align: center;
}
#apartment-investment .other-merit ul li {
    background: none;
    width: 50%;
    padding: 0 30px;
    text-align: center;
}
#apartment-investment .other-merit ul li:first-of-type {
    border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {

    #apartment-investment h2 {
        width: 80%;
        margin: 0 auto 30px;
    }
    #apartment-investment .lead-text {
        margin-bottom: 35px;
    }
    #apartment-investment ul {
        display: block;
    }
    #apartment-investment ul li {
        width: 100%;
        margin: 0  ;
        padding: 40px 15px 15px;
    }
    #apartment-investment ul li+li{
        margin-top: 30px;
    }
    #apartment-investment ul li .icon {
        margin: -45px auto 15px;
        width: 40px;
    }
    #apartment-investment ul li h4 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    #apartment-investment ul li h4 span {
        font-size: 17px;
    }
    #apartment-investment ul li .text {
        font-size: 13px;
    }
    #apartment-investment ul li a.button {
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        margin: 15px auto 0;
        width: 90%;
        display: block;
    }
    #apartment-investment ul li a.button:after {
        top: 50%;
        transform: translateY(-50%);
    }

    #apartment-investment .other-merit {
        margin-top: 60px;
        padding: 30px 0 20px;
    }
    #apartment-investment .other-merit h3 {
        font-size: 20px;
        width: 80%;
        top: -.8em;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #apartment-investment .other-merit ul li {
        width: 100%;
        padding: 0 15px;
    }

}


/* 物件選びのポイント5選 / 3つの強み */
.point_content {
    padding-bottom: 20px;
}
.point_content .header-title h2 {
    margin-bottom: 40px;
}
.point_content ul {
    text-align: center;
}
.point_content ul li {
    display: inline-block;
    width: 366px;
    margin: 0 15px 70px;
    text-align: left;
    vertical-align: top;
}
.point_content ul li .icon_point {
    position: relative;
    text-align: center;
    margin-bottom: -35px;
    z-index: 1;
}
.point_content ul li figure {
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
}
.point_content ul li h4 {
    margin-bottom: 20px;
    color: #549cbe;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
}
.point_content ul li h4 span {
    font-size: 60%;
}
.point_content ul li .text {
    font-size: 16px;
    line-height: 1.5em;
}


.point_content.bg_blue {
    background: #e5fafd url(../img/bg_point.png) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 70px;
}
.point_content.bg_blue h4 {
    color: #ed565a;
}
@media screen and (max-width: 768px) {
    .point_content {
        padding-bottom: 20px;
    }
    .point_content.bg_blue {
        background: #e5fafd ;
        padding-bottom: 0;
    }
    .point_content .header-title h2 {
        width: 80%;
        margin: 0 auto 30px;
    }
    .point_content ul {
        text-align: center;
    }
    .point_content ul li {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    .point_content ul li .icon_point {
        width: 50px;
        margin: 0 auto -25px;
    }
    .point_content ul li figure {
        margin-bottom: 15px;
    }
    .point_content ul li h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .point_content ul li h4 span {
        font-size: 60%;
    }
    .point_content ul li .text {
        font-size: 13px;
    }
    .point_content.bg_blue ul li .icon_point {
        margin: 0 auto 5px;
    }
    .point_content.bg_blue h4 {
        text-align: center;
    }
}



/* ----------------------------------------------------------------------------------------------------
* 　sec5
* --------------------------------------------------------------------------------------------------*/
.sec5{
    padding-bottom: 100px;
    padding-top: 100px;
    background: #fafafa;    
}
.sec5 .wrap{
    background: #fff;
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #fff 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -ms-linear-gradient(135deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(225deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(315deg, transparent 5px, #fff 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
    padding: 44px 100px 40px;
    position: relative;
}
.sec5 .wrap:before{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    z-index: -2;
}
.sec5 .wrap:after{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 10px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    z-index: -2;
}
.sec5 .ttl{
    text-align: center;
    padding-bottom: 50px;
}
.sec5 .ttl img{
    width: 713px;
    margin-bottom: 15px;
}
.sec5 .ttl span{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
p.accordion_btn{		
    cursor: pointer;
    position: relative;		
    margin: auto;		
    display: table;		
    margin: 0 auto 00px;		
    padding: 0 2px 5px;		
    transition: 0.3s;		
    color: #549cbe;		
    font-weight: 800;		
    font-size: 20px;		
    border-bottom: 1px dashed #549cbe;		
}
.sec5_tbl{
    margin: 20px 0 0;		
    padding: 10px 0 0;		
    box-sizing: border-box;		
    vertical-align: top;
    display: block;
}
.sec5_tbl th, .sec5_tbl td{
    vertical-align: middle;
    border-bottom:1px solid #ddd;
}

.sec5_tbl th{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.2em;
    padding: 24px 5px 0;
    display: block;
    width: 100%;
    border-bottom: 0;
}
.sec5_tbl td{
    font-weight: 500;
    padding: 24px 8px;
    letter-spacing: 0.05em;
    width: 100%;
    display: block;
}
.sec5_tbl ul{

}
.sec5_tbl li{
    position: relative;
    padding-left: 12px;
    letter-spacing: 0.05em;
}
.sec5_tbl li:before{
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c4c4c4;
    left: 0;
    top: 10px;

}
.sec5_tbl li span{font-size: 1.2rem;}
.sec5_tbl li+li{
    margin-top: 0.5em;

}

.sec5_tbl .subli {
    padding-top: 8px;
}
.sec5_tbl .subli li{
    padding-left: 0;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.sec5_tbl .subli li:before{
    display: none;
}
.sec5_tbl .subli li+li{
    margin-top: 0.2em;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
    p.accordion_btn{		
        font-size: 15px;		
    }
    .sec5{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .sec5 .wrap{
        padding: 20px 10px 20px;
    }
    .sec5 .wrap:before{
    }
    .sec5 .ttl{
        padding-bottom: 20px;
    }
    .sec5 .ttl img{
        width: 100%;
        margin-bottom: 10px;
    }
    .sec5 .ttl p{
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    .sec5 .ttl span{
        font-size: 1.2rem;
    }
    .sec5_tbl{
        padding: 0;
        margin: 15px 0 0;
    }
    .sec5_tbl th, .sec5_tbl td{
        display: block;
        width: 100%;
        position: relative;
    }

    .sec5_tbl th{
        font-size: 1.4rem;
        letter-spacing: 0.2em;
        padding: 15px 10px 0;
        border-bottom: 0;
    }
    .sec5_tbl td{
        padding: 10px 10px 15px;
        letter-spacing: 0.05em;
    }
    .sec5_tbl ul{

    }
    .sec5_tbl li{
        padding-left: 8px;
    }
    .sec5_tbl li:before{
        width: 4px;
        height: 4px;
        top: 8px;
    }
    .sec5_tbl li span{font-size: 1rem;}
    .sec5_tbl li+li{
        margin-top: 0.3em;

    }

    .sec5_tbl .subli li{
        font-size: 1rem;
        letter-spacing: 0.05em;
    }
    .sec5_tbl .subli li+li{
        margin-top: 0.1em;
    }
}


/* ----------------------------------------------------------------------------------------------------
* 　sec6 form
* --------------------------------------------------------------------------------------------------*/
.sec6{
    padding-top: 60px;
    padding-bottom: 95px;
}
.sec6_lead{
    text-align: center;
    line-height: 2.5;
    margin-bottom: 50px;
    color: #000;
}

.sec6_flow{
    display: table;
    width: 100%;
    z-index: 1;
    margin-bottom: 40px;
}
.sec6_flow li{
  display: table-cell;
  line-height: 50px;
  background: #F0F0F0;
  color: #9D9D9D;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
}
.sec6_flow li:after{
}
.sec6_flow .flow1, .sec6_flow .flow2{
    border-right: 5px solid #fff;
}

.sec6_flow .flow1{ z-index: 5; }
.sec6_flow .flow2{ z-index: 3; }
.sec6_flow .flow3{ z-index: 1; }
.sec6_flow .flow1:before, .sec6_flow .flow2:before{
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 11px;
    border-color: transparent transparent transparent #fff;
}
.sec6_flow .flow1:after, .sec6_flow .flow2:after{
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 11px;
    border-color: transparent transparent transparent #F0F0F0;
   
}
.sec6_flow li.current{
    background: #353384;
    color: #fff;

}
.sec6_flow li.current:after{
    border-color: transparent transparent transparent #353384;    
}



.sec6_form{
    border-top:1px solid #ddd;
}
.sec6_form th, .sec6_form td{
    vertical-align: middle;
    border-bottom:1px solid #ddd;
    color: #000;
}
.sec6_form th{
    padding: 20px 0 20px 33px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    width: 256px;
}
.sec6_form th.required:before {
  content: "必須";
  background: #ff7200;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.ie .sec6_form th.required:before {
    position: inherit;
    float: right;
    margin-top: 0px;
}
.ie11 .sec6_form th.required.th6:before {
    margin-top: 10px;
}

.sec6_form td{
    padding: 20px 185px 20px 40px;
}
.sec6_btn{
    padding: 0;
    margin: 0 250px;
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    width: 500px;
    line-height: 90px;
    font-weight: 700;
    background: #ED565A; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #ED565A 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -ms-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(315deg, transparent 5px, #ED565A 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;

}

.sec6_form input{
    background: #f0f0f0;
    font-size: 1.6rem;
    padding:18px;
    width: 100%;
}
.sec6_form input::placeholder {
    color: #9d9d9d;
}
.sec6_form input:-ms-input-placeholder {
    color: #9d9d9d;
}

.sec6_form input.half{
    width: 49%;
    display: inline-block;
}
.sec6_form input.half+ input.half{
    margin-left: 1%;
}
.sec6_form input.pref{
    width: 125px;
}



.sec6_form input[type="checkbox"],
.sec6_form input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sec6_form label {
  position: relative;
  display: block;
  word-break: break-all;
  display: inline-block;
  padding-left: 26px;
  padding:5px 0;
}
.sec6_form td label{
    width: 170px;
    font-size: 1.6rem;
    font-weight: 500;
}
.sec6_form .checkbox input{
  display: none;
}
.sec6_form .checkbox span{
  padding-left: 26px;
  position:relative;
  margin-right: 20px;
}
.sec6_form .checkbox span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f0f0f0;
}
.sec6_form .checkbox input:checked + span{
}
.sec6_form .checkbox input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ED565A;
  border-right: 3px solid #ED565A;
}
.sec6_form select {
    outline:none;
    -moz-appearance: none;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 60px;
    padding: 8px 12px;
    width:260px;
    position: relative;
}
.sec6_form .select{
    position: relative;
    background: #f0f0f0;
    width:260px;
}
.sec6_form .select:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 16px;
    background: url(../img/sec6_select.png);
    background-size: cover;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);    
}
.sec6_form select::-ms-expand {
  display: none;
}
.sec6_form select:-moz-focusring { 
  color: transparent; 
}

.sec6_notice{
    font-size: 1.2rem;
    font-weight: 500;
    padding:6px 0 10px;
}
.sec6_privacy{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 50px 0 45px;
    letter-spacing: 0.1em;
    color: #000;
}
.sec6_privacy a{
    color: #00467d;
    text-decoration: underline;

}

@media screen and (min-width: 769px) {
    .sec6 .mid1{
        margin-bottom: 40px;
    }
    .sec6.wrap{
        max-width: 1000px;
    }

}
@media screen and (max-width: 768px) {
    .sec6{
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .sec6_lead{
        text-align: center;
        line-height: 1.7;
        margin-bottom: 25px;
        text-align: left;
    }

    .sec6_flow{
        margin-bottom: 15px;
    }
    .sec6_flow li{
        line-height: 30px;
        font-size: 1rem;
        letter-spacing: normal;
    }

    .sec6_flow .flow1:before, .sec6_flow .flow2:before{
        right: -10px;
        border-width: 15px 0 15px 6px;
    }
    .sec6_flow .flow1:after, .sec6_flow .flow2:after{
        right: -6px;
        border-width: 15px 0 15px 6px;
    }


    .sec6_form{
    }
    .sec6_form th, .sec6_form td{
        display: block;
        width: 100%;
        position: relative;
    }
    .sec6_form th{
        padding: 15px 10px 0;
        font-size: 1.4rem;
        border-bottom: 0;
    }
    .sec6_form th.required:before {
        font-size: 1rem;
        width: 30px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
        right: 10px;
    }
    .sec6_form td{
        padding: 10px 10px 15px;
        font-size: 1.2rem;
    }
    .sec6_btnwrap{
        text-align: center;
    }
    .sec6_btn{
        margin: 0 auto;
        font-size: 1.6rem;
        width: 80%;
        line-height: 50px;
    }

    .sec6_form input{
        font-size: 1.2rem;
        padding:8px;
        width: 100%;
    }


    .sec6_form input.half+ input.half{
    }
    .sec6_form input.pref{
    }



    .sec6_form input[type="checkbox"],
    .sec6_form input[type="radio"] {
    }


    .sec6_form td label{
        width: 100%;
        font-size: 1.2rem;
    }
    .sec6_form .checkbox input{
    }
    .sec6_form .checkbox span{
    }
    .sec6_form .checkbox span::before{
    }
    .sec6_form .checkbox input:checked + span{
    }
    .sec6_form .checkbox input:checked + span::after{
    }
    .sec6_form select {
        height: 34px;
        padding: 8px 12px;
        width:100%;
    }
    .sec6_form .select{
        position: relative;
        width:auto;
    }
    .sec6_form .select:before {
        background-size: cover;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);    
    }
    .sec6_form select::-ms-expand {
        display: none;
    }
    .sec6_form select:-moz-focusring { 
        color: transparent; 
    }

    .sec6_notice{
        font-size: 1rem;
        padding:4px 0;
    }
    .sec6_privacy{
        font-size: 1.2rem;
        padding: 10px 0 25px;
        letter-spacing: 0.1em;
    }
    .sec6_privacy a{

    }


}



/* ----------------------------------------------------------------------------------------------------
* 　sec7
* --------------------------------------------------------------------------------------------------*/
.sec7{
    padding-top: 60px;
    padding-bottom: 120px;
    margin-bottom: 0;
    background: #FAFAFA;
    text-align: center;
}
.sec7 .mid1{
    color: #000;
}
.sec7_tbl{
    vertical-align: top;
    border-top:1px solid #ddd;
}
.sec7 th, .sec7 td{
    vertical-align: middle;
    border-bottom:1px solid #ddd;
    color: #000;
}

.sec7 th{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 24px;
}
.sec7 td{
    font-weight: 500;
    padding: 24px 8px;
}
.sec7_stbl{
}
.sec7_stbl th, .sec7_stbl td{
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0;
    border-bottom: 0;
}
.sec7_stbl th{
    padding-right: 1em;
}
@media screen and (min-width: 769px) {
    .sec7_tbl{
        width: 475px;
        display: inline-block;
    }
    .sec7_tbl+.sec7_tbl{margin-left: 50px;}
    .sec7_tbl th{width: 140px;}
    .sec7_tbl td{width: 335px;}
    .sec7_stbl th{
        width: 10em;
        letter-spacing: normal;
    }
    .sec7_stbl td{width: auto;}
     th.sec7th_ue{
        vertical-align: top;
     }

}
@media screen and (max-width: 768px) {
    .sec7{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .sec7 .mid1{
    }
    .sec7_tbl{
        border-top:1px solid #ddd;
    }
    .sec7_tbl+ .sec7_tbl{
        border-top:none;
    }
    .sec7_tbl th, .sec7_tbl td{
        display: block;
        width: 100%;
        position: relative;
    }

    .sec7 th{
        font-size: 1.2rem;
        padding: 10px;
    }
    .sec7 td{
        padding: 10px;
    }
    .sec7_tbl th{
        padding: 15px 10px 0;
        border-bottom: 0;
    }
    .sec7_tbl td{
        padding: 10px 10px 15px;
    }
    .sec7_stbl{
    }
    .sec7_stbl th, .sec7_stbl td{
        display: table-cell;
        width: auto;
        font-size: 1.2rem;
        padding: 0;
        border-bottom: 0;
        letter-spacing: normal;
    }
    .sec7_stbl th{
        padding-right: 1em;
        width: 10em;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  モーダルウィンドウ
* --------------------------------------------------------------------------------------------------*/
#modal {
    position: relative;
    z-index: 99;
}
.modal-bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.modal-wrapper {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal-content {
    background: #fff;
    position: absolute;
    width: 700px;
    padding: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
}
.modal-content {
    background:
            linear-gradient(45deg,  transparent 10px, #549cbe 10px),
            linear-gradient(135deg, transparent 10px, #549cbe 10px),
            linear-gradient(225deg, transparent 10px, #549cbe 10px),
            linear-gradient(315deg, transparent 10px, #549cbe 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.modal-content-inner {
    position: relative;
    background:
            linear-gradient(45deg,  transparent 10px, #fff 10px),
            linear-gradient(135deg, transparent 10px, #fff 10px),
            linear-gradient(225deg, transparent 10px, #fff 10px),
            linear-gradient(315deg, transparent 10px, #fff 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    padding: 60px 100px;
}
.modal-content-inner a.js-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
}

.modal-content h4 {
    margin-bottom: 30px;
    color: #549cbe;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}
.modal-content figure {
    margin-bottom: 30px;
    text-align: center;
}
.modal-content p {
    font-size: 16px;
    line-height: 1.75em;
    color: #000;
}

@media screen and (max-width: 768px) {
    .modal-wrapper {
        width: 100%;
    }
    .modal-content {
        width: 96%;
        padding: 5px;
    }
    .modal-content-inner {
        padding: 15px 15px;
    }
    .modal-content h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .modal-content figure {
        margin-bottom: 15px;
    }
    .modal-content p {
        font-size: 13px;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  下部バナー
* --------------------------------------------------------------------------------------------------*/
#fixnav {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    box-sizing: border-box;
    padding: 20px 3%;
}
#fixnav ul {
    text-align: center;
    display: flex;
    justify-content: center;
}
#fixnav ul li {
    margin-right: 20px;
}
#fixnav ul li:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    #fixnav {
        padding: 10px 3%;
    }
    #fixnav ul li {
        margin-right: 10px;
    }
}