@charset "utf-8";
/* CSS Document */

/* ==============================================================
*  base
* ============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  color: black;
  background-color: #fff;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, Meiryo, メイリオ, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  position: relative;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.6;
}

a, button, input[type=button], input[type=reset], input[type=submit] {
  touch-action: manipulation;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	img {
	  /*width: 100%;
	  height: auto;*/
	}
}

/**
 * clearfix
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
 * pc or sp
 */
.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}


/* ==============================================================
*  コンテンツ
* ============================================================ */
/*
共通パーツ
----------------------------------------------------*/
#dl-page .inner{
    width: 780px;
    margin: 0 auto;
}

main{
    clear: both;
}

@media only screen and (max-width: 640px){
    #dl-page .inner{
        width: 90%;
        margin: 0 auto;
    }
}

/*
header
----------------------------------------------------*/
#dl-page header{
    /*border-top: 20px solid #2AABE4;*/
    min-width: 1100px;
    border-bottom: 1px solid #D4D4D4;
}

#dl-page header .h_top{
    background-color: #2AABE4;
    height: 20px;
}

#dl-page header .h_top p{
    font-size: 1.3rem;
    color: #fff;
    width: 1100px;
    margin: 0 auto;
}

#dl-page header .inner{
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}
#dl-page header .h_logo{
    float: left;
}

#dl-page header .h_btn a{
    float: right;
    display: block;
    background: #F79145;
    width: 235px;
    font-size: 2rem;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-shadow: 0px 6px 0px 0px #ca7638;
    border-radius: 5px;
}

#dl-page header .h_btn a:hover{
    box-shadow: 0px 3px 0px 0px #ca7638;
    transform: translate3d(0, 3px, 0);
    opacity: 1;
}

@media only screen and (max-width: 640px){
    #dl-page header{
        min-width: inherit;
        width: 100%;
    }
    #dl-page header .h_top p{
        width: 94%;
        margin: 0 auto;
    }
    #dl-page header .inner{
        width: 94%;
        margin: 0 auto;
        padding: 15px 0;
    }
    #dl-page header .h_logo{
        float: left;
        width: 35%;
    }
    #dl-page header .h_logo img{
        width: 100%;
    }
    #dl-page header .h_btn{
        width: 62%;
        float: right;
    }
    #dl-page header .h_btn a{        
        width: 100%;
        font-size: 1.6rem;
        line-height: 2;
        box-shadow: none;
    }
    #dl-page header .h_btn a:hover{
        box-shadow: none;
        transform: none;
    }

}

/*
bread_box
----------------------------------------------------*/
#dl-page .bread_box{
    padding: 13px 0;
}
#dl-page .bread_box ul{
    width: 1100px;
    margin: 0 auto;
}
#dl-page .bread_box ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2rem;
}
#dl-page .bread_box ul li a{
    margin-right: 10px;
}
#dl-page .bread_box ul li a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 640px){
#dl-page .bread_box ul{
    width: 90%;
    margin: 0 auto;
}

}

/*
mv_box
----------------------------------------------------*/
#dl-page .mv_box{
    text-align: center;
    margin-bottom: 30px;
    min-width: 1100px;
    background-image: url(../img/mv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



@media only screen and (max-width: 640px){
    #dl-page .mv_box{
        min-width: inherit;
        background-image: url(../img/mv_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    #dl-page .mv_box h1 img{
        width: 100%;
    }

}
/*
sec_box　共通設定
----------------------------------------------------*/
#dl-page .sec_box{
    min-width: 1100px;
}

#dl-page .sec_box .ttl-03{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #e4564c;
    line-height: 56px;
    width: 540px;
    padding: 0 10px;
    letter-spacing: 3px;
    margin: 0 auto;
    border-radius: 28px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px){
    #dl-page .sec_box{
        min-width: inherit;
    }

    #dl-page .sec_box .ttl-03{
        font-size: 1.8rem;
        line-height: 1.2;
        width: 100%;
        padding: 10px 5%;
        letter-spacing: 0px;
        margin: 0 auto;
        border-radius: 28px;
        margin-bottom: 30px;
    }
}

