@charset "utf-8";
/* CSS Document */

/* =================================================================== */
/* CSS NORMALIZATION
/* =================================================================== */


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}
em, i, dfn {
    font-style: italic;
}
dfn {
    font-weight:bold;
}
p, code, pre, kbd {
    margin:0 0 1.5em 0;
}
blockquote {
    margin:0 1.5em 1.5em 1.5em;
}
cite {
    font-style: italic;
}
li ul, li ol {
    margin:0 1.5em;
}
ul, ol {
    margin:0 1.5em 1.5em 1.5em;
}
ul {
    list-style-type:disc;
}
ol {
    list-style-type:decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
dl {
    margin:0 0 1.5em 0;
}
dl dt {
    font-weight:bold;
}
dd {
    margin-left:1.5em;
}
table {
    margin-bottom:1.4em;
    box-sizing: border-box;
}
th {
    font-weight:bold;
}
th, td, caption {
    padding:4px 10px 4px 5px;
}
tfoot {
    font-style:italic;
}
sup, sub {
    line-height:0;
}
abbr, acronym {
    border-bottom: 1px dotted;
}
address {
    margin:0 0 1.5em;
    font-style:italic;
}
del {
    text-decoration: line-through;
}
pre {
    margin:1.5em 0;
    white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    display: inline;
}
img.alignleft {
    display: inline;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}

* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
    display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img{ vertical-align: bottom; border-style:none; }

header, footer, article, aside, figure, figucaption, section, nav { margin: 0; paddign: 0; }

a { outline: 0; /* FireFox用 */ }

/* =================================================================== */








/* =================================================================== */
/* BASE
/* =================================================================== */

body{
    min-width: 960px;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: #262626;
}

p{ line-height: 1.6; margin: 0; padding: 0;}

a{ color: #0072bc; text-decoration: none;}
a:hover{ text-decoration: underline;}

a img{ border: none;}

img{ vertical-align: bottom;}

/* =================================================================== */









/* =================================================================== */
/* HEADER
/* =================================================================== */

#header_logo {
	width: 960px;
	margin: 30px auto;
}

#header_logo p {
	margin: 0 0 10px;
}
#header_title {
	padding: 50px 0;
	background-color: #5c2482;/*#49ab8a;*/
}

#header_title .header_title_box {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	/*text-align:center;
	/*vertical-align:middle;*/
}

#header_title .header_title_box h1 {
	display:block;
	/*text-align:center;
	margin-left:72px;*/
}

#header_title .header_title_box .info_banner {
	display:block;
	/*margin-left:72px;
	vertical-align:middle;
	*/
}

#header_title .header_title_box .info_banner a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);  /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;  /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;  /* Safari 1.x */
	zoom: 1;  /* ie */
}

#header_title .header_title_box .h1_adjust {
	margin-bottom:/*18px;*/
}


#header_title .header_title_box .info_banner_image {
	 margin-left:0;
	 border:8px solid #FFF;
}


/* =================================================================== */





/* =================================================================== */
/* MAIN　/　基本設定
/* =================================================================== */

#main {
	width: 960px;
	margin: 50px auto 0;
}

#main .red_text {
	color: #f00;
}

#main p {
	margin: 0 0 30px;
}

#main p.last {
	margin: 0;
}

#main section {
	margin: 100px 0 0;
}

#main h2 {
	margin: 0 0 30px;
	padding: 10px 0 10px 15px;
	color: #5c2482;/*#49ab8a;*/
	border-left: 10px solid #5c2482;/*#49ab8a;*/
	border-bottom: 1px solid #5c2482;/*#49ab8a;*/
}

#main small {
	display: block;
}

#main strong {
	display: block;
	margin: 0 0 -20px;
	font-size: 20px;	
}

/* =================================================================== */





/* =================================================================== */
/* index.html / トップページ
/* =================================================================== */





/* =================================================================== */
/* section01　/　再生医療等臨床研究補償保険制度創設経緯と保険制度の特長
/* =================================================================== */

#section01 .feature_box {
	padding: 10px 0 0;
	overflow: hidden;
}

#section01 .feature_box .left_ol {
	float: left;
}

#section01 .feature_box .right_ol {
	float: right;
}

#section01 .feature_box ol {
	overflow: hidden;
	width: 465px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#section01 .feature_box ol img {
	float: left;
	margin: -2em 20px 0 0;
}

#section01 .feature_box ol li {
	height: 100px;
	padding: 2em 0 0;
}

#section01 .red_box {
	border:#f00 solid 1px;
	padding: 10px;
}
/* =================================================================== */





/* =================================================================== */
/* section02　/　再生医療等臨床研究保険の概要
/* =================================================================== */

/* =================================================================== */





/* =================================================================== */
/* section03　/　お支払する保険金ならびに支払限度額・補償金額
/* =================================================================== */

#section03 {
	position: relative;
}

#section03 table {
	width: 100%;
	text-align: left;
	border-collapse:collapse;
	border-spacing: 0;
}

#section03 table .right_text {
	text-align: right!important;
}

#section03 table .center_text {
	text-align: center!important;
}

#section03 table .left_text {
	text-align: left!important;
}

#section03 .simple_table thead tr th {
	padding: 10px;
	color: #fff;
	background-color: #555;
	text-align:left!important;
}

#section03 .simple_table tbody tr th {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
	text-align:left!important;
}

#section03 .simple_table tbody tr td {
	padding: 10px;
	border: 1px solid #ddd;
}


