@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #141B38;
	text-decoration: none;
}
a:visited {
	color: #141B38;
}
a:hover {
	color: #141B38;
}
a:active {
	color: #141B38;
}

.footerlink:visited {
	color: inherit;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1050px;
	color: #141B38;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F2F6FA;
}
#container {
	text-align: left;
}
#main {
	padding: 10px 0;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding: 10px 0;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 30px 0;
	text-align: center;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
	background: #fff;
}
#gHeader h1 {
	font-weight: 500;
}
#gHeader h1 img {
	display: inline-block;
	vertical-align: middle;
}
#gHeader h1 .txtSpan {
	margin: 0 30px;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
}
#gHeader h1 .ttl {
	padding: 5px 0 5px;
	min-width: 102px;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	background: #F4F6F8;
	text-align: center;
	border-radius: 3px;
}
#gHeader h1 .ttl02 {
	margin-right: 20px;
	min-width: 50px;
	padding: 1px 0 2px;
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	display: inline-block;
	vertical-align: middle;
	background: #900000;
	border-radius: 20px;
}


@media all and (max-width: 896px) {
	#gHeader {
		padding: 24px 0;
	}
	#gHeader h1 {
		padding-right: 0;
	}
	#gHeader h1 img {
		width: 130px;
	}
	#gHeader h1 .txtSpan {
		margin: 0 5px;
		font-size: 1rem;
	}
	#gHeader h1 .ttl {
		margin-left: 6px;
		padding: 2px 0;
		min-width: 70px;
		font-size: 1.5rem;
	}
	#gHeader h1 .ttl02 {
		margin-right: 1px;
		min-width: 42px;
		padding: 0 0 2px;
		line-height: 1.3;
	}
}
@media all and (max-width: 374px) {
	#gHeader h1 img {
		width: 110px;
	}
	#gHeader h1 .ttl {
		min-width: 58px;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}
