/*------------ 全体 ------------*/
*{
	font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 500;
}
body{
	margin: 0;
}
#wrap{
	margin: 0;
    background: #F0F0F0;
    border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width:768px) {
    #wrap{
        white-space: normal;
    }  
}
hr{
	border: none;
}
div, p, ul, li {
    margin: 0;
    padding: 0;
    border: none;
}
/*------------ 見出し・段落 ------------*/
h1.header{
	margin: 0;
	padding: 48px 12px 42px 12px;
	font-size: 250%;
    font-weight: 500;
    color: #31469A;
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1;
    text-align: center;
}
h1.header img{
	width: 60px;
	height: 60px;
	padding: 0px 6px 0px 0px;
	vertical-align: bottom;
}
@media screen and (max-width:768px) {
	h1.header img{
		padding-bottom: 12px;
		width: 100%;
	}
	h1.header span{
		width: 100%;
	}
}
.separator h1.header{
	padding: 48px 12px 48px 12px;
    border-top: 1px solid #DEDEDE;
    line-height: 48px;
}
h1.top{
	margin: 0px;
	padding: 18px;
	font-size: 240%;
    font-weight: bolder;
	color: #FFFFFF;
    background: #31469A;
    text-align: center;
    line-height: 1;
}
h1.others{
	margin: 36px 0px 10px 72px;
    padding: 6px 12px 6px 18px;
    width: 90%;
    border-left: 5px solid rgb(49, 70, 154);
    font-size: 175%;
    border-bottom: 0;
	text-align: left;
}
@media screen and (max-width:768px) {
	h1.others{
		margin-left: 42px;
	}
}
h2{
	margin:72px auto 12px auto;
	padding:2px 18px 2px 18px;
	width:90%;
	box-sizing: border-box;
	font-size:175%;
	font-weight:500;
	color:#31469A;
	border-left:5px solid #31469A;
	text-align:left;
}
@media screen and (max-width:768px) {
    h2 {
        font-size: 150% !important;
    }
}
h2.attention{
	margin: 36px 0 12px 0;
	padding: 0px 0px 6px 0px;
	width: 100%;
	position: relative;
	font-size: 150%;
	font-weight: 500;
    color: #000000;
    border-bottom: 4px solid #D0D0D0;
    border-left: none;
	text-align: left;
    line-height: 30px;
}
h2.attention:after {		/* 2色目 */
	width:10%;
    display: block;
    position: absolute;
    border-bottom: solid 4px #2E398C;
    bottom: -4px;
    content: " ";
}
.box h2.attention,.separator2 h2.attention{
    margin-top: 10px;
}
.box h2.attention:after,.separator2 h2.attention:after {		/* 2色目 */
	width:50%;
}
/*------------ リンク ------------*/
a:link
{
	font-weight:bold;
	color:#3353fe;
}
a:active
{
	font-weight:bold;
	color:#00cccc;
}
a:visited
{
	font-weight:bold;
	color:#903191;
}
a:hover
{
	font-weight:bold;
	color:#cc0066;
}
/*------------ ヘッダ ------------*/
header{
	padding: 0px;
    width: 100%;
    background: #FFFFFF;
}
/*------------ 注意 ------------*/
.notecontent{
	margin: 0px;
	padding: 30px 0px 30px 0px;
    background: #FFFFFF;
}
.notice{
	margin: 0px auto 0px auto;
    padding: 36px 12px 36px 12px;
    width: 90%;
    font-size: 120%;
    background: #F7E9EE;
    border-radius: 10px;
    text-align: left;
}
@media screen and (max-width:768px) {
    .notelist {
        font-size: 90% !important;
    }
}
.notice span{
    color: #9F0000;
}
/*------------ 注意事項 ------------*/
.notecontent2{
	margin: 0px;
	padding: 12px 0px 0px 0px;
    background: #FFFFFF;
}
.notelist{
	margin: 0px auto 0px auto;
    padding: 0px 0px 36px 0px;
    width: 90%;
    font-size: 135%;
}
@media screen  {
    
}
.note{
    margin: 0px;
    padding: 24px 18px 12px 18px;
    font-size: 120%;
    font-weight: bold;
    background: #FFFFFF;
    text-align: center;
    line-height: 1.5;
}
.notelist ul{
    margin: 0px;
    padding: 0px 0px 0px 36px;
    border: none;
    text-align: left;
}
.notelist li{
    margin: 6px 0px 0px 0px;
    padding: 0;
    border: none;
}

