/*新家財追加*/
@charset "utf-8";

/*******************
 * PC、スマホ共通
	* タブレット
 * スマホ
*******************/



/* ======================================================================================================================
  PC、スマホ共通
====================================================================================================================== */
.shouhinTitleBox {	background-color:#fff2e0; }

.shouhinTitleBox h2 {
	max-width:1100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
 }

/* h2ボタン */	
.shouhinTitleBox h2 a {
	width: 370px;
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-weight: normal;
 }

.shouhinTitleBox .ribbon {
	width: 109px;
	position: absolute;
	top: -10px;
	right: -10px;
 }

/* セクション */	
.section {
	max-width:1100px;
	width: 98%;
	margin: 60px auto 0 auto;
	position: relative;
	overflow: hidden;
 }

/* h3 */	
.section h3 {
	font-size: 46px;
	text-align: center;
	border-bottom: solid 6px #b60081;
	color: #b60081;
	margin-bottom: 30px;
	vertical-align: middle;
 }

/* h3ボタン */	
.section h3 .pcBtnLv3 {
	display: inline-block;
	width: 170px;
	position: relative;
	top: -14px;
	left: 20px;
	font-weight: normal;
 }
 
/* 特長 */	
.section .feature {	overflow: hidden; }

.section .feature li {
	float: left;
	padding-left: 3.63%;
	width: 30.90%;
 }

.section .feature li:first-child {	padding-left: 0; }

/* 保険料シミュレーション */
.section h3.h3Simu {
	border-bottom: none;
	margin-bottom: 10px;
	}

.section .icSimu {
	width: 18.9%;
	margin-right: 15px;
 }

.section .simuBox {
	background: url(../img/stripe_bg.png);
	padding: 20px;
	border: solid 10px #e9e9e9;
 }

.section .simuBox .simuBoxStep {
	background: url(../../shouhin/img/simu_arrow.png) no-repeat center bottom 30px;
	overflow: hidden;
 }

.section .simuBox .simuBoxStep .simuBoxLeft {
	float: left;
	width: 47%;
 }

.section .simuBox .simuBoxStep .simuBoxRight {
	float: right;
	width: 47%;
 }

.section .simuBox h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
 }

.section .simuBox h4 .icSimuStep {
	width: 25%;
	margin-right: 10px;
	position: relative;
 }

.section .simuBox .simuBoxInput {
	background: #b0e4ff;
	padding: 0 10px;
	text-align: center;
	border-bottom: solid 2px #797979;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	width: 490px;
 }

.section .simuBox .simuBoxInput label {	padding:10px; }

.section .simuBox .simuBoxInput select {
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
	border: solid 2px #a8a8a8;
	}

.section .simuBox .simuBoxInput input[type="text"] {
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -o-border-radius: 5px;
 -ms-border-radius: 5px;
	border: solid 2px #a8a8a8;
	}

.section .simuBox button {
	margin: 30px auto 0 auto;
	width: 490px;
	height: 75px;
	font-weight: normal;
	}

.section .simuBox .simuBoxStep .simuBoxRight button {
	margin-top:40px;
	width: 100%;
	height: 100px;
	}

/* ボタンセット */	
.section .btnSet {
	background: url(../img/stripe_bg.png);
	padding:30px 8%;
	border: solid 10px #e9e9e9;
 }

.section .btnSet ul {
	overflow: hidden;
	margin-top: 30px;
 }

.section .btnSet ul.bntSet3 li {
	float: left;
	width: 31.5%;
	padding-left: 2.72%;
 }

.section .btnSet ul.bntSet2 li {
	float: left;
	width: 48.6%;
	padding-left: 2.72%;
 }

.section .btnSet ul li:first-child {	padding-left: 0; }

/* ＋マーク */
.icPlus {
	margin:40px auto;
	width: 75px;
	}

/* -------------------------------------------------------------------------- 
  PC、スマホ共通-ペット保険
  ------------------------------------------------------------------------ */
