/* #region "PC" */

/*------------------------------------------------

   article
   
------------------------------------------------*/

article {
	margin: 0 auto;
	position: relative;
}

article h1 span {
	font-weight: 500;
	font-size: 18px;
	padding-left: 20px;
}

article h1 p {
	font-size: 18px;
	font-weight: 500;
	padding-top: 5px;
	display: block;
}

table td>div.sub_title_02:first-child, table td>div.sub_title_03:first-child, table td>div.sub_title_04:first-child {
	margin-top: 0px;
}

/*------------------------------------------------

   section

------------------------------------------------*/

section {
	padding: 0px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

section h2 {
	font-size: 28px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 3rem;
	font-family: Roboto, 'Noto Sans Japanese', serif;
}

section p {}

section strong {
	font-weight: bold;
}

section dl {
	border-bottom: 1px dashed #cccccc;
	clear: both;
	overflow: hidden;
}

section dl.none {
	border-bottom: none;
}

section dl dt {
	clear: both;
	float: left;
	line-height: 24px;
	padding: 10px 30px 10px 15px;
	width: 180px;
}

section dl dd {
	line-height: 24px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
}

section ul {
	margin: 0px;
}

section ul li {
	position: relative;
}

section .txt {
	margin-bottom: 10px;
}

section .img li {
	float: left;
	margin-right: 10px;
}

section.inner {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.sub section.inner ul li {
	padding-left: 28px;
}

.sub section.inner ul li:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 9px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #0a3a87;
}

.content section.inner a {
	text-decoration: underline;
}
.content section.inner a:hover {
	text-decoration: none;
}

.contact_box {
	margin: 40px 0 0 0;
	padding: 20px;
	box-shadow: 0 0 5px #ccc;
}

.cb_con>div:first-child {
	margin-top: 0px;
}

.cb_tit {
	font-size: 120%;
	margin-bottom: 20px;
}

/*------------------------------------------------

   box_list

------------------------------------------------*/

hr {
	border: 0.5px solid #ddd;
}

/*------------------------------------------------

   form

------------------------------------------------*/

::-webkit-input-placeholder {
	color: #aaa;
}

.inquiry {
	margin-top: 50px;
	margin-bottom: 50px;
}

.inquiry .box_btn {
	width: 80% !important;
}

.inquiry dl {
	border-bottom: 1px solid #ddd;
}

.inquiry dl dt {
	clear: both;
	float: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	padding: 15px 20px;
	width: 250px;
	position: relative;
}

.inquiry dl dd {
	line-height: 21px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
.inquiry dl dd .option {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
}
.inquiry dl dd .option .item {
	padding-left: 10px;	
}

.inquiry dl dt span {
	display: inline-block;
	background: #C30B15;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 5px 0px;
	border-radius: 3px;
	margin-left: 8px;
	position: absolute;
	top: 15px;
	right: 10px;
}

.inquiry dl p.memo {
	display: block;
	font-size: 13px;
	padding-top: 5px;
	
}.inquiry dl dt p.memo {
	font-size: 12px;
}

.inquiry dl:last-child {
	border-bottom: none !important;
}

.inquiry small {
	font-weight: normal;
	font-size: 11px;
}

.inquiry input {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #ddd;
	color: #555555;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	padding: 7px;
	transition: all 0.3s ease 0s !important;
	border-radius: 4px;
}

.inquiry textarea {
	font-size: 16px;
	color: #555;
	padding: 0.5em;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fafafa;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition: all 0.3s ease 0s !important;
}

.inquiry input:focus, .inquiry textarea:focus {
	border: 1px solid #59caf5;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 5px rgba(0, 173, 239, 0.5);
	transition: all 0.3s ease 0s !important;
}

.inquiry .submit:focus {
	background: #0a3a87;
	transition: all 0.3s ease 0s !important;
}

.inquiry input.addr {
	cursor: pointer;
	border: none;
	border-radius: 0px;
	background: #bbb;
	color: #fff;
}

.inquiry select {
	border: 1px solid #dddddd;
	border-radius: 4px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 5px;
	padding: 7px;
}

.inquiry label {
	cursor: pointer;
}
.inquiry label p.memo {
	font-size: 13px;
	padding-left: 20px;
}

.inquiry label.block {
	display: block;
	margin-bottom: 10px;
}

.error {
	color: #F30C28;
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

.inquiry .check, .inquiry .prev, .inquiry .submit {
	border-radius: 0;
	font-size: 16px;
	height: 50px;
	width: 350px;
	cursor: pointer;
}

.inquiry .check {
	border: none !important;
	border-radius: 0px;
	background: #ad9e92 !important;
	color: #fff !important;
	border: 0 none;
}

.inquiry .check:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.inquiry .submit {
	background: #0a3a87;
	color: #fff !important;
	border: none !important;
}

.inquiry .submit:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.inquiry .prev {
	background: #aaa !important;
	border: 1px solid #aaa !important;
	color: #fff !important;
	margin-right: 20px;
}

.inquiry .prev:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.inquiry .checkbox {
	text-align: center;
	padding: 50px 0px 20px;
}
.inquiry .checkbox span {
	display: block;
}



.box_btn {
	clear: both;
	text-align: center;
	margin: 30px auto;
	width: 30%;
}

/* region "cms style" */

/*------------------------------------------------

   sub_title

------------------------------------------------*/

section>div.sub_title:first-child {
	margin-top: 0px;
}

.sub_title {
	font-family: "Lato", "Noto Sans Japanese", "Yu Gothic";
	color: #000;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 80px;
	margin-top: 80px;
	line-height: 36px;
	text-align: left;
}

.sub_title_02 {
	font-family: "Lato", "Noto Sans Japanese", "Yu Gothic";
	margin-bottom: 30px;
	margin-top: 50px;
	color: #000;
	padding: 0px 10px 15px 0;
	font-size: 26px;
	font-weight: 700;
	position: relative;
}

.sub_title_02:before {
	background: #0a3a87;
	left: 0px;
	bottom: -5px;
	position: absolute;
	content: "";
	height: 2px;
	width: 25%;
}

.sub_title_02:after {
	background: #ddd;
	left: 0px;
	bottom: -4px;
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	z-index: -1;
}

.sub_title_03 {
	font-family: " Lato", "Noto Sans Japanese", "Yu Gothic";
	margin-bottom: 15px;
	margin-top: 50px;
	color: #000;
	padding: 6px 10px;
	font-size: 20px;
	font-weight: bold;
	background: #e2eaf5;
}
.sub_title_04 {
	font-family: " Lato, ", "Noto Sans Japanese", "Yu Gothic";
	color: #0a3a87;
	padding: 0px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sub_title_05 {
	font-family: " Lato, ", "Noto Sans Japanese", "Yu Gothic";
	color: #000;
	padding: 0px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

table td>div.sub_title_02:first-child, table td>div.sub_title_03:first-child, table td>div.sub_title_04:first-child {
	margin-top: 0px;
}

table td>div.sub_title_02:nth-child(n+2), table td>div.sub_title_03:nth-child(n+2), table td>div.sub_title_04:nth-child(n+2) {
	margin-top: 20px;
}

/*------------------------------------------------

   table

------------------------------------------------*/

table {
	border-collapse: collapse;
	border: 0;
	text-align: left;
}

table td {
	border: 0;
	vertical-align: top;
}

table td.td_img img {
	margin-bottom: 15px;
}

table.nowrap th, table.nowrap td {
	white-space: nowrap;
}

table.hyou_none {
	border: none !important;
	border-collapse: collapse;
}

table.hyou_none th {
	background: none !important;
	border: none !important;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}

table.hyou_none td {
	border: none !important;
	font-size: 100%;
	vertical-align: top;
	/*padding: 10px;*/
}

table.hyou_none td img {}

table.hyou_gray {
	border-collapse: collapse;
}

table.hyou_gray th {
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid #cccccc !important;
	;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

table.hyou_gray td {
	border: 1px solid #cccccc !important;
	;
	color: #333;
	font-size: 100%;
	padding: 8px;
}

table td.hyou_gray_bg {
	background: none repeat scroll 0 0 #eeeeee;
	/* [disabled]border: 1px solid #cccccc; */
	color: #333;
	font-size: 100%;
	font-weight: normal;
	padding: 8px;
}

table.hyou_blue {
	border: 1px solid #0a3a87 !important;
	border-collapse: collapse;
}

table.hyou_blue th {
	background: none repeat scroll 0 0 #E3F5FF;
	border: 1px solid #0a3a87 !important;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

table.hyou_blue td {
	border: 1px solid #0a3a87 !important;
	color: #333;
	font-size: 100%;
	padding: 8px;
}

table td.hyou_blue_bg {
	background: none repeat scroll 0 0 #E3F5FF;
	color: #333;
	font-size: 100%;
	font-weight: normal;
	padding: 8px;
}

table.hyou_red {
	border: 1px solid #ce1220 !important;
	border-collapse: collapse;
}

table.hyou_red th {
	background: none repeat scroll 0 0 #FFECEE;
	border: 1px solid #ce1220 !important;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

table.hyou_red td {
	border: 1px solid #ce1220 !important;
	color: #333;
	font-size: 100%;
	padding: 8px;
}

table td.hyou_red_bg {
	background: none repeat scroll 0 0 #FFECEE;
	color: #333;
	font-size: 100%;
	font-weight: normal;
	padding: 8px;
}

table.hyou_list {
	border-collapse: collapse;
}

table.hyou_list th {
	border-bottom: 1px solid #cccccc;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	padding: 12px;
	text-align: center;
}

table.hyou_list td {
	border-bottom: 1px solid #cccccc;
	color: #333;
	font-size: 100%;
	padding: 12px;
}

table td.hyou_list_bg {
	background: none repeat scroll 0 0 #eeeeee;
	border-bottom: 1px solid #cccccc;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
table.hyou_img_l img, table.hyou_img_r img {
	margin-bottom: 15px;
	padding-left: 15px;
}
table.hyou_img_l img {
	padding-left: 0;
}

table.hyou_img_l, table.hyou_img_r {
	border: none;
	width: 100% !important;
}

table.hyou_img_l td:first-child {
	padding-right: 30px;
}

table.hyou_img_l td:last-child {
	width: 100%;
}

table.hyou_img_r td:first-child {
	width: 100%;
}

table.hyou_img_r td:last-child {
	padding-left: 30px;
	text-align: right;
}


.hyou_staff img {
	margin-bottom: 15px;
	padding-left: 15px;
}
.hyou_staff img {
	padding-left: 0;
	max-width: 150px;
}

.hyou_staff {
	border: none;
	width: 100% !important;
}

.hyou_staff td:first-child {
	padding-right: 30px;
}

.hyou_staff td:last-child {
	width: 100% !important;
}

.hyou_staff_c {
	width: 50%;
	margin: 0 auto;
}
.hyou_staff_c td {
	text-align: center;
}
.hyou_staff_c td img {
	max-width: 250px;
	margin-bottom: 20px;
}

table.hyou_none {
	border: none !important;
	border-collapse: collapse;
}

table.hyou_none th {
	background: none !important;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 0 !important;
	text-align: center;
}

table.hyou_none td {
	font-size: 100%;
	padding: 0 !important;
}

table td img {
	max-width: 100%;
	height: auto;
}

table.hyou_img_l td img, table.hyou_img_r td img {
	max-width: 480px;
}


/*------------------------------------------------
	
	   parts
	
------------------------------------------------*/

ol {
	padding-left: 30px;
}

li.icon_pdf, li.icon_xls, li.icon_doc {
	padding-left: 28px;
}

.icon_pdf {
	background: url(../../img/common/icon/icon_pdf.png) no-repeat 0 5px / 21px !important;
}

.icon_xls {
	background: url(../../img/common/icon/icon_xls.png) no-repeat 0 5px / 21px !important;
}

.icon_doc {
	background: url(../../img/common/icon/icon_doc.png) no-repeat 0 5px / 21px !important;
}

li.icon_pdf:before, li.icon_xls:before, li.icon_doc:before {
	display: none;
}

.red {
	color: #dd0000;
}

.blue {
	color: #0080cc;
}

.green {
	color: #00aa66;
}

.mincho {
	font-family: "Yu Mincho";
	letter-spacing: 0px;
	margin-bottom: 20px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 1)
}

/*------------------------------------------------
	
	   index_list index_btn category_index
	
	------------------------------------------------*/


ul.index_list{
	overflow: hidden;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.index_list li {
	width: calc((100% - 20px) / 3);
	background: none !important;
	padding-left: 0px !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

.index_list li:nth-child(3n+0) {
	margin-right: 0px;
}

.index_list li a {
	font-size: 15px;
	line-height: 1.5rem;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 15px 15px 15px 25px;
	color: #0a3a87;
	font-weight: 700;
	background: #f2f2f2;
	position: relative;
	text-decoration: none !important;
}

.index_list li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 4px;
	bottom: 4px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #0a3a87 #0a3a87 transparent;
	z-index: 1;
	transition: linear 0.3s;
}

.index_list li a:hover:before {
	border-color: transparent #fff #fff transparent;
}

.index_list li a:hover {
	background: #0a3a87;
	color: #fff;
	text-decoration: none;
}

.index_btn ul {
	overflow: hidden;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.index_btn li {
	width: calc((100% - 10px) / 2);
	background: none !important;
	padding-left: 0px !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

.index_btn li:nth-child(2n+0) {
	margin-right: 0px;
}

.index_btn li a {
	font-size: 16px;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 20px 15px 20px 25px;
	color: #fff;
	font-weight: 500;
	background: #0a3a87;
	position: relative;
}

.index_btn li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 4px;
	bottom: 4px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	z-index: 1;
	transition: linear 0.3s;
}

.index_btn li a:hover:before {
	border-color: transparent #0a3a87 #0a3a87 transparent;
}

.index_btn li a:hover {
	background: #f2f2f2;
	color: #0a3a87;
	font-weight: 700;
	text-decoration: none;
}

.category_index {
	margin-top: 50px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px 20px 15px;
	border-radius: 4px;
}
.category_index .ttl {
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}
.category_index .ttl:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 3px;
	top: 12px;
	left: 0px;
	background: #0a3a87;
}
.category_index ul {
	overflow: hidden;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
.category_index li {
	background: none !important;
	padding-left: 0px !important;
	margin-bottom: 10px;
	border: 1px solid #0a3a87;
	margin-right: 10px;
}
.category_index li:last-child {
	margin-right: 0px;
}
.category_index li a {
	font-size: 14px;
	line-height: 1.5rem;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 5px 15px 5px 15px;
	color: #0a3a87;
	font-weight: 500;
	background: #fff;
	position: relative;
}
.category_index li a:hover {
	background: #0a3a87;
	color: #fff;
	text-decoration: none;
}



/*------------------------------------------------
	
	btn_list list_faq
	
------------------------------------------------*/

.btn_list {
	overflow: hidden;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.btn_list li {
	background: none !important;
	padding-left: 0px !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

.btn_list li a {
	font-size: 16px;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 5px 15px 5px 25px;
	color: #000;
	background: #f2f2f2 url(../../img/common/icon/arrow.svg) no-repeat 10px 50%;
	background-size: 6px 6px !important;
}

.btn_list li:before {
	display: none;
}

.btn_list li a:hover {
	background: #0a3a87 url(../../img/common/icon/arrow_02.svg) no-repeat 10px 50%;
	background-size: 6px 6px !important;
	color: #fff;
}

.btn_list .icon_pdf a {
	background: #f2f2f2 url(../../img/common/icon/icon_pdf.png) no-repeat 10px 8px !important;
	background-size: 21px 21px !important;
	padding-left: 40px !important;
}

.btn_list .icon_xls a {
	background: #f2f2f2 url(../../img/common/icon/icon_xls.png) no-repeat 10px 8px !important;
	background-size: 21px 21px !important;
	padding-left: 40px !important;
}

.btn_list .icon_doc a {
	background: #f2f2f2 url(../../img/common/icon/icon_doc.png) no-repeat 10px 8px !important;
	background-size: 21px 21px !important;
	padding-left: 40px !important;
}

.btn_list .icon_pdf a:hover {
	background: #0a3a87 url(../../img/common/icon/icon_pdf.png) no-repeat 10px 8px !important;
	background-size: 21px 21px !important;
}

.btn_list .icon_xls a:hover {
	background: #0a3a87 url(../../img/common/icon/icon_xls.png) no-repeat 10px 8px !important;
	background-size: 21px 21px !important;
}

.btn_list .icon_doc a:hover {
	background: #0a3a87 url(../../img/common/icon/icon_doc.png) no-repeat 10px 8px !important;
	background-size: 21px 21px !important;
}

.btn_list_02 {
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.btn_list_02 li {
	background: none !important;
	padding-left: 0px !important;
	width: calc(70%);
	margin: 0 auto 10px;
}

.btn_list_02 li a {
	font-size: 16px;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 20px 0px;
	color: #fff;
	background: #0a3a87;
}

.btn_list_02 li:before {
	display: none;
}

.btn_list_02 li a:hover {
	background: #f2f2f2;
	color: #0a3a87;
}

.btn_list_03 {
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.btn_list_03 li {
	background: none !important;
	padding-left: 0px !important;
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc((100% - 30px) / 4);
}

.btn_list_03 li:nth-child(4n+0) {
	margin-right: 0px;
}

.btn_list_03 li a {
	font-size: 16px;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 10px 0px;
	color: #000;
	background: #f2f2f2;
}

.btn_list_03 li:before {
	display: none;
}

.btn_list_03 li a:hover {
	background: #0a3a87;
	color: #fff;
}


.btn_list_04 {
	overflow: hidden;
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-around;
}

.btn_list_04 li {
	background: none !important;
	padding-left: 0px !important;
	margin-bottom: 1%;
	width: 32%;
}

.btn_list_04 li a {
	font-size: 15px;
	line-height: 1.5rem;
	display: block;
	text-align: center;
	opacity: 1.0 !important;
	padding: 15px 15px 15px 25px;
	color: #0a3a87;
	font-weight: 700;
	background: #f2f2f2;
	position: relative;
}

.btn_list_04 li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 4px;
	bottom: 4px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #0a3a87 #0a3a87 transparent;
	z-index: 1;
	transition: linear 0.3s;
}

.btn_list_04 li a:hover:before {
	border-color: transparent #fff #fff transparent;
}

.btn_list_04 li a:hover {
	background: #0a3a87;
	color: #fff;
	text-decoration: none;
}





.list_faq {
	margin-bottom: 10px;
}
.list_faq li{
}
.list_faq li:nth-child(odd){
	font-size:120%;
	font-weight:bold;
	background: #f2f2f2;
	color: #000;
  	padding: 12px 12px 12px 40px !important;   	font-weight: 600;
}
.list_faq li:nth-child(odd):before,
.list_faq li:nth-child(even):before{
	display: none;
}
.list_faq li:nth-child(odd):after{
	position: absolute;
	content:"Q.";
	width:40px;
	height:20px;
	font-size: 28px;
	font-weight:bold;
	text-align:center;
	border:none;
	top:11px;
	left:4px;
	color:#0a3a87;
}
.list_faq li:nth-child(even){
	padding: 20px 20px 20px 45px !important;
	margin-bottom:0px !important;
	font-size: 1rem;
}
.list_faq li:nth-child(even):after{
	content: "A.";
	position: absolute;
	left: 10px;
	top: 20px;
	bottom: 0;
	font-size: 28px;
	line-height: 100%;
	color: #F30C28;
	font-weight: bold;
}


/* #endregion */

@media screen and (max-width: 480px) {
	section h1 {
		font-size: 24px;
	}
	section h2 {
		font-size: 18px;
		line-height: 2rem;
	}
	article h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	section img, section iframe {
		width: 100% !important;
		height: auto !important;
	}
	article h1 span {
		padding-top: 10px;
		padding-left: 0px;
		display: block;
		font-size: 14px;
	}
	article h1 p {
		font-size: 15px;
	}
	.main_in>article {
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 30px;
		padding-bottom: 0px;
	}
	section.inner {
		width: 100%;
		padding-bottom: 50px;
	}
	table.hyou_list {
		font-size: 14px;
	}
	section dl dt {
		float: none;
		width: 100%;
		padding: 0px;
	}
	section dl dd {
		line-height: 21px;
	}
	.box_btn {
		width: 80%;
	}
	.box_btn a {
		padding: 5px 0px;
	}
	.box_btn_02 {
		width: 80%;
	}
	.box_btn_02 a {
		font-size: 15px;
		padding: 10px 0 8px;
	}


	/*------------------------------------------------
   box_list
------------------------------------------------*/
.btn_list li a {
	font-size: 14px;
	text-align: left;
}


.btn_list_02 li {
	width: 100%;
}
.btn_list_02 li a {
	font-size: 100%;
	padding: 20px 5px;
}

.btn_list_03 li {
	margin-right: 0;
	width: 100%;
}
.btn_list_03 li a {
	font-size: 100%;
	padding: 5px 5px;
}
	
	/*------------------------------------------------
   inquiry
------------------------------------------------*/
	.inquiry .ttl {
		font-size: 18px;
	}
	.inquiry .tel {
		font-size: 24px;
		background-position: 0% 61%;
		background-size: 21px;
	}
	.inquiry .tel small {
		font-size: 13px;
	}
	.inquiry .hotline .tel {
		font-size: 21px;
		letter-spacing: 2px;
	}
	section.inner ul.list li {
		font-size: 12px;
	}
	/*------------------------------------------------
	
	   inquiry
	
	------------------------------------------------*/
	.inquiry label {
		display: block;
	}
	.inquiry dl {
		border-bottom: 1px dashed #ccc;
	}
	.inquiry dl dt {
		clear: both;
		float: none;
		font-weight: bold;
		padding: 10px 0px;
		width: 100%;
	}
	.inquiry dl dd {
		font-size: 16px;
		padding-top: 0px;
	}
	

	.inquiry .break {
		display: block;
	}
	.inquiry dl dd label {
		padding: 10px 0px;
	}
	.inquiry dl dd input.w20 {
		width: 40% !important;
	}
	.inquiry dl dd input.w30 {
		width: 92% !important;
	}
	.inquiry dl dd input.w50 {
		width: 92% !important;
	}
	.inquiry dl dd input.w80 {
		width: 92% !important;
	}
	.inquiry dl dd textarea.w95 {
		width: 92% !important;
	}
	.inquiry .prev {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.inquiry .box_btn{
		width: 100% !important;
	}
	
	.inquiry .check, .inquiry .prev, .inquiry .submit {
	font-size: 13px;
	width: 95% !important;
	}
	
	
/*------------------------------------------------

   cms

------------------------------------------------*/
.sub_title {
	font-size: 28px;
	letter-spacing: 1.2px;
}
.sub_title_02 {
	font-size: 18px;
	padding: 6px 10px 10px 0;
	margin-top: 30px;
}
.sub_title_03 {
	font-size: 16px;
	line-height: 1.2rem;
}
.sub_title_04 {
	font-size: 14px;
}



.box_btn_list {
	overflow: hidden;
}

.box_btn_list li {
	width: 100%;
}



table {
	width: 100%;
}
table td br {
	clear: none;
}
table td iframe,
table th iframe {
	width: 100%;
}
table td.td_img {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 !important;
	width: 100% !important;
}
table td.td_img img {
	display: block;
	margin: auto;
}
table.hyou_gray {
	font-size: 13px;
}
table.hyou_gray td {
	line-height: 1.2rem;
}
/*table td.hyou_gray_bg {
	white-space: nowrap;
}*/

table.hyou_staff {
	border-top: 1px solid #ccc;
}
table.hyou_staff td.td_img {
	padding-top: 20px !important;
}
table.hyou_staff td:last-child {
	display: block;
}

table.hyou_list {
	font-size: 11px;
}
table.hyou_list tr {
	display: block;
	margin-bottom: 2%;
}
table.hyou_list td {
	display:  list-item;
	list-style: none;
	border: none;
	padding: 2% 5%;
	line-height: 1rem;
}
table.hyou_list td:first-child {
	width: calc(100% - 7%) !important;
	padding-left: 2%;
	margin-bottom: 2%;
	background: #f2f2f2;
}
table.hyou_list td:last-child {
}
table.hyou_img_l img,
table.hyou_img_r img {
	margin-bottom: 15px;
	padding: 0px;
}
table.hyou_img_l {
	border: none;
	width: 100%;
}
table.hyou_img_l td:first-child {
	padding-right: 10px;
}
table.hyou_img_l td:last-child {
	width: 100%;
}
table.hyou_img_r {
	border: none;
	width: 100%;
}
table.hyou_img_r td:first-child {
	width: 100%;
}
table.hyou_img_r td:last-child {
	padding-left: 10px;
}

table.hyou_img_l td,
table.hyou_img_r td {
	display: block;
	width: 100% !important;
}
table.hyou_none td img,
table.hyou_img_l td img,
table.hyou_img_r td img {
	width: 96%;
	margin: 0 auto 10px;
	display: block;
}
table.hyou_none td iframe {
	width: 100%;
}
table.hyou_none td div {
}
table.hyou_none td,
table.hyou_gray td,
table.hyou_blue td,
table.hyou_red td {
	display: table-cell !important;
	width: auto !important;
}

.box_btn_list li a {
	padding: 2% auto !important;
}
.index_btn li {
	width: calc(100%);
}


#page-top {
	bottom: 60px;
	right: 33.3%;
}

}