@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
shiryo_select
****************************************************************************/

#shiryo_select .td_box {
	padding: 50px 36px 50px 36px;
}

#shiryo_select .catalog_thumb_list,
#shiryo_select .catalog_txt_list {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#shiryo_select .catalog_thumb_list .label_ttl,
#shiryo_select .catalog_txt_list .label_ttl {
	display: block !important;
}

#shiryo_select .catalog_thumb_list .box {
	width: 30.5%;
	max-width: 279px;
	margin-bottom: 40px;
}
#shiryo_select .catalog_thumb_list .box li {
	padding: 0;
}
#shiryo_select .catalog_thumb_list .label_thumb {
	margin-bottom: 20px;
}
#shiryo_select .catalog_txt_list .box {
	width: 49.5%;
	margin-top: 20px;
}
#shiryo_select .catalog_txt_list .box:nth-child(-n+2) {
	margin-top: 0px;
}

@media print, screen and (max-width: 1000px) {
#shiryo_select .td_box {
	padding: 5vw 3.6vw 5vw 3.6vw;
}
#shiryo_select .catalog_thumb_list .box {
	margin-bottom: 4vw;
}
#shiryo_select .catalog_thumb_list .label_thumb {
	margin-bottom: 2vw;
}
#shiryo_select .catalog_txt_list .box {
	margin-top: 2vw;
}
}

@media only screen and (max-width: 767px) {
#shiryo_select .catalog_thumb_list .box {
	width: 47%;
	max-width: inherit;
}
#shiryo_select .catalog_thumb_list .label_thumb {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#shiryo_select .catalog_txt_list .box,
#shiryo_select .catalog_txt_list .box:nth-child(-n+2) {
	width: 100%;
	margin-top: 3.5vw;
}
#shiryo_select .catalog_txt_list .box:nth-child(-n+1) {
	margin-top: 0px;
}
}

/***************************************************************************
kikkake
****************************************************************************/

@media only screen and (max-width: 767px) {
#shiryo_question .check_outline li {
	width: 49%;
}
}

/***************************************************************************
kikkake
****************************************************************************/

@media print, screen and (max-width: 1000px) {
#form #kikkake .grid_3 li {
    width: inherit;
	padding-right: 30px;
}
#form #kikkake .grid_column li {
	display: inline-block;
}
}

@media only screen and (max-width: 768px) {
#form #kikkake .grid_3 li {
    width: 49%;
	padding-right: 0px;
}
#form #kikkake .grid_column li {
	display: block;
}
}

@media only screen and (max-width: 767px) {
#form #kikkake .grid_3 li:nth-child(odd) {
    width: 57%;
}
#form #kikkake .grid_3 li:nth-child(even) {
    width: 41%;
}
}

/***************************************************************************
tyosa_question
****************************************************************************/

#tyosa_question .form_attention {
    margin-bottom: 25px;
}
#tyosa_question th {
    width: 270px;
}

@media print, screen and (max-width: 1000px) {
#tyosa_question .form_attention {
    margin-bottom: 3vw;
}
#tyosa_question th {
    width: 27vw;
}
}

/***************************************************************************
tyosa_tochi_plan
****************************************************************************/

#tyosa_tochi_plan .label_ttl {
	display: block !important;
}
#tyosa_tochi_plan .check_outline li {
	padding-right: 0px;
}

