@charset "utf-8";

/*******************
 * PC、スマホ共通
	* タブレット
 * スマホ
*******************/



/* ==================================================================================================================
	 PC、スマホ共通
	 =================================================================================================================== */
/* 吹き出し */
.balloon {
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	width: auto;
	vertical-align: middle;
	color: #000;
	text-align: left;
	background: #fff;
	border: 2px solid #009ef0;
	z-index: 0;
	font-size: 18px;
	border-radius: 5px;
 
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
	font-weight: normal;
	width: 52%;
	float: right;
	margin-top: 8px;
}

.balloon:before {
	content: "";
	position: absolute;
	top: 50%; left: -9px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}

.balloon:after {
	content: "";
	position: absolute;
	top: 50%; left: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #009ef0 transparent transparent;
	z-index: -1;
}

/* -------------------------------------------------------------------------- 
   PC、スマホ共通-メイン
   ------------------------------------------------------------------------ */
.mainLeft {
 max-width: 820px;
 width: 74.54%;
 margin-top: 50px;
 float: left;
 }

h3 {
	width: 100%;
}

.section h3 {
    font-size: 46px;
    text-align: center;
    border-bottom: solid 6px #b60081;
    color: #b60081;
    margin-top: 40px;
    margin-bottom: 30px;
    vertical-align: middle;
}
.point_sub	{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    display: block;
    padding-bottom: 10px;
}
.ind	{
	text-align: justify;
	text-indent: -1em;
	margin-left: 1em;
}
.center	{
	text-align: center!important;
	margin: 0 auto!important;
}


/* 右メニュー */
.mainRight {
 max-width: 220px;
 width: 20%;
 margin-top: 50px;
	float: right;
}

