@charset "UTF-8";
/* CSS Document */



/*sec-bnrs*/
.sec-bnrs {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 40px;
}
.sec-bnrs .inner {
}

.sec-bnrs ul#slanting { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display:flex;
    width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

.sec-bnrs ul#slanting > li {
    width: 24%;
	max-height: 235px;
	padding-bottom: 50px;
    margin: 0 1%;
    transform: skewX(-27deg);
	overflow:hidden;
	 background: #000;
}
 .sec-bnrs ul#slanting > li > img {
    width: 100%;
    transform: skewX(27deg) scale(1.4);
    
}
 .sec-bnrs ul#slanting > li > img {
	transition-duration: 0.3s;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.4;
}
 
  .sec-bnrs ul#slanting > li > p {
    transform: skewX(27deg);
    color: #fff;
	font-size:2.0rem;
	 font-style: normal;
	 margin-top: -200px;
	font-weight: 600;
	  line-height: 1.5;
    text-shadow: #000 1px 0 5px;
}
.sec-bnrs ul#slanting > li > p span {
	font-size:3.8rem;
	 display: block;
	font-family:  Helvetica;
	 font-style: italic;
	font-weight: 100;
}
	 
@media print, screen and (max-width: 1350px) {
  .sec-bnrs ul#slanting > li > p {
	font-size:1.8rem;
	 margin-top: -100px;
}
.sec-bnrs ul#slanting > li > p span {
	font-size:3.0rem;
}
}
@media print, screen and (max-width: 960px) {
.sec-bnrs {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sec-bnrs ul#slanting > li > img {
    transform: skewX(27deg) scale(2.2);
    
}
  .sec-bnrs ul#slanting > li > p {
	font-size:1.4rem;
	 margin-top: -50px;
}
.sec-bnrs ul#slanting > li > p span {
	font-size:2.8rem;
}
}

@media print, screen and (max-width: 480px) {
.sec-bnrs {
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 0px;
}
.sec-bnrs ul#slanting { 
	flex-wrap: wrap;
	justify-content: space-around;
}
.sec-bnrs ul#slanting > li {
    width: 97%;
	max-height: auto;
    margin: 0 0 5px 0;
    transform: skewX(0deg);
	overflow:hidden;
}

 .sec-bnrs ul#slanting > li > img {
    width: 100%;
    transform: skewX(0deg) scale(1.4);
	 margin-top: -120px;    
}

.sec-bnrs ul#slanting > li > p {
    transform: skewX(0deg);
    color: #fff;
	font-size:1.8rem;
	 font-style: normal;
	 margin-top: -80px;
	}
.sec-bnrs ul#slanting > li > p span {
	font-size:3.0rem;
	 display: block;
	 font-style: italic;
	font-weight: 200;
}
}


/*sec-Choose*/
.sec-Choose {
	margin-left: auto;
	margin-right: auto;
	background:url(../img/bg_choose.png) no-repeat left 50px;
	background-size: contain;
    padding-bottom: 30px;
}
.sec-Choose .inner_wrap {
	background:url(../img/imagepic01.png) no-repeat center top;
	background-size: cover;
}
.sec-Choose .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec-Choose .inner .contens_area {
	width: 50%;
	padding-top: 50px;
	padding-bottom: 80px;
}
.sec-Choose p {
	margin-left: 50px;
	text-align: left;
	line-height: 2.4;
	font-size:1.8rem;
	font-weight: 600;
}

.sec-Choose .head_lv2 {
}
.sec-Choose .head_lv2 h2 {
	margin-top: 30px;
	margin-left: 40px;
	text-align: left;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:8.0rem;
	font-weight: 500;
	color: #0098D8;
}

.sec-Choose .head_lv2 p.h2_copy {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-size:2.2rem;
	font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0 100px;
}

.sec-Choose .head_lv2 p.h2_copy:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: black;
}

