@charset "UTF-8";


.style_text {
	width: 100%;
    margin-bottom: 60px;
    display: block;
    text-align: center;
    font-size: 20px;
	line-height: 2.0;
}

.style_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.style_list > li{
	border: 3px solid #000;
	border-radius: 10px;
	width: 350px;
    height: 170px;
    margin: 8px;
    padding-top: 20px;
	text-align: center;
}

.style_list_icon > img {
	width: 40px;
}

.style_list_text {
	font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    margin-top: 20px;
}

.style_solution_trouble {
    position: relative;
    top: 50px;
    margin: 0;
    line-height: 1.5;
    font-size: 30px;
    text-align: center;
}

.style_solution_solve {
	margin: 0;
    font-size: 40px;
    text-align: center;
    border-bottom: 5px solid #ffed00;
}

.style_solution_trouble span {
    color: #e66700;
    display: block;
}

.style_solution_solve img {
    position: relative;
    top: 11px;
    margin-right: 10px;
    display: inline-block;
}

.content_headline {
    background: #fff;
    color: #e66700;
    border: 2px solid;
    border-radius: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 300px;
    font-size: 17px;
    margin: 0 auto 30px;
    font-weight: bold;
}

.style_result_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.style_result_list > li {
	width: 280px;
    height: 280px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e66700;
    border-radius: 50%;
}

.style_result_list > li > p{
	color: #fff;
    height: 90%;
    padding-top: 65px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    background: url(../img/service/bnr_bg.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.style_result_list > li > p > span {
	font-family: "Lato",sans-serif;
    font-weight: 900;
    font-size: 50px;
}




.flow_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.flow_list > li {
  width: 18%;
  height: 180px;
  padding-top: 30px;
  border: 2px solid;
  border-radius: 10px;
	position: relative;
	text-align: center;
}

.flow_list > li::after {
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    display: inline-block;
    border-right: 1px solid #e66700;
    border-bottom: 1px solid #e66700;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px;
    left: -30px;
	content:"";
}

.flow_list_icon > img {
	width: 80px;
}

.display-none {
    display: none !important;
}

#sec01 .omakase p {
  font-weight: bold;
}

#sec01 .omakase p:nth-of-type(1) {
  position: relative;
  top: 50px;
  margin: 0;
  line-height: 1.5;
  font-size: 30px;
  text-align: center;
}

#sec01 .omakase p:nth-of-type(1) span {
  color: #e66700;
  display: block;
}

#sec01 .omakase p:nth-of-type(2) {
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
  border-bottom: 5px solid #ffed00;
	line-height: 2;
	width: fit-content;
}

#sec01 .omakase p:nth-of-type(2) img {
  position: relative;
  top: 11px;
  margin-right: 10px;
  display: inline-block;
    vertical-align: baseline;
}
	
#sec02 .inner {
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

#sec02 dl {
  width: 350px;
  padding: 20px 10px;
}

#sec02 dl:first-of-type {
  width: 200px;
}

#sec02 dl:last-of-type {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  color: #222;
}

#sec02 dl:last-of-type dt {
  color: #e66700;
  border-color: #222;
}

#sec02 dl:last-of-type dd {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  border-color: #e66700;
}

#sec02 dl:last-of-type dd:nth-of-type(2)::before, #sec02 dl:last-of-type dd:nth-of-type(3)::before {
	content: "";
  position: absolute;
  display: block;
  background: #ffed00;
  width: 3em;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  z-index: -1;
}

#sec02 dl:last-of-type dd:nth-of-type(4) {
  font-size: 1.1em;
}

#sec02 dl:last-of-type dd:nth-of-type(4)::before {
	content: "";
  position: absolute;
  display: block;
  background: #ffed00;
  width: 13em;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  z-index: -1;
}

#sec02 dl dt {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
}

#sec02 dl dd {
  font-weight: bold;
  height: 86px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 3px solid;
  line-height: 1.5;
}

#sec02 dl dd span {
  display: none;
}

#sec01 .chashback {
  width: 750px;
  margin: auto;
  justify-content: space-around;
  margin-top: 50px;
  padding: 30px 40px;
}

#sec01 .chashback header {
  width: 100%;
}

