/********** common **********/

body {
	/*font-family:  'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "YuGothic", "游ゴシック", "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Arial", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	line-height: 1.6;
}
img {
	width: 100%;
}
header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
header .logo {
	max-width: 200px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}
header .jpx {
	max-width: 50px;
	float: left;
}
header .btn_contact {
	float: right;
	font-size: 14px;
	margin-top: 15px;
}
header .btn_contact li {
	display: inline-block;
}
header .btn_contact li:first-child {
	margin-right: 10px;
} 
header .btn_contact a {
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	border: 1px solid rgb(255,255,255,0.5);
	transition:  all .3s;
}
header .btn_contact a span {
	padding-left: 1em;
}
header .btn_contact a:hover {
	border: 1px solid rgb(255,255,255,1);
	background-color: rgb(255,255,255,0.2);

}
header .btn_contact .tel {
	background: url("../img/icon_tel.png") no-repeat ;
	background-size: 18px;
	background-position: 8% 50%;
}
header .btn_contact .mail {
	background: url("../img/icon_mail.png") no-repeat ;
	background-size: 18px;
	background-position: 6% 50%;
}

.main_visual {
	max-width: 1800px;
	height: 410px;
	margin: 0 auto;
	background: url("../img/main_visual.jpg") no-repeat center ;
	padding: 85px 0 0;
}
.main_visual .hapitas {
	max-width: 500px;
	margin: 0 auto 5px;
}
.main_visual .hapitas img {
	width: 100%;
}

.main_visual .ptgo {
	max-width: 500px;
	margin: 0 auto 5px;
}
.main_visual .ptgo img {
	width: 100%;
}

.main_visual h1 {
	max-width: 600px;
	margin: 0 auto;
}
.main_visual .lead {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 8px;
}


.main_visual2 {
	max-width: 1800px;
	height: 410px;
	margin: 0 auto;
	background: url("../img/main_visual.jpg") no-repeat center ;
	padding: 85px 0 0;
}

.main_visual2 h1 {
	max-width: 600px;
	margin: 45px auto 15px auto;
}
.main_visual2 .lead {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
}

.cta {
	margin: 0 auto;
	background-color: #003e7d;
	padding: 15px 0 15px;
}
.cta .inner {
	max-width: 860px;
	margin: 0 auto;
	clear: both;
	min-height: 130px;
	position: relative;
	display: table;
}
.cta .hapitas {
	max-width: 500px;
	margin: 0 auto 10px;
	position: absolute;
	top: -60px;
	right: -40px;
}
.cta .hapitas img {
	width: 100%;
}

.cta .ptgo {
	max-width: 500px;
	margin: 0 auto 10px;
	position: absolute;
	top: -60px;
	right: -40px;
}
.cta .ptgo img {
	width: 100%;
}

.cta .left {
	width: 50%;
	float: left;
}
.cta .left img {
	width: 100px;
	float: left;
}
.cta .left p {
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	float: left;
	margin-top: 2px;
	margin-left: 15px;
	line-height: 1.25;
	font-family: 'Noto Serif JP', sans-serif;
}
.cta .left p span {
	font-size: 28px;
}
.cta .left p .pink {
	color: #eb4962;
}
.cta .left p .yellow {
	color: #f3cc00;
}
.cta_btn {
	float:
	text-align: center;
	position: relative;
	display: table;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}
.cta_btn span {
	font-size: 28px;
}
.cta_btn span.small  {
	font-size: 16px;
}
.cta_btn span.hilight  {
	font-size: 16px;
	color: #f3cc00;
}
.cta_btn a {
	color: #fff;
	background: #eb4962 url("../img/icon_easy.png") no-repeat 50%;
	background-size: auto 100%;
	background-position: left top;
	text-decoration: none;
	display: block;
	padding: 10px 50px 10px 100px;
	transition:  all .3s;
	border-radius: 4px;
	line-height: 1.4;
}
.cta_btn a:hover {
	background-color: #ff2143;
}
.cta_btn a:before {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	transition: all 0.3s;
}
.cta_btn a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	right: 18px;
	width: 15px;
	height: 15px;
	background: #eb4962;
	transition: all 0.3s;
}
.cta_btn a:hover:before { 
	right: 12px;
}
.cta_btn a:hover:after { 
	background: #ff2143;
	right: 15px;
}

.content {
	max-width: 800px;
	margin: 80px auto 20px;
	font-size: 20px;
	padding: 0 20px;
}
.content h2 {
	font-size: 50px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}
.content h2 .small {
	font-size: 30px;
}
.content h2 span.pink {
	color: #eb4962;
}
.content.our h2{
	line-height: 1.2;
	margin-bottom: 60px;
	text-align: left;
	background: url("../img/jpx_c202204w.png") no-repeat 0px 0.4em;
	background-size: 100px;
	padding-left: 120px;
}
.content h3 {
	font-size: 36px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
}
.content .pink {
	color: #eb4962;
	font-weight: 700;
}

.about_souzoku {
	margin: 40px 0 20px;
	font-weight: 700;
}
.point_lead {
	text-align: center;
	margin: 60px 0 20px;
}
.point_lead h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}
.point_lead h2 span {
	font-size: 50px;
	font-family: 'Noto Serif JP', sans-serif;
}
.point_lead h2 span.pink {
	color: #eb4962;
}
.point_lead h2 span.number {
	font-size: 100px;
}
.point_lead img {
	width: 800px;
	margin: 40px auto 0;
}
.point h3 {
	font-size: 48px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
	height: 125px;
	margin-top: -25px;
	margin-bottom: 30px;
}
.point h3 img {
	width: 100px;
	position: relative;
	top: 28px;
	margin-right: 15px;
}
.point h3 span {
	color: #eb4962;
}
.point {
  display: block;
  max-width: 1000px;
  width: 92%;
  margin: 20px auto;
}
.point p {
	font-size: 20px;
	margin-bottom: 0.75em;
}
.point .note {
	font-size: 14px;
}

.point li {
  margin-bottom: 40px;
  border: 10px solid #ebf3fb;
  border-radius: 10px;
  padding: 30px 90px;
}
.point li a.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.point .li01 {
	background: url("../img/bg_point01.png") no-repeat 730px 30px;
	background-size: 16%;
}
.point .li02 {
	background: url("../img/bg_point02.png") no-repeat 750px 15px;
	background-size: 14%;
}
.point .li03 {
	background: url("../img/bg_point03.png") no-repeat 750px 15px;
	background-size: 14%;
}
.btn {
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background-color: rgb(0, 42, 137);
  width: 15%;
  margin: 20px auto 0;
  padding: 10px 40px;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  font-size: 14px;
}
.btn::before,
.btn::after {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn::after {
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.btn:hover {
  background-color: #0033cc; 
}
.contents {
  margin: 40px 0 20px;
}

.comparison {
	width: 90%;
	margin: 60px auto;
}

.comparison li {
	width: 45%;
	display: inline-block;
}
.comparison li:first-child {
	margin-right: 8%;
}
.about23 {
	font-weight: 700;
}
.about23 span {
	font-size: 12px;
	margin-left: 10px;
}
.about23_img {
	margin: 20px 0;
}
.about23_img li {
	width: 52%;
	display: inline-block;
	vertical-align: top;
}
.about23_img li:first-child {
	width: 42%;
	margin-right: 5%;
}
.tax .note {
	font-size: 14px;
	margin: 20px 0 40px;
}
.tax h3 {
	margin-bottom: 10px;
}
.tax img {
	margin-bottom: 40px;
}
.tax .text_reduction {
	font-weight: 700;
	margin: 10px 0 40px;
}

.caution {
	border: 20px solid #eec2c9;
	border-radius: 10px;
	padding: 20px 40px 30px;
	margin-bottom: 100px;
}

.caution .title {
	font-size: 48px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #eb4962;
	background: url("../img/icon_caution.svg") no-repeat left 50%;
	background-size: 8%;
	padding-left: 70px;
	margin-bottom: 10px;
}
.management .title {
	margin: 40px 0 20px;
	font-weight: 700;
}
.our .reason {
	overflow: hidden;
	margin-bottom: 60px;
}
.our .reason img {
	width: 32%;
	float: right;
}
.our .reason h3 {
	line-height: 1.2;
	margin-bottom: 15px;
}
.our .reason h3,
.our .reason p {
	width: 65%;
	float: left;
}
.our .reason p .small {
	font-size: 12px;
}
.reason {
	overflow: hidden;
}
.reason img {
	width: 45%;
	float: left;
}
.reason p {
	width: 50%;
	float: right;
}
.media ul {
	overflow: hidden;
	margin-bottom: 40px;
}


.media ul li {
	width: 29%;
	height: 50px;
	display: block;
	float: left;
	margin-left: 2%;
	padding: 5px 10px;
	border: 1px solid #ccc; 
	position: relative;
}
.media ul li:first-child {
	margin-left: 0;
}
.media ul .logo01 img { width: 80%;}
.media ul .logo02 img { width: 75%;}
.media ul .logo03 img { width: 60%;}
.media ul li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.media .title {
	margin: 40px 0 20px;
	font-weight: 700;
}
.media .nikkankyo {
	width: 50%;
}

.flow p {
	text-align: center;
}
.flow .flowlist {
	overflow: hidden;
	margin: 40px 0 100px;
}
.flow .flowlist li {
	width: 21%;
	float: left;
	padding: 0 2%;
}
.flow .flowlist li span {
	font-size: 30px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 700;
	color: #abc7e3;
	display: block;
}
.flow .flowlist li.step01 { background: url("../img/icon_step01.png") no-repeat 50% 40%; background-size: 45%; }
.flow .flowlist li.step02 { background: url("../img/icon_step02.png") no-repeat 50% 35%; background-size: 55%; }
.flow .flowlist li.step03 { background: url("../img/icon_step03.png") no-repeat 50% 35%; background-size: 74%; }
.flow .flowlist li.step04 { background: url("../img/icon_step04.png") no-repeat 50% 35%; background-size: 45%; }

.flow .flowlist p {
	font-size: 16px;
	text-align: left;
}
.flow .flowlist .title {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 130px;
	text-align: center;
	line-height: 1.4;
}


.arrow{
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before{
    left: 170px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 30px solid transparent;
    border-left: 30px solid #ebf3fb;
    z-index: -1;
}
.flow .flowlist li:nth-child(3n) .arrow::before {
	left: 185px;
}

footer {
	background-color: #ebf3fb;
	padding: 40px 0 10px;
	margin-top: 40px;
}
footer .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
footer .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px 15px;
	overflow: hidden;
}
footer .left {
	width: 45%;
	float: left;
}
footer table th,
footer table td {
	padding: 6px 10px 6px 0;
}
footer table th {
	width: 6em;
	vertical-align: top;
}
footer .right {
	width: 50%;
	float: right;
}
footer small {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 40px 0 20px;
}

/********** contact **********/

.contactform header {
	max-width: initial;
	background-color: #003e7d;
	position: initial;
}
.contactform header .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.contactform header .logo {
		margin-top: 5px;
}
.contactform .yuso {
	max-width: 500px;
	margin: 40px auto 0;
}
.contactform .pdf {
	max-width: 600px;
	margin: 40px auto 0;
}
.contactform .yuso a,
.contactform .pdf a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 25px 0 25px 20px ;
	transition:  all .3s;
	border-radius: 4px;
	border:1px solid #003e7d;
	color: #003e7d;
	display: block;
	text-align: center;
	font-size: 20px;
	background: url("../img/img_ph.png") no-repeat 50%;
	background-size: auto 90%;
	background-position: 4% 50%;
	font-weight: 700;
}
.contactform .pdf a {
	background: url("../img/img_pdf.png") no-repeat 50%;
	background-size: auto 90%;
	background-position: 4% 50%;
}
.contactform .yuso a:hover,
.contactform .pdf a:hover {
	background-color: #003e7d;
	color: #fff;
}
.contactform .yuso a:before,
.contactform .pdf a:before {  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	right: 15px;
	width: 15px;
	height: 15px;
	background-color: #003e7d;
	transition: all 0.3s;
}
.contactform .yuso a:after,
.contactform .pdf a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
	right: 18px;
	width: 15px;
	height: 15px;
	background: #fff;
	transition: all 0.3s;
}
.contactform .yuso a:hover:before,
.contactform .pdf a:hover:before { 
	background-color: #fff;
	right: 12px;
}
.contactform .yuso a:hover:after,
.contactform .pdf a:hover:after { 
	background-color: #003e7d;
	right: 15px;
}

