/* ------------------------------------------------------------------
共通
------------------------------------------------------------------ */

br.sph-br {
	display: none;
}
br.pch-br {
	display: block;
}

@media screen and (max-width: 769px) {
  #top-head .g-logo {
    padding-right: 15px;
  }
  img {
		width: 100%;
	}
	br.sph-br {
		display: block;
	}
  br.pch-br {
	  display: none;
  }
}


/* タイトル
--------------------------------------------------*/
#head-title {
  background-color: #f0fcff;
}

#head-title h2.ins-line-title {
	padding-top: 35px;
}
#head-title h2.ins-line-title span {
	display: block;
	padding-top: 12px;
	font-size: 0.438em;
}

@media screen and (max-width: 769px) {
  #head-title .container {
		height: 60px;
	}
	#head-title h2 {
		padding-top: 20px;
		font-size: 1.125em;
		font-weight: normal;
		text-align: center;
	}
	#head-title.cat02 .container {
		background-position: right 10px top 0px;
		background-size: 68px;
	}
	#head-title h2.ins-line-title {
		padding-top: 12px;
	}
	#head-title h2.ins-line-title span {
		padding-top: 7px;
		font-size: 0.611em;
	}
}


/* ------------------------------------------------------------------
一般保険
------------------------------------------------------------------ */

/* ヘッダー
--------------------------------------------------*/
.contact-area {
  float: right;
  padding-top: 10px;
  overflow: hidden;
}
.g-logo-general {
  text-align: right;
}
.g-logo-general img {
 width: 170px;
  margin-bottom: 2px;
}
.mail-contact {
  float: left;
  width: 180px;
  margin-top: 20px;
}
.tel-contact {
  float: right;
  width: 170px;
  margin-left: 15px;
  text-align: center;
}
.tel-contact .tel-num {
  margin-bottom: 2px;
  font-size: 1.125em;
  font-weight: bold;
  color: #57b4eb;
}
.tel-contact .tel-notes {
  font-size: 0.750em;
}
.tel-contact .tel-num img {
  width: 18px;
  margin-right: 5px;
}

@media screen and (max-width: 769px) {
  #top-head .container {
    height: 60px;
  }
  #mobile-head {
    height: 60px;
  }
  #top-head h1.logo {
    padding-top: 23px;
  }
  .contact-area {
    padding-top: 5px;
    padding-right: 15px;
  }
  .g-logo-general img {
    width: 120px;
  }
  .mail-contact {
    width: 50px;
    margin-top: 0;
  }
  .mail-contact .sp-mail {
    height: 48px;
    padding-top: 8px;
    text-align: center;
    background-color: #f19eb5;
    font-size: 0.625em;
    font-weight: bold;
    color: #fff;
  }
  .mail-contact .sp-mail img {
    width: 24px;
    margin-bottom: 2px;
  }
  .mail-contact .sp-mail a {
    color: #fff;
  }
  .tel-contact {
    width: 120px;
    margin-left: 5px;
    text-align: right;
  }
  .tel-contact .tel-num {
    font-size: 0.750em;
  }
  .tel-contact .tel-num img {
    width: 14px;
  }
  .tel-contact .tel-notes {
    font-size: 0.700em;
  }
}
@media screen and (max-width: 320px) {
  #top-head h1.logo img {
    width: 100px;
  }
  .mail-contact {
    width: 50px;
  }
}