/*
sec01
----------------------------------------------------*/
#dl-page .sec01 {
    position: relative;
    margin-bottom: 110px;
}

#dl-page .sec01 .ttl-01{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #e2564c;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#dl-page .sec01 .q_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#dl-page .sec01 .q_list li{
    width: 166px;
    height: 159px;
    position: relative;
    margin-bottom: 5px;
}
#dl-page .sec01 .q_list li img{
    position: absolute;
    top: 0;
    left: 0;
}
#dl-page .sec01 .q_list li p{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #353535;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    width: 150px;
    margin-left: -75px;
}
#dl-page .sec01 .photo{
    text-align: center;
}

#dl-page .sec01:after{
    position: absolute;
    content: "";
    background-image: url(../img/arrow_ander.png);
    background-repeat: no-repeat;
    width: 98px;
    height: 24px;
    left: 50%;
    bottom: -70px;
    margin-left: -49px;
}

@media only screen and (max-width: 640px){
    #dl-page .sec01 {
        margin-bottom: 80px;
    }
    #dl-page .sec01:after{
        width: 98px;
        height: 24px;
        left: 50%;
        bottom: -50px;
        margin-left: -49px;
    }


    #dl-page .sec01 .ttl-01{
        font-size: 1.8rem;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }

    #dl-page .sec01 .q_list{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    #dl-page .sec01 .q_list li{
        width: 47%;
        height: 140px;
        background-size: contain;
        margin-bottom: 10px;
    }
    #dl-page .sec01 .q_list li p{
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.7;
        color: #353535;
        font-weight: bold;
        margin-top: 0;
        top: 25%;
        width: 100%;
        margin-left: 0;
        left: 0;
        padding: 0 5%;
    }

    #dl-page .sec01 .q_list li img{
        display: none;
    }
    
    #dl-page .sec01 .q_list li:nth-child(1){
        background-image: url(../img/fuki_pink.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    #dl-page .sec01 .q_list li:nth-child(2){
        background-image: url(../img/fuki_yellow.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    #dl-page .sec01 .q_list li:nth-child(3){
        background-image: url(../img/fuki_aqua.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    #dl-page .sec01 .q_list li:nth-child(4){
        background-image: url(../img/fuki_green.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    #dl-page .sec01 .photo img{
        width: 100%;
    }

}

@media only screen and (max-width: 384px){
    #dl-page .sec01 .q_list li p .sp384{
        display: none;
    }
}

/*
sec02
----------------------------------------------------*/
#dl-page .sec02{}

#dl-page .sec02 .frame_area{
    background-image: url(../img/frame01.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 648px;
    height: 178px;
    margin: 0 auto 40px;
    padding: 30px 30px 20px 30px;
}


#dl-page .sec02 .frame_area p{
    font-size: 2.2rem;
    line-height: 1.2;
    color: #333333;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 5px;
    position: relative;
}

#dl-page .sec02 .frame_area p span{
    position: relative;
    display: inline-block;
}

#dl-page .sec02 .frame_area p span:before{
    position: absolute;
    content: "";
    width: 13px;
    height: 24px;
    left: -30px;
    top: 2px;
    background-image: url(../img/sura_black_l.png);
    background-repeat: no-repeat;
}
#dl-page .sec02 .frame_area p span:after{
    position: absolute;
    content: "";
    width: 13px;
    height: 24px;
    right: -30px;
    top: 2px;
    background-image: url(../img/sura_black_r.png);
    background-repeat: no-repeat;
}

#dl-page .sec02 .frame_area h2{
    font-size: 3rem;
    line-height: 1.1;
    color: #c67538;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

#dl-page .sec02 .voice_area {
    position: relative;
    height: 290px;
    width: 648px;
    margin: 0 auto 40px;
}
#dl-page .sec02 .voice_area p{
    position: absolute;
}

