@charset "utf-8";

/*
-----------------------------------------------------
◆◆◆◆エイ・ワン少額短期保険　2017◆◆◆◆
◇◇◇◇◇◇トップページ用定義◇◇◇◇◇◇
■■■■■■■■PC用設定■■■■■■■■
-----------------------------------------------------
-----------------------------------------------------
【改訂履歴】
21/09/17：医療受付停止に伴い改訂
20/04/10：「COVID19ボタン」追加
19/07/09：「.TelContact .LinkBtn a」追加
18/02/21：「.Contractor ul li h4 span」追加ほか
14/11/21：初版作成
-----------------------------------------------------
*/

*:focus {
  outline: none;/*Chrome青線対策*/
}

/*◆◆TopVisual◆◆*/

.TopVisual {
	width:100%;
	height:200px;
	background:#f5f5f5;
	background:url("../img/2017/top_visual_bk.png") repeat 0px 0px;
	border-bottom:2px solid #fff;
	}

.TopVisual p {
	width:1200px;
	height:200px;
	margin:0 auto;
	background:url("../img/2017/top_visual_pc.jpg") repeat center 0px;
	}

.TopVisual p img {
	display:none;
	}

/*◆◆共通◆◆*/

.TopCotent {
	padding:50px 0px 20px 0px;
	}

.TopCotent h2 {
	margin:0 0 0 0;
	font-weight:bold;
	line-height:100%;
	}


.TopCotent2 {
	border-top:3px solid #f1f1f1;
	}

.TopCotent2 .LinkBtn a {
	display:block;
	width:1150px;
	margin:40px auto 0;
	height:60px;
	line-height:60px;
	background:url(../common/img/2017/arrow_yellow.png) no-repeat 98% center, #f894a3;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	color:#fff;
	}

