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

a:hover{
	opacity: 0.7;
}
/*----------------------------------------
	l-header
----------------------------------------*/
.p-diagnose_header {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-diagnose_header__logo {
	background-color: #FFF;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 9px;
	width: 52px;
	border-bottom-right-radius: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_header__logo {
		width: 94px;
		border-bottom-right-radius: 10px;
	}
}

.p-diagnose_header__num {
  width: 340px;
}

@media only screen and (max-width: 1024px) {
  .p-diagnose_header__num {
    width: 260px;
  }
}

/*----------------------------------------
	innerの余白設定
----------------------------------------*/

.p-diagnose_inner_blue {
	background-color: #E3F3FC;
}

.p-diagnose_inner_trouble {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_inner_trouble {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.p-diagnose_inner_step {
	padding-top: 60px;
	padding-bottom: 80px;
}

/*----------------------------------------
	mv〜お悩み
----------------------------------------*/
.p-diagnose_mv_logo {
	width:40px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_mv_logo {
		width:88%;
	}
}
.p-diagnose_mv_wrap {
	background-image: url(../images/img_mv_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: fit-content;
	background-position: center center;
}


.p-diagnose_mv_title {
	text-align: center;
	padding-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_mv_title {
		padding-bottom: 100px;
	}
}


.p-diagnose_mv_title img {
	margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_mv_title img {
		margin-top: 100px;
	}
}

.p-diagnose_mv_titlebtn {
	background-color: #DD3D5F;
	display: block;
	margin: 16px auto auto;
	position: relative;
	text-align: center;
	padding: 10px;
	width: 300px;
	font-size: 2.3rem;
	font-weight: bold;
	color: #FFF;
	border-radius: 100px;
	border: solid;
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_mv_titlebtn {
		background-color: #DD3D5F;
		margin: auto;
		padding: 16px;
		width: 400px;
	}
}

.p-diagnose_sectitle_blue {
	color: #235BA5;
	font-size: 2.5rem;
	margin: auto;
	text-align: center;
    line-height: 1.5;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.p-diagnose_sectitle_blue {
		font-size: 4rem;
		font-weight: bold;
	}
}

.p-diagnose_issue_maintext {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_issue_maintext {
		font-size: 3.5rem;
	}
}

.p-diagnose_issue_arrow {
	margin: 30px auto;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.p-diagnose_issue_arrow {
		margin: 40px auto;
	}
}

.p-diagnose_text_pink{
	color: #DD3D5F;
}

.p-diagnose_underline_deco {
    position: relative;
    display: inline-block;
    z-index: 1; 
}

.p-diagnose_underline_deco::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 12px; 
    background-color: #f8ff00;
    z-index: -1; 
}

.c-borderCard_heading {
	line-height: 1.5;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #235BA5;
}

@media only screen and (min-width: 768px) {
.c-borderCard_heading {
	font-size: 2.5rem;
	}
}

.c-borderCards {
	gap: 8px;
	height: fit-content;
	width: 90%;
	margin: 30px auto 0px auto;
}

@media only screen and (min-width: 768px) {
	.c-borderCards {
		margin-top: 50px;
		gap: 46px;
		height: fit-content;
		width: 100%;
	}
}
.c-borderCard {
	padding: 20px 20px;
}

@media only screen and (min-width: 768px) {
	.c-borderCard {
		padding: 20px 20px;
	}
}

.c-borderCard_image{
	width: 150px;
	margin: 10px auto 0px auto;
}


@media only screen and (min-width: 768px) {
	.c-borderCard_image{
		width: 200px;
		margin: 10px auto 0px;
	}
}


/*----------------------------------------
	ネットワーク無料診断の流れ
----------------------------------------*/
.p-diagnose_inner_step {
	display: flex;
}

.p-diagnose_step_list_desc {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: 10px auto;
	align-items: center;
	gap: 30px;
}


@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_desc {
		display: block;
		margin: 20px;
	}
}

.p-diagnose_step_list_wrap {
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_wrap {
		margin-top: 30px;
		display: flex;
	}
}

.p-diagnose_step_list:not(:last-child) {
	margin-bottom: 20px;
	position: relative;
}

/* 1個目の矢印 */
.p-diagnose_step_list_wrap > .p-diagnose_step_list:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    background-image: url(../images/icon_arrow_01.svg); /* 1個目の矢印のファイル */
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 1;
}

/* 2個目の矢印 */
.p-diagnose_step_list_wrap > .p-diagnose_step_list:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    background-image: url(../images/icon_arrow_02.svg); /* 2個目の矢印のファイル */
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 1;
}


