﻿#contents_lp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 40px;
}

.block-topic-path{
	padding:20px;
	margin-bottom:0px;
}


.pane-topic-path {
    border: none;
    background-color: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* パンくず */

.block-topic-path {
    padding: 20px;
    margin-bottom: 0px;
	font-size: 16px;
}

.block-topic-path--list li {
    padding-right: 1.0em;
	    display: inline-block;
}

.block-topic-path--list .block-topic-path--item__home a {
    padding-left: 0;
	text-decoration: underline;
	color: #333333;
}

a:hover {
    text-decoration: none;
    color: #FF6600 !important;
}


@media screen and (max-width: 767px) {
.block-topic-path{
margin-top:0px;
}
}

.yasu{
display:inline-block;
margin-right:10px;
color:#911e81;
font-weight:bold;
}


/* お申込みボタン */

.cta-pagelink {
    font-family: YakuHanJPs, "NotosansJP", "メイリオ", sans-serif;
    color: #fff !important;
    display: block;
    background: #f51d12;
    border: 3px solid #f51d12;
    width: 610px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    font-size: 35px;
    font-weight: bold;
    box-shadow: 0 2px 6px #aaa;
    height: 100px;
    line-height: 94px;
    overflow: hidden;
    text-decoration: none !important;
	margin-top:20px;
}


.cta-pagelink:hover, .cta-pagelink:active {
    background: #fff;
    color: #f51d12 !important;
    box-shadow: none;
}

/* SP最適化 */
@media screen and (max-width: 767px) {
.container {
    width: 98%;
}

#contents_lp {
    width: 94%;
}

.cta-pagelink {
        color: #fff !important;
        display: block;
        background: #f51d12;
        border: 3px solid #f51d12;
        width: 100%;
        border-radius: 60px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 0;
        margin: 0 auto 30px;
        font-size: 6vw;
        font-weight: bold;
        box-shadow: 0 2px 6px #aaa;
        height: 80px;
        line-height: 74px;
        letter-spacing: -1px;
        overflow: hidden;
        text-decoration: none !important;
        box-sizing: border-box;
    }


}


.wrapper .proname{
margin-top:0px !important;
margin-bottom:10px !important;
}

.wrapper .cmn_message {
border:none;
}

.mt0{
margin-top: 0px !important;
}

.fs20{
    font-size: 20px !important;
}