@charset "UTF-8";

.pt-sec{
	padding-top:130px !important;
}
@media (max-width: 767.98px) {
	.pt-sec{
		padding-top:52px !important;
	}
	.page-header-01 {
		height: auto;
	}
	.page-header-01 h1 {
		padding: 5px 0;
	}
}
.figure-03 .pict .img-fluid {
	width: 100%;
}

.figure-04 figcaption dl dt {
	color: #006cb8;
	margin-bottom: 5px;
}
.figure-04 figcaption dl dd {
    font-size: 1rem;
    font-weight: normal;
}

.list-category-02 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: -2px;
	margin-top: 1em;
	list-style: none;
	padding: 0;
}
.list-category-02 li {
    padding-left: 1px;
    padding-right: 1px;
}
.list-category-02 li span {
    text-align: center;
    display: block;
    font-size: 12px;
    background-color: #006cb8;
    color: #fff;
    min-width: 70px;
    line-height: 20px;
    padding: 0 5px;
}
a.link_case {
	text-decoration: none;
}
a.link_case .list-category-02 {
	margin-top: 0;
}
a.link_case h3,
a.link_case p {
	color: #000;
}
a.link_case h3 {
	font-size: 1.5rem;
}

.list-news-01 li div {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-bottom: 24px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #ddd;
	padding-right: 36px;
}
.list-news-01 li div .badge {
	width: 76px;
	min-width: 76px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.list-news-01 li div time {
    margin-left: 24px;
    margin-right: 24px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}
.list-news-01 li div p {
    color: #333;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.list-news-01 li div {
	    flex-wrap: wrap;
	    padding-top: 11px;
	    padding-bottom: 11px;
	    padding-right: 12px;
	}
	.list-news-01 li div .badge {
	    width: 44px;
	    min-width: 44px;
	    height: 16px;
	    line-height: 1;
	}
	.list-news-01 li div time {
	    margin-left: 12px;
	    margin-right: 12px;
	    font-size: 12px;
	    padding-top: 2px;
	}
	.list-news-01 li div p {
	    min-width: 100%;
	    padding: 9px 6px 0;
	    font-size: 12px;
	    line-height: 1.33;
	}
}

/*-------------------
 faq
-------------------*/
.p-faq > dt {
	padding: 1em 35px;
	background: #fff;
	border-bottom: 1px solid #006cb8;
	font-size: 20px;
	line-height: 1.42857;
	letter-spacing: 0.08em;
}

.p-faq > dt span {
	display: block;
	padding: 0 0 0 60px;
	position: relative;
}
.p-faq > dt span a {
	color: #333;
}
.p-faq > dt span a:hover {
	text-decoration: none;
	color: #333;
}

.p-faq > dt span::before {
	content: 'Q';
	color: #006cb8;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 32px;
	position: absolute;
	top: -0.1em;
	left: 0;
	line-height: 1;
}
.p-faq > dd {
	padding: 40px 35px 90px;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.08em;
	color: #333;
}
.p-faq > dd span {
	display: block;
	padding: 0 0 0 60px;
	position: relative;
}
.p-faq > dd span::before {
	content: 'A';
	color: #7dbfee;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.btn_faq {
	width: 300px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.p-faq > dt {
		padding: 1em 3.33333vw;
		font-size: 4vw;
		line-height: 1.6;
	}
	.p-faq > dt span {
		padding: 0 0 0 7.33333vw;
	}
	.p-faq > dt span::before {
		font-size: 6.13333vw;
	}
	.p-faq > dd {
		padding: 5.33333vw 3.33333vw 8vw;
		font-size: 3.2vw;
		line-height: 1.58333;
	}
	.p-faq > dd span {
		padding: 0 0 0 7.33333vw;
	}
	.p-faq > dd span::before {
		font-size: 6.13333vw;
	}
	.btn_faq {
		width: 80%;
	}
}

/*-------------------
 policies
-------------------*/
.pict_policies{
	width: 65%;
	margin: 0 auto;
}
.policies .fleft {
	float: left;
	width: 15%;
}
.policies .fright {
	float: right;
	width: 85%;
}

@media screen and (max-width: 768px) {
	.pict_policies {
		width: 100%;
	}
	.policies .fleft {
		width: 30%;
	}
	.policies .fright {
		width: 67%;
	}
}