@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list {
		flex: 1 1 100%;
	}

	.p-diagnose_step_list:not(:last-child) {
		margin-bottom: 0;
		margin-right: 22px;
	}

	/* 1個目の矢印 */
	.p-diagnose_step_list_wrap > .p-diagnose_step_list:nth-child(1)::before {
        width: 200px;
        height: 42px;
        left: auto;
        right: -117px;
		transform: translateX(0) translateY(50%) rotate(-90deg);
		bottom: 56%;
	}

	/* 2個目の矢印 */
	.p-diagnose_step_list_wrap > .p-diagnose_step_list:nth-child(2)::before {
        width: 200px;
        height: 42px;
        left: auto;
        right: -117px;
		transform: translateX(0) translateY(50%) rotate(-90deg);
		bottom: 56%;	
	}
}



.p-diagnose_step_list_conts {
	height: 100%;
	background-color: #F6F6F6;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_conts {
		text-align: center;
	}
}

.p-diagnose_step_list_conts img {
	height: 100%;
	background-color: #F6F6F6;
    width: 100%;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_conts img {
		height: 100%;
		background-color: #F6F6F6;
	    width: fit-content;
	}
}


.p-diagnose_step_list_header {
	padding: 4px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_header {
		font-size: 3rem;
		padding: 5px;
	}
}

/*色のみ*/
.p-diagnose_step_color01 {
	background-color: rgba(0, 91, 171, 0.6);
}

.p-diagnose_step_color02 {
	background-color: rgba(0, 91, 171, 0.8);
}

.p-diagnose_step_color03 {
	background-color: rgba(0, 91, 171, 1);
}

.p-diagnose_step_list_inner {
	display: block;
	min-height: 120px;
	margin-left: 0px;
	padding: 21px 28px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_inner {
		display: block;
		padding: 0 10px 20px;
		margin-left: 0;
	}
}

.p-diagnose_step_list_title {
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 5px;
	color: #235BA5
}

