@charset "UTF-8";

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", serif;
}

ul {
  zoom: 1;
}

ul:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}

/* body{
	overflow: hidden;
} */
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/bg_main.jpg) center/cover no-repeat;
  -webkit-background-size: cover;
}

.wrp {
  position: relative;
  padding: 20px 10px 0;
  overflow: hidden;
}

.wrp-addbtm {
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
}

.wrp-fin {
  position: relative;
  padding: 20px 10px 40px;
  overflow: hidden;
}

.mod-content-rad {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mod-content {
  position: relative;
  margin: 0 auto;
  padding: 40px;
  width: 100%;
}

.icon-arrow-white, .icon-arrow-brick {
  position: relative;
  display: block;
  padding: 2px 0px 0px 15px !important;
}

.icon-arrow-brick:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0px;
  left: 0px;
  margin-top: 2px;
}

.icon-arrow-white:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0px;
  left: 0px;
  margin-top: 5px;
}

.icon-arrow-white:before {
  background-image: url(../img/icon_arrow_white.png);
  background-size: 12px 12px;
}

.icon-arrow-brick:before {
  background-image: url(../img/icon_arrow_brick.png);
  background-size: 12px 12px;
}

.btn-arrow-brick {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 10px 0 0 45px;
  min-height: 30px;
  width: 130px;
  font-size: 1.2rem;
  color: #a6594f;
  background-color: #d8c6c0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn-arrow-brick:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  margin-left: 26px;
  top: 0px;
  left: 0px;
  background-image: url(../img/icon_arrow_white.png);
  background-size: 15px 15px;
}

.ttl-cont {
  position: relative;
  display: table;
  width: 100%;
  height: 90px;
  padding: 15px 15px 10px 15px;
  -webkit-border-top-left-radius: 14px;
  -webkit-border-bottom-right-radius: 14px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.ttl-cont .sub {
  position: absolute;
  bottom: 8px;
  left: 15px;
  vertical-align: bottom;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.3rem;
}
.ttl-cont .sub span {
  display: inline;
}
.ttl-cont .ttl {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.ttl-cont.brick {
  background-color: #a6594f;
}

.ttl-cont.white {
  background-color: #ffffff;
  border: 1px solid #a6594f;
}
.ttl-cont.white .sub {
  color: #a6594f;
}

.ttl-cont.transparent {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
}
.ttl-cont.transparent .sub {
  color: #ffffff;
}

.ttl-text.brick .sub {
  margin-top: 10px;
  color: #a6594f;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}

.wrp-ttl {
  display: block;
}
.wrp-ttl .left {
  display: block;
  width: 100%;
}
.wrp-ttl .right {
  display: block;
  width: 100%;
}

.mod-txt {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.wrp-panel .panelArea li .txt {
  margin-top: 5px;
  color: #333333;
  font-size: 1rem;
}

/* --- */
#lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
  line-height: 1.5;
}
#lightbox .lb-dataContainer .lb-data .lb-details .lb-number {
  display: none !important;
}

.bx-wrapper {
  margin: 0 auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -15px;
  width: 100%;
}

/* ------------------------------------- */
#wrapper {
  position: relative;
}

#bg-main {
  position: relative;
  padding: 45px 50px 10px;
  width: 100%;
}
#bg-main .ttl {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
#bg-main .ttl img {
  margin-top: 0px;
}

#header-main #cnt-gnav {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 23px;
  top: 0px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
#header-main #cnt-gnav .box {
  width: 100%;
}
#header-main #cnt-gnav .box .logo {
  padding: 5px 2px 0 0;
  text-align: right;
  font-size: 1.6rem;
}
#header-main #cnt-gnav .box .logo a {
  display: inline-block;
  color: #a6594f;
}

#topics .wrp-ttl .left .ttl-cont .ttl {
  width: 95px;
  height: 15px;
  background-image: url(../img/topics/ttl_topics.png);
  background-size: 95px 15px;
}
#topics .wrp-ttl .right {
  padding: 12px 10px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#topics .wrp-ttl .right .txt {
  display: block;
  margin-bottom: 15px;
}