#dl-page .sec02 .voice_area .voice01{
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-image: url(../img/voice01.png);
    width: 332px;
    height: 208px;
    padding: 35px 30px 60px 30px;
    left: 10px;
}

#dl-page .sec02 .voice_area .voice02{
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-image: url(../img/voice02.png);
    width: 330px;
    height: 206px;
    right: 10px;
    top: 20px;
    padding: 50px 30px 20px 30px
}


#dl-page .sec02 .voice_area .photo{
    bottom: 0;
    left: 50%;
    margin-left: -70px;
}

#dl-page .sec02 .ttl-02{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #0c58a8;
    margin-bottom: 80px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 640px){
#dl-page .sec02 .frame_area{
    background-image: none;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0px;
}
#dl-page .sec02 .frame_area img{
    width: 100%;
}


#dl-page .sec02 .frame_area p{
    font-size: 1vw;
    line-height: 1.2;
    color: #333333;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 5px;
    position: relative;
}
#dl-page .sec02 .frame_area p span{
    position: relative;
    display: inline-block;
}

#dl-page .sec02 .frame_area p span:before{
    width: 13px;
    height: 24px;
    left: -15px;
    top: -5px;
}
#dl-page .sec02 .frame_area p span:after{
    width: 13px;
    height: 24px;
    right: -15px;
    top: -5px;
}

#dl-page .sec02 .frame_area h2{
    font-size: 3vw;
    line-height: 1.1;
    color: #c67538;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

#dl-page .sec02 .voice_area {
    height: auto;
    width: 100%;
    margin: 0 auto 30px;
}

#dl-page .sec02 .voice_area img{
    width: 100%;
}

#dl-page .sec02 .ttl-02{
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #0c58a8;
    margin-bottom: 40px;
    letter-spacing: 2px;
}



}


/*
sec03
----------------------------------------------------*/
#dl-page .sec03 p{
    text-align: center;
    margin-bottom: 10px;
}

#dl-page .sec03 p span{
    font-size: 2.2rem;
    line-height: 1.2;
    color: #e4564c;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    letter-spacing: 3px;
    margin-bottom: 5px;
    position: relative;
    padding: 0 30px;
}

#dl-page .sec03 p span:before{
    position: absolute;
    content: "";
    width: 13px;
    height: 24px;
    left: 0px;
    top: 2px;
    background-image: url(../img/sura_orange_l.png);
    background-repeat: no-repeat;
}
#dl-page .sec03 p span:after{
    position: absolute;
    content: "";
    width: 13px;
    height: 24px;
    right: 0px;
    top: 2px;
    background-image: url(../img/sura_orange_r.png);
    background-repeat: no-repeat;
}

/* col */
#dl-page .sec03 .col{
    margin-bottom: 40px;
}
#dl-page .sec03 .col_last{
    margin-bottom: 70px;
}
#dl-page .sec03 .col .left_area{
    float: left;
    width: 267px;
}
#dl-page .sec03 .col .right_area{
    float: right;
    width: 473px;
}

#dl-page .sec03 .col .ttl-04{
    font-size: 1.8rem;
    color: #000000;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff65 60%);
    display: inline-block;
    margin-bottom: 10px;
}

#dl-page .sec03 .col p{
    margin-bottom: 10px;
    text-align: left;
    color: #404040;
    font-size: 1.4rem;
}

#dl-page .sec03 .col dl dt,
#dl-page .sec03 .col dl dd{
    color: #404040;
    font-size: 1.4rem;
}

/* card */
#dl-page .sec03 .card{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

#dl-page .sec03 .card li{
    width: 253px;
}

#dl-page .sec03 .card li a{
    display: block;
    width: 100%;
    height: 100%;
}
#dl-page .sec03 .card li dl{
    height: 100%;
}
#dl-page .sec03 .card li dl dt{
    text-align: center;
    font-size: 1.6rem;
    color: #d8271c;
    font-weight: bold;
    margin-bottom: 5px;
}
#dl-page .sec03 .card li dl dd{
    padding: 20px;
    background-color: #f1f1e5;
    border-bottom: 4px solid #bebeaa;
    text-align: center;
}