.p-diagnose_step_list_title .small {
	font-size: 1.4rem;
	line-height: 1;
	font-weight: normal;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_title {
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_icon {
		width: 160px;
		margin: 15px auto 15px;
		position: static;
		left: auto;
		top: auto;
		transform: none;
	}
}

.p-diagnose_step_list_text {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	margin-top: 25px;	
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_step_list_text {
		margin: 27px 30px 5px;
	}
}


.p-diagnose_step_btn {
	background-color: #DD3D5F;
	display: block;
	margin: 10px 10px 0px 0px;
	position: relative;
	text-align: center;
	padding: 6px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFF;
	border-radius: 100px;
	border: solid;
}


@media print, screen and (min-width: 768px) {
	.p-diagnose_step_btn {
		background-color: #DD3D5F;
		display: block;
		margin: auto;
		position: relative;
		text-align: center;
		padding: 6px;
		width: 73%;
		font-size: 1.5rem;
		font-weight: bold;
		color: #FFF;
		border-radius: 100px;
		border: solid;
	}
}

.p-diagnose_service_title {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_title {
		display: flex;
		justify-content: center;
		
	}
}

.p-diagnose_service_title img {
	height: 100%;
	margin: 0px 10px 10px 10px;
}

/*----------------------------------------
	診断でネットワークの問題を一発解決！
----------------------------------------*/
.c-sectionLead01 {
	margin-top: 10px;
	line-height: 1.7;
	font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
	.c-sectionLead01 {
		line-height: 1.5;
		font-size: 2rem;
	}
}

.c-serviceGroup {
	border: none;
}

.c-serviceGroup_heading {
	height: fit-content;
	background-color: #235BA5;
	font-weight: bold;
	color: #fff;
	padding: 15px 0px;
	line-height: 1.5;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.c-serviceGroup_heading {
		font-size: 2.1rem;
		padding: 15px;
	}
}


/*共通-テキスト*/
.p-diagnose_service_text {
	font-size: 1.6rem;
	line-height: 1.9;
	text-align: left;
}

/*-共通-bodyとInner共通-**/
.p-diagnose_service_body {
	margin: auto 40px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_body {
		margin: auto 85px;
	}
}

.p-diagnose_service_inner_img {
	text-align: center;
}

.p-diagnose_service_title_text .c-sectionHeading {
	font-size: 3rem;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_title_text .c-sectionHeading {
		font-size: 4rem;
	}
}

.p-diagnose_service-Heading {
	display: block;
	margin-bottom: 18px;
	margin: auto auto 18px;
	padding: 10px 26px;
	background-color: #ffffff;
    line-height: 1.5;
    text-align: center;
    border-radius: 40px;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 1.3rem;
    color: #365da1;
    width: 90%;
    margin-bottom: -16px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service-Heading {
		position: relative;
		margin: 5px auto 18px auto;
		padding: 11px 29px;
		line-height: 1.3;
		font-size: 2rem;
		width: 600px;
	}
}


.p-diagnose_service_title img {
	width: 80px;
	transform: rotate(22deg);
	margin-top: -79px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_title img {
		width: 120px;
		transform: rotate(0deg);
		margin-top: 0px;
	}
}

/*---Point01---**/
.p-diagnose_service_inner_point01 {
	display: block;
	gap: 30px;
	align-items: center;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_inner_point01  {
		display: flex;
		gap: 60px;
	}
}

.p-diagnose_service_inner_point01 img {
	margin-bottom: 30px;
	margin-top: 0px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_inner_point01 img {
		max-width: none;
		height: 200px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
}

.p-diagnose_service_inner_point01 .p-diagnose_service_text {
	width: auto;
	margin: 30px 0px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_inner_point01 .p-diagnose_service_text {
		margin: auto 0px;
	}
}

.p-diagnose_service_img {
	text-align: center;
}

/*---point02---*/
.p-diagnose_service_inner_point02 {
	display: block;
	margin: 20px 0px ;
}

.p-diagnose_service_inner_point02 .p-diagnose_service_text {
	margin: 30px 0px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_inner_point02 .p-diagnose_service_text {
		margin: 47px 0px 30px 0px;
	}
}

.p-diagnose_service_example_title {
	font-size: 1.6rem;
	font-weight: bold;
}

.p-diagnose_service_example_img {
	text-align: center;
	max-width: 729px;
	margin: 5px auto 15px auto;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_example_img {
		margin: 5px auto 30px auto;
	}
}

.p-diagnose_service_target {
	margin-top: 40px;
	font-size: 1.2rem;
	margin-bottom: 65px;
	line-height: 1.3;
}

/*---point03---*/
.p-diagnose_service_inner_point03 {
	margin-top: 5px;
	display: block;
	align-items: center;
	justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_inner_point03 {
		display: flex;
	}
}

.p-diagnose_service_inner_point03 img {
	width: 327px;
}


.p-diagnose_service_inner_point03 .p-diagnose_service_text {
	margin: 30px 0px;
	width: auto;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_inner_point03 .p-diagnose_service_text {
		margin: 56px 0 56px 0px;
		width: 505px;
	}
}

/*---point03ご提案例---*/
.p-diagnose_service_suggest_wrap {
	display: block;
	gap: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_suggest_wrap {
		display: flex;
		gap: 20px;
		justify-content: center;
		margin: 10px 47px 40px 47px
	}
}

.p-diagnose_service_suggest_body {
	border: 4px solid #235BA5;
    border-radius: 8px;
	font-size: 1.5rem;
	width: auto; 
	margin: 10px 20px 20px;
	letter-spacing: 0em;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_suggest_body {
		width: 33.33%; 
		margin: 0px;
		letter-spacing: 0em;
		height: fit-content;
	}
}

.p-diagnose_service_suggest_title {
	color: #235BA5;
	margin: 10px auto;
	font-weight: bold;
	text-align: center;
	font-size: 1.9rem;
}

.p-diagnose_service_suggest_text {
	font-size: 1.5rem;
	margin-bottom: 13px;
}

.p-diagnose_blue_bold {
	font-weight: bold;
	color: #235BA5;
}

.p-diagnose_service_suggest {
	background-color: #E3F3FC;
	padding: 10px;
	margin: 10px -3px 10px -3px;
	font-weight: bold;
	color: #235BA5;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_suggest {
		padding: 15px 12px;
		margin: 15px 0px 20px;
		min-height: 140px;
	}
}

.p-diagnose_service_suggest_inner {
	margin: 20px 22px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_service_suggest_inner {
		margin: 20px 22px;
	}
}


.p-diagnose_service_suggest li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.p-diagnose_service_suggest li::before {
	content: "";
	background-image: url('../images/icon_check.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 14px;
	transform: translateY(-50%);
}

/*----------------------------------------
当社のネットワークサービスについて
----------------------------------------*/
#corporate .c-sectionHeading {
	font-size: 2.5rem;
}

@media print, screen and (min-width: 768px) {
	#corporate .c-sectionHeading {
		font-size: 4rem;
	}
}
.p-diagnose_corporate_wrap {
	text-align: center;
}