#cnt-facebook .mod-content-rad {
  padding: 10px 10px 20px;
}
#cnt-facebook .left {
  position: relative;
  float: none;
  width: 100%;
}
#cnt-facebook .left .ttl {
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
#cnt-facebook .left .type-sp {
  width: 100%;
  text-align: center;
}
#cnt-facebook .right a {
  display: table;
  float: none;
  width: 100%;
  margin-top: 15px;
  padding: 0px 10px;
}
#cnt-facebook .right a .pic {
  display: table-cell;
  width: 38%;
  padding-right: 10px;
}
#cnt-facebook .right a .link {
  display: table-cell;
  margin-top: 0px;
  width: 62%;
  text-align: center;
  vertical-align: middle;
}
#cnt-facebook .right a .link span {
  text-align: left;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

#concept .wrp-ttl .left .ttl-cont .ttl {
  width: 118px;
  height: 15px;
  background-image: url(../img/concept/ttl_concept.png);
  background-size: 118px 15px;
}
#concept .wrp-ttl .right {
  padding: 12px 10px 0;
}
#concept .wrp-ttl .right dl {
  margin-bottom: 14px;
}
#concept .wrp-ttl .right dl dt {
  color: #a6594f;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
#concept .wrp-ttl .right dl dd {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#concept .wrp-ttl .right dl:last-child {
  margin-bottom: 0;
}
#concept .wrp-content {
  border-top: 0px;
  padding: 20px 10px 0;
}
#concept .wrp-content li {
  float: left;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 0px 0px 0px 13px;
  font-size: 1.2rem;
  line-height: 2rem;
}
#concept .wrp-content li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  top: 0px;
  left: 0px;
  background-image: url(../img/concept/icon_circle_brown.png);
  background-size: 10px 10px;
}
#concept .wrp-content li:nth-child(odd) {
  width: 100%;
}
#concept .wrp-content li:nth-last-child(-n+2) {
  margin-bottom: 10px;
}

#area {
  background-color: #5cb5aa;
}
#area .mod-content {
  padding: 0 10px 20px;
}
#area .wrp-ttl .left {
  padding: 0px;
  height: 100%;
}
#area .wrp-ttl .left .ttl-cont {
  z-index: 2;
}
#area .wrp-ttl .left .ttl-cont .ttl {
  width: 66px;
  height: 14px;
  background-image: url(../img/area/ttl_area.png);
  background-size: 66px 14px;
}
#area .wrp-ttl .pic {
  position: relative;
  padding: 20px 0 0;
  top: 0px;
  left: 0;
}
#area .wrp-ttl .link {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
}
#area .wrp-ttl .link a {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 2px 0px 0px 18px;
  color: #ffffff;
  font-size: 1.4rem;
}
#area .wrp-ttl .link a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  top: 1px;
  left: 0px;
  background-image: url(../img/area/icon_googlemap.png);
  background-size: 14px 18px;
}

#cityscape .mod-content-rad {
  padding: 10px;
}
#cityscape .wrp-ttl .left {
  padding: 0px;
  height: 100%;
}
#cityscape .wrp-ttl .left .ttl-cont {
  z-index: 2;
}
#cityscape .wrp-ttl .left .ttl-cont .ttl {
  width: 151px;
  height: 15px;
  background-image: url(../img/cityscape/ttl_cityscape.png);
  background-size: 151px 15px;
}
#cityscape .wrp-ttl .right {
  padding: 12px 10px 0;
}
#cityscape .wrp-content {
  margin-top: 20px;
  padding: 0 10px;
}
#cityscape .wrp-content .wrp-panel {
  margin-bottom: 30px;
}

#flow .mod-content-rad {
  padding-bottom: 10px;
}
#flow .wrp-ttl .left .ttl-cont .ttl {
  width: 70px;
  height: 15px;
  background-image: url(../img/flow/ttl_flow.png);
  background-size: 70px 15px;
}
#flow .wrp-ttl .right {
  padding: 12px 10px 0;
}
#flow .wrp-content {
  margin-top: 20px;
  padding: 0 10px;
}
#flow .wrp-content li {
  float: none;
  position: relative;
  margin-top: 20px;
}
#flow .wrp-content li .ttl {
  position: relative;
  top: 3px;
  bottom: 0;
  left: 0;
  color: #333333;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0;
  background-color: transparent;
}