/* タイトル
--------------------------------------------------*/
#head-title.general .container.general {
  height: 400px;
}
#head-title.general .container.general h2 {
  /*float: left;*/
	padding-top: 0;
	font-size: 2.500em;
	line-height: 1.7;
  font-weight: bold;
	text-align: left;
  color: #57b4eb;
}
#head-title.general .container.general h2 .em {
  font-size: 1.250em;
  color: #f19eb5;
}
#head-title.general .container.general {
	background-image: url( ../images/main.png);
	background-position: left top;
}
#head-title.general .container.general a {
	text-decoration: none;
}
#head-title.general .container.general .general-box {
  position: absolute;
  padding: 40px 0 0;
  bottom: 0;
}
#head-title.general .container.general .general-text {
	font-size: 1.125em;
	line-height: 1.7;
  font-weight: bold;
}
#head-title.general .general-menu-wrap {
  background-color: #57b4eb;
}
#head-title.general .general-menu-wrap .container {
  height: auto;
}
#head-title.general .general-menu {
	margin-top: 0;
}
#head-title.general .general-menu ul {
  overflow: hidden;
}
#head-title.general .general-menu ul li {
  float: left;
	width: 192px;
  text-align: center;
	background-color: #fff;
  border-left: 1px solid #fff;
}
#head-title.general .general-menu ul li:last-child {
  border-right: 1px solid #fff;
}
#head-title.general .general-menu ul li a {
  display: block;
  text-align: center;
  padding: 20px 10px 5px;
  background-color: #57b4eb;
  text-decoration: none;
}
#head-title.general .general-menu ul li a:hover {
  background-color: #6ec2f4;
}
#head-title.general .general-menu ul li a:after {
	background-color: #6ec2f4;
}
.general-menu-inner {
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(../images/arrow_dw.png) bottom 5px center no-repeat;
  background-size: 15px;
}
.general-menu-icon {
  display: table-cell;
  vertical-align: middle;
}
.general-menu-icon img {
  width: 60px;
  margin: 10px 10px 10px 0;
}
.general-menu-title {
  display: table-cell;
	font-size: 1.000em;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  vertical-align: middle;
}
.general-btn {
	display: table;
	margin: 0 auto 0;
	padding-left: 10px;
	font-size: 0.813em;
}
.general-btn:before {
	display: table-cell;
	content: "";
	width: 13px;
	background: url(../../images/common/arrow01.png) left center no-repeat;
	background-size: 6px;
}

.general {
	position: relative;
}
.general .ins-code {
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 0.688em;
	color: #999;
}
.ins-link-bottom.general .ins-link-bottom-left {
	width: 660px;
}
.ins-link-bottom.general .ins-link-icon {
	width: 110px;
}
.ins-link-bottom.general .ins-link-bottom-text {
	padding-top: 10px;
	width: 540px;
}

.general-notes {
	padding-top: 25px;
	font-size: 0.750em;
	line-height: 1.4;
}

@media screen and (max-width: 769px) {
  #head-title.general .container.general {
		padding: 0 15px;
    height: auto;
    background-position: right bottom -20px;
    background-size: 80%;
	}
	#head-title.general .container.general h2 {
		padding: 0;
		font-size: 1.125em;
	}
	#head-title.general .container.general h2 span {
		display: inline-block;
	}
  #head-title.general .general-menu-wrap .container {
    background-image: none;
  }
  #head-title.general .container.general .general-box {
    position: relative;
    clear: both;
    float: none;
    width: 100%;
    padding-top: 0;
  }
	#head-title.general .container.general .general-text {
    float: right;
    width: 70%;
		font-size: 0.875em;
	}
	#head-title.general .container.general .general-text span {
		display: inline-block;
	}
	#head-title.general .general-menu {
	}
  #head-title.general .general-menu ul {
  }
	#head-title.general .general-menu ul li {
		width: 100%;
    border: none;
	}
  #head-title.general .general-menu ul li {
    width: 33.333333%;
  }
  #head-title.general .general-menu ul li:nth-child(1),
  #head-title.general .general-menu ul li:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  #head-title.general .general-menu ul li:nth-child(2) {
    border-left: 1px solid #fff;
  }
  #head-title.general .general-menu ul li:nth-child(4) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #head-title.general .general-menu ul li:last-child {
    border: none;
  }
	#head-title.general .general-menu ul li a {
    padding: 10px 5px 5px;
	}
	#head-title.general .general-menu ul li a:after {
		display: none;
	}
  .general-menu-inner {
    padding-bottom: 15px;
    background-size: 10px;
  }
	.general-menu-icon {
		width: 65px;
		margin: 0 auto;
	}
	.general-menu-title {
		font-size: 0.875em;
	}
	.general-btn {
		margin-top: 15px;
	}
	.general .ins-code {
		right: 20px;
	}
	.ins-link-bottom.general .ins-link-icon {
		width: 68px;
	}
	.general-notes {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 320px) {
  #head-title.cat02 .container.general h2 {
    font-size: 1.000em;
  }
  .general-menu-title {
    font-size: 0.750em;
  }
}

