@charset "UTF-8";
@media only screen and (max-width: 768px) {
	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	article,
	aside,
	canvas,
	details,
	embed,
	figure,
	figcaption,
	hgroup,
	menu,
	nav,
	output,
	ruby,
	section,
	summary,
	time,
	mark,
	audio,
	video {
		margin: 0;
		padding: 0;
		border: none;
		font-style: normal;
		text-align: left;
		zoom: 1;
	}
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section {
		display: block;
	}
	table {
		border-collapse: collapse;
		font-family: inherit;
	}
	input,
	textarea,
	select {
		font-family: inherit;
		font-size: 16px;
	}
	input[type="button"],
	input[type="text"],
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	textarea {
		resize: none;
		-webkit-appearance: none;
		border-radius: 0;
	}
	th,
	td {
		border-collapse: collapse;
	}
	ul,
	ol {
		list-style-type: none;
	}
	img {
		vertical-align: text-bottom;
		vertical-align: -webkit-baseline-middle;
		max-width: 100%;
		height: auto;
		width
		/***/
		: auto;
	}
	.it_sup_w {
		overflow-x: hidden;
		padding: 51px 0px 40px 0px;
	}
	.it_sup_main_w {
		background-color: #fdf9f4;
		position: relative;
		width: 100%;
		height: 290px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.it_sup_main_w:before {
		content: '';
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		width: 334px;
		height: 220px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/img/ithojokin/main_bg_sp.png);
	}
	.it_sup_main_in {
		width: 90%;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		z-index: 0;
	}
	.it_sup_main_in h2 {
		font-size: clamp(32px, 7.5vw, 40px);
		line-height: clamp(46px, 7vh, 50px);
		letter-spacing: 0.05em;
		color: #e60012;
		font-weight: bold;
		font-feature-settings: "palt";
		margin: 1% 0px 0px 0px;
	}
	.it_sup_main_subtit {
		font-size: clamp(16px, 4vw, 18px);
		line-height: clamp(24px, 4vh, 28px);
		letter-spacing: 0.14em;
		color: #2d404f;
		font-weight: 900;
	}
	.it_sup_main_in h2 span {
		    background-image: radial-gradient(circle at center, #2d404f 3px, transparent 4px);
		    background-position: top right;
		    background-repeat: repeat-x;
		    background-size: 1.058em 0.6em;
		    padding-top: 6px;
	}
	.it_sup_main_text{
		font-size: clamp(16px, 3.5vw, 15px);
		line-height: clamp(22px, 3vh, 25px);
		letter-spacing: 0.14em;
		color: #2d404f;
		margin: 2% 0px 0px 0px;
	}
	.it_sup_main_supple {
		background-color: #2d404f;
		width: 160px;
		color: #ffffff;
		font-size: 12px;
		letter-spacing: 0.05em;
		font-weight: 900;
		font-feature-settings: "palt";
		text-align: center;
		border-radius: 60px;
		position: absolute;
		left: 50%;
		top: 46%;
		padding: 7px 9px 7px 0px;
		box-sizing: border-box;
	}
	.it_sup_main_supple img {
		top: 0px;
		bottom: 0px;
		margin: auto;
		position: absolute;
		right: 12px;
		width: 5px;
	}
	.it_sup_main_supple_un {
		border-bottom: 1px solid #ffffff;
		padding: 0px 3px;
	}
	.it_sup_main_supple_b {
		font-size: 17px;
	}
	.it_sup_menu {
		width: 96%;
		margin: 5% auto 0px auto;
	}
	.it_sup_menu ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 5px;
	}
	.it_sup_menu ul li{
		width: 49%;
	}
	.it_sup_menu ul li a {
		display: block;
		background-color: #e60012;
		width: 100%;
		border-radius: 8px;
		color: #e60012;
		text-decoration: none;
		box-sizing: border-box;
		padding: 3% 3% 8% 3%;
		position: relative;
	}
	.it_sup_menu ul li a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 5px solid #ffffff;
		right: 0px;
		left: 0px;
		margin: auto;
		bottom: 8px;
	}
	.it_sup_menu ul li a p {
		background-color: #ffffff;
		border-radius: 5px;
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.05em;
		font-weight: bold;
		box-sizing: border-box;
		padding: 14% 0px;
	}
	.it_sup_con_icon{
		width: 20px;
	}
	.it_sup_pur_w {
		width: 90%;
		margin: 12% auto 0px auto;
		text-align: center;
	}
	.it_sup_pur_w h2 {
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 2% 0px 0px 0px;
		font-size: clamp(14px, 4vw, 18px);
		line-height: clamp(24px, 4vh, 28px);
	}
	.it_sup_pur_w h2 span {
		color: #e60012;
		font-size: clamp(24px, 6.5vw, 34px);
		position: relative;
	}
	.it_sup_pur_w h2 span:before {
		content: '';
		position: absolute;
		bottom: 14%;
		left: -5%;
		width: 15px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki1.png);
		background-size: contain;
	}
	.it_sup_pur_w h2 span:after {
		content: '';
		position: absolute;
		bottom: 11%;
		right: -6%;
		width: 18px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_pur_con {
		margin: 5% 0px 0px 0px;
		text-align: center;
	}
	.it_sup_pur_con img {
		width: 50%;
	}
	.it_sup_pur_con p {
		font-size: clamp(14px, 3vw, 17px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.15em;
		color: #2d404f;
		font-weight: 600;
		margin: 3% 0px 0px 0px;
	}
	.it_sup_pur_con p span {
		background: linear-gradient(transparent 55%, #fff600 0%);
	}
	.it_sup_pur_det {
		margin: 5% 0px 0px 0px;
		border: solid 2px #e60012;
		border-radius: 2px;
	}
	.it_sup_pur_det_in {
		padding: 4% 3%;
	}
	.it_sup_pur_det_t {
		background-color: #e60012;
	}
	.it_sup_pur_det_t h3 {
		text-align: center;
		letter-spacing: 0.05em;
		color: #ffffff;
		font-weight: 600;
		font-size: clamp(18px, 4vw, 20px);
		line-height: clamp(22px, 3vh, 25px);
		padding: 3% 0px;
	}
	.it_sup_pur_det_text {
		font-size: clamp(12px, 3vw, 15px);
		line-height: clamp(22px, 3vh, 25px);
		letter-spacing: 0.05em;
		color: #333333;
		text-align: center;
	}
	.it_sup_pur_det_text span {
		background: linear-gradient(transparent 55%, #fff600 0%);
		padding: 0px 3px;
	}
	.it_sup_pur_det_mid {
		margin: 4% 0px 0px 0px;
	}
	.it_sup_pur_det_l {
		letter-spacing: 0.05em;
		font-weight: 900;
		position: relative;
		font-size: clamp(16px, 4vw, 20px);
		text-align: center;
	}
	.it_sup_pur_det_l:before {
		content: "";
		display: block;
		width: 47%;
		height: 3px;
		background-color: #333333;
		position: absolute;
		bottom: -24%;
		left: 0px;
		right: 0px;
		margin: auto;
	}
	.it_sup_pur_det_mo {
		font-size: clamp(16px, 4vw, 20px);
		letter-spacing: 0.05em;
		font-weight: 900;
		margin: 3% 0px 0px 0px;
		text-align: center;
	}
	.it_sup_pur_det_mo span {
		color: #e60012;
	}
	.it_sup_pur_det_att {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0.05em;
		font-weight: 900;
		margin: 2% 0px 0px 0px;
		text-align: center;
	}
	.it_sup_pur_det_att_r {
		color: #e60012;
	}
	.it_sup_pur_det_att_s {
		font-size: 14px;
	}
	.it_sup_pur_det a {
		text-align: center;
		background-color: #2d404f;
		width: 90%;
		margin: 5% auto 0px auto;
		display: block;
		color: #ffffff;
		line-height: 50px;
		border-radius: 30px;
		letter-spacing: 0.05em;
		font-weight: 600;
		position: relative;
		font-size: clamp(14px, 4vw, 18px);
	}
	.it_sup_pur_det a:after {
		content: '';
		position: absolute;
		bottom: 0px;
		top: 0px;
		margin: auto;
		right: 20px;
		width: 13px;
		height: 13px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/btn_icon.png);
		background-size: contain;
	}
	.it_sup_sur_w {
		margin: 15% 0px 0px 0px;
		text-align: center;
	}
	.it_sup_sur_w h2 {
		font-size: clamp(14px, 4vw, 18px);
		line-height: clamp(24px, 4vh, 28px);
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 2% 0px 0px 0px;
	}
	.it_sup_sur_w h2 span {
		color: #e60012;
		font-size: clamp(24px, 6.5vw, 34px);
		position: relative;
	}
	.it_sup_sur_w h2 span:before {
		content: '';
		position: absolute;
		bottom: 14%;
		left: -9%;
		width: 15px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki1.png);
		background-size: contain;
	}
	.it_sup_sur_w h2 span:after {
		content: '';
		position: absolute;
		bottom: 11%;
		right: -10%;
		width: 18px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_sur_in {
		background-color: #f4f9fe;
		margin: -4% 0px 0px 0px;
		padding: 15% 0px;
		box-sizing: border-box;
	}
	.it_sup_sur_con {
		width: 90%;
		margin: 0 auto;
	}
	.it_sup_sur_l {
		border: 3px solid #2d404f;
		border-radius: 5px;
		background-color: #ffffff;
		padding: 5%;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}
	.it_sup_sur_l:after {
		content: "";
		display: block;
		width: 8px;
		height: 32px;
		background-color: #2d404f;
		position: absolute;
		bottom: -35px;
		margin: auto;
		right: 0px;
		left: 0px;
	}
	.it_sup_sur_l_fuki {
		text-align: center;
		background-color: #2d404f;
		border-radius: 3px;
		color: #ffffff;
		font-size: clamp(16px, 3vw, 16px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.05em;
		font-weight: 600;
		width: 60%;
		box-sizing: border-box;
		padding: 4% 0px;
		margin: 0 auto;
		position: relative;
	}
	.it_sup_sur_l_fuki:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 15px solid #2d404f;
		right: 0px;
		left: 0px;
		margin: auto;
		bottom: -8px;
	}
	.it_sup_sur_l_rhs {
		letter-spacing: 0.05em;
		color: #2d404f;
		text-align: center;
		font-weight: 900;
		margin: 4% 0px 0px 0px;
		font-size: clamp(34px, 10vw, 38px);
	}
	.it_sup_sur_l_rhs span {
		background: linear-gradient(transparent 75%, #fff600 0%);
		line-height: 1.2;
		font-weight: 900;
		position: relative;
		padding: 0px 20px;
	}
	.it_sup_sur_l_rhs span:before {
		position: absolute;
		content: '『';
		top: 1px;
		left: -22px;
	}
	.it_sup_sur_l_rhs span:after {
		position: absolute;
		content: '』';
		bottom: 1px;
		right: -22px;
	}
	.it_sup_sur_l img {
		margin: 7% 0px 0px 0px;
		width: 60%;
	}
	.it_sup_sur_r {
		border: 3px solid #2d404f;
		border-radius: 5px;
		background-color: #ffffff;
		box-sizing: border-box;
		text-align: center;
		margin: 32px 0px 0px 0px;
	}
	.it_sup_sur_r_fun {
		background-color: #2d404f;
		border-radius: 2px 0px 0px 0px;
		text-align: center;
		font-size: clamp(18px, 4vw, 18px);
		line-height: clamp(22px, 3vh, 25px);
		letter-spacing: 0.1em;
		color: #ffffff;
		width: 45%;
		font-weight: 600;
		padding: 4% 0px;
	}
	.it_sup_sur_r ul {
		display: flex;
		padding: 4% 0px 9% 0px;
		justify-content: center;
		align-items: center;
		flex-flow: row wrap-reverse;
		gap: 15px 20px;
		flex-direction: row-reverse;
	}
	.it_sup_sur_r ul li {
		width: 125px;
		height: 140px;
		position: relative;
		z-index: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.it_sup_sur_r ul li p {
		font-size: clamp(14px, 3vw, 18px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.05em;
		color: #2d404f;
		text-align: center;
		font-weight: 600;
	}
	.it_sup_sur_r ul li:before {
		content: '';
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		width: 125px;
		height: 140px;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -1;
	}
	.it_sup_sur_r ul li:nth-child(1):before {
		background-image: url(/img/ithojokin/sur_il8.png);
	}
	.it_sup_sur_r ul li:nth-child(2):before {
		background-image: url(/img/ithojokin/sur_il7.png);
	}
	.it_sup_sur_r ul li:nth-child(3):before {
		background-image: url(/img/ithojokin/sur_il6.png);
	}
	.it_sup_sur_r ul li:nth-child(4):before {
		background-image: url(/img/ithojokin/sur_il5.png);
	}
	.it_sup_sur_r ul li:nth-child(5):before {
		background-image: url(/img/ithojokin/sur_il4.png);
	}
	.it_sup_sur_r ul li:nth-child(6):before {
		background-image: url(/img/ithojokin/sur_il3.png);
	}
	.it_sup_sur_r ul li:nth-child(7):before {
		background-image: url(/img/ithojokin/sur_il2.png);
	}
	.it_sup_sch_w {
		margin: 15% auto 0px auto;
		width: 90%;
		text-align: center;
	}
	.it_sup_sch_w h2 {
		font-size: clamp(14px, 4vw, 18px);
		line-height: clamp(24px, 4vh, 28px);
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 2% 0px 0px 0px;
	}
	.it_sup_sch_w h2 span {
		color: #e60012;
		font-size: clamp(24px, 6.5vw, 34px);
		position: relative;
	}
	.it_sup_sch_w h2 span:before {
		content: '';
		position: absolute;
		bottom: 14%;
		left: -9%;
		width: 15px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki1.png);
		background-size: contain;
	}
	.it_sup_sch_w h2 span:after {
		content: '';
		position: absolute;
		bottom: 11%;
		right: -10%;
		width: 18px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_sch_box_w {
		margin: 6% 0px 0px 0px;
		background-color: #f4f9fe;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 3%;
	}
	.it_sup_sch_box_in {
		background-color: #ffffff;
		border-radius: 5px;
		padding: 4%;
	}
	.it_sup_sch_box_l {
		background-color: #2d404f;
		border-radius: 8px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #ffffff;
		font-weight: 600;
		box-sizing: border-box;
		padding: 3% 0px;
		font-size: clamp(18px, 4vw, 18px);
		line-height: clamp(22px, 3vh, 25px);
	}
	.it_sup_sch_box_in table{
		margin: 0 auto;
	}
	.it_sup_sch_box_in tbody {
		margin: 5% 0px 0px 0px;
		display: flex;
		gap: 0px 10px;
	}
	.it_sup_sch_box_in tr{
		display: block;
	}
	.it_sup_sch_box_in th {
		text-align: center;
		background-color: #ffffff;
	}
	.it_sup_sch_box_in td {
		box-sizing: border-box;
		letter-spacing: 0em !important;
		text-align: center;
	}
	.it_sup_sch_box_in th, .it_sup_sch_box_in td {
		font-size: clamp(13px, 3vw, 16px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.1em;
		font-weight: 600;
		display: block;
	}
	.it_sup_flow_w {
		margin: 15% 0px 0px 0px;
		width: 100%;
		background-color: #f8f8f8;
		padding: 10% 0px;
	}
	.it_sup_flow_in {
		width: 96%;
		margin: 0 auto;
		text-align: center;
	}
	.it_sup_flow_in h2 {
		font-size: clamp(14px, 4vw, 18px);
		line-height: clamp(24px, 4vh, 28px);
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 2% 0px 0px 0px;
	}
	.it_sup_flow_in h2 span {
		color: #e60012;
		font-size: clamp(24px, 6.5vw, 34px);
		position: relative;
	}
	.it_sup_flow_in h2 span:before {
		content: '';
		position: absolute;
		bottom: 14%;
		left: -13%;
		width: 15px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki1.png);
		background-size: contain;
	}
	.it_sup_flow_in h2 span:after {
		content: '';
		position: absolute;
		bottom: 11%;
		right: -14%;
		width: 18px;
		height: 19px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_flow_text {
		text-align: center;
		font-size: clamp(13px, 3vw, 17px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.05em;
		font-weight: 900;
		margin: 4% 0px 0px 0px;
	}
	.it_sup_flow_text a {
		color: #e60012;
		border-bottom: 2px solid #e60012;
	}
	.it_sup_flow_box {
		margin: 5% 0px 0px 0px;
	}
	.it_sup_flow_box li {
		border: 2px solid #e60012;
		border-radius: 8px;
		padding: 3%;
		box-sizing: border-box;
		background-color: #ffffff;
		margin: 5% 0px 0px 0px;
	}
	.it_sup_flow_box li:first-child {
		margin: 0px;
	}
	.it_sup_flow_box>li:nth-child(2) .it_sup_flow_box_text, .it_sup_flow_box>li:nth-child(3) .it_sup_flow_box_text, .it_sup_flow_box>li:nth-child(4) .it_sup_flow_box_text {
		padding: 0px;
	}
	.it_sup_flow_r_con li, .it_sup_flow_box_gr li {
		border: none;
		display: block;
		padding: 0px;
		margin: 0px;
	}
	.it_sup_flow_l {
		border-radius: 4px;
		background-color: #e60012;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4% 0px;
	}
	.it_sup_flow_l p {
		vertical-align: middle;
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		font-size: clamp(14px, 3vw, 18px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.02em;
	}
	.it_sup_flow_l p span {
		font-size: clamp(16px, 5vw, 20px);
		display: inline-block;
	}
	.it_sup_flow_box_red {
		font-size: clamp(14px, 4vw, 18px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.05em;
		color: #e60012;
		font-weight: 600;
		border-bottom: 2px solid #e60012;
		padding: 0px 0px 1% 0px;
	}
	.it_sup_flow_r {
		margin: 5% 0px;
		text-align: center;
	}
	.it_sup_flow_r_con li:first-child {
		margin: 0px;
	}
	.it_sup_flow_r_con li .it_sup_flow_r_con_det a {
		    margin: 0px 0px 0px auto;
		    padding: 0px 13% 0px 10%;
		    width: auto;
	}
	.it_sup_flow_box_text {
		font-size: clamp(14px, 3vw, 16px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.05em;
		padding: 3% 0px;
	}
	.it_sup_flow_r a {
		background-color: #2d404f;
		border-radius: 40px;
		margin: 5% auto 0px auto;
		display: inline-block;
		line-height: 45px;
		text-align: center;
		color: #ffffff;
		font-size: clamp(14px, 3vw, 16px);
		letter-spacing: 0.05em;
		font-weight: 600;
		box-sizing: border-box;
		width: 75%;
		position: relative;
	}
	.it_sup_flow_r a:after {
		content: '';
		position: absolute;
		bottom: 0px;
		top: 0px;
		margin: auto;
		right: 8%;
		width: 11px;
		height: 11px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/btn_icon.png);
		background-size: contain;
	}
	.it_sup_flow_r_con>li{
		margin: 7% 0px 0px 0px;
	}
	.it_sup_flow_r_con_det{
		text-align: right;
	}
	.it_sup_flow_r_con_det ul li {
		margin: 0px 0px 0px 6% !important;
		position: relative;
	}
	.it_sup_flow_r_con_det ul li:before {
		border-radius: 50%;
		width: 4px;
		height: 4px;
		display: block;
		position: absolute;
		left: -4%;
		top: 0.6rem;
		content: "";
		background: #333333;
	}
	.it_sup_flow_r_con_det ul li:last-child:before {
		top: 11px;
		margin: 0px;
	}
	.it_sup_flow_r_con li:last-child .it_sup_flow_r_con_det {
		display: block;
		margin: 3% 0px 0px 0px;
	}
	.it_sup_flow_box_att {
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 0.05em;
		margin: 2% 0px 0px 0px;
	}
	.it_sup_flow_box_text span {
		background: linear-gradient(transparent 55%, #fff600 0%);
		padding: 0px 3px;
	}
	.it_sup_flow_box_gr {
		    background-color: #f8f8f8;
		    border-radius: 5px;
		    padding: 5% 5% 5% 9%;
		    box-sizing: border-box;
		    margin: 5% 0px 0px 0px;
	}
	.it_sup_flow_box_gr li {
		margin: 0px;
		font-size: clamp(15px, 3vw, 18px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.05em;
		position: relative;
		background-color: #f8f8f8;
	}
	.it_sup_flow_box_gr li:before {
		border-radius: 50%;
		width: 4px;
		height: 4px;
		display: block;
		position: absolute;
		left: -13px;
		top: 0.5rem;
		content: "";
		background: #e60012;
	}
	.it_sup_inq_w {
		margin: 10% auto;
		width: 90%;
	}
	.it_sup_inq_w a {
		padding: 2% 2% 4% 2%;
		display: block;
		border-radius: 8px;
		border: 3px solid #2d404f;
		background-color: #f4f9fe;
		box-sizing: border-box;
	}
	.it_sup_inq_tit {
		background-color: #2d404f;
		border-radius: 5px 5px 0px 0px;
		padding: 0px 5%;
	}
	.it_sup_inq_tit h2 {
		font-size: clamp(21px, 5vw, 24px);
		line-height: clamp(34px, 4vh, 38px);
		letter-spacing: 0.1em;
		color: #ffffff;
		font-weight: 600;
		text-align: center;
		padding: 4% 0px;
	}
	.it_sup_inq_tit h2:after {
		background-color: #ffffff;
		content: "";
		flex-grow: 1;
		height: 2px;
		margin-left: 10px;
	}
	.it_sup_inq_con {
		margin: 3% 0px 0px 0px;
		text-align: center;
	}
	.it_sup_inq_con img{
		width: 65%;
	}
	.it_sup_inq_r_in {
		background-color: #ffffff;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 4% 0px 0px 0px;
		padding: 5% 5% 10% 5%;
	}
	.it_sup_inq_r_tit {
		font-size: clamp(20px, 4vw, 20px);
		line-height: clamp(24px, 4vh, 28px);
		letter-spacing: 0.05em;
		color: #e60012;
		font-weight: 600;
	}
	.it_sup_inq_r_text {
		font-size: clamp(14px, 3vw, 16px);
		line-height: clamp(20px, 3vh, 24px);
		letter-spacing: 0.05em;
		color: #2d404f;
		font-weight: 600;
		margin: 2% 0px 0px 0px;
	}
	.it_sup_inq_r_text span {
		background: linear-gradient(transparent 55%, #fff600 0%);
	}
	.it_sup_inq_r_w .it_sup_inq_btn {
		display: block;
		background-color: #e60012;
		text-align: center;
		font-size: 16px;
		line-height: 46px;
		font-size: clamp(14px, 3vw, 18px);
		font-weight: 900;
		color: #ffffff;
		border-radius: 40px;
		width: 70%;
		margin: -8% auto 0px auto;
		position: relative;
	}
	.it_sup_inq_r_w .it_sup_inq_btn:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 6px solid #ffffff;
		right: 8%;
		bottom: 0px;
		top: 0px;
		margin: auto;
		transform: rotate(-90deg);
	}
	.res_link_in img {
		margin: 50px 0px 0px 0px;
	}
	.sup_inq_w {
		width: 100%;
		background-color: #e60012;
		margin: 0 auto;
		padding: 0 0 10% 0;
	}
	.sup_inq_in {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	div.sup_inq_in h3 {
		margin: 0 auto;
		padding: 15% 0% 0% 0%;
		width: 340px;
	}
	.sup_inq_in p {
		font-size: 3vw;
		line-height: clamp(22px, 6vh, 26px);
		letter-spacing: 0.05em;
		color: #ffffff;
		text-align: center;
		font-weight: bold;
		padding: 8% 0% 0% 0%;
		font-family: -apple-system, BlinkMacSystemFont, 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	}
	.sup_inq_in p span {
		font-size: 4vw;
		line-height: clamp(22px, 6vh, 26px);
	}
	.sup_inq_in .sup_form {
		margin: 7% 0% 15% 0%;
	}
}