@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #36393E;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.75;
}

#laout{
	/*opacity: 0*/
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	-ms-animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-ms-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*.ShowAll{
	opacity: 1 !important;
	transition:0.5S;
}*/

p{
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input,
select,
textarea{
	font-size: 16px;
	font-family: "Noto Sans JP", serif;
}
.DEV_PC {
}
.DEV_SP {
	display: none;
}
.m_color_6B727C{
	color: #6B727C;
}
.m_color_FF5B42 {
	color: #FF5B42;
}
.m_color_2F6BBE {
	color: #2F6BBE;
}
.m_bold{
	font-weight: 600;
}
.m_size_01 {
	font-size: 13px;
}

.link01 a{
	color: #4984CE;
	text-decoration: none;
}
.link01 a:hover{
	text-decoration: underline;
}
.space01 {
	padding-top: 10px;
}


#heder {
	height: 120px;
	box-sizing: border-box;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D7DFE8;
	background-color: #FFF;
	display: flex;
	align-items: center;
	padding-left: 80px;
}
#in_err_window_all {
	display: none;
}

#in_err_window_all > div {
	background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 9999;
	display: grid;
	place-items: center;
	inset: 0;
	transition: all 1s;
	font-size: 16px;
	overflow-wrap:anywhere
}
#in_err_window_all > div > section {
	padding: 20px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.in_err_window_t01 {
	color: #F00;
	text-align: center;
}
.in_err_window_t02 {
}
.in_err_window_clos {
	margin-top: 20px;
	text-align: center;
	padding: 6px;
	background-color: #e9e9e9;
	cursor: pointer;
}

.wide_main {
	width: calc(100% - 48px);
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
}
.SubTitle01 {
	color: #2F6BBE;
	text-align: center;
	font-size: 34px;
	padding-top: 64px;
	font-weight: 600;
}
.SubTitle02 {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
}
.SubTitle03 {
	text-align: center;
	font-size: 34px;
	padding-top: 90px;
	font-weight: 600;
}
.SubTitle04 {
	text-align: center;
	color: #83B6E8;
	position: relative;
	padding-bottom: 80px;
}
.SubTitle04::before {
	position: absolute;
	border-bottom: 2px solid #A7B0BC;
	top: 46%;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	content: '';
}
.re_bk {
	background-color: #EBEFF3;
	padding-top: 70px;
	padding-bottom: 70px;
	width: 100%;
}



.re_wide_main {
	width: calc(100% - 48px);
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
}
.re_bk_t01 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.re_bk_t02 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.re_bk_t03 {
	font-size: 13px;
	color: #F00;
}
.na_t01 {
	font-size: 24px;
	text-align: center;
	padding-top: 76px;
	font-weight: 600;
}
.na_t02 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.na_no {
	background-color: #EBEFF3;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.na_no_bk {
	background-image: url(images/na_no_bk.png);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	background-size:8px 100%/*高さの値*/;
}

.na_no section {
	display: flex;
}
.na_no_L {
	width: 68px;
	flex-shrink: 0;
}
.na_no_R {
	padding-top: 16px;
	padding-left: 30px;
	padding-bottom: 30px;
	flex: 1;
}
.na_t03 {
	font-size: 20px;
	font-weight: 600;
}
.na_t04 {
	color: #6B727C;
}
#na_no_R_add {
	background-color: #FFF;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 1px solid #A7B0BC;
}
#na_no_R_add_t01 {
	font-size: 20px;
	color: #2F6BBE;
	font-weight: 600;
}
#na_no_R_add_t02 {
	font-weight: 600;

}
.tyui {
	border: 1px solid #D7DFE8;
	padding-top: 26px;
	padding-right: 40px;
	padding-bottom: 26px;
	padding-left: 40px;
	margin-top: 50px;
}
.tyui_t01 {
	font-size: 20px;
	font-weight: 600;
}
.tyui_t02 {
	color: #6B727C;
}
.tyui_t02 li{
	display: flex;
}
.tyui_t02 li::before{
	content: "⚫︎";
	color: #2F6BBE;
	font-size: 0.8em;
	margin-right: 1em;
	padding-top: 5px;
}

