@charset "utf-8";
/* CSS Document */
/*---------------------------------------
 COMMON
---------------------------------------*/

/* breadcrumb
---------------------------------------*/
.breadcrumb{
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 0.8em;
}
.breadcrumb li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.breadcrumb li a{
    text-decoration: underline;
}
.breadcrumb li a::after{
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* blkInsurance01
---------------------------------------*/
.blkInsurance01 {
    margin: 0 auto 35px auto;
	text-align: center;
}
.blkInsurance01_inner {
 	width: 90%;
	margin: 0 auto;
}
/* hdg-level
---------------------------------------*/
.hdg-level02-01 {
	background: url(../images/bg_01.png) top left repeat-x;
	background-size: 100% 65px;
	font-size: 20px;
	padding: 17px;
}

/* blkInsurance02
---------------------------------------*/
.blkInsurance02 {
  	margin: 0 auto 35px auto;
}
.blkInsurance02_inner {
 	width: 90%;
	margin: 0 auto;
}
.blkInsurance02 h2 {
  	font-size: 17px;
	font-weight: bold;
	background-color: #f0f0f0;
	border-bottom: 2px solid #76b54a;
	padding: 5px 5px 5px 15px;
	margin-bottom: 15px;
}
.blkInsurance02 .boxAdd {
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-bottom: 15px;
}
.blkInsurance02 .boxAdd dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.blkInsurance02 .boxAdd dd {
	font-size: 13px;
}
.blkInsurance02 .text01 {
	font-size: 15px;
}
.blkInsurance02 .text01 {
	font-size: 15px;
	margin-top: 15px;
}
.blkInsurance02 .boxLogo {
	width: 100%;
	border: 1px solid #eaeaea;
	display: table;
}
.blkInsurance02 .boxLogo dt {
	width: 26%;
	display: table-cell;
	padding: 2%;
	vertical-align: middle;
}
.blkInsurance02 .boxLogo dd {
	width: 76%;
	display: table-cell;
	padding: 2%;
	border-left: 1px solid #eaeaea;
	vertical-align: middle;
}
.blkInsurance02 .boxLogo dd a {
	font-size: 14px;
}
/* list-bullet
---------------------------------------*/
.list-bullet01 {
    margin-top: 20px;
}
.list-bullet01 > li {
    padding-left: 14px;
	text-indent: -14px;
	font-size: 14px;
	text-align: left;
}
.list-bullet02 > li {
	padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
}
.list-bullet03 > li {
	padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
}
.list-bullet03 > li span {
	color: #36ad66;
}
.list-bullet04 > li {
	padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
}
.list-bullet04 > li span {
	color: #1f9ded;
}
.list-bullet05 > li {
	padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
.list-bullet05 span {
	 color: #e23251;
}
.list-bullet05 em {
	 font-weight: normal;
}
/* list-label01
---------------------------------------*/
.list-label01 {
	margin-top: 10px;
	overflow: hidden;
}
.list-label01 li {
	font-size: 15px;
	margin: 0 0 5px 5px;
	float: left;
	vertical-align: middle;
}
.list-label01 li span {
	font-size: 15px;
	color: #fff;
	background-color: #1f9ded;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px;
	display: block;
}
.list-label01 li em {
	padding: 5px;
	display: block;
}
.list-label02 li span {
	background-color: #36ad66;
}

/* button
---------------------------------------*/
.button01 {
	margin-top: 15px;
}
.button01 a {
	border-radius: 5px;
    padding: 20px 25px 20px 0;
    margin: 0 auto;
    min-width: 100px;  
	display: block;
	position: relative;
	cursor: pointer;
	border: 2px solid #fc3516;
	background: #ff8338;
	background: -moz-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8338), color-stop(100%, #fc3516));
	background: -webkit-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: -o-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: -ms-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: linear-gradient(to bottom, #ff8338 0%, #fc3516 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5c5c', endColorstr='#fc3516', GradientType=0 );
	padding-right: 4%;
}
.button01 a:hover {
	color: #fff;
}
.button01 .text {
	font-size: 20px;
	color: #fff;
    font-weight: bold;
    text-align: center;
}
.button01 .icon {
	width: 9px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	
}
.button02 {
	margin-top: 15px;
}
.button02 a {
	background: url(../images/ico_02.png) left center no-repeat;
	background-size: 15px 15px;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}
.button02 a span {
	border-bottom: 1px solid #a4a4a4;
	padding-bottom: 3px;
	font-size: 98%;
	letter-spacing: -0.5px;
}

.button03 {
	margin-top: 15px;
}
.button03 a {
	border-radius: 5px;
    padding: 20px 25px 20px 0;
    margin: 0 auto;
    min-width: 100px;  
	display: block;
	position: relative;
	cursor: pointer;
	border: 2px solid #008da0;
	background: #ff8338;
	background: -moz-linear-gradient(top, #22cbda 0%, #008da0 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #22cbda), color-stop(100%, #008da0));
	background: -webkit-linear-gradient(top, #22cbda 0%, #008da0 100%);
	background: -o-linear-gradient(top, #22cbda 0%, #008da0 100%);
	background: -ms-linear-gradient(top, #22cbda 0%, #008da0 100%);
	background: linear-gradient(to bottom, #22cbda 0%, #008da0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22cbda', endColorstr='#008da0', GradientType=0 );
}
.button03 a:hover {
	color: #fff;
}
.button03 .text {
	font-size: 20px;
	color: #fff;
    font-weight: bold;
    text-align: center;
}
.button03 .icon {
	width: 9px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	
}
.button04 {
	margin-top: 25px;
}
.button04 a {
	border-radius: 5px;
    padding: 15px 40px 15px 56px;
    margin: 0 auto;
    min-width: 100px;
	display: block;
	position: relative;
	cursor: pointer;
	border: 2px solid #bcbcbc;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e2e2e2));
	background: -webkit-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #e2e2e2 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 );
	
}
.button04 a:hover {
	color: #50b048;
}
.button04 .text {
	font-size: 18px;
	text-align: left;
	color: #50b048;
	font-weight: bold;
	 text-shadow: 2px 2px #fff;
}
.button04 .text em {
	font-size: 14px;
	font-weight: bold;
}
.button04 .iconR {
	width: 52px;
	height: 33px;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.button04 .iconL {
	width: 34px;
	height: 82px;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #5fce3f;
	background: -moz-linear-gradient(top, #5fce3f 0%, #299f08 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #5fce3f), color-stop(100%, #299f08));
	background: -webkit-linear-gradient(top, #5fce3f 0%, #299f08 100%);
	background: -o-linear-gradient(top, #5fce3f 0%, #299f08 100%);
	background: -ms-linear-gradient(top, #5fce3f 0%, #299f08 100%);
	background: linear-gradient(to bottom, #5fce3f 0%, #299f08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fce3f', endColorstr='#299f08', GradientType=0 );
	display: table;
	border-radius: 0 5px 5px 0;
}
.button04 .iconL em {	
	display: table-cell;
	vertical-align: middle;
}
.button04 .iconL em img {
	width: 9px;
	height: 14px;
}
.button05 {
	margin: 15px 0  40px 0;
}
.button05 a {
	border-radius: 5px;
    padding: 20px 25px 20px 0;
    margin: 0 auto;
    min-width: 100px;  
	display: block;
	position: relative;
	cursor: pointer;
	border: 2px solid #299c08;
	background: #58c638;
	background: -moz-linear-gradient(top, #58c638 0%, #299c08 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #58c638), color-stop(100%, #299c08));
	background: -webkit-linear-gradient(top, #58c638 0%, #299c08 100%);
	background: -o-linear-gradient(top, #58c638 0%, #299c08 100%);
	background: -ms-linear-gradient(top, #58c638 0%, #299c08 100%);
	background: linear-gradient(to bottom, #58c638 0%, #299c08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c638', endColorstr='#299c08', GradientType=0 );
}
.button05 a:hover {
	color: #fff;
}
.button05 .text {
	font-size: 25px;
	color: #fff;
    font-weight: bold;
    text-align: center;
}
.button05 .icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(-50%, -50%);
	
}
/* blkInfo
---------------------------------------*/
.blkInfo {
	background-color: #e23251;
	padding: 25px 15px;
	text-align: center;
}
.blkInfo h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.blkInfo .text01 {
	width: 68%;
	font-size: 20px;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
	font-weight: bold;
	margin: 0 auto 20px auto;
}
.blkInfo .text01 span {
	color: #e23251;
	font-weight: bold;
}
.blkInfo .boxInfo-inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0 0 0
}
.blkInfo .boxInfo-inner .boxAdd {
	width: 100%;
	margin: 0 auto;
}
.blkInfo .boxInfo-inner .boxAdd dl {
	width: 90%;
	margin: 0 auto 10px auto;
	text-align: center;
	border: 3px solid #014099;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(151,186,202,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(151,186,202,1);
	box-shadow: 0px 0px 10px 0px rgba(151,186,202,1);
	
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5', GradientType=0 );
}
.blkInfo .boxInfo-inner .boxAdd dl dt {
	background-color: #014099;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
}
.blkInfo .boxInfo-inner .boxAdd dl dd {
	padding: 5px;
}
.blkInfo .boxInfo-inner .boxAdd dl dd ul li {
	font-size: 12px;
	color: #014099;
	border: 1px solid #014099;
	border-radius: 10px;
	padding: 2px 18px;
	display: inline-block;
	font-weight: 600;
}
.blkInfo .boxInfo-inner .boxAdd .inner {
	width: 100%;
	display: table;
}
.blkInfo .boxInfo-inner .boxAdd .inner .logo {
	width: 20%;
	height: 47px;
	vertical-align: middle;
	display: table-cell;
	padding-right: 5px;
}
.blkInfo .boxInfo-inner .boxAdd .inner .tel {
	width: 80%;
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
}
.blkInfo .boxInfo-inner .boxAdd .inner .tel a {
	font-weight: bold;
	font-size: 29px;
	color: #014099;;
	line-height: 1;
	word-break: break-all;
}
.blkInfo .boxInfo-inner .boxAdd .textNote {
	font-size: 15px;
	padding: 0 20px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 400;
}
.blkInfo .boxInfo-inner .boxAdd .text02 {
	font-size: 12px;
	color: #014099;
	font-weight: 600;
}
.blkInfo .boxInfo-inner .boxAdd .textNote span {
	color: #e23251;
}
.blkInfo .boxInfo-inner table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
}
.blkInfo .boxInfo-inner table th {
	width: 15%;
	font-size: 14px;
	background-color: #fffade;
	border-top: 1px solid #e1dfd6;
	border-right: 1px solid #e1dfd6;
	border-bottom: 1px solid #e1dfd6;
	padding: 10px;
	font-weight: normal;
}
.blkInfo .boxInfo-inner table td {
	width: 85%;
	font-size: 15px;
	text-align: left;
	border-top: 1px solid #e1dfd6;
	border-left: 1px solid #e1dfd6;
	border-bottom: 1px solid #e1dfd6;
	padding: 10px;
}
.blkInfo .boxInfo-inner .last th {
	border-radius: 0 0 0 10px;
	border-bottom: none;
}
.blkInfo .boxInfo-inner .last td {
	border-bottom: none;
}
.blkInfo .boxInfo-inner table td .num01 {
	font-size: 17px;
	color: #fff;
	background-color: #ffb20a;
	padding: 2px 8px;
	border-radius: 3px;
	font-weight: bold;
}
.blkInfo .boxInfo-inner table td .num02 {
	font-size: 20px;
	color: #e23251;
	font-weight: bold;
}
.blkInfo .boxInfo-inner table td .num03 {
	font-size: 25px;
	color: #e23251;
	font-weight: bold;
}

/*---------------------------------------
 members_asahi
---------------------------------------*/

.blk01 {
	background-color: #ff6493;
	padding: 1px 15px 15px 15px;
}
.blk01 .list-bullet01 > li {
    padding-left: 22px;
	text-indent: -22px;
	font-size: 12px;
	text-align: left;
	color: #fff;
}
.textLead {
	font-size: 20px;
	font-weight: bold;
}
.hdg-level02-02 {
	font-size: 18px;
	color: #fff;
	background-color: #ff5d8c;
	font-weight: bold;
	line-height: 1.2;
	padding: 17px 15px;
	position: relative;
}

.hdg-level02-02 .ico-tel {
	width: 46px;
	height: 40px;
	display: inline-block;
	float: left;
}
.hdg-level02-02 .ico-person {
	width: 50px;
	height: 57px;
	position: absolute;
	top: -10px;
	left: 10px;
}
.hdg-level02-02 em {
	font-size: 12px;
}
.hdg-level02-03 {
	font-size: 16px;
	background: url(../images/ico_04.png) left top no-repeat #e0f1bc;
	background-size: 59px 46px;
	font-weight: bold;
	line-height: 1.2;
	padding: 13px 10px 13px 65px;
	text-align: left;
}

.tbl_wrap {
	background: #fffde9;
	padding: 15px 15px 20px 15px;
}
.tbl_wrap h3 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 15px;
}
.choi_tbl dt {
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #ecead3;
	padding: 0px 0 15px 0;
}
.choi_tbl dt:first-child {
	border-top: none;
}
.choi_tbl dt .num {
	width: 20%;
	float: left;
	vertical-align: middle;
}

.choi_tbl dt .title {
	width: 77%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #e23251;
	vertical-align: middle ;
	text-align: left;
	padding-left: 3%;
}
.choi_tbl dd {
	padding: 0px 0px 15px 0px; 
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
.choi_tbl dt .img {
	width: 35%;
	margin: 0 auto;
}
.choi_tbl dd .boxText {
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border-radius: 15px;
	-moz-box-shadow:    inset 0 0 85px #ffee96;
   -webkit-box-shadow: inset 0 0 85px #ffee96;
   box-shadow:         inset 0 0 85px #ffee96;
} 
.choi_tbl .list-bullet01 {
	margin-top: 0;
}
/* blk02
---------------------------------------*/
.blk02 {
	background-color: #ffede5;
	padding: 15px;
}
.blk02 .inner {
	background-color: #fff;
	padding: 30px 0;
}
.blk02 .inner h2 {
	width: 90%;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #999999;
	margin: 0 auto 15px auto;
	padding: 3px 0;
}
.blk02 .inner .text01 {
	font-size: 15px;
	margin:10px 0px 20px 0px;
}
.blk02 .inner .text02 {
	font-size: 16px;
	margin:10px 0px 15px 0px;
}
.blk02 .inner .text02 span {
	color: #e23251;
}
.blk02 .inner .text03 {
	font-size: 15px;
	text-align: left;
	margin:10px 0px 15px 0px;
}
.mb00 {
	margin-bottom: 0px !important;
}
/* blk03
---------------------------------------*/
.blk03 .text01 {
	font-size: 15px;
	border-top: 1px dotted #4a4a4a;
	padding-top: 20px;
	margin-top: 20px;
	text-align: left;
}
.blk03 .text01 a {
	text-decoration: underline;
}

.text04{
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
	padding-left: 15px;
    text-indent: -14px;
}