@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:fontg;
	src:url('font/NotoSansJP-Regular.otf') format("truetype");
}
@font-face {
	font-family:fontm;
	src:url('font/NotoSerifJP-Regular.otf') format("truetype");
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family: 'fontg';
	line-height: 1.6;
	/*word-break: break-all;*/
	word-break: keep-all
	color: #000;
	font-size: 16px;
}
.font_g{
	font-family: 'fontg', sans-serif;
}
.font_m{
	font-family: 'fontm', sans-serif;
}
div,p{
	/*text クローム*/
	/*max-height: 100%;*/
	text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
a {
	color: #4581ff;
}


.DEV_PC {
}
.DEV_SP {
	display: none;
}
.space_t_10 {
	margin-top: 10px;
}
.space_t_16 {
	margin-top: 16px;
}

.space_t_18 {
	margin-top: 18px;
}
.space_t_20 {
	margin-top: 20px;
}

.space_t_30 {
	margin-top: 30px;
}
.space_t_40 {
	margin-top: 40px;
}



.space_box_end {
	height: 200px;
	width: 100%;
}

.Link_05 a:hover{
	opacity: 0.5;
}
.Link_08 a:hover {
	opacity: 0.8;
}
.m_bold {
	font-weight: bold;
}
.m_kai {
	text-indent: -1em;
	padding-left: 1em;
}
.m_white {
	color: #FFF;

}
.m_gr {
	color: #4d4d4d;
}
.m_11 {
	font-size: 11px;
}
.m_14p {
	font-size: 14px;
}


.m_16p {
	font-size: 16px;
}

.m_18p {
	font-size: 18px;
}
.m_20p {
	font-size: 20px;
}
.anime01,.anime02,.anime03,.anime04,.anime05{
	opacity: 0;
}

#head {
	width: 100%;
	box-shadow: 0px 3px 3px 0px #F6F6F6;
	position: relative;
	z-index: 100;
}
#head_menu_box {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#head_menu_box_sw {
	display: flex;
	font-size: 13px;
}
.head_menu_01,.head_menu_02{
margin-left: 30px;
}
.head_menu_01_title,.head_menu_02_title,.head_menu_03_title{
	height: 70px;
	display: flex;
	align-items: center;	
	position: relative;
}
.head_menu_01_title a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.head_menu_01_title:hover{
	color: #4581ff;
}
.head_menu_01_title::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #4581ff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.head_menu_01_title_line::after{
	transform: scale(1, 1);
	color: #4581ff;
}
.head_menu_01_sub {
	width: 100%;
	position: absolute;
	background-color: #f2f2f2;
	top: 70px;
	left: 0px;
	right: 0px;
	height: 100px;
}
.head_menu_01_sub ul {
	display: flex;
	justify-content: center;
	width: 100%;
}
.head_menu_01_sub ul li {
	font-size: 11px;
	height: 100px;
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head_menu_01_sub ul li a {
	color: #000;
	text-decoration: none;
	height: 60px;
	width: 160px;
	text-align: center;
	padding-top: 40px;
}

.head_menu_01_sub ul li a:hover{
	opacity: 0.5;
}
.head_menu_02_title a {
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	border-radius: 3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.head_menu_02_title a:hover {
	color: #4581ff;
	border: 1px solid #4581ff;
}
.head_menu_03_title a img{
	max-width: 26px;
	margin-left: 6px;
}
#sp_head_menu_o{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 999;
	height: 100px;
	width: 100%;
	background-color: #FFF;
}
#sp_sw_o {
}
#sp_head_menu {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	background-color: #FFF;
	z-index: 1000;
}
#sp_head_menu_box {
	display: flex;
	height: 100px;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	top: 0px;
	background-color: #FFF;
}
#sp_head_menu_box div {

}
#sp_head_menu_sub {
	margin-top: 100px;
	overflow: scroll;
	height: 100%;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	background-color: #f7fafb;
}
#sp_head_menu_sub section{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bccbd3;
	width: calc(100% - 20px);
	margin-right: auto;
	margin-left: auto;
}
#sp_head_menu_sub a{
	color: #000000;
	text-decoration: none;
}
.sp_head_menu_sub_box {
	display: flex;
	justify-content: space-between;
	padding-right: 16px;
	padding-left: 16px;
}
.sp_head_menu_sub_box_L {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.sp_head_menu_sub_box_R,.sp_head_menu_sub_box_R_no {
	width: 3em;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.sp_head_menu_sub_box_sub {
	width: auto;
	padding-left: 50px;
	padding-right: 26px;
	line-height: 50px;
	font-size: 16px;
	padding-bottom: 36px;
}
.sp_head_menu_sub_box_sub a{
	color: #666666 !important;
}

main {
	width: 100%;
}
footer {
	width: 100%;
}
#foot_main {
	background-image: url(images/etc/foot_bk.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #1b1210;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #FFF;
}
#foot_box5 {
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#foot_box5 section {
	width: 180px;
	margin-top: 15px;
}
#foot_box5 section div {
	display: block;
	padding-bottom: 15px;
}

