@charset "UTF-8";

/*------------------------------------------------------------
  body
------------------------------------------------------------*/
.txt {
	font-size: 16px;
	text-align: justify;
	line-height: 1.8em;
}

/*--------------------------------------------------
  ttl-box
--------------------------------------------------*/

/* ttl-box01 */
#under .ttl-box01 {
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0 auto 80px;
	position: relative;
}
#under .ttl-box01::after {
  content: "";
	display: block;
  position: absolute;
  width: 400px;
  height: 3px;
  background: #fba104;
	border-radius: 100px;
	bottom: -15px;
}
#under .ttl-box01 h3  {
	font-size: 45px;
	line-height: 1;
	margin: 0 50px 0 0;
	position: relative;
}
#under .ttl-box01 h3  {
	font-size: 45px;
	line-height: 1;
	margin: 0 50px 0 0;
	position: relative;
}
#under .ttl-box01 h3::after  {
	content: "";
	display: inline-block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fba104;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
	top: 50%;
}
#under .ttl-box01 p {
	font-size: 18px;
	line-height: 1;
}

/* ttl-box02 */
#under .ttl-box02 {
	font-size: 24px;
	margin: 0 auto 30px;
	padding: 0 0 10px 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #fba104;
}

/* ttl-box03 */
#under .txt-area {
	width: 620px;
}
#under .ttl-box03 {
  display: flex;
  align-items: flex-end;
	margin: 0 auto 60px;
	padding: 0 0 0 70px;
	box-sizing: border-box;
	position: relative;
}
#under .ttl-box03::before {
  content: "";
	display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fba104;
	top: 18px;
	left: 0;
}
#under .ttl-box03 h3 {
	font-size: 40px;
	line-height: 1;
	margin: 0 15px 0 0;
	position: relative;
}
#under .ttl-box03 p {
	font-size: 18px;
	line-height: 1;
}

/*--------------------------------------------------
  btn
--------------------------------------------------*/

/*---------- btn01 ----------*/
.under01 .sec04 .btn01 {
	width: 340px;
	height: 50px;
	background: #fba104;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
.under01 .sec04 .btn01 a {
	color: #fff;
	font-weight: bold;
	position: relative;
}
.under01 .sec04 .btn01 a:after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top: 50%;
	right: 30px;
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*---------- btn02 ----------*/
#under .entry {
	padding: 120px 0 200px;
	box-sizing: border-box;	
}
#entryform .entry {
	padding: 120px 0 180px;
	box-sizing: border-box;	
}
#under .entry .btn02 {
	width: 470px;
	height: 80px;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	margin: auto;
}
#under .entry .btn02 a {
	color: #fff;
	font-weight: bold;
	background: #ef3300;
	border-radius: 100px;
}

/*--------------------------------------------------
  mv
--------------------------------------------------*/