.in_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7DFE8;
}
input[type="radio"] {
	width: 27px;
	height: 27px;
	vertical-align: middle;
	margin-right: 10px;
	box-sizing: border-box;
	margin-top: -4px;
}
input[type="checkbox"]{
	width: 27px;
	height: 27px;
	vertical-align: middle;
	margin-right: 10px;
	box-sizing: border-box;
}
.in_Isize02 {
	height: 47px;
	width: 100%;
	box-sizing: border-box;
}
.in_Isize03 {
	height: 47px;
	width: 100%;
	max-width: 480px;
	box-sizing: border-box;
}
.in_Isize04 {
	height: 95px;
	width: 100%;
	resize: none;
	box-sizing: border-box;
}
.in_Isize05 {
	height: 47px;
	width: 359px;
	box-sizing: border-box;
}
@media screen and (max-width: 1280px){
.in_Isize05 {
	width: 23vw; /* 616 / 1280 * 100 */
}
}
.in_Isize06 {
	height: 47px;
	width: 359px;
	box-sizing: border-box;
}
.in_Isize07 {
	height: 47px;
	width: 90%;
	box-sizing: border-box;
}
.in_Isize02,.in_Isize03,.in_Isize04,.in_Isize05,.in_Isize06,.in_Isize07{
	border: 1px solid #A7B0BC;
	border-radius: 5px;
	padding-right: 18px;
	padding-left: 18px;
	box-sizing: border-box;
	background-color: #FFF;
}

.in_box {
	display: flex;
	width: 100%;
	width: calc(100% - 32px);
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	row-gap: 14px;
	margin-right: auto;
	margin-left: auto;
}
.in_box_L {
	width: 30%;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.in_box_R {
	width: 70%;
	box-sizing: border-box;
}

.in_pr_all {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.in_pr_all li{
	width: 50%;
	display: grid;
	grid-template-columns: 47px 1fr;
}
.in_pr_all li input{
	margin-top:1px;
}
.in_box_R_Left_sp {
	display: grid;
	grid-template-columns: min-content 1fr;
	row-gap: 12px;
}
.in_box_R_Left_sp_in {
	padding-left: 26px;
}

.in_sel_no {
	display: grid;
	grid-template-columns: 155px 255px;
	column-gap: 17px;
}

.in_sel_sw {
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	position: relative;
	border-radius: 30px;
	font-size: 18px;
	height: 48px;
	width: 100%;
	max-width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	z-index: 1;
	cursor: pointer;
}
.in_sel_sw:hover{
	color: #FFF;
	background-color: #83b6e8;
	border: 1px solid #83b6e8;
	transition:0.5s;
}
.in_sel_sw img{
	position: absolute;
	top: 14px;
	right: 10px;
	height: 19px;
	width: 19px;
}
.in_sel_sw:hover img{
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
#in_sel_sw_wind{
	display: none;
	position: relative;
	z-index: 10;
}
#in_sel_sw_wind > div{
	background-color: #999;
	background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 999;
	inset: 0;
	display: grid;
	place-items: center;
	margin: auto;
}
#in_sel_sw_wind section {
	background-color: #FFF;
	position: relative;
	padding: 30px;
}
#in_sel_sw_wind_x {
	font-size: 20px;
	position: absolute;
	top: 0px;
	right: 5px;
	font-weight: 600;
}



#in_product1 {
	background-color: #ebeff3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#in_product2_box {
	display: none;
}
#in_product2_box > div {
	display: none;
}

.in_included_all{
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
	width: 100%;
}
.in_included_all li {
	width: 50%;
	display: grid;
	grid-template-columns: 47px 1fr;
}
.in_included_all li label{
	display: flex;
	flex-wrap: wrap;
}
.in_do_all_etc {
	padding-top: 10px;
}


