@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
@media screen and (min-width: 1000px) {
	html {
		width: 50%;
		height: 100%;
		font-size: 62.5%;
       		display: block;
       		margin-left: auto;
       		margin-right: auto;
	}
}
@media screen and (max-width: 999px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
	}


}
::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}


body {

	background-color: #ffffff;
	font-weight:500;
	line-height:1.8em;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-family: 'Prompt','Noto Sans JP','Lato', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  	/* 画像を常に天地左右の中央に配置 */
  	background-position: center center;
  	/* 画像をタイル状に繰り返し表示しない */
  	background-repeat: no-repeat;
  	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  	background-attachment: fixed;
  	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  	background-size: cover;
  	min-height: 100%;
  	display: grid;
  	grid-template-rows: 0.1fr auto;

	/*設置する親要素ページ全体ならbodyなど*/
	position: relative;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	overflow-y: auto;
	font-size:15px;
	font-color:#5A4D4B;
}


/*===============================
	header
================================*/
@media screen and (max-width: 999px) {
  header {
  background-repeat: no-repeat;
  background-position: right;
  box-sizing: border-box;
  margin-top: 0px;
  height: 60px;
  background-color:rgba(250,124,146,0.1); 

  }

  .logo{
	position:absolute; top:18px; left:12px;
	  float:left;
 }
  .title1{
	color:#7F7F7F;

	font-size:10px;
	position:absolute; top:30px; right:12px;
	float:left;
 }
}


@media screen and (min-width: 1000px) {
  header {
  background-repeat: no-repeat;
  background-position: right;
  box-sizing: border-box;
  width: 200%;
  display: block;
  margin-top: 0px;
  margin-left: -50%;
  margin-right: auto;
  height:80px;
  background-color:rgba(250,124,146,0.1); 
  }

  .logo{
	position:absolute; top:25px; left:10px;
 }
  .title1{
	color:#7F7F7F;
	font-size:15px;
	position:absolute; top:40px; right:12px;
	float:left;
 }
}



.container {

  width: 90%;
  padding-top: 5%;
  margin: 0% 5% auto;

}
.container3 {
	width: 90%;
	padding-top: 2%;
	margin: 3% 5% auto;
	position: relative;

	}
	
.container4 {
	width: 90%;
	padding-bottom: 3%;
	margin: 10% 5% auto;

	}

.container5 {
	width: 90%;
	margin: 0% 5% 0% 5%;
	}

.container6 {

  width: 90%;
  padding-top: 4%;
  padding-bottom: 4%;
  margin: 0% 1% auto;

}
.agreecontainer {
	width: 90%;

	padding-bottom: 3%;
	margin: 7% 5% auto;

	}
.attention {
	color: red;
	font-weight: bold;
	}

a.btn-style-link{
	display: inline-block;
	padding: 16px 24px;
	text-decoration: none;
	text-align:center;
	border: 1px;
	background: #6ec4db;
	color: #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	margin-top: 2%;
	margin-bottom: 5%;
	width: 100%;	

	}
a.btn-style-link:hover{

	background-color:rgba(110,196,219,0.5);
}
a.btn-style-link:visited{

	background-color:rgba(110,196,219,0.3);
}

a.sitebtn-style-link{
	display: inline-block;
	padding: 11px 24px;
	text-decoration: none;
	text-align:center;
	border: 1px;
	background: rgba(250,124,146, 0.8);
	color: #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	margin-top: 2%;
	margin-bottom: 5%;
	width: 100%;		
}
a.sitebtn-style-link:hover{

	background: rgba(250,124,146, 0.5);
}
a.sitebtn-style-link:visited{

	background: rgba(250,124,146, 0.3);
}

.pink{

	color: rgba(250,124,146, 1);
}
a.hplink:link{
	
	color: rgba(250,124,146, 1);
}
a.hplink:hover{

	color: rgba(250,124,146, 0.6);
}
a.panflink {
	margin-top:5px;
	float:right;
	padding:2px 10px;
	border: 1px solid #fff;
	color: #fff !important;
	border-radius: 20px;
	font-weight: normal;
	cursor: pointer !important;
}

a.panflink:hover {
	opacity: 0.7;
	text-decoration: none;
}

a.servicelink {
	float:right;
	border: 2px solid rgb(255, 234, 159);
	background-color: rgb(255, 248, 224);
	color: #333333;
	font-weight: bold;
}

a.kokuchilink {
	float:right;
	border: 2px solid rgb(255, 234, 159);
	background-color: rgb(255, 248, 224);
	color: #333333;
	font-color: black;
	font-weight: bold;
}

