@charset "UTF-8";

/**

*   更新履歴
*   2022.10.13 ファーストビュー下文言/img追加
*   
*   
*
*
*
*/


/** 2022.10.13 start */
.index_cathWrap {
    margin-top: 80px;
    margin-bottom: 80px;
}
.index_logoimg{
    max-width: 500px;
    margin: 0 auto;
}
.index_impact {
    color: #1C3244;
    font-weight: bold;
}
.index_text-catch{
	font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

@media (min-width: 1200px)
.index_container {
    max-width: 820px;
}
@media (min-width: 992px)
.index_container {
    max-width: 960px;
}
@media (min-width: 768px)
.index_container {
    max-width: 830px;
}
@media (min-width: 576px)
.index_container {
    max-width: 540px;
}



/** 2022.10.13 end */

.col-category_btn {
    width: 210px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #1C3244;
    border: solid 1px #1C3244;
    border-radius: 5px;
}
.col-category_btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.top-pro_area {
    width: 100%;
    
    padding: 30px;
    background-image: url(../../img/top/top-pro_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
h2.top-pro_title {
    padding-top: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
p.top-pro_text {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
}
.top-pro_btn {
    width: 220px;
    height: 40px;
    background-color: #FF6600;
    text-align: center;
    border-radius: 6px;
}
.top-pro_btn a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}