/*---------- 2-layers ----------*/
.under01 .mv,
.under04 .mv {
	width: 100%;
	height: 400px;
	margin: 85px auto 0;
	position: relative;
}
.under01 .mv .mv-txt {
	content: "";
	display: block;
	position: absolute;
	width: 520px;
	height: 140px;
	background: rgba(255,255,255,0.8);
	text-align: center;
	margin: auto;
	padding: 35px 0 0;
	box-sizing: border-box;
	top: 130px;
	left: 0;
	right: 0;
}
.under01 .mv .mv-txt h2 {
	font-size: 32px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
	position: relative;
}
.under01 .mv .mv-txt h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 360px;
	height: 3px;
	background: #fba104;
	border-radius: 100px;
	margin: auto;
	bottom: -12px;
	left: 0;
	right: 0;
}
.under01 .mv .mv-txt p {
	letter-spacing: 0.1em;
}
#veterinarian .mv {
  background: url("../images/un-vet-bg.jpg") center center no-repeat;
  background-size: cover;
}
#animal-nurse .mv {
  background: url("../images/un-ani-bg.jpg") center center no-repeat;
  background-size: cover;
}
#trimmer .mv {
  background: url("../images/un-tri-bg.jpg") center center no-repeat;
  background-size: cover;
}
#staff .mv {
  background: url("../images/un-sta-bg.jpg") center center no-repeat;
  background-size: cover;
}
.under03 .mv {
	width: 100%;
	height: 500px;
	margin: 85px auto 0;
	position: relative;
}
#entryform .mv {
  background: url("../images/un-ent-bg.jpg") center center no-repeat;
  background-size: cover;
}
.under03 .mv .mv-txt h2 {
	font-size: 45px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding: 190px 0 0;
	box-sizing: border-box;
}
#what .mv {
  background: url("../images/un-wha-bg.jpg") center center no-repeat;
  background-size: cover;
	padding: 135px 0 0;
	box-sizing: border-box;
}
#what .mv .mv-txt {
	text-align: center;
}
#what .mv .mv-txt .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0 0 25px -20px;
}
#what .mv .mv-txt .img-box img {
	width: 73px;
	height: 57px;
	margin: 0 15px 0 0;
}
#what .mv .mv-txt .img-box h2 {
	font-size: 52px;
}
#what .mv .mv-txt h3 {
	font-size: 45px;
	letter-spacing: 0.01em;
}

/*---------- 3-layers ----------*/
.under02 .mv {
	width: 100%;
	height: 240px;
	background: #faeed6;
	text-align: center;
	margin: 85px auto 0;
	padding: 80px 0 0;
	box-sizing: border-box;
}
.under02 .mv .mv-txt h2 {
	font-size: 32px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
	position: relative;
}
.under02 .mv .mv-txt h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 360px;
	height: 3px;
	background: #fba104;
	border-radius: 100px;
	margin: auto;
	bottom: -12px;
	left: 0;
	right: 0;
}
.under02 .mv .mv-txt p {
	letter-spacing: 0.1em;
}

/*------------------------------------------------------------
  bc-list
------------------------------------------------------------*/
.bc-list {
	font-size: 13px;
	line-height: 1;
	margin: 20px 0 0;
}
.bc-list .bc-inner {
  width: 1100px;
  margin: auto; 
}
.bc-list .bc-inner li {
  padding: 0 20px 0 0;
	box-sizing: border-box;
	display: inline-block;
  position: relative;
}
.bc-list .bc-inner li a {
  color: #111;
}
.bc-list .bc-inner li::before {
	content: '>';
	display: block;
  position: absolute;
  top: 0;
  left: -15px;
}
.bc-list .bc-inner li:first-child::before {
  display: none;
}

/*------------------------------------------------------------
  all 共通
------------------------------------------------------------*/
#under .sec01 {
	padding: 100px 0 0;
	box-sizing: border-box;
}
#under .sec {
	padding: 80px 0 0;
	box-sizing: border-box;
}
.under02 {
	padding: 0 0 200px;
	box-sizing: border-box;
}

/*------------------------------------------------------------
  h4 ttl 共通
------------------------------------------------------------*/
#veterinarian-step .sec02 .txt-box02 h4,
#veterinarian-step .sec05 .txt-box02 h4,
#animal-nurse-step .sec02 .txt-box02 h4,
#animal-nurse-step .sec05 .txt-box02 h4,
#what .sec03 .txt-box02 h4,
#what .sec06 .txt-box02 h4,
#what .sec07 .txt-box02 h4 {
	height: 35px;
	font-size: 18px;
	background: #fba104;
	text-align: center;
	line-height: 35px;
	margin: 0 0 20px;
	padding: 0 25px;
	box-sizing: border-box;
	display: inline-block;
}
#veterinarian-step .sec05 .txt-box02 h4,
#animal-nurse-step .sec02 .txt-box02 h4.even,
#animal-nurse-step .sec05 .txt-box02 h4,
#what .sec03 .txt-box02 h4,
#what .sec06 .txt-box02 h4,
#what .sec07 .txt-box02 h4 {
	margin: 30px 0 20px;
}