#foot_box5 section a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.foot_box5_title {
	background-image: url(images/etc/foot_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
}

.foot_box5_title a{
	font-size: 15px !important;

}

#foot_box2 {
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	margin-top: 10px;
}
#foot_line {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 20px;
	max-width: 1000px;
}

#foot_box2_2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	font-size: 12px;
}
#foot_box2_2 section {
	margin-top: 20px;
	width: 400px;
	padding-right: 50px;
	padding-left: 50px;
}
#foot_box2_2_text01 {
	background-color: #309;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#foot_box2_sns a {
	padding-left: 10px;
}






#foot_end {
	background-color: #333333;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
#next {
	position: fixed;
	right: 10px;
	bottom: 50px;
	display: none;
}
.wide_max_1200 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}
.wide_max_1100 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
	padding-right: 50px;
	padding-left: 50px;
}
#top_read {
	opacity: 0;
}
#top_read_img {
	z-index: 100000;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -44px;
	margin-left: -44px;
}
#top_w4 {
	display: flex;
	position: fixed;
	z-index: 1002;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
}
#top_w4 div {
	height: 100%;
	width: 25%;
	min-height: 100%;
}
#top_w4 div p{
	height: 100%;
	width: 100%;
	background-color: #F4F4F4;
	min-height: 100%;
}
#top_up {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	position: relative;
}
#top_up_bk {
	position: absolute;
	top: 50px;
	right: 0px;
	max-width: 582px;
	display: none;
}

#top_title {
	display: flex;
	justify-content: space-between;
	padding-top: 160px;
}
#top_title_txt_e {
	font-size: 72px;
	font-weight: bold;
	line-height: 80px;
}
#top_title_txt_j {/*h1*/
	/*padding-top: 20px;
	padding-bottom: 50px;*/
}
#top_title div img {
	padding-left: 10px;
	padding-top: 5px;
}


#top_slider_LR {
	display: flex;
	align-items: flex-end;
	height: 540px;
	overflow: hidden;
}
@media screen and (max-width: 1000px){
#top_slider_LR {
	height: 450px;
}
}
#top_slider_L {
	width: 60%;

}
#top_slider_L_slick div img {
	width: 100%;
}



#top_slider_R {
	width: 40%;

}
#top_slider_R_slick div img {
	width: 100%;
}



.top_box2_PN {
	display: flex;
	justify-content: center;
}
.top_box2_PN_L {
	width: 37.5%;
	box-sizing: border-box;
	margin-right: 20px;
	margin-left: 20px;
}
.top_box2_PN_L_Title {
	font-size: 22px;
}
.top_box2_PN_L_SubTitle {
	font-size: 11px;
}
.top_box2_PN_Link a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.top_box2_PN_L_line {

}
.top_box2_PN_R {
	width: 37.5%;
	box-sizing: border-box;
	margin-right: 20px;
	margin-left: 20px;
}
.top_box2_PN_L_box2 {
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	display: flex;
	padding-top: 25px;
}
.top_box2_PN_L_box2_L {
	flex-shrink: 0;
	width: 150px;
	height: 80px;
	overflow: hidden;
	position: relative;
}
.top_box2_PN_L_box2_L img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.top_box2_PN_L_box2_R {
	font-size: 14px;
	padding-left: 20px;
	width: auto;
}

.top_box2_PN_R_AllLink a:hover{
	color: #4581ff;
	opacity: 1;
}
.top_box2_PN_R_box2 {
	font-size: 14px;
	display: flex;
	vertical-align: top;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C9;
	padding-top: 20px;
}
.top_box2_PN_R_box2_L {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 25px;
}
.top_box2_PN_R_box2_R {
}
#top_line_title {
	text-align: center;
	margin-top: 100px;
	display: block;
	margin-bottom: 100px;
	background-image: url(images/index/top_line_title_bk.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #666666;
}
#top_line_title span {
	background-color: #FFF;
	font-size: 30px;
	padding-right: 30px;
	padding-left: 30px;
}


