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

input[type="button"],input[type="submit"] ,input[type="text"] ,input[type="tel"] ,input[type="email"],textarea,select{
-webkit-appearance: none;
border-radius: 0;
}

/*===== PC ここから =====*/
@media screen and (min-width: 741px){
    .pc_none {
        display: none;
    }

.y_box{
    background-color: #FFCD39;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px;
}
.w_box{
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px;
    background-color: #FFF;
}
.h_box{
    margin: 0px;
    padding-top: 50px;
    width: 100%;
    position: relative;
    background-color: #00429b;
    padding-bottom: 50px;
}
.h_box:after {
    border-top: 50px solid #00429b;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    content: "";
    padding-top: 1px;
    left: 50%;
    position: absolute;
    bottom: -50px;
    margin-left: -60px;
}
.h_box02{
    margin: 0px;
    padding-top: 50px;
    width: 100%;
    position: relative;
    background-color: #ff411c;
    padding-bottom: 50px;
}
.h_box02:after {
    border-top: 50px solid #ff411c;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    content: "";
    left: 50%;
    padding-top: 1px;
    position: absolute;
    bottom: -50px;
    margin-left: -60px;
}
.h_box03{
    margin: 0px;
    padding-top: 50px;
    width: 100%;
    position: relative;
    background-color: #eb1a37;
    padding-bottom: 50px;
}
.h_box03:after {
    border-top: 50px solid #eb1a37;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    content: "";
    left: 50%;
    padding-top: 1px;
    position: absolute;
    bottom: -50px;
    margin-left: -60px;
}
.h3_ttl01{
    color: #FFF;
    font-size: 48px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 160%;
}
.h3_ttl01 span{
    color: #FFCD38;
    font-size: 62px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.h3_ttl02{
    background-color: #EB0D3A;
    margin: 0px;
    font-size: 48px;
    color: #FFF;
    text-align: center;
    line-height: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}

/*========== fv ==========*/
#fv{
    height: 634px;
    width: 100%;
    background-color: #f0f2f4;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.bg_box{
    background: rgba(0,0,0,0.3);
    background: -moz-linear-gradientrgba(0,0,0,0.3);
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 0px;
}
.h2_ttl{
    width: 1400px;
    margin: 0 auto;
    padding: 0px;

}
.h2_sp{
    display:none;}
/*========== side_bnr ==========*/
.offer_bnr {
    background-image: url(img/offer_bnr.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 445px;
    width: 600px;
    padding-left: 105px;
    position: fixed;
    z-index: 200;
    top: 20%;
    right: -600px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.offer_bnr:hover {
    right: 0px;
}
.offer_bg {
    background-color: #F51C06;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    height: 384px;
}
.offer_txt {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
}
.offer_btn,.offer_btn02 {
    position: relative;
    width: 546px;
    margin-right: auto;
    margin-left: auto;
}
.offer_btn img,.offer_btn02 img {
    position: absolute;
    top: 0px;
}
.offer_btn:hover img,.offer_btn02:hover img {
    top: 3px;
}
.offer_sp {
    display: none;
}
/*========== campaign ==========*/
.campaign{
    background-color: #FF8B01;
    padding-top: 70px;
    padding-bottom: 55px;
}
.offer_btn02{
    height: 104px;
    margin-bottom: 80px;}

/*========== contents01 ==========*/
.box01{
    background-image: url(img/bg01.png);
    padding-top: 70px;
    padding-bottom: 60px;
}
.img01{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

/*========== reason ==========*/
.box02{
    background-image: url(img/bg02.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 90px;
    padding-bottom: 100px;
}
.h4_ttl01{
    font-size: 44px;
    background-color: #008BCF;
    color: #FFF;
    text-align: center;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.h4_ttl01 span{
    font-size: 36px;
    margin-right: 8px;
}
.reason_list{
    background-color: #FFE9A5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.reason_list li{
    margin-bottom: 20px;
}
.reason_box{
    background-color: #0081CA;
    padding: 20px;
    margin-bottom: 50px;
    overflow: hidden;
}
.reason_img01{
    background-image: url(img/reason_img01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 490px;
    margin-bottom: 20px;
}
.reason_img02{
    float: left;
    width: 49%;
}
.reason_img03{
    float: right;
    width: 49%;
}
.reason_img04{
    background-image: url(img/reason_img04.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 366px;
    margin-bottom: 20px;
}
.reason_img06{
    background-image: url(img/reason_img06.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 313px;
}

/*========== contents02 ==========*/
.box03{
    background-image: url(img/bg03.png);
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: #8cdaff;
    background-repeat: no-repeat;
    background-position: left top;
}
.c_img01{
    margin-bottom: 20px;
}
.c_img02{
    background-image: url(img/c_img02.png);
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 20px;
    height: 328px;
}
.c_img03{
    background-image: url(img/c_img03.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 493px;
    margin-bottom: 20px;
}
.c_img04{
    height: 327px;
    width: 100%;
    background-image: url(img/c_img04.png);
    background-repeat: no-repeat;
}
.arrow_box01 {
    margin: 0px;
    padding-top: 0px; /* 要素の上の余白調整 */
    width: 100%; /* 四角形の幅 */
    position: relative;
    background-color: #8cdaff;
    padding-bottom: 0px;
    z-index: 10;
}
.arrow_box01:after {
    border-top: 120px solid #8cdaff; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-right: 1000px solid transparent; /* 上のボーダーを透過に指定 */
    border-left: 1000px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    left: 50%;
    padding-top: 1px;
    position: absolute;
    bottom: -120px;
    margin-left: -1000px;
}
/*========== message ==========*/
.box04 {
    background-size: cover;
    position: relative;
    background-image: url(img/bg04.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 800px;
}
.message_box {
    background: rgba(299,299,299,0.8);
    background: -moz-linear-gradientrgba(299, 299, 299, 0.8);
    margin: 0px;
    width: 35%;
    min-width: 500px;
    position: absolute;
    padding: 40px;
    right: 10%;
    top: 160px;
}
.h4_message {
    font-size: 30px;
    line-height: 160%;
    color: #FF300E;
    margin: 0px;
    padding: 0px;
}
.p_message01 {
    font-size: 22px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.p_message02 {
    font-size: 16px;
}
/*========== voice ==========*/
.box05{
    background-image: url(img/bg05.png);
    padding-top: 90px;
    padding-bottom: 80px;

}
.voice_box{
    background-color: #0081CA;
    padding: 20px;
    margin-bottom: 20px;
}
.voice01_01{
    background-image: url(img/voice01_01.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 664px;
    width: 100%;
}
.voice01_02{
    background-image: url(img/voice01_02.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 540px;
    width: 100%;
}
.voice02{
    background-image: url(img/voice02.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 350px;
    width: 100%;
}
.voice03{
    background-image: url(img/voice03.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 326px;
    width: 100%;
}
/*========== faq ==========*/
.faq {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 90px;
}
.faq dt {
    background-color: #004792;
    color: #FFF;
    font-size: 24px;
    line-height: 100%;
    border-bottom: 1px solid #FFF;
    margin: 0px;
    font-weight: bold;
    padding: 25px;
}
.faq dd {
    background-color: #FFF;
    padding: 30px 25px 30px 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.a_ico {
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    line-height: 100%;
}
.a_ico span {
    color: #EA821C;
}
.a_txt {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
    margin: 0px;
    font-size: 16px;
}

/*========== offer ==========*/
.box06{
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #FFE9A5;
}
.p_offer01{
    color: #EB0D35;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.p_offer01 span{
    font-size: 30px;
}
.p_offer02{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
}
.offer_table{
    border-spacing: 0px;
    width: 100%;
    margin-bottom: 60px;
    border-top: 2px solid #FFE9A5;
    border-right: 2px solid #FFE9A5;
    border-left: 2px solid #FFE9A5;
}
.offer_table th{
    vertical-align: top;
    width: 226px;
    background-color: #FF861A;
    text-align: left;
    font-size: 24px;
    color: #FFF;
    border-bottom: 2px solid #FFE9A5;
    margin: 0px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.offer_table td{
    background-color: #FFF;
    padding: 20px;
    font-size: 22px;
    vertical-align: top;
    border-bottom: 2px solid #FFE9A5;
}
.txt_graf {
    margin: 0;
    font-size: 13px;
    color: 000;
    text-align: right;
    }
/*
.h4_offer{
    background-image: url(img/h4_bg.png);
    background-repeat: no-repeat;
    font-size: 34px;
    color: #FFF;
    text-align: center;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    margin-bottom: 40px;
}
*/
/*
.h5_offer{
    font-size: 26px;
    color: #EB0D35;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
*/
/*
.case_box{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #FFF;
    border: 3px solid #FF861A;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0px;
}
.case_txt01{
    padding: 20px;
    float: left;
    margin: 0px;
    width: 590px;
    font-size: 18px;
}
.case_txt01 .case{
    font-size: 28px;
    background-color: #FF861A;
    font-weight: bold;
    color: #FFF;
    line-height: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.case_txt02{
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    background-color: #FF861A;
    float: right;
    width: 320px;
    text-align: center;
    height: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    margin: 0px;
}
.case_txt03{
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    background-color: #FF861A;
    float: right;
    width: 320px;
    text-align: center;
    height: 100%;
    padding-top: 85px;
    padding-right: 20px;
    padding-bottom: 85px;
    padding-left: 20px;
    margin: 0px;
}
.case_txt02 span,.case_txt03 span{
    font-size: 50px;
}
*/
.arrow_box02 {
    margin: 0px;
    padding-top: 0px; /* 要素の上の余白調整 */
    width: 100%; /* 四角形の幅 */
    position: relative;
    background-color: #FFE9A5;
    padding-bottom: 0px;
    z-index: 10;
}
.arrow_box02:after {
    border-top: 120px solid #FFE9A5; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-right: 1000px solid transparent; /* 上のボーダーを透過に指定 */
    border-left: 1000px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    left: 50%;
    position: absolute;
    bottom: -120px;
    margin-left: -1000px;
}
.img_box02 {
    background-image: url(img/bg06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 440px;
}
.p_offer03{
    font-size: 34px;
    color: #EB0D35;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
    margin-bottom: 40px;
}
.p_offer03 span{
    background-color: #FFDF70;
    padding: 2px 5px 2px 5px;}
.p_img01{
    width: 964px;
    margin-right: auto;
    margin-left: auto;
}
.arrow_box03 {
    margin: 0px;
    padding-top: 0px; /* 要素の上の余白調整 */
    width: 100%; /* 四角形の幅 */
    position: relative;
    background-color: #FFF;
    padding-bottom: 0px;
    z-index: 10;
}
.arrow_box03:after {
    border-top: 120px solid #FFF; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-right: 1000px solid transparent; /* 上のボーダーを透過に指定 */
    border-left: 1000px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    left: 50%;
    position: absolute;
    bottom: -120px;
    margin-left: -1000px;
}

/*===== form =====*/
.h_txt01{
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.form{
    padding-bottom: 70px;
    background-color: #FFF;
    padding-top: 70px;
}
.contact_table{
    border-spacing: 0px;
    width: 770px;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid #E80004;
    border-bottom: 1px solid #E80004;
    margin-bottom: 40px;
}
.contact_table th{
    border-top: 1px solid #E80004;
    border-left: 1px solid #E80004;
    background-color: #FFF6EF;
    margin: 0px;
    padding: 20px;
    width: 240px;
    text-align: left;
    background-image: url(img/hissu.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    font-size: 16px;
}
.contact_table th.none{
    background-color: #FFF6EF;
    background-image: none;
}
.contact_table td{
    border-top: 1px solid #E80004;
    border-left: 1px solid #E80004;
    background-color: #FFF;
    margin: 0px;
    padding: 20px;
    text-align: left;}
.form input[type="text"],.form input[type="tel"],.form input[type="email"] {
    width: 324px;
    background-color: #f2f2f2;
    border: solid 1px #f2f2f2;
    box-sizing: border-box;
    padding: 8px;
    outline: none;
}
.form select{
    border: solid 1px #f2f2f2;}
.error_conf{
    color: #E80000;
    font-size: 13px;
    margin: 0px;
    font-weight: bold;
}
.textarea{
    margin-bottom: 7px;
    outline: none;
}
.textarea textarea{
    background-color: #f2f2f2;
    border: solid 1px #f2f2f2;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height: 200px;
    resize : none;
    }
.privacy{
    width: 710px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    background-color: #EFEFEF;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    overflow-y: scroll;
}
.privacy h5{
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.privacy p{
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.privacy ul{
    margin: 0px;
    padding: 0px;
}
.privacy ul li{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 0px;
}
.btn{
    display: block;
    width: 562px;
    height: 118px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 50px;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}
.btn input,.btn02 input,.btn img{
    position: absolute;
    top: 0px;}
.btn:hover input,.btn02:hover input,.btn:hover img{
    opacity: 0.8;
    top: 3px;
}
.form input[type=radio], .form input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.form input[type=radio] + label, .form input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.form input[type=radio],  .form input[type=checkbox] {
    display: none;
    margin: 0;
}
.form input[type=radio] + label,  .form input[type=checkbox] + label {
    padding: 0 0 0 24px;
}
.form input[type=radio] + label::before,  .form input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
}
.form input[type=checkbox] + label::before {
    border: 2px solid #ccc;
}
.form input[type=radio]:checked + label::after,  .form input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.form input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #FF4A48;
    border-bottom: 3px solid #FF4A48;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.p_redtxt{
    font-size: 36px;
    color: #FF0005;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*===== conf.html =====*/
.conf_table{
    border-spacing: 0px;
    width: 770px;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid #E80004;
    border-bottom: 1px solid #E80004;
    margin-bottom: 70px;
}
.conf_table th{
    border-top: 1px solid #E80004;
    border-left: 1px solid #E80004;
    background-color: #FFF6EF;
    margin: 0px;
    padding: 20px;
    width: 240px;
    text-align: left;
    font-size: 16px;
}
.conf_table td{
    border-top: 1px solid #E80004;
    border-left: 1px solid #E80004;
    background-color: #FFF;
    margin: 0px;
    padding: 20px;
    text-align: left;}
.p_conf{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.btn02{
    display: block;
    width: 376px;
    height: 86px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 50px;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

/*===== comp.html =====*/
.comp_box{
    margin-bottom: 200px;
    padding-top: 80px;
}
.p_comp01{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.p_comp02{
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}


.tel_txt01{
    text-align:center;
    font-size:34px;
    margin:0 0 20px 0;
    font-weight:bold;
    line-height:140%;
    color:#FF861A;
}
.tel_txt02{
    text-align:center;
    font-size:45px;
    margin:0 0 5px 0;
    line-height:140%;
    font-weight:bold;
}
.tel_txt02 a{
    text-decoration:none;
    cursor:default;
pointer-events : none;
    color: #eb0d35;

}
.tel_txt03{
    text-align:center;
    font-size:16px;
    line-height:120%;
    margin:0 0 80px 0;
}

    .client_voice_wrap {
        background-image: url(img/bg05.png);
    padding-top: 30px;
    padding-bottom: 20px;
    }

    .client_voice ul {
        padding: 0;
    }

    .client_voice li {
        background-color: #0080d1;
        padding: 20px;
        margin: 0 auto 30px;
    }


    .voice_wrap {
        background-color: #fff;
    }

    .voice_wrap h3 {
        font-size: 56px;
        margin: 0;
        padding: 25px 0 30px 25px;
        color: #ff411c;
        line-height: 120%;
    }

    .voice_wrap h3 span {
        display: block;
        font-size: 24px;
        color: #000;
    }

/*
    .client_voice li:first-child h3 {
        background: url(img/voice_ico01.png) no-repeat 30px center;
    }
*/

/*
    .client_voice li:nth-child(2) h3 {
        background: url(img/voice_ico02.png) no-repeat 30px center;
    }

    .client_voice li:nth-child(3) h3 {
        background: url(img/voice_ico03.png) no-repeat 70px center;
    }

    .client_voice li:nth-child(4) h3 {
        background: url(img/voice_ico04.png) no-repeat 55px center;
    }
*/

    .voice_wrap table {
        width: 920px;
        margin: 0 auto;
        border-collapse: collapse;
    }

    .voice_wrap th {
        color:  #fff;
        background-color: #0080d1;
        width: 75px;
        font-size: 22px;
        text-align: center;
        border: 1px solid #0080d1;
        vertical-align: middle;
    }

    .voice_wrap tr:nth-child(2n+1) td {
        font-size: 22px;
        color: #0080d1;
        border: 1px solid #0080d1;
        font-weight: bold;
        vertical-align: middle;
        padding: 4px 0 0 5px;
    }



    .voice_wrap td {
        font-size: 18px;
        padding: 10px 10px 15px;
    }

    .voice_wrap td span {
        display: block;
        font-size: 32px;
        color: #ff411c;
        font-weight: bold;
        margin: 10px 0 5px 0;
    }

.onhidden{
    height: 500px;
    overflow-y:hidden;
}

    .toggle {
        position:relative;
    z-index:0;
    }


.readmore{
    position:absolute;
    bottom:0;
    width:960px;
    padding: 25px 0 30px;
    text-align:center;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
    font-weight:bold;
    cursor:pointer;
    z-index:999;
    border-bottom: 20px solid #0080d1;
}

.readmore span{
    font-size: 20px;
    border-radius:5px;
    padding: 15px 0;
    background-color:#fff;
    color:#00429b;
    border: 2px solid #00429b;
    display: block;
    width: 336px;
    margin: 0 auto;
}

}

/*===== SP ここから =====*/
@media screen and (max-width: 740px){
    .sp_none {
        display: none;
    }

footer{
    padding-bottom: 110px!important;}
.y_box{
    background-color: #FFCD39;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}
.w_box{
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px;
}
.h_box{
    margin: 0px;
    padding-top: 15px;
    width: 100%;
    position: relative;
    background-color: #00429b;
    padding-bottom: 15px;
}
.h_box:after {
    border-top: 15px solid #00429b;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -15px;
    margin-left: -15px;
}
.h_box02{
    margin: 0px;
    padding-top: 15px;
    width: 100%;
    position: relative;
    background-color: #ff411c;
    padding-bottom: 15px;
}
.h_box02:after {
    border-top: 15px solid #ff411c;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -15px;
    margin-left: -15px;
}
.h_box03{
    margin: 0px;
    padding-top: 15px;
    width: 100%;
    position: relative;
    background-color: #eb1a37;
    padding-bottom: 15px;
}
.h_box03:after {
    border-top: 15px solid #eb1a37;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -15px;
    margin-left: -15px;
}
.h3_ttl01{
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 140%;
}
.h3_ttl01 span{
    color: #FFCD38;}
.h3_ttl02{
    background-color: #EB0D3A;
    margin: 0px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

/*========== fv ==========*/
#fv {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.bg_box {
}
.h2_ttl {
    display: none;
}
.h2_sp {
    position: relative;
    top: 0px;
    z-index: 2;
    margin: 0px;
    padding: 0px;
}
/*========== campaign ==========*/
.campaign{
    background-color: #FF8B01;
    padding-top: 25px;
    padding-bottom: 20px;
}
/*========== side_bnr ==========*/
.offer_bnr {
    width: 100%;
    position: fixed;
    z-index: 200;
    bottom: 0px;
}
.offer_bg {
    background: rgba(255,0,0,0.8);
    background: -moz-linear-gradientrgba(255, 0, 0, 0.8);
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    overflow: hidden;
}
.offer_sp {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-decoration: none;
}
.offer_txt {
    margin: 0px;
    padding: 0px;
    display: none;
}
.offer_btn {
    position: relative;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.offer_btn02{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    }
.txt_graf {
    color: #000;
    font-size: 10px;
    text-align: right;
    margin: 0;
    }
/*========== contents01 ==========*/
.box01{
    background-image: url(img/bg01.png);
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 2.5%;
    padding-right: 2.5%;
}

/*========== reason ==========*/
.box02{
    background-image: url(img/bg02.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 60%;
    padding-top: 30px;
    padding-bottom: 20px;
}
.h4_ttl01{
    font-size: 15px;
    background-color: #008BCF;
    color: #FFF;
    text-align: center;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.h4_ttl01 span{
    font-size: 13px;
    margin-right: 5px;
}
.reason_list{
    background-color: #FFE9A5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.reason_list li{
    margin-bottom: 10px;
}
.reason_box{
    background-color: #0081CA;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.reason_img01{
    background-image: url(img/reason_sp01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 118%;
    margin-bottom: 10px;
}
.reason_img02{
    width: 100%;
    margin-bottom: 10px;
}
.reason_img03{
    width: 100%;
}
.reason_img04{
    background-image: url(img/reason_sp04.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 90%;
    margin-bottom: 10px;
}
.reason_img05{
}
.reason_img06{
    background-image: url(img/reason_sp06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 68%
}
/*========== contents02 ==========*/
.box03{
    background-image: url(img/bg03.png);
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #8cdaff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60%;
}
.c_img01{
    margin-bottom: 10px;
}
.c_img02{
    background-image: url(img/c_img02_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 72%;
    margin-bottom: 10px;
}
.c_img03{
    background-image: url(img/c_img03_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px;
}
.c_img04{
    background-image: url(img/c_img04_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 70%;
}
.arrow_box01 {
    margin: 0px;
    padding-top: 20px; /* 要素の上の余白調整 */
    width: 100%; /* 四角形の幅 */
    position: relative;
    background-color: #8cdaff;
    padding-bottom: 0px;
}
.arrow_box01:after {
    border-top: 40px solid #8cdaff; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-right: 350px solid transparent; /* 上のボーダーを透過に指定 */
    border-left: 350px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    left: 50%;
    position: absolute;
    bottom: -40px;
    margin-left: -350px;
}
/*========== message ==========*/
.box04 {
    background-image: url(img/bg04_sp.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 110%;
    padding-top: 40px;
    padding-bottom: 60%;
}
.message_box {
    width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
}
.h4_message {
    font-size: 16px;
    line-height: 140%;
    color: #FF300E;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.p_message01 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 14px;
}
.p_message02 {
    margin: 0px;
    padding: 0px;
}
/*========== voice ==========*/
.box05{
    background-image: url(img/bg05.png);
    padding-top: 30px;
    padding-bottom: 20px;

}
.voice_box{
    background-color: #0081CA;
    padding: 10px;
    margin-bottom: 10px;
}
.voice01_01{
    background-image: url(img/voice01_01_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 102%;
    margin-bottom: 0px;
}
.voice01_02{
    background-image: url(img/voice01_02_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 104%;
}
.voice02{
    background-image: url(img/voice02_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 80%;
}
.voice03{
    background-image: url(img/voice03_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-top: 74%;
}
/*========== faq ==========*/
.faq {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}
.faq dt {
    background-color: #004792;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    background-image: url(img/faq01.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 22px;
    margin: 0px;
    padding-top: 15px;
    padding-right: 7%;
    padding-bottom: 15px;
    padding-left: 2%;
    cursor: pointer;
}
.faq dt.active {
    background-image: url(img/faq02.png);
}
.faq dd {
    margin: 0px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    display: none;
    background-color: #FFF;
}
.a_ico {
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 14px;
}
.a_ico span {
    color: #EA821C;
}
.a_txt {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    margin-top: 0px;
    padding: 0px;
}

/*========== offer ==========*/
.box06{
    padding-top: 30px;
    padding-bottom: 5px;
    background-color: #FFE9A5;
}
.p_offer01{
    color: #EB0D35;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.p_offer02{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.offer_table{
    border-spacing: 0px;
    width: 100%;
    margin-bottom: 20px;
    border-right: 2px solid #FFE9A5;
    border-left: 2px solid #FFE9A5;
}
.offer_table th{
    vertical-align: top;
    padding: 10px;
    background-color: #FF861A;
    text-align: left;
    font-size: 14px;
    color: #FFF;
    border-bottom: solid #FFE9A5;
    margin: 0px;
    display: block;
    width: 100%;
}
.offer_table td{
    background-color: #FFF;
    padding: 10px;
    vertical-align: top;
    border-bottom: solid #FFE9A5;
    display: block;
}
/*
.h4_offer{
    background-image: url(img/h4_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.h5_offer{
    font-size: 15px;
    color: #EB0D35;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: 140%;
}
.case_box{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 25px;
    padding: 0px;
    border: 3px solid #FF861A;
}
.case_txt01{
    margin: 0px;
    font-size: 13px;
    padding: 10px;
}
.case_txt01 .case{
    font-size: 15px;
    background-color: #FF861A;
    font-weight: bold;
    color: #FFF;
    line-height: 100%;
    display: inline-block;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.case_txt02,.case_txt03{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #FF861A;
    text-align: center;
    margin: 0px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.case_txt02 span,.case_txt03 span{
    font-size: 30px;
}
*/
.arrow_box02 {
    margin: 0px;
    width: 100%; /* 四角形の幅 */
    position: relative;
    background-color: #FFE9A5;
    padding-bottom: 0px;
}
.arrow_box02:after {
    border-top: 40px solid #FFE9A5; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-right: 350px solid transparent; /* 上のボーダーを透過に指定 */
    border-left: 350px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    left: 50%;
    position: absolute;
    bottom: -40px;
    margin-left: -350px;
}
/*
.img_box02 {
    background-image: url(img/bg06.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    padding-top: 35%;
    margin: 0px;
}
*/
.p_offer03{
    font-size: 14px;
    color: #EB0D35;
    text-align: center;
    font-weight: bold;
    line-height: 220%;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 0px;
}
.p_offer03 span{
    background-color: #FFDF70;
    padding: 2px 5px 2px 5px;}
.p_img01{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.arrow_box03 {
    margin: 0px;
    width: 100%; /* 四角形の幅 */
    position: relative;
    background-color: #FFF;
    padding-bottom: 0px;
}
.arrow_box03:after {
    border-top: 40px solid #FFF; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-right: 350px solid transparent; /* 上のボーダーを透過に指定 */
    border-left: 350px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    left: 50%;
    position: absolute;
    bottom: -40px;
    margin-left: -350px;
}
/*===== form =====*/
.h_txt01{
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.form{
    margin-bottom: 25px;
    padding-top: 30px;
}
.form input[type="text"],.form input[type="tel"],.form input[type="email"] {
    width: 100%;
    background-color: #f2f2f2;
    padding: 2% 5% 2% 5%;
    font-size: 16px;
    border: solid 1px #f2f2f2;
    box-sizing: border-box;
    }
.form label{
    font-size: 12px;}
.contact_table{
    border-spacing: 0px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.contact_table th{
    background-color: #FFF6EF;
    font-size: 14px;
    margin: 0px;
    padding: 10px;
    text-align: left;
    background-image: url(img/hissu.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 36px;
    display: block;
}
.contact_table th.none{
    background-color: #FFF6EF;
    background-image: none;
}
.contact_table td{
    background-color: #FFF;
    margin: 0px;
    padding: 10px;
    text-align: left;
    display: block;
    font-size: 13px;
}
.error_conf{
    color: #E80000;
    font-size: 13px;
    margin: 0px;
    font-weight: bold;
    line-height: 140%;
}
.textarea{
    margin-bottom: 20px;
}
.textarea textarea{
    background-color: #f2f2f2;
    border: solid 1px #f2f2f2;
    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    height: 150px;
    resize : none;
    font-size: 16px;
    }
.form input[type=radio], .form input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.form input[type=radio] + label, .form input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}
.form input[type=radio],  .form input[type=checkbox] {
    display: none;
    margin: 0;
}
.form input[type=radio] + label,  .form input[type=checkbox] + label {
    padding: 0 0 0 24px;
}
.form input[type=radio] + label::before,  .form input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background: #FFF;
}
.form input[type=checkbox] + label::before {
    border: 2px solid #ccc;
}
.form input[type=radio]:checked + label::after,  .form input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.form input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #FF4A48;
    border-radius: 8px;
}
.form input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #FF4A48;
    border-bottom: 3px solid #FF4A48;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.privacy{
    width: 100%;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    background-color: #EFEFEF;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.privacy h5{
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.privacy p{
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.privacy ul{
    margin: 0px;
    padding: 0px;
}
.privacy ul li{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 0px;
}
.btn{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;

}
.p_redtxt{
    font-size: 16px;
    color: #FF0005;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}
/*===== conf.html =====*/
.conf_table{
    border-spacing: 0px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.conf_table th{
    background-color: #FFF6EF;
    margin: 0px;
    padding: 15px;
    text-align: left;
    display: block;
}
.conf_table td{
    background-color: #FFF;
    margin: 0px;
    padding: 15px;
    text-align: left;
    display: block;
}
.p_conf{
    font-weight: bold;
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom:20px;
}
.btn02{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
/*===== comp.html =====*/
.comp_box{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    padding-top: 20px;
}
.p_comp01{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.p_comp02{
    font-size: 14px;
    margin-bottom: 30px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.tel_txt01{
    text-align:center;
    font-size:18px;
    margin:0 0 15px 0;
    font-weight:bold;
    line-height:140%;
    color:#FF861A;
}
.tel_txt02{
    text-align:center;
    font-size:22px;
    margin:0 0 5px 0;
    line-height:140%;
    font-weight:bold;
}
.tel_txt02 a{
    text-decoration:none;
    color: #eb0d35;

}
.tel_txt03{
    text-align:center;
    font-size:12px;
    line-height:120%;
    margin:0 0 30px 0;
}

    .client_voice_wrap {
        background-image: url(img/bg05.png);
    padding-top: 30px;
    padding-bottom: 20px;
    }

    .client_voice ul {
        padding: 0;
        margin: 0;
    }

    .client_voice li {
        border: 10px solid #0080d1;
        padding: 10px;
        margin: 0 auto 30px;
        background-color: #fff;
    }


    .voice_wrap {
        background-color: #fff;
    }

    .voice_wrap h3 {
        font-size: 18px;
        margin: 0;
        padding: 10px;
        color: #ff411c;
        line-height: 150%;
    }

    .voice_wrap h3 span {
        display: block;
        font-size: 13px;
        color: #000;
        margin: 5px 0 0;
        line-height: 150%;
    }

/*
    .client_voice li:first-child h3 {
        background: url(img/voice_ico01.png) no-repeat 5% center;
        background-size: 20%
    }

    .client_voice li:nth-child(2) h3 {
        background: url(img/voice_ico02.png) no-repeat 5% center;
        background-size: 20%
    }

    .client_voice li:nth-child(3) h3 {
        background: url(img/voice_ico03.png) no-repeat 5% center;
        background-size: 20%
    }


    .client_voice li:nth-child(4) h3 {
        background: url(img/voice_ico04.png) no-repeat 5% center;
        background-size: 20%
    }
*/

    .voice_wrap table {
        width: 95%;
        margin: 0 auto;
        border-collapse: collapse;
    }

    .voice_wrap th {
        width: 15%;
        color:  #fff;
        background-color: #0080d1;
        text-align: center;
        border: 1px solid #0080d1;
        vertical-align: middle;
        padding: 10px 0;
        line-height: 150%;
    }

    .voice_wrap tr:nth-child(2n+1) td {
        width: 100%;
        font-size: 13px;
        color: #0080d1;
        border: 1px solid #0080d1;
        font-weight: bold;
        vertical-align: middle;
        line-height: 150%;
        padding: 3px 3px 0 5px;
    }



    .voice_wrap td {
        font-size: 13px;
        margin: 0;
        padding: 10px 5px 10px ;
    }

    .voice_wrap td span {
        display: block;
        font-size: 15px;
        color: #ff411c;
        font-weight: bold;
        margin: 0 0 5px 0;
    }


.onhidden{
    height: 300px;
    overflow:hidden;
}

    .toggle {
        position:relative;
    z-index:0;
    }


.readmore{
    position:absolute;
    bottom:0;
    left: 0;
    width:100%;
    padding: 25px 0 30px;
    text-align:center;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
    font-weight:bold;
    cursor:pointer;
    z-index:999;
}

.readmore span{
    font-size: 13px;
    border-radius:5px;
    padding: 10px 0;
    background-color:#fff;
    color:#00429b;
    border: 2px solid #00429b;
    display: block;
    width: 60%;
    margin: 0 auto;
}

    }