.p-diagnose_corporate_inner img {
	margin: 0px 0px 50px 0px;
	text-align: center;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_corporate_inner img {
		margin: 0px 0px 35px 0px;
		max-width: 874px;
	}
}

.p-diagnose_contents_text {
	text-align: center;
	margin: 15px auto 0px auto;
	font-size: 1.6rem;
}

.p-diagnose_corporate_title {
	margin: 30px auto 10px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_corporate_title {
		font-size: 2.5rem;
		margin: 30px auto 0px;
		line-height: 1.9;
	}
}

.p-diagnose_color_blue {
	color: #235BA5;
}

.p-diagnose_linkbtn{
	background-color: #DD3D5F;
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 10px;
	width: 300px;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	border-radius: 100px;
	border: solid;
	margin: 10px auto 0px auto;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_linkbtn{
		padding: 18px;
		width: 394px;
		margin: 45px auto 0px auto;
		font-size: 2.3rem;
	}
}

.p-diagnose_corporate_inner .p-diagnose_contents_text {
	text-align: center;
	margin: 33px auto 33px auto;
	font-size: 1.6rem;
}

/*顧客ロゴ*/
.p-diagnose_card_block {
	background-color: rgba(0,0,0,0.03);
	text-align: center;
	max-width: 990px;
	margin: auto;
	margin-top: 52px;
}
.p-diagnose_card_block_title {
	display: flex;
	align-items: center;
	padding: 0 0 40px 0;
	font-size: 3.2rem;
	font-weight: bold;
}
.p-diagnose_card_block_title::before,
.p-diagnose_card_block_title::after {
	content: '';
    height: 3px;
    background-color: rgba(0,0,0,0.1);
    flex-grow: 1;
}
.p-diagnose_card_block_title::before {
	margin-right: 1rem;
}
.p-diagnose_card_block_title::after {
	margin-left: 1rem;
}
.p-diagnose_card_block .p-diagnose_inner {
	max-width: 1120px;
    margin: 0 auto;
	padding: 30px 30px 10px 30px;
}
.p-diagnose_card_block .p-diagnose_card_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
}
.p-diagnose_card_block .p-diagnose_card_item {
	width: 18%;
	margin-bottom: 20px;
	padding: 13px;
	background: #fff;
}
.p-diagnose_card_block .p-diagnose_card_item img {
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}
.p-diagnose_card_text {
	font-size: 1.3rem;
	line-height: 1.3;
}

.p-diagnose_note {
	font-size: 1.2rem;
	text-align: right;
	color: #333;
	margin-top: 5px;
	margin-right: 55px;
}

@media print, screen and (max-width: 768px) {
	.p-diagnose_note {
		margin-right: 0px;
	}
}

