@charset "UTF-8";
.contents {
	width: 960px;
	margin: 0 auto;
}
a:hover {
text-decoration: none;
opacity:0.6;
}
.mainTtl {
  margin: 30px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #e67172;
}
.mainTtl:before {
  content: "重要";
  font-size: 30px;
  padding: 6px 10px;
  margin-right: .5em;
  background-color: #e67172;
  color: #fff9a1;
}

.link {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}
.link > a {
  box-sizing: border-box;
  width: 33%;
  padding: 20px 0;
  border: 2px solid #e67172;
  background-image: url(../images/btnBg.png);
  text-align: center;
  color: #e67172;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  vertical-align: bottom;
}
.link > a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 2px;
  vertical-align: bottom;
}
.link > a.out {
  border-right: none;
}
.link > a.out:before {
  background-image: url(../images/icon_out_c.png);
}
.link > a.in {
  border-right: none;
}
.link > a.in:before {
  background-image: url(../images/icon_in_c.png);
}
.link > a.inq:before {
  background-image: url(../images/icon_q_c.png);
}

.sec {
  margin: 45px 0 60px 0;
}
.sec h2 {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0 10px 40px;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  background-color: #333333;
}
.sec h2.l2 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.sec h2.l2 > span {
  display: block;
  margin-bottom: 2px;
  color: white;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}
.sec h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.sec h3 {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  color: #1d3994;
  font-size: 18px;
  line-height: 1;
  padding: 4px 0;
  text-align: center;
  border: 2px solid #1d3994;
}
.sec h4 {
  color: #ff0000;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
}
.sec p {
  font-size: 15px;
  line-height: 1.35;
}
.sec p > strong {
  font-size: 100%;
  font-weight: normal;
  color: #ff0000;
}