#gFooter address {
	padding: 41px 0;
	font-style: normal;
	color: #B3B6BF;
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	#gFooter address {
		padding: 30px 0;
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1000px;
	margin: 0 auto;	
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding: 45px 20px 42px 68px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #E8E8EB;
}
.headLine01 .step {
	font-family: 'Roboto', sans-serif;
	color: #427DFF;
	font-weight: 700;
	font-size: 1.4rem;
	margin-right: 26px;
	letter-spacing: 0.03em;
}
.headLine01 .ttl {
	font-size: 2.1rem;
	font-weight: 500;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 62px;
	color: #434960;
	font-weight: 500;
	font-size: 1.7rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 49px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	background: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 896px) {
	.comBox {
		border: none;
	}
}
/*------------------------------------------------------------
	comStepBox
------------------------------------------------------------*/
.comStepBox {
	padding: 50px 0;
	margin-bottom: 10px;
	text-align: center;
}
.comStepBox .stepList {
	display: flex;
	justify-content: center;
}
.comStepBox .stepList li {
	margin: 0 50px;
	width: 115px;
	position: relative;
	text-align: center;
}
.comStepBox .stepList li:before {
	position: absolute;
	right: -126px;
	width: 150px;
	top: 20px;
	height: 2px;
	border-radius: 3px;
	background: #F0F0F0;
	content: "";
}
.comStepBox .stepList li:last-child:before {
	display: none;
}
.comStepBox .stepList li span {
	display: block;
}
.comStepBox .stepList li .num {
	margin: 0 auto 10px;
	width: 45px;
	height: 45px;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F4F6F8;
	border-radius: 50%;
}
.comStepBox .stepList li .ttl {
	color: #434960;
	display: block;
	font-size: 1.4rem;
}
.comStepBox .stepList .on .num {
	color: #fff;
	background: #427DFF;
}
.comStepBox .stepList .on .ttl {
	color: #427DFF;
}
.comStepBox .stepList .on:before {
	background: #427DFF;
}
.comBox .detailSec {
	padding: 55px 68px 100px;
}
.comBox .linkList {
	margin: -27px -20px 35px 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.comBox .linkList li {
	margin: 26px 27px 0 0;
	width: 151px;
}
.comBox .linkList li:nth-child(5n) {
	margin-right: 0;
}
.comBox .linkList li a {
	padding: 12px 10px 12px;
	display: block;
	background: #F4F6F8;
	border-radius: 3px;
	border: 1px solid #F4F6F8;
	text-align: center;
}
.comBox .linkUl {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.comBox .linkUl li {
	width: 418px;
	text-align: center;
}
.comBox .linkUl li a {
	padding: 13px 10px;
	color: #fff;
	display: block;
	border-radius: 3px;
	background: #427DFF;
}
.comBox .infoBox {
	padding-top: 70px;
	border-top: 1px solid #E8E8E8;
}
.comBox .subBox {
	padding: 40px 40px 42px;
	background: #F4F6F8;
}
.comBox .subBox .title {
	margin-bottom: 11px;
	padding: 0 0 2px 40px;
	font-size: 1.8rem;
	background: url("img/common/icon01.png") no-repeat left center;
	background-size: 24px auto; 
}
.comBox .subBox .txt {
	color: #434960;
	line-height: 1.65;
}
.comBox .subBox .txt .color {
	color: #F18200;
}
.comBox .linkUl .on a {
	background: #6998FF;
}
@media all and (min-width: 897px) {
	.comBox .linkList li a:hover {
		background: #f4f6f8;
		border: 1px solid #0089ff;
		box-shadow: 3px 3px 10px rgba(0, 96, 180, 0.1);
	}
	.comBox .linkUl li a:hover {
		background: #6998FF;
	}
}
@media all and (max-width: 896px) {
    .comStepBox {
        padding: 28px 30px;
    }
	.comStepBox .spStep {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.comStepBox .spStep .lBox {
		position: relative;
		width: 70px;
		height: 70px;
		color: #90939F;
		font-size: 1.6rem;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.comStepBox .spStep .lBox .border {		
		position: absolute;
		left: 0;
		top: 0;
		width: 70px;
		height: 70px;
		box-sizing: border-box;
		content: "";
		border-radius: 50%;
		border: 5px solid #E8E8EB;
		border-top-color: #427DFF;
		transform: rotate(45deg);
	}
	.comStepBox .spStep .lBox .border02 {
		border-right-color: #427DFF;
	}
	.comStepBox .spStep .lBox .border03 {
		border-right-color: #427DFF;
		border-bottom-color: #427DFF;
	}
	.comStepBox .spStep .lBox .border04 {
		border-color: #427DFF;
	}
	.comStepBox .spStep .lBox .current {
		margin-right: 5px;
		color: #427DFF;
		font-size: 2.6rem;
	}
	.comStepBox .spStep .rBox {
		width: calc(100% - 97px);
	}
	.comStepBox .spStep .rBox .headLine01 {
		padding: 0 0 0 31px;
		position: relative;
		border: none;
		display: block;
		text-align: left;
	}
	.comStepBox .spStep .rBox .headLine01:before {
		position: absolute;
		left: 0;
		top: 11px;
		bottom: 11px;
		width: 1px;
		background: #E8E8EB;
		content: "";
	}
	.comStepBox .spStep .rBox .headLine01 .step {
		display: block;
	}
	.comBox .detailSec {
		padding: 50px 19px 100px;
	}
	.indexPage .detailSec {
		padding-bottom: 99px;
	}
	.comBox .linkList {
		margin: -15px 0 15px 0;
		justify-content: space-between;
	}
	.comBox .linkList li {
		margin: 15px 0 0 0;
		width: 47.5%;
	}
	.comBox .linkList li:nth-child(5n) {
		margin-right: 0;
	}
	.comBox .linkList li a {
		padding: 17px 10px;
		font-size: 1.6rem;
	}
	.comBox .linkUl {
		margin-bottom: 70px;
		display: block;
	}
	.comBox .linkUl li {
		margin-bottom: 15px;
		width: 100%;
	}
	.comBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	.comBox .linkUl li a {
		padding: 18px 10px;
		font-size: 1.6rem;
	}
	.comBox .subBox {
		padding: 30px 30px 28px;
	}
	.comBox .subBox .title {
		margin-bottom: 16px;
		padding: 0 0 1px 34px;
		font-size: 1.6rem;
	}
	.comBox .subBox .txt {
		line-height: 1.85;
	}
}
/*------------------------------------------------------------
	listBox
------------------------------------------------------------*/
.comBox .listBox {
    margin-bottom: 20px;
	border: 1px solid #D0D1D7;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 3px;
}
.comBox .listBox:last-of-type {
    margin-bottom: 0;
}
.comBox .listBox .title {
    padding: 24px 50px;
	font-size: 2rem;
    cursor: pointer;
    position: relative;
	font-weight: 700;
	text-align: center;
}
.comBox .listBox .title:before {
    margin-top: -11px;
    position: absolute;
    right: 35px;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url("img/common/icon02.png") no-repeat left center;
    background-size: 22px auto;
    content: "";
}
.comBox .listBox .title.on:before {
    background: url("img/common/icon03.png") no-repeat left center;
    background-size: 22px auto;
}
.comBox .listBox .jsBox {
	display: none;
    margin: 0 70px;
    padding: 50px 0 70px;
    border-top: 1px solid #D0D1D7;
}
.comBox .listBox .txtLinkList li {
    padding-bottom: 20px;
}
.comBox .listBox .txtLinkList li:last-child {
    padding-bottom: 0;
}
.comBox .listBox .txtLinkList li a {
    color: #427DFF;
    display: inline-block;
    text-decoration: underline;
}
.comBox .listBox .txtLinkList li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comBox .listBox {
        margin-bottom: 9px;
    }
    .comBox .listBox:last-of-type {
        margin-bottom: 0;
    }
    .comBox .listBox .title {
        padding: 19px 40px;
        font-size: 1.8rem;
    }
    .comBox .listBox .title:before {
        right: 18px;
    }
    .comBox .listBox .jsBox {
        display: none;
        margin: 0 20px;
        padding: 40px 0 48px;
    }
    .comBox .listBox .txtLinkList li {
        padding-bottom: 19px;
        font-size: 1.6rem;
    }
    .comBox .listBox .txtLinkList li:last-child {
        padding-bottom: 0;
    }
}
.comBox .btmBox {
    padding: 47px 70px;
    border-top: 1px solid #E8E8EB;
}
.comBox .btmBox .backLink a {
    padding-left: 22px;
    color: #6C7288;
    font-size: 1.7rem;
    background: url("img/common/icon04.png") no-repeat left center;
    background-size: 12px auto; 
    text-decoration: underline;
}
.comBox .btmBox .backLink a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comBox .btmBox {
        padding: 37px 18px;
    }
    .comBox .btmBox .backLink a {
        padding-left: 20px;
        font-size: 1.6rem;
    }
}
.comBox .txtInner {
    margin-bottom: 70px;
}
.comBox .txtInner .title {
    padding: 19px 50px 17px 30px;
    color: #fff;
	cursor: pointer;
    position: relative;
    border-radius: 3px;
    background: #427DFF;
}
.comBox .txtInner .title:before {
    margin-top: -4px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 15px;
    height: 9px;
    background: url("img/common/icon08.png") no-repeat right center;
    background-size: 15px auto;
    content: "";
}
.comBox .txtInner .title.on {
	border-radius: 3px 3px 0 0;
}
.comBox .txtInner .title.on:before {
    background: url("img/common/icon07.png") no-repeat right center;
    background-size: 15px auto;
}
.comBox .txtInner .title .infoTxt {
    padding: 0 0 2px 27px;
    display: inline-block;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 17px auto; 
}
.comBox .txtInner .jsBox {
    display: none;
    padding: 45px 30px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #D0D1D7;
	border-top: none;
}
.comBox .txtInner .jsBox .jspContainer {
	height: auto !important;
}
.comBox .txtInner .jsBox .jspPane {
	position: relative;
}
.comBox .txtInner .jsBox .jspHorizontalBar {
	height: 10px;
	background: none;
}
.jspDrag {
	border-top: none;
	border-bottom: none;
	border: 2px solid #F4F6F8;
	border-radius: 20px;
	background: #999CA8;
	box-sizing: border-box;
}
.jspTrack {
	background: #F4F6F8;
}
.comBox .txtInner .tableSec {
    margin-right: -30px;
    padding-bottom: 18px;
    overflow-x: scroll;
}
.comBox .txtInner .tableSec table {
    width: 874px;
    border-collapse: collapse;
}
.comBox .txtInner .tableSec th,
.comBox .txtInner .tableSec td {
    color: #434960;
    font-size: 1.3rem;
    font-weight: 500;
    width: 53px;
    height: 52px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #D0D1D7;
}
.comBox .txtInner .tableSec th {
    width: 63px;
    background: #E2EBFF;
}
.comBox .txtInner .tableSec tr:first-child td {
    background: #F4F6F8;
}
@media all and (max-width: 896px) {
    .comBox .txtInner {
        margin-bottom: 70px;
    }
    .comBox .txtInner .title {
        padding: 12px 30px 12px 20px;
        font-size: 1.6rem;
    }
    .comBox .txtInner .title:before {
        right: 20px;
    }
    .comBox .txtInner .title .infoTxt {
        padding: 0 0 2px 29px;
        display: inline-block;
        background: url("img/common/icon05.png") no-repeat left center;
        background-size: 17px auto; 
    }
    .comBox .txtInner .jsBox {
        padding: 40px 10px;
    }
    .comBox .txtInner .tableSec {
        margin-right: -10px;
    }
}
@media all and (max-width: 374px) {
    .comBox .txtInner .title {
        padding: 12px 20px 12px 15px;
        font-size: 1.4rem;
    }
    .comBox .txtInner .title:before {
        right: 10px;
    }
}
/*------------------------------------------------------------
	typePage03
------------------------------------------------------------*/
.typePage03 .tabBox table {
    width: 100%;
    border-collapse: collapse;
}
.typePage03 .tabBox th,
.typePage03 .tabBox td {
    width: 20%;
    color: #434960;
    padding: 17px 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #D0D1D7;
}
.typePage03 .tabBox th {
    font-weight: 500;
    font-size: 1.5rem;
    background: #F4F6F8;
}
.typePage03 .tabBox tbody th {
    background: #E2EBFF;
}
.typePage03 .tabBox td .linkTxt a {
    padding-right: 20px;
    color: #427DFF;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    background: url("img/common/icon06.png") no-repeat right center;
    background-size: 12px auto; 
    text-decoration: underline;
}
.typePage03 .tabBox td .linkTxt a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) { 
	.typePage03 .tabBox th,
	.typePage03 .tabBox td {
		padding: 9px 0;
		line-height: 1.2;
		font-size: 1.3rem;
	}
	.typePage03 .tabBox td {
		padding: 8px 3px 8px 5px;
		font-size: 1.3rem;
		text-align: left;
	}
	.typePage03 .tabBox td .linkTxt a {
		padding: 0;
		background-position: right 6px bottom;
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1.4;
	}
}
/*------------------------------------------------------------
	typePage04
------------------------------------------------------------*/
.typePage04 .typeTit {
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: 700;
}
.typePage04 .txtList {
    margin-bottom: 12px;
}
.typePage04 .txtList li {
    margin: 0 6px 10px 0;
    padding: 7px 20px 7px;
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
}
.typePage04 .txtList li .color {
    margin-left: 10px;
    color: #427DFF;
}
.typePage04 .topPho {
    margin-bottom: 70px;
	text-align: center;
}
.typePage04 .txtInner .jsBox {
    padding: 28px 30px;
}
.typePage04 .txtInner .title .infoTxt {
    background: url("img/common/icon09.png") no-repeat left center;
    background-size: 18px auto; 
}
.typePage04 .txtInner .methodList li {
    padding-bottom: 8px;
    display: flex;
    color: #90939F;
    font-size: 1.5rem;
    font-weight: 400;
    justify-content: flex-start;
    align-items: center;
}
.typePage04 .txtInner .methodList li:last-child {
    padding-bottom: 0;
}
.typePage04 .txtInner .methodList li .icoSpan {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #888C98;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: #F4F6F8;
}
.typePage04 .txtInner .methodList li .icoSpan01 {
    color: #427DFF;
    font-weight: 900;
    background: #E2EBFF;
}
.typePage04 .txtInner .methodList li .color {
    color: #434960;
    font-weight: 700;
}
.typePage04 .txtInner .methodList li .color01 {
    color: #427DFF;
}
.typePage04 .detailBox {
	margin: 30px auto 0;
	border-radius: 3px;
	border: 1px solid #d0d1d7;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}
.typePage04 .detailBox.on {
	border-radius: 3px 3px 0 0;
}
.typePage04 .detailBox:first-child {
	margin-top: 0;
}
.typePage04 .detailBox .title {
	padding: 25px 40px 25px 42px;
	font-size: 2rem;
	cursor: pointer;
	font-weight: 700;
	position: relative;
	background: #f2f6fa;
	border-radius: 3px;
}
.typePage04 .detailBox .title:before {
	margin-top: -11px;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 22px;
	height: 22px;
	background: url("img/common/icon02.png") no-repeat left center;
	background-size: 22px auto; 
	content: "";
}
.typePage04 .detailBox .title.on:before {
	background: url("img/common/icon03.png") no-repeat left center;
	background-size: 22px auto; 
}
.typePage04 .detailBox .title .infoTtl {
	margin-left: 20px;
	color: #427DFF;
	font-size: 1.6rem;
	font-weight: 500;
}
.typePage04 .detailBox .ttl {
	padding: 15px 20px 16px 40px;
	display: flex;
	align-items: center;
	background: #DFE6ED;
	border-top: 1px solid #D0D1D7;
	border-bottom: 1px solid #D0D1D7;
}
.typePage04 .detailBox .ttl .imgSpan {
	margin-right: 20px;
	width: 50px;
}
.typePage04 .detailBox .ttl .nameSpan {
	color: #434960;
	width: calc(100% - 70px);
	font-size: 1.8rem;
	font-weight: 500;
}
.typePage04 .detailBox .listUl li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D0D1D7;
}
.typePage04 .detailBox .listUl li:last-child {
	border-bottom: none;
}
.typePage04 .detailBox .listUl li .lBox {
	padding: 26px 10px 26px 103px;
	width: calc(100% - 90px);
	box-sizing: border-box;
}
.typePage04 .detailBox .listUl li .lBox .infoTxt {
	color: #434960;
	font-weight: 300;
	font-size: 1.8rem;
}
.typePage04 .detailBox .listUl li .lBox .infoTxt a {
	color: #427DFF;
	text-decoration: underline;
}
.typePage04 .detailBox .listUl li .lBox .infoTxt a:hover {
	opacity: 0.7;
}
.typePage04 .detailBox .listUl li .rBox {
	font-size: 4.2rem;
	font-weight: 500;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #888C98;
	text-align: center;
	background: #F4F6F8;
	border-left: 1px solid #D0D1D7;
}
.typePage04 .detailBox .listUl li .bg01 {
	color: #427DFF;
	font-weight: 900;
	background: #E2EBFF;
}
.typePage04 .detailBox .listUl li .infoTxt {
}
.typePage04 .detailBox .listUl li .infoTxt .ttlSpan {
	margin-right: 15px;
	padding: 7px 10px;
	color: #434960;
	font-size: 1.5rem;
	font-weight: 500;
	background: #F2F6FA;
}
.typePage04 .detailBox .listUl li .infoTxt01 {
	margin-left: -30px;
	align-items: center;
}
.typePage04 .detailBox .listUl li .notes {
	margin: 13px 0 0 -30px;
	color: #434960;
	font-size: 1.3rem;
	font-weight: 500;
}
.typePage04 .detailBox .jsBox {
	display: none;
}

#HeadLowRepHidBulbShapeId {
	margin-left: 20px;
	color: #427DFF;
	font-size: 1.6rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
    .typePage04 .typeTit {
        margin-bottom: 30px;
    }
    .typePage04 .txtList {
        margin-bottom: 24px;
    }
    .typePage04 .txtList li {
        margin: 0 6px 6px 0;
        padding: 7px 13px 7px;
        font-size: 1.4rem;
    }
    .typePage04 .topPho {
        margin-bottom: 35px;
		text-align: center;
    }
    .typePage04 .txtInner .jsBox {
        padding: 40px 18px;
    }
    .typePage04 .txtInner .title .infoTxt {
        background: url("img/common/icon09.png") no-repeat left center;
        background-size: 18px auto; 
    }
    .typePage04 .txtInner .methodList li {
        padding-bottom: 26px;
        font-size: 1.4rem;
        align-items: flex-start;
    }
    .typePage04 .txtInner .methodList li:last-child {
        padding-bottom: 0;
    }
    .typePage04 .txtInner .methodList li .icoSpan {
        width: 41px;
        height: 41px;
        margin-right: 10px;
        font-size: 2.2rem;
    }
    .typePage04 .txtInner .methodList li .rTxt {
        width: calc(100% - 50px);
    }
    .typePage04 .txtInner .methodList li .color {
        display: block;
        font-size: 1.6rem;
    } 
	.typePage04 .detailBox {
		margin: 20px auto 0;
	}
	.typePage04 .detailBox:first-child {
		margin-top: 0;
	}
	.typePage04 .detailBox .title {
		padding: 14px 40px 14px 20px;
		font-size: 1.8rem;
	}
	.typePage04 .detailBox .title:before {
		right: 20px;
	}
	.typePage04 .detailBox .title.on:before {
		background: url("img/common/icon03.png") no-repeat left center;
		background-size: 22px auto; 
	}
	.typePage04 .detailBox .title .infoTtl {
		margin: 4px 0 0 2px;
		display: block;
		font-size: 1.3rem;
	}
	.typePage04 .detailBox .ttl {
		padding: 15px 20px 13px 20px;
	}
	.typePage04 .detailBox .ttl .nameSpan {
		font-size: 1.7rem;
	}
	.typePage04 .detailBox .listUl li .lBox {
		padding: 27px 10px 28px 28px;
		width: calc(100% - 58px);
	}
	.typePage04 .detailBox .listUl li .lBox .infoTxt {
		font-size: 1.5rem;
	}
	.typePage04 .detailBox .listUl li .rBox {
		font-size: 3rem;
		width: 58px;
	}
	.typePage04 .detailBox .listUl li .bg01 {
		font-size: 2.3rem;
	}
	.typePage04 .detailBox .listUl li .infoTxt .ttlSpan {
		margin-right: 10px;
		padding: 3px 11px;
		font-size: 1.4rem;
	}
	.typePage04 .detailBox .listUl li .infoTxt01 {
		margin-left: 0;
	}
	.typePage04 .detailBox .listUl li .notes {
		margin: 13px 0 0 0;
	}
}


