@charset "utf-8";

/* =================================================================== */
/* MODULE
/* =================================================================== */
.pB0 {
	padding-bottom: 0 !important;
}
.text-align-center{
	text-align: center;
}
@media screen and (max-width:767px) {
	.sp_mT0 {
		margin-top: 0px !important;
	}
	.sp_mT15 {
		margin-top: 15px !important;
	}
	.sp_mB15 {
		margin-bottom: 15px !important;
	}
	.sp_block {
		display: block !important;
	}
	.sp_mL0 {
		margin-left: 0 !important;
	}
	.sp_w100pct {
		width: 100% !important;
	}
}

/* =================================================================== */
/* HEADER
/* =================================================================== */
#dantai-header {
    margin: 0;
    padding: 0;
}
#dantai-header #header_logo {
	width: 100%;
	padding: 20px 0 5px;
	background: #fff;
}
#dantai-header #header_logo p {
	max-width: 975px;
	margin: 0 auto 10px;
	font-size: 12px;
}
#dantai-header #header_logo p.logo_text {
	display: block;
	color: #006c60;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
}
#dantai-header #header_logo p.logo_text span {
    display: block;
    padding-left: 0;
}
#dantai-header #header_logo p.logo_text img {
	vertical-align: -2px;
}
@media screen and (max-width: 896px) {
	#dantai-header #header_logo {
		width: auto;
		padding: 10px;
	}
	#dantai-header #header_logo p {
		width: auto;
	}
}

.site-header {
	border-top: 1px solid #ccc;
	border-bottom: 0;
}

.site-logo a {
	width: 236px;
	background: url(/dantai/chukoren/svg/logo_smif.svg) no-repeat 0 0;
	margin-top: 18px;
}
@media screen and (max-width:767px) {
	.site-logo a {
		width: auto;
		margin-top: 5px;
		margin-right: 10px;
		background: url(/dantai/chukoren/svg/logo_smif.svg) no-repeat 0 0;
		background-size: contain;
	}
}

.site-header-util {
	top: auto;
	bottom: 12px;
}

/* =================================================================== */
/* TOP VISUAL
/* =================================================================== */
.top-carousel {
	height: 299px;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	.top-carousel {
		height: auto;
	}
	.top-carousel-anchor {
		width: 100%;
		height: auto;
	}
}

.top-carousel .is-pcOnly {
	display: block;
}
.top-carousel .is-spOnly {
	display: none;
}
@media screen and (max-width:767px) {
	.top-carousel .is-pcOnly {
		display: none;
	}
	.top-carousel .is-spOnly {
		display: block;
	}
}

/* =================================================================== */
/* MAIN
/* =================================================================== */
.contents-main {
	float: none;
	width: 100%;
}

.top-product-title {
	margin: 6px 0 12px;
}
@media screen and (max-width:767px) {
	.top-product-title {
		margin: 6px 10px 12px;
	}
	.top-product-title img {
		width: 100%;
		max-width: 318px;
		height: auto;
	}
}

/* 保険のご案内（リスト） */
.top-topics-item {
	width: 49%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
}
.top-topics-item.item-1 {
	margin: 0 1% 11px 0;
}
.top-topics-item.item-2,
.top-topics-item.item-3 {
	margin: 0 0 11px 1%;
}
.top-topics-item.item-4{
	width: 100%;
}
@media screen and (max-width:767px) {
	.top-topics-item {
		width: auto;
	}
	.top-topics-item.item-1 {
		margin: 0 5px 11px;
	}
	.top-topics-item.item-2,
	.top-topics-item.item-3 {
		margin: 0 5px 11px;
	}
}