.mainRight ul.rightMenu {	border-bottom:solid 1px #bdbdbd; }

.mainRight ul.rightMenu li {	border-top:solid 1px #bdbdbd; }

.mainRight ul.rightMenu li a {
	display: block;
 padding: 28px 5px 28px 30px;
	text-decoration: none;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #b60081;
	line-height: 1.2;
}

.mainRight ul.rightMenu li a:after {
  content:"";
  display:block;
  position:absolute;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 8px;
  -webkit-transform: rotate(45deg);
  transform:rotate(45deg);
  border-top: solid 1px #b60081;
  border-right: solid 1px #b60081;
}

.mainRight ul.rightMenu li a:hover,
.mainRight ul.rightMenu li a.On {
	background: #ffeaf9;
	-webkit-transition: 0.2s ease-in-out;  
 -moz-transition: 0.2s ease-in-out;  
 -o-transition: 0.2s ease-in-out;  
 transition: 0.2s ease-in-out;
}





/* お問い合わせ先 */
h4.infoTitle {
    border-left: solid 10px #009ef0;
    font-size: 20px;
    padding: 4px 0 3px 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.agency_info	{
	width: 819px;
    box-sizing: border-box;
    margin: 0 auto;
	border: solid 10px #e6e6e6;
	padding: 30px 30px 20px 30px;
}
.agency_info__inner	{
	
}
.agency_info_web	{
	float: left;
    width: 375px;
    box-sizing: border-box;
    padding-right: 30px;
    border-right: 5px #e9e9e9 solid;
}
.agency_info_tel	{
	float: right;
    width: 330px;
    box-sizing: border-box;
}
.cagency_info_tel_telTxt	{
	font-size: 20px;
    font-weight: bold;
    padding: 0em 0 0em 0!important;
}
.cagency_info_tel_telTxt span	{
	font-size: 36px;
}
.cagency_info_tel__sub	{
	text-align: center;
}

@media only screen and (max-width: 1110px) {
	.agency_info	{
		width: 100%;
	}
	.agency_info_web	{
		float: none;
	    width: 100%;
	    padding-right: 0px;
	    border-right: none;
	    border-bottom: 5px #e9e9e9 solid;
	    padding-bottom: 15px;
	    margin-bottom: 30px;
	}
	.agency_info_tel	{
		float: none;
	    width: 100%;
	}
	.cagency_info_tel_telTxt	{
		margin-top: -10px;
	}
	.cagency_info_tel_telTxt span	{
		font-size: 30px;
	}
	.cagency_info_tel__sub	{
		text-align: left;
	}
}
@media only screen and (max-width: 1110px) {
	.agency_info {
		border: solid 8px #e6e6e6;
	    padding: 20px 20px 15px 20px;
	}
}
@media only screen and (max-width: 365px) {
	.cagency_info_tel_telTxt span {
	    font-size: 24px;
	}
	.agency_info_web .smBtnLv2 {
	    font-size: 18px;
	}
}



/* イオン少額短期保険の特長 */
h4.agency_itemTtl01 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
	margin: 10px 0px;
}
.agency_itemTtl__ag {
    color: #009245;
}
.agency_itemTtl__cl {
	padding-top: 30px;
    color: #0071bc;
}
.agency_item ul.agency_item02 {
	overflow: hidden;
	padding-top: 10px;
}
.agency_item ul.agency_item02 li {
	float: left;
	width: 48.2%;
	padding-left: 3.6%;
	margin-top:25px;
 }

.agency_item ul.agency_item02 li:nth-child(1),
.agency_item ul.agency_item02 li:nth-child(3) {	padding-left: 0; }

.agency_item ul.agency_item02 li:nth-child(1),
.agency_item ul.agency_item02 li:nth-child(2) {	margin-top:0; }

.agency_item02 a:hover	{
	transition: 0.2s ease-in-out;
    opacity: 0.7;
}
.agency_item03	{
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
	.agency_item	{
		margin-top: 25px;
	}
	h4.agency_itemTtl01 {
	    font-size: 30px;
	    margin: 0px 0px 0px 0px;
	    text-align: center;
	}
	.agency_item ul.agency_item02 li {
	    float: none;
	    width: auto;
	    padding-left: 0;
	    margin-top: 15px;
	}
	.agency_item03	{
		margin-top: 0px;
	}
	.agency_item02 img, .agency_item03 img	{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-bottom: 10px;
	}
	.agency_itemTtl__cl	{
		padding-top: 15px;
	}
}



/* 代理店開業までの流れ */
ul.flow_box {
  letter-spacing: -0.5em;
}
ul.flow_box li {
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
}
ul.flow_box li:first-child {
  width: 65%;
}
ul.flow_box li:nth-child(2) {
  width: 35%;
}
ul.flow_box li:before {
  content: '';
  position: absolute;
  border-color: #bd008f transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -30px;
  left: 48%;
}
ul.flow_box li:last-child {
  margin-bottom: 0;
}
ul.flow_box li:last-child:before {
  border: 0;
}
ul.flow_box li h4 {
  display: inline-block;
  width: 100%;
  background: #bd008f;
  border: 0;
  border-radius: 6px;
  padding: 8px 4px;
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
ul.flow_box li:first-child h4 {
  width: 47.5%;
  background: #009ef0;
}
ul.flow_box li:first-child h4:first-of-type {
	margin: 0 2% 25px 0;
}
ul.flow_box li:nth-child(2) h4 {
  width: 100%;
  background: #7ac943;
  margin: 0 0 25px;
}
ul.flow_box li:first-child h4:before {
  content: '';
  position: absolute;
  border-color: #009ef0 transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -30px;
  left: 45%;
}
ul.flow_box li:nth-child(2) h4:before {
  content: '';
  position: absolute;
  border-color: #7ac943 transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -30px;
  left: 45%;
}
ul.flow_box li:first-child p,
ul.flow_box li:nth-child(2) p {
  border: 5px solid #bce4a1;
  padding: 15px;
  margin: 0;
}
ul.flow_box li:first-child p {
  margin-right: 2%;
  border: 5px solid #80cef7;
}
@media only screen and (max-width: 768px) {
	ul.flow_box li h4 {
		font-size: 16px;
	}
	ul.flow_box li:first-child { width: 60%; }
	ul.flow_box li:nth-child(2) { width: 40%; }
	ul.flow_box li:first-child h4 { width: 98%; display: block; line-height: 1;}
	ul.flow_box li:first-child h4:first-child { margin-bottom: 3px;}
	ul.flow_box li:first-child h4:last-of-type { margin-bottom: 25px;}
	ul.flow_box li:first-child h4:first-child:before { border: 0;} 
	ul.flow_box li:first-child h4 { padding: 6px;}
	ul.flow_box li:nth-child(2) h4 {padding: 8px 4px;}
	ul.flow_box li:first-child p {  padding: 5px; }
	ul.flow_box li:nth-child(2) p {  padding: 5px 3px; }
}



/* ======================================================================================================================
	 タブレット
	 =================================================================================================================== */
@media print, screen and (max-width: 1100px) {
	/* 吹き出し */
	.balloon {
		position: relative;
		display: block;
		padding: 5px 20px;
		width: auto;
		vertical-align: middle;
		color: #000;
		text-align: left;
		background: #fff;
		border: 2px solid #009ef0;
		z-index: 0;
		font-size: 18px;
		border-radius: 5px;
		
		-moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -o-border-radius: 5px;
	 -ms-border-radius: 5px;
		font-weight: normal;
		width: 80%;
		float: none;
		margin: 0 auto 5px auto;
	}
	
	.balloon:before {
		content: "";
		position: absolute;
		top: 0px; left: 50%;
		margin-left: -9px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 9px 9px 9px;
		border-color: transparent transparent #fff transparent;
		z-index: 0;
	}
	
	.balloon:after {
		content: "";
		position: absolute;
		top: -2px; left: 50%;
		margin-left: -10px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #009ef0 transparent;
		z-index: -1;
	}

}



/* ======================================================================================================================
	 スマホ
	 =================================================================================================================== */
@media only screen and (max-width: 768px) {
	/* 吹き出し */
	.balloon {
		margin-top: 10px;
	}
		
	/* 上メニュー */
	.smSubMenu {
		overflow: hidden;
		border-bottom: solid 1px #bdbdbd;
		border-top: solid 1px #bdbdbd;
		}
	
	.smSubMenu li {
		float: left;
		width: 33%;
		border-bottom:solid 1px #bdbdbd;
		border-right:solid 1px #bdbdbd;
	}
	
	.smSubMenu li:nth-child(3) {	border-right: none; }
	
	.smSubMenu li:nth-child(4),
	.smSubMenu li:nth-child(5) {	border-bottom: none; }
	
	.smSubMenu li a {
		display: block;
	 padding: 15px 5px 15px 10px;
		text-decoration: none;
		position: relative;
		/* font-size: 15px; */
	font-size: 13px;
		font-weight: bold;
		color: #b60081;
		text-align: center;
		word-break: keep-all;
	}
	
	.smSubMenu li a:after {
	  content:"";
	  display:block;
	  position:absolute;
	  top: 50%;
	  left: 0px;
	  width: 10px;
	  height: 10px;
	  margin: -6px 0 0 4px;
	  -webkit-transform: rotate(45deg);
	  transform:rotate(45deg);
	  border-top: solid 1px #b60081;
	  border-right: solid 1px #b60081;
	}
	
	.smSubMenu li a.On {
		background: #ffeaf9;
		-webkit-transition: 0.2s ease-in-out;  
	 -moz-transition: 0.2s ease-in-out;  
	 -o-transition: 0.2s ease-in-out;  
	 transition: 0.2s ease-in-out;
	}
	
	
	
/* -------------------------------------------------------------------------- 
スマホ-メイン
------------------------------------------------------------------------ */
	
	
	.section h3 {
	    font-size: 26px;
	    border-bottom: solid 3px #b60081;
	    margin-bottom: 20px;
	}
	.mainLeft {
	 width: 100%;
	 margin-top: 20px;
	 float: none;
	}

}