#dl-page .sec03 .card li dl dd h3{
    font-size: 2rem;
    color: #000000;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 25px;
}

#dl-page .sec03 .card li dl dd img{
    margin-bottom: 25px;
}

#dl-page .sec03 .card li dl dd .sub{
    font-size: 1.3rem;
    color: #404040;
    line-height: 1.8;
}

#dl-page .sec03 .card li dl dd .btn{
    font-size: 1.5rem;
    line-height: 1;
    background:#fff;
    border: 2px solid #251e1c;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 640px){
#dl-page .sec03 p span{
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 5px;
    padding: 0 5%;
}

/* col */
#dl-page .sec03 .col{
    margin-bottom: 20px;
}
#dl-page .sec03 .col_last{
    margin-bottom: 40px;
}

#dl-page .sec03 .col .left_area{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#dl-page .sec03 .col .right_area{
    float: none;
    width: 100%;
}

#dl-page .sec03 .col .ttl-04{
    font-size: 1.6rem;
    color: #000000;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff65 60%);
    display: inline-block;
    margin-bottom: 10px;
}

#dl-page .sec03 .col p{
    margin-bottom: 10px;
    text-align: left;
    color: #404040;
    font-size: 1.4rem;
}

#dl-page .sec03 .col dl dt,
#dl-page .sec03 .col dl dd{
    color: #404040;
    font-size: 1.4rem;
}

/* card */
#dl-page .sec03 .card{
    display: block;
    margin-bottom: 50px;
}

#dl-page .sec03 .card li{
    width: 100%;
    margin-bottom: 20px;
}

#dl-page .sec03 .card li a{
    display: block;
    width: 100%;
    height: 100%;
}
#dl-page .sec03 .card li dl{
    height: 100%;
}
#dl-page .sec03 .card li dl dt{
    text-align: center;
    font-size: 1.6rem;
    color: #d8271c;
    font-weight: bold;
    margin-bottom: 5px;
}
#dl-page .sec03 .card li dl dd{
    padding: 20px;
    background-color: #f1f1e5;
    border-bottom: 4px solid #bebeaa;
    text-align: center;
}

#dl-page .sec03 .card li dl dd h3{
    font-size: 2rem;
    color: #000000;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 25px;
}

#dl-page .sec03 .card li dl dd img{
    margin-bottom: 25px;
}

#dl-page .sec03 .card li dl dd .sub{
    font-size: 1.3rem;
    color: #404040;
    line-height: 1.8;
}

#dl-page .sec03 .card li dl dd .btn{
    font-size: 1.5rem;
    line-height: 1;
    background:#fff;
    border: 2px solid #251e1c;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0;
}

}



/*
sec04
----------------------------------------------------*/
#dl-page .sec04{
    margin-bottom: 20px;
}

#dl-page .sec04 .asagaku{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
#dl-page .sec04 .asagaku li:nth-child(1){
    width: 280px;
    margin-right: 30px;
}
#dl-page .sec04 .asagaku li:nth-child(2){
    width: 280px;

}

#dl-page .sec04 .asagaku li dl dt{
    color: #404040;
    font-size: 1.3rem;
}

#dl-page .sec04 .asagaku li dl dd{
    color: #404040;
    font-size: 1.3rem;
}
#dl-page .sec04 .asagaku li dl dd li{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 5px;
}

@media only screen and (max-width: 640px){
#dl-page .sec04{
    margin-bottom: 30px;
}
#dl-page .sec04 .asagaku{
    display: block;
}
#dl-page .sec04 .asagaku > li:nth-child(1){
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
}
#dl-page .sec04 .asagaku li:nth-child(2){
    width: 100%;
}

}