/* おすすめ */	
.petOsusume {
	background:url(../../shouhin/img/bg_osusume.png) repeat-x;
	margin-top: 60px;
	}

.petOsusumeInner {
	max-width:1100px;
	width: 98%;
	margin:0 auto;
	padding:50px 0;
	position: relative;
	overflow: hidden;
 }

.petOsusumeInner .osusumePh {
	width: 32.18%;
	float: left;
 }

.petOsusumeInner .osusumeTxt {
	width: 62%;
	float: right;
 }

.petOsusumeInner .osusumeTxt h3 {
	color: #009ef0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
 }

.petOsusumeInner .osusumeTxt h4 {
	font-size: 30px;
	line-height: 1.2;
	margin-top: 30px;
 }

.petOsusumeInner .osusumeTxt p {	margin-top: 10px; }

.petOsusumeInner .osusumeTxtImg {
	width: 68%;
	padding-top: 10px;
	}

/* 充実の補償内容 */	
.petHoshou .petHoshouTtl {
	padding-bottom: 10px;
	display: table;
	}

.petHoshou .petHoshouTtl h4 {
 font-size: 40px;
 font-weight: bold;
 color: #009ef0;
 padding-right: 20px;
 display: table-cell;
 white-space: nowrap;
 }
	
.petHoshou .petHoshouTtl p {
	display: table-cell;
	vertical-align: middle;
	}

.petHoshou .listBox {
	background: #fff2e0;
	padding: 25px 40px;
	overflow: hidden;
	}

.petHoshou .listBox .listBoxLeft {
	width: 15%;
	float: left;
	}

.petHoshou .listBox .listBoxRight {
	width: 80%;
	font-size: 18px;
	float: right;
	}

/* ULリスト● */
.petHoshou .listBox .listBoxRight ul {	margin-top:20px;	}

.petHoshou .listBox .listBoxRight ul > li {
	padding-left:20px;
	margin-top:0.2em;
	position:relative;
	}

.petHoshou .listBox .listBoxRight ul > li:before {
	content: "";
	display:block;
	background:#ff9b26;
	width:14px;
	height:14px;
	position:absolute;
	top:8px;
	left:0;
	border-radius:14px;
 -moz-border-radius:14px;
 -webkit-border-radius:14px;
 -o-border-radius:14px;
 -ms-border-radius:14px;
	}

/* オプション */	
.petHoshou .option .optionTtl {
	border:solid 3px #009ef0;
	display: table;
	width:99%;
	}

.petHoshou .option .optionTtl h4 {
	display: table-cell;
	background: #009ef0;
	font-size: 26px;
	color: #fff;
	padding:3px 10px 0 10px;
	text-align: center;
	width: 17%;
	vertical-align: middle;
	white-space: nowrap;
	}

.petHoshou .option .optionTtl p {
 display: table-cell;
	vertical-align: middle;
	padding:2px 10px 0 10px;
	width: 82%;
	}

.petHoshou .optionBox {
	overflow: hidden;
	margin-top: 25px;
	}

.petHoshou .optionBox h5 {	font-size: 30px;	}

.petHoshou .optionBox h5 span {	font-size: 20px;	}

.petHoshou .optionBoxLeft {
	float: left;
	width: 46.45%;
	}

.petHoshou .optionBoxRight {
	float: right;
	width: 46.45%;
	}

.petHoshou .optionBox dl {
	background:#fff2e0;
	padding: 20px 30px;
	min-height:160px;
	margin-top: 5px;
	}

