@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:500,600');

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	min-width: 1000px;
}

p {
	font-size:16px;
}


a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	opacity: 1;
	text-decoration: none;
}


img {
	vertical-align: bottom;
}

/*色*/
.color_main {
	color: #f69624;
}
.color_orange{
	color: #f15a24;
}
.color_red {
	color: #bf0000;
}
.color_white {
	color: #fff;
}

/*背景*/
.back_main {
	background-color: #f69624;
	box-shadow: 0 0 8px gray;
}
/* .bg_gray {
	background: url(../images/lp/bg_gray.png);
} */

/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp,.sp_inline {
    display: none;
}
.pc {
    display: block;
}
/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}

/*文字種類*/
.ff_english {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
/*文字太さ*/
.fontNormal {
	font-weight: normal!important;
}
.fontBold {
	font-weight: bold!important;
}
.fontMidium {
	font-weight: 500;
}

/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}


/*================================================
 *  サイドタブ（PC）
 ================================================*/
.fixed-link{
	position: fixed;
	top: 50%;
	right: -22px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	background: #f69624;
	z-index: 10;
	height: 70%;
	height: 300px;
	writing-mode: vertical-rl;
	font-size: 24px;
	font-weight: bold;
	border-radius: 4px 0px 0px 4px;
	box-shadow: -3px -1px 18px -10px;
}
.fixed-link a{
	color: #fff;
	display: block;
	padding: 20px 10px;
}

/*================================================
 *  共通パーツ
 ================================================*/

/*******見出し*******/
h3.head_title {
	font-size: 18px;
	font-weight: bold;
	/*
	padding: 80px 0 40px;
	*/
	text-align: center;
	margin-bottom: 0.65em;
}
h3.head_title span {
	font-size: 44px;
	display: block;
	position: relative;
	margin-top: 0.65em;
	margin-bottom: 0.65em;
}
h3.head_title span::after {
	position: absolute;
	content: '';
	bottom: -0.3em;
	left: 50%;
	width: 0.5em;
	height: 1px;
	background-color: #f69624;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.circle_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list li:before{
	display: inline;
	content: "\30fb";
}
/*●箇条書き*/
.circle_list li:before{
	display: inline;
	content: "\25CF";
}

/*================================================
 *  コンテンツ
 ================================================*/
/*******メインエリア*******/
#main_area {
	background-color: #fff;
	margin-top: 55px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#main_area h1 {
	position: absolute;
	top: 1em;
	left: 50%;
	color: #000;
	font-size: 12px;
	z-index: 10;
	margin-left: -470px;
}
#main_area img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/*******申請漏れとは*******/
section#about_area {
	position: relative;
	top: -65px;
	margin-bottom: -65px;
	padding-top: 30px;
}
section#about_area .loss_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 80px;
	color: #fff;
	text-align: center;
}
.balloon{
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 10px;
  min-width: 120px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #ffd900;
  border-radius: 10px;
	box-shadow: 0 0 8px gray;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffd900;
}

.balloon1 p {
  font-size: 30px!important;
  margin: 0;
  padding: 0;
}


.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 10px;
  min-width: 120px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #ffd900;
  border-radius: 10px;
	box-shadow: 0 0 8px gray;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffd900;
}

.balloon2 p {
  font-size: 30px!important;
  margin: 0;
  padding: 0;
}

.balloon2 .balloonTxt {
	margin-top: 10px;
  font-size: 12px!important;
}

section#about_area .loss_box .fuki {
	position: relative;
	top: -30px;
	margin-bottom: -20px;
}
section#about_area .loss_box h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

section#about_area .loss_box .icon_list {
	width: 820px;
	margin: 30px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#about_area .loss_box .icon_list li {
	width: 140px;
	font-size: 24px;
	font-weight: bold;
}
section#about_area .loss_box .icon_list li div {
	background-color: #fff;
	border-radius: 0.35em;
	margin-bottom: 0.5em;
}