.contactform footer {
	background-color: #ebf3fb;
	padding: 10px 0;
	margin-top: 40px;
}
.contactform footer small {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 12px 0;
}


.stepBar {
  display: flex;
  max-width: 600px;
  position: relative;
  margin: 50px auto 5px;
  text-align: center;
}
.stepBar li {
  font-size: 24px;
  font-weight: 800;
  list-style: none;
  position: relative;
  width: 33.333%;
  color: #003e7d;
}
.stepBar li:after {
  background: #d4e4f4;
  content: "";
  width: calc(100% - 48px);
  height: 10px;
  position: absolute;
  left: calc(-50% + 24px);
  top: 20px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
	font-size: 20px;
  background: #d4e4f4;
  color: #ffffff;
  display: inline-block;
  height: 48px;
  margin-bottom: 5px;
  line-height: 48px;
  width: 48px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #003e7d;
}
.stepBar .visited span {
  background: #003e7d;
}
.contact_h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}
.contact {
	padding-bottom: 160px;
	max-width: 840px;
	padding: 20px;
	margin: 0 auto;
}

.contact .attention {
	font-size: 1.6rem;
	text-align: center;
}
.contact .attention .hilight {
	color: #cc1800;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
form dl{
	width : 600px;
	margin : 1px auto 1px;
	font-size: 17px;
}
form dl dt{
	padding : 15px 0 0;
}
form dl dd{
	padding : 5px 0 8px;
}
form dl dt:first-child,
form dl dt:first-child+dd{
	border : none;
}
form dl dd .field {
	padding:5px 10px; 
	line-height: 1.5;
	border:1px solid #aca0a4;
	width:578px;
}
form dl dd .radio {
	margin:0 5px 10px; 
}
form dl dd .radio label {
	margin-right: 10px;
}
form dl dd .radio label input {
	margin-right: 5px;
}
form dl dt span{
	font-size : 1.4rem;
	color : #cc1800;
}
form dl dd .other {
	display: none;
	border : 1px solid #ccc;
}
form dl dt .notes {
	font-size: 14px;
	font-weight: normal;
	color: #34242a;
}
#form_submit {
	text-align: center;
}
#form_submit_button{
	width: 600px;
	background-color: #003e7d;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    padding: 20px;
    font-size: 2.4rem;
    transition: all 0.3s;
}
#form_submit_button:hover{
	background-color: #34242a;
}
::placeholder {
	color: #aca0a4;
	opacity: 0.75;
}
::-webkit-input-placeholder {
	color: #aca0a4;
	opacity: 0.75;
}
/* IE */
:-ms-input-placeholder {
	color: #aca0a4;
	opacity: 0.75;
}
/* Edge */
::-ms-input-placeholder {
	color: #aca0a4;
	opacity: 0.75;
}