#history {
  background-image: url(../img/history/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
#history .mod-content {
  margin-bottom: 0;
  padding: 0 10px 20px;
}
#history .wrp-ttl .left {
  padding: 0px;
  height: 100%;
}
#history .wrp-ttl .left .ttl-cont .ttl {
  width: 113px;
  height: 15px;
  background-image: url(../img/history/ttl_history.png);
  background-size: 113px 15px;
}
#history .wrp-ttl .right {
  margin-top: 12px;
  padding: 0 10px;
}
#history .wrp-content {
  margin-top: 20px;
  padding: 0 10px;
}
#history .wrp-content .wrp-panel {
  margin-bottom: 30px;
}
#history .wrp-content .wrp-panel .panelArea li .txt {
  color: #ffffff;
}
#history .wrp-content .timeline {
  width: 100%;
  margin-left: 9px;
}
#history .wrp-content .timeline .line {
  position: relative;
  width: 15px;
  border-left: 2px solid #5cb5aa;
}
#history .wrp-content .timeline .line .circle {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 18px;
  height: 18px;
}
#history .wrp-content .timeline .line .circle img {
  width: 18px;
  height: auto;
}
#history .wrp-content .timeline .txt {
  position: relative;
  padding: 0 9px 20px 0;
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#history .wrp-content .timeline .txt .ttl-txt {
  display: block;
  font-weight: bold;
}
#history .wrp-content .timeline tr:last-child .line {
  border-left: 0;
}
#history .wrp-content .timeline tr:last-child .txt {
  padding-bottom: 0;
}

#outline .mod-content-rad {
  padding: 10px 10px 20px;
}
#outline .wrp-ttl .left {
  padding: 0px;
  height: 100%;
}
#outline .wrp-ttl .left .ttl-cont .ttl {
  width: 112px;
  height: 15px;
  background-image: url(../img/outline/ttl_outline.png);
  background-size: 112px 15px;
}
#outline .wrp-ttl .right {
  padding: 12px 10px 0;
}
#outline .wrp-content {
  padding: 20px 0 10px;
}
#outline .wrp-content .wrp-panel {
  padding-bottom: 10px;
}
#outline .wrp-content .wrp-graphic {
  margin-top: 20px;
  width: 100%;
}
#outline .wrp-content .wrp-graphic .pre, #outline .wrp-content .wrp-graphic .after, #outline .wrp-content .wrp-graphic .arrow {
  float: none;
}
#outline .wrp-content .wrp-graphic .pre, #outline .wrp-content .wrp-graphic .after {
  width: 100%;
}
#outline .wrp-content .wrp-graphic .pre .txt, #outline .wrp-content .wrp-graphic .after .txt {
  margin-top: 7px;
  font-size: 1rem;
  text-align: left;
}
#outline .wrp-content .wrp-graphic .after {
  margin-top: 10px;
}
#outline .wrp-content .wrp-graphic .arrow {
  position: relative;
  top: 8px;
  left: 0px;
  margin: 0 auto;
  width: 20px;
  height: 30px;
  border-top: 24px solid #9e8259;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#outline .wrp-content .wrp-graphic .arrow span {
  display: none;
}
#outline .wrp-content .explain {
  position: relative;
  margin-top: 20px;
}
#outline .wrp-content .explain .left {
  float: none;
  width: 100%;
  padding-right: 0;
  font-size: 1.4rem;
}
#outline .wrp-content .explain .left dt {
  float: left;
  margin-right: 10px;
  padding: 0px 12px;
  background-color: #9e8259;
  color: #ffffff;
  line-height: 1.8rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#outline .wrp-content .explain .left dd {
  position: relative;
  top: -1px;
  line-height: 2.3rem;
}
#outline .wrp-content .explain .right {
  float: none;
  margin-top: 15px;
  width: 100%;
}
#outline .wrp-content .explain .right .chart {
  width: 100%;
}
#outline .wrp-content .explain .right .chart td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
#outline .wrp-content .explain .right .chart td, #outline .wrp-content .explain .right .chart th {
  font-size: 1.2rem;
  border-collapse: collapse;
  border: 1px solid #9e8259;
}