/*------------------------------------------------------------
  video
------------------------------------------------------------*/
.under01 .sec02 video {
	margin: 40px auto 80px;
	display: block;
}
.under01 .sec02 .video .txt-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.under01 .sec02 .video .ttl {
	font-size: 24px;
	border-left: 5px solid #fba104;
	margin: 0 0 25px 90px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.under01 .sec02 .overview .ttl span {
	font-size: 20px;
}

/*---------- overview ----------*/
.under01 .sec02 .overview {
	margin: 0 0 50px;
}
#animal-nurse .sec02 .overview .txt-wrap01 {
	margin: 0 0 30px;
}
#veterinarian .sec02 .overview .img-box img {
	width: 320px;
	height: 350px;
	margin: 0 0 0 50px;
}
#animal-nurse .sec02 .overview .img-box01 img {
	width: 320px;
	height: 320px;
	margin: 0 50px 0 0;
}
#animal-nurse .sec02 .overview .img-box02 img {
	width: 320px;
	height: 420px;
	margin: 0 0 0 50px;
}
.under01 .sec02 .overview .txt-box {
	width: 550px;
	height: auto;
}
.under01 .sec02 .overview .txt-box h5 {
	color: #fba104;
	font-size: 18px;
	margin: 0 0 10px;
}
.under01 .sec02 .overview .txt-box p {
	font-size: 16px;
	line-height: 1.5em;
}
.under01 .sec02 .overview .txt-box .txt-inner {
	border-bottom: 1px solid #c5c5c5;
	margin: 0 0 20px;
	padding: 0 0 15px;
	box-sizing: border-box;
}
.under01 .sec02 .overview .txt-box .txt-inner:last-child {
	border-bottom: none;
	margin: 0 0 0;
	padding: 0 0 0;
	box-sizing: border-box;
}

/*---------- intro ----------*/
#veterinarian .sec02 .intro .img-box img {
	width: 300px;
	height: 220px;
}
#animal-nurse .sec02 .intro .img-box img {
	width: 300px;
	height: 340px;
}
#veterinarian .sec02 .intro .txt-box {
	width: 620px;
	height: 220px;
	color: #fff;
	background: #fba104;
	padding: 60px 30px 0 30px;
	box-sizing: border-box;
}
#animal-nurse .sec02 .intro .txt-box {
	width: 620px;
	height: 340px;
	color: #fff;
	background: #fba104;
	padding: 35px 30px 0 30px;
	box-sizing: border-box;
}
#animal-nurse .sec02 .intro .txt-box .intro01 {
	border-bottom: 1px solid #fdd99b;
	padding: 0 0 20px;
	box-sizing: border-box;
}
#animal-nurse .sec02 .intro .txt-box .intro02 {
	padding: 30px 0 0;
	box-sizing: border-box;
}
.under01 .sec02 .intro .txt-box h4 {
	font-size: 16px;
}
.under01 .sec02 .intro .txt-box p {
	font-size: 18px;
	line-height: 1.3em;
	margin: 15px 0 10px;
}
.under01 .sec02 .intro .txt-box h3 {
	font-size: 22px;
	text-align: right
}
.under01 .sec02 .intro .txt-box h3 span {
	font-size: 16px;
}

/*------------------------------------------------------------
  veterinarian
------------------------------------------------------------*/

 /*---------- sec01 ----------*/
.under01 .sec01 .txt-box p {
	width: 600px;
	text-align: justify;
	line-height: 2.0em;
}
.under01 .sec01 .txt-box img {
	width: 420px;
	height: 330px;
}

/*---------- sec02 ----------*/
.under01 .sec02 {
	padding: 120px 0 0;
	box-sizing: border-box;
}
/*.under01 .sec02 .img-box img {
	width: 920px;
	height: 510px;
	margin: 40px auto 0;
	display: block;
}*/