#sec01 .chashback h3 {
  background: #fff;
  color: #e66700;
  border: 2px solid;
  border-radius: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 300px;
  font-size: 17px;
  margin: 0 auto 30px;
  font-weight: bold;
}

#sec01 .chashback .box {
  width: 280px;
  height: 280px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e66700;
  border-radius: 50%;
}

#sec01 .chashback .box p {
  color: #fff;
  height: 70%;
  padding-top: 60px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  background: url(../img/service/bnr_bg.png) no-repeat;
  background-position: center;
  background-size: contain;
}

#sec01 .chashback .box p span {
  font-family: "Lato",sans-serif;
  font-weight: 900;
  font-size: 45px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#sec03 .case + .case {
  margin-top: 100px;
  flex-direction: row-reverse;
}

#sec03 .right {
  width: 100%;
}

#sec03 .right .scroll {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#sec03 .right > p {
  font-size: 15px;
  display: block;
  width: 100%;
  margin-top: 20px;
}

#sec03 .right h4 {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #222;
  border-radius: 30px;
  margin-bottom: 30px;
}

#sec03 .right .box {
  width: 45%;
}

#sec03 .right .box dl {
  padding-bottom: 15px;
  border-bottom: 3px solid #222;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
}

#sec03 .right .box dl dt {
  font-weight: bold;
}

#sec03 .right .box dl + dl {
  margin-top: 20px;
}

#sec03 .right .box dl:last-of-type {
  height: 60px;
}

#sec03 .right .box dl dd {
  font-weight: bold;
}

#sec03 .right .box dl dd span {
  font-size: 30px;
  font-family: "Lato",sans-serif;
  font-weight: 900;
}

#sec03 .right .box dl dd span:nth-of-type(2) {
  font-size: 11px;
  text-align: center;
  display: block;
  margin-top: .3em;
}

#sec03 .right .box p {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
}

#sec03 .right .box p span {
  font-size: 45px;
  font-family: "Lato",sans-serif;
  font-weight: 900;
}

#sec03 .right .box:nth-of-type(2) h4 {
  color: #e66700;
}

#sec03 .right .box:nth-of-type(2) dl:last-of-type {
  color: #e66700;
}

#sec03 .right .box:nth-of-type(2) p span {
  color: #e66700;
  position: relative;
  z-index: 1;
}

#sec03 .right .box:nth-of-type(2) p span::before {
  position: absolute;
  display: block;
  background: #ffed00;
  width: 100%;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  z-index: -1;
}

#sec04 dl {
  background: #efefef;
  cursor: pointer;
}

#sec04 dl:nth-of-type(2n) {
  background: #fafafa;
}

#sec04 dl:nth-of-type(2n) dd::before {
  background: rgba(239, 239, 239, 0.7);
	content:"";
}

#sec04 dl dt {
  width: 100%;
  padding: 30px;
  height: 90px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

#sec04 dl dt span {
  width: 80px;
  font-size: 36px;
  margin-right: 30px;
  font-family: "Lato",sans-serif;
  font-weight: 900;
}

#sec04 dl dt::before, #sec04 dl dt::after {
  width: 30px;
  height: 3px;
  display: block;
  background: #777;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: .5s;
	content:"";
}

#sec04 dl dt::after {
  transform: rotate(90deg);
}

#sec04 dl dd {
  position: relative;
  display: none;
  padding: 20px 30px 40px;
}

#sec04 dl dd img {
  width: 180px;
  height: auto;
  margin-top: 20px;
}

#sec04 dl dd::before {
  width: 1040px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(250, 250, 250, 0.7);
}

#sec04 dl.active dt::after {
  transform: rotate(0);
}

#sec05 {
  position: relative;
}

#sec05 .section_headline {
  width: 100%;
}
#sec05 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sec05 .container_box > img {
  width: 320px;
  height: auto;
  margin-top: -100px;
}

#sec05 .container_box > p {
  width: 630px;
  display: block;
  padding-right: 30px;
}

#sec05 .container_box > p + p {
  margin-top: 2em;
}

#sec05 .container_box > p b,
#sec05 .plan ul li b {
  font-weight: bold;
}

