@charset "UTF-8";
/*-----------------------------------------------
	ttl
-----------------------------------------------*/
.ttl-A {
	font-weight: bold;
	font-size: 2.4rem;
	margin: 20px auto 10px;
	line-height: 1.4;
	color: #00655a;
}
.ttl-C {
	color: #00655a;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.4;
	padding: 5px 0;
	margin: 40px auto 15px;
	border-bottom: 2px solid #00655a;
}
.ttl-D{
  display: flex;
  align-items: center;
	color: #00655a;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 30px auto 5px;
}
.ttl-D .necessary{
	display: inline-block;
	float: none;
	margin-left: 10px;
}
@media only screen and (max-width: 767px){
	.ttl-A {
			font-size: 1.8rem;
    margin: 20px auto 10px;
	}
	.ttl-C {
		font-size: 2.0rem;
		margin: 20px auto 10px;
	}
	.ttl-D{
    display: block;
		font-size: 1.8rem;
		margin: 15px 0 5px;
	}
}

.err-txt{color: #ef2e2e;}


.form-catch{
	margin-top: 15px;
	padding: 15px;
	text-align: left;
	border: 1px dashed #f56531;
	color: #f56531;
}



/*-----------------------------------------------
	table
-----------------------------------------------*/
.form-block__product{
	margin-bottom: 30px;
}

.check-block{
	margin-bottom: 15px;
}
.check-block th{
	width: 2.5em;
	text-align: center;
	padding: 0;
	background: #f5f5f5;
}
.check-block th input{
	height: 22px;
  width: 22px;
	margin-bottom: 0;
}
.check-block td{
	padding: 5px;
	color: #fff;
}
.check-block__item img{
	max-height: 50px;
	display: block;
	margin: 0 auto 10px;
}
.check-block .check-block__item{
	color: #333!important;
	padding: 10px;
}

.medical-check td {background: #ef4b30;}
.medical_kanwa-check td {background: #c23e84;}
.cancer-check td {background: #d99816;}
.life-check td {background: #b26c09;}
.syunyu-check td {background: #F29949;}
.child-check td {background: #ff9900;}
.care-check td {background: #0091ba;}

/*-----------------------------------------------
	form-block
-----------------------------------------------*/
.form-block {
  display: table;
  font-size: 1.6rem;
  width: 100%;
  border-top: 1px solid #c9c9c9;
}
.form-block input[type="radio"] {
	margin: 3px 3px 0px 5px;
}

.form-block .cell-w {
  display: table-cell;
  background: #f5f5f5;
  width: 310px;
  padding: 15px;
  border-left: 1px solid #c9c9c9;
  font-weight: bold;
  vertical-align: top;
}

.form-block .cell-s {
  display: table-cell;
  background: #f5f5f5;
  width: 100px;
  padding: 15px;
  border-right: 1px dotted #c9c9c9;
  border-left: 1px solid #c9c9c9;
  font-weight: bold;
  vertical-align: top;
}

.form-block .cell-r {
  display: table-cell;
  border-right: 1px solid #c9c9c9;
  vertical-align: top;
}

.form-block .cell-inner {
  padding: 15px;
}

.block-bottom {
  border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px;
}

.form-block input,
.form-block select {
  margin-bottom: 10px;
}

.form-block-child {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #c9c9c9;
}

.form-block-child:last-child {
  border-bottom: none;
}

.form-block-child dt {
  display: table-cell;
  background: #f5f5f5;
  width: 210px;
  padding: 15px;
  font-weight: bold;
  vertical-align: top;
}

.form-block-child dd {
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .form-block {
    display: block;
    border-top: 2px solid #c9c9c9;
  }
  .form-block .cell-w {
    display: block;
    width: 100%;
    padding: 10px;
    border-left: none;
  }
  .form-block .cell-s {
    display: block;
    width: 100%;
    padding: 10px;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #fff;
  }
  .form-block .cell-r {
    display: block;
    border-right: none;
  }
  .form-block .cell-inner {
    padding: 10px 0;
  }
  .form-block-child {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .form-block-child dt {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .form-block-child dd {
    display: block;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 320px) {
	.float-item{float: none!important;}
}

/*-----------------------------------------------
	form parts
-----------------------------------------------*/
textarea {
  resize: none;
  height: 150px;
}

.notice-box {
  background: #e6e6e7;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.2rem;
  margin-top: 15px;
}

.form-block .err-txt {
  font-size: 1.2rem;
  color: #ef2e2e;
}

.err-bg {
  background-color: #ffcccc !important;
}

.ok-bg {
  background-color: #faffbd !important;
}

.len-vshort {
  width: 80px;
}

.len-short {
  width: 100px;
}

.len-middle {
  width: 200px;
}

.len-long {
  width: 400px;
}

.len-wide {
  width: 100%;
}

.float-item {
  float: left;
  margin-right: 10px;
}

span.float-item,
label.float-item {
  margin-top: 5px;
}

input[type="radio"].float-item {
  margin-top: 10px;
  margin-right: 3px;
}

.necessary {
  display: block;
  float: right;
  background: #f56531;
  color: #fff;
  font-size: 1.4rem;
  padding: 1px 4px;
  border-radius: 5px;
}

.pri {
  background-color: #fff;
  height: 150px;
  border-radius: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
  font-size: 1.2rem;
}

.pri::-webkit-scrollbar {
  width: 6px;
}

.pri::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.pri::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

@media only screen and (max-width: 767px) {
  textarea {
    height: 100px;
  }
  .len-long {
    width: 100%;
  }
	.job-item{
		width: 100%;
	}
}

/*-----------------------------------------------
	button
-----------------------------------------------*/
#stepLast {
  padding: 15px;
  border-radius: 5px;
  position: relative;
	margin-bottom: 40px;
}

#stepLast p {
  text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}

.btn-next,
.btn-unanswered,
.btn-send {
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 5px;
  display: block;
  padding: 15px;
  position: relative;
  font-size: 2.0rem;
  cursor: pointer;
}

.btn-next {
  background-color: #f56531;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0;
  width: 400px;
  margin: 0 auto;
  color: #fff;
}

.btn-next:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .btn-next:hover {
    opacity: 1.0;
  }
	.btn-next, .btn-unanswered, .btn-send{
		font-size: 1.8rem;
		padding: 15px 10px;
		letter-spacing: inherit;
	}
}

.btn-unanswered {
  background-color: #ffe9e0;
  border: 2px solid #f56531;
  width: 400px;
  margin: 0 auto;
  color: #f56531;
}

.btn-send {
	background-color: #f56531;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px 0;
  width: 400px;
  margin: 0 auto;
  color: #fff;
}

.btn-send:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .btn-send:hover {
    opacity: 1.0;
  }
}

.btn-back {
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 5px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom: 2px solid #bbb;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-back:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .btn-back:hover {
    opacity: 1.0;
  }
}

@media only screen and (max-width: 767px) {
  .btn-next,
  .btn-unanswered,
  .btn-send {
    width: 100%;
  }
  .btn-back {
    position: static;
    margin-top: 20px;
  }
}

/*-----------------------------------------------
	STEP
-----------------------------------------------*/
.form-flow {
	font-size: 1.4rem;
  line-height: 1.2;
  margin: 40px auto;
  width: 720px;
}

.form-flow::after {
  content: "";
  display: block;
  clear: both;
}

.form-flow li {
  width: 240px;
  text-align: center;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  height: 50px;
  padding-top: 8px;
  position: relative;
	color: #00655a;
}

.form-flow li:nth-child(1) {
  border-top: solid 3px #00655a;
  border-left: solid 3px #00655a;
  border-bottom: solid 3px #00655a;
  border-radius: 5px 0 0 5px;
}

.form-flow li:nth-child(1):before {
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 50px;
  border-right: 3px solid #00655a;
  top: 0;
  bottom: 0;
  right: -3px;
  z-index: 10;
}

.form-flow li:nth-child(1):after {
  position: absolute;
  margin: auto;
  content: "";
  background: #fff;
  width: 15px;
  height: 15px;
  border-top: 3px solid #00655a;
  border-right: 3px solid #00655a;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: rotate(45deg);
  z-index: 20;
}

.form-flow li:nth-child(2) {
  border-top: solid 3px #00655a;
  border-bottom: solid 3px #00655a;
}

.form-flow li:nth-child(2):before {
  position: absolute;
  margin: auto;
  content: "";
  width: 0;
  height: 50px;
  border-right: 3px solid #00655a;
  top: 0;
  bottom: 0;
  right: -3px;
  z-index: 10;
}

.form-flow li:nth-child(2):after {
  position: absolute;
  margin: auto;
  content: "";
  background: #fff;
  width: 15px;
  height: 15px;
  border-top: 3px solid #00655a;
  border-right: 3px solid #00655a;
  top: 0;
  bottom: 0;
  right: -10px;
  transform: rotate(45deg);
  z-index: 20;
}

.form-flow li:nth-child(3) {
  border-top: solid 3px #00655a;
  border-right: solid 3px #00655a;
  border-bottom: solid 3px #00655a;
  border-radius: 0 5px 5px 0;
}

.form-flow li.current {
  border-color: #00655a;
  color: #fff;
	background: #00655a;
}

.form-flow li.arrow-current:after {
  border-color: #00655a;	
	background: #00655a;
}

.form-flow li.arrow-current:before {
  border-color: #00655a;
}

.form-flow li span {
  font-size: 2.0rem;
  vertical-align: -1px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .form-flow {
    width: 60%;
    margin: 20px auto;
    min-width: 300px;
  }
  .form-flow li {
    height: 70px;
    width: 33%;
    text-align: left;
  }
  .form-flow li:nth-child(1) {
    padding: 3px 10px 0 10px;
  }
  .form-flow li:nth-child(1):before {
    height: 70px;
  }
  .form-flow li:nth-child(1):after {
    width: 12px;
    height: 12px;
    right: -8px;
  }
  .form-flow li:nth-child(2) {
    padding: 3px 10px 0 20px;
  }
  .form-flow li:nth-child(2):before {
    height: 70px;
  }
  .form-flow li:nth-child(2):after {
    width: 12px;
    height: 12px;
    right: -8px;
  }
  .form-flow li:nth-child(3) {
    padding: 3px 10px 0 20px;
  }
  .form-flow li span {
    font-size: 1.8rem;
    vertical-align: 0;
  }
}

/*-----------------------------------------------
	個人情報の取り扱い
-----------------------------------------------*/
.board {
  margin: 20px 0;
}

.board .board-ttl {
  background: #00655a;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 15px 6px;
}

.board .board-inner {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}

.board .board-inner::after {
  content: "";
  display: block;
  clear: both;
}

.top-page .board-inner .line2 {
  width: 216px;
  float: left;
  line-height: 1.2;
  margin-bottom: 14px;
}

.top-page .board-inner .line2:last-child {
  margin-bottom: 0;
}

.top-page .board-inner .line2 .panel-icon {
  float: left;
  margin: 0 15px 0 10px;
}

.top-page .board-inner .line2 h3 {
  float: left;
}

.board.pamph img {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .board {
    margin-bottom: 15px;
  }
  .board .board-ttl {
    font-size: 1.6rem;
    padding: 8px 10px 6px;
  }
  .board .board-inner {
    padding: 10px;
  }
 
  .top-page .board-inner .line2 {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .top-page .board-inner .line2 .panel-icon {
    float: left;
    margin: 0 10px 0 0;
  }
  .top-page .board-inner .line2 h3 {
    float: none;
  }
}



/*-----------------------------------------------
	thanks
-----------------------------------------------*/
.thanks-box {
  border: 2px solid #c2cad3;
  padding: 40px 0;
  text-align: center;
  width: 720px;
  margin: 20px auto 40px auto;
}

.thanks-box .thanks-ttl {
  color: #00655a;
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.thanks-box .thanks-link {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .thanks-box {
    width: 100%;
    padding: 15px 10px;
    margin: 20px auto;
  }
  .thanks-box .thanks-ttl {
    font-size: 1.6rem;
  }
  .thanks-box .thanks-link {
    margin-top: 10px;
  }
}

/* consul（PC） */
ul.flow {
  display: flex;
  justify-content: space-between;
}
.flow li { /* コンテンツブロック */
  border: #ddd 3px solid;
  border-radius: 10px;
  width: 34%;
  text-align: center;
  padding: 15px 20px;
  position: relative;
}
.flow li:first-child,
.flow li:last-child {
  width: 28%;
}
.flow li:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 20px solid #00b199;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}
.flow li .step_img { /* アイコン */
  width: 70px;
  margin: 0 auto;
}
.flow li dt.step_title { /* タイトル */
	color: #00655a;
  font-size: 1.8rem;
  font-weight: bold;
	line-height: 1.5;
  text-align: center;
  margin: 0 auto 5px;
}
.flow li dt.step_title span { /* タイトル */
  font-size: 1.4rem;
}
.flow li dd.step_text { /* 説明 */
  text-align: left;
}

  /* consul（SP） */
@media only screen and (max-width: 767px) {
  ul.flow {
    display: block;
  }
  .flow li { /* コンテンツブロック */
    width: 100% !important;
    padding: 10px 15px;
  }
  .flow li:not(:last-child) {
    margin-bottom: 30px;
  }
  .flow li:not(:last-child):after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -50px;
    border-top: 14px solid #00b199;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
  }
  .flow li .step_img { /* アイコン */
    width: 60px;
  }
}

a.zip_link {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 10px;
  color: #1e8bd7;
  text-decoration: underline;
}
a.zip_link::before{
position: absolute;
top: 16px;
bottom: 0;
left: 0;
content: "";
width: 0;
height: 0;
border-top: 3px solid transparent;
border-right: 6px solid transparent;
border-bottom: 3px solid transparent;
border-left: 6px solid #1e8bd7;
}

/*-----------------------------------------------
カレンダー
-----------------------------------------------*/
#errMsg_Visit1{margin-bottom: 10px;}

#visit1, #visit2 {
  cursor: pointer;
}
.visit .input_wrapper {
  position: relative;
  width: 200px;
  cursor: pointer;
}
.visit .message_input_placeholder {
  pointer-events: none;
  position: absolute;
  background: url(/consul/img/icon_calendar.svg);
  background-position-x: left;
  background-repeat: no-repeat;
  top: 8px;
  left: 10px;
  width: 200px;
  padding-left: 35px;
  padding-top: 2px;
  color: #999;
  height: 22px;
}
#visit1_root .picker__header,
#visit2_root .picker__header {
  display: flex;
  justify-content: center;
  cursor: text;
  align-items: center;
}
#visit1_root .picker__month,
#visit2_root .picker__month {
 order: 2;
}
#visit1_root .picker__year,
#visit2_root .picker__year {
 order: 1;
 color: #000;
 font-size: 1em;
 font-style: inherit;
}
#visit1_root .picker__year::after,
#visit2_root .picker__year::after {
  content: "年";
  font-size: 20px;
}
#visit1_root .picker__month::after,
#visit2_root .picker__month::after {
  content: "月";
  font-size: 20px;
}

#visit1_root .picker__month,
#visit1_root .picker__year,
#visit2_root .picker__month,
#visit2_root .picker__year {
    /* font-weight: 500; */
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
  font-size: 30px;
  font-style: normal;
}

.sp { display: none;}
@media only screen and (max-width: 767px) {
  .sp { display: block }
}
label.mr_10 { margin-right: 10px;}