a.kokuchilink:hover {
	opacity: 0.7;
	text-decoration: none;
}

.link_section {
	
	margin: 20px 0 25px 0;
}

.right {

  z-index: 999;
padding-bottom:15%;
    padding-right:5%;
    margin-left: auto;
}

/* top */
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
	font-color:#5A4D4B;
font-color:#fa7c92;

    }
    #top-head {
        top: 0;
        margin-top: 0;
         width: 100%;
        height: 70px;
    }
    #mobile-head {
        background: #fa7c92;
	background: #fff;
        width: 100%;
        height: 70px;

        position: relative;
    }

    #top-head .logo {
    
        position: absolute;
        left: 12px;
        top: 15px;
        color: #fff;
color:#5A4D4B;
        font-size: 1.2em;
        height: 66px;
left:31%;
       	padding-top:7px;


}
     .logo2 {
        
        color: #fa7c92;

}
     .logo3 {
        
        color: #6ec4db;
}
     .title-s {
        font-size:17px;
	font-weight: bold;/* フォント太さ */
        color: #6ec4db;
}

.button_container {

  width:100%;
  padding-top:11%;
  padding-bottom:6%;
  padding-right:4%;
  padding-left:4%;
}
.button_container p {
  font-size:11px;
}
.pink{
  color:#fa7c92;
}


ul.nav{
  padding: 20px;
}
ul.nav li{
    display: inline;
}
ul.nav li a{
      color: gray;
      text-decoration: none;
}


/*ステップバーナビ*/
.cp_stepflow01 {
	font-size: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
.cp_stepflow01 > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-overflow: ellipsis;
	color: #b0bec5;
	 -ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	     flex: 1;
}
.cp_stepflow01 > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 0.5em;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.cp_stepflow01 > li .bubble::after,
.cp_stepflow01 > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.cp_stepflow01 > li.completed,
.cp_stepflow01 > li.completed .bubble {
	color: #6ec4db;
}
.cp_stepflow01 > li.completed .bubble,
.cp_stepflow01 > li.completed .bubble::after,
.cp_stepflow01 > li.completed .bubble::before {
	background-color: #6ec4db;
}
.cp_stepflow01 > li:last-child .bubble::after,
.cp_stepflow01 > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
.cp_stepflow01 > li.active,
.cp_stepflow01 > li.active .bubble {
	font-weight: bold;
	color: #fa7c92;
}
.cp_stepflow01 > li.active .bubble,
.cp_stepflow01 > li.active .bubble::after,
.cp_stepflow01 > li.active .bubble::before {
	background-color: #fa7c92;
}