section#about_area .people_box {
	position: relative;
	overflow: hidden;
}
section#about_area .people_box .wrap {
	position: relative;
	margin-top: 50px;
	text-align: right;
}
section#about_area .people_box .img_fuki {
	position: absolute;
	top: 0;
	left: 65px;
}
section#about_area .people_box .img_people {
	position: relative;
	z-index: 1;
	margin-right: 130px;
}

section#about_area .people_box .bg_arrow {
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 150px;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}
section#about_area .people_box .bg_arrow object {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	filter: drop-shadow(0 10px 10px rgba(0,0,0,0.3));
}
@media screen and (min-width:1400px) {
	section#about_area .people_box .bg_arrow object {
		width: 100%;
		height: 100%;
	}
}


/*******調査のお申し込み*******/
.request_area {
	margin-top: 50px;
	background: #f69624;
	padding: 25px 0 45px;
}
.request_area .inner {
	width: 740px;
	margin: 0 auto;
}
.request_area .inner .text_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.request_area .inner .text_box > div:first-child {
	width: 170px;
}
.request_area .inner .text_box > div:last-child {
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 0.5em;
}

/*
.request_area .inner .link_btn {
	background-color: #fff;
	border-radius: 2em;
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 460px;
	margin: 0 auto;
	padding: 1em 0;
	text-decoration: none;
	box-shadow: 0 0 8px gray;

}
.request_area .inner .link_btn::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 1em;
	width: 0.60em;
	height: 0.60em;
	margin-top: -0.3em;
	border-top: 1px solid #f15a24;
	border-right: 1px solid #f15a24;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.request_area .inner .link_btn:hover {
	background-color: #dddd;
	opacity: 1;
}
*/
.request_area .inner .link_btn {
  display: inline-block;
  padding: 15px 0px;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #f00000 0%, #ef3f40 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #ddd;
	background-color: #fff;
	border-radius: 5px;
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 70%;
	margin: 10px auto;
}

.request_area .inner .link_btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


/*******事例*******/
section#case_area .bg_gray {
	position: relative;
	overflow: hidden;
}
section#case_area .bg_gray::before,
section#case_area .bg_gray::after {
	position: absolute;
	content: '';
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}
section#case_area .bg_gray::before {
	border-width: 15.7vw 100vw 0 0;
	border-color: #fff transparent transparent transparent;
	top: -1px;
}
section#case_area .bg_gray::after {
	border-width: 0 0 15.7vw 100vw;
	border-color: transparent transparent #fff transparent;
	bottom: -1px;
}

section#case_area .case_list {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#case_area .case_list li {
	width: 100%;
	max-width: 460px;
	background-color: #f69624;
	box-shadow: -3px -1px 18px -4px;
	border-radius: 4px;
}
section#case_area .case_list li:nth-child(n+3){
	margin-top: 20px;
}
section#case_area .case_list li figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items : stretch;
	height: 100%;
}
section#case_area .case_list li figure > img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
section#case_area .case_list li figure figcaption {
	position: relative;
	padding: 70px 50px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	color: #fff;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}

.contents{
  position: relative;
  width: 200px!important;
  height: 100px;
}

#diamond {
	width: 0;
	height: 0;
	border: 75px solid transparent;
	border-bottom-color: #ff0;
	position: relative;
	top: -75px;
}
#diamond:after {
	content: '';
	position: absolute;
	left: -75px;
	top: 75px;
	width: 0;
	height: 0;
	border: 75px solid transparent;
	border-top-color: #ff0;
}

#diamond .txt {
	width: 150px!important;
	margin: 50px 0 0 -75px;
	color: #000;
	text-align: center;
	position: relative;
	z-index:1;
	line-height: 1.1;
	font-weight: bold;
	font-size: 16px;
}

.free{
	font-size: 38px;
	font-weight: bold;
}



section#case_area .case_list li figure figcaption .number {
	position: absolute;
	width: 95px;
	height: 35px;
	top: -10px;
	left: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #fff;
}