#sec05 .container_box > p em,
#sec05 .plan em {
  font-weight: bold;
  font-size: 1.2em;
  font-style: normal;
  color: #e66700;
  display: block;
  margin-bottom: .5em;
}

#sec05 .box {
  width: 100%;
  margin: auto;
  border-radius: 10px;
  border: 2px solid;
  padding: 30px 0;
  margin-top: 50px;
  text-align: center;
}

#sec05 .box + p {
  width: 100%;
  margin-top: 60px;
}

#sec05 .box h3 {
  width: 500px;
  height: 40px;
  margin: auto;
  margin-top: -50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  justify-content: center;
  border: 2px solid;
  background: #fff;
  border-radius: 40px;
}

#sec05 .box figure img {
  margin: auto;
}
#sec05 .box figure img:nth-of-type(2) {
  display: none;
}
#sec05 .plan {
  margin-top: 30px;
}
#sec05 li {
  padding-left: 25px;
}
#sec05 .plan ul:nth-of-type(2) {
  margin-top: 20px;
}
#sec05 .plan ul li:nth-of-type(1) {
  position: relative;
}
#sec05 .plan ul li:nth-of-type(1)::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/service/icon_check.png);
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#sec06 {
}

#sec06 .heading {
}

#sec06 .heading h2 {
}

#sec06 dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#sec06 dl + dl {
  margin-top: 30px;
}

#sec06 dl dt {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 30px;
  font-weight: bold;
  margin-right: 50px;
}

#sec06 dl dd span {
  font-size: .8em;
  display: block;
}

#sec06 dl.company dd {
  text-align: left;
}

#sec06 .box {
  border: 2px solid;
  padding: 40px;
  margin-top: 50px;
}

#sec06 .box h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 1em;
}

#sec06 .box ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#sec06 .box ul li + li {
  margin-top: 1em;
}

#sec07 {
  background: #e66700;
  padding-bottom: 50px;
}

#sec07 .heading {
  color: #fff;
}

#sec07 .heading h2 {
  color: #fff;
}

#sec07 .box {
  background: #fff;
  padding: 50px;
}

#sec07 .box h3 {
  width: 300px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid;
  margin: 0 auto 30px;
  border-radius: 300px;
}

#sec07 .box ul {
  width: 850px;
  margin: auto;
}

#sec07 .box ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#sec07 .box ul li:before {
  content: "・";
  font-weight: bold;
  color: #e66700;
  display: inline;
}

#sec07 .box ul li + li {
  margin-top: 1em;
}

#sec07 .box ul li:last-of-type {
  text-decoration: underline;
  font-weight: bold;
}

#sec07 .box + .box {
  margin-top: 20px;
}

#sec07 dl {
  width: 100%;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 0 30px;
}

#sec07 dl + dl {
  margin-top: 20px;
}

#sec07 dl:last-of-type label {
  width: 200px;
  padding-left: .5em;
  background: #eee;
  display: block;
  border-radius: 5px;
}

#sec07 dl:last-of-type label input {
  font-size: 16px;
}

#sec07 dl dt {
  font-weight: bold;
  font-size: 18px;
  width: 30%;
}

#sec07 dl dd {
  width: 70%;
}

#sec07 dl dd input, #sec07 dl dd select, #sec07 dl dd textarea {
  width: 100%;
  background: none;
  border: none;
  height: 40px;
  font-size: 20px;
}

#sec07 [type="submit"] {
  width: 400px;
  height: 55px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: inherit;
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 5px;
  border: 5px solid #e06003;
  background: #ee7000;
  cursor: pointer;
  transition: .5s;
}

#sec07 [type="submit"]:hover {
  background: #fff;
  color: #e66700;
}

#sec08 .box {
  width: 250px;
  height: 180px;
  padding-top: 30px;
  border: 2px solid;
  border-radius: 10px;
}

#sec08 .box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

#sec08 .box h3 span {
  font-size: .7em;
  font-weight: bold;
}

#sec08 .box img {
  width: auto;
  height: 35px;
  margin: 0 auto 20px;
}

#sec08 .box:nth-of-type(4) img {
  width: auto;
  height: 45px;
  margin-top: -5px;
  margin-bottom: 10px;
}

#sec08 .box + .box {
  position: relative;
}