.notelist span{
    color: #9F0000;
}
/*------------ 注意事項 ------------*/
.notecontent3{
	margin: 0px;
	padding: 0px;
    background: #FFFFFF;
}
/*------------ formbox全体 ------------*/
#pagebody{
	margin:0 auto 0 auto;
	padding:0 0 30px 0;
	width:100%;
}
#pagebody2{
	margin:0 auto 0 auto;
	width:100%;
}
#usernumber,#user,#payment,#date,#home,#service,#information{
	margin:0px;
	padding:0px;
}
.databox{
    margin: 0 auto 0 auto;
	padding: 6px 0px 0px 0px;
	width: 90%;
	background: rgba(255,255,255,0.7);
    border-bottom: 1px solid #DEDEDE;
    border-radius: 10px;
}
.databox dl{
	margin: 0px 0px 30px 0px;
    display: flex;
    flex-flow: row wrap;
}
.databox dt{
	margin: 6px 0px 0px 0px;
	padding: 24px 12px 6px 24px;
	font-size: 110%;
	font-weight: bold;
    color: #31469A;
    border-top: 1px solid #DEDEDE;
	flex-basis: 20%;
	flex-grow: 1;
}
.databox dd{
	margin: 6px 0px 0px 0px;
	padding: 24px 12px 6px 12px;
	border-top: 1px solid #DEDEDE;
    text-align: left;
	flex-basis: 70%;
	flex-grow: 1;
}
dt:first-child{
    border-top: none;
}
dd:first-of-type{
    border-top: none;
}
@media screen and (max-width:768px) {
	.databox dl{
		flex-flow: column;
	}
	.databox dt,dd{
		display:block;
	}
	.databox dd{
		margin: 6px 18px 0px 18px;
		border-top: none;
	}
}
.content{
    padding: 0;
    padding-top: 3px;
}
.content_confirm{
    padding: 0;
    font-size: 110%;
    font-weight: bold;
}
.required{
	margin: 0 6px 0 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 75%;
    font-weight: normal;
	color: #ffffff;
    background-color: #993733;
    vertical-align: top;
}
.blue{
	color: #31469A;
}
.formbox{
	margin: 6px 0px 0px 0px;
    padding: 18px;
    width: 75%;
    background: #E9EFF7;
    border-radius: 6px;
}
.error_formbox{
    background-color:#F7E9EE;
}
.error_font{
    color:red;
    font-weight: bold;
}

@media screen and (max-width:768px) {
	.formbox{
		width: 85% !important;
	}
}
/*------------ 入力枠 ------------*/
.inputtextapplyno{
    max-width: 50%;
    min-width: 72px;
    height: 30px;
    position: relative;
    font-size: 120%;
}
.inputtextnum{
    width: 20%;
    min-width: 72px;
    height: 30px;
    position: relative;
    font-size: 120%;
}
.inputtelnum{
    width: 20%;
    min-width:67px;
    height: 30px;
    position: relative;
    font-size: 120%;
}
.inputtext{
    width: 90%;
    height: 30px;
    position: relative;
    font-size: 120%;
}
@media screen and (max-width:768px) {
    .inputtextapplyno,.inputtextnum,.inputtext,.inputtelnum{
        font-size: 80% !important;
    }
}
.radioscale{
    margin: 0 12px 0 6px;
    transform: scale(1.5);
}
.select{
	padding: 3px;
    min-width:165px;
    width: 35%;
    font-size: 100%;
}
.required_input{
    background-color:#FFFFCC;
}

.no_input{
    background-color:#FFFFCC;
}