#in_included01.
#in_included02,
#in_included03,
#in_included04,
#in_included05,
#in_included06,
#in_included07,
#in_included08{
}
.in_box_R_in_product > div{
	display: none;
}
.in_ho_list {
}
.in_ho_list li{
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.in_ho_list li::before{
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 50%;
	border: 4px solid #4984CE;
	margin-right: 0.8em;
}
.in_Title_next {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	background-color: #A7B0BC;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 80px;
}
.in_Sub_t {
	white-space: nowrap;
	padding-top: 0.6em;
}
.in_name_box {
	display: grid;
	grid-template-columns: min-content min-content 0px min-content min-content;
	column-gap: 16px;
	row-gap: 16px;
}
.in_add_box {
	display: grid;
	grid-template-columns: min-content min-content;
	column-gap: 16px;
	row-gap: 16px;
}
.in_add2_box {
	display: grid;
	grid-template-columns: min-content 1fr;
	column-gap: 16px;
	row-gap: 10px;
}












.in_e01 {
	display: grid;
	grid-template-columns: autot;
	justify-content: center;
	width: calc(100% - 32px);
	font-size: 13px;
	color: #6B727C;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
.in_e02 {
	width: calc(100% - 32px);
	margin-right: auto;
	margin-left: auto;
}
.in_e02_t01 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	padding-top: 30px;
}
.in_e02_t02 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding-top: 30px;
}
.in_e02_t02 li {
	color: #FF5B42;
	text-indent: -1.5em;
	padding-left: 1.5em;
}



.in_doui_all {
	color: #FFF;
	background-color: #FF5B42;
	display: flex;
	justify-content: center;
	
	align-items: center;
	font-weight: 600;
	height: 60px;
	margin-top: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1040px;

}
#in_doui_sw01{
}
#in_doui_sw02{
	display: none;

}



.in_e02_sw01 {/*グレー 1P確認*/
	background-color: #A7B0BC;
	height: 48px;
	width: 100%;
	max-width: 690px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 40px;
	border: 1px solid #A7B0BC;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content:center;
	align-items:center;
}

.in_e02_sw02 {/*青→薄青 1P確認　2P送信　3Pつづけて*/
	background-color: #2F6BBE;
	height: 48px;
	width: 100%;
	max-width: 690px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 40px;
	border: 1px solid #2F6BBE;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	background-image: url(images/sw_i04.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	cursor: pointer;
}
.in_e02_sw02:hover {
	background-color: #83b6e8;
	transition: 0.5S;
	color: #FFFFFF;
	border: 1px solid #83b6e8;
	background-image: url(images/sw_i04_on.svg);
}

.in_e02_sw03 {/*白→薄青 1Pキャンセル　2P戻る*/
	background-color: #FFFFFF;
	height: 43px;
	width: 100%;
	max-width: 319px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 40px;
	border: 1px solid #A7B0BC;
	font-size: 14px;
	font-weight: 600;
	background-image: url(images/sw_i02.svg);
	background-position: 10px 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	text-decoration: none;
}
.in_e02_sw03:hover {
	background-color: #83b6e8;
	transition: 0.5S;
	color: #FFFFFF;
	border: 1px solid #83b6e8;
	background-image: url(images/sw_i02_on.svg);
}

.in_e02_sw04 {/*白→薄青 3PTOPへ*/
	background-color: #FFFFFF;
	height: 48px;
	width: 100%;
	max-width: 690px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;

	border-radius: 40px;
	border: 1px solid #000000;

	color: #000;
	text-decoration: none;
	
	background-image: url(images/sw_i03.svg);
	background-position: right 15px top 50%;
	cursor: pointer;
	background-repeat: no-repeat;
}
.in_e02_sw04:hover {
	background-color: #83b6e8;
	transition: 0.5S;
	color: #FFFFFF;
	border: 1px solid #83b6e8;
	background-image: url(images/sw_i03_on.svg);
}

.in_e02_sw05 {/*白→薄青 閉じる*/
	background-color: #FFFFFF;
	height: 43px;
	width: 100%;
	max-width: 319px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 40px;
	border: 1px solid #A7B0BC;
	font-size: 14px;
	font-weight: 600;
	background-image: url(images/sw_i05.svg);
	background-position: 10px 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	text-decoration: none;
}
.in_e02_sw05:hover {
	background-color: #83b6e8;
	transition: 0.5S;
	color: #FFFFFF;
	border: 1px solid #83b6e8;
	background-image: url(images/sw_i05_on.svg);
}