.boxes {
  margin: auto;
  padding: 8px;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + .pdf_check {
  display: block;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 30px;
  margin-top: -20px;
  color: #5b5b5b;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + .pdf_check:last-child { margin-bottom: 0; }

input[type="checkbox"] + .pdf_check:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(110,196,219,1); /* 活性のいろ */
  background: #ffffff; /* 活性のいろ */
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + .pdf_check:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  border: 2px solid rgba(110,196,219,1); /* 活性のいろ */
  background: #ffffff; /* 活性のいろ */
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"][disabled] + .pdf_check:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(110,196,219,0.4)!important;
  background: rgba(227, 227, 227,1); /* 非活性のいろ */
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"] + .plan_check {
  display: block;
  position: relative;
  padding-left: 37px;
	color: #5A4D4B;
	font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + .plan_check:last-child { margin-bottom: 0; }

input[type="checkbox"] + .plan_check:before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  border: 3.5px solid #6ec4db; /* 活性のいろ */
  background: #ffffff; /* 活性のいろ */
	border-radius: 10%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + .plan_check:before {
  width: 13px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  border: 3px solid #6ec4db; /* 活性のいろ */
  background: #ffffff; /* 活性のいろ */
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"][disabled] + .plan_check:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 4px solid rgba(110,196,219,0.4);
  background: rgba(227, 227, 227,1); /* 非活性のいろ */
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}


.endbox {
    position: relative;
    padding: 0.5em 1em;
    height:44px;
    border: solid 1px #6ec4db;
    border-radius: 0px;
}
.endbox .box-title {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #6ec4db;
    font-weight: bold;
}

.endbox span {

     line-height: 1;
    font-size: 15px;/* フォントサイズ */
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;

    border: solid 1px #6ec4db;
    border-radius: 0px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #6ec4db;
    font-weight: bold;
}

.box26 p {
    margin: 0; 
    margin-top:5px;

    padding: 0;
    font-size: 15px;/* フォントサイズ */
}

.box-indent span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}

.box_attention {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;

    border: solid 1px red;
    border-radius: 0px;
}

.box_attention p{
    color: red;
    margin: 0;
}

.box_attention span{
    text-decoration: underline;
    text-decoration-color: red;
}


.sample_h_10{
font-size: 18px;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-left: .5em;
padding-top: .3em;
padding-bottom: .2em;
margin-bottom: 1em;
border-left: 5px solid #6ec4db;/* 線 */
color: #6ec4db;/* フォント色 */
}

.sample_h_10.insurance-h {
	font-size: 22px;/* フォントサイズ */
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	border-left: none;
}

.sample_h_18{
font-size: 20px;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .2em;
padding-bottom: .2em;
margin-bottom: 1em;
margin-left: 0em;
position: relative;

color:#fa7c92;/* フォント色 */
}

@media screen and (max-width: 600px) {
	.sample_h_18 {
		padding-top: 1.5em;
	}
}

.sample_h_18:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 1px;
background: repeating-linear-gradient(90deg, #fa7c92 0%,rgba(255, 255, 255, 0) 100%);
bottom: 0;
left: 0;
z-index: 0;
}
.fontsitei {
	font-size:12px;
	color:#5A4D4B;
}
.fontsitei2 {
	font-size:15px;
	color:#5A4D4B;
	word-break: break-all;
}
.fontsitei3 {
	font-size:10px;
	color:#5A4D4B;
}
.fontsitei4 {
	font-size:17px;
	color:#5A4D4B;
        float:left;
}
.fontsitei5 {
	font-size:16px;
	color:#5A4D4B;
	word-break: break-all;	
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.answer5 {
		padding-left:60px;
	}
}
/*タブ切り替え全体のスタイル*/
.tab-wrap {
		display:none;
    flex-wrap: wrap;
}
.tab-label {
	color: #6ec4db;
	background: #fff;
	margin-right: 2px;
	margin-left: 2px;
	padding:10px 0;
	order:-1;
	font-size: 18px;/* フォントサイズ */
	width:47.7%;
	/* height:50px; */
	border:1px solid #6ec4db;
	/* line-height:45px; */
	
	text-align:center;
	cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.tab-content {
    width: 100%;
    display: none;
    float:left;
}
.tab-switch:checked+.tab-label {
    background: #6ec4db;
    color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}

.kakunin {
	display:flex;
	justify-content: center;
}

.kakunin .tab-label {
	display:inline-block;
	margin:0;
	padding:10px;
	line-height:40px;
	font-size: 18px;/* フォントサイズ */
	width:130px;
	height: 60px;
	z-index: 0;
}

.kakunin .tab-label.left {
	border-top-left-radius : 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-left-radius : 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.kakunin .tab-label.right {
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius : 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.notice .tab-label {
	margin-top: 20px;
}

.form-group{
	margin-bottom: 35px;
}


/* 必須マーク */
.must {
	background: #FF1A00;
}

.must {
	color: #FFF;
	border-radius: 0px;
	font-size: 18px;
	margin-right: 5px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

button{
	display:inline-block;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	background: #fa7c92;
	width:70px;
	height:30px;
	color: #FFF;
	border-radius: 0px;
	font-size: 18px;
	margin-bottom: 0px;
	margin-left:15px;
	padding: 3px 3px;
	letter-spacing: 0.2em;
	border:solid 1px #fa7c92;
}
.left{float:left;

}

.step1_form {
	margin-top: 15px;
}
.heading2{
	position:relative;
	padding-left:30px;
	
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
}
.heading3{
	position:relative;
	padding-left:30px;
	
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.heading4{
	position:relative;
	padding-left:30px;
	font-size: 16px;
	line-height: 20px;
}
.heading2:after, .heading2:before{
	content:''; 
	height:19px; 
	width:4px; 
	display:block; 
	background:#fa7c92; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.heading2:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}
 

.col-size{
width:40%;

}
.col-size2{
width:100px;

}
.pink{
	color: #fa7c92;
}

h4 {
	position: relative;
	color: #333;
	text-shadow: 0 0 2px white;
}
h4:before {
	content: "";
	position: absolute;
	background: #fa7c92;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0.4; /* 指定要素の透過を設定 */
}

footer {
	width: 100%;
	height: 10px; 
	bottom:0;
	text-align: center;
	margin-top:3%;
	padding: 20px 0;
	background-color: #fa7c92;
	
	}
@media screen and (min-width: 1000px) {
footer {
	width: 200%;
	height: 10px; 
	bottom:0;
	text-align: center;
	margin-top:3%;
	padding: 20px 0;
	background-color: #fa7c92;
        display: block;
        margin-left: -50%;
        margin-right: auto;
	}
}


footer p{
	text-align: center;
	margin-top:-16px;
}

.footer-text {
	color: #fff;
	font-size:10px;
	}

.ajaxzip3 {
        display: inline-block;
        width: 80px;
        margin: 0 0 5px -110%;
        padding: 3px;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        font-size: .7em;
        border: 0;
        border-radius: 5px;
        background-color: #fa7c92;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
        cursor: pointer;
	}
.mailsendbtn {
        display: inline-block;
        width: 130%;
	margin-left:0;
	padding: 3px;
	float:left;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        font-size: .7em;
        border: 0;
        border-radius: 5px;
        background-color: #fa7c92;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
        cursor: pointer;
	}








/*back to top*/
#page_top {
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 999;
}
@media screen and (min-width: 1000px) {
#page_top {
	position: fixed;
	bottom: 10px;
	right: 20%;
	z-index: 999;
}
}

#page_top a {
	background-color:rgba(110,196,219,0.7);
	color: #fff;
	font-size:12px;
	text-align: center;
	text-decoration: none;
	padding: 16px 16px;
}
#page_top a:hover {
	background-color: #fedcd2;
	background-color:rgba(254,220,210,0.7);
	color: #666;
	text-decoration: none;
}

input{
	border:0;
	width: 90%;
	height:40px;
	padding:2%;
	border:solid 1px #fa7c92;
        font-size:15px;
}

input:focus {
	border:solid 1px #fa7c92;
	background-color: #fff;


}
input:after {
	border:solid 1px #fa7c92;
	background-color: #fff;

    
}
input:required{
	background: #ffcdd2;

}
input[type="email"]:invalid{
	background: #ffcdd2;

}
input:valid{
	background: transparent;
}
input:focus{
	background: #DCEDC8;
	background-color: #ffa9b5;
}


.agreemidashi {
  position: relative;
  padding: 0 .5em .5em 2em;
 
}
.agreemidashi::before,
.agreemidashi::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.agreemidashi::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(198,198,187, 0.5);

}
.agreemidashi::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(250,124,146, 0.4);
}


































.cp_ipselect3 {
	overflow: hidden;
	width: 40%;
	margin: 0.3em auto;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	text-align: center;
}
.cp_ipselect3 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect3 select::-ms-expand {
    display: none;
}
.cp_ipselect3.cp_sl03 {

	position: relative;
	border-radius: 0px;
	border: 1px solid #6ec4db;
	background: #ffffff;
}
.cp_ipselect3.cp_sl03::before {
	position: absolute;
	top: 1.1em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #6ec4db;
	pointer-events: none;
}
.cp_ipselect3.cp_sl03 select {
	padding: 8px 38px 8px 8px;
margin-left:0.5em;
	color: #5A4D4B;

}


.cp_ipselect2 {
	overflow: hidden;
	width: 100%;
	margin: 0.3em auto;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	text-align: center;
}
.cp_ipselect2 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect2 select::-ms-expand {
    display: none;

}
.cp_ipselect2.cp_sl02 {
	position: relative;
	border-radius: 0px;
	border: 1px solid #6ec4db;
	background: #ffffff;
}
.cp_ipselect2.cp_sl02::before {
	position: absolute;
	top: 1.1em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #6ec4db;
	pointer-events: none;
}
.cp_ipselect2.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	margin-left:0.5em;
	color: #5A4D4B;


}