section#case_area .case_list li figure figcaption .number > span {
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 20px;
}
/*
section#case_area .case_list li figure figcaption .number::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
section#case_area .case_list li figure figcaption .number > span {
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}

section#case_area .case_list li figure figcaption .number > span span {
	font-weight: 500;
	font-size: 36px;
	display: block;
}
*/
section#case_area .case_list li figure figcaption .text {
	width: 190px;
}
section#case_area .case_list li figure figcaption .text dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#case_area .case_list li figure figcaption .text dl dt,
section#case_area .case_list li figure figcaption .text dl dd {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.5;
}
section#case_area .case_list li figure figcaption .text dl dt:nth-of-type(n+2),
section#case_area .case_list li figure figcaption .text dl dd:nth-of-type(n+2) {
	margin-top: 0.5em;
}
section#case_area .case_list li figure figcaption .text dl dt {
	border: 1px solid #fff;
	width: 75px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#case_area .case_list li figure figcaption .text dl dd {
	font-size: 18px;
	font-weight: bold;
	width: 105px;
}
section#case_area .case_list li figure figcaption .price {
	font-size: 16px;
	font-weight: bold;
}
section#case_area .case_list li figure figcaption .price .ppTxt {
	font-size: 16px;
	color: #fff;
}

section#case_area .case_list li figure figcaption .price .pTxt {
	font-size: 48px;
	color: #ff0;
}


/*******流れ*******/
section#flow_area .flow_list {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 60px;
}
section#flow_area .flow_list dl {
	width: 173px;
	position: relative;
}
section#flow_area .flow_list dl dt {
	box-shadow: -3px -1px 28px -10px;
	border: 1px solid #f6d7a6;
	text-align: center;
	padding: 20px 0 15px;
	position: relative;
}
section#flow_area .flow_list dl:not(:last-of-type) dt::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 15px;
	border-color: transparent transparent transparent #f69624;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
section#flow_area .flow_list dl dt h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0.7em;
}
section#flow_area .flow_list dl dt h4 span {
	font-size: 130%;
	vertical-align: -10%;
	margin-right: 0.3em;
}
section#flow_area .flow_list dl dd {
	line-height: 1.75;
	padding: 0.75em 0.5em 0;
}


/*******お客様の声*******/
section#voice_area .voice_list > li {
	background-color: #f6d7a6;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	padding: 30px 60px 30px 40px;
	box-shadow: -3px 4px 18px -5px;
}
section#voice_area .voice_list > li:nth-of-type(n+2) {
	margin-top: 40px;
}
section#voice_area .voice_list > li > div:first-child {
	width: 205px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
section#voice_area .voice_list > li > div:first-child img {
	display: block;
	margin-bottom: 0.5em;
}
section#voice_area .voice_list > li > div:last-child {
	width: 560px;
}
section#voice_area .voice_list > li > div:last-child dl {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
section#voice_area .voice_list > li > div:last-child dl dt,
section#voice_area .voice_list > li > div:last-child dl dd {
	margin-bottom: 1em;
}
section#voice_area .voice_list > li > div:last-child dl dt {
	background-color: #f69624;
	color: #fff;
	text-align: center;
	width: 100px;
	padding: 0.4em 0;
}
section#voice_area .voice_list > li > div:last-child dl dd {
	font-size: 125%;
	font-weight: bold;
	padding: 0 1.2em 0 0.7em;
	line-height: 1.5;
	padding-top: 0.25em;
}
section#voice_area .voice_list > li > div:last-child dl dd:nth-of-type(1) { /*給付額用*/
	width: 460px;
}

section#voice_area .voice_list > li > div:last-child dl dd .vcTxt{
	font-size: 48px;
	color: #f00;
}

section#voice_area .voice_list > li > div:last-child dl dd .vcPtxt{
	font-size: 28px;
	color: #333;
}