.in_e02_sw01 button,
.in_e02_sw02 button,
.in_e02_sw03 button {
	/*position: absolute;
	top: 3px;
	left: 7px;
	height: 100%;
	width: 100%;*/
	/*スタイル削除 */
	/*background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;*/
}

.a_t01 {
	font-size: 20px;
}

.e_t01 {
	padding-top: 60px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.e_t02 {
	font-size: 48px;
	text-align: center;
	padding-top: 20px;
	font-weight: 600;
}
.e_t03 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding-top: 30px;
}
.e_sno {
	background-color: #EBEFF3;
	height: 136px;
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 48px;
	font-weight: 600;
	color: #FF5B42;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.e_sno img {
	cursor: pointer;
}
.e_sno p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	position: absolute;
	background-color: #FFF;
	padding: 5px;
}


.e_sp01 {
	padding-bottom: 50px;
}

.na_no_R_e01_box3 {
	display: flex;
}
.na_no_R_e01_box3_L{
	width: 45%;
}
.na_no_R_e01_box3_C{
	padding-right: 20px;
	padding-left: 20px;
	max-width: 100%;
	width: 330px;
}
.na_no_R_e01_box3_C section {
	position: relative;
}
.na_no_R_e01_box3_C_U {
	position: absolute;
	left: 6px;
	top: 24px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.na_no_R_e01_box3_C_B {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
	font-weight: 600;
}
.na_no_R_e01_box3_C_B span {
	color: #F00;
}


.na_no_R_e01_box3_R{
	width: 19%;
	font-size: 14px;
	font-weight: 600;
	color: #FF5B42;
	display: flex;
	align-items:center;
}

#in_no_pdf{
	margin-top: 14px;
	border: 1px solid #d7dfe8;
	padding: 16px;
	box-sizing: border-box;
}
#in_no_pdf section{
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
#in_no_pdf a{
	display: flex;
	border: 1px solid #000;
	border-radius: 16px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}
#in_no_pdf a p{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.in_no_pdf_R_img{
	padding-left: 10px;
	flex-shrink: 0;
}

#in_no_pdf a:hover{
	color: #FFFFFF;
	background-color: #83b6e8;
	border: 1px solid #83b6e8;
	transition: 0.5S;
}


#footer {
	background-color: #000;
	color: #FFF;
	margin-top: 120px;
	font-size: 13px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_img {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer_pc_top {
	position: fixed;
	font-size: 10px;
	color: #000;
	height: 54px;
	width: 54px;
	border: 1px solid #000;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-90deg);
	background-color: #FFF;
	right: 20px;
	bottom: 20px;
	text-decoration: none;
}
#footer_pc_top span{
	transform: scale(1,1.6);
}
#footer_pc_top:hover {
	color: #FFF;
	background-color: #000;
	transition:0.5S;
}


#END----------------------------------------------------------------------------------------------------------------------------------{}
@media screen and (max-width: 737px){
body {
	font-size: 14px;
	text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
}
.DEV_PC {
	display: none !important;
}
.DEV_SP {
	display: block !important;
}
input,
select{
	font-size: 14px;
}
#heder {
	height: 80px;
	padding-left: 20px;
}
#heder img {
	width: 120px;
}


.SubTitle01 {
	font-size: 23px;
}
.SubTitle02 {
	font-size: 32px;
}
.SubTitle03 {
	font-size: 23px;
	padding-top: 50px;
}
.SubTitle04 {
	padding-bottom: 80px;
}

.re_bk_t01 {
	font-size: 18px;
}




.na_t01 {
	padding-top: 50px;
	font-size: 18px;
}


.na_no {
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.na_no_bk {
	background-position: 22px;
}

.na_no_L {
	width: 52px;
}
.na_no_R {
	padding-top: 14px;
	padding-left: 10px;
	padding-bottom: 6px;
	flex: 1;
}
.na_t03 {
	font-size: 16px;
}

#na_no_R_add {
	padding: 11px;
}
#na_no_R_add_t01 {
	font-size: 15px;
}