#sec08 .box + .box::after {
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  display: inline-block;
  border-right: 1px solid #e66700;
  border-bottom: 1px solid #e66700;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 2px;
  left: -30px;
}

#sec08 .contact {
  margin-top: 60px;
  width: 100%;
  border: 4px solid #e06003;
  border-radius: 10px;
  padding: 30px;
  background: #ee7000;
}

#sec08 .contact .wrap {
  justify-content: space-between;
  align-items: stretch;
  border-radius: 10px;
  width: 100%;
}

#sec08 .contact .wrap div {
  width: 49%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}

#sec08 .contact .wrap div:nth-of-type(3) {
  display: none;
}

#sec08 .contact h3 {
  color: #fff;
  border: 2px solid;
  font-weight: bold;
  font-size: 16px;
  width: 300px;
  height: 30px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

#sec08 .contact p {
  text-align: center;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 18px;
  margin-bottom: .5em;
}

#sec08 .contact a {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#sec08 .contact a img {
  width: auto;
  height: 30px;
  margin-right: 10px;
}

#sec08 .contact .contact_btn {
  border: 2px solid;
  border-radius: 5px;
  width: 350px;
  height: 50px;
  background: #fff;
  color: #000;
  font-weight: bold;
}

#sec08 .contact .tel {
  font-size: 40px;
  font-family: "Lato";
  font-weight: 900;
  flex-wrap: wrap;
}

#sec08 .contact .tel span {
  margin-top: 5px;
  margin-left: 1em;
  font-size: 14px;
  display: block;
}

body:not(#top) main {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  background: #fff;
}