.TopCotent2 .LinkBtn a:hover {
	text-decoration:none;
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 98% center,
		-webkit-gradient(linear, center top, center bottom, from(#f894a3), to(#e77285));
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 98% center,
		linear-gradient(to bottom, #f894a3, #e77285);
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}


/*◆◆ご契約者の方◆◆*/

/*
.Contractor {
	padding-bottom:40px;
	background:#fef0f1;
	}
*/

.TitleBlock {
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	background:#fff;
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 30%,#eeeeee 100%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 30%,#eeeeee 100%,#eeeeee 100%);
	border:2px solid #f894a3;
	border-left:20px solid #f894a3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:left;
	}

.TitleBlock h2 {
	display:inline-block;
	font-size:25px;
	line-height:25px;
	float:left;
	}

.TitleBlock p {
	display:inline-block;
	font-size:16px;
	line-height:25px;
	float:right;
	}

/*
.Contractor ul {
	width:1200px;
	margin:40px auto;
	}

.Contractor ul li {
	width:560px;
	height:290px;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 2px 0px inset;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	}

.Contractor ul li:nth-child(1) { float:left; }
.Contractor ul li:nth-child(2) { float:right; }

.Contractor ul li h3 {
	margin:35px auto  0px auto;
	font-size:24px;
	font-weight:bold;
	line-height:100%;
	}

.Contractor ul li h3 span {
	display:inline-block;
	margin-left:10px;
	font-size:18px;
	}

.Contractor ul li h4 {
	height:35px;
	margin:15px auto  0px auto;
	font-size:18px;
	color:#666;
	line-height:100%;
	}

.Contractor ul li h4 span {
	display:inline-block;
	margin-top:5px;
	font-size:90%;
	}


*/

.Contractor__bg  {
	background:#fef0f1;
	}

.Contractor__wrap {
	width:1200px;
	margin:40px auto 20px;
  display:flex;
	justify-content: space-between;
	align-items: flex-start;
}


ul li.Contractor__list {
	width:560px;
	height:290px;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 2px 0px inset;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	}


ul li.Contractor__list h3 {
	margin:35px auto  0px auto;
	font-size:24px;
	font-weight:bold;
	line-height:100%;
	}

ul li.Contractor__list h3 span {
	display:inline-block;
	margin-left:10px;
	font-size:18px;
	}

ul li.Contractor__list h4 {
	height:35px;
	margin:15px auto  0px auto;
	font-size:18px;
	color:#666;
	line-height:100%;
	}

ul li.Contractor__list h4 span {
	display:inline-block;
	margin-top:5px;
	font-size:90%;
	}

.BtnMypage a {
	display:block;
	margin:20px 30px;
	height:60px;
	line-height:60px;
	background:url(../common/img/2017/arrow_yellow.png) no-repeat 460px center, #f894a3;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size:20px;
	font-weight:bold;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	color:#fff;
	}

.BtnMypage a:hover {
	text-decoration:none;
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 460px center,
		-webkit-gradient(linear, center top, center bottom, from(#f894a3), to(#e77285));
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 460px center,
		linear-gradient(to bottom, #f894a3, #e77285);
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}

.BtnTelOpen a {
	display:block;
	width:216px;
	margin:0px auto;
	height:46px;
	text-indent:10px;
	line-height:46px;
	background:url(../common/img/2017/icon_tel.png) no-repeat 20px center, #fff;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	border:2px solid #f894a3;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size:16px;
	}

.BtnTelOpen a:hover {
	text-decoration:none;
	border:2px solid #e77285;
	background:
		url(../common/img/2017/icon_tel.png) no-repeat 20px center,
		-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fffde4));
	background:
		url(../common/img/2017/icon_tel.png) no-repeat 20px center,
		linear-gradient(to bottom, #ffffff, #fffde4);
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}

.OtherLink {
	margin:40px auto 0px auto;
	}

.OtherLink a {
	display:inline-block;
	padding-left:15px;
	background:url(../common/img/2017/arrow_pink.png) no-repeat 0 center ;
	font-size:20px;
	}

/*◆◆加入をご検討の方◆◆*/

.TitleBlock p.Link a {
	display:block;
	padding-left:15px;
	background:url(../common/img/2017/arrow_pink.png) no-repeat left center;
	font-size:16px;
	}

.Linup {
	border-bottom:3px solid #fcdadf;
	}

.Linup ul {
	display: flex;
	justify-content:center;
	width:1200px;
	margin:30px auto;
	}

.Linup ul li {
	width:560px;
	height:270px;
	position:relative;
	}

.Linup ul li h3 {
	display:block;
	width:100%;
	height:50px;
	padding-top:100px;
	border-radius: 9px 9px 0px 0px;
	-webkit-border-radius: 9px 9px 0px 0px;
	background:linear-gradient(to bottom, #ffffff, #fef0f1);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fef0f1));
	font-size:24px;
	font-weight:bold;
	position:relative;
	}

.Linup ul li h3:before {
	content:"";
	display:inline-block;
	width:83px;
	height:65px;
	position:absolute;
	margin: auto;
	left:0;
	right:0;
	top:20px;
	background:url("../img/2017/top_lineup_icon.png") no-repeat 0px 0px;
	}

.Linup ul li:nth-child(1) h3:before { background-position:0px 0px; }
.Linup ul li:nth-child(2) h3:before { background-position:-166px 0px; }

.Linup ul li p {
	margin-top:15px;
	font-size:16px;
	}

.Linup ul li a {
	width:556px;
	height:266px;
	position:absolute;
	left:0;
	top:0;
	border:2px solid #f894a3;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	text-indent:-999em;
	}

.Linup ul li a:hover {
	border:2px solid #e77285;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 2px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}

.Linup ul li a:before {
	content:"";
	display:block;
	width:56px;
	height:56px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../img/2017/top_lineup_arrow.png) no-repeat; 0px 0px ;
	}

.Linup ul li a:hover:before {
	background-position:0px -56px ;
	}

.Linup ul li:hover {
	transform: translate3d(1px, 1px, 0);
	}

.Linup ul li:hover h3 {
	background:linear-gradient(to bottom, #ffffff, #fffde4);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fffde4));
	}

.Linup ul li:nth-child(1):hover h3:before { background-position:0px -65px; }
.Linup ul li:nth-child(2):hover h3:before { background-position:-166px -65px; }



 ul li.Linup__list {
	width:560px;
	height:290px;
   background: #fff;
border-radius: 15px;
	position:relative;
	}

 ul li.Linup__list h3 {
	display:block;
	width:100%;
	height:50px;
	padding-top:100px;
	border-radius: 9px 9px 0px 0px;
	-webkit-border-radius: 9px 9px 0px 0px;
	background:linear-gradient(to bottom, #ffffff, #fef0f1);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fef0f1));
	font-size:24px;
	font-weight:bold;
	position:relative;
	}

 ul li.Linup__list h3:before {
	content:"";
	display:inline-block;
	width:83px;
	height:65px;
	position:absolute;
	margin: auto;
	left:0;
	right:0;
	top:20px;
	background:url("../img/2017/top_lineup_icon.png") no-repeat 0px 0px;
	}

ul li.Linup__list:nth-child(1) h3:before { background-position:-166px 0px; }
ul li.Linup__list.Linup__list--vr2 h3:before { background-position:-166px 0px!important; }

ul li.Linup__list p {
	margin-top:15px;
	font-size:16px;
	}

ul li.Linup__list a {
	width:560px;
	height:290px;
  box-sizing: border-box;
	position:absolute;
	left:0;
	top:0;
	border:2px solid #f894a3;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	text-indent:-999em;
	}

ul li.Linup__list a:hover {
	border:2px solid #e77285;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 2px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}

ul li.Linup__list a:before {
	content:"";
	display:block;
	width:56px;
	height:56px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../img/2017/top_lineup_arrow.png) no-repeat 0px 0px;
	}

ul li.Linup__list a:hover:before {
	background-position:0px -56px ;
	}

 ul li.Linup__list:hover {
	transform: translate3d(1px, 1px, 0);
	}

ul li.Linup__list:hover h3 {
	background:linear-gradient(to bottom, #ffffff, #fffde4);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fffde4));
	}

/*◆◆代理店の方、ニュース◆◆*/

.AgencyNewsBlock {
	width:1200px;
	margin:0px auto;
	padding-bottom:30px;
	}

.AgencyNewsBlock h2 {
	margin-bottom:35px;
	font-size:26px;
	}

.Agency {
	width:380px;
	text-align:left;
	float:left;
	}

.Agency ul {
	width:380px;
	font-size:18px;
	}

.Agency ul li:before{
	content:"";
	display:inline-block;
	margin-right:3px;
	width:14px;
	height:14px;
	background:#f894a3;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	}

.Agency .LinkBtn a {
	display:block;
	margin:20px 0px;
	height:50px;
	line-height:50px;
	background:url(../common/img/2017/arrow_yellow.png) no-repeat 340px center, #f894a3;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	color:#fff;
	}

.Agency .LinkBtn a:hover {
	text-decoration:none;
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 340px center,
		-webkit-gradient(linear, center top, center bottom, from(#f894a3), to(#e77285));
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 340px center,
		linear-gradient(to bottom, #f894a3, #e77285);
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}

.Agency .Link {
	text-align:right;
	font-size:13px;
	}

.Agency .Link a {
	display:inline-block;
	padding-left:15px;
	background:url(../common/img/2017/arrow_pink.png) no-repeat left center;
	font-size:130%;
	}

.News {
	width:720px;
	text-align:left;
	float:right;
	}

.News h2 {
	float:left;
	}

.News .Link {
	float:right;
	}

.News .Link a {
	display:inline-block;
	padding-left:15px;
	background:url(../common/img/2017/arrow_pink.png) no-repeat left center;
	font-size:130%;
	}

.News dl {
	display:table;
	width:100%;
	margin-top:-1px;
	padding:10px 0px;
	border-top:1px dotted #cfcfcf;
	border-bottom:1px dotted #cfcfcf;
	clear:both;
	}

.News dl dt,
.News dl dd {
	display:table-cell;
	font-size:16px;
	text-align:left;
	}

.News dl dt {
	width:120px;
	white-space:nowrap;
	}

span.new_mark {
	display:inline-block;
	margin:0px 5px;
	padding:5px;
	background:#6ccc73;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height:100%;
	font-size:80%;
	color:#fff;
	vertical-align:middle;
	}

/*◆◆電話連絡先◆◆*/

.TelContact {
	padding-top: 40px;
	border-top:3px solid #f1f1f1;
	}

.TelContact .LinkBtn a {
	display:block;
	width:800px;
	margin:40px auto;
	height:60px;
	line-height:60px;
	background:url(../common/img/2017/arrow_yellow.png) no-repeat 98% center, #f894a3;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	color:#fff;
	}

.TelContact .LinkBtn a:hover {
	text-decoration:none;
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 98% center,
		-webkit-gradient(linear, center top, center bottom, from(#f894a3), to(#e77285));
	background:
		url(../common/img/2017/arrow_yellow.png) no-repeat 98% center,
		linear-gradient(to bottom, #f894a3, #e77285);
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}

.TelContact .TelContactList {
	width:1000px;
	margin:0px auto 70px auto;
	padding-bottom: 30px;
	background:#faf4e8;
	border-radius: 10px;
	-webkit-border-radius: 10px;

	ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	}
	}



.TelContact ul li h2 {
	margin:30px auto 10px auto ;
	font-size:18px;
	font-weight: 700;
	line-height:125%;
  small {
    display: block;
    margin-bottom: -14px;
    font-size: 14px;
  }
	}

.TelContact ul li dt {
	display:inline-block;
	background:url(../common/img/2017/icon_tel.svg) no-repeat 0px center;
	background-size:30px;
	padding-left:34px;
	/* background:url(../common/img/2017/icon_tel_sp.png) no-repeat 0px center; */
	/* background-size:40px 40px; */
	/* padding-left:50px; */
	font-size:30px;
	font-weight:bold;
	line-height:40px;
	}


.TelContact ul li dd {
	display:block;
	margin-top:10px;
	font-size:12px;
	line-height:100%;
	}

.TelContactList p.Note {
	margin: 20px 20px 0 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 120%;
	font-weight: bold;
}

/*◆◆バナー◆◆*/

.TopBanner {
	background:#efefef;
	padding:20px 0px;
	}

.TopBanner ul {
	/*width:780px;/*小バナー3個のとき*/
	width:500px;
	margin:0px auto 0px auto;
	}

.TopBanner li {
	width:240px;
	height:80px;
	margin-right:20px;
	float:left;
	}

.TopBanner li:last-child {
	margin-right:0px;
	}

.TopBanner li a {
	display:block;
	width:240px;
	height:80px;
	border:2px solid #ccc;
	}

.TopBanner li a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	}

/*◆◆モーダルウインドウ◆◆*/

.SubWindow {
	padding-top:40px;
	padding-bottom:40px;
	}

.SubWindow h2 {
	width:90%;
	margin:30px auto;
	padding:5px;
	background:#f894a3;
	border:2px solid #f894a3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	font-size:20px;
	font-weight:bold;
	color:#fff;
	}

.SubWindow h2 span {
	display:inline-block;
	margin-right:10px;
	padding:2px 10px;
	background:#e77285;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #fff;
	}

.SubWindow h3 {
	margin-bottom:15px;
	font-size:20px;
	}

.SubWindow .TelDisp {
	width:70%;
	margin:10px auto 30px auto;
	padding:20px 0px;
	background:#faf4e8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.SubWindow .TelDisp:nth-child(2) dt {
	display:inline-block;
	background:url(../common/img/2017/icon_freedial.png) no-repeat 0px center;
	background-size:66px 40px;
	padding-left:70px;
	/* background:url(../common/img/2017/icon_tel_sp.png) no-repeat 0px center; */
	/* background-size:40px 40px; */
	/* padding-left:50px; */
	font-size:35px;
	font-weight:bold;
	line-height:40px;
	}

.SubWindow .TelDisp:nth-child(3) dt {
	display:inline-block;
	background:url(../common/img/2017/icon_freedial.png) no-repeat 0px center;
	background-size:66px 40px;
	padding-left:70px;
	font-size:35px;
	font-weight:bold;
	line-height:40px;
	}

.SubWindow .Freedial {
	display:inline-block;
	background:url(../common/img/2017/icon_freedial.png) no-repeat 0px center !important;
	background-size:66px 40px !important;
	padding-left:70px !important;
	font-size:35px;
	font-weight:bold;
	line-height:40px;
	}

.SubWindow dd {
	display:block;
	margin-top:10px;
	font-size:16px;
	line-height:100%;
	}


/*◆◆COVID19ボタン◆◆*/

.TopInfoBtn  {
	height:130px;
	margin:20px auto;
}

.TopInfoBtn a {
	position: relative;
	display:block;
	width:1150px;
	margin:0px auto;
	padding:30px 0;
	line-height:100%;
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fffde4));
	background:linear-gradient(to bottom, #ffffff, #fffde4);
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px;
	border:3px solid #f894a3;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size:24px;
	font-weight: bold;
	}

.TopInfoBtn a:hover {
	text-decoration:none;
	border:3px solid #e77285;
	background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#fffde4));
	background:linear-gradient(to bottom, #ffffff, #fffde4);
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	transform: translate3d(1px, 1px, 0);
	}

.TopInfoBtn a::after {
	content: "";
	display:block;
	position: absolute;
	right:15px;
	top:0;
	bottom:0;
	margin:auto;
	width:50px;
	height:50px;
	border-radius: 50%;
	background:url(../common/img/2017/arrow_yellow.png) no-repeat center center, #f894a3;
	box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 2px 2px 0px inset;
	}

.TopInfoBtn a span {
	display:block;
	margin-top:15px;
	font-size:18px;
	font-weight: normal;
	}