/********** floating **********/
.floating_btn {
	position: fixed;
	right: 0px;
	bottom: 20px;
	display: none;
	font-size: 18px;
	font-weight: 700;
	z-index: 3;
}

.floating_btn .hapitas {
	max-width: 380px;
	position: fixed;
	right: 10px;
	bottom: 84px;
	z-index: 2;
}
.floating_btn .ptgo {
	max-width: 380px;
	position: fixed;
	right: 10px;
	bottom: 84px;
	z-index: 2;
}

.floating_btn .small {
	font-size: 14px;
}

.floating_btn a {
	display: block;
	color: #fff;
	padding: 10px 50px 10px 100px;
	text-decoration: none;
	line-height: 1.2;
	background: #eb4962 url("../img/icon_easy.png") no-repeat 50%;
	background-size: auto 100%;
	background-position: left top;
	border-radius: 6px 0px 0px 6px;
	transition: all 0.3s;
}
.floating_btn a:hover {
	background-color: #ff2143;
}

.sp_only {
	display: none;
}


/****************************** tablet表示 *******************************/
@media screen and (max-width: 1024px) {
	.main_visual {
		background-position: 52%;
		height: 435px;
		padding-top: 100px;
	}
	.main_visual2 {
		background-position: 52%;
		height: 435px;
		padding-top: 100px;
	}
	
	.cta .inner {
		/* width: 94%; */
		padding: 0 2%;
		display: table;
	}
	.cta_btn {
		font-size: 16px;
		margin-top: 10px;
	}
	.cta_btn span {
		font-size: 24px;
	}
	.cta_btn a {
		padding: 10px 45px 10px 90px;
	}
	.cta .left img {
		width: 20%;
	}
	.cta .left p {
		font-size: 16px;
	}
	.cta .left p span {
		font-size: 24px;
	}
	.point li {
		padding: 30px;
	}
	footer table {
		font-size: 12px;
	}
	.floating_btn a {
		padding: 15px 45px 15px 90px;
	}
	
}