@media screen and (max-width: 480px){
	.style_list {
		flex-flow: row wrap;
    justify-content: center;
	}
	#sec01 .box {
		border: 2px solid;
		width: 100%;
		height: 150px;
		margin: 0;
	    padding-top: 0px;
	}
	
	#sec01 .omakase p:nth-of-type(1) {
		position: static;
		font-size: 20px;
		margin-bottom: 20px;
		display: block;
	}
	
	#sec01 .omakase p:nth-of-type(2) {
		margin: 0;
		font-size: 30px;
		text-align: center;
		border-bottom: 5px solid #ffed00;
	}

	#sec01 .chashback {
		width: 100%;
		margin-top: 50px;
		padding: 0;
	}
	
	#sec01 .chashback .box {
		width: 130px;
		height: 130px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: contain;
	}
	
	#sec01 .chashback .box p {
		padding: 30px;
		padding-top: 10px;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.3;
	}
	
	#sec01 .chashback .box p span {
		font-family: "Lato",sans-serif;
		font-weight: 900;
		font-size: 22px;
	}
	

	#sec03 .case + .case {
		display: none;
		margin-top: 60px;
		flex-direction: row-reverse;
	  }
	  #sec03 .left {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	  }
	  #sec03 .left > a {
		order: 4;
		display: flex;
		margin: 20px auto 0;
		font-size: 14px;
		font-weight: bold;
		justify-content: center;
		align-items: center;
	  }
	  #sec03 .left > a::after {
		display: block;
		margin-left: .5em;
		margin-top: -2px;
		width: 10px;
		height: 10px;
		transform: rotate(-45deg);
		display: inline-block;
		border-right: 1px solid #e66700;
		border-bottom: 1px solid #e66700;
	  }
	  #sec03 .left header {
		display: none;
		width: 100%;
		margin-bottom: 15px;
		background: #e66700;
	  }
	  #sec03 .left header a {
		display: none;
	  }
	  #sec03 .left h3 {
		width: auto;
		color: #fff;
		margin-bottom: 0;
		font-size: 16px;
		font-family: "Lato",sans-serif;
		font-weight: 900;
		padding-left: .5em;
	  }
	  #sec03 .left p {
		margin: 1em 0 0;
		display: block;
		order: 3;
	  }
	  #sec03 .left figure {
		order: 2;
	  }
	  #sec03 .left figure img {
		width: 50%;
	  }
	  #sec03 .right {
		width: 100%;
		padding: 15px;
		border: 2px solid;
		border-radius: 10px;
		margin-top: 40px;
		background: #f5f5f5;
	  }
	  #sec03 .right .scroll {
		width: 300px;
	  }
	  #sec03 .right h4 {
		width: 100%;
		height: 30px;
		font-size: 14px;
		margin: auto;
		margin-bottom: 20px;
		background: #fff;
	  }
	  #sec03 .right .box {
		padding: 20px 15px;
		border-radius: 10px;
		margin-top: 0;
		width: 100%;
	  }
	  #sec03 .right .box + .box {
		margin-top: 30px;
		background: #fff;
	  }
	  #sec03 .right .box dl {
		padding: 0 .5em;
		padding-bottom: 15px;
		border-bottom: 2px solid #222;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		line-height: 1;
	  }
	  #sec03 .right .box dl dt {
		font-weight: bold;
	  }
	  #sec03 .right .box dl + dl {
		margin-top: 20px;
	  }
	  #sec03 .right .box dl:last-of-type {
		height: 60px;
	  }
	  #sec03 .right .box dl dd {
		font-weight: bold;
	  }
	  #sec03 .right .box dl dd span {
		font-size: 30px;
		font-family: "Lato",sans-serif;
		font-weight: 900;
	  }
	  #sec03 .right .box dl dd span:nth-of-type(2) {
		font-size: 11px;
		text-align: center;
		display: block;
		margin-top: .3em;
	  }
	  #sec03 .right .box p {
		display: block;
		margin-top: 20px;
		text-align: center;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
	  }
	  #sec03 .right .box p span {
		font-size: 35px;
		font-family: "Lato",sans-serif;
		font-weight: 900;
	  }
	  #sec03 .right .box:nth-of-type(2) p::before {
		width: 45%;
	  }
	  #sec03 .right .box:nth-of-type(2) p span {
		color: #e66700;
	  }
	
	.flow_list {
		flex-flow: column wrap;
	}
	
	.flow_list > li {
		width: auto;
 	   margin-top: 40px;
	}
	.flow_list > li:first-child::after {
		display:none;
	}
	
	.flow_list > li::after {
		display: block;
		width: 15px;
		height: 15px;
		transform: rotate(-45deg);
		display: inline-block;
		border-right: 1px solid #e66700;
		border-bottom: 1px solid #e66700;
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
		bottom: auto;
		margin: auto;
		border-width: 2px;
		transform: rotate(45deg);
	}
	
	dl, ol, ul {
		font-size: 14px;
		line-height: 2;
	}
	
	#sec04 dl dt span {
		display: none;
	}
	
	#sec04 dl dt {
		align-items: flex-start;
		width: 100%;
		padding: 20px;
		padding-right: 50px;
		height: auto;
		line-height: 1.5;
		font-size: 15px;
	}

	#sec04 dl dd {
		position: relative;
		display: none;
		padding: 15px 20px 30px;
	}
	
	#sec06 dl {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	#sec04 dl dt::before, #sec04 dl dt::after {
		width: 20px;
		height: 3px;
		display: block;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
	}

  #sec05 .container_box > p,
  #sec05 .plan {
    width: 100%;
    display: block;
    padding-right: 0;
    border-right: 0;
    font-size: 0.875em;
  }
  #sec05 .container_box > p em,
  #sec05 .plan em {
    text-align: center;
    display: block;
    font-size: 1.1em;
  }
  #sec05 .container_box > p br {
    display: none;
  }
  #sec05 .container_box > img {
    width: 200px;
    margin: 10px auto;
  }
  #sec05 .box {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    border: 2px solid;
    padding: 30px 15px;
    margin-top: 50px;
  }
  #sec05 .box h3 {
    width: 100%;
    height: 60px;
    margin: auto;
    padding: 0 20px;
    margin-top: -50px;
    margin-bottom: 20px;
    font-size: 0.875em;
  }
  #sec05 .box > figure {
    text-align: center !important;
  }
  #sec05 .box figure img:nth-of-type(1) {
    display: none;
  }
  #sec05 .box figure img:nth-of-type(2) {
    display: block;
  }

	#sec06 dl dt {
		width: 90%;
		height: 30px;
		margin: 0 auto 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px solid;
		border-radius: 30px;
		font-weight: bold;
    line-height: 1.4;
	}
	#sec06 dl dd {
		width: 90%;
		margin: auto;
		text-align: center;
	}
}