/*---------- sec03 ----------*/
.under01 .sec03 {
	padding: 90px 0 0;
	box-sizing: border-box;
}

/* plan */
#veterinarian .plan dl {
	font-size: 0;
}
#veterinarian .plan dt {
  width: 14%;
	height: 35px;
	background: #fba104;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
}
#veterinarian .plan dd {
	width: 86%;
	font-size: 16px;
	text-align: justify;
	line-height: 1.8em;
	padding: 5px 0 25px 40px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#veterinarian .plan dd:last-child {
	padding: 5px 0 0 40px;
	box-sizing: border-box;
}

/*---------- sec04 ----------*/
/*.under01 .sec04 {
	padding: 80px 0 0;
	box-sizing: border-box;
}*/
.under01 .sec04 .txt-box p {
	width: 600px;
	text-align: justify;
	line-height: 1.8em;
}
/*.under01 .sec04 .txt-box img {
	width: 420px;
	height: 330px;
}*/

/*---------- sec04 ----------*/
/*.under01 .sec05 {
	padding: 80px 0 0;
	box-sizing: border-box;
}*/
.under01 .sec05 table {
	width: 100%;
	margin: 60px 0 0;
	box-sizing: border-box;
}
.under01 .sec05 tr {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ebebeb;
}
.under01 .sec05 tr:first-child {
	border-top: 1px solid #ebebeb;
}
.under01 .sec05 th {
	width: 23%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 1.8em;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}
.under01 .sec05 th:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 40%;
	border-right: 1px solid #ebebeb;
	top: 20px;
	right: 0;
}
.under01 .sec05 .th01:after {
	height: 60%;
}
.under01 .sec05 td {
	font-size: 14px;
	line-height: 1.8em;
	vertical-align: top;
	padding: 20px 0 20px 55px;
	box-sizing: border-box;
}

/*------------------------------------------------------------
  animal-nurse,trimmer,staff,what,under02 list
------------------------------------------------------------*/
#veterinarian-step .sec05 li,
#animal-nurse .sec03 .plan li,
#animal-nurse-step .sec05 li,
#trimmer .sec03 .plan li,
#staff .sec03 .plan li,
.under02 .sec04 li,
#what .sec07 li {
	text-align: justify;
	line-height: 1.8em;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	position: relative;
}
#veterinarian-step .sec05 li::before,
#animal-nurse .sec03 .plan li::before,
#animal-nurse-step .sec05 li::before,
#trimmer .sec03 .plan li::before,
#staff .sec03 .plan li::before,
.under02 .sec04 li::before,
#what .sec07 li::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #111;
	border-radius: 100px;
	top: 11px;
	left: 0;
}

/*------------------------------------------------------------
  veterinarian-step,animal-nurse-step
------------------------------------------------------------*/

/*---------- sec01 ----------*/
.under02 .img-box img {
	width: 400px;
	height: 270px;
}

/*---------- sec02 ----------*/
/*.under02 .sec02 {
	padding: 80px 0 0;
	box-sizing: border-box;
}*/
.under02 .sec02 .txt-box01 p {
	line-height: 1.8em;
	margin: 25px 0 40px;
}
.under02 .sec02 .txt-box02 .list-area {
	display: flex;
}
.under02 .sec02 .txt-box02 .list {
	width: 50%;
	display: flex;
}
.under02 .sec02 h5 {
	font-size: 18px;
	margin: 0 20px 0 0;
}
.under02 .sec02 li {
	font-size: 16px;
	margin: 0 0 10px;
}
.under02 .sec02 .txt-box02 p {
	line-height: 1.8em;
}

/*---------- sec03 ----------*/
#veterinarian-step .sec03 {
	padding: 40px 0 0;
	box-sizing: border-box;
}
#veterinarian-step .sec03 .txt-box p {
	line-height: 1;
	margin: 25px 0 0;
}
#animal-nurse-step .sec03 .txt-box p {
	line-height: 1.8em;
	margin: 25px 0 0;
}