@media print, screen and (max-width: 768px) {
	.p-diagnose_	card_block_title {
		padding: 0 0 40px 0;
		font-size: 2.4rem;
	}
	.p-diagnose_card_block_title::before,
	.p-diagnose_card_block_title::after {
		content: none;
	}
	.p-diagnose_card_block .inner {
		padding: 50px 5%;
	}
	.p-diagnose_card_block .p-diagnose_card_list {
		gap: 4%;
	}
	.p-diagnose_card_block .p-diagnose_card_item {
		width: 48%;
		/*margin-bottom: 4%;*/
		padding: 10px;
	}
	.p-diagnose_card_text {
		font-size: 1.3rem;
	}
	.p-diagnose_card_block .note {
		font-size: 1.1rem;
		line-height: 1.3;
	}
}

.p-diagnose_customer_wrap {
	margin-bottom: 32px;
}


/*----------------------------------------
ネットワーク無料診断フォーム
----------------------------------------*/
#inquiry .c-sectionHeading {
	font-size :2.5rem;
	color: #DD3D5F;
}

@media print, screen and (min-width: 768px) {
	#inquiry .c-sectionHeading {
		font-size :4.8rem;
	}
}

.p-diagnose_pink {
	color: #DD3D5F;
}

.p-diagnose_notes {
	text-align: left;
	margin: 20px auto 20px auto;
	padding: 0 20px;
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_notes {
		margin: 45px auto 45px auto;
		padding: 0 76px;
	}
}

.c-form_inner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.p-diagnose_dgns_heading {
	font-size: 20px;
	text-align: center;
	margin: auto auto 10px auto;
	font-weight: bold;
	padding-top: 30px;
	color: #235BA5;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_dgns_heading {
		padding-top: 30px;
		margin-bottom: 20px;
	}
}

.p-diagnose_dgns_wrap {
	background-color: #FFF;
	border-radius: 8px;
    padding: 20px 30px 70px 30px;
}

.p-diagnose-form_radio {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	margin-right: 5px;
	background-color: #fff;
	border-radius: 50%;
	appearance: none;
}

.p-diagnose-form_radio:checked::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 50%; 
}

.p-diagnose-form_small {
	font-weight: normal;
}
/*余白が左*/
.p-diagnose-form_small_l {
	font-weight: normal;
	margin-left: 10px;
}

/*余白が右*/
.p-diagnose-form_small_r {
	font-weight: normal;
	margin-right: 10px;
}

.p-diagnose_form_title {
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}
.p-diagnose_form_title {
	font-size: 1.5rem;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose_form_title {
		width: 300px;
		flex: 0 0 463px;
		align-self: flex-start;
		margin-top: 12px;
		margin-bottom: 0;
	}
}

.p-diagnose-form_text {
	margin-right: 10px;
}

.p-diagnose-form_text {
	margin-right: 10px;
}

.p-diagnose-form_row {
	display: block;
	margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose-form_row {
		display: flex;
		align-items: center;
	}
}


.p-diagnose-form_row li{
	display: inline;
}

@media print, screen and (min-width: 768px) {
	.p-diagnose-form_row {
		display: flex;
		align-items: center;
	}
}


.p-diagnose-form_indent {
	margin-left: 20px;
	line-height: 2;
}

.p-diagnose_contact_inner {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.p-diagnose_form_checkbox {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	margin-right: 5px;
	background-color: #fff;
}

.p-diagnose_form_checkbox:checked::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-100%) rotate(-45deg);
	content: "";
	width: 20px;
	height: 10px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
}

.p-diagnose_form_athers {
	display: block;
	margin-top: 30px;
}

.c-form_input_20 {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 12px 15px;
	width: 30%;
	font-size: 1.5rem;
	color: #666;
}

.c-form--common .c-form_input_20 {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 12px 15px;
	width: 30%;
	font-size: 1.5rem;
	color: #666;
}


/***** モーダル *****/
.modal_over {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.modal_container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 80%;
    height: 90%;
    z-index: 1100;
}

.js-open {
    cursor: pointer;
}

.js-open {
    cursor: pointer;
}

.button-close {
    position: absolute;
    top: 0;
    right: -90px;
    z-index: 1200;
    color: #0059B5;
    cursor: pointer;
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
}

.button-close::before,
.button-close::after {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px; 
    height: 40px; 
    border-radius: 2px;
    background: #0059B5;
}
.button-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.button-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.no_scroll {
    overflow: hidden;
}