#progress .wrp-ttl .left .ttl-cont .ttl {
  width: 201px;
  height: 25px;
  background-image: url(../img/progress/ttl_progress.png);
  background-size: 133px 15px;
}
#progress .wrp-ttl .right {
  padding: 12px 10px 0;
}
#progress .wrp-content {
  padding: 20px 10px 10px;
}
#progress .wrp-content .wrp-listarea {
  width: 100%;
}
#progress .wrp-content .wrp-listarea li:first-child {
  margin-top: 20px;
}
#progress .wrp-content .wrp-listarea li {
  position: relative;
  margin-top: 15px;
  width: 100%;
  border-bottom: 1px solid #d8c6c0;
  /* .link{
  	border-bottom: 1px solid #d8c6c0;
  } */
}
#progress .wrp-content .wrp-listarea li .ttl {
  color: #a6594f;
  font-size: 1.6rem;
}
#progress .wrp-content .wrp-listarea li .txt {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-bottom: 8px;
}

#company {
  background-color: #e2ddd6;
}
#company .mod-content-rad {
  margin-top: 20px;
}
#company .mod-content-rad:first-child {
  margin-top: 0;
  padding-bottom: 20px;
}
#company .mod-list {
  font-size: 1.4rem;
  line-height: 2rem;
}
#company .mod-list dt {
  float: none !important;
  padding: 4px !important;
  font-weight: bold;
  background-color: #d8cdbd !important;
}
#company .mod-list dd {
  width: 100% !important;
  padding: 4px 0 12px 0 !important;
  border-bottom: 0 !important;
}
#company .wrp-ttl .left .ttl-cont .ttl {
  width: 128px;
  height: 15px;
  background-image: url(../img/company/ttl_company.png);
  background-size: 128px 15px;
}
#company .wrp-ttl .right {
  padding: 12px 10px 0;
}
#company .wrp-ttl .right .txt {
  display: block;
  margin-bottom: 15px;
}
#company .wrp-ttl .right dt {
  float: left;
  padding: 8px 0;
}
#company .wrp-ttl .right dd {
  width: 640px;
  padding: 8px 0 8px 150px;
  border-bottom: 1px solid #d8cdbd;
}
#company .wrp-ttl .right .caution {
  margin-top: 5px;
  font-size: 1rem;
  text-align: right;
}
#company .wrp-ttl .right .cooperation {
  margin-top: 20px;
}
#company .mod-content-rad.developments {
  padding: 15px 20px 10px;
}
#company .developments .ttl {
  padding-bottom: 8px;
  color: #9e8259;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
  border-bottom: 0;
}
#company .developments dt {
  float: left;
  padding: 8px 0;
}
#company .developments dd {
  width: 880px;
  padding: 8px 0 8px 170px;
  border-bottom: 1px solid #d8cdbd;
}
#company #cnt-link .mod-content-rad {
  position: relative;
  margin-top: 20px !important;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#company #cnt-link .wrp-ttl {
  display: block;
}
#company #cnt-link .wrp-ttl .left .ttl-cont .ttl {
  width: 58px;
  height: 14px;
  background-image: url(../img/company/ttl_link.png);
  background-size: 58px 14px;
}
#company #cnt-link .wrp-ttl .right {
  padding: 0 10px;
}
#company #cnt-link .mod-content {
  padding: 15px 10px 20px;
}
#company #cnt-link .wrp-content {
  margin-top: 0px;
}
#company #cnt-link .wrp-content li {
  float: left;
  margin-bottom: 10px;
}
#company #cnt-link .wrp-content li a {
  color: #333333;
  font-size: 1.4rem;
  line-height: 2rem;
}
#company #cnt-link .wrp-content li:nth-child(odd) {
  width: 100%;
}
#company #cnt-link .wrp-content li:nth-last-child(-n+2) {
  margin-bottom: 10px;
}
#company #cnt-link .wrp-content li:last-child {
  margin-bottom: 0 !important;
}
#company #cnt-link.mod-content {
  padding-bottom: 0;
}

#main-footer {
  position: relative;
  height: 70px;
  background-color: #a6594f;
}
#main-footer .box {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 12px;
}
#main-footer .box .link {
  display: inline-block;
}
#main-footer .box .link a {
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
}
#main-footer .box .copyright {
  position: relative;
  top: 20px;
  left: 0;
  color: #ffffff;
  font-size: 1rem;
}