/* コンテンツ
--------------------------------------------------*/
.general-contents01 {
  background-color: #f0fcff;
}
.contents-wrap {
  padding: 60px 0;
}

.sub-title {
  display: table;
  margin: 0 auto 60px;
}
.sub-title .title-icon {
  display: table-cell;
}
.sub-title .title-icon img {
  width: 110px;
  margin: 0 25px 0 0;
}
.sub-title h3 {
  font-size: 2.250em;
  color: #57b4eb;
  text-align: center;
}
.general-lead {
  padding: 20px 0 0;
  font-size: 1.250em;
  font-weight: bold;
  text-align: center;
  color: #666;
}
.check-list-wrap {
  padding: 30px;
  border: 10px solid #57b4eb;
}
.check-list-wrap.check01 {
  background: url(../images/photo01.png) right 10px bottom no-repeat;
  background-size: 220px;
  background-color: #fff;
}
.check-list-wrap.check02 {
  background: url(../images/04.gif) right center no-repeat;
  background-size: 200px;
  background-color: #fff;
}
.check-list-wrap ul li {
  padding: 10px 0 10px 35px;
  font-size: 1.500em;
  font-weight: bold;
  color: #666;
  margin: 2px 0;
  background: url(../images/check_img.png) left 3px no-repeat;
}
.general-text {
  padding: 30px 0;
  font-size: 1.125em;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .contents-wrap {
    padding: 30px 15px;
  }
  .sub-title {
    margin: 0 auto 20px;
  }
  .sub-title h3 {
    font-size: 1.375em;
  }
  .sub-title .title-icon img {
    width: 60px;
    margin: 0 15px 0 0;
  }
  .general-lead {
    font-size: 1.000em;
  }
  .check-list-wrap {
    padding: 10px;
    border-width: 5px;
  }
  .check-list-wrap.check01,
  .check-list-wrap.check02 {
    background-image: none;
  }
  .check-list-wrap ul li {
    padding: 7px 0 7px 25px;
    font-size: 1.000em;
    background-size: 22px;
  }
  .general-text {
    font-size: 0.875em;
  }
}


/* フロー
--------------------------------------------------*/
.general-flow ul li {
  float: left;
  padding-right: 60px;
  margin-bottom: 40px;
  background: url(../images/arrow_flow01.png) right 12px center no-repeat;
}
.general-flow ul li:nth-child(1) {
  margin-left: 170px;
}
.general-flow ul li:nth-child(5) {
  padding-right: 0;
  background: none;
}
.general-flow ul li .flow-inner {
  padding: 30px 0;
  width: 280px;
  text-align: center;
  background-color: #f0fcff;
  border: 5px solid #57b4eb;
}
.general-flow ul li .step span {
  display: block;
  font-size: 1.375em;
  font-weight: bold;
  color: #57b4eb;
}
.general-flow ul li .step span.step-no {
  color: #fff;
  margin: 0 auto;
  padding-top: 13px;
  width: 50px;
  height: 50px;
  font-size: 1.625em;
  background-color: #57b4eb;
  border-radius: 50px;
}
.general-flow ul li h4 {
  padding-top: 15px;
  font-size: 1.625em;
  line-height: 1.4;
}
.general-flow ul li .flow-notes {
  padding: 5px 20px 0;
  font-size: 0.875em;
  line-height: 1.2;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 769px) {
  .general-flow ul li {
    float: none;
    margin-left: 0 !important;
    margin-bottom: 10px;
    padding-right: 0;
    padding-bottom: 30px;
    background: url(../images/arrow_flow02.png) center bottom no-repeat;
    background-size: 50px;
  }
  .general-flow ul li .flow-inner {
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
  }
  .general-flow ul li .step {
    float: left;
    width: 50px;
    padding-right: 10px;
  }
  .general-flow ul li .step span {
    font-size: 1.000em;
  }
  .general-flow ul li .step span.step-no {
    width: 35px;
    height: 35px;
    padding-top: 8px;
    font-size: 1.250em;
  }
  .general-flow ul li h4 {
    padding-left: 50px;
    width: 100%;
    font-size: 1.125em;
    text-align: left;
  }
  .general-flow ul li .flow-notes {
    padding-left: 50px;
  }
}


