@charset "utf-8";
/* CSS Document */

/*目次
【1】共通 【2】cp_list.html
*/

/*【1】共通=====================================================================================================*/

summary {
	margin: -20px 0 0 0;
}


.cp-top-container {
max-width: 880px;
margin: 20px auto 20px;
padding: 0 1em;	
}


.g-container{
width: 100%;
}

.cp-container img{
width: 100%;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
} 

.txt_important {
	font-size:1.5em;
	font-weight: bold;
}

.plan_title{
	display: block;
	margin: 10px 0;
	padding: 2px;
	background-color: #009fe8;
	color: #fff;
	font-weight: bold;
	width:100%;
	text-align: center;
}
	
.plan_example{
	padding: 15px;
	font-size:16px;
	line-height: 1.2;
	text-align: left;
}

.plan_example li{
	padding-left: 0px;
	font-weight:bold;
}

.plan_example p{
	padding: 15px 15px 0px 0px;
	font-size:14px;
}

.notice_box {
	width: 100%;
	border: var(--clr-prime) solid 2px;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

.notice_box p:first-child{
	color: var(--clr-prime);
	margin-bottom: 1em;
}

.notice_box_txt {
	font-size:0.8em;
}

.notice_btn {
	margin: 0 auto;
	width:50%;	
}


/* プラン一覧 */

.insurance_table_body {
    margin:1em;
    background: #fff;
    border: 3px solid #009fe8;
    border-radius: 10px;
    position: relative;
	display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    justify-content: space-between;
	padding: 1em;
}

.table_column_03 {
	width:100%;
	float: left;
}

.insurance_table_body table th,.insurance_table_body table td {
	text-align: center;
	vertical-align: middle;
	padding: 0.5em;
	border: none;
}

.insurance_table_body table th{
 	border: none;
 	border-bottom: 2px solid #009fe8;
	font-weight: 600;
}

.insurance_table_body table td {
 	border: none;
 	border-bottom: 1px dashed #009fe8;
}

.insurance_table td.ex_border_b {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #009fe8;
}


.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
}

.size_normal{
  width: 30px;
  height: 30px;
}

.letter3 {
  font-size: 0.8em;
  line-height: 0.1em;
}

.pink1 {
  color: #fff;
  font-weight: bold;
  background-color: #009fe8;
  border: solid 1px #009fe8;
}

.ex_border_b {font-weight: bold;}
.much {font-size: 1.2em;}
.fee {font-size: 1.1em;}

.insurance_main {
	position: relative;
	padding-bottom:50px;
}

.shop_guide,.web_guide {
	position: relative;
    top:3%;
    display: block;
    padding:5px 20px 40px;
    font-size: 0.9em;
    line-height: 1.5;
}

.guide_list {
	list-style: inside;
	width:95%;
	padding: 0 1em;
}

.guide_list li{margin-bottom: 0.75em;}

.modal_link {
	color: #e30210;
    font-weight: bold;
    border-bottom: #e30210 solid 1px;
}

.insurance_title {
	font-size:1.8em;
	color: #e30210;
	margin: 0.5em 0 1em!important;
	text-shadow: 2px 2px 2px #fff;
}

.insurance_note {
    font-size: 0.8em;
    line-height: 1.5;
    color: #000000;
	text-align: center;
	margin-bottom: 30px;
}

.insurance_note div {
    display: inline-block;
	margin: 2% 0;
	vertical-align: top;
}

.insurance_note p {
	font-weight: bold;
	padding: 1% 0;
}


.insurance_kitei {
    display: inline-block;
    padding: 0.3em 0.3em;
    text-decoration: none;
    color: #000000;
    border: solid 2px #000000;
    border-radius: 3px;
    transition: .4s;
    width: 300px;
    text-align: center;
    font-size: 14px;
    margin: 10px;
    background-color: #fff;
}

.insurance_link {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000000;
    border: solid 2px #000000;
    border-radius: 3px;
    transition: .4s;
    width: 250px;
	max-width: 80%;
    text-align: center;
    font-size: 18px;
    margin: 12px;
    background-color: #FFFFFF;
}

.static .faq-section-title {
  margin: 20px 0;
  padding: 5px 20px;
  color: #000;
  background: #e6e6e6;
  font-size: 16px;
  font-weight: 700;
}

.static .faq-category-title {
  margin: 12px 0;
  padding: 0;
  color: #000;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
}