/*-------------------
 safety
-------------------*/
.total_table {
	width: 70%;
	margin-bottom: 1rem;
}
.total_table table {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
.total_table table thead th {
    background: #F0F6FB;
    border-top: 1px solid #6F91B4;
    border-bottom: 1px solid #6F91B4;
    border-left: 1px solid #CDD9E6;
    border-right: 1px solid #CDD9E6;
    vertical-align: middle;
    color: #00448D;
    font-weight: 400;
    text-align: center;
    padding: 5px 0;
    width: 25%;
}
.total_table table tbody td {
    border-bottom: 1px solid #CDD9E6;
    border-left: 1px solid #CDD9E6;
    border-right: 1px solid #CDD9E6;
    vertical-align: middle;
    color: #000;
    text-align: center;
    padding: 5px 0;
    width: 25%;
}
.total_table table tbody tr.last td {
    border-bottom: 1px solid #6F91B4;
}
.total_table .attention{
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.total_table {
		width: 100%;
	}
}

/*-------------------
 aboutus
-------------------*/
.list-outline dt {
	float: left;
	clear: right;
	width: 30%;
	margin: 0;
	border-bottom: 1px solid #000;
	padding: 18px 0;
}
.list-outline dd {
	float: right;
	width: 64%;
    margin: 0;
    border-bottom: 1px solid #000;
	padding: 18px 0;
}
.list-outline dd span.strong {
	display: inline-block;
	font-weight: bold;
	width: 7em;
	margin-right: 15px;
}

.table-03 {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.table-03 table {
    z-index: 2;
    flex-grow: 1;
    height: 100%;
    border-top: 2px solid #eee;
    position: relative;
    border-collapse: collapse;
}
.table-03 table tbody th {
    padding: 15px 50px;
    vertical-align: top;
    padding-right: 30px;
    line-height: 2;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}
.table-03 table tbody td {
    vertical-align: top;
    line-height: 2;
    border-bottom: 1px solid #eee;
    padding: 15px 30px 15px 27px;
}
.table-03 table tbody tr:first-child td, 
.table-03 table tbody tr:first-child th {
    padding-top: 20px;
}
.table-03 table tbody td .list-dots-01 {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.list-dots-01 li {
    position: relative;
    padding-left: 1.4em;
    line-height: 1.5;
}
.list-dots-01 li:before {
    position: absolute;
    top: 1px;
    content: "・";
    left: 0;
}
@media screen and (max-width: 768px) {
	.table-03 {
	    display: block;
	}
	.table-03 table tbody th {
	    display: inline-block;
	    border-bottom: none;
	    padding: 15px 0 0;
	    line-height: 1.3;
	}
	.table-03 table tbody td {
	    display: block;
	    flex-basis: 100%;
	    padding-left: 0;
	    padding-top: 6px!important;
	}
	.table-03 table tbody tr:first-child td,
	.table-03 table tbody tr:first-child th {
	    padding-top: 15px;
	}
	.table-03 table tbody td .list-dots-01 li {
	    margin-top: .5em;
	}
	.list-outline dt {
		width: 100%;
		border-bottom: none;
		padding: 18px 0 9px;
		font-weight: bold;
	}
	.list-outline dd {
		width: 100%;
		padding: 0 0 18px;
	}
}

/*-------------------
 offices
-------------------*/
.txt-img-02 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.txt-img-02 .txt {
    flex-grow: 1;
}
.btn-outline {
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    position: relative;
    cursor: pointer;
    width: 300px;
    color: #006cb8;
    border: 2px solid #006cb8;
    margin: 1rem 0;
    padding: .375rem .75rem;
}
.btn-outline:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 55%;
    right: 20px;
    border-right: 2px solid #006cb8;
    border-top: 2px solid #006cb8;
    border-color: inherit;
    margin-top: -2px;
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.btn-outline:hover {
    color: #fff;
    background-color: #006cb8;
    text-decoration: none;
}
.btn-outline:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.txt-img-02 .pict {
    min-width: 300px;
    width: 300px;
    max-width: 300px;
    margin-right: 60px;
}
@media screen and (max-width: 768px) {
	.txt-img-02 {
	    display: block;
	}
	.txt-img-02 .txt a {
		color: #000;
	}
	.btn-outline {
		width: 80%;
		margin: 1rem auto;
	}
	.txt-img-02 .pict {
	    display: block;
	    width: 100%;
	    min-width: 0;
	    text-align: center;
	    margin-right: 0;
	    max-width: 100%;
	}
}

/*-------------------
 contactus
-------------------*/
.inquiry {
	width: 100%;
}
.inquiry dl {
}
.inquiry dl dt {
	float: left;
	width: 35%;
	font-weight: bold;
	padding: 20px 0 20px;
	line-height: 1.5;
}
.inquiry dl dt span {
	color: #e60012;
	display: inline-block;
	padding-left: 10px;
}
.inquiry dl dd {
	float: left;
	width: 65%;
	padding: 20px 0;
	line-height: 1.5;
	margin-bottom: 0;	
}
.inquiry dl dd span {
	display: inline-block;
	padding: 0 10px;
}
.inquiry dl dd span.address {
	padding: 0 6px 0 10px;
}
.col-set {
	display: flex;
	width: calc(100% + 30px);
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col1-0, .col1-1, .col1-2, .col1-3, .col1-4, .col1-5, .col1-6 {
	margin-right: 30px;
}
.col1-0 {
	width: calc(100% - 30px);
}
.col1-1 {
	width: calc(60% - 30px);
}
.col1-2 {
	width: calc(100% / 2 - 30px);
}
.col1-3 {
	width: calc(100% / 3 - 30px);
}
.col1-4 {
	width: calc(100% / 4 - 30px);
}
.col1-5 {
	width: calc(100% / 5 - 30px);
}

input[type=checkbox] {
	appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
}
input[type=radio] {
	appearance: radio !important;
	-webkit-appearance: radio !important;
}
input[type="text"] {
    width: 100%;
    font-size: 1em;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"].namae {
    width: 85%;
}
input[type="text"].address {
    width: 60%;
}
textarea {
    width: 100%;
    height: 150px;
    font-size: 1em;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn_form {
	width: 30%;
	margin: 60px auto 0;
}
.btn_form .button {
    width: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    background-color: #006cb8;
    color: #fff;
    border: 2px solid #006cb8;
}
.btn_form .button:hover {
	color: #006cb8;
	background-color: #fff;
}
.btn_form_conf {
	width: 60%;
	margin: 60px auto 0;
}
.btn_form_conf ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.btn_form_conf ul li {
	float: left;
	width: 46%;
	margin-right: 8%;
}
.btn_form_conf ul li:last-child {
	margin-right: 0;
}
.btn_form_conf ul li a {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    color: #fff;
    border: 2px solid #000;
}
.btn_form_conf ul li .btn_send {
    width: 100%;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    background-color: #006cb8;
    color: #fff;
    border: 2px solid #006cb8;
}

.btn_form_conf ul li a.back {
	background-color: #d9d9d9;
    border: 2px solid #d9d9d9;
    color: #000;
}
.btn_form_conf ul li a:hover {
	background-color: #fff;
    color: #006cb8;
    text-decoration: none;
}
.btn_form_conf ul li .btn_send:hover {
	background-color: #fff;
    color: #006cb8;
    text-decoration: none;
}
.btn_form_conf ul li a.back:hover {
	background-color: #fff;
    color: #000;
    text-decoration: none;
}
.btn_form_thanks {
	width: 30%;
	margin: 60px auto 100px;
}
.btn_form_thanks a {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #006cb8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
    color: #fff;
    border: 2px solid #006cb8;
}
.btn_form_thanks a:hover {
	background-color: #fff;
    color: #006cb8;
    text-decoration: none;
}
.error {
	width: 85%;
	margin: 20px auto;
	border: 2px solid #FF0004;
	padding: 20px;
}
.error p {
	color: #FF0004;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.inquiry dl dt {
		width: 100%;
		padding: 20px 0 0 0;
	}
	.inquiry dl dt span {
		padding-left: 5px;
	}
	.inquiry dl dd {
		width: 100%;
		padding: 10px 0;
	}
	.col1-0, .col1-1, .col1-2, .col1-3, .col1-4, .col1-5, .col1-6 {
		margin-right: 10px;
	}
	.sm-col1-1 {
		width: 100%;
	}
	input[type="text"].namae {
	    width: 75%;
	}
	input[type="text"].address {
	    width: 40%;
	}
	input[type="text"].address2 {
	    width: 70%;
	}
	.select-wrap {
		width: 40%;
	}
	.btn_form {
		width: 60%;
		margin: 30px auto 0;
	}
	.btn_form_conf {
		margin: 30px auto 0;
	}
	.btn_form_conf ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.btn_form_thanks {
		width: 60%;
		margin: 30px auto 50px;
	}
	.error {
		width: 100%;
		padding: 10px;
	}
	input[type="text"].address3 {
	    width: 95%;
	}
}

/*-------------------
 pager
-------------------*/
.pager {
	text-align: center;
	letter-spacing: -0.4em;
	padding: 0;
	margin: 50px 0;
}
.pager .pager-item {
	display: inline-block;
	letter-spacing: normal;
	line-height: 1;
	margin: 0 5px;
}
.pager .pager-item.current span {
	display: block;
	padding: 1rem 1.5rem;
	line-height: 1;
	background-color: #000;
	color: #fff;
}
.pager .pager-item a {
	display: block;
	padding: 1rem 1.5rem;
	line-height: 1;
	background-color: #eaeaea;
	color: #000;
}
.pager .pager-item a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.pager .pager-item a {
		padding: 0.5rem;
	}
}

/* ------------------------------------------------------------------
     clearfix
------------------------------------------------------------------ */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clear {
	clear: both;
}