/* 見直しポイント
--------------------------------------------------*/
.general-point {
  overflow: hidden;
  margin-bottom: 50px;
}
.point-left {
  float: left;
  width: 540px;
}
.point-right {
  float: right;
  width: 410px;
}

.balloon-left {
 	position: relative;
	display: inline-block;
 	margin: 0 0 0 50px;
	padding: 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #f58d26;
  border-radius: 7px;
}
.balloon-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -70px;
 	margin-top: -30px;
	border: 20px solid transparent;
	border-right: 60px solid #f58d26;
}
.balloon-left .balloon-inner {
	margin: 0;
	padding: 0;
}
.balloon-left .balloon-inner h4 {
  padding: 5px 0 10px;
  font-size: 1.357em;
  text-align: center;
  color: #fff;
}
.balloon-left .balloon-text {
  padding: 10px;
  line-height: 1.4;
  color: #545454;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .point-left {
    float: none;
    width: 100%;
  }
  .point-right {
    float: none;
    width: 100%;
  }
  .balloon-left {
    margin: 10px 0 0 0;
  }
  .balloon-left:before{
    display: none;
  }
  .balloon-left .balloon-inner h4 {
    font-size: 1.000em;
  }
  .balloon-left .balloon-text {
    font-size: 0.875em;
  }
}