/****************************** SP表示 *******************************/
@media screen and (max-width: 750px) {
	header {
		padding: 5px  10px;
	}
	header .logo {
		width: 160px;
		margin-top: 16px;
		margin-right: 2%;
	}
	header .jpx {
		width: 35px;
		margin-top: 8px;
	}
	header .btn_contact {
		margin-top: 10px;
	}
	header .btn_contact a {
		display: block;
		padding: 18px;
	}
	header .btn_contact a span {
		display: none;
	}
	header .btn_contact li {
		text-align: center;
		background-position: 50% 50%;
		vertical-align: top;
	}
	header .btn_contact li:first-child {
		margin-bottom: 10px;
	}
	header .btn_contact .tel {
		background-position: 50% 50%;
		background-size: 20px;
	}
	header .btn_contact .mail {
		background-position: 50% 50%;
		background-size: 22px;
	}
	.main_visual {
		height: 295px;
		padding: 75px 2% 0;
		background-position: left 64% top 100%;
		background-size: 324%;
	}
	.main_visual .hapitas {
		width: 88%;
		margin: 0 auto 5px;
	}
	.main_visual .ptgo {
		width: 88%;
		margin: 0 auto 5px;
	}
	
	.main_visual h1 {
		width: 90%;
		margin: 0 auto;
	}
	.main_visual .lead {
		font-size: 14px;
		margin-top: 8px;
		line-height: 1.4;
	}
	
	.main_visual2 {
		height: 295px;
		padding: 75px 2% 0;
		background-position: left 64% top 100%;
		background-size: 324%;
	}
	.main_visual2 h1 {
		width: 90%;
		margin: 16px auto 10px auto;
	}
	.main_visual2 .lead {
		font-size: 14px;
		margin-top: 15px;
		line-height: 1.4;
	}
	
	.cta .inner {
		width: 96%;
		padding: 0 2% 10px;
		overflow: hidden;
		display: table;
	}
	.cta .hapitas {
		position: static;
		top: none;
		right: none;
		margin-bottom: 0;
	}
	.cta .ptgo {
		position: static;
		top: none;
		right: none;
		margin-bottom: 0;
	}
	
	.cta .left {
		width: 100%;
		margin: 0 auto;
		padding-left: 6%;
	}
	.cta .left img {
		width: 20%;
	}
	.cta .left p {
		width: 78%;
		font-size: 16px;
		margin-top: 0;
		margin-left: 2%;
		line-height: 1.2;
	}
	.cta .left p span {
		font-size: 22px;
	}
	.cta_btn {
		font-size: 16px;
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}
	.cta_btn a {
		padding: 5px 40px 5px 80px;
		line-height: 1.25;
	}
	.cta_btn span {
		font-size: 22px;
	}
	.cta_btn span.small,
	.cta_btn span.hilight {
		font-size: 12px;
	}
	.contact_h1{
		font-size: 26px;
		font-weight: 600;
	}
	
	.content {
		width: 94%;
		padding: 0 3%;
		font-size: 15px;
	}
	.content h2 {
		font-size: 32px;
	}
	.point_lead h2 {
		font-size: 20px;
	}
	.point_lead h2 span {
		font-size: 40px;
	}
	.point_lead h2 span.number {
		font-size: 80px;
	}




	.point_lead img {
		width: 96%;
		margin: 20px auto;
	}
	.point {
		width: 96%;
	}
	.point li {
		padding: 10px 4%;
	}
	.point h3 {
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 10px;
		height: auto;
	}
	.point h3 img {
		width: 12%;
		top: 8px;
		margin-right: 2%;
	}
	.btn {
		width: 25%;
		font-size: 12px;
	}
	.point p {
		font-size: 18px;
	}
	.point .note {
		font-size: 10px;
	}
	.comparison {
		width: 100%;
		margin: 40px 0;
	}
	.about23 {
		line-height: 1.2;
	}
	.about23 span {
		font-size: 10px;
	}
	.about23_img {
		margin: 10px 0 20px;
	}
	.about23_img li {
		width: 100%;
	}
	.about23_img li:first-child {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.tax h3 {
		font-size: 24px;
	}
	.tax .note {
		font-size: 10px;
		margin: 10px 0 20px;
	}
	.tax img {
		margin-bottom: 20px;
	}
	.tax .text_reduction {
		margin: 10px 0 40px;
	}
	.caution {
		border: 10px solid #eec2c9;
		padding: 10px 20px 20px;
		margin-bottom: 40px;
	}
	.caution .title {
		font-size: 30px;
		background-size: 15%;
		padding-left: 60px;
	}
	.content.our h2{
		font-size: 32px;
		margin-bottom: 60px;
		background-size: 80px;
		background-position: 0px 0.8em;
		padding-left: 90px;
	}
	.content h2 .small {
		font-size: 16px;
	}
	.our .reason h3,
	.our .reason p {
		width: 100%;
		float: none;
	}
	.our .reason img {
		width: 40%;
		margin:0 0.5em 0.5em;
	}
	.our .reason h3 {
		font-size: 24px;
	}
	.reason img,
	.reason p {
		width: 100%;
	}
	.reason p {
		margin-top: 10px;
	}
	.media ul li {
		padding: 2px 1.2%;
	}
	.media .nikkankyo {
		width: 100%;
	}
	.flow p {
		text-align: left;
	}
	.flow .flowlist {
		margin-bottom: 40px;
	}
	.flow .flowlist li {
		width: 50%;
		padding: 0;
	}
	.flow .flowlist .title {
		padding: 0;
		margin-bottom: 120px;
	}
	.flow .flowlist p {
		padding: 0 4%;
	}

	.flow .flowlist li.step03 {
		margin-top: 20px;
		background-position: 40% 35%;
	}
	.flow .flowlist li.step04 {
		margin-top: 20px;
	}
	.arrow::before,
	.arrow::after {
		top: 180px;
	}
	.flow .flowlist li .arrow::before {
		left: 90%;
		border: 20px solid transparent;
		border-left: 20px solid #ebf3fb;
	}
	.flow .flowlist li:nth-child(3n) .arrow::before {
		left: 96%;
	}
	.flow .flowlist li:nth-child(even) .arrow::before {
		display: none;
	}
	footer {
		padding: 40px 0 5px;
	}

	footer .inner {
		padding: 20px 4% 15px;
		font-size: 12px;
	}
	footer .left,
	footer .right {
		width: 100%;
	}
	.contact {
	padding: 1%;
	}
    .contact h2 {
    font-size: 20px;
    }
    .contactform .yuso a,
    .contactform .pdf a {
    font-size: 16px;
    padding: 5px 0 5px 20px;
    background-size: auto 95%;
    }
    .contactform .pdf a {
    	background-position: 10% 50%;
    }
    .contactform .yuso a {
    	background-position: 15% 50%;
    }
    form dl dt .notes {
    font-size: 12px;
    }
	form dl {
	width: 100%;
	margin-bottom: 0;
	}
	form dl dd .field {
	width: 93%;
	}
	form#mailformpro dl dd textarea {
	min-height: 150px;
	}
	#form_submit_button {
	width: 100%;
	}
	::placeholder {
	font-size: 16px;
	}
	.contact {
	padding: 20px 2% 0;
	}
	.stepBar {
	margin: 40px auto 20px;
	}
	form#mailformpro dl dd select {
		font-size: 16px;
	}
	.floating_btn {
	width: 96%;
	background-color: rgba(255,255,255,0.8);
	padding: 15px 2% ;
	bottom: 0;
	right: auto;
	}
	.floating_btn .hapitas {
		display: none;
	}
	.floating_btn .ptgo {
		display: none;
	}
	.floating_btn a {
	padding: 5px 40px 5px 80px;
	background-size: auto 100%;
	border-radius: 6px;
	}
	.floating_btn .small {
	font-size: 12px;
	}
	.floating_btn .cta_btn {
	float: none;
	width: 100%;
	margin-top: 0;
	}
	.stepBar {
  margin: 40px auto 1px;
}
	.stepBar li {
  font-size: 19px;
  font-weight: 600;
}






	.pc_only {
	display: none;
	}
	.sp_only {
	display: block;
	}

}