.petHoshou .optionBox dl dt {
	color: #009ef0;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	}

.petHoshou .optionBox dl dt span {
	display: block;
	color: #000000;
	font-size: 20px;
	}

.petHoshou .optionBox dl dd {
	border-top: solid 3px #009ef0;
	padding-top: 15px;
	margin-top: 15px;
	}


/* -------------------------------------------------------------------------- 
  PC、スマホ共通-自転車保険
  ------------------------------------------------------------------------ */
/* おすすめ */	
.bicycleOsusume {
	background:url(../../shouhin/img/bg_osusume.png) repeat-x;
	margin-top: 60px;
	}

.bicycleOsusumeInner {
	max-width:1100px;
	width: 98%;
	margin:0 auto;
	padding:50px 0;
	position: relative;
	overflow: hidden;
 }

.bicycleOsusumeInner .osusumePh {
	width: 37%;
	float: left;
 }

.bicycleOsusumeInner .osusumeTxt {
	width: 59%;
	float: right;
 }

.bicycleOsusumeInner .osusumeTxt h3 {
	color: #009ef0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
 }

/* ULリスト● */
.bicycleOsusumeInner .osusumeTxt ul {	margin-top:30px;	}

.bicycleOsusumeInner .osusumeTxt ul > li {
	padding-left:20px;
	margin-top:0.2em;
	position:relative;
	font-size: 18px;
	}

.bicycleOsusumeInner .osusumeTxt ul > li:before {
	content: "";
	display:block;
	background:#ff9b26;
	width:14px;
	height:14px;
	position:absolute;
	top:8px;
	left:0;
	border-radius:14px;
 -moz-border-radius:14px;
 -webkit-border-radius:14px;
 -o-border-radius:14px;
 -ms-border-radius:14px;
	}

/* 充実の補償内容 */	
.bicycleHoshou h4 {
 font-size: 40px;
 font-weight: bold;
 color: #009ef0;
	line-height: 1.2;
	padding-top: 5px;
	position: relative;
	padding-left: 115px;
	margin: 80px 0 30px 0;
 }

.bicycleHoshou h4:before {
	display:block;
	content:"";
 width:90px;
 height:90px;
 border-radius:50%;
 text-align:center;
	background:#009ef0;
	color:#fff;
	position: absolute;
	top:0;
	left:0;
	line-height:1.7;
	font-size:58px;
 }

.bicycleHoshou h4.bicycleHoshouTtl01:before {	content:"1"; }

.bicycleHoshou h4.bicycleHoshouTtl02:before {	content:"2"; }

.bicycleHoshou h4.bicycleHoshouTtl03:before {	content:"3"; }


/* -------------------------------------------------------------------------- 
  PC、スマホ共通-医療保険
  ------------------------------------------------------------------------ */
/* おすすめ */	
.nyuuinOsusume {
	background:url(../../shouhin/img/bg_osusume.png) repeat-x;
	margin-top: 60px;
	}

.nyuuinOsusumeInner {
	max-width:1100px;
	width: 98%;
	margin:0 auto;
	padding:50px 0;
	position: relative;
	overflow: hidden;
 }

.nyuuinOsusumeInner .osusumePh {
	width: 37%;
	float: left;
 }

.nyuuinOsusumeInner .osusumeTxt {
	width: 59%;
	float: right;
 }

.nyuuinOsusumeInner .osusumeTxt h3 {
	color: #009ef0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
 }

/* ULリスト● */
.nyuuinOsusumeInner .osusumeTxt ul {	margin-top:30px;	}

.nyuuinOsusumeInner .osusumeTxt ul > li {
	padding-left:20px;
	margin-top:0.2em;
	position:relative;
	font-size: 18px;
	}

.nyuuinOsusumeInner .osusumeTxt ul > li:before {
	content: "";
	display:block;
	background:#ff9b26;
	width:14px;
	height:14px;
	position:absolute;
	top:8px;
	left:0;
	border-radius:14px;
 -moz-border-radius:14px;
 -webkit-border-radius:14px;
 -o-border-radius:14px;
 -ms-border-radius:14px;
	}

/* 充実の補償内容 */	
.nyuuinHoshou h4.nyuuinHoshouTtl {
 font-size: 30px;
 font-weight: bold;
	line-height: 1.3;
 }

.nyuuinHoshou h4.nyuuinHoshouTtl .fcGreen { color: #42b63d; }

.nyuuinHoshou h4.nyuuinHoshouTtl .fcBlue { color: #009ef0; }

.nyuuinHoshou h4.h4Dot {
	border-bottom:solid 2px #aeaeae;
	font-size: 26px;
	padding-left:40px;
	font-weight: bold;
	position:relative;
	margin:50px 0 15px 0;
 }

.nyuuinHoshou h4.h4Dot:before {
	content: "";
	display:block;
	background:#fff;
	border: solid 4px #d26fb5;
	width:18px;
	height:18px;
	position:absolute;
	top:0.2em;
	left:5px;
	border-radius:18px;
 -moz-border-radius:18px;
 -webkit-border-radius:18px;
 -o-border-radius:18px;
 -ms-border-radius:18px;
	}

.nyuuinHoshou ul {
	overflow: hidden;
	padding-top: 10px;
	}

.nyuuinHoshou ul li {
	float: left;
	width: 30.9%;
	padding-left: 3.6%;
 }

.nyuuinHoshou ul li:first-child {	padding-left: 0; }

.nyuuinHoshou .nyuuinHoshouTbl01 {	padding-top: 10px; }
.nyuuinHoshou .nyuuinHoshouTbl02 {	padding-top: 60px; }


/* -------------------------------------------------------------------------- 
  PC、スマホ共通-家財保険
  ------------------------------------------------------------------------ */
/* リード文 */	
.tintaiwideLead {
	max-width:1100px;
	width: 98%;
	margin:60px auto 0 auto;
 }

.tintaiwideLead h3 {
	color: #7c7037;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	border-top: solid #7c7037 3px;
	border-bottom: solid #7c7037 3px;
	background: #fcfaf2;
	padding:15px 0 7px 0;
	margin-bottom: 20px;
 }

/* 充実の補償内容 */	
.tintaiwideHoshou h4.tintaiwideHoshouTtl01 {
 font-size: 40px;
 font-weight: bold;
	line-height: 1.3;
	color: #7c7037;
 }

.tintaiwideHoshou h4.tintaiwideHoshouTtl02 {
 font-size: 40px;
 font-weight: bold;
	line-height: 1.3;
	color: #42b63d;
 }

.tintaiwideHoshou h4.tintaiwideHoshouTtl03 {
 font-size: 40px;
 font-weight: bold;
	line-height: 1.3;
	color: #ff9b26;
	margin-top: 40px;
 }

.tintaiwideHoshou h4.tintaiwideHoshouTtl04 {
 font-size: 40px;
 font-weight: bold;
	line-height: 1.3;
	color: #4e93a6;
	margin-top: 40px;
 }

.tintaiwideHoshou h4.tintaiwideHoshouTtl01 span,
.tintaiwideHoshou h4.tintaiwideHoshouTtl02 span,
.tintaiwideHoshou h4.tintaiwideHoshouTtl03 span {
 font-size: 20px;
	color: #000;
	padding-left: 1em;
 }

/* 01 */	
.tintaiwideHoshou ul.tintaiwideHoshou01 {
	overflow: hidden;
	padding-top: 10px;
	}

.tintaiwideHoshou ul.tintaiwideHoshou01 li {
	float: left;
	width: 30.9%;
	padding-left: 3.6%;
	margin-top:25px;
 }

.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(1),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(4),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(7) {	padding-left: 0; }

.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(1),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(2),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(3) {	margin-top:0; }

/* 02 */	
.tintaiwideHoshou ul.tintaiwideHoshou02 {
	overflow: hidden;
	padding-top: 10px;
	}

.tintaiwideHoshou ul.tintaiwideHoshou02 li {
	float: left;
	width: 48.2%;
	padding-left: 3.6%;
	margin-top:25px;
 }

.tintaiwideHoshou ul.tintaiwideHoshou02 li:nth-child(1),
.tintaiwideHoshou ul.tintaiwideHoshou02 li:nth-child(3),
.tintaiwideHoshou ul.tintaiwideHoshou02 li:nth-child(5)
 {	padding-left: 0; }

.tintaiwideHoshou ul.tintaiwideHoshou02 li:nth-child(1),
.tintaiwideHoshou ul.tintaiwideHoshou02 li:nth-child(2)
 {	margin-top:0; }

/* 03 */	
.tintaiwideHoshou ul.tintaiwideHoshou03 {
	overflow: hidden;
	padding-top: 10px;
	}

.tintaiwideHoshou ul.tintaiwideHoshou03 li {
	float: left;
	width: 48.2%;
	padding-left: 3.6%;
 }

.tintaiwideHoshou ul.tintaiwideHoshou03 li:nth-child(1) {	padding-left: 0; }


/* -------------------------------------------------------------------------- 
  PC、スマホ共通-生命保険
  ------------------------------------------------------------------------ */
/* おすすめ */	
.seimeiOsusume {
	background:url(../../shouhin/img/bg_osusume.png) repeat-x;
	margin-top: 60px;
	}

.seimeiOsusumeInner {
	max-width:1100px;
	width: 98%;
	margin:0 auto;
	padding:50px 0;
	position: relative;
	overflow: hidden;
 }

.seimeiOsusumeInner .osusumePh {
	width: 37%;
	float: left;
 }

.seimeiOsusumeInner .osusumeTxt {
	width: 59%;
	float: right;
 }

.seimeiOsusumeInner .osusumeTxt h3 {
	color: #009ef0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
 }

/* ULリスト● */
.seimeiOsusumeInner .osusumeTxt ul {	margin-top:30px;	}

.seimeiOsusumeInner .osusumeTxt ul > li {
	padding-left:20px;
	margin-top:0.2em;
	position:relative;
	font-size: 18px;
	}

.seimeiOsusumeInner .osusumeTxt ul > li:before {
	content: "";
	display:block;
	background:#ff9b26;
	width:14px;
	height:14px;
	position:absolute;
	top:8px;
	left:0;
	border-radius:14px;
 -moz-border-radius:14px;
 -webkit-border-radius:14px;
 -o-border-radius:14px;
 -ms-border-radius:14px;
	}


/* ======================================================================================================================
	 PC
	 =================================================================================================================== */
@media only all and (min-width: 751px) {


}


/* ======================================================================================================================
	 タブレット
	 =================================================================================================================== */
@media only screen and (max-width: 1100px) {
.shouhinTitleBox .ribbon {
	width: 99px;
	position: absolute;
	top: -10px;
	right: 0;
	overflow: hidden;
 }

.shouhinTitleBox .ribbon img {	width: 109px; }

}



/* ======================================================================================================================
	 スマホ
	 =================================================================================================================== */
@media only screen and (max-width: 768px) {
.shouhinTitleBox {	padding-bottom:20px; }

/* h2ボタン */	
.shouhinTitleBox h2 a {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	margin:0 1%;
 }

.shouhinTitleBox .ribbon {
	width: 70px;
	position: absolute;
	top: -7px;
	right: 0;
	overflow: hidden;
 }

.shouhinTitleBox .ribbon img {	width: 77px; }

/* セクション */	
.section {	margin: 40px auto 0 auto; }

/* h3 */	
.section h3 {
	font-size: 26px;
	border-bottom: solid 3px #b60081;
	margin-bottom: 20px;
 }

/* 特長 */	
.section .feature li {
	float: none;
	padding:20px 0 0 0;
	width: auto;
 }

/* 保険料シミュレーション */	
.section h3.h3Simu {	margin-bottom: 0px;	}

.section .icSimu {
	width: 52px;
	margin-right: 15px;
	position: relative;
	top: -5px;
 }

.section .simuBox {
	background:url(../img/stripe_bg.png);
	padding: 2%;
	border:solid 5px #e9e9e9;
 }

.section .simuBox .simuBoxStep {	background: none; }

.section .simuBox .simuBoxStep .simuBoxLeft {
	float: none;
	width: auto;
	margin-top: 10px;
 }

.section .simuBox .simuBoxStep .simuBoxRight {
	float: none;
	width: auto;
	margin-top: 20px;
 }

.section .simuBox h4 { font-size: 18px; }

.section .simuBox h4 .icSimuStep {
	width: 20%;
	margin-right: 10px;
	position: relative;
 }

.section .simuBox .simuBoxInput {
	padding: 20px;
	height: auto;
	width: auto;
	display: block;
 }

.section .simuBox button {
	margin: 20px 0 10px 0;
	width: 100%;
	height: 60px;
	}

.section .simuBox .simuBoxStep .simuBoxRight button {
	margin-top: 20px;
	height: 60px;
	}


/* ボタンセット */	
.section .btnSet {
	padding: 20px 2%;
	border: solid 5px #e9e9e9;
 }

.section .btnSet ul {	margin-top: 0; }

.section .btnSet ul.bntSet3 li,
.section .btnSet ul.bntSet2 li {
	float: none;
	width: auto;
	padding: 10px 0 0 0;
 }

.section .btnSet ul li:first-child {	padding-left: 0; }

/* ＋マーク */
.icPlus {
	margin: 20px auto;
	width: 40px;
	}


/* -------------------------------------------------------------------------- 
  スマホ-ペット保険
  ------------------------------------------------------------------------ */
/* おすすめ */	
.petOsusume {
	background: #fff2e0;
	margin-top: 40px;
	padding:0 10px;
	}

.petOsusumeInner {	padding:20px 0; }

.petOsusumeInner .osusumePh {
	width: auto;
	float: none;
	margin-top: 20px;
 }

.petOsusumeInner .osusumeTxt {
	width: auto;
	float: none;
 }

.petOsusumeInner .osusumeTxt h3 {
	font-size: 26px;
	text-align: center;
 }

.petOsusumeInner .osusumeTxt h4 {
	font-size: 20px;
	margin-top: 20px;
 }

.petOsusumeInner .osusumeTxtImg {
	width: 80%;
	padding-top: 0px;
	margin: 0 auto;
	}

/* 充実の補償内容 */	
.petHoshou .petHoshouTtl {
	padding-bottom: 10px;
	display: block;
	overflow: hidden;
	}

.petHoshou .petHoshouIllSm {
	float: left;
	width: 30%;
	}

.petHoshou .petHoshouTxtSm {
	float: right;
	width: 65%;
 }

.petHoshou .petHoshouTtl h4 {
 font-size: 24px;
 display: block;
	white-space: normal;
 }
	
.petHoshou .petHoshouTtl p {	display: block;	}

.petHoshou .listBox {	padding: 15px;	}

.petHoshou .listBox .listBoxLeft {
	width: auto;
	float: none;
	}

.petHoshou .listBox .listBoxRight {
	width: auto;
	float: none;
	}

/* オプション */	
.petHoshou .option .optionTtl {	width:98.4%;	}

.petHoshou .option .optionTtl h4 {	font-size: 20px;	}

.petHoshou .option .optionTtl p {	padding:5px 10px 3px 10px;	}

.petHoshou .optionBox {
	overflow: hidden;
	margin-top: 25px;
	}

.petHoshou .optionBox h5 {	font-size: 20px;	}

.petHoshou .optionBox h5 span {	font-size: 16px;	}

.petHoshou .optionBoxLeft {
	float: none;
	width: auto;
	}

.petHoshou .optionBoxRight {
	float: none;
	width: auto;
	margin-top: 20px;
	}

.petHoshou .optionBox dl {
	background:#fff2e0;
	padding: 15px;
	min-height: inherit;
	margin-top: 5px;
	}

.petHoshou .optionBox dl dt {	font-size: 30px;	}

.petHoshou .optionBox dl dt span {	font-size: 16px;	}

.petHoshou .optionBox dl dd {
	padding-top: 10px;
	margin-top: 10px;
	}


/* -------------------------------------------------------------------------- 
 スマホ-自転車保険
  ------------------------------------------------------------------------ */
/* おすすめ */
.bicycleOsusume {
	background: #fff2e0;
	margin-top: 40px;
	padding:0 10px;
	}

.bicycleOsusumeInner {	padding:20px 0; }

.bicycleOsusumeInner .osusumePh {
	width: auto;
	float: none;
	margin-top: 20px;
 }

.bicycleOsusumeInner .osusumePh {
	width: auto;
	float: none;
 }

.bicycleOsusumeInner .osusumeTxt {
	width: auto;
	float: none;
 }

.bicycleOsusumeInner .osusumeTxt h3 {
	font-size: 26px;
	text-align: center;
 }

.bicycleOsusumeInner .osusumeTxt ul {	margin-top: 20px; }

/* 充実の補償内容 */	
.bicycleHoshou h4 {
 font-size: 24px;
	padding-left: 70px;
	margin: 40px 0 20px 0;
 }
	
.bicycleHoshou h4:before {
 width: 60px;
 height: 60px;
	line-height: 1.55;
	font-size: 39px;
	position:absolute;
	top:5px;
 }


/* -------------------------------------------------------------------------- 
 スマホ-医療保険
  ------------------------------------------------------------------------ */
/* おすすめ */
.nyuuinOsusume {
	background: #fff2e0;
	margin-top: 40px;
	padding:0 10px;
	}

.nyuuinOsusumeInner {	padding:20px 0; }

.nyuuinOsusumeInner .osusumePh {
	width: auto;
	float: none;
	margin-top: 20px;
 }

.nyuuinOsusumeInner .osusumePh {
	width: auto;
	float: none;
 }

.nyuuinOsusumeInner .osusumeTxt {
	width: auto;
	float: none;
 }

.nyuuinOsusumeInner .osusumeTxt h3 {
	font-size: 26px;
	text-align: center;
 }

.nyuuinOsusumeInner .osusumeTxt ul {	margin-top: 20px; }


/* 充実の補償内容 */	
.nyuuinHoshou h4.nyuuinHoshouTtl {
 font-size: 20px;
 font-weight: bold;
 }

.nyuuinHoshou h4.nyuuinHoshouTtl .fcGreen { color: #42b63d; }

.nyuuinHoshou h4.nyuuinHoshouTtl .fcBlue { color: #009ef0; }

.nyuuinHoshou h4.h4Dot {
	font-size: 20px;
	padding-left:32px;
	margin-top:30px;
 }

.nyuuinHoshou h4.h4Dot:before {
	width:14px;
	height:14px;
	border-radius:14px;
 -moz-border-radius:14px;
 -webkit-border-radius:14px;
 -o-border-radius:14px;
 -ms-border-radius:14px;
	}

.nyuuinHoshou ul {	padding-top: 0;	}

.nyuuinHoshou ul li {
	float: none;
	width: auto;
	padding:20px 0 0 0;
 }

.nyuuinHoshou ul li:first-child {	padding-top: 0; }

.nyuuinHoshou .nyuuinHoshouTbl02 {	padding-top: 40px; }


/* -------------------------------------------------------------------------- 
 スマホ-家財保険
  ------------------------------------------------------------------------ */
/* リード文 */	
.tintaiwideLead {	margin-top: 40px; }

.tintaiwideLead h3 {	font-size: 26px; }

/* 充実の補償内容 */	
.tintaiwideHoshou h4.tintaiwideHoshouTtl01,
.tintaiwideHoshou h4.tintaiwideHoshouTtl02,
.tintaiwideHoshou h4.tintaiwideHoshouTtl03,
.tintaiwideHoshou h4.tintaiwideHoshouTtl04
 { font-size: 30px; }

.tintaiwideHoshou h4.tintaiwideHoshouTtl01 span,
.tintaiwideHoshou h4.tintaiwideHoshouTtl02 span,
.tintaiwideHoshou h4.tintaiwideHoshouTtl03 span {
	font-size: 16px;
	display: block;
	padding-left: 0;
 }

/* 01 */	
.tintaiwideHoshou ul.tintaiwideHoshou01 {
	overflow: hidden;
	padding-top: 10px;
	}

.tintaiwideHoshou ul.tintaiwideHoshou01 li {
	float: left;
	width: 48%;
	padding-left: 4%;
	margin-top: 15px;
 }

.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(1),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(3),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(5),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(7),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(9) {	padding-left: 0; }

.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(4) {	padding-left: 4%; }

.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(1),
.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(2) {	margin-top: 0; }

.tintaiwideHoshou ul.tintaiwideHoshou01 li:nth-child(3) {	margin-top: 15px; }

/* 02 */	
.tintaiwideHoshou ul.tintaiwideHoshou02 {
	overflow: hidden;
	padding-top: 10px;
	}

.tintaiwideHoshou ul.tintaiwideHoshou02 li {
	float: none;
	width: auto;
	padding-left: 0;
	margin-top:15px;
 }

.tintaiwideHoshou ul.tintaiwideHoshou02 li:nth-child(1) {	margin-top:0px; }
.tintaiwideHoshou ul.tintaiwideHoshou02 li:nth-child(2) {	margin-top:15px; }

/* 03 */	
.tintaiwideHoshou ul.tintaiwideHoshou03 {
	overflow: hidden;
	padding-top: 10px;
	}

.tintaiwideHoshou ul.tintaiwideHoshou03 li {
	float: none;
	width: auto;
	padding-left: 0;
	margin-top:15px;
 }

.tintaiwideHoshou ul.tintaiwideHoshou03 li:nth-child(1) {	margin-top:0px; }


/* -------------------------------------------------------------------------- 
 スマホ-生命保険
  ------------------------------------------------------------------------ */
/* おすすめ */
.seimeiOsusume {
	background: #fff2e0;
	margin-top: 40px;
	padding:0 10px;
	}

.seimeiOsusumeInner {	padding:20px 0; }

.seimeiOsusumeInner .osusumePh {
	width: auto;
	float: none;
	margin-top: 20px;
 }

.seimeiOsusumeInner .osusumePh {
	width: auto;
	float: none;
 }

.seimeiOsusumeInner .osusumeTxt {
	width: auto;
	float: none;
 }

.seimeiOsusumeInner .osusumeTxt h3 {
	font-size: 30px;
	text-align: center;
 }

.seimeiOsusumeInner .osusumeTxt ul {
	margin-top: 20px;
 }

}
@charset "utf-8";

/*******************
 * PC、スマホ共通
	* タブレット
 * スマホ
*******************/



/* ======================================================================================================================
  PC、スマホ共通
====================================================================================================================== */
/* コンテナー */
.kihonContainer {
 width: 98%;
 max-width:768px;
 margin: 0 auto;
}

/* ヘッダー */
.kihonHeaderArea {	border-bottom:solid 2px #009ef0; }

.kihonHeaderArea h1 {
	width: 80%;
	max-width: 420px;
	padding:20px 0;
}

/* メイン */
.kihonContainer h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 24px;
}

.kihonContainer h2 span {	font-size: 20px; }

.kihonContainer h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 40px 0 15px 0;
	background: #ffeaf9;
	padding: 10px 15px 7px 15px;
}

.kihonContainer .imgBox {
	margin-top: 20px;
	text-align: center;
	}





/* ======================================================================================================================
	 スマホ
	 =================================================================================================================== */
@media only screen and (max-width: 768px) {
.kihonContainer h2 {
	font-size: 26px;
	margin-top: 10px;
	}

.kihonContainer h2 span {	font-size: 18px; }

.kihonContainer h3 {
	font-size: 20px;
	margin: 30px 0 10px 0;
	}


}