/* 保険見直し時期
--------------------------------------------------*/
.general-stage {
  margin-bottom: 30px;
}
.general-stage ul {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.general-stage ul li {
  float: left;
  width: 33.33333333%;
  padding: 10px;
}
.general-stage ul li > div {
   border: 5px solid #57b4eb;
  background-color: #fff;
}
.general-stage ul li h4 {
  padding: 10px 15px;
  font-size: 1.125em;
  text-align: center;
  color: #fff;
  background-color: #57b4eb;
}
.general-stage ul li h4.text-lg {
  font-size: 1.500em;
}
.general-stage ul li .stage-text {
  padding: 10px 15px 15px;
  line-height: 1.4;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .general-stage ul li {
    float: none;
    width: 100%;
  }
}


/* FAQ
--------------------------------------------------*/
.general-faq dt,
.general-faq dd {
  padding: 15px;
}
.general-faq dt > *,
.general-faq dd > * {
  display: block;
}
.general-faq dt {
  font-size: 1.500em;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #57b4eb;
}
.general-faq dt:before {
  content: "Ｑ";
  float: left;
  width: 40px;
  line-height: 1.1;
  font-size: 1.083em;
}
.general-faq dt span {
  padding-left: 40px;
}
.general-faq dd {
  margin-bottom: 30px;
  font-size: 1.125em;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #57b4eb;
}
.general-faq dd:before {
  content: "Ａ";
  float: left;
  width: 40px;
  font-size: 1.444em;
  font-weight: bold;
  line-height: 1.1;
  color: #57b4eb;
}
.general-faq dd span {
  padding-left: 40px;
}

@media screen and (max-width: 769px) {
  .general-faq dt {
    font-size: 1.125em;
  }
  .general-faq dt:before {
    width: 28px;
    font-size: 1.000em;
  }
  .general-faq dt span {
    padding-left: 28px;
  }
  .general-faq dd {
    margin-bottom: 20px;
    font-size: 0.875em;
  }
  .general-faq dd:before {
    width: 28px;
    font-size: 1.286em;
  }
  .general-faq dd span {
    padding-left: 28px;
  }
}


/* 取扱い保険
--------------------------------------------------*/
.general-list {
  overflow: hidden;
}
.general-list .list-wrap {
  position: relative;
  margin: 20px auto 60px;
  padding: 0 20px 10px;
  text-align: center;
  border: 3px solid #57b4eb;
}
.general-list .list-wrap.first-list {
  margin-bottom: 80px;
}
.general-list .list-wrap.col3-list {
  width: 75%;
}
.general-list .list-wrap.col2-list.col2-left {
  float: left;
  width: 49%;
}
.general-list .list-wrap.col2-list.col2-right {
  float: right;
  width: 49%;
}
.general-list .list-wrap h4 {
  position: relative;
  display: inline-block;
  top: -12px;
  margin: 0 auto;
  padding: 0 25px;
  font-size: 1.350em;
  color: #666;
  background-color: #f0fcff;
}
.general-list ul {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.general-list ul li {
  float: left;
  width: 25%;
  padding: 10px;
}
.general-list .list-wrap.col3-list ul li {
  width: 33.333333%;
}
.general-list .list-wrap.col2-list ul li {
  width: 50%;
}
.general-list ul li span {
  display: block;
  padding: 20px;
  font-size: 1.250em;
  font-weight: bold;
  color: #57b4eb;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #57b4eb;
}

@media screen and (max-width: 769px) {
  .general-list .list-wrap {
    float: none !important;
    width: 100% !important;
    margin-bottom: 40px !important;
    padding: 0 15px 10px;
  }
  .general-list .list-wrap h4 {
    font-size: 1.125em;
    padding: 0 10px;
  }
  .general-list ul {
  }
  .general-list ul li {
    width: 100% !important;
    padding: 5px 10px;
  }
  .general-list ul li span {
    padding: 15px 10px;
    font-size: 1.000em;
  }
}


/* リンクボタン
--------------------------------------------------*/
.general-btn-wrap {
	clear: both;
	display: block;
  margin: 0 auto;
	width: 450px;
	font-size: 1.625em;
  font-weight: bold;
	background-color: #fff;
  border: 5px solid #f19eb5;
}
.general-btn-wrap a {
  display: block;
	height: 85px;
	padding-top: 27px;
	color: #f19eb5;
	text-decoration: none;
}
.general-btn-wrap a:hover {
	background-color: #FEF5F8;
}
.general-btn-wrap a:after {
	background-color: #FEF5F8;
}
.general-btn-wrap a span {
	display: table;
	margin: 0 auto;
  line-height: 1.4;
}
.general-btn-wrap a span:before {
	display: table-cell;
	content: "";
	width: 55px;
	background: url(../images/mail_img.png) left top 2px no-repeat;
  background-size: 40px;
}

.mail-contact .general-btn-wrap {
  width: 180px;
  font-size: 0.750em;
	background-color: #f19eb5;
  border: none;
}
.mail-contact .general-btn-wrap a {
  height: 35px;
  padding-top: 10px;
	color: #fff;
}
.mail-contact .general-btn-wrap a:hover {
  background-color: #F4B5C7;
}
.mail-contact .general-btn-wrap a:after {
	background-color: #F4B5C7;
}
.mail-contact .general-btn-wrap a span:before {
  width: 25px;
	background: url(../images/mail_w_img.png) left top 2px no-repeat;
  background-position: left top 1px;
  background-size: 18px;
}

.general-point .general-btn-wrap {
  width: 200px;
  margin: 0 auto;
  font-size: 1.125em;
  border: none;
}
.general-point .general-btn-wrap a {
  height: 50px;
  padding-top: 7px;
  color: #fff;
  background-color: #57b4eb;
}
.general-point .general-btn-wrap a:hover {
  background-color: #6ec2f4;
}
.general-point .general-btn-wrap a:after {
  background-color: #6ec2f4;
}
.general-point .general-btn-wrap a span {
  padding-bottom: 15px;
  background: url(../images/arrow_dw.png) bottom 5px center no-repeat;
  background-size: 15px;
}
.general-point .general-btn-wrap a span:before {
  display: none;
}

@media screen and (max-width: 769px) {
  .general-btn-wrap {
    width: 100%;
    font-size: 1.125em;
  }
  .general-btn-wrap a {
    height: auto;
    padding: 20px;
  }
  .general-btn-wrap a span:before {
    width: 36px;
    background-size: 28px;
  }
  
  .mail-contact .general-btn-wrap {
    display: none;
  }
  
  .general-point .general-btn-wrap {
    clear: both;
    width: 70%;
    margin: 0 auto;
    font-size: 1.000em;
  }
  .general-point .general-btn-wrap a {
    height: 40px;
    padding-top: 5px;
  }
}