/*
pagetop
----------------------------------------------------*/
#dl-page .pagetop{
    position: relative;
    margin-bottom: 20px;
    height: 55px;
    min-width: 1100px;
}
#dl-page .pagetop a{
    position: absolute;
    display: inline-block;
    width: 52px;
    height: 55px;
    border: 1px solid #a6a6a6;
    right: 50px;
    background-image: url(../img/arrow_top.png);
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 640px){
    #dl-page .pagetop{
        position: relative;
        margin-bottom: 20px;
        height: 55px;
        min-width: inherit;
    }
    #dl-page .pagetop a{
        position: static;
        display: block;
        width: 100%;
        height: 55px;
        border-top: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        border-right: none;
        border-left: none;
        background-image: url(../img/arrow_top.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

/*
footer
----------------------------------------------------*/
#dl-page footer{
    height: 100px;
    padding-top: 40px;
    margin-bottom: 100px;
    min-width: 1100px;
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root #dl-page footer{
    margin-bottom: 0px;
}

#dl-page footer .inner{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#dl-page footer .link_box{
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#dl-page footer .link_box li:nth-child(2){
    margin-left: 30px;
}
#dl-page footer .link_box li:nth-child(3){
    margin-left: 30px;
    position: relative;
}
#dl-page footer .link_box li:nth-child(3):before{
    content: "／";
    position: absolute;
    top: 5px;
    left: -22px;
}

#dl-page footer .copy{
    float: right;
    font-size: 1.2rem;
    color: #404040;
    padding-top: 10px;
}

@media only screen and (max-width: 640px){
    #dl-page footer{
        height: 100px;
        padding-top: 0px;
        margin-bottom: 0px;
        min-width: inherit;
    }
    #dl-page footer .inner{
        width: 90%;
        margin: 0 auto;
    }

    #dl-page footer .link_box{
        float: none;
        display: block;
        text-align: center;
    }
    #dl-page footer .link_box li:nth-child(2){
        display: none;
    }
    #dl-page footer .link_box li:nth-child(3){
        display: none;
    }
    #dl-page footer .copy{
        float: none;
        font-size: 1.2rem;
        color: #404040;
        padding-top: 10px;
        text-align: center;
    }

}


/*
fix_btn_box
----------------------------------------------------*/
#dl-page .fix_btn_box{
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background-color: rgba(52,52,52,0.5);
    position: fixed;
    bottom: 0;
}
#dl-page .fix_btn_box ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
#dl-page .fix_btn_box ul li a{
    width: 360px;
    display: block;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 56px;
}

#dl-page .fix_btn_box ul li a .pc{
    display: inline;
}

#dl-page .fix_btn_box ul li:nth-child(1) a{
    background: #F79145;
    color: #fff;
    border-top: 3px solid #F79145;
    border-left: 3px solid #F79145;
    border-right: 3px solid #F79145;
    box-shadow: 0px 6px 0px 0px #ca7638;
    border-radius: 5px;
}

#dl-page .fix_btn_box ul li:nth-child(1) a:hover{
    box-shadow: 0px 3px 0px 0px #ca7638;
    transform: translate3d(0, 3px, 0);
    opacity: 1;
}

#dl-page .fix_btn_box ul li:nth-child(2) a{
    background: #fff;
    color: #00a6ff;
    border-top: 3px solid #00a6ff;
    border-left: 3px solid #00a6ff;
    border-right: 3px solid #00a6ff;
    box-shadow: 0px 6px 0px 0px #0880b5;
    border-radius: 5px;
    margin-left: 40px;
}

#dl-page .fix_btn_box ul li:nth-child(2) a:hover{
    box-shadow: 0px 3px 0px 0px #0880b5;
    transform: translate3d(0, 3px, 0);
    opacity: 1;
}