.top_box2 {
	display: flex;
	justify-content: space-between;
}
.top_box2_L {
	width: 48%;
}
.top_box2_R {
	width: 47%;
}
.top_box2_R_01 {
	font-size: 18px;
	color: #1f0056;
	padding-top: 50px;
}
.top_box2_R_02 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 14px;
}
.top_box2_R_03 {
	margin-top: 19px;
}
.top_box2_R_04 {
	margin-top: 45px;
	color: #4d4d4d;
}
.top_box2_R_05 {
	margin-top: 45px;
}
.top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCCBD3;
	margin-top: 100px;
	padding-bottom: 100px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.title_e {
	font-size: 42px;
	font-weight: bold;
	padding-top: 150px;
}
.title_e_small {
	font-size: 45px;
}
/* CO共通 ##########################################################################################################*/
#co_box5_all {
	margin-top: 100px;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#co_box5_point {
	position: fixed;
	bottom: 100px;
}
#co_box5 {
	display: flex;
	bottom: 0px;
	max-width: 1100px;
	background-color: #FFF;
}
#co_box5 div {
	max-width: 240px;
}
/* int共通 ##########################################################################################################*/
.int_top {
	margin-top: 90px;
}
.int_box2{
	display: flex;
	margin-top: 100px;
}
.int_box2_L1{
	width: 62%;
	padding-right: 20px;
	box-sizing: border-box;
}
.int_box2_R1{
	width: 38%;
	box-sizing: border-box;
}
.int_box2_L2{
	width: 38%;
	box-sizing: border-box;
}
.int_box2_R2{
	width: 62%;
	box-sizing: border-box;
	padding-left: 20px;
}
.int_box2_text01 {
	padding-right: 10px;
}
.int_box2_text02 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #22276D;
	font-weight: bold;
}
.int_box2_text03 {
	font-size: 16px;
	padding-top: 20px;
	color: #4d4d4d;
}

