@charset "UTF-8";
/*************************************************
【会社情報 - 個人情報保護基本方針】共通
**************************************************/

/*************************************************
↓border-top と border-bottom をコメントにした
**************************************************/
/* 最初のセクションの余白設定 */
#businessInfoArea .com_section:first-of-type {
    margin: 50px 0 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*************************************************
↓padding: .75em 0; を書き変えた
**************************************************/
#businessInfoArea .com_section:first-of-type span {
    padding-bottom: .75em;
}

/* 閉じる・開くボタン項目のタイトル */
.con_content_title {
    border-bottom: double 3px #FFC778;
}

.con_content_title h5 {
:\    font-weight: normal;
}

/* h5配下テキストの段落下げ */
.low_paragraph {
    margin-left: 50px;
}

/*************************************************
↓書き加えた
**************************************************/
#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 100px;
    color: #555;
}

#businessInfoArea .container {
    width: 96%!important;
    margin: 0 auto;
}

#businessInfoArea .com_content_box p {
	line-height: 1.5;
	margin-top: 10px;
}

@media screen and (max-width: 767px) { 
	.com_section {
    	font-size: 108%;
    	margin: 10px auto;
    	padding: 0 0 0 0!important;
	}
}

@media screen and (min-width: 768px) {
	.com_section {
    	font-size: 108%;
    	margin: 10px auto;
    	padding: 0 0 0 0!important;
	}
} 