@media only screen and (max-width: 640px){
    #dl-page .fix_btn_box{
        width: 100%;
        height: 74px;
        padding: 0;
        background-color: rgba(52,52,52,0.5);
        position: fixed;
        bottom: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    #dl-page .fix_btn_box ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 96%;
        margin: 0 auto;
    }
    #dl-page .fix_btn_box ul li{
        width: 49%;
    }


    #dl-page .fix_btn_box ul li a{
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        vertical-align: middle;
        padding: 3px;
    }
    #dl-page .fix_btn_box ul li:nth-child(1) a{
        background: #F79145;
        color: #fff;
        border:2px solid #F79145;
        box-shadow: none;
        border-radius: 5px;
    }

    #dl-page .fix_btn_box ul li:nth-child(1) a:hover{
        box-shadow: none;
        transform: none;
        opacity: 1;
    }

    #dl-page .fix_btn_box ul li:nth-child(2) a{
        background: #fff;
        color: #00a6ff;
        border:2px solid #00a6ff;
        box-shadow: none;
        border-radius: 5px;
        margin-left: 0px;
    }

    #dl-page .fix_btn_box ul li:nth-child(2) a:hover{
        box-shadow: none;
        transform: none;
        opacity: 1;
    }
    
    #dl-page .fix_btn_box ul li a .pc{
        display: none;
    }

}


/*
SP時　固定部分エリア確保
----------------------------------------------------*/
#dl-page .fix_area{
    display: none;
}
@media only screen and (max-width: 640px){
    #dl-page .fix_area{
        display: block;
        height: 74px;
    }
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root #dl-page .fix_area{
        display: block;
        height: 100px;
    }
    
    
/* ==============================================================
*  サンクスページ
* ============================================================ */
/*
共通パーツ
----------------------------------------------------*/
#dl-thanks .cover{
    min-height: 100%;
    position: relative;
}

#dl-thanks .inner{
    width: 900px;
    margin: 0 auto;
}

main{
    clear: both;
}

@media only screen and (max-width: 640px){
    #dl-thanks .inner{
        width: 90%;
        margin: 0 auto;
    }
}

/*
header
----------------------------------------------------*/
#dl-thanks header{
    /*border-top: 20px solid #2AABE4;*/
    min-width: 1100px;
    border-bottom: 1px solid #D4D4D4;
}

#dl-thanks header .h_top{
    background-color: #2AABE4;
    height: 20px;
}

#dl-thanks header .h_top p{
    font-size: 1.3rem;
    color: #fff;
    width: 1100px;
    margin: 0 auto;
}

#dl-thanks header .inner{
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}
#dl-thanks header .h_logo{
    float: left;
}

#dl-thanks header .h_btn a{
    float: right;
    display: block;
    background: #F79145;
    width: 235px;
    font-size: 2rem;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-shadow: 0px 6px 0px 0px #ca7638;
    border-radius: 5px;
}

#dl-thanks header .h_btn a:hover{
    box-shadow: 0px 3px 0px 0px #ca7638;
    transform: translate3d(0, 3px, 0);
    opacity: 1;
}

@media only screen and (max-width: 640px){
    #dl-thanks header{
        min-width: inherit;
        width: 100%;
    }
    #dl-thanks header .h_top p{
        width: 94%;
        margin: 0 auto;
    }
    #dl-thanks header .inner{
        width: 94%;
        margin: 0 auto;
        padding: 15px 0;
    }
    #dl-thanks header .h_logo{
        float: left;
        width: 35%;
    }
    #dl-thanks header .h_logo img{
        width: 100%;
    }
    #dl-thanks header .h_btn{
        width: 62%;
        float: right;
    }
    #dl-thanks header .h_btn a{        
        width: 100%;
        font-size: 1.6rem;
        line-height: 2;
        box-shadow: none;
    }
    #dl-thanks header .h_btn a:hover{
        box-shadow: none;
        transform: none;
    }

}


/*
sec_box
----------------------------------------------------*/
#dl-thanks .sec_box{
    padding-bottom: 100px;
    min-width: 1100px;
}
#dl-thanks .sec_box h1{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #0c58a8;
    margin-top: 40px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