.tyui {
	padding: 20px;
}
.tyui_t01 {
	font-size: 16px;
}


input[type="radio"] {
	width: 23px;
	height: 23px;
}
input[type="checkbox"]{
	width: 23px;
	height: 23px;

}
.in_Isize02 {
	height: 39px;
}
.in_Isize03 {
	height: 39px;
	max-width: 100%;

}
.in_Isize04 {
	height: 127px;

}
.in_Isize05 {
	height: 39px;
	width: 100%;
}

.in_Isize06 {
	height: 39px;
	width: 100%;
}
.in_Isize07 {
	height: 39px;
	width: 100%;
}


.in_box {
	width: calc(100% - 16px);
	padding-top: 20px;
	padding-bottom: 20px;
	flex-wrap: wrap;
	row-gap: 10px;
}
.in_box_L {
	width: 100%;
	padding-right: 0px;
	font-size: 15px;
}
.in_box_R {
	width: 100%;
}

.in_pr_all li{
	width: 100%;
	grid-template-columns: 0fr 1fr;
}

.in_box_R_Left_sp {
	row-gap: 10px;
}

.in_sel_no {
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 1%;
}

.in_sel_sw {
	font-size: 15px;
	height: 43px;
	max-width: 100%;
}

.in_sel_sw img{
	top: 12px;
}
.in_included_all{
}
.in_included_all li {
	width: 100%;
	grid-template-columns: 0fr 1fr;
}
.in_Title_next {
	font-size: 16px;
	margin-top: 60px;
}
.in_name_box {
	grid-template-columns: min-content 1fr 0px;
}
.in_add_box {
	grid-template-columns: 1fr;
	row-gap: 10px;
}
.in_add2_box {
	grid-template-columns: 1fr;
}
.in_e01 {
	width: calc(100% - 16px);
	padding-top: 26px;
	padding-bottom: 26px;
}
.in_e02 {
	width: calc(100% - 16px);
}
.in_e02_t01{
	text-align: left;
	font-size: 15px;
	padding-top: 20px;
}
.in_e02_t02 {
	padding-top: 16px;
}

.in_e02_sw01 {
	font-size: 15px;
	margin-top: 30px;
}
.in_e02_sw02 {
	font-size: 15px;
	margin-top: 30px;
}
.in_e02_sw03 {
	width: 80%;
	font-size: 12px;
	margin-top: 15px;
}
.in_e02_sw04 {
	font-size: 15px;
	margin-top: 30px;
}
.in_e02_sw05 {
	width: 80%;
	font-size: 12px;
	margin-top: 15px;
}
.a_t01 {
	font-size: 16px;
}

.e_t01 {
	font-size: 18px;
	padding-top: 36px;
}
.e_t02 {
	font-size: 14px;
	padding-top: 36px;
}
.e_t03 {
	font-size: 15px;
	padding-top: 16px;
}
.e_sno {
	font-size: 32px;
	height: 112px;
}
.na_no_R_e01_box3 {
	flex-wrap:wrap;
}
.na_no_R_e01_box3_L{
	width: 100%;
}
.na_no_R_e01_box3_C{
	padding-right: 0px;
	padding-left: 0px;
	max-width: 330px;
	width: 100%;
	padding-top: 20px;
}
.na_no_R_e01_box3_C_U {
	font-size: 11px;
	top: 20px;
}
.na_no_R_e01_box3_C_U span {
	font-size: 14px;
}
.na_no_R_e01_box3_C_B {
	font-size: 8px;
}
.na_no_R_e01_box3_R{
	width: 100%;
	font-size: 11px;
}

#in_no_pdf{
	padding-right: 10px;
	padding-left: 10px;
}
#in_no_pdf section{
	row-gap: 16px;
	margin-top: 16px;
}
#in_no_pdf a{
}
#in_no_pdf a p{
}
.in_no_pdf_R_img {
	padding-left: 8px;
}
#footer {
	margin-top: 70px;
	height: auto;
	padding-bottom: 30px;
	flex-direction:column;
}
#footer_pc_top {
	display: none;
}
}
