@charset "UTF-8";
@media only screen and (min-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;
	}
	.it_sup_main_w {
		width: 100%;
		background-color: #fdf9f4;
		position: relative;
		margin: 90px 0px 0px 0px;
		padding: 126px 0px 127px 0px;
	}
	.it_sup_main_w:before {
		content: '';
		position: absolute;
		top: 0px;
		bottom: 0px;
		margin: auto;
		left: calc(50% - 600px);
		width: 1199px;
		height: 339px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/main_bg.png);
	}
	.it_sup_main_in {
		width: 1100px;
		margin: 0 auto;
		position: relative;
		padding: 0px 0px 0px 320px;
		box-sizing: border-box;
	}
	.it_sup_main_in:before {
		content: '';
		position: absolute;
		top: 0px;
		left: -150px;
		width: 431px;
		height: 348px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/main_il.png);
	}
	.it_sup_main_subtit{
		font-size: 38px;
		line-height: 47px;
		letter-spacing: 0.16em;
		color: #2d404f;
		font-weight: 900;
		font-feature-settings: "palt";
	}
	.it_sup_main_in h2 {
		font-size: 75px;
		line-height: 120px;
		letter-spacing: 0.05em;
		color: #e60012;
		font-weight: 900;
		font-feature-settings: "palt";
	}
	.it_sup_main_in h2 span{
		background-image: radial-gradient(circle at center, #2d404f 5px, transparent 6px);
		background-position: top right;
		background-repeat: repeat-x;
		background-size: 1.058em 0.6em;
		padding-top: 18px;
	}
	.it_sup_main_text {
		font-size: 23px;
		line-height: 32px;
		letter-spacing: 0.14em;
		color: #2d404f;
		font-weight: bold;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		margin: 10px 0px 0px 0px;
	}
	.it_sup_main_supple{
		background-color: #2d404f;
		width: 340px;
		color: #ffffff;
		font-size: 24px;
		letter-spacing: 0.05em;
		font-weight: 900;
		font-feature-settings: "palt";
		text-align: center;
		border-radius: 35px;
		position: absolute;
		right: 80px;
		top: 190px;
		padding: 18px 20px 23px 0px;
		box-sizing: border-box;
	}
	.it_sup_main_supple img{
		top: 0px;
		bottom: 0px;
		margin: auto;
		position: absolute;
		right: 35px;
	}
	.it_sup_main_supple_un {
		border-bottom: 2px solid #ffffff;
		padding: 0px 5px;
	}
	.it_sup_main_supple_b{
		font-size: 36px;
	}
	.it_sup_menu{
		width: 1200px;
		margin: 50px auto 0px auto;
	}
	.it_sup_menu ul{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.it_sup_menu ul li a{
		display: block;
		background-color: #e60012;
		width: 290px;
		border-radius: 8px;
		color: #e60012;
		text-decoration: none;
		box-sizing: border-box;
		padding: 5px 5px 25px 5px;
		position: relative;
		transition: all 0.2s;
	}
	.it_sup_menu ul li a:hover{
		opacity: 0.7;
	}
	.it_sup_menu ul li a:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 10px solid #ffffff;
		right: 0px;
		left: 0px;
		margin: auto;
		bottom: 7.5px;
	}
	.it_sup_menu ul li a p{
		background-color: #ffffff;
		border-radius: 5px;
		width: 280px;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.05em;
		font-weight: 600;
		box-sizing: border-box;
		padding: 23px 0px;
	}
	.it_sup_pur_w{
		width: 1100px;
		margin: 80px auto 0px auto;
		text-align: center;
	}
	.it_sup_pur_w h2{
		font-size: 40px;
		line-height: 68px;
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 10px 0px 0px 0px;
	}
	.it_sup_pur_w h2 span{
		color: #e60012;
		font-size: 60px;
		position: relative;
	}
	.it_sup_pur_w h2 span:before {
		content: '';
		position: absolute;
		bottom: 16px;
		left: -100px;
		width: 31px;
		height: 40px;
		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: 11px;
		right: -90px;
		width: 31px;
		height: 40px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_pur_con{
		margin: 20px 0px 0px 0px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 0px 60px;
	}
	.it_sup_pur_con img{
		margin: 0px 0px 0px 110px;
	}
	.it_sup_pur_con p{
		font-size: 20px;
		line-height: 40px;
		letter-spacing: 0.15em;
		color: #2d404f;
		font-weight: 600;
	}
	.it_sup_pur_con p span{
		background: linear-gradient(transparent 55%, #fff600 0%);
		padding: 0px 5px;
	}
	.it_sup_pur_det{
		margin: 20px 0px 0px 0px;
		border: solid 2px #e60012;
		border-radius: 2px;
	}
	.it_sup_pur_det_in{
		padding: 42px 0px 32px 0px;
	}
	.it_sup_pur_det_t{
		background-color: #e60012;
	}
	.it_sup_pur_det_t h3{
		text-align: center;
		font-size: 30px;
		letter-spacing: 0.05em;
		color: #ffffff;
		font-weight: 900;
		line-height: 78px;
	}
	.it_sup_pur_det_text{
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.05em;
		color: #333333;
		text-align: center;
		font-weight: 600;
	}
	.it_sup_pur_det_text span{
		background: linear-gradient(transparent 55%, #fff600 0%);
		padding: 0px 3px;
	}
	.it_sup_pur_det_mid{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0px 40px;
		margin: 45px 0px 0px 0px;
	}
	.it_sup_pur_det_l{
		font-size: 30px;
		letter-spacing: 0.05em;
		margin: 0px 0px 0px 240px;
		font-weight: 900;
		position: relative;
	}
	.it_sup_pur_det_l:before{
		content: "";
		display: block;
		width: 194px;
		height: 3px;
		background-color: #333333;
		position: absolute;
		bottom: -20px;
		left: -9px;
	}
	.it_sup_pur_det_mo{
		font-size: 30px;
		letter-spacing: 0.05em;
		font-weight: 900;
	}
	.it_sup_pur_det_mo span{
		color: #e60012;
	}
	.it_sup_pur_det_att{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.05em;
		font-weight: 900;
		margin: 10px 0px 0px 0px;
	}
	.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: 430px;
		margin: 20px auto 0px auto;
		display: block;
		color: #ffffff;
		line-height: 60px;
		border-radius: 30px;
		font-size: 22px;
		letter-spacing: 0.05em;
		font-weight: 600;
		position: relative;
		transition: all 0.2s;
	}
	.it_sup_pur_det a:hover{
		background-color: #e60012;
	}
	.it_sup_pur_det a:after{
		content: '';
		position: absolute;
		bottom: 0px;
		top: 0px;
		margin: auto;
		right: 20px;
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/btn_icon.png);
		background-size: contain;
	}
	.it_sup_sur_w{
		margin: 110px 0px 0px 0px;
		text-align: center;
	}
	.it_sup_sur_w h2 {
		font-size: 40px;
		line-height: 68px;
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 10px 0px 0px 0px;
	}
	.it_sup_sur_w h2 span {
		color: #e60012;
		font-size: 60px;
		position: relative;
	}
	.it_sup_sur_w h2 span:before {
		content: '';
		position: absolute;
		bottom: 16px;
		left: -115px;
		width: 31px;
		height: 40px;
		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: 11px;
		right: -115px;
		width: 31px;
		height: 40px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_sur_in{
		background-color: #f4f9fe;
		margin: -35px 0px 0px 0px;
		padding: 90px 0px 80px 0px;
		box-sizing: border-box;
	}
	.it_sup_sur_con{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.it_sup_sur_l{
		border: 3px solid #2d404f;
		border-radius: 10px;
		background-color: #ffffff;
		padding: 42px 0px 82px 0px;
		width: 350px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}
	.it_sup_sur_l:after{
		content: "";
		display: block;
		width: 70px;
		height: 8px;
		background-color: #2d404f;
		position: absolute;
		bottom: 0px;
		top: 0px;
		margin: auto;
		right: -73px;
	}
	.it_sup_sur_l_fuki {
		text-align: center;
		background-color: #2d404f;
		border-radius: 3px;
		color: #ffffff;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.05em;
		font-weight: 600;
		width: 250px;
		box-sizing: border-box;
		padding: 11px 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{
		font-size: 40px;
		letter-spacing: 0.05em;
		color: #2d404f;
		text-align: center;
		font-weight: 900;
		margin: 15px 0px 0px 0px;
	}
	.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: 20px 0px 0px 0px;
	}
	.it_sup_sur_r{
		border: 3px solid #2d404f;
		border-radius: 10px;
		background-color: #ffffff;
		width: 780px;
		box-sizing: border-box;
		text-align: center;
	}
	.it_sup_sur_r_fun{
		background-color: #2d404f;
		border-radius: 5px 0px 0px 0px;
		text-align: center;
		font-size: 24px;
		line-height: 55px;
		letter-spacing: 0.1em;
		color: #ffffff;
		width: 240px;
		font-weight: 600;
	}
	.it_sup_sur_r ul{
		display: flex;
		margin: 10px 30px 39px 30px;
		justify-content: center;
		align-items: center;
		flex-flow: wrap;
		gap: 20px;
	}
	.it_sup_sur_r ul li{
		width: 160px;
		height: 176px;
		position: relative;
		z-index: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.it_sup_sur_r ul li p{
		font-size: 16px;
		line-height: 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: 160px;
		height: 176px;
		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: 110px auto 0px auto;
		width: 1100px;
		text-align: center;
	}
	.it_sup_sch_w h2 {
		font-size: 40px;
		line-height: 68px;
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 10px 0px 0px 0px;
	}
	.it_sup_sch_w h2 span {
		color: #e60012;
		font-size: 60px;
		position: relative;
	}
	.it_sup_sch_w h2 span:before {
		content: '';
		position: absolute;
		bottom: 16px;
		left: -100px;
		width: 31px;
		height: 40px;
		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: 11px;
		right: -90px;
		width: 31px;
		height: 40px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_sch_box_w{
		margin: 40px 0px 0px 0px;
		background-color: #f4f9fe;
		border-radius: 10px;
		box-sizing: border-box;
		padding:30px;
	}
	.it_sup_sch_box_in{
		background-color: #ffffff;
		border-radius: 10px;
		padding: 20px;
		display: flex;
		align-items: center;
		gap: 0px 20px;
	}
	.it_sup_sch_box_l{
		background-color: #2d404f;
		border-radius: 8px;
		width: 170px;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.02em;
		color: #ffffff;
		font-weight: 600;
		box-sizing: border-box;
		padding: 90px 0px;
	}
	.it_sup_sch_box_in table{
		border-collapse: collapse;
		table-layout: fixed;
		width: 810px;
		word-break: break-all;
		display: block;
	}
	.it_sup_sch_box_in tr{
		display: flex;
		height: 120px;
	}
	.it_sup_sch_box_in tr:nth-of-type(1) th{
		border-top: none;
		border-left: none;
	}
	.it_sup_sch_box_in tr:nth-of-type(1) td {
		border-top: none;
		border-right: none;
	}
	.it_sup_sch_box_in tr:nth-of-type(2) th {
		border-bottom: none;
		border-left: none;
	}
	.it_sup_sch_box_in tr:nth-of-type(2) td {
		border-bottom: none;
		border-right: none;
	}
	.it_sup_sch_box_in th{
		text-align: center;
		background-color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 150px;
	}
	.it_sup_sch_box_in td {
		width: 660px;
		padding: 0px 0px 0px 30px;
		box-sizing: border-box;
		letter-spacing: 0em!important;
		display: flex;
		align-items: center;
	}
	.it_sup_sch_box_in th, .it_sup_sch_box_in td{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.1em;
		font-weight: 600;
		border: solid 1px #e7e7e7;
		vertical-align: middle;
	}
	.it_sup_flow_w{
		margin: 120px 0px 0px 0px;
		width: 100%;
		background-color: #f8f8f8;
		padding: 90px 0px 150px 0px;
	}
	.it_sup_flow_in{
		width: 1100px;
		margin: 0 auto;
		text-align: center;
	}
	.it_sup_flow_in h2 {
		font-size: 40px;
		line-height: 68px;
		letter-spacing: 0.02em;
		color: #111111;
		font-weight: 900;
		text-align: center;
		margin: 10px 0px 0px 0px;
	}
	.it_sup_flow_in h2 span {
		color: #e60012;
		font-size: 60px;
		position: relative;
	}
	.it_sup_flow_in h2 span:before {
		content: '';
		position: absolute;
		bottom: 16px;
		left: -100px;
		width: 31px;
		height: 40px;
		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: 11px;
		right: -90px;
		width: 31px;
		height: 40px;
		background-repeat: no-repeat;
		background-image: url(/img/ithojokin/tit_fuki2.png);
		background-size: contain;
	}
	.it_sup_flow_text{
		text-align: center;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.05em;
		font-weight: 600;
		margin: 30px 0px 0px 0px;
	}
	.it_sup_flow_text a{
		color: #e60012;
		border-bottom: 2px solid #e60012;
	}
	.it_sup_flow_box{
		margin: 60px 0px 0px 0px;
	}
	.it_sup_flow_box li{
		border: 2px solid #e60012;
		border-radius: 10px;
		padding: 8px 30px 8px 8px;
		box-sizing: border-box;
		display: flex;
		gap: 0px 30px;
		background-color: #ffffff;
		margin: 20px 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{
		width: 200px;
		border-radius: 8px;
		background-color: #e60012;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.it_sup_flow_l p{
		vertical-align: middle;
		color: #ffffff;
		text-align: center;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
	}
	.it_sup_flow_l p span{
		font-size: 26px;
		margin: 0px 0px 10px 0px;
		display: inline-block;
	}
	.it_sup_flow_box_red{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.05em;
		color: #e60012;
		font-weight: 600;
		border-bottom: 2px solid #e60012;
		padding: 0px 0px 5px 0px;
	}
	.it_sup_flow_r {
		margin: 20px 0px;
		text-align: right;
		width: 828px;
	}
	.it_sup_flow_r_con li:first-child{
		margin: 0px;
	}
	.it_sup_flow_r_con_det{
		display: flex;
	}
	.it_sup_flow_r_con li .it_sup_flow_r_con_det {
		align-items: flex-end;
	}
	.it_sup_flow_r_con li .it_sup_flow_r_con_det a{
		margin: 0px 0px 0px auto;
		padding: 0px 49px 0px 43px;
		width: auto;
	}
	.it_sup_flow_box_text{
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.05em;
		padding: 15px 0px 20px 0px;
	}
	.it_sup_flow_r a {
		background-color: #2d404f;
		border-radius: 24px;
		margin: 15px 0px 0px auto;
		display: inline-block;
		line-height: 48px;
		text-align: center;
		color: #ffffff;
		font-size: 16px;
		letter-spacing: 0.05em;
		font-weight: 600;
		box-sizing: border-box;
		width: 300px;
		position: relative;
		transition: all 0.2s;
	}
	.it_sup_flow_r a:hover{
		background-color: #e60012;
	}
	.it_sup_flow_r a:after{
		    content: '';
		    position: absolute;
		    bottom: 0px;
		    top: 0px;
		    margin: auto;
		    right: 15px;
		    width: 14px;
		    height: 14px;
		    background-repeat: no-repeat;
		    background-image: url(/img/ithojokin/btn_icon.png);
		    background-size: contain;
	}
	.it_sup_flow_r_con_det ul li{
		margin: 0px 0px 0px 20px!important;
		position: relative;
	}
	.it_sup_flow_r_con_det ul li:before{
		border-radius: 50%;
		width: 4px;
		height: 4px;
		display: block;
		position: absolute;
		left: -13px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		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: 20px 0px 0px 0px;
	}
	.it_sup_flow_box_att{
		font-size: 13px;
		line-height: 24px;
		letter-spacing: 0.05em;
		font-weight: 600;
	}
	.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: 10px;
		padding: 25px 0px 25px 45px;
		box-sizing: border-box;
		margin: 20px 0px 0px 0px;
	}
	.it_sup_flow_box_gr li{
		margin: 0px;
		font-size: 18px;
		line-height: 30px;
		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: 0px;
		bottom: 0px;
		margin: auto;
		content: "";
		background: #e60012;
	}
	.it_sup_inq_w{
		margin: 50px auto;
		width: 1100px;
	}
	.it_sup_inq_w a{
		padding: 19px;
		display: block;
		border-radius: 10px;
		border: 3px solid #2d404f;
		background-color: #f4f9fe;
		box-sizing: border-box;
	}
	.it_sup_inq_tit{
		background-color: #2d404f;
		border-radius: 8px 8px 0px 0px;
		padding: 0px 20px;
	}
	.it_sup_inq_tit h2{
		font-size: 30px;
		line-height: 80px;
		letter-spacing: 0.1em;
		color: #ffffff;
		font-weight: 600;
		display: flex;
		align-items: center;
	}
	.it_sup_inq_tit h2:after{
		background-color: #ffffff;
		content: "";
		flex-grow: 1;
		height: 2px;
		margin-left: 10px;
	}
	.it_sup_inq_con{
		display: flex;
		gap: 0px 25px;
		margin: 15px 0px 0px 0px;
		align-items: center;
	}
	.it_sup_inq_con img{
		margin: 0px 0px 0px 20px;
	}
	.it_sup_inq_r_in{
		background-color: #ffffff;
		border-radius: 8px;
		width: 700px;
		box-sizing: border-box;
		padding: 35px 30px 45px 30px;
	}
	.it_sup_inq_r_tit{
		font-size: 24px;
		line-height: 34px;
		letter-spacing: 0.05em;
		color: #e60012;
		font-weight: 600;
	}
	.it_sup_inq_r_text{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.05em;
		color: #2d404f;
		font-weight: 600;
		margin: 15px 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: 48px;
		font-weight: 600;
		color: #ffffff;
		border-radius: 24px;
		width: 300px;
		margin: -24px 0px 0px auto;
		position: relative;
		transition: all 0.2s;
	}
	.it_sup_inq_w a:hover .it_sup_inq_btn {
		background-color: #2d404f;
	}
	.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: 15px;
		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: 0px auto;
		padding: 0 0 90px 0;
	}
	div.sup_inq_in h3 {
		margin: 0px;
		padding: 80px 0px 70px 0px;
		text-align: center;
	}
	.sup_inq_in p {
		font-size: 23px;
		line-height: 25px;
		letter-spacing: 0.05em;
		color: #ffffff;
		text-align: center;
		font-weight: bold;
		margin: 0px 0px 70px 0px;
		font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}

}