.static .faq-category-title:before {
  content: "・";
}

.static .faq-item {
  display: block;
  margin: 20px auto;
}

.static .faq-item .faq-q {
  padding: 20px 30px 0px 50px;
  border: 2px solid #000000;
  margin: 0;
  background: #fff;
}

.static .faq-item .faq-q .faq-arrowbox--q {
  top: 20px;
  left: 15px;
}

.static .faq-q {
  color: #000000;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 0 0 0 37px;
  margin: 14px 0;
}

.static .faq-q:hover {
  cursor: pointer;
}

.static .faq-q .faq-arrowbox--q {
  position: absolute;
  top: 0;
  left: 0;
}

.static .faq-a {
  position: relative;
  padding: 10px 15px 10px 45px;
  font-size: 1.0em;
  border: 2px solid #000000;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.static .faq-a:after {
  content: "";
  display: block;
  clear: both;
}

.static .faq-a .faq-arrowbox--a {
  position: absolute;
  top: 10px;
  left: 10px;
}

.static .faq-a .static-l-links {
  margin: 0 auto 20px;
}

.static .faq-arrowbox--q, .static .faq-arrowbox--a {
  color: #fff;
  font-size: 0.7em;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  padding: 0 3px;
  text-align: center;
  position: relative;
  min-width: 23px;
  height: 18px;
  line-height: 18px;
  font-style: normal;
}

.static .faq-arrowbox--q:after, .static .faq-arrowbox--a:after {
  content: "";
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-right-width: 4px;
  bottom: -6px;
}

.static .faq-arrowbox--q {
  background: #000000;
}

.static .faq-arrowbox--q:after {
  border-top-color: #000000;
  border-right-color: #000000;
}

.static .faq-arrowbox--a {
  background: #e31212;
}

.static .faq-arrowbox--a:after {
  border-top-color: #e31212;
  border-right-color: #e31212;
}


.insurance-flow h1 {
	text-align: center;
    font-size: 24px;
    line-height: 1.3em;
    background-color: #3B3B3B;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0.25em;
}

.insurance-flow h3 {
	color: #00429B;
	font-weight: bold;
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #7db4e6;
}

.insurance-flow h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

.insurance-flow p {
	padding: 0em 1em 1em 1em;
}

.insurance-flow span {
	font-weight: bold;
	color: #e30210;
}

.add {
	margin: 20px;
    border: 2px solid #000000;;
}

.add ol {
	padding: 20px;
}

.add li {
	list-style:none;
}


/* リンクボタン */

a.link_btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: auto;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #fff;
	border: 1px solid var(--clr-prime);
	background: var(--clr-prime);
	transition: 0.5s;
}

a.link_btn:hover {
	border: 1px solid var(--clr-prime);
	background: #fff;
	color: var(--clr-prime);
}

.shop_guide {
	background-image: url("/PC/ja/asset/img/nw/sc/insurance/main_new_head.webp"), url("/PC/ja/asset/img/nw/sc/insurance/main_new_shop.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 60%,30%;
	background-color: var(--clr-gray);
}
.web_guide {
	background-image: url("/PC/ja/asset/img/nw/sc/insurance/main_new_head.webp"), url("/PC/ja/asset/img/nw/sc/insurance/main_new_web.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	background-size: 60%,30%;
	background-color: var(--clr-gray);
}

/*SP S*/
@media only screen and (min-width : 375px) {
.pc_only{display: none;}
.sp_only {display: inline;}



.notice_btn {
	width:80%;	
}

.table_column_01,.table_column_02 {
	width:100%;
	table-layout: fixed;
}

.table_column_02_th {
	display: none;
}

.insurance_shop {
	padding: 20px 0;
	
}

.insurance_shop p:first-child{
	color: #e30210;
	font-weight: bold;
}


}


/*TB*/
@media only screen and (min-width : 426px) {
.pc_only{display: block;}
.sp_only {display: none;}



.table_column_01 {
	width:100%;
	table-layout: fixed;
}

.table_column_02 {
	width:100%;
	table-layout: fixed;
}
	
}

/*PC*/
@media only screen and (min-width : 1020px) {

.pc_only{display: block;}
.sp_only{display: none;}

.notice_btn {
	width:50%;	
}

.table_column_01{
	width:50%;
	table-layout: fixed;
}

.table_column_02 {
	width:50%;
	table-layout: fixed;
}

.table_column_02_th {
	display: contents;
}

}