/*---------- sec04 ----------*/
.under02 .sec04 h4 {
	width: 520px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
.under02 .sec04 h4::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
}
.under02 .sec04 .left h4::before {
	border: 13px solid transparent;
  border-top: 13px solid #f6ba04
}
.under02 .sec04 .right h4::before {
	border: 13px solid transparent;
  border-top: 13px solid #f48123
}
.under02 .sec04 .left,
.under02 .sec04 .right {
	width: 520px;
}
.under02 .sec04 .left h4 {
	background: #f6ba04;
}
.under02 .sec04 .right h4 {
	background: #f48123;
}
.under02 .sec04 ul {
	width: 100%;
	height: auto;
	padding: 30px 20px 20px;
	box-sizing: border-box;
}
.under02 .sec04 .left ul {
	border: 2px solid #f6ba04;
	border-top: none;
}
.under02 .sec04 .right ul {
	border: 2px solid #f48123;
	border-top: none;
}

/*---------- sec05 ----------*/
.under02 .sec05 .block {
	margin: 0 0 60px;
}
.under02 .sec05 .block:last-child {
	margin: 0 0 0;
}
.under02 .sec05 .img-box01 img {
	width: 400px;
	height: 410px;
}
.under02 .sec05 .img-box02 img {
	width: 400px;
	height: 340px;
}
.under02 .sec05 .img-box03 img {
	width: 400px;
	height: 260px;
}
.under02 .sec05 .txt-area {
	width: 650px;
	height: auto;
	padding: 5px 0 0;
	box-sizing: border-box;
}
.under02 .sec05 .txt-area .ttl {
	line-height: 1;
	border-bottom: 1px solid #c5c5c5;
	margin: 0 0 30px;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.under02 .sec05 .txt-area .ttl h4 {
	font-size: 22px;
}
.under02 .sec05 .txt-area .ttl .name {
	height: 30px;
	color: #fba104;
	font-size: 16px;
	background: #fff3de;
	line-height: 32px;
	padding: 0 15px;
	box-sizing: border-box;
	display: inline-block;
}

/*--------------------------------------------------
  entry-form
--------------------------------------------------*/
/*#entryform .sec02 {
	padding: 80px 0 0;
	box-sizing: border-box;
}*/
#entryform .sec03 {
	padding: 0 0 100px;
	box-sizing: border-box;
}
#entryform .sec03 li {
	font-size: 16px;
	margin: 0 0 10px;
}
#entryform .sec03 li a {
	color: #111;
}

/*---------- form-area ----------*/
#entryform .form-area {
	margin-top: 60px;
}
#entryform .form-area table {
	width: 100%;
	box-sizing: border-box;
}
#entryform .form-area tr {
	width: 100%;
	border-bottom: solid 1px #ebebeb;
	box-sizing: border-box;
}
#entryform .form-area tr:first-child {
	border-top: solid 1px #ebebeb;
}
#entryform .form-area th {
	width: 32%;
	height: 100px;;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	position: relative;
}

/* 必須 */
#entryform .form-area th span {
	height: 25px;
	color: #fff;
	font-size: 11px;
	background: #d01137;
	line-height: 25px;;
	margin: 0 80px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	float: right;
}
#entryform .form-area td {
	box-sizing: border-box;
	font-size: 14px;
	padding: 30px 0 30px 50px;
}

/* radio box */
.radio-input{
  display: none;
}
.radio-input + label{
  margin-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
  position:relative;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  border-radius: 50%;
}

.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

/* input */
#entryform .form-area td input {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: solid 1px #d3d3d3;
	font-size: 14px;
	padding: 0 10px;
}

/* textarea */
#entryform .form-area td textarea {
	padding: 10px 10px;
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	border: solid 1px #d3d3d3;
	font-size: 14px;
	resize: vertical;
}