#dl-thanks .sec_box .dl_btn{
    text-align: center;
    margin-bottom: 60px;
}
#dl-thanks .sec_box .dl_btn li{
    display: inline-block;
}

#dl-thanks .sec_box .dl_btn li a{
    width: 360px;
    display: block;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 56px;
    background: #00a6ff;
    color: #fff;
    border-top: 3px solid #00a6ff;
    border-left: 3px solid #00a6ff;
    border-right: 3px solid #00a6ff;
    box-shadow: 0px 6px 0px 0px #0880b5;
    border-radius: 5px;
}
#dl-thanks .sec_box .dl_btn li a:hover{
    box-shadow: 0px 3px 0px 0px #0880b5;
    transform: translate3d(0, 3px, 0);
    opacity: 1;
}

#dl-thanks .sec_box p{
    font-size: 1.6rem;
    color: #404040;
    text-align: center;
    margin-bottom: 80px;
}
#dl-thanks .sec_box .back{
    text-align: center;
    margin-bottom: 20px;
    width: 900px;
    margin: 0 auto;
}
#dl-thanks .sec_box .back li a{
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    background: #fff;
    background-image: url(../img/arrow_back.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    border: 1px solid #a6a6a6;
    padding: 10px 30px 10px 60px;
}
@media only screen and (max-width: 640px){

#dl-thanks .sec_box{
    padding-bottom: 130px;
    min-width: inherit;
}
#dl-thanks .sec_box h1{
    font-size:1.6rem;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: left;
    letter-spacing: 0px;
}

#dl-thanks .sec_box .dl_btn{
    text-align: center;
    margin-bottom: 40px;
}
#dl-thanks .sec_box .dl_btn li{
    display: block;
    width: 100%;
}

#dl-thanks .sec_box .dl_btn li a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 2;
    background: #00a6ff;
    color: #fff;
    border-top: 3px solid #0c58a8;
    border-left: 3px solid #0c58a8;
    border-right: 3px solid #0c58a8;
    border-bottom:  3px solid #0c58a8;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
}
#dl-thanks .sec_box .dl_btn li a:hover{
    box-shadow: none;
    transform: none;
    opacity: 1;
}
#dl-thanks .sec_box p{
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: left;
}
#dl-thanks .sec_box .back{
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}
#dl-thanks .sec_box .back li a{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    background: #fff;
    background-image: url(../img/arrow_back.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    border-left: none;
    border-right: none;
    padding: 10px 0px;
}

}



/*
footer
----------------------------------------------------*/
#dl-thanks footer{
    height: 100px;
    width: 100%;
    padding-top: 40px;
    min-width: 1100px;
    position: absolute;
    bottom: 0;
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root #dl-thanks footer{
    margin-bottom: 0px;
}

#dl-thanks footer .inner{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#dl-thanks footer .link_box{
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#dl-thanks footer .link_box li:nth-child(2){
    margin-left: 30px;
}
#dl-thanks footer .link_box li:nth-child(3){
    margin-left: 30px;
    position: relative;
}
#dl-thanks footer .link_box li:nth-child(3):before{
    content: "／";
    position: absolute;
    top: 5px;
    left: -22px;
}

#dl-thanks footer .copy{
    float: right;
    font-size: 1.2rem;
    color: #404040;
    padding-top: 10px;
}

@media only screen and (max-width: 640px){
    #dl-thanks footer{
        height: 100px;
        padding-top: 0px;
        margin-bottom: 0px;
        min-width: inherit;
    }
    #dl-thanks footer .inner{
        width: 90%;
        margin: 0 auto;
    }

    #dl-thanks footer .link_box{
        float: none;
        display: block;
        text-align: center;
    }
    #dl-thanks footer .link_box li:nth-child(2){
        display: none;
    }
    #dl-thanks footer .link_box li:nth-child(3){
        display: none;
    }
    #dl-thanks footer .copy{
        float: none;
        font-size: 1.2rem;
        color: #404040;
        padding-top: 10px;
        text-align: center;
    }

}