a.next_btn, a.confirm2_btn {
	display: block;
	position: relative;
  	width:120px;
  	height:50px;
	float:right;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fa7c92;
	background: #fff;
	border:1px solid #fa7c92;
	overflow: hidden;
	z-index: 1 !important;
}
@media screen and (min-width: 1000px) {
a.next_btn:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	background : #fa7c92;

  	width:120px;
	transition: .4s;
	z-index: -1;
}
a.next_btn:hover, a.confirm2_btn:hover {
	color: #fff;
}
a.next_btn:hover:after, a.confirm2_btn:hover:after {
	top: 0;
	left: 0;
}

a.confirm2_btn:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	background : #fa7c92;

  width:200px;
	transition: .4s;
	z-index: -1;
}

}

.confirm_btn {
	display: block;
	position: relative;
  	width:350px;
  	height:50px;
	margin:30px auto;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fa7c92;
	background: #fff;
	border:1px solid #fa7c92;
	overflow: hidden;
	z-index: 1 !important;
}
@media screen and (min-width: 1000px) {
.confirm_btn:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	background : #fa7c92;

  	width:350px;
	transition: .4s;
	z-index: -1;
}
.confirm_btn:hover {
	color: #fff;
}
.confirm_btn:hover:after {
	top: 0;
	left: 0;
}

}