/*--------------------------------------------------
  what
--------------------------------------------------*/

/*---------- sec01 ----------*/
#what .sec01 {
	padding: 90px 0 90px;
	box-sizing: border-box;
}
#what .sec01 .txt-box p {
	font-size: 24px;
	line-height: 2.0em;
	text-align: center;
}
#what .sec01 .txt-box p span {
	border-bottom: 2px solid #fba104;
}

/*---------- sec02 ----------*/
#what .sec02 {
	background: #fff3de;
	padding: 80px 0;
	box-sizing: border-box;
}
#what .sec02 .txt-wrap {
	width: 600px;
}
#what .sec02 .txt-wrap h3 {
	font-size: 36px;
	border-left: 5px solid #fba104;
	margin: 0 0 50px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}
#what .sec02 .txt-wrap p {
	font-size: 16px;
	text-align: justify;
	line-height: 2.0em;
}
#what .sec02 .img-box img {
	width: 420px;
	height: 280px;
}

/*---------- sec03 ----------*/
#what .sec03 .txt-box02 h4 {
	margin: 30px 0 20px;
}
#what .sec03 .txt-box02 p {
	line-height: 1.5em;
}

/*---------- sec04 ----------*/

#what .sec04 .block-area,
#what .sec05 .block-area {
	background: #fff3de;
	margin: 30px 0 0;
	padding: 40px;
	box-sizing: border-box;
}
#what .sec04 .block {
	margin: 0 0 40px;
}
#what .sec04 .block:last-child {
	margin: 0 0 0;
}
#what .sec04 .block .img-box img {
	width: 390px;
	height: 260px;
}
#what .sec04 .block .txt-box {
	width: 630px;
	height: 260px;
	background: #fff;
	padding: 35px 50px 0;
	box-sizing: border-box;
}
#what .sec04 .block .ttl h4,
#what .sec05 .block .ttl h4 {
	font-size: 24px;
	border-left: 5px solid #fba104;
	margin: 0 0 25px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
#what .sec04 .block .txt-box .url h5 {
	width: 110px;
	height: 40px;
	font-size: 16px;
	background: #f8c965;
	text-align: center;
	line-height: 40px;
	margin: 0 30px 0 0;
}
#what .sec04 .block .txt-box .url {
  display: flex;
  align-items: center;
	margin: 20px 30px 0 0;
}
#what .sec04 .block .txt-box .url p a {
	color: #111;
	font-size: 16px;
	text-decoration: underline;
}

/*---------- sec05 ----------*/
#what .sec05 .block {
	background: #fff;
	margin: 0 0 40px;
	padding: 30px 50px;
	box-sizing: border-box;
}
#what .sec05 .block:last-child {
	margin: 0 0 0;
}
#what .sec05 .block .img-box img {
	width: 340px;
	height: 250px;
}

/* info */
#what .info dl {
	width: 530px;
	font-size: 0;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
#what .info dt {
  width: 20%;
	height: 45px;
	background: #f8c965;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#what .info dt.dt01 {
	height: 65px;
	line-height: 65px;
}
#what .info dd {
	width: 80%;
	height: 45px;
	font-size: 16px;
	text-align: justify;
	line-height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
#what .info dd.dd01 {
	height: 65px;
	line-height: 1.3em;
	padding: 13px 0 0 15px;
	box-sizing: border-box;
}
#what .info .dt02,
#what .info .dd02 {
	border-bottom: none;
}
#what .info .dd02 a {
	color: #111;
	text-decoration: underline;
}
#what .sub-txt h5 {
	font-size: 20px;
	margin: 40px auto 15px;
	padding: 0 0 5px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #fba104;
}

/*---------- sec07 ----------*/
#what .sec07 {
	padding: 80px 0 200px;
	box-sizing: border-box;
}

/*---------- sec08 ----------*/
/*#what .sec08 {
	padding: 80px 0 200px;
	box-sizing: border-box;
}*/