.sec-Choose .head_lv2 p.h2_copy:before {
  left:0;
}
@media screen and (max-width: 1200px) {
.sec-Choose .head_lv2 h2 {
    font-size: 7.0rem;

}
}
@media screen and (max-width: 1100px) {
.sec-Choose {
	margin-left: auto;
	margin-right: auto;
	background:url(../img/bg_choose.png) no-repeat left 50px;
	background-size: cover;
    padding-bottom: 30px;
}
	.sec-Choose .inner_wrap {
	background:url(../img/imagepic01_sp.png) no-repeat right bottom;
	background-size: contain;
		padding-bottom: 340px;
}
.sec-Choose .inner {
	width: 100%;
}
.sec-Choose .inner .contens_area {
	width: 97%;
	padding-top: 50px;
	padding-bottom: 80px;
}

}
@media print, screen and (max-width: 960px) {
.sec-Choose .inner .contens_area {
	padding-bottom: 30px;
}
.sec-Choose p {
	line-height: 1.8;
}


}
@media print, screen and (max-width: 480px) {
.sec-Choose .inner_wrap {
    padding-bottom: 100px;
}
.sec-Choose .inner .contens_area {
	margin-left: auto;
	margin-right: auto;
}
.sec-Choose .head_lv2 h2 {
    margin-top: 30px;
    margin-left: 0px;
    font-size: 4.6rem;
}
.sec-Choose .head_lv2 p.h2_copy {
	margin-left: 10px;
	font-size:1.6rem;
  padding: 0 0 0 60px;
}
.sec-Choose .head_lv2 p.h2_copy:before {
  width: 50px;
}
	.sec-Choose p {
	margin-left: 0px;
}

}
/*sec-Reason1*/
.sec-Reason1 {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 50px;
}
.sec-Reason1 .inner_wrap {
	background:url(../img/imagepic02.png) no-repeat center top;
	background-size: cover;
}
.sec-Reason1 .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec-Reason1 .inner .contens_area {
	width: 50%;
	padding-top: 20px;
}
.sec-Reason1 p {
	margin-left: 50px;
	text-align: left;
	line-height: 2.4;
	font-size:1.8rem;
	font-weight: 600;
}

.sec-Reason1 .head_lv2_Reason h2 {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:3.0rem;
	font-weight: 500;
	color: #0098D8;
  position: relative;
  display: inline-block;
  padding: 0 55px 0 0;
}
.sec-Reason1 .head_lv2_Reason h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #0098D8;
}

.sec-Reason1 .head_lv2_Reason h2::after {
  right:0;
}

.sec-Reason1 .head_lv2_Reason p.h2_copy {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-size:3.6rem;
	font-weight: 600;
	color: #0098D8;
}

