@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
/*/////////////グーグルフォントにする場合///////////////*/
#contents *{
	box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size  : 14px;
    font-weight: 400;
    color      : #433F3F;
}

/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/

#contents_outer {
    background: #fff!important;
}
.h1_section {
    display: none;
}
#article {
    width: 950px;
    float: none;
}


/*-------------------------------------------------------------------------
#
-------------------------------------------------------------------------*/

.headline {
    margin: 0 0 40px;
}
.sub_headline {
    margin: 0 0 40px;
    text-align: center;
}
.strength_items {
    margin: 0 0 40px;
    display        : flex;
    justify-content: space-between;
}
.strength_items:nth-child(2n){
    flex-direction: row-reverse;
}
    .strength_info {
        width: calc(100% - 450px - 42px);
        padding: 41px 0 0;
    }
        .strength_ttl-sub {
            margin: 0 0 25px;
        }
        .strength_text {
            line-height: 2;
        }
.btn_item {
    display: block;
    margin: 60px auto 40px;
    width: 200px;
}
.btn_item:hover {
    opacity: .5;
}