a.back_btn {
	display: block;
	position: relative;
  	width:120px;
  	height:50px;
	float:left;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #7F7F7F;
	background: #fff;
	border:1px solid #7F7F7F;
	overflow: hidden;
	z-index: 1 !important;
}
@media screen and (min-width: 1000px) {
a.back_btn:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	background : #7F7F7F;

  	width:120px;
	transition: .4s;
	z-index: -1;
}
a.back_btn:hover {
	color: #fff;
}
a.back_btn:hover:after {
	top: 0;
	left: 0;
}

}

/* ラジオボタン */
input[type=radio] {
    display: none;
}
.radiobtn {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radiobtn::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radiobtn::after {
    background: #fa7c92;
    border-radius: 50%;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;

    height: 10px;
    width: 10px;
    left: 8px;
    margin-top: -5px;
}
input[type=radio]:checked + .radiobtn::before {
    border-color: #666;
}
input[type=radio]:checked + .radiobtn::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

.heading4{
	position:relative;
	padding-left:30px;
	font-size: 16px;
	color: #5b5b5b;
	line-height: 18px;
}
 
.heading4:after, .heading4:before{
	content:''; 
	height:15px; 
	width:4px; 
	display:block; 
	background:#fa7c92; 
	position:absolute; 
	top:0px; 
	left:14px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.heading4:before{
	height:6px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:7px; 
	left:8px
}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #6ec4db;
}

.box11{
    padding: 0.5em 0.5em 0 0.5em;
    margin: 1em 0;
    color: #5d627b;
    background: white;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  margin-bottom: 30px; 
  background-image: -webkit-linear-gradient(left, #fedae1, #fa7c92, #fedae1);
  background-image: -moz-linear-gradient(left, #fedae1, #fa7c92, #fedae1);
  background-image: -ms-linear-gradient(left, #fedae1, #fa7c92, #fedae1);
  background-image: -o-linear-gradient(left, #fedae1, #fa7c92, #fedae1); 
}

.row-yes {

    display: table;
    width: 100%;

}



.titleyes {
  width: 10%;
  margin-top:5px;
  margin-left:5px;
  height: 8px;
  display:inline-bloc;
  position: relative;

}





/* スマート　囲み枠　1 */
.kakomi-smart1 {
 position: relative;
 margin: 1em auto;
 padding:  0.5em 1em 0.5em 1em;
 background: #f1f1f2; /* 背景色 */
 color:#5A4D4B; /* テキスト色 */
 font-size: 1em;
 min-height: 44px;
 width:75%;
 float:right;
  display: table-cell;
  word-break: break-all;

}

.title-smart1 {
 position: absolute;
 top: -22px;
 left: 5px;
 color:#5A4D4B; /* テキスト色 */
 font-size: 0.6em;
display:inline-block;
}

.plan_btn {
	display:block;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	padding: 8px 38px 8px 15px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	border-radius: 0px;
	border: 1px solid #6ec4db;
	color: #6ec4db;
	background: #fff;
	font-size: 18px;
	height: auto;
	letter-spacing: 0.1em;
}

.plan_btn:active, .plan_btn.open {
	color: #fff;
	background: #6ec4db;
}

.fixed {
	position:fixed;
	width: 200%;
	margin-left: -50%;
	background: #fff;
	bottom: 0;
	padding: 30px 50%;
	border-top: 1px solid #fa7c92;
	z-index: 1;
}

.fix_left {
	font-size: 17px;
	display: inline-block;
}

.fix_right {
	float: right;
	display: inline-block;
	font-size: 35px;
	color: red;
	font-weight: bold;
	letter-spacing: 1px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.radiobtn::after .disabled {
	background: #e9ecef;
}

th,td {
	border: solid 1.5px #fa7c92;          /* 枠線指定 */
	padding: 5px;
}

table {
	border-collapse:  collapse; /* セルの線を重ねる */
	width:  95%;               /* 幅指定 */
	table-layout: fixed;        /* セルの幅計算指定 */
	margin:5px auto 20px auto;
}

th {
	text-align:  center;
}

@media screen and (max-width: 600px) {
	.plan_tbl {
		font-size: 11px;
		line-height: 2em;
	}
}
.plan_kakunin th {
	text-align:  left;
	width:30%;
}

.popup_content {
	margin:10px 0; 
	/* display: none; */
}

.duplicate {
	display: none;
	text-align: center;
	color:red;
	font-weight: bold;
}

.tahoken {
	display:none;
}

.baiseki {
	display: none;
}

/* 補償ボックス */
.insurance {
	border-radius: 50px 50px 0 0;
	border: 3.5px solid #fa7c92;
}

.insurance-title {
	padding:20px 15px;
	border-radius: 50px 50px 0 0;
	border-bottom: 3.5px solid #fa7c92;
	background: #fce6e9;
}

.disabled .insurance-title {
	border-color: #b0bec5 !important;
	background: #f0f0f0 !important;
}

.insurance-content {
	padding:20px 15px;
}

/* 補償非活性時 */
.disabled,.disabled input[type="checkbox"] + .plan_check:before {
	border-color: #b0bec5 !important;
}

.disabled .sample_h_10 {
	border-color: #b0bec5 !important;
	color: #b0bec5 !important;
}

.disabled .radiobtn::after{
	background: #b0bec5 !important;
}

/* 看護職向け賠償責任保険レイアウト */
.insurance.kango,.insurance.kango input[type="checkbox"] + .plan_check:before,.kango th,.kango td {
	border-color: #ff506d;
}

.kango .sample_h_10 {
	border-color: #ff506d;
	color: #ff506d;
}

.insurance.kango input[type="checkbox"]:checked + .plan_check:before {
  border-color: #ff506d;
  border-top-color: transparent;
  border-left-color: transparent;
}

.insurance.kango .radiobtn::after {
	background: #ff506d;
}

.insurance.kango .plan_btn,.insurance.kango .tab-label {
	border-color: #fdacba;
  color: #ff506d;
}

.kango th {
	background: #fdacba;
}

.insurance.kango .plan_btn.open,.insurance.kango .tab-switch:checked+.tab-label {
	background: #fdacba;
	color: #fff;
}

.insurance.kango .box26 {
	border-color: #fdacba;
}

.insurance.kango .box26 .box-title {
  color: #fdacba;
}

/* 医療専門職向け賠償責任保険レイアウト */
.insurance.isenbai,.insurance.isenbai input[type="checkbox"] + .plan_check:before,.isenbai th,.isenbai td {
	border-color: #275530;
}

.insurance.isenbai .insurance-title {
	border-bottom: 3.5px solid #275530;
	background: #e5f5e9;
}

.isenbai .sample_h_10,.insurance.isenbai .tab-wrap {
	border-color: #275530;
	color: #275530;
}

.insurance.isenbai input[type="checkbox"]:checked + .plan_check:before {
  border-color: #275530;
  border-top-color: transparent;
  border-left-color: transparent;
}

.insurance.isenbai .radiobtn::after {
	background: #275530;
}

.insurance.isenbai .plan_btn,.insurance.isenbai .tab-label {
	border-color: #669970;
  color: #275530;
}

.isenbai th {
	background: #669970;
}

.insurance.isenbai .plan_btn.open,.insurance.isenbai .tab-switch:checked+.tab-label {
	background: #669970;
	color: #fff;
}

.insurance.isenbai .box26 {
	border-color: #669970;
}

.insurance.isenbai .box26 .box-title {
  color: #669970;
}

/* 福祉専門職向け賠償責任保険レイアウト */
.insurance.fukusenbai,.insurance.fukusenbai input[type="checkbox"] + .plan_check:before,.fukusenbai th,.fukusenbai td {
	border-color: #d15e00;
}

.insurance.fukusenbai .insurance-title {
	border-bottom: 3.5px solid #d15e00;
	background: #faf0e9;
}

.fukusenbai .sample_h_10,.insurance.fukusenbai .tab-wrap {
	border-color: #d15e00;
	color: #d15e00;
}

.insurance.fukusenbai input[type="checkbox"]:checked + .plan_check:before {
	border-color: #d15e00;
	border-top-color: transparent;
	border-left-color: transparent;
}

.insurance.fukusenbai .radiobtn::after {
	background: #d15e00;
}

.insurance.fukusenbai .plan_btn,.insurance.fukusenbai .tab-label {
	border-color: #f27a24;
	color: #d8610C;
}

.fukusenbai th {
	background: #f8b481;
}

.insurance.fukusenbai .plan_btn.open,.insurance.fukusenbai .tab-switch:checked+.tab-label {
	background: #f8b481;
	color: #fff;
}

.insurance.fukusenbai .box26 {
	border-color: #f8b481;
}

.insurance.fukusenbai .box26 .box-title {
	color: #f8b481;
}

/* 個人賠償責任補償レイアウト */
.insurance.kobai,.insurance.kobai input[type="checkbox"] + .plan_check:before,.kobai th,.kobai td {
	border-color: #f98202;
}

.insurance.kobai .insurance-title {
	border-bottom: 3.5px solid #f98202;
	background: #fdf6e5;
}

.kobai .sample_h_10 {
	border-color: #f98202;
	color: #f98202;
}

.insurance.kobai input[type="checkbox"]:checked + .plan_check:before {
  border-color: #f98202;
  border-top-color: transparent;
  border-left-color: transparent;
}

.insurance.kobai .radiobtn::after,.insurance.kobai .panflink {
	background: #f98202;
}

.kobai th {
	background: #fbbf7f;
}

.insurance.kobai .plan_btn,.insurance.kobai .tab-label {
	border-color: #fbbf7f;
  color: #f98202;
}

.insurance.kobai .plan_btn.open,.insurance.kobai .tab-switch:checked+.tab-label {
	background: #fbbf7f;
	color: #fff;
}

.insurance.kobai .box26 {
	border-color: #fbbf7f;
}

.insurance.kobai .box26 .box-title {
  color: #fbbf7f;
}

/* 傷害補償レイアウト */
.insurance.syogai,.insurance.syogai input[type="checkbox"] + .plan_check:before,.syogai th,.syogai td {
	border-color: #004F98;
}

.insurance.syogai .insurance-title {
	border-bottom: 3.5px solid #004F98;
	background: #e4f2ff;
}

.syogai .sample_h_10 {
	border-color: #004F98;
	color: #004F98;
}

.insurance.syogai input[type="checkbox"]:checked + .plan_check:before {
  border-color: #004F98;
  border-top-color: transparent;
  border-left-color: transparent;
}

.insurance.syogai .radiobtn::after,.insurance.syogai .panflink {
	background: #004F98;
}

.syogai th {
	background: #648fb7;
}

.insurance.syogai .plan_btn,.insurance.syogai .tab-label {
	border-color: #648fb7;
  color: #004F98;
}

.insurance.syogai .plan_btn.open,.insurance.syogai .tab-switch:checked+.tab-label {
	background: #648fb7;
	color: #fff;
}

.insurance.syogai .box26 {
	border-color: #648fb7;
}

.insurance.syogai .box26 .box-title {
  color: #648fb7;
}

/* 医療補償レイアウト */
.insurance.iryo,.insurance.iryo input[type="checkbox"] + .plan_check:before,.insurance.iryo input[type="checkbox"] + .pdf_check:before,.iryo th,.iryo td {
	border-color: #00A0C1;
}

.insurance.iryo .insurance-title {
	border-bottom: 3.5px solid #00A0C1;
	background: #e5f6f9;
}

.iryo .sample_h_10 {
	border-color: #00A0C1;
	color: #00A0C1;
}

.insurance.iryo input[type="checkbox"]:checked + .plan_check:before,.insurance.iryo input[type="checkbox"]:checked + .pdf_check:before {
  border-color: #00A0C1;
  border-top-color: transparent;
  border-left-color: transparent;
}

.insurance.iryo .radiobtn::after,.insurance.iryo .panflink {
	background: #00A0C1;
}

.iryo th {
	background: #57aebf;
}

.insurance.iryo .plan_btn,.insurance.iryo .tab-label {
	border-color: #57aebf;
  color: #00A0C1;
}

.insurance.iryo .plan_btn.open,.insurance.iryo .tab-switch:checked+.tab-label {
	background: #57aebf;
	color: #fff;
}

.insurance.iryo .box26 {
	border-color: #57aebf;
}

.insurance.iryo .box26 .box-title {
  color: #57aebf;
}

/* がん補償レイアウト */
.insurance.cancer,.insurance.cancer input[type="checkbox"] + .plan_check:before,.insurance.cancer input[type="checkbox"] + .pdf_check:before,.cancer th,.cancer td,.insurance.cancer .cp_ipselect2.cp_sl02 {
	border-color: #6EB92C;
}
.insurance.cancer .cp_ipselect2.cp_sl02::before {
	border-top: 6px solid #6EB92C;
}

.insurance.cancer .insurance-title {
	border-bottom: 3.5px solid #6EB92C;
	background: #edfbe1;
}

.cancer .sample_h_10 {
	border-color: #6EB92C;
	color: #6EB92C;
}

.insurance.cancer input[type="checkbox"]:checked + .plan_check:before,.insurance.cancer input[type="checkbox"]:checked + .pdf_check:before {
  border-color: #6EB92C;
  border-top-color: transparent;
  border-left-color: transparent;
}

.insurance.cancer .radiobtn::after,.insurance.cancer .panflink {
	background: #6EB92C;
}

.cancer th {
	background: #8fc95d;
}

.insurance.cancer .plan_btn,.insurance.cancer .tab-label {
	border-color: #8fc95d;
  color: #6EB92C;
}

.insurance.cancer .plan_btn.open,.insurance.cancer .tab-switch:checked+.tab-label {
	background: #8fc95d;
	color: #fff;
}

.insurance.cancer .box26 {
	border-color: #8fc95d;
}

.insurance.cancer .box26 .box-title {
  color: #8fc95d;
}

/* 団体長期障害所得補償（GLTD）レイアウト */
.insurance.gltd,.insurance.gltd input[type="checkbox"] + .plan_check:before,.insurance.gltd input[type="checkbox"] + .pdf_check:before,.gltd th,.gltd td,.insurance.gltd .cp_ipselect2.cp_sl02 {
	border-color: #792D84;
}
.insurance.gltd .cp_ipselect2.cp_sl02::before {
	border-top: 6px solid #792D84;
}

.insurance.gltd .insurance-title {
	border-bottom: 3.5px solid #792D84;
	background: #f4e4f6;
}

.gltd .sample_h_10 {
	border-color: #792D84;
	color: #792D84;
}

.insurance.gltd input[type="checkbox"]:checked + .plan_check:before,.insurance.gltd input[type="checkbox"]:checked + .pdf_check:before {
  border-color: #792D84;
  border-top-color: transparent;
  border-left-color: transparent;
}

.insurance.gltd .radiobtn::after,.insurance.gltd .panflink {
	background: #792D84;
}

.gltd th {
	background: #bf75c9;
}

.insurance.gltd .plan_btn,.insurance.gltd .tab-label {
	border-color: #bf75c9;
  color: #792D84;
}

.insurance.gltd .plan_btn.open,.insurance.gltd .tab-switch:checked+.tab-label {
	background: #bf75c9;
	color: #fff;
}

.insurance.gltd .box26 {
	border-color: #bf75c9;
}

.insurance.gltd .box26 .box-title {
  color: #bf75c9;
}

.insurance.gltd caption{
    font-size: 15px;
    color: inherit;
}

.insurance.gltd caption span{
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
}

@media screen and (max-width: 600px) {
	.insurance.gltd caption,
	.insurance.gltd caption span {
		font-size: 11px;
		line-height: normal;
	}
}

.link_area {
	display:inline-block;
	padding:2px 5%;
	border: 2px solid #6ec4db;
	background: #E1F4FF;
	border-radius: 50px;
	cursor: pointer !important;
}

a.link_area:hover {
	opacity: 0.7;
	text-decoration: none;
}

.title_section {
	font-size: 18px;
	padding:5px 3%;
	margin-top: 2em;
}

.notice_tbl th {
	width:25%;
	text-align: left;
	font-weight: normal;
}

.notice_tbl th,.notice_tbl td {
	font-size:14px;
}

.hoken_tbl th {
	font-weight: normal;
	letter-spacing: 0.1em;
	color:#fff;
}

.kanyushikaku_tbl_area {
	padding-right: 30px;
}

.kanyushikaku_tbl th {
	width: 25%;
	text-align: left;
	font-weight: normal;
}

.kanyushikaku_tbl th,.kanyushikaku_tbl td {
	font-size: 14px;
	border: solid 1.5px #a7a7a7	;
	padding: 5px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 3% auto;
  width: 50%;
  height: 90%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

.modal-alert {
  background-color: #fee4e9;
  border: 2px solid #ff506d;
  margin: 3% auto;
  width: 400px;
  height: 300px;
  padding: 30px;
  color: black;
  text-align:center;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@media screen and (max-width: 1000px) {
	.modal-content {
	  width: 90%;
	}

	.modal-alert {
	  width: 300px;
	  height: 400px;
	}
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 7rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
}
	
.timealertbtn {
      display: inline-block;
      width: 100px;
      height: 40px;
      letter-spacing:0;
	margin-left:0;
	padding: 3px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      font-size:15px;
      border: 1px solid #fa7c92;
      border-radius: 5px;
      background-color: #fa7c92;
      cursor: pointer;
}