/***** モーダル スマホ用*****/
@media print, screen and (max-width: 768px) {
	.modal_container {
	    top: 10%;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 90%;
	    height: 90%;
	}

	.button-close {
	    top: -55px;
	    right: 0;
	    z-index: 1200;
	    width: 50px;
	    height: 50px;
	}
	.button-close::before,
	.button-close::after {
	    height: 30px; 
	}
}


/*----------------------------------------
	footer
----------------------------------------*/
.l-footer {
  padding: 30px 50px;
  /*margin: 0 0 110px;*/
  border-top: 1px solid #ddd;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.l-footer__container ul {
  display: flex;
}
.l-footer__container ul li {
  margin: 0 30px 0 0;
}
.l-footer__container ul li:last-child {
  margin: 0;
}
.l-footer__container ul li a {
  font-size: 1.3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
}
.l-footer__container p {
  font-size: 1.3rem;
  font-family: "PT Sans", sans-serif;
  color: #333;
}

@media only screen and (max-width: 1024px) {
  .l-footer {
    padding: 20px;
/*    margin: 0 0 100px;*/
  }
  .l-footer__container {
    flex-direction: column;
  }
  .l-footer__container ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
  }
  .l-footer__container ul li {
    margin: 5px 10px;
  }
  .l-footer__container ul li:last-child {
    margin: 5px 10px;
  }
  .l-footer__container ul li a {
    font-size: 1.2rem;
  }
  .l-footer__container p {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin: 0 0 120px;
  }
}

/*****ボタン*****/
.c-fixedCv {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 200;
	transform: translateY(0);
	padding: 12px 15px;
	background-color: #005AAB;
}

@media print, screen and (min-width: 768px) {
	.c-fixedCv {
		top: 35.2vh;
		left: auto;
		right: 0;
		bottom: auto;
		width: 64px;
		height: 364px;
		padding: 0;
		background-color: transparent;
		flex-shrink: 0;
	}
}

.c-fixedCv_wrap {
	display: flex;
	gap: 10px;
}

@media print, screen and (min-width: 768px) {
	.c-fixedCv_wrap {
		display: block;
	}
}

.c-fixedCv_list {
	flex-basis: 100%;
}

@media print, screen and (min-width: 768px) {
	.c-fixedCv_list {
		width: 64px;
		height: 163px;
	}
}

.c-fixedCv_list .c-btn {
	border-radius: 100px;
	background-color: #fff;
	margin: auto;
}

@media print, screen and (min-width: 768px) {
	.c-fixedCv_list .c-btn {
		height: fit-content;
	}
}


@media print, screen and (min-width: 768px) {
	.c-fixedCv_list .c-btn {
		height: fit-content;
	}
}

.c-fixedCv_list .c-btn_inner {
		background-color: #fff;
		border: none;
		border-radius: 100px;
	}

	.c-fixedCv_list .c-btn_inner::before {
		position: static;
		transform: none;
		background-image: none;	
		margin: 0 -20px 0 0;
}

@media print, screen and (min-width: 768px) {
	.c-fixedCv_list .c-btn_inner {
		border-right: none;
		border-radius: 8px 0 0 8px / 8px 0 0 8px;
	}
	.c-fixedCv_list .c-btn_inner::before {
		margin-bottom: 10px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-fixedCv_list .c-btn_inner {
/*		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;*/
        height: fit-content;
        background-color: #235BA5;
	}
}

.c-fixedCv_list .c-btn_text {
	font-weight: bold;
	font-size: 1.5rem;
	padding-left: 0;
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.c-fixedCv_list .c-btn_text {
		font-size: 1.8rem;
		padding-left: 0;
				color: #FFF;
	}

	.c-fixedCv_list .c-btn--dl .c-btn_inner:before {
		transform: translateX(3px);
	}

	.c-fixedCv_list:nth-child(1) {
		margin-bottom: 16px;
		height: 193px;
	}

	.c-fixedCv_list:nth-child(2) {
		height: 243px;
	}

.c-btn--mail .c-btn_inner:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 14px;
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
	.c-btn--mail .c-btn_inner:before {
		left: 25px;
		width: 28px;
		height: 20px;
		background-image: none
	}
}