@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
}


#insurance {
	background: url(images/top.jpg) top center no-repeat;
	background-size: contain;
}

.content_wrapper {
	margin: 0 auto;
	width: 95%;
	max-width: 1280px;
	letter-spacing: normal !important;
}

#content_header {
	text-align: center;
	padding: 30px;
}

#content_header h1 {
	font-size: 3.4em;
	color: #FFF;
}

#content_header h2 {
	font-size: 1.3em;
	color: #FFF;
}

#top_description {
	margin: 20px 0;
	padding: 40px;
	background: rgba(255,255,255,0.8);
}

#top_description ul {
	float: left;
	text-align: left;
	width: 50%;
}

#top_description li {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

.clear {
	clear: both;
}

#insurance_table {
	width: 100%;
	margin: 0 auto 15px auto;
	background: #FFF;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	text-align: left;
}

#insurance_table th, #insurance_table td {
	padding: 10px;
}

#insurance_table thead th {
	text-align: center;
	background: #14377c;
	color: #FFF;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}

#insurance_table tbody th.first {
	background: #b5dbff;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}

#insurance_table tbody th {
	background: #f0f0f0;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	font-size: 0.9em;
}

#insurance_table tbody td {
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	font-size: 0.9em;
}

#insurance_table tbody th.last {
	background: #ffe7ca;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}

.bottom {
	font-size: 0.9em;
	padding: 0 0 15px 0;
}

.quote {
	padding: 20px 0 15px 0;
	text-align: center;
	font-size: 1.4em;
}

.center {
	text-align: center;
}

#quote_frame {
	width: 100%;
	height: 390px;
}

.btn_ins {
	background-color: #1B4591;
	padding: 20px 30px;
	border-radius: 30px;
	color: #FFF;
	text-decoration: none;
}

/*.modal_open{
    display: inline-block;
    margin: 3vw;
    float: left; 
}*/
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 980px;
    max-height: 70%;
    margin: 0;
    padding: 50px 2vw 60px;
    border: 2px solid #aaa;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    overflow: scroll;
}

.modal_box p {
	padding: 5px 0;
}

.modal_box ol li {
	list-style-type: decimal;
	margin: 10px 0 1px 20px;
}
 
.modal_box ol ul li {
	list-style-type: lower-alpha;
	margin: 0 0 1px 20px;
}

.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #000;
    line-height: 62px;
    text-align: center;
    background: #e6e6e6;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}
 
 
@media screen and (max-width: 769px) {
 
/*  ウィンドウサイズ769px以下の時のスタイル  */
 
  .modal_box {
      padding: 50px 2vw 40px;
  }
 
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
 
  .modal_close i {
      line-height: 44px;
  }
 
  .link_area {
      margin: 25px auto 0;
  }
 
  .link_area .modal_link a {
      margin: 15px auto 0;
  }
 
  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }
 
  .link_area ul li.modal_link:last-child a {
      float: none;
  }
 
}


/*===============================================
●For Tablet Max Width 1024px
===============================================*/
@media only screen and (max-width: 1024px) {

#content_header img {
	width: 170px;
}

#content_header h1 {
	font-size: 2.2em;
}

#content_header h2 {
	font-size: 1.1em;
	text-shadow: 2px 2px 2px #A0A0A0;
}

#top_description li {
	font-size: 0.9em;
}

#top_description {
	margin: 10px 0;
	padding: 20px;
}

}


/*===============================================
●For Tablet Max Width 768px
===============================================*/
@media only screen and (max-width: 768px) {

#content_header {
	padding: 10px;
}

#content_header img {
	width: 130px;
}

#content_header h2 {
	font-size: 1.1em;
}

  .tbl-r05 {
    width: 80%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }


}

/*===============================================
●For Mobile Max Width 540px
===============================================*/
@media only screen and (max-width: 540px) {

#content_header {
	padding: 10px;
}

#content_header h1 {
	font-size: 1.8em;
}


#content_header img {
	width: 100px;
}

#insurance {
	background: url(images/top.jpg) top center no-repeat;
	background-size: 170%;
}

#top_description ul {
	float: none;
	text-align: left;
	width: 100%;
}

#top_description li {
	margin: 0 0 0 10px;
	list-style-type: disc;
}


#quote_frame {
	width: 100%;
	height: 620px;
}

}