@charset "UTF-8";
/*------------------------------------------------------------------------------
共通設定
------------------------------------------------------------------------------*/
.block-kiso{
	margin: 30px 0px 0px;
    padding: 0px;
}
#woman #kiso .select .lead {
    margin: 0px 0px 0px 0;
    padding: 10px 0 0px 0px;
}
#woman #kiso .about-block{
    padding: 0px;
}
#woman .kome{
    font-size: 12px;
    margin: 5px 0px 0px;
    padding: 0px;
}

#woman #kiso .kome.right {
	text-align:right;
}

#woman .list01 li .title span {
    padding: 10px 5px 8px;
}
#woman .block-image{
	margin-top: 0;
}
#woman .block-image,
#woman .block-image img{
	width: 100%;
}
#woman .block-image p{
	margin-top: 10px;
	text-align: center;
}
#woman #kiso .ttl_womanimage {
	font-size:16px;
	margin:20px 0 0 0;
}
#woman #kiso .need .image01 {
	width: 100%;
	max-width: 640px;
}
#woman #kiso .ttl_womanimage + .image01 { 
	margin-top: 7px !important;
}

#woman #kiso .f01 { font-weight:bold; }
#woman #kiso .f02 { background-color:#fff9a7; }
#woman #kiso .f03 { text-decoration:underline; }
#content #woman #kiso .f04 { color: #FFF; background: #ff4e73; }
#content #woman #kiso .f05 { background:#ffedf1; }
#content #woman #kiso .f06 { background:#ff88a1; }
/*------------------------------------------------------------------------------
女性保険って何？
------------------------------------------------------------------------------*/

/*女性保険はどんな特徴があるの？*/
.woman-tbl  {
	margin: 10px 0px 0px auto;
	padding: 0px;
	width: 100%;
}
.woman-tbl table {
	background: #878787;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	border-collapse: collapse;
	font-size: 14px;
}
.woman-tbl table tr .t02 {
	background: #ff4e73;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	width: 267px;
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
}
.woman-tbl table tr .t01 {
	background: #E6E6E6;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: auto;
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
}
.woman-tbl table tr .t03 {
	background: #FDFEFF;
	color: #0680C2;
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 265px;
	border: 1px solid #0680C2;
}
.woman-tbl table tr td {
	text-align: center;
	margin: 0px;
	padding: 5px 0.5em;
	width: auto;
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
}
.woman-tbl table tr .col01 {
	background: #FBFBFB;
}
.woman-tbl table tr .col02 {
	background: #ffedf1;
}
.woman-tbl table tr .col03 {
	background: #ECF5FA;
	border-right:none;
}

.arrow-normal,
.arrow-up{
	position: relative;
	display: inline-block;
	padding: 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px !important;
}
.arrow-normal::before,
.arrow-up::before,
.arrow-normal::after,
.arrow-up::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow-normal::before{
	right: -3em;
	width: 11px;
	height: 2px;
	background: #0680C2;
}
.arrow-normal::after{
	right: -3em;
	width: 8px;
	height: 8px;
	border-top: 2px solid #0680C2;
	border-right: 2px solid #0680C2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-up::before{
	right: -3em;
	width: 12px;
	height: 2px;
	background: #ff4e73;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow-up::after{
	right: -3em;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ff4e73;
	border-right: 2px solid #ff4e73;
}
#woman .block-image .image01{
	max-width: 600px;
}
#woman .block-image .image02{
	max-width: 610px;
}

/*女性特有の病気ってどんなもの？*/
.woman-specific{
	width: 100%;
	margin: 20px 0;
}
.woman-specific p{
	margin-bottom: 10px;
}
.spec-list{
	width: 30%;
	float: left;
}
.spec-list:nth-child(2){
	border-left: 1px #ccc dotted;
	border-right: 1px #ccc dotted;
    margin: 0 2%;
	padding: 0 2.5%;
}
.spec-list:last-child{
	float: right;
}

/*女性特有のがんについて*/
#woman .ul-womanlink li{
	margin-bottom: 5px;
}


/*------------------------------------------------------------------------------
どんなことを心配して保険を選んでいるの？
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
女性保険って出産の時つかえるの？
------------------------------------------------------------------------------*/
#woman .tbl-birth h4 {
	margin-top: 10px;
	margin-bottom: 3px;
}
#woman .tbl-birth h4 span{
	font-weight: normal;
}
#woman .tbl-birth table.left {
	width: 49%;
	float: left;
	font-size: 14px;
}
#woman .tbl-birth table.right {
	width: 49%;
	float: right;
	font-size: 14px;
}
#woman .tbl-birth table {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #ccc;
}
#woman .tbl-birth table thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #e6e6e6;
}
#woman .tbl-birth table thead th {
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
}
#woman .tbl-birth table tbody th {
	text-align: center;
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fbfbfb;
}
#woman .tbl-birth table td {
	width: 350px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#woman .tbl-birth .fs-c {
	font-size: 20px;
}
#woman .tbl-birth .tbl02{
	width: 100%;
	margin: 0;
	font-size: 14px;
}
#woman .tbl-birth .tbl02 tbody th{
	width: 40%;
}
#woman .tbl-birth .tbl02 tbody td{
	width: auto;
}

/*------------------------------------------------------------------------------
女性特有のがんリスクと女性保険の必要性
------------------------------------------------------------------------------*/
#woman #kiso .need table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	border-top:1px solid #878787;
	border-left: 1px solid #878787;
}
#woman #kiso .need table th {
	background: #ffedf1;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px 0.5em;
	border: 1px solid #878787;
}
#woman #kiso .need table td {
	text-align: center;
	border: 1px solid #878787;
	margin: 0px;
	padding: 5px 0.5em;}
#woman #kiso .need table .c01 {
	text-align:left;
}

/*------------------------------------------------------------------------------
帝王切開による出産費用は高額になる
------------------------------------------------------------------------------*/
#woman #kiso.costs .tbl-case table{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 16px;
	text-align: left;
	border-collapse: collapse;
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
}
#woman #kiso.costs  .tbl-case table th {
	background: #ffedf1;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px 0.5em;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#woman #kiso.costs .tbl-case table td {
	padding: 5px 0.5em;
}
#woman #kiso.costs .list01{
	padding-left: 1em!important;
	margin-top: 15px;
}
#woman #kiso.costs .tbl-birth thead th{
	background: #ffedf1;
	border-bottom: 1px solid #ccc;
	vertical-align: middle!important;
}

#woman #kiso.costs .tbl-birth .institutions th{
	font-size: 16px;
}
#woman #kiso.costs .tbl-birth .institutions td{
	padding: 5px 0.5em;
	font-size: 16px;
}	
#woman #kiso.costs .tbl-birth .li-indent li,
#woman #kiso.costs .list01 li {
    padding-left: 1em!important;
    text-indent: -1em!important;
}
#woman #kiso.costs .p-border{
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 15px;
}