﻿@charset "UTF-8";
/*************************************************
【会社情報】共通設定
**************************************************/
/* paddingとborderを幅と高さに含める */
*, *:before, *:after {
    box-sizing: border-box;
}

/* リンクの色 */
a:link, a:visited, a:active {
    color: #fff;
    text-decoration: none;
}
/* 申請書のリンクの色 */
.item:link, .item:visited, .item:active {
    color: #0000ee;
    text-decoration: none;
}

a:hover {
    color: rgba(102, 102, 102, 0.6);
}

/* トップ画像の中央を常に表示する */
#topArea {
    background:url(../img/company_head.jpg) no-repeat top center;
    background-size: cover;
    font-family: 'M PLUS 1p','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #fff;
    position: relative;
    padding: 30px 2% 2% 2%;
    background-color: white;
    overflow: initial;
}
#topArea .container {
    max-width: 970px;
    margin:0 auto;
}
#topArea h1 {
    margin-bottom:20px;
}
#topArea h2 {
    font-size: 140%;
    text-align: center;
    font-weight:normal;
    margin-bottom:10px;
    text-shadow: 0 0 8px #0655f7;
}
#topArea p {
    font-size: 100%;
    line-height: 1.4;
    text-shadow: 0 0 3px #0655f7;
    margin-bottom: 14%;
}

/* セクションの余白設定 */
#businessInfoArea {
    margin-top: 50px;
    margin-bottom: 100px;

    color: #555;
}

/*　見出し要素
----------------------------------------*/
#businessInfoArea h1 {
    font-size: 2.0em;
    font-weight: normal;
}

#businessInfoArea  h2 {
	margin: 10px 0 25px 0;
    font-weight: normal;
}

#businessInfoArea  h3 {
    font-weight: normal;
}

#businessInfoArea  h4 {
    margin: 0 0 6px 0;
    font-weight: normal;
}

#businessInfoArea h4.bold {
    font-weight: bold;
}

/*　レイアウト要素
----------------------------------------*/
#businessInfoArea .title {
	margin: 40px auto 10px auto;
}

#businessInfoArea .title:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#businessInfoArea .title h4 {
	float: left;
}

/*コンテンツのボックス*/
.center_block {
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}

/*コンテンツのボックス*/
.com_content_box {
	margin: 0 auto 25px auto;
}

.com_content_box .box_btm {
	height: 10px;
	margin-top: 30px;
}

/*折りたたみのタイトル*/
.con_content_title {
	padding: 0 0 7px 0;
	margin: 10px auto 0 auto;
	/* width: 650px; */
}

.con_content_title:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.con_content_title h4 {
	color: #5C595E;
	float: left;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
	width: 570px;
	margin: 0;
	padding: 3px 0;
}

.con_content_title h5 {
	color: #5C595E;
	float: left;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
	width: 530px;
	padding: 3px 0 3px 40px;
}


/*閉じる・開く*/
.con_content_title .control {
	display: block;
	float: right;
	width: 62px;
}


/*リード文*/
.com_lead_box {
	border-top: 1px solid #AFAFAF;
	background-color: #FAFAFA;
	font-size: 108%;
	line-height: 1.6;
	margin: 20px auto;
	padding: 20px 30px;
	/* width: 590px; */
}

/*コンテンツ本文*/
.com_section {
	font-size: 108%;
	margin: 10px auto;
	padding: 0 0 20px 0;
}

/*テキスト等*/
.com_content_box p {
	line-height: 1.75;
	margin: 0 0 10px 0;
}

.com_content_box ul {
	margin: 0 0 10px 35px;
}

.com_content_box li {
	line-height: 1.75;
	margin: 0 0 10px 0;
}

/*　テキストの装飾
----------------------------------------*/
.com_content_box .bold,
.com_content_box strong {
	font-weight: bold;
}

.com_content_box .red {
	color: #C81419;
}

.com_content_box .center {
	text-align: center;
}

.com_content_box .indent {
	margin-left: 20px;
}

.com_content_box .tright {
	text-align: right;
}

/*テーブル*/
.com_content_box table {
	/* margin: 20px auto; */
	/* width: 600px; */
}
.com_content_box caption {
    caption-side: top;
    background: #ffa549;
    border: 1px solid #000;
    border-bottom: none;
	color: #555;
}

.com_content_box tr {
	border-bottom: dotted 1px #BBB;
}


.com_content_box th {
	font-weight: normal;
	vertical-align: top;
	line-break: strict;
	line-height: 1.6;
	font-size: 108%;
	padding: 6px 0 6px 5px;
}

.com_content_box td {
	line-height: 1.6;
	font-size: 108%;
	vertical-align: top;
	padding: 6px 0;
}