/*******ご質問*******/
section#faq_area .bg_gray {
	position: relative;
	padding-bottom: 90px;
}
section#faq_area .bg_gray::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 50px;
	background-color: #fff;
}
section#faq_area .faq_list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#faq_area .faq_list dl {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	width: 460px;
	padding: 30px;
}
section#faq_area .faq_list dl:nth-of-type(n+3) {
	margin-top: 20px;
}
section#faq_area .faq_list dl dt,
section#faq_area .faq_list dl dd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
}
section#faq_area .faq_list dl dt div:first-child,
section#faq_area .faq_list dl dd div:first-child {
	font-size: 30px;
	font-weight: 500;
	padding-right: 0.5em;
	line-height: 1;
}
section#faq_area .faq_list dl dt div:last-child {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 1.5em;
}

/*================================================
 *  ページトップ
 ================================================*/



.pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f40;
  opacity: 0.6;
  border-radius: 50%;
  z-index:2;
  box-shadow: 0 0 8px gray;
}
.pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.bg_ptn_gray{
	margin: 30px 0px;
}


/*================================================
 *  フッター
 ================================================*/
footer .inner {
	padding: 30px 0;
	text-align: center;
}
footer .inner .footer_logo {
	margin-bottom: 25px;
}
footer .inner .footer_logo img {
	display: block;
	margin: 0 auto 20px;
}
footer .inner .footer_logo .add {
	line-height: 1.75;
	margin-top: 1em;
}

footer .inner .copyright small {
	color: #808080;
	font-size: 12px;
}