.cnt-pagetop {
  display: none;
  position: fixed;
  z-index: 1100;
  right: 0px;
  bottom: 68px;
}
.cnt-pagetop img {
  width: 58px;
  height: 58px;
}

/* ADD 2018.09.24 */
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

section.banner {
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
}
section.banner img {
	width: 100%;
	height: auto;
}
section.banner.large {
	margin-top: 20px;
}
section.banner.large li {
	padding-bottom: 20px;
}
section.banner.large li:last-child {
	padding-bottom: 0;
}

section.banner.medium {
	padding: 0;
	padding-top: 20px;
}
section.banner.medium li {
	width: 50%;
	padding-right: 2%;
	float: left;
	padding-bottom: 10px;
}
section.banner.medium li:nth-child(2n) {
	width: 48%;
	padding-right: 0;
	padding-bottom: 10px;
}
section.banner.medium li img {
	width: 100%;
	height: auto;
}
section.banner.medium li:last-child {
}

section.banner.small {
	padding: 0;
}
section.banner.small li {
	width: 50%;
	padding-right: 2%;
	float: left;
	padding-bottom: 10px;
}
section.banner.small li:nth-child(2n) {
	width: 48%;
	padding-right: 0;
	padding-bottom: 10px;
}
section.banner.small li img {
	width: 100%;
	height: auto;
}
section.banner.small li:last-child {
}


.community-btn {
  text-align: right;
  position: relative;
  margin-top: 10px;
}
.community-btn a {
  display: inline-block;
  padding: 8px 10px 0 10px;
  height: 30px;
  margin: 0 0 0 0;
  overflow: hidden;
  text-indent: 0;
  background-image: none;
  background: #A6594F;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: 0;
}
.h3-01 {
  font-size: 16px;
  font-weight: bold;
  color: #A6594F;
  margin-bottom: 15px;
}
.h3-01 span {
  font-weight: normal;
  padding-left: 5px;
}

.news-list {
  width: 100%;
  max-height: 20em;
  overflow-y: scroll;
  margin-bottom: 20px;
}
#contents-head {
  width: 100%;
  height: 370px;
}
#contents-head:before {
    content: "";
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/bg_main.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
}
body#contents-bottom::before {
  background: none;
}
body#contents-bottom {
  background: none;
}
.bottom-wrap {
  width: 100%;
  margin: 0 auto;
}
.h1-01 {
  color: #A6594F;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 25px 0;
  line-height: 1.8;
}
.wrap-01 {
  padding: 60px 0;
  background: #fff;
}
.wrap-02 {
  padding: 60px 0;
  background: #FFF4F2;
}
section.inner {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
section.inner img {
  width: 100%;
  height: auto;
}
.h2-01 {
  color: #A6594F;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
  line-height: 1.8;
}
.bottom-wrap p {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 40px;
}
.bottom-wrap p.note {
  font-size: 12px;
}
.btn-01 {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 5px 30px;
  background: #A6594F;
  border-radius: 20px;
  width: 225px;
  margin-bottom: 40px;
}
.note-btn {
  font-size: 12px;
  margin-top: -30px;
  display: block;
}
.btn-01:hover {
  opacity: 0.5;
}
.h3-02 {
  font-size: 18px;
}
.h3-03 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
.box-01 {
  background: #fff;
  padding: 20px 20px 0 20px;
  margin: 20px 0;
}
.box-01 p {
  text-align: left;
  padding-bottom: 20px;
}
.box-01 a {
  color: #000;
  text-decoration: underline;
}
.box-01 a:hover {
  text-decoration: none;
}
.flow-01 {
  border: 1px solid #9A5D52;
  padding: 20px 20px 0 20px;
}
.flow-01 p {
  padding-bottom: 20px;
}
.flow-arrow {
  padding-bottom: 40px;
  background: url(../../img/arrow-01.png) no-repeat center bottom;
  background-size: 50px 30px;
  margin: 20px 0;
}
.flow-arrow p {
  color: #9A5D52;
  padding-bottom: 5px;
}