.top-topics-item > * {
	margin: 0 20px 20px;
}
@media screen and (max-width:767px) {
	.top-topics-item > * {
		margin: 0 10px 15px;
	}
}
.top-topics-item h2 {
	margin: 20px 15px;
}
.top-topics-item h2.pb-adjust {
	padding-bottom: 1.8em;
}
.top-topics-item h2 .hosoku {
	display: block;
}
.top-topics-item h3 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 18px;
	color: #666;
}
.top-topics-item .txt-hikiuke span {
	display: inline-block;
	color: #666;
	background: #efefef;
	border-radius: 8px;
	padding: 0.2em 0.5em;
}
.top-topics-item > .img {
	text-align: center;
}
@media screen and (max-width:767px) {
	.top-topics-item > .img img {
		width: 100%;
		height: auto;
	}
}
.top-topics-item .btn-img {
	text-align: center;
	margin: 20px 0 10px;
}
@media screen and (max-width:767px) {
	.top-topics-item .btn-img img {
		width: 100%;
		height: auto;
	}
}
.top-topics-item .btn-img.eNavi a {
	display: block;
	border: 1px solid #ccc;
	width: 70%;
	margin: 10px auto;
	padding: 25px 0;
	text-decoration: none !important;
	background: #fff url(/images/icon-outerlink.gif) no-repeat 273px 8px;
	border-radius: 5px;
}
.top-topics-item .btn-img.eNavi span {
	display: block;
}
@media screen and (max-width:767px) {
	.top-topics-item .btn-img.eNavi a {
		width: 90%;
		background-position: 97% 8px;
	}
}
.top-topics-item > dl.period dd:after {
	display: table;
	content: "";
	clear: both;
}
.top-topics-item > dl.period dt {
	width: 5em;
	float: left;
}
.top-topics-item > dl.period dd {
	margin-left: 5em;
}
.top-topics-item > .btn {
	text-align: center;
}
.top-topics-item > .btn a.btn-normal.btn-topics-col2,
.top-topics-item > .btn a.btn-normal.btn-topics-col2:visited {
	padding: 12px 26px 12px 9px;
}
.top-topics-item > .btn a.btn-normal.btn-topics-col2 +  a.btn-normal.btn-topics-col2,
.top-topics-item > .btn a.btn-normal.btn-topics-col2:visited + a.btn-normal.btn-topics-col2:visited {
	margin-left: 8px;
}
@media screen and (max-width:767px) {
	.top-topics-item > .btn a.btn-normal.btn-topics-col2 +  a.btn-normal.btn-topics-col2,
	.top-topics-item > .btn a.btn-normal.btn-topics-col2:visited + a.btn-normal.btn-topics-col2:visited {
		margin-left: 0;
		margin-top: 8px;
	}
}


div.list-wrapper {
	padding: 1.6%;
	border: 1px solid #ccc;
	border-radius: 8px;
}
div.list-wrapper h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 10px;
	text-align: center;
}

ul.list-top-seiho-service {
	display: flex;
	justify-content: space-between;
}
ul.list-top-seiho-service01 {
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
}
ul.list-top-seiho-service li h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
@media screen and (max-width:767px) {
	ul.list-top-seiho-service, ul.list-top-seiho-service01  {
		display: block;
	}
}

ul.list-top-seiho-service > li {
	/*float: left;*/
	width: 45.4%;
	padding: 1.6%;
	border: 1px solid #ccc;
	border-radius: 8px;
	/*margin: 0 1% 0 0;*/
}

ul.list-top-seiho-service01 > li {
	width: 45.4%;
	padding: 1.6%;
	line-height: 2.75em;
}


@media screen and (max-width:767px) {
	ul.list-top-seiho-service > li {
		width: auto;
		padding: 10px;
		margin: 0 0 0 0;
	}
	ul.list-top-seiho-service > li + li {
		margin: 15px 0 0 0;
	}
	ul.list-top-seiho-service01 {
		padding: 10px;
	}	
	ul.list-top-seiho-service01 > li {
		width: auto;
		padding: 0;
		margin: 0 0 0 0;
	}
}

div.login-box {
	text-align: center;
}
div.login-box a.login-btn {
	background-color: #003778;
}

/* お問い合わせ */
.top-contact-01,
.top-privacy-01 {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	padding: 20px;
	margin-top: 25px;
}
.top-contact-01 h2 {
	font-size: 20px;
}
.top-contact-01 dl {
	font-size: 16px;
}
.top-contact-01 dl dt {
	float: left;
	width: 8em;
}
@media screen and (max-width:767px) {
	.top-contact-01,
	.top-privacy-01 {
		padding: 10px;
		margin: 25px 10px 10px;
	}
}

/* インターネット契約サービス */