.int_SubTitle {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background-image: url(images/interview/line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.int_SubTitle_e {
	font-size: 34px;
	font-weight: bold;
}
.int_SubTitle_j {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
#int_box5 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
#int_box5 > div{
	margin-top: 5px;
	width: 33%;
}

#int_box6_all {
	margin-top: 100px;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#int_box6_point {
	position: fixed;
	bottom: 100px;
}
#int_box6 {
	display: flex;
	bottom: 0px;
	max-width: 960px;
	background-color: #FFF;
}
#int_box6 div {
	max-width: 192px;
}
/*inq ##########################################################################################################*/
.inq_title{
	font-size: 20px;
	margin-top: 90px;
	background-image: url(images/inquiry/line1100.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
	font-weight: bold;
}
#inq_01 {
	background-color: #f2f2f2;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
	margin-top: 20px;
}
#inq_01 div{
	padding: 15px;
	max-width: 364px;
}
.inq_wide {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
#inq_x3 {
	border: 1px solid #9e9e9e;
	margin-top: 40px;
	font-size: 18px;
}
#inq_table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	margin-top: 40px;
}
#inq_table th,#inq_table td{
	font-size: 18px;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
}
#inq_table th {
	box-sizing: border-box;
	background-color: #f1f2f6;
	text-align: left;
	width: 32%;
}
#inq_table td {
	box-sizing: border-box;
	width: 68%;
}
.inq_table_box {
	display: flex;
	flex-wrap: wrap;
}
.inq_input01 {
	font-family: 'fontg';
	font-size: 18px;
	padding: 5px;
}
.inq_input02 {
	font-family: 'fontg';
	font-size: 18px;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
.inq_input03 {
	font-family: 'fontg';
	font-size: 18px;
	padding: 5px;
	width: 100%;
	height: 10em;
	resize: none;
	box-sizing: border-box;
}
.inq_input_w {
	width: 100%;
	box-sizing: border-box;
}
.inq_sw1 {
	font-family: 'fontg';
	background-color: #23286e;
	width: 100%;
	margin-top: 90px;
	max-width: 362px;
	font-size: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFF;
	padding: 16px;
}
.inq_sw2 {
	font-family: 'fontg';
	background-color: #23286e;
	width: 100%;
	margin-top: 90px;
	max-width: 362px;
	font-size: 20px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFF;
	padding: 16px;
	border: 1px solid #999999;
}
.inq_sw3 {
	font-family: 'fontg';
	background-color: #e6e6e6;
	width: 100%;
	margin-top: 90px;
	max-width: 362px;
	font-size: 20px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #666;
	padding: 16px;
	border: 1px solid #999999;
}
.inq_sw1:hover,
.inq_sw2:hover,
.inq_sw3:hover{
	background-color: #999999;
}
.inq_red {
	color: #FFF;
	background-color: #F00;
	display: inline-block;
	float: right;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 5px;
}
.inq_gr {
	color: #FFF;
	background-color: #666666;
	display: inline-block;
	float: right;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 5px;
}


/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/
/*##########################################################################################################*/





















#SP_CSS-----------------------------------------------------------------------------------------------------------------------------------------------{}
@media screen and (max-width: 737px){
body {
	min-width: 0px;

}
.DEV_PC {
	display: none;
}
.DEV_SP {
	display: block;
}
.sp_w100 {
	width: 100%;
}

.sp_wide_LR26 {
	width: calc(100% - 52px);
	margin-right: auto;
	margin-left: auto;
}
.wide_max_1200 {
	width: calc(100% - 52px);
}
.wide_max_1100 {
	width: calc(100% - 52px);
	padding-right: 0px;
	padding-left: 0px;
}
.space_box_end {
	height: 50px;
}
footer {
	/*text クローム*/
	max-height: 100%;
}
main {
	/*text クローム*/
	max-height: 100%;
}
#top_up {
	max-width: 100%;
	margin-top: 110px;	/*background-position: right 0px;
	background-size: contain;
	background-image: url(images/index/bk.png);
	background-repeat: no-repeat;*/
}
#top_up_bk {
	top: 0px;
}
#top_up_bk{
	max-width: 70%;
}
#top_title {
	flex-wrap: wrap;
	padding-top: 50px;
	width: calc(100% - 52px);
	margin-right: auto;
	margin-left: auto;
}
#top_title_txt_e {
	font-size: 40px;
	line-height: normal;
}
#top_title_txt_j {
	padding-bottom: 20px;
}
#top_slider_LR {
	flex-wrap: wrap;
	margin-top: 20px;
	height: auto;
}
#top_slider_L {
	width: 100%;
}
#top_slider_R {
	width: 100%;
	display: none;
}
.top_box2_PN {
	flex-wrap: wrap;
	margin-top: 50px;
}
.top_box2_PN_L {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.top_box2_PN_R {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 50px;
}
.top_box2_PN_L_box2 {
	flex-wrap: wrap;
}
.top_box2_PN_L_box2_L {
	width: 100%;
}
.top_box2_PN_L_box2_R {
	padding-left: 0px;
}
.top_box2_PN_R_box2 {
	flex-wrap: wrap;
}
.top_box2_PN_R_box2_L {
	padding-right: 0px;
	width: 100%;
}
.top_box2_PN_R_box2_R {
	width: 100%;
}
#top_line_title {
	margin-top: 50px;
	margin-bottom: 30px;
}
.top_box2 {
	flex-wrap: wrap;
	margin-top: 50px;
}
.top_box2_L {
	width: 100%;
}
.top_box2_R {
	width: 100%;
}
.top_line {
	margin-top: 30px;
	padding-bottom: 0px;
}
.title_e {
	font-size: 40px;
	padding-top: 110px;
}
.title_e_small {
	font-size: 30px;
}
/* CO共通 ##########################################################################################################*/
#co_box5_all {
	margin-top: 50px;
}

/* int共通 ##########################################################################################################*/
.int_box2{
	flex-wrap: wrap;
	margin-top: 50px;
}
.int_box2_L1{
	width: 100%;
	padding-right: 0px;
}
.int_box2_R1{
	width: 100%;
	padding-top: 16px;
}
.int_box2_L2{
	width: 100%;
	order: 2;
	padding-top: 16px;
}
.int_box2_R2{
	width: 100%;
	padding-left: 0px;
	order: 1;
}
.int_box2_text01 {
	padding-right: 10px;
}

#int_box5 > div{
	width: 100%;
}


.int_SubTitle {
	margin-top: 80px;
	flex-wrap: wrap;
}
.int_SubTitle_e {
	font-size: 40px;
	text-align: left;
	width: 100%;
}
.int_SubTitle_j {
	width: 100%;
}
#int_box6_all {
	margin-top: 50px;
}
/* inq共通 ##########################################################################################################*/
#inq_01 {
	flex-wrap: wrap;
	
	padding-top: 10%;
	padding-bottom: 10%;
	margin-top: 20px;
}
#inq_01 div{
	padding: 15px;
	max-width: 100%;
}
#inq_table th,#inq_table td{
	display: block;
}
#inq_table th {
	width: 100%;
}
#inq_table td {
	width: 100%;
}
.inq_input01,.inq_input02,.inq_input03{
	margin-top: 5px;
}
.inq_sw1,.inq_sw2,.inq_sw3 {
	margin-top: 40px;
}
/*##########################################################################################################*/
/*##########################################################################################################*/
#SP_E-CSS-----------------------------------------------------------------------------------------------------------------------------------------------{}
}