.staff {
	margin-top: 50px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.staff figure {
	text-align: center;
	border-bottom: 2px solid #0098D8;
}
.staff .flex_col3 p.name {
	text-align: center;
	font-size:2.0rem;
	font-weight: 600;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.staff .flex_col3 p.comment {
	text-align: left;
	font-size:1.6rem;
	font-weight: 600;
	margin-left: 0;
}

@media screen and (max-width: 1100px) {
.staff {
	width: 97%;
}
.sec-Reason1 {
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 30px;
}
.sec-Reason1 .inner_wrap {
	background:url(../img/imagepic02_sp.png) no-repeat left bottom;
    background-size: contain;
    padding-bottom: 500px;
}
.sec-Reason1 .inner {
	width: 100%;
    flex-wrap: wrap-reverse;
}
.sec-Reason1 .inner .contens_area {
	width: 97%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

}
@media print, screen and (max-width: 960px) {
.sec-Reason1 .inner_wrap {
    padding-bottom: 340px;
}
.sec-Reason1 .inner .contens_area {
	padding-bottom: 30px;
}
.sec-Reason1 p {
	line-height: 1.8;
}
.staff {
	width: 97%;
}

}
@media print, screen and (max-width: 480px) {
.sec-Reason1 {
	margin-top: 30px;
}
.sec-Reason1 .inner_wrap {
    padding-bottom: 140px;
}
.sec-Reason1 .head_lv2_Reason h2 {
	margin-left: 0px;
	text-align: left;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:3.0rem;
	font-weight: 500;
	color: #0098D8;
  position: relative;
  display: inline-block;
  padding: 0 55px 0 0;
}
.sec-Reason1 .head_lv2_Reason p.h2_copy {
	margin-left: 0px;
	text-align: left;
	font-size: 2.8rem;
}
.sec-Reason1 p {
	margin-left: 0px;
	text-align: left;
	font-size:1.8rem;
}



}

/*sec-Reason2*/
.sec-Reason2 {
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 150px;
	background: #F4F6F7;
}
.sec-Reason2 .bg_white {
	height: 40px;
}
.sec-Reason2 .inner_wrap {
	background:url(../img/imagepic03.png) no-repeat center top;
	background-size: cover;
	margin-top: -40px;
}
.sec-Reason2 .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec-Reason2 .inner .contens_area {
	width: 50%;
	padding-top: 20px;
}
.sec-Reason2 p {
	margin-left: 50px;
	text-align: left;
	line-height: 2.4;
	font-size:1.8rem;
	font-weight: 600;
}

.sec-Reason2 .head_lv2_Reason {
	margin-top: 50px;
}
.sec-Reason2 .head_lv2_Reason h2 {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:3.0rem;
	font-weight: 500;
	color: #0098D8;
  position: relative;
  display: inline-block;
  padding: 0 55px 0 0;
}
.sec-Reason2 .head_lv2_Reason h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #0098D8;
}

.sec-Reason2 .head_lv2_Reason h2::after {
 margin-left: 20px;
}

.sec-Reason2 .head_lv2_Reason p.h2_copy {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-size:3.6rem;
	font-weight: 600;
	color: #0098D8;
}
.sec-Reason2 .voice {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 0px;
}

.voice .flex_col2 p {
	text-align: left;
	font-size:1.6rem;
	font-weight: 600;
	margin-left: 0;
}

@media screen and (max-width: 1100px) {
.sec-Reason2 {
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 30px;
}
.sec-Reason2 .inner_wrap {
	background:url(../img/imagepic03_sp.png) no-repeat left bottom;
    background-size: contain;
    padding-bottom: 500px;
	margin-top: 0px;
}
.sec-Reason2 .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sec-Reason2 .inner .contens_area {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sec-Reason2 .voice {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 0px;
}
}
@media print, screen and (max-width: 960px) {
.sec-Reason2 .bg_white {
	height: 20px;
}
.sec-Reason2 .inner_wrap {
    padding-bottom: 340px;
	margin-top: -20px;
}
.sec-Reason2 .inner .contens_area {
	padding-bottom: 30px;
}
.sec-Reason2 p {
	line-height: 1.8;
}


}
@media print, screen and (max-width: 480px) {
.sec-Reason2 .inner_wrap {
    padding-bottom: 180px;
}
.sec-Reason2 .head_lv2_Reason h2 {
	margin-left: 0px;
	text-align: left;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:3.0rem;
	font-weight: 500;
	color: #0098D8;
  position: relative;
  display: inline-block;
  padding: 0 55px 0 0;
}


.sec-Reason2 .head_lv2_Reason h2::after {
 margin-left: 20px;
}

.sec-Reason2 .head_lv2_Reason p.h2_copy {
	margin-left: 0px;
	font-size:2.8rem;
}
.sec-Reason2 p {
	margin-left: 0px;
}


}



/*sec-Reason3*/
.sec-Reason3 {
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 150px;
}
.sec-Reason3 .inner_wrap {
	background:url(../img/imagepic04.png) no-repeat center top;
	background-size: cover;
	margin-top: -40px;
}
.sec-Reason3 .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec-Reason3 .inner .contens_area {
	width: 50%;
	padding-top: 80px;
}
.sec-Reason3 p {
	margin-left: 50px;
	text-align: left;
	line-height: 2.4;
	font-size:1.8rem;
	font-weight: 600;
}

.sec-Reason3 .head_lv2_Reason h2 {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:3.0rem;
	font-weight: 500;
	color: #0098D8;
  position: relative;
  display: inline-block;
  padding: 0 55px 0 0;
}
.sec-Reason3 .head_lv2_Reason h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #0098D8;
}

.sec-Reason3 .head_lv2_Reason h2::after {
  right:0;
}

.sec-Reason3 .head_lv2_Reason p.h2_copy {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-size:3.6rem;
	font-weight: 600;
	color: #0098D8;
}
.sec-Reason3 .rental {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 0px;
}

.rental .flex_col3 p {
	text-align: left;
	font-size:1.6rem;
	font-weight: 600;
	margin-left: 0;
}
@media screen and (max-width: 1100px) {
.sec-Reason3 {
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 30px;
}
.sec-Reason3 .inner_wrap {
	background:url(../img/imagepic04_sp.png) no-repeat left bottom;
    background-size: contain;
    padding-bottom: 500px;
	padding-top: 50px;
	margin-top: 0px;
}
.sec-Reason3 .inner {
	width: 100%;
}
.sec-Reason3 .inner .contens_area {
	width: 97%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

}
@media print, screen and (max-width: 960px) {
.sec-Reason3 .inner_wrap {
    padding-bottom: 400px;
	margin-top: 0px;
}
.sec-Reason3 .inner .contens_area {
	padding-bottom: 30px;
}
.sec-Reason3 .rental {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
.sec-Reason3 p {
	line-height: 1.8;
}

}
@media print, screen and (max-width: 480px) {
.sec-Reason3 .inner_wrap {

    padding-bottom: 220px;
}
.sec-Reason3 p {
	margin-left: 0px;
}

.sec-Reason3 .head_lv2_Reason h2 {
	margin-left: 0px;
}
.sec-Reason3 .head_lv2_Reason p.h2_copy {
	margin-left: 0px;
    font-size: 2.8rem;
}
	
}


/*sec-Reason4*/
.sec-Reason4 {
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 80px;
	background: #F4F6F7;
}
.sec-Reason4 .bg_white {
	height: 40px;
}
.sec-Reason4 .inner_wrap {
	background:url(../img/imagepic05.png) no-repeat center -20px;
	background-size: cover;
	margin-top: -40px;
}


.sec-Reason4 .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec-Reason4 .inner .contens_area {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 40px;
}
.sec-Reason4 p {
	margin-left: 50px;
	text-align: left;
	line-height: 2.4;
	font-size:1.8rem;
	font-weight: 600;
}

.sec-Reason4 .head_lv2_Reason {
	margin-top: 50px;
}
.sec-Reason4 .head_lv2_Reason h2 {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-family:  Helvetica, Arial,"sans-serif";
	font-style: italic;
	font-size:3.0rem;
	font-weight: 500;
	color: #0098D8;
  position: relative;
  display: inline-block;
  padding: 0 55px 0 0;
}
.sec-Reason4 .head_lv2_Reason h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #0098D8;
}

.sec-Reason4 .head_lv2_Reason h2::after {
 margin-left: 20px;
}

.sec-Reason4 .head_lv2_Reason p.h2_copy {
	margin-left: 50px;
	text-align: left;
	line-height: 1.4;
	font-size:3.6rem;
	font-weight: 600;
	color: #0098D8;
}


@media screen and (max-width: 1100px) {
.sec-Reason4 {
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 30px;
}
.sec-Reason4 .inner_wrap {
	background:url(../img/imagepic05_sp.png) no-repeat left bottom;
    background-size: contain;
    padding-bottom: 500px;
	margin-top: 0px;
}
.sec-Reason4 .inner {
	width: 100%;
}
.sec-Reason4 .inner .contens_area {
	width: 97%;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

}
@media print, screen and (max-width: 960px) {
.sec-Reason4 .bg_white {
	height: 20px;
}
.sec-Reason4 .inner_wrap {
	margin-top: -20px;
    padding-bottom: 400px;
}
.sec-Reason4 p {
	line-height: 1.8;
}

}
@media print, screen and (max-width: 480px) {
.sec-Reason4 .inner_wrap {
    padding-bottom: 240px;
}
.sec-Reason4 p {
	margin-left: 0px;
}

.sec-Reason4 .head_lv2_Reason h2 {
	margin-left: 0px;
}

.sec-Reason4 .head_lv2_Reason h2::after {
 margin-left: 20px;
}

.sec-Reason4 .head_lv2_Reason p.h2_copy {
	margin-left: 0px;
	font-size:2.8rem;
}

}


/*sec-repair*/
.sec-repair {
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 80px;
}

.sec-repair .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.sec-repair .inner .repair p {
	font-size:1.6rem;
	line-height: 1.8;
	font-weight: bold;
}

@media print, screen and (max-width: 1100px) {
.sec-repair {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
    padding-bottom: 80px;
}
.sec-repair .inner {
	width: 100%;
	margin: 0 auto;
}


}
@media print, screen and (max-width: 960px) {
.sec-repair .repair {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

}

@media print, screen and (max-width: 480px) {
.sec-repair {
    margin-top: 30px;
}

}

/*sec-faq*/
.sec-faq {

	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 80px;

}
.sec-faq .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.sec-faq .faq .flex_col2 {
	width: 45%;
	background: #fff;
	padding: 20px 20px 40px 20px;
	margin-bottom: 40px;
}
.sec-faq .faq .flex_col2 h4 {
	margin-left: 80px;
	font-size:2.0rem;
	line-height: 1.4;
	font-weight: bold;
	color: #0098D8;
	text-indent: -4.0rem;
	margin-bottom: 20px;
}
.sec-faq .faq .flex_col2 h4 span  {
	font-size:3.0rem;
	font-family:  Helvetica,Arial, "sans-serif";
	font-style: italic;
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

.sec-faq .faq .flex_col2 h4 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #0098D8;
}

.sec-faq .faq .flex_col2 h4 span:after {
  right: 10px;
}


.sec-faq .faq .flex_col2 p {
	font-size:1.6rem;
	line-height: 1.8;
	font-weight: bold;
    margin-left: 80px;
}
@media print, screen and (max-width: 1100px) {
.sec-faq .inner {
	width: 100%;
	margin: 0 auto;
}


}
@media print, screen and (max-width: 960px) {
.sec-faq .faq .flex_col2 {
	width: 90%;
	padding: 20px 20px 20px 20px;
	margin: 0 auto 20px auto;
}

}

@media print, screen and (max-width: 480px) {
.sec-faq .faq {
	width: 97%;
	margin-left: auto;
	margin-right: auto;

}

}


/*sec-information*/
section.sec-information {
	margin: 0 auto;
	padding-bottom: 30px;
}
.sec-information .bg_gray {
	height: 40px;
}
.sec-information .inner_wrap {
	margin-top: -40px;
}
section.sec-information .inner {
	max-width: 1200px;
	margin: 0 auto;

}
section.sec-information .flex_info_car {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

section.sec-information .flex_info_car p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
	margin-top: 10px;
}

section.sec-information .flex_col10 {
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: center;
}
section.sec-information .info {
	margin-bottom: 30px;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: -320px;
	margin-bottom: 240px;
}

section.sec-information .flex_info_center {
    width: 35%;
	
}
section.sec-information .flex_info {
    width: 120px;
	margin-left: auto;
	margin-right: auto;
}
section.sec-information .flex_info p {
    width: 100%;
    height: 42px;
    padding: 40px 0;
    border: 2px solid #fff;
    border-radius: 70px;
    text-align: center;
    vertical-align: middle;
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff;
}
section.sec-information .contact {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

section.sec-information .contact .head_lv4_contact {
	width: 100%;
	text-align: center;
}

section.sec-information .contact h4 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
	color: #FFC72F;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

section.sec-information .contact h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #FFC72F;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
section.sec-information .contact h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #FFC72F;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
section.sec-information .contact h4:before {
  left:0;
}
section.sec-information .contact h4:after {
  right: 0;
}

section.sec-information .contact .link_btn {
	width: 40%;
	margin: 0 15px;
}
section.sec-information .contact .link_btn a {
	width: auto;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #37414F;
	background: #FFC72F;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	font-weight: bold;
}

section.sec-information .contact .link_btn a:hover {
	color: #37414F;
	background: #fff;
}
section.sec-information .contact .btn01 a {
	font-size: 2.6rem;
	padding: 34px 0;
}

section.sec-information .contact .btn02 a {
	font-size: 1.8rem;
	font-weight: 600px;
	line-height: 1.6;
}
section.sec-information .contact .btn02 a span {
	font-size: 4.0rem;
}

@media print, screen and (max-width: 1100px) {
section.sec-information .inner {
	width: 100%;
	margin: 0 auto;
}


}
@media print, screen and (max-width: 960px) {
section.sec-information .flex_info {
    width: 135px;
}
section.sec-information .flex_info p {
    width: 100%;
    height: 50px;
    padding: 43px 0;
    border-radius: 70px;
    font-size: 2.2rem;
}
section.sec-information .flex_info_car p {
    font-size: 1.6rem;
}
section.sec-information .info {
	margin-top: 30px;
	margin-bottom: 30px;
	justify-content: space-around;
	align-items: center;
}
section.sec-information .flex_info_center {
    display: none;
	
}

section.sec-information .contact h4 {
    font-size: 2.4rem;
}
section.sec-information .contact .link_btn {
	width: 100%;
	margin-bottom: 20px;
}
section.sec-information .contact .link_btn a {
	padding: 10px 0;
}

section.sec-information .contact .btn01 a {
	padding: 10px 0;
	font-size: 2.0rem;
}
section.sec-information .contact .btn02 a {
    font-size: 1.6rem;
}
section.sec-information .contact .btn02 a span {
    font-size: 3.0rem;
}
}

@media print, screen and (max-width: 480px) {
section.sec-information .flex_info_car {
    width: 80%;
}
section.sec-information .flex_info {
    width: 75px;
}
section.sec-information .flex_info p {
    width: 100%;
    height: 25px;
    padding: 25px 0;
    border-radius: 70px;
    font-size: 1.4rem;
}



}