.elife{
	margin-bottom: 10px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

	html,
	body {
	    overflow-x: hidden;
		overflow-y: scroll;
	    width: 100%;
	    max-width: 100%;
		min-width: 320px;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
		font-size: 4vw;
			-webkit-overflow-scrolling: touch;
	}
	
	p{
		font-size: 4vw;
	}
	
	img {
		max-width: 100%;
	}
	
	.sp_wid100 {
		width: 100%;
	}
	
	/*文字揃え*/
	.pcspText { /*PC：中央揃え・SP左揃え用*/
		text-align: justify;
		text-justify: inter-ideograph;
	}
	/* sp/pcの切替 */
	.sp {
		display: block;
	}
	.sp_inline {
		display: inline;
	}
	.pc,.sp_none {
		display: none;
	}
	
	/*幅*/
	.wrap {
		max-width: inherit;
		min-width: 320px;
		width: 90%;
	}
	.wrap_sp_small {
		width: 80vw;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*================================================
	 *  共通パーツ
	 ================================================*/
	
	/*******見出し*******/
	h3.head_title {
		font-size: 3.6vw;
		padding: 10vw 0 5vw;
	}
	h3.head_title span {
		font-size: 8vw;
	}
	
	
	/*================================================
	 *  コンテンツ
	 ================================================*/
	/*******メインエリア*******/
	#main_area {
	}
	#main_area h1 {
		display: none;
	}
	#main_area img {
		left: auto;
		transform: none;
		-webkit-transform: none;
		width: 100%;
	}
	
	
	/*******申請漏れとは*******/
	section#about_area {
		margin-top: 100px;
		margin-bottom: -10vw;
		top: -10vw;
		padding-top: 15vw;
	}
	
	
	.balloon{
	  width: 100%;
	  max-width: 240px;
	  top: -33px;
	
	}
	.balloon1 {
	  padding: 10px;
	  min-width: 120px;
	  width: 100%;
	  border-radius:4px;
	}
	
	.balloon1 p {
	  font-size: 20px!important;
	  margin: 0;
	  padding: 0;
	}
	section#about_area .loss_box {
		width: 90%;
		padding: 0 5vw 8vw;
	}
	section#about_area .loss_box .fuki {
		top: -5vw;
		margin-bottom: -3vw;
	}
	section#about_area .loss_box .fuki img {
		width: 60vw;
	}
	section#about_area .loss_box h2 {
		font-size: 4.5vw;
	}
	
	section#about_area .loss_box .icon_list {
		width: 100%;
		margin: 5vw auto;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section#about_area .loss_box .icon_list li {
		width: 25vw;
		font-size: 4vw;
	}
	section#about_area .loss_box .icon_list li:nth-child(n+4) {
		/*
		margin-top: 3vw;
		*/
	}
	section#about_area .loss_box .icon_list li:nth-child(4) {
		margin-left: auto
		/*
		margin-right: 2.5vw;
		*/
	}
	section#about_area .loss_box .icon_list li:nth-child(5) {
		margin-right: auto;
	}
	section#about_area .loss_box .icon_list li div img {
		width: 140px;
		object-fit: contain;
	}
	
		
	
	
	
	/*******調査のお申し込み*******/
	.request_area {
		padding: 8vw 0;
	}
	.request_area .inner {
		width: 80%;
	}
	.request_area .inner .text_box {
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 3vw;
	}
	.request_area .inner .text_box > div:first-child {
		width: 25vw;
		padding-right: 3vw;
	}
	.request_area .inner .text_box > div:last-child {
		font-size: 5vw;
		padding-top: 0;
	}
	
	.request_area .inner .link_btn {
		font-size: 5vw;
		width: 100%;
	}
	
	
	/*******事例*******/
	section#case_area .bg_gray::before {
		border-width: 15.7vw 200vw 0 0;
		left: -50vw;
	}
	section#case_area .bg_gray::after {
		border-width: 0 0 15.7vw 200vw;
		left: -50vw;
	}
	
	section#case_area .case_list {
		display: block;
	}
	section#case_area .case_list li {
		width: 100%;
	}
	section#case_area .case_list li:nth-child(n+2){
		margin-top: 5vw;
	}
	section#case_area .case_list li figure {
		display: block;
	}
	section#case_area .case_list li figure figcaption {
		padding: 10vw 7vw 7vw;
	}/*
	section#case_area .case_list li figure figcaption .number {
		width: 15vw;
		height: 15vw;
	}
	section#case_area .case_list li figure figcaption .number > span span {
		font-size: 7.5vw;
	}
	*/
	
	section#case_area .case_list li figure figcaption .text {
		width: 60%;
	}
	section#case_area .case_list li figure figcaption .text dl dt {
		width: 35%;
	}
	section#case_area .case_list li figure figcaption .text dl dd {
		font-size: 4vw;
		width: 60%;
	}
	section#case_area .case_list li figure figcaption .price {
		font-size: 4vw;
	}
	section#case_area .case_list li figure figcaption .price img {
		height: 10vw;
	}
	
	
	/*******流れ*******/
	section#flow_area .flow_list {
		display: block;
		padding-bottom: 10vw;
	}
	section#flow_area .flow_list dl {
		width: 100%;
	}
	section#flow_area .flow_list dl:nth-of-type(n+2) {
		margin-top: 10vw;
	}
	section#flow_area .flow_list dl:nth-of-type(n+2)::before {
		position: absolute;
		content: '';
		top: -6vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3vw 3.5vw 0 3.5vw;
		border-color: #f69624 transparent transparent transparent;
	}
	section#flow_area .flow_list dl dt {
		text-align: right;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 0.5em 0.5em 0.5em 1em;
	}
	section#flow_area .flow_list dl:not(:last-of-type) dt::after {
		position: static;
		content: none;
	}
	section#flow_area .flow_list dl dt img {
		height: 10vw;
	}
	section#flow_area .flow_list dl dt h4 {
		font-size: 4.5vw;
		margin-bottom: 0;
	}
	section#flow_area .flow_list dl dd {
		padding: 0.5em 0 0;
	}
	
	/*******お客様の声*******/
	section#voice_area .voice_list > li {
		display: block;
		padding: 5vw;
		position: relative;
	}
	section#voice_area .voice_list > li:nth-of-type(n+2) {
		margin-top: 5vw;
	}
	section#voice_area .voice_list > li > div:first-child {
		position: absolute;
		width: 19vw;
		font-size: 3.6vw;
		top: 5vw;
		left: 5vw;
	}
	section#voice_area .voice_list > li > div:last-child {
		width: 100%;
		
	}
	section#voice_area .voice_list > li > div:last-child dl {
		width: 57vw;
		margin-left: auto;
		margin-bottom: 3vw;
	}
	section#voice_area .voice_list > li > div:last-child dl dt,
	section#voice_area .voice_list > li > div:last-child dl dd {
		margin-bottom: 0.5em;
	}
	section#voice_area .voice_list > li > div:last-child dl dt {
		width: 21vw;
		font-size: 3.2vw;
		font-weight: bold;
		padding: 0;
		line-height: 1.75;
	}
	section#voice_area .voice_list > li > div:last-child dl dd {
		font-size: 3.8vw;
		padding: 0.25em 0 0 0.75em;
	}
	section#voice_area .voice_list > li > div:last-child dl dd:nth-of-type(1) { /*給付額用*/
		width: auto;
	}
	section#voice_area .voice_list > li > div:last-child dl dd:nth-of-type(1) img {
		height: 1.5em;
	}
	
	
	/*******ご質問*******/
	section#faq_area .bg_gray {
		padding-bottom: 10vw;
	}
	section#faq_area .bg_gray::before {
		height: 5vw;
	}
	section#faq_area .faq_list {
		display: block;
	}
	section#faq_area .faq_list dl {
		box-shadow: 0px 0px 2vw 0px rgba(0, 0, 0, 0.3);
		width: 100%;
		padding: 5vw;
	}
	section#faq_area .faq_list dl:nth-of-type(n+2) {
		margin-top: 5vw;
	}
	section#faq_area .faq_list dl dt,
	section#faq_area .faq_list dl dd {
		font-size: 4vw;
	}
	section#faq_area .faq_list dl dt div:first-child,
	section#faq_area .faq_list dl dd div:first-child {
		font-size: 6.5vw;
	}
	section#faq_area .faq_list dl dt div:last-child {
		font-size: 4vw;
		padding-bottom: 1em;
	}
	
	
	
	/*================================================
	 *  ページトップ
	 ================================================*/
	.pagetop {
	    bottom: 18vw;
		right: 2vw;
	}
	.pagetop img {
		width: 12vw;
	}
	
	/*================================================
	 *  フッター
	 ================================================*/
	footer .inner {
		padding: 8vw 0 25vw;
	}
	footer .inner .footer_logo {
		margin-bottom: 5vw;
	}
	footer .inner .footer_logo img {
		width: 60vw;
		margin-bottom: 3vw;
	}
	footer .inner .footer_logo .add {
		font-size: 3.4vw;
	}
	
	footer .inner .copyright small {
		font-size: 2.8vw;
	}
	
	/*================================================
	 *  SP下固定タブ
	 ================================================*/
	.sp_fixed_bottom {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		box-shadow: 0 0 8px gray;
		background: #f69624;
	}

	.sp_fixed_bottom li a{
		display: block;
		color: #fff;
		text-align: center;
		line-height: 50px;
		padding: 10px 0px;
		font-size: 20px;
		font-weight: bold;
	}

	.sp_fixed_bottom li a::after{
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f25a';
	  font-size: 25px;
	  color: #fff;
	  padding: 0 0 0 10px;
	}
	
	
	
	
	.contents{
		width: 100px!important;
		height: 90px;
	}
	
	#diamond {
		border: 45px solid transparent;
		border-bottom-color: #ff0;
		position: relative;
		top: -45px;
	}
	#diamond:after {
		content: '';
		position: absolute;
		left: -45px;
		top: 45px;
		width: 0;
		height: 0;
		border: 45px solid transparent;
		border-top-color: #ff0;
	}
	
	#diamond .txt {
		width: 150px!important;
		margin: 30px 0 0 -75px;
		color: #000;
		text-align: center;
		position: relative;
		z-index:1;
		line-height: 1.1;
		font-weight: bold;
		font-size: 10px;
	}
	
	.free{
		font-size: 24px;
		font-weight: bold;
	}

	
	
}