.sec03_01 {
  /*border: solid 2px #f83030 !important;*/
  width: auto;
  margin: 0 auto 20px;
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 15px 15px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.sec03_01 p.notice01 {
	position: relative;
	padding-left: 1em;
}
.sec03_01 p.notice01:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #4c4c4c;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}
.sec p.notice {
  width: auto;
  position: relative;
  padding: 0;
  margin: 4px 0;
  border: none;
  padding-left: 1em;
}
.sec .notice02 {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em; 
}
.sec p.notice:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #4c4c4c;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}
.notice a {font-size:15px;}
.sec .secBottom {
  box-sizing: border-box;
  border: 2px solid #e67172;
  padding: 16px 30px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.35;
  background-color: #fcf0f2;
}
.sec .secBottom > strong {
  font-size: 100%;
  font-weight: normal;
  color: #ff0000;
}
.sec > .secContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sec > .secContent > .iconArea {
  position: relative;
  width: 220px;
  text-align: center;
}
.sec > .secContent > .iconArea:after {
  content: "";
  display: block;
  position: absolute;
  right: -115px;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 71px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.sec > .secContent > .iconArea > img {
  display: block;
  margin: 20px auto;
}
.sec > .secContent > .txtArea {
  width: 600px;
}
.sec > .secContent > .secBottom {
  width: 100%;
}
.sec.sec01 h2:before, .sec.sec05 h2:before {
  background-image: url(../images/icon_out.png);
}
.sec.sec01 .caution, .sec.sec05 .caution {
  margin: 30px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #ff0000;
}
.sec.sec01 .secContent > .txtArea > h3.cancel {
  color: #ff0000;
  background-color: #ffff00;
  border: none;
  line-height: 1.2;
}
.sec.sec01 .sec01_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.sec.sec01 .sec01_01 > .sec01_01l {
  width: 212px;
  margin-right: 20px;
  line-height: 0;
}
.sec.sec01 .sec01_01 > .sec01_01r {
  flex: 1;
  padding-bottom: 15px;
}
.sec.sec01 .sec01_02 {
  padding: 10px 15px;
  background-color: #fff9a1;
}
.sec.sec01 .sec01_02 > p {
  font-size: 13px;
  color: #ff0000;
  padding-left: 1em;
  text-indent: -1em;
}
.sec.sec01 .sec01_02 > p + p {
  margin-top: 4px;
}
.sec.sec01 .sec01_03 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.sec.sec01 .sec01_03 > a {
  display: block;
  width: 320px;
  padding: 16px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.sec.sec01 .sec01_03 > a.loginBtn {
  background-color: #4aa3f6;
}
.sec.sec01 .sec01_03 > a.cancelBtn {
  width: 320px;
  background-color: #1d3994;
}
.sec.sec01 .sec01_04 {
  width: 100%;
}
.sec.sec02 h2:before {
  background-image: url(../images/icon_in.png);
}
.sec.sec02 > .secContent > .iconArea > img {
  margin: 0;
}
.sec.sec02 > .secContent .sec02_02 {
  margin-top: 15px;
}
.sec.sec03 h2:before, .sec.sec06 h2:before {
  background-image: url(../images/icon_in.png);
}
.sec.sec03 > .secContent > .iconArea > img {
  margin: 0;
}
.sec.sec04 h2:before {
  background-image: url(../images/icon_q.png);
}
.sec.sec04 h3 {
  color: #4c4c4c;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  font-size: 15px;
  text-align: left;
}
.sec.sec04 .inqLine {
  padding-left: 1em;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.35;
  position: relative;
}
.sec.sec04 .inqLine:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #4c4c4c;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}
.sec.sec04 .inqLine > .cName {
  display: inline-block;
  min-width: 12em;
  font-size: 15px;
}
.sec.sec04 .inqLine > .center {
  display: inline-block;
  min-width: 12em;
  margin-left: 1em;
}
.sec.sec04 .inqLine > .tel {
  display: inline-block;
  margin-left: 1em;
}
.sec.sec04 .sec04_02 {
  margin-top: 15px;
}
.sec.sec04 .sec04_03 {
  margin-top: 30px;
}
.sec.sec04 .important {
  font-weight: bold;
}
.sec.sec04 .inquiryBtn {
  display: block;
  width: 500px;
  padding: 12px 0;
  margin: 15px auto 15px auto;
  border: 1px solid #e67172;
  color: #4c4c4c;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: white;
}
.mb30 {
    margin-bottom: 30px;
}
.footerArea {
    padding-top: 15px;
}

.Common21__section-ttl-lev1 {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -15px;
}

.Common21__section-ttl-lev1::before {
  left: 50%;
  transform: translateX(-100%);
  background: #e67172;
}

.Common21__section-ttl-lev1::after {
  left: 50%;
  background: #e67172;
}

.Common21__section-ttl-lev2 {
  position: relative;
  margin-bottom: 5px;
  padding: 20px 0 0 10px;
  font-size: 2.1rem;
  font-weight: 600;
}

.Common21__section-ttl-lev2::before,
.Common21__section-ttl-lev2::after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 36px;
}

.Common21__section-ttl-lev2::before {
  transform: translateY(-100%);
  background: #e67172;
}

.Common21__section-ttl-lev2::after {
  background: #e67172;
}

.sec p.notice:last-child {
	margin-bottom: 30px;
}

/*ナビ*/
.anchor_wapper {
	padding: 0 2% 2% 2%;
	background-color: #F5F5F5;
	margin-bottom: 5%;
}

.anchor li a:hover {
    border-color: #e67172;
    background-color: #e67172;
	color: #fff;
	opacity: 1.0;
}

.anchor li a:hover::after{
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

ul.anchor{
	display: flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.anchor li {
	width: 18.4%;
	text-align: center;
	margin-right: 2%;
}

.anchor li:last-child {
	width: 100%;
	margin-right: 0;
	margin-top: 2%;
}

.anchor li:nth-of-type(5n) {
	margin-right: 0;
}

.anchor li a {
	font-size: 1.8rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 2px solid #e67172;
	padding: 15px 0;
	background-color: #fcf0f2;
	color: #e67172;
}

.anchor li a::after{
	content: "";
	position: absolute;
	display: inline-block;
    width: 8px;
    height: 8px;
    bottom: 5%;
    right: 0;
	left: 0;
    border-top: 2px solid #e67172;
    border-right: 2px solid #e67172;
    transform: translateY(-50%) rotate(135deg);
    transition: border-color 0.3s;
	margin: 0 auto;
}

.anchor_wapper div {
	display: flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.anchor_wapper div .out {
	width: 400px;
}

.notice {
  border: solid 2px #f83030 !important;
  width: 960px;
  margin: 0 auto 20px;
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 15px 15px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

/* .sec.sec05 .sec05_01 p.notice:first-child:before {
	display: none;
} */

.important {
	font-size:17px;
}

.sec p.important_ttl {
	font-size:20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.sec.sec04 .inquiry {
  display: block;
  padding: 12px;
  margin: 15px auto 15px auto;
  border: 1px solid #e67172;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  background-color: white;
}

.sec.sec05 .secContent > .txtArea > h3.cancel {
  color: #ff0000;
  background-color: #ffff00;
  border: none;
  line-height: 1.2;
}

.sec.sec05 .sec05_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.sec.sec05 .sec05_01 > .sec05_01l {
  width: 212px;
  margin-right: 20px;
  line-height: 0;
}
.sec.sec05 .sec05_01 > .sec05_01r {
  flex: 1;
  padding-bottom: 15px;
}
.sec.sec05 .sec05_02 {
  padding: 10px 15px;
  background-color: #fff9a1;
}
.sec.sec05 .sec05_02 > p {
  font-size: 13px;
  color: #ff0000;
  padding-left: 1em;
  text-indent: -1em;
}
.sec.sec05 .sec05_02 > p + p {
  margin-top: 4px;
}
.sec.sec05 .sec05_03 {
  margin: 20px 0 30px;
  display: flex;
  justify-content: space-between;
}
.sec.sec05 .sec05_03 > a {
  display: block;
  width: 320px;
  padding: 16px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.sec.sec05 .sec05_03 > a.loginBtn {
  background-color: #4aa3f6;
}
.sec.sec05 .sec05_03 > a.cancelBtn {
  width: 320px;
  background-color: #1d3994;
}
.sec.sec05 .sec05_04 {
  width: 100%;
}

img {
  pointer-events: initial;
}