@charset "utf-8";
/** --------------------
	前デザイン引継ぎCSS
--------------------- **/
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1;
}

* html .clearfix {
    height: 1%;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
	.l-container .l-heading-primary {
    	font-size: 25px;
	}
}
.header {
    box-sizing: border-box;
}

.header__logo {
    margin: 0;
    width: 66px;
    line-height: 1;
    padding: 1px 9px 3px 6px;
    float: left;
}
.header__logo img{display: block}

.header__logo span {
    display: none;
}

.header__img {
/*    margin-top: 49px;*/
}

.header__phone {
    float: right;
    background: #ff0000;
    color: #fff;
    line-height: 1;
    height: 43px;
    margin: 0;
    min-width: 130px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-decoration: none !important;
}

.header__phone span {
    display: block;
    margin-left: 18px;
}

.header__phone span:nth-child(2) {
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0 2px 0;
}

.header__phone span:nth-child(3) {
    font-size: 10px;
}

.header__phone img {
    float: left;
    width: 19px;
    margin: 9px 5px 0px 8px;
}

.header__email {
    float: right;
    width: 108px;
    height: 43px;
    background: #7ab916;
    color: #fff;
    margin: 0;
    line-height: 1;
    border: 1px solid #fff;
    border-left: none;
    box-sizing: border-box;
    text-decoration: none !important;
}

.header__email span {
    display: block;
}

.header__email span:nth-child(2) {
    font-size: 10px;
    margin: 7px 0 2px 0;
}

.header__email span:nth-child(3) {
    font-size: 15px;
    font-weight: bold;
}

.header__email img {
    float: left;
    width: 22px;
    margin: 13px 8px 0px 9px;
}
/***** プライバシーポリシー *****/
.privacy-page .center-content{
    padding: 0 2%;
}
.privacy-page .header-content{
    padding: 7px 6px;
    font-size: 13px;
}
.privacy-page header{
    border-bottom: 2px solid #c9a722;
}
.privacy-page header .help-text{
    float: none;
    margin: 0;
    font-size: 13px;
}
.privacy-page header .help-text-2{
    color: #5c5c5c;
    font-size: 12px;
}
.b-privacy {
    padding: 15px 0 60px;
}
.b-privacy .center-content{position: relative}
.b-privacy .separating-line{
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 11;
    background: #bdbdbd;
}
.b-privacy .col{

}
.b-privacy .privacy-group{
    margin: 0 0 18px;
    font-size: 14px;
}
.b-privacy .privacy-group-title{
    padding: 6px 10px;
    line-height: 1.2;
    font-weight: bold;
    background: #f6e5a0;
    margin: 0;
}

.b-privacy .privacy-group-content{
    padding: 6px 2px 0;
}
.b-privacy .privacy-group-content p{
    margin: 0;
    line-height: 1.5;
}
.b-privacy .privacy-group-content p:last-child,
.b-privacy .privacy-group:last-child{margin: 0}

.b-privacy-rules {
    padding: 20px 0 15px;
    background: #f1f1f1;
}
.content-title.left-border{
    font-weight: bold;
    font-size: 22px;
    border-left: 3px solid #ff0000;
    padding: 0 0 0 6px;
    margin: 0 0 17px;
    line-height: 1;

}
.b-privacy-rules .border-box{
    padding: 16px 13px;
    border: 2px solid #ff0000;
    line-height: 1.75;
    font-size: 13px;
}
.b-privacy-rules .border-box p{
    margin: 0;
}
.b-privacy-rules li{list-style: none}
.b-privacy-rules .rules-list{
    counter-reset: number;
    margin: 0;
    padding: 0;
}
.b-privacy-rules .rules-list > li{
    position: relative;
    padding: 1px 0 0 31px;
}

.b-privacy-rules .rules-list > li:before{
    content: counter(number, decimal);
    counter-increment: number;
    width: 24px;
    height: 24px;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.b-privacy-rules .list-number.red{
    margin: 0;
    padding: 0;
    counter-reset: number;
}
.b-privacy-rules .list-number.red > li{
    position: relative;
    padding: 0 0 0 16px;
}
.b-privacy-rules .list-number.red > li:before{
    content: counter(number, decimal) ".";
    counter-increment: number;
    color: #ff0000;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
}
.privacy-page .url-home{
    display: inline-block;
    margin: 20px 0 70px;
    color: #004cd7;
    padding: 0 0 0 10px;
    position: relative;
    font-size: 14px;
}
.privacy-page .url-home:before{
    content:"";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #717171 transparent transparent;

}
.privacy-page footer {
	margin: 0
}
.privacy-page .url-home{
    display: inline-block;
    margin: 20px 0 70px;
    color: #004cd7;
    padding: 0 0 0 10px;
    position: relative;
    font-size: 14px;
}
.privacy-page .url-home:before{
    content:"";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #717171 transparent transparent;
}
/***** 会社概要 *****/

/***** 代表挨拶 *****/
.message-ceo {
    text-align: center;
}
.message-ceo p {
    font-size: 1rem;
    margin-top: 5px;
}
.message-ceo span {
    font-size: 0.8rem;
}
/***** 取引会社 *****/

/***** コラム *****/
.header .header-content {
    padding: 5px 5px 7px;
}
/***** フッター *****/
footer {
    text-align: center;
    background-color: #ff0000;
    padding: 10px 0;
	height: 150px;
}

footer p {
    margin: 10px 0 0;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: #fff;
}
footer a{
    font-size: 11px;
    color: #fff;
}