.top-info {
	background-color: #fff;
}
.top-info-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 14px 0 0;
	overflow: hidden;
}
.top-info .block-flex div{
	width: 50%;
}
@media screen and (max-width:767px) {
	.top-info-inner {
		width: auto;
		margin: 0 10px;
	}
	.top-info-inner .box-gray {
		padding: 10px;
	}
	.top-info .block-flex div{
		width: 100%;
	}
	.top-info .block-flex div + div{
		margin-top: 30px;
	}
	
}





.block-flex{
	display: flex;
	justify-content: space-between;
}
.block-flex.flex-start{
	justify-content: flex-start;
}
.block-flex.flex-align-center{
	align-items:center
}

@media screen and (max-width:767px) {
	.block-flex{
	display: block;
	}
}
ul.list-top-seiho-service.wide li {
    width: 100%;
}
@media screen and (max-width: 896px) {
    ul.list-top-seiho-service.wide li {
        width: auto;
    }
}
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Helvetica Neue", Arial, Meiryo, sans-serif;
    line-height: 1.5;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFFF;
    text-align: left;
}
#dantai-header,
.site-header,
.top-info,
.site-footer {
	font-size: 13px;
	line-height: 1.8;
    font-family: Helvetica, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.mv_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F2F2F2 url(../images/top-visual-01.png?2) no-repeat right center;
	height: 300px;
}
.mv-ttl {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.025em;
	text-align: center;
	line-height: 1.4;
}
.chukoren_wrap {
	max-width: 1100px;
    margin: 0 auto;
    padding: 52px 0 97px;
    box-sizing: border-box;
}
.chukoren_in > .read-txt {
	font-size: 16px;
    line-height: 1.625;
    text-align: center;
}
.start_wrap {
	margin-top: 50px;
}
.start_ttl {
	margin-bottom: 40px;
}
.chkr-ttl {
	background: #333333;
    width: 100%;
    padding: 9px 0;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.025em;
    line-height: 1.333;
}
.start_in.ver2 {
	margin-top: 50px;
}
.start_lst {
	display: flex;
	justify-content: left;
	gap: 25px;
	flex-wrap: wrap;
}
.start_box {
	background: #FFF6DF;
	padding: 30px 18px 35px;
	box-sizing: border-box;
	width: calc((100% - 25px) / 2);
}
.start_in.ver2 .start_box {
	background: #E1F1FF;
}
.start_box .cat {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 23px;
	box-sizing: border-box;
	border-bottom: 1px solid #333333;
	text-align: center;
	margin-bottom: 19px;
}
.start_box .cat.n-border {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.start_box .txt {
	line-height: 1.625;
	word-break: break-word;
    line-break: strict;
}
.chkr-btn {
	width: 300px;
    height: 60px;
}
.chkr-btn a {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    border: 2px solid #333333;
    box-sizing: border-box;
    background: #FFFFFF;
    text-decoration: none;
    color: #333333;
}
.chkr-btn.ver2 a {
	border: 2px solid #DE2525;
    background: #DE2525;
    font-size: 21px;
    font-weight: 500;
    color: #FFFFFF;
}
.chkr-btn.ver2 .is-construction {
	font-size: 21px;
	color: #333333;
	border-radius: 0;
}
.login-btn.chkr-btn {
	width: 400px;
	margin: 60px auto 20px;
}
.chkr-btn.is-arrow a {
	position: relative;
	padding-right: 10px;
    box-sizing: border-box;
}
.chkr-btn.is-arrow a::before {
	content: "";
	width: 7px;
    height: 7px;
    border: 2px solid;
    border-color: transparent transparent #333333 #333333;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    z-index: 9;
}
.c-pc {
	display: block;
}
.c-sp {
	display: none;
}
.contents {
	overflow: visible;
}
.contact-lnk {
	font-size: 15px;
}
.prcdr_wrap,
.docdow_wrap,
.qa_wrap,
.repo_wrap {
	margin-bottom: 90px;
}
.prcdr_ttl {
	margin-bottom: 46px;
}
.prcdr_in .prcdr_box:not(:last-child) {
	margin-bottom: 60px;
}
.prcdr_in .prcdr_box {
	border: 3px solid #EEEEEE;
	box-sizing: border-box;
}
.prcdr_box .ttl {
	width: 100%;
	background: #EEEEEE;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 16px 0 15px;
	box-sizing: border-box;
	letter-spacing: 0.025em;
	line-height: 1.318;
}
.prcdr_box dd {
	padding: 40px 70px;
	box-sizing: border-box;
}
.prcdr_box dd .txt {
	font-size: 18px;
	line-height: 1.666;
	text-align: center;
}
.prcdr_box dd .txt.ver2 {
	margin-top: 8px;
}
.form_btn {
	margin: 0 0 30px;
	padding-bottom: 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
}
.form-btn {
	margin: 0 auto;
}
.prcdrbtn_box {
	margin-top: 40px;
	display: flex;
	justify-content: left;
	gap: 0 27px;
}
.prcdr_btn .cate {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin-bottom: 14px;
	line-height: 1.5;
}
.prcdr_btn .foemat-txt {
	font-size: 14px;
	letter-spacing: 0.025em;
	margin-top: 11px;
	line-height: 1.214;
}
.qa_ttl {
	margin-bottom: 35px;
}
.qa_in {
	padding: 0 30px;
	box-sizing: border-box;
}
.qa_ct:not(:last-child) {
	margin-bottom: 69px;
}
.qa_ct .cat {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4444;
	margin-bottom: 15px;
}
.faq_lst .faq_box:not(:last-child) {
	margin-bottom: 34px;
}
.faq_box .question {
	padding: 9px 55px 9px 13px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #707070;
	cursor: pointer;
	transition: all .2s ease-out;
}
.faq_box .question::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../svg/icn_plus.svg) no-repeat center;
	position: absolute;
	right: 15px;
	z-index: 9;
	top: 50%;
	margin-top: -10px;
}
.faq_box .question.active::after {
	background: url(../svg/icn_minus.svg) no-repeat center;
}
.faq_box .question span {
	padding-left: 29px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	line-height: 1.625;
	display: inline-block;
}
.faq_box .question span::before {
	content: "Q";
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.faq_box .answer {
	margin-top: 20px;
	padding-left: 42px;
	box-sizing: border-box;
	position: relative;
	line-height: 1.625;
	display: none;
}
.faq_box .answer::before {
	content: "A";
	font-weight: bold;
	position: absolute;
	left: 13px;
	top: 0;
	z-index: 9;
}
.read_wrap {
	margin-bottom: 60px;
}
.read_wrap > .txt {
	font-size: 16px;
    line-height: 1.625;
    margin-top: 50px;
}
.prcdr_wrap > .txt.is-red {
	font-size: 18px;
    line-height: 1.6666;
    text-align: center;
    margin-bottom: 30px;
    color: #DE2525;
    font-weight: bold;
}
.prcdr_box dd .txt.is-note {
	padding-left: 5em;
    text-indent: -5em;
	box-sizing: border-box;
	margin-top: 20px;
	text-align: left;
}
.download .prcdrbtn_box {
	display: block;
}
.download .prcdrbtn_box .prcdr_btn:not(:last-child) {
	margin-bottom: 40px;
}
.fw-b {
	font-weight: bold;
}
.prcdr-txt {
    line-height: 1.5;
}
.prcdr_wrap .ano_txt {
	margin-bottom: 30px;
	font-size: 16px;
    line-height: 1.625;
}
.prcdr_wrap .ano_txt .ano_lst {
	padding-left: 3em;
	box-sizing: border-box;
}
.prcdr_wrap .ano_txt .ano_lst li.is-6 {
	padding-left: 6em;
	text-indent: -6em;
	box-sizing: border-box;
}
.doc-con {
	padding-left: 1em;
	box-sizing: border-box;
}
.docdow_ttl,
.repo_ttl,
.agency_ttl {
	margin-bottom: 46px;
}
.doclnk_lst {
	line-height: 1.6;
    font-weight: bold;
}
.repo-txt {
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.5;
}
.doclnk_lst li:not(:last-child) {
	margin-bottom: 20px;
}
.doclnk_lst li {
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
    box-sizing: border-box;
}
.repo_wrap {
	text-align: center;
}
.repo_wrap .tel-lnk {
	font-weight: bold;
	font-size: 32px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}
.repo_wrap .tel-lnk > span {
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
}
.repo_wrap .tel-lnk > span::before {
	content: "";
	width: 24px;
    height: 24px;
	background: url(../svg/icn_tel.svg) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	z-index: 9;
}
.chkr-btn.is-pdf a,
.chkr-btn.is-download a {
	padding-right: 14px;
}
.chkr-btn.is-pdf a::after,
.chkr-btn.is-download a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.chkr-btn.is-pdf a::after {
	width: 15px;
	height: 17px;
	background: url(../svg/icn_pdf.svg) no-repeat center / 100% auto;
	right: 14px;
}
.chkr-btn.is-download a::after {
	width: 12px;
	height: 19px;
	background: url(../svg/icn_download.svg) no-repeat center / 100% auto;
	right: 15px;
}
.doc-btn.chkr-btn a {
	border-radius: 40px;
	box-sizing: border-box;
}
.prcdr_btn {
	background: #EEF8F7;
	padding: 30px;
	box-sizing: border-box;
}
.ank_lst {
	display: flex;
	margin: 0 auto 52px;
    gap: 15px 44px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
}
.ank_lst li a {
	padding-left: 26px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	color: #333333;
	text-decoration: none;
}
.ank_lst li a::before {
	content: "";
	width: 16px;
	height: 12px;
	background: url(../svg/arrow_b.svg) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 9;
}
.prcdr_box .ttl .ank-lnk {
	text-decoration: underline;
	color: #333333;
}
.start_wrap .ano-txt {
	font-size: 18px;
    line-height: 1.6666;
    margin-top: 25px;
    color: #DE2525;
    font-weight: bold;
	text-align: center;
}
.chkr-btn .is-construction {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
    background: #c3c3c3;
    text-decoration: none;
    color: #333333;
    border-radius: 40px;
    box-sizing: border-box;
	font-size: 14px;
    line-height: 1;
}
.construction-txt {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #333333;
}
.start_lst.ver2 .start_box {
	padding: 30px 18px;
}
.start_lst.ver2 .start_box .construction-txt {
	background: #ffffff;
}
.prcdr_box dd .txt.is-note.ver2 {
	margin-top: 0;
}
.footer-righttxt {
    float: right;
    font-size: 11px;
    font-family: arial;
}
.footer-copytxt {
    text-align: center;
    padding: 60px 0 40px;
    font-size: 11px;
}
@media screen and (max-width:1200px) and (min-width:896px) {
	.chukoren_wrap {
		width: calc(100% - 30px);
	}
}
@media screen and (min-width:896px) {
	.chkr-btn a:hover {
		background: #333333;
		color: #FFFFFF;
	}
	.chkr-btn.is-arrow a:hover::before {
		border-color:  transparent transparent #FFFFFF #FFFFFF;
	}
	.chkr-btn.ver2 {
		width: 315px;
		height: 66px;
	}
	.chkr-btn.ver2 a:hover {
		background: #FFFFFF;
        color: #DE2525;
	}
	.start_lst.ver2 {
		justify-content: center;
	}
	.start_lst.ver2 .start_box {
		max-width: 350px;
	}
	.repo_wrap .tel-lnk {
		pointer-events: none;
	}
	.chkr-btn.is-pdf a:hover::after {
		background: url(../svg/icn_pdf_w.svg) no-repeat center / 100% auto;
	}
	.chkr-btn.is-download a:hover::after {
		background: url(../svg/icn_download_w.svg) no-repeat center / 100% auto;
	}
	.faq_box .question:hover {
		background: #EEEEEE;
	}
	.doclnk_lst {
		padding: 0 30px;
    	box-sizing: border-box;
	}
	.doclnk_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.doc-btn.chkr-btn {
		width: 200px;
    	height: 45px;
	}
	.doc-btn.chkr-btn a {
		font-size: 14px;
	}
	.doc-btn.chkr-btn.is-download a::after {
		width: 10px;
    	height: 17px;
		right: 17px;
	}
	.doclnk_box .cate {
		width: calc(100% - 220px);
	}
	.prcdr_btn {
		position: relative;
	}
	.prcdr-btn {
		position: absolute;
        right: 30px;
        bottom: 30px;
		z-index: 9;
	}
	.prcdr-btn.is-center {
		bottom: auto;
		top: 50%;
    	margin-top: -33px;
	}
	.prcdr-txt {
		font-size: 15px;
    	width: calc(100% - 350px);
	}
	.ank_lst li a:hover {
		color: #006c60;
	}
	.prcdr_box .ttl .ank-lnk:hover {
		text-decoration: none;
	}
	.start_lst.ver2 .start_box .construction-txt {
		padding: 19px 0;
		font-size: 25px;
	}
}
@media screen and (min-width:760px) {
	.site-header-upper {
		max-width: 980px;
	}
	.top-info-inner,
	#dantai-header #header_logo p,
	.footer-inner,
	.site-header-upper {
		width: calc(100% - 30px);
	}
	.footer-inner {
		max-width: 980px;
		padding: 50px 0 0;
		box-sizing: border-box;
	}
	.footer-righttxt {
		text-align: right;
	}
}
@media screen and (max-width:896px) {
	.c-pc {
		display: none;
	}
	.c-sp {
		display: block;
	}
	body {
		font-size: 14px;
		min-width: 320px;
		width: 100%;
		min-height: -webkit-fill-available;
	}
	.mv_wrap {
		justify-content: left;
		background: #F2F2F2 url(../images/top-visual-01_sp.png?2) no-repeat right center / 213px auto;
		height: 147px;
	}
	.mv-ttl {
		font-size: 19px;
		line-height: 1.57895;
		padding-left: 15px;
        box-sizing: border-box;
		text-align: left;
	}
	.chukoren_wrap {
		max-width: 100%;
        margin: 0;
        padding: 26px 15px 40px;
	}
	.chukoren_in > .read-txt {
		font-size: 14px;
		text-align: left;
	}
	.start_wrap {
		margin-top: 25px;
	}
	.start_ttl {
		margin-bottom: 25px;
	}
	.chkr-ttl {
		padding: 9px 10px 8px;
        font-size: 17px;
        box-sizing: border-box;
	}
	.start_in.ver2 {
		margin-top: 30px;
	}
	.start_lst {
		display: block;
	}
	.start_lst li:not(:last-child) {
        margin-bottom: 20px;
    }
	.start_box {
		padding: 25px 15px;
        width: 100%;
	}
	.start_box .cat {
		font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 10px;
	}
	.start_box .txt {
		line-height: 1.625;
		word-break: break-word;
		line-break: strict;
	}
	.chkr-btn {
		width: 100%;
		height: 40px;
	}
	.chkr-btn a {
		border: 1px solid #333333;
	}
	.login-btn.chkr-btn {
		width: 100%;
		height: 60px;
		margin: 28px 0 14px;
	}
	.chkr-btn.is-arrow a {
		padding-right: 10px;
	}
	.chkr-btn.is-arrow a::before {
		width: 6px;
		height: 6px;
		border: 1px solid;
		border-color: transparent transparent #333333 #333333;
		right: 12px;
	}
	.prcdr_wrap,
	.docdow_wrap,
	.qa_wrap,
	.repo_wrap {
		margin-bottom: 45px;
	}
	.prcdr_ttl {
		margin-bottom: 26px;
	}
	.prcdr_in .prcdr_box:not(:last-child) {
		margin-bottom: 30px;
	}
	.prcdr_in .prcdr_box {
		border: 2px solid #EEEEEE;
	}
	.prcdr_box .ttl {
		font-size: 16px;
		padding: 9px 10px 8px;
	}
	.prcdr_box dd {
		padding: 20px 15px;
	}
	.prcdr_box dd .txt {
		font-size: 15px;
		text-align: left;
	}
	.prcdr_box dd .txt.ver2 {
		margin-top: 0;
	}
	.form_btn {
		margin: 10px 0 15px;
		padding-bottom: 20px;
		border-bottom: 1px solid #EEEEEE;
	}
	.form-btn {
		margin: 0;
	}
	.prcdrbtn_box {
		margin-top: 18px;
		display: block;
	}
	.prcdrbtn_box li:not(:last-child) {
		margin-bottom: 15px;
	}
	.prcdr_btn .cate {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.prcdr_btn .foemat-txt {
		font-size: 12px;
		margin-top: 10px;
	}
	.qa_wrap {
		margin-bottom: 50px;
	}
	.qa_ttl {
		margin-bottom: 18px;
	}
	.qa_in {
		padding: 0;
	}
	.qa_ct:not(:last-child) {
		margin-bottom: 35px;
	}
	.qa_ct .cat {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.faq_lst .faq_box:not(:last-child) {
		margin-bottom: 17px;
	}
	.faq_box .question {
		padding: 10px 40px 10px 10px;
	}
	.faq_box .question::after {
		width: 17px;
		height: 17px;
		background: url(../svg/icn_plus.svg) no-repeat center / 100% auto;
		right: 12px;
		margin-top: 0;
		transform: translateY(-50%);
	}
	.faq_box .question.active::after {
		background: url(../svg/icn_minus.svg) no-repeat center / 100% auto;
	}
	.faq_box .question span {
		padding-left: 20px;
	}
	.faq_box .answer {
		margin-top: 10px;
		padding-left: 30px;
	}
	.faq_box .answer::before {
		content: "A";
		font-weight: bold;
		position: absolute;
		left: 10px;
		top: 0;
		z-index: 9;
	}
	.read_wrap {
		margin-bottom: 30px;
	}
	.read_wrap > .txt {
		font-size: 14px;
		line-height: 1.625;
		margin-top: 25px;
	}
	.prcdr_wrap > .txt.is-red {
		font-size: 15px;
		text-align: left;
		margin-bottom: 15px;
		line-height: 1.222;
	}
	.prcdr_box dd .txt {
		line-height: 1.222;
	}
	.chkr-btn.ver2 a {
		font-size: 15px;
	}
	.chkr-btn.ver2 .is-construction {
		font-size: 15px;
	}
	.prcdr-txt {
		margin-top: 15px;
	}
	.download .prcdrbtn_box .prcdr_btn:not(:last-child) {
		margin-bottom: 24px;
	}
	.doc-con {
		display: inline-block;
	}
	.docdow_ttl,
	.repo_ttl,
	.agency_ttl {
		margin-bottom: 26px;
	}
	.prcdr_wrap .ano_txt .ano_lst {
		padding-left: 0;
	}
	.prcdr_wrap .ano_txt {
		font-size: 14px;
		line-height: 1.5;
	}
	.repo-txt {
		font-size: 15px;
	}
	.repo_wrap {
		text-align: left;
	}
	.repo_wrap .tel-lnk {
		font-size: 22px;
		margin-top: 10px;
	}
	.repo_wrap .tel-lnk > span {
		padding-left: 25px;
	}
	.repo_wrap .tel-lnk > span::before {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.chkr-btn.is-pdf a::after {
		width: 15px;
		height: 17px;
		background: url(../svg/icn_pdf.svg) no-repeat center / 100% auto;
		right: 14px;
	}
	.chkr-btn.is-download a::after {
		width: 10x;
		height: 16px;
		background: url(../svg/icn_download.svg) no-repeat center / 100% auto;
		right: 18px;
	}
	.ank_lst {
		flex-wrap: wrap;
		margin-bottom: 26px;
		gap: 10px 8px;
		justify-content: left;
	}
	.ank_lst li {
		width: calc(50% - 4px);
	}
	.ank_lst li a {
		padding-left: 22px;
	}
	.ank_lst li a::before {
		width: 13px;
		height: 10px;
	}
	.prcdr_btn {
		padding: 20px 15px;
	}
	.doclnk_box .cate {
		margin-bottom: 10px;
	}
	.doclnk_lst li {
		padding-bottom: 15px;
	}
	.start_wrap .ano-txt {
		font-size: 15px;
		margin-top: 20px;
		padding-left: 1em;
		text-indent: -1em;
		box-sizing: border-box;
		text-align: left;
	}
	.start_lst.ver2 .start_box {
		padding: 20px 15px;
	}
	.construction-txt {
		padding: 20px 0;
	}
    .footer-righttxt {
        padding-right: 15px;
    }
    .footer-copytxt {
        padding: 30px 15px 10px;
    }
}
@media screen and (max-width:374px) {
	.mv-ttl {
		font-size: 17px;
	}
	.ank_lst li a {
		font-size: 13px;
	}
}