#section03 .simple_tableC thead tr th {
	padding: 10px;
	color: #fff;
	background-color: #555;
	text-align:center;
}

#section03 .simple_tableC tbody tr th {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
	text-align:center;
}
#section03 .simple_tableC tbody tr th .txt-s {
	font-size: 13px;
	font-weight: normal;
}

#section03 .simple_tableC tbody tr td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align:center;
}



#section03 .data_table thead tr th {
	padding: 10px;
	color: #fff;
	background-color: #555;
	text-align:left!important;
}

#section03 .data_table thead tr td {
	padding: 10px;
	border: 1px solid #ddd;
}

#section03 .data_table tbody tr th {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
	text-align:left!important;
}

#section03 .data_table tbody tr td {
	padding: 10px;
	border: 1px solid #ddd;
}

#section03 .leftAnnot {
    padding-left: 0px!important;
    padding-top: 18px!important;
    padding-bottom: 2px!important;
    border-right-width: 0px!important;
    border-left-width: 0px!important;
}

#section03 .noWallRight {
    border-right-style: none!important;
}

#section03 .noWallLeft {
    border-left-style: none!important;
}

#section03 .noBold {
    font-weight: normal!important;
}

#section03 .noBorder {
    border:none!important;
}

#section03 .rightAnnot {
    padding-top: 18px!important;
    padding-bottom: 2px!important;
    padding-right: 0px!important;
    border-right-width: 0px!important;
    border-left-width: 0px!important;
}

#section03 .annotation_text {
	/*position: absolute;*/
	vertical-align:top;
	padding-top: 4px!important;
	padding-right: 0px!important;
	border-right-width: 0px!important;
	padding-left: 7px!important;
	border-bottom-width: 0px!important;
	line-height:18px!important;
	right: 0;
	bottom: 80px;
	width: 48%;
}

#section03 .annot_group {
    padding-left: 10px!important;
    line-height:1.7em!important;
    margin-bottom: 0px!important;
}
/* =================================================================== */





/* =================================================================== */
/* section04　/　保険契約者・被保険者
/* =================================================================== */

/* =================================================================== */





/* =================================================================== */
/* section05　/　保険期間
/* =================================================================== */

#section05 .border_box {
	padding: 20px;
	border: 1px solid #5c2482;/*#49ab8a;*/
	margin: 0 0 30px;
}

#section05 .annotation_X {
	padding-left: 5em;
	text-indent: -5em;
}

#section05 .hokenkikan {
	font-size:75%;
	vertical-align:top;
	position:relative;
	top:0.7em;	
}

/* =================================================================== */





/* =================================================================== */
/* section06　/　お申し込みの流れ
/* =================================================================== */

#section06 ul {
	margin: -30px 0 0 1em;
	padding: 0;
	list-style: none;
}
#section06 .annotation_X {
	padding-left: 2.5em;
	text-indent: -2.5em;
}

#section06 .requesticon_btn {
	margin: 50px 0 70px;
	text-align: center;
}


/* =================================================================== */





/* =================================================================== */
/* section07　/　資料請求・お問合わせ先（取扱代理店）
/* =================================================================== */

#section07 dl dt {
	float: left;
	width: 7em;
}

#section07 dl dd {
	overflow: hidden;
}

#section07 table {
	text-align: left;
	border-collapse:collapse;
	border-spacing: 0;
}

#section07 .simple_table2 thead tr th {
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: #555;
}

#section07 .simple_table2 tbody tr th {
	text-align: left;
    font-weight:normal;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
}

#section07 .simple_table2 tbody tr td {
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
}

/* =================================================================== */





/* =================================================================== */
/* request.html　/　資料ダウンロードのページ
/* =================================================================== */

#wrapper02 #header_title {
	margin: 30px 0 0;
	padding: 20px 0;
}

#wrapper02 #main {
	overflow: hidden;
	margin: -50px auto;
}

#wrapper02 #main ul {
	margin: 0 0 50px;
	padding: 20px;
	list-style: none;
	border: 1px solid #5c2482;/*#49ab8a;*/
}
#wrapper02 #main ul + ul {
	margin-top: -20px;
}

#wrapper02 #main ul li {
	line-height: 3;
}

#wrapper02 #main ul li a img {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

#wrapper02 #main ul li .title-download {
	font-weight: bold;
	font-size: 15px;
	color: #5c2482;
}

/* =================================================================== */





/* =================================================================== */
/* FOOTER
/* =================================================================== */

#footer {
	margin: 100px 0 0;
	background-color: #eee;
}

#f_nav {
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#f_nav .authorization_num {
	position: absolute;
	bottom: 110px;
	right: 0;
	font-size: 12px;
}

#f_nav ul {
	position: absolute;
	bottom: 50px;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#f_nav ul li {
	display: inline;
	margin: 0 1.2em 0 0;
}

#f_nav ul li a:hover {
	text-decoration: underline;
}

#f_nav .pageTop {
	position: absolute;
	bottom: 25px;
	right: 0;
}
.mB10 {
    margin-bottom: 10px !important;
}
.bold {
    font-weight: bold;
}
.font18 {
    font-size: 138.5% !important;
}

/* =================================================================== */

#header_logo p.logo_text img {
    vertical-align: -2px;
}
#header_logo p.logo_text {
    display: block;
    color: #006c60;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
#header_logo p.logo_text span {
    display: block;
    padding-left: 0;
}