.error_input{
    /* background-color:#F7E9EE; */
    background-color:#FFFFCC;
}
@media screen and (max-width:768px) {
    .suisen-1 {
        min-width: 0;
        width: 9% !important;
    }

    .suisen-2 {
        min-width: 0;

        width: 13% !important;
    }
    .suisen-3 {
        min-width: 0;
        width: 17% !important;
    }
    .suisen-4 {
        min-width: 0;
        width: 21% !important;
    }
    .suisen-5 {
        min-width: 0;
        width: 25% !important;
    }
    .suisen-6 {
        min-width: 0;
        width: 29% !important;
    }
}
/*------------ 道順番号 ------------*/
#usernumber{
    background: url(images/feed.svg) no-repeat right top/180px 180px;
}
/*------------ ご使用者 ------------*/
#user{
    background: url(images/person.svg) no-repeat right top/180px 180px;
}
/*------------ 支払方法 ------------*/
#payment{
    background: url(images/news.svg) no-repeat right top/180px 180px;
}
/*------------ 使用中止日 ------------*/
#date{
    background: url(images/calendar-event.svg) no-repeat right top/180px 180px;
}
/*------------ 転居先 ------------*/
#home{
    background: url(images/home-alt.svg) no-repeat right top/180px 180px;
}
/*------------ サービス内容 ------------*/
#service{
    background: url(images/laptop.svg) no-repeat right top/180px 180px;
}
/*------------ 特定するための情報 ------------*/
#information{
    background: url(images/contact-book.svg) no-repeat right top/180px 180px;
}
/*------------ お申込みにあたっての注意事項 ------------*/
.separaterbox{
    margin: 0px auto 0 auto;
    padding: 48px 0 48px 0;
    width: 95%;
    display: flex;
    text-align: left;
    flex-wrap:wrap;
	justify-content:center;
}
.box{
    margin: 12px;
    padding: 24px 24px 18px 24px;
    width: 25%;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 5px;
    flex-grow: 1;
}
.box p {
    font-size: 110%;
    font-weight: 500;
    text-align: left;
    line-height: 1.8;
}
@media screen and (max-width:768px) {
	.separaterbox{
		flex-flow: column;
	}
	.box{
		width: auto;
	}
}
/*------------ ご使用中止の予約 ------------*/
.separator .note{
    padding: 48px 12px 48px 12px;
}
.sentence{
    border: none;
}
.submittop,.submittop2,.submittop3,.submittop4{
	padding: 48px 0 48px 0;
	position: relative;
	list-style: none;
    text-align: center;
    background: #F0F0F0;
}
.submittop span,.submittop2 span,.submittop3 span,.submittop4 span{
    position: relative;
    font-weight: bold;
    font-size: 200%;
    line-height: 42px;
}
.submittop a{
    padding: 24px 12px 18px 30px;
    min-width: 500px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background: #31469A url(images/drop-crossed_white.svg) no-repeat left 84px center;
    background-size:8%;
    border: solid 1px #31469A;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.6s;
}
.submittop2 a{
    padding: 24px 12px 18px 30px;
    min-width: 500px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background: #31469A url(images/drop_white.svg) no-repeat left 84px center;
    background-size:8%;
    border: solid 1px #31469A;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.6s;
}
.submittop3 a{
    padding: 24px 12px 18px 30px;
    min-width: 500px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background: #31469A url(images/drop_white.svg) no-repeat left 18px center;
    background-size:8%;
    border: solid 1px #31469A;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.6s;
}
.submittop4 a{
    padding: 24px 12px 18px 30px;
    min-width: 500px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background: #31469A url(images/drop-crossed_white.svg) no-repeat left 18px center;
    background-size:8%;
    border: solid 1px #31469A;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.6s;
}
.submittop a:hover,.submittop2 a:hover,.submittop3 a:hover{
	background-color:#5C75B7;
	border:solid 1px #31469A;
}
.submittop4 a:hover{
	background-color:#5C75B7;
    background-image: url(images/drop_white.svg);
	border:solid 1px #31469A;
}
.submittop a::before,.submittop2 a::before,.submittop3 a::before,.submittop4 a::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	right:18px;
	top: 48%;
	content: "";
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width:768px) {
	.submittop a{
		padding: 24px 30px 18px 48px;
		min-width: auto;
		background: #31469A url(images/drop-crossed_white.svg) no-repeat left 6px center;
		background-size:12%;
	}
	.submittop2 a{
		padding: 24px 30px 18px 48px;
		min-width: auto;
		background: #31469A url(images/drop_white.svg) no-repeat left 6px center;
		background-size:12%;
	}
	.submittop3 a{
		padding: 24px 36px 18px 54px;
		min-width: auto;
		background: #31469A url(images/drop_white.svg) no-repeat left 6px center;
		background-size:9%;
	}
    .submittop4 a{
		padding: 24px 36px 18px 54px;
		min-width: auto;
		background: #31469A url(images/drop-crossed_white.svg) no-repeat left 6px center;
		background-size:9%;
	}
}
.text{
	margin: 48px auto 0px auto;
	padding: 24px 36px 18px 36px;
	width: 85%;
	position: relative;
	background-color: #FFFFFF;
	border: none;
    list-style: none;
    text-align: left;
    line-height: 1.5;
}
/*------------ その他のご案内 ------------*/
.separator2 {
	margin: 0px auto 0 auto;
	padding: 18px 0px 18px 0px;
    background-color: #ffffff;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #CCCCCC;
   
}
.separatorbox2 {
	margin: 0px 30px 0px 72px;
	padding: 18px 0px 18px 0px;
	width: 90%;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start; 
}
.box2 {
	margin: 12px 48px 6px 0px;
    padding: 24px 18px 6px 0px;
    width: 40%;
    display: inline-block;
    flex-grow: 1;
}
.separatorbox2::after {
    margin: 12px 48px 6px 0px;
    padding: 24px 18px 6px 0px;
    width: 40%;
    display: inline-block;
    flex-grow: 1;
    content: "";
}
@media screen and (max-width:768px) {
	.separatorbox2{
		margin-left: 42px;
		flex-flow: column;
	}
	.box2{
		margin-right: 24px;
		padding-right: 6px;
		width: auto;
	}
}
/*------------ 確認・送信ボタン  ------------*/
.submit {
	position: relative;
	list-style: none;
	line-height: 1.2;
	text-align: center;
}
a[class="button"]:hover,input[type="submit"][class="button"]:hover:not(.disabled){
	color:#31469A;
	background:#E9EFF7;
	border: 1px solid #31469A;
}
.submit span{
	position: relative;
}
.submit span::before{
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	border-top: 2px solid #595959;
	border-left: 2px solid #595959;
	top: 0.5em;
	right:18px;
	content: "";
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.button{
	margin: 30px auto 0 auto;
	padding: 18px 6px 18px 6px;
	min-width:300px;
    display: inline-block;
    font-size: 100%;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #595959;
    border-radius: 6px;
}
a[class="button"]:hover,input[type="button"]:hover:not(.disabled){
    color:#31469A !important;
	background:#E9EFF7;
	border: 1px solid #31469A;
}
.disabledButton{
	margin: 30px auto 0 auto;
	padding: 18px 6px 18px 6px;
	min-width:300px;
    display: inline-block;
    font-size: 100%;
    color: #000000;
    background: #b9b9b9;
    border: 1px solid #595959;
    border-radius: 6px;
    pointer-events: none;
}
/*------------ パンくずリスト  ------------*/
.tpathbg{
	padding: 12px 12px 12px 12px;
	font-size: 95%;
    font-weight: 500;
    background: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
}
.tpath{
	margin: 0px auto 0px auto;
    padding: 0px;
}
.tpath a{
    font-weight: 500;
    color: #000000;
}
/*------------ フッタ  ------------*/
footer{
    word-break: break-all;
    padding: 48px 0 48px 0;
    background: #F9F9F9;
}
.footer{
    margin: 0 auto 0 auto;
    padding: 0px;
    width: 90%;
    font-weight: 500;
    border: none;
    border-radius: 0;
}
.footer p{
	margin: 0;
    padding: 6px 12px 6px 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}
.footer div{
	margin: 0;
    padding: 6px 12px 6px 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}
.footer span{
    padding: 6px 24px 6px 0px;
    font-weight: 600;
}
p.definition{
	width: 100%;
	font-weight: 600;
    font-size: 105%;
    border-left: 5px solid #595959;
    padding: 6px 12px 6px 12px;
}
@media screen and (max-width:768px) {
	p.definition{
		width: 50%;
	}
}
.footer p strong{
    font-weight: bold;
}
.footer ul{
    margin: 0px;
    padding: 0px 0px 0px 36px;
    border: none;
    text-align: left;
}
.footer li{
    margin: 6px 0px 0px 0px;
    padding: 0;
    border: none;
}
/*------------ トップへ戻る ------------*/
#guide {
	padding: 42px 0px 0px 48px;
	position: fixed;
    right: 0px;
    bottom: 0px;
}
#guide a{
	margin:0px;
	padding: 0px 0px 0px 0px;
	right: 0px;
    bottom: 0px;
}
#guide img{
	height: auto;
	zoom: 2;
	vertical-align: top;
}
@media screen and (max-width:768px) {
	#guide img{
	zoom: 1;
	}
}

/*------------ プレースホルダー ------------*/
::placeholder{
    color: #A6A6A6;
    font-size: 80%;
}

.inputtextnum::placeholder{
    color: #A6A6A6;
    font-size: 80%;
}

/*------------ テキストエリア ------------*/
.textarea{
    resize: none;
    width:100%;
    position: relative;
    font-size: 120%;
}

/*------------ スクロールバー ------------*/
.scroll{
    overflow:scroll;
    overflow-x:hidden;
    height:400px;
}

/*------------ ステップ ------------*/
.step{
	margin: 0 0 0 0;
	padding: 18px 6px 18px 6px;
	min-width:130px;
    display: inline-block;
    font-size: 100%;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #595959;
    border-radius: 6px;
}

/*------------ 照会・取消画面 ------------*/
.tablewidth{
    width: 15%;
    min-width: 135px;
}
.tablewidth2{
    width: 20%;
    min-width: 165px;
}
.tableheight{
    display: table-cell;
    line-height: 1;
}
.rowSpacing{
    border-collapse: separate;
    border-spacing: 0px 10px;
}
@media screen and (max-width:480px) {
	.tablewidth{
        width: 15%;
        min-width: 135px;
        margin-top: 10px;
    }
    .tablewidth2{
        width: 20%;
        min-width: 165px;
        margin-top: 10px;
    }
    .tableheight{
        display: block;
	}
}
.strikeThrough{
    text-decoration: line-through;
}
.datawidth{
    width: 100%;
}
.kbnUnderline{
    border-bottom: 1px solid #999999;
    padding-bottom: 36px
}

/*------------ 中止開始ラジオボタン ------------*/
.stopStartRadio {
    display: flex;
}
.stopOnlyRadioForm {
	flex-basis: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sameCityRadioForm {
	flex-basis: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.diffCityRadioForm {
	flex-basis: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media screen and (max-width:1260px) {
	.stopStartRadio{
        display: block;
    }
	.stopOnlyRadioForm, .sameCityRadioForm, .diffCityRadioForm{
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        width: auto;
    }
}

/*------------ ラジオボタンのラベル ------------*/
.radioLabel {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
.radioLabel {
	display: block;
	margin: 10px;
	padding: 10px;
	text-align: left;
}
.radioLabel:after {
	content: "";
	clear: both;
	display: block;
}
	label input { float: left; }
	label p {
		float: left;
		padding-top: 2px;
		width: calc(100% - 24px);
	}

/*------------ 入力コントロールのボタン ------------*/
.applyInputButton{
    min-width:100px;
    padding-top:8px;
    padding-bottom:8px;
    font-size:80%;
    margin:0 0 0 20;
    display:inline-block;
}

/*------------ 複写 ------------*/
.copyActionArea {
    width: 75%;
    display: flex;
    margin-left: 0;
    background-color: #fff1d7;
    padding: 18px;
    border-radius: 6px;
}
@media screen and (max-width:768px) {
	.copyActionArea{
        width: 85%;
        display: block;
	}
}
.copyActionButton {
    /* width: 100px; */
    width: auto;
	margin: 30px auto 0 auto;
	padding: 18px 6px 18px 6px;
	min-width:100px;
    display: inline-block;
    font-size: 100%;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #595959;
    border-radius: 6px;
}
@media screen and (max-width:768px) {
	.copyActionButton{
        justify-content: flex-end;
        display: flex;
	}
}
.onlyCopyButton {
    margin: auto 0 0 0;
}
@media screen and (max-width:768px) {
	.onlyCopyButton{
        margin: auto 5 0 0;
	}
}

/*------------ オートコンプリート時の背景色対策 ------------*/
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

/*------------ 問い合わせ先・条例表示用 ------------*/
.notelist_government{
    word-break: break-all;
	margin: 0px auto 0px auto;
    padding: 0px 0px 36px 0px;
    width: 90%;
}
.notelist_government ul{
    margin: 0px;
    padding: 0px 0px 0px 36px;
    border: none;
    text-align: left;
}
.notelist_government li{
    margin: 6px 0px 0px 0px;
    padding: 0;
    border: none;
}

.notelist_government span[class="red"]{
    color: #9F0000;
}

.notelist_government strong{
    font-weight: bold;
}

/*------------ 住所検索ボタン ------------*/

@media screen and (max-width:768px) {
    .zip_num {
        min-width: 0 !important;
    }
    .addressBtn {
        margin: 0 0 0 30px !important;
    }
}

/*------------ チェックボックス ------------*/

input[type=checkbox] {
	transform: scale(1.5);
	margin: 8 8 0 0;
}


/*------------ 画像表示 ------------*/
.relative {
    position: relative;
}
.topImage_header{
    position: absolute;
    right: 50;
    top: -10;
}
.topImage_header img{
    width: 100px !important;
    height: auto !important;    
    max-height: 100px !important;
}
.topImage_notice{
    position: absolute;
    right: 100;
    top: 35;
}
.topImage_notice img{
    width: 100px !important;
    height: auto !important;
    max-height: 100px !important;
}
.topImage_notelist{
    position: absolute;
    right: 0;
    top: 0;
}
.topImage_notelist img{
    width: 100px !important;
    height: auto !important;
    max-height: 100px !important;
}
@media screen and (max-width:1250px) {
    .topImage_header{
        margin-top:20px;
        position: unset;
    }  
}
@media screen and (max-width:980px) {
    .topImage_notice{
        margin-top:20px;
        position: unset;
    }  
    .topImage_notelist{
        margin-top:20px;
        position: unset;
    }
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    margin: 0px 18px 20px 0px;
    border-radius: 3px;
    transition: all .2s;
    min-width: 50px;
    text-align: center;
    background-color: #ececec;
}
.radio-inline__label:hover{
    background: #F7E9EE;
    color: #9F0000;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:checked + .radio-inline__label {
    background: #F7E9EE;
    color: #9F0000;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #9F0000;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

h3{
    margin:5px 20px 12px auto;
	padding:2px 18px 2px 18px;
	width: 90%;
    font-size:125%;
	font-weight:500;
    color:#9F0000;
	text-align:left;
    border-radius: 10px;
}

.area_header{
    margin: 10px auto 0 auto;
	/* padding: 6px 0px 0px 0px; */
    padding:10px 0px 10px 0px;
	width: 90%;
    background-color:#E9EFF7;
    font-size:175%;
	font-weight:500;
    color:#31469A;
	text-align:center;
    border-radius: 10px;
}

/*------------ 太字入力対応 ------------*/
h2 strong{
    font-weight: bold !important;
}

h2 strong *{
    font-weight: bold !important;
}

.formbox strong{
    font-weight: bold !important;
}

.formbox strong *{
    font-weight: bold !important;
}

.notelist_government strong *{
    font-weight: bold !important;
}