section{
	margin:0 0 70px;
}
section .h2-cont{
	text-align: center;
	color:#004098;
	font-weight: bold;
	margin:0 0 40px;
}
@media screen and (max-width: 680px){
	section .h2-cont{
		margin:0 15px 40px;
	}
}
section .h2-cont .st{
	font-size: 16px;
    background: url('../img/icon_left.png') no-repeat scroll left center,url('../img/icon_right.png') no-repeat scroll right center;
    width: 330px;
    padding: 5px 0px;
    margin: 0 auto 10px;
}
@media screen and (max-width: 680px){
	section .h2-cont .st{
		width:220px;
		background-size: 45px auto;
		font-size:12px;
	}
}
section .h2-cont h2{
	font-size: 25px;
	font-weight: bold;
	background: url(../img/icon_line.png) no-repeat scroll center bottom;
    padding: 0 0 35px;
}
@media screen and (max-width: 680px){
	section .h2-cont h2{
		font-size: 14px;
		font-weight: bold;
		background-size:200px auto;
	    padding: 0 0 35px;
	}
}
section .h2-cont h2 strong{
	font-size: 32px;
}
@media screen and (max-width: 680px){
	section .h2-cont h2 strong{
		font-size: 20px;
	}
}
section .inner{
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 680px){
	section .inner p img{
		max-width:100%;
		height:auto;
	}
	section .inner{
		width:auto;
		margin:0 15px;
	}
}
section .inner p{
	font-size:16px;
	margin:0 0 20px;
	font-weight: bold;
}
section .inner .img-l{
	float:right;
	margin:0 0 20px 20px;
}
@media screen and (max-width: 680px){
	section .inner .img-l{
		float:none;
		margin:0 0 20px;
	}
}
section.bg01{
	background:#F4F3F8;
	padding:40px 0;
	margin:0;
}
section.bg01 .inner,
section.bg02 .inner{
	display:flex;
	flex-wrap:wrap;
}
@media screen and (max-width: 680px){
	section.bg01 .inner,
	section.bg02 .inner{
		display:block;
	}
}
section.bg01 .inner .item{
	background:#FFF;
	padding:20px;
	width:45%;
	margin:0 0 20px;
	box-shadow:0px 0px 5px 3px #EFEFEF;
}
@media screen and (max-width: 680px){
	section.bg01 .inner .item{
		width:auto;
	}
}
section.bg01 .inner .item:nth-of-type(even){
	float:right;
	margin:0 0 20px auto;
}
@media screen and (max-width: 680px){
	section.bg01 .inner .item:nth-of-type(even){
		float:none;
		margin:0 0 20px;
	}
}
section.bg01 .inner .img-box p{
	text-align:center;
	padding:30px 0;
}
@media screen and (max-width: 680px){
	section.bg01 .inner .img-box p{
		text-align:center;
		padding:15px 0;
	}
	section.bg01 .inner .img-box p{
		width:25%;
		height: auto;
		margin:0 auto;
	}
}
section.bg01 .inner .item h3{
	color:#004098;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	margin:0 0 15px;
}
@media screen and (max-width: 680px){
	section.bg01 .inner .item h3{
		font-size:18px;
	}
}
section.bg02{
	background:#E8E7EF;
	padding:40px 0;
}
section.bg02 .inner .item{
	background:#FFF;
	padding:20px;
	background:#FFF;
	padding:20px;
	width:45%;
	margin:0 0 20px;
	position: relative;
}
@media screen and (max-width: 680px){
	section.bg02 .inner .item{
		width:auto;
		margin:0 0 15px;
	}
}
section.bg02 .inner .item:nth-of-type(even){
	float:right;
	margin:0 0 20px auto;
}
@media screen and (max-width: 680px){
	section.bg02 .inner .item:nth-of-type(even){
		float:none;
		margin:0 0 15px;
	}
}
section.bg02 .inner .item::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2em solid transparent;
    border-left: 2em solid #E8E7EF; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
section.bg02 .inner .item::after{
    content: "";
    bottom: 0;
    right: 0;
    border-top: 2em solid transparent;
    border-right: 2em solid #E8E7EF; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
section.bg02 .inner .item h3{
	color:#004098;
	font-size:20px;
	font-weight: bold;
	padding:2px 0 0 30px;
	margin:0 0 10px;
	background: url('../img/icon_img02.png') no-repeat scroll left center;
	background-size: 22px auto;
}
@media screen and (max-width: 680px){
	section.bg02 .inner .item h3{
		font-size:18px;
		padding:2px 0 0 20px;
		background-size:15px auto;
	}
}
section.bg02 .inner .item .read{
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px dashed #333;
}
section.bg02 .inner .item dl dt{
	font-size:18px;
	font-weight: bold;
	color:#004098;
	float:left;
	clear: left;
}
@media screen and (max-width: 680px){
	section.bg02 .inner .item dl dt{
		float:none;
	}
}
section.bg02 .inner .item dl dd{
	padding:0 0 0 100px;
}
@media screen and (max-width: 680px){
	section.bg02 .inner .item dl dd{
		padding:0;
	}
}
section.bg02 .inner .item dl dd ul li{
	font-size:16px;
}
section .inner .check{
	border:1px solid #004098;
	padding:40px;
}
@media screen and (max-width: 680px){
	section .inner .check{
		padding:20px;
	}
}
section .inner .check li{
	color:#004098;
	font-size:28px;
	font-weight: bold;
	background:url('../img/icon_img03.png') no-repeat scroll;
	padding:0 0 0 60px;
	margin:0 0 30px;
}
@media screen and (max-width: 680px){
	section .inner .check li{
		color:#004098;
		font-size:18px;
		font-weight: bold;
		background-size:25px auto;
		padding:0 0 0 40px;
		margin:0 0 20px;
	}
}
section .inner .check li:last-child{
	margin:0;
}
section.req .inner{
	background:#F4F3F8;
	position:relative;
}
section.req .inner h3{
	color:#FFF;
	font-size:28px;
	font-weight: bold;
	background:#004098;
	padding:5px 0 5px 25px;
}
@media screen and (max-width: 680px){
	section.req .inner h3{
		font-size:18px;
		padding:5px 0 5px 25px;
	}
}
section.req .inner .tag{
	position:absolute;
	top:12px;
	left:280px;
}
@media screen and (max-width: 680px){
	section.req .inner .tag{
		position:static;
		margin: 15px 30px 15px;
	}
}
section.req .inner .tag li{
	float:left;
	margin:0 0 0 15px;
	padding:5px 10px;
	background:#FFF;
	font-weight: bold;
}
@media screen and (max-width: 680px){
	section.req .inner .tag li{
		padding:5px 10px;
		background:#FFF;
		font-weight: bold;
		margin:0 5px 5px 0;
	}
	section.req .inner .tag li:last-child{
		margin:0 0 5px;
	}
}
section.req .inner dl{
	margin:30px;
}
@media screen and (max-width: 680px){
	section.req .inner dl{
		margin:0 15px 15px;
	}
}
section.req .inner dl dt{
	color:#004098;
	font-size:16px;
	font-weight: bold;
	background:#FFF;
	float:left;
	clear: left;
	padding: 10px 20px;
}
@media screen and (max-width: 680px){
	section.req .inner dl dt{
		float:none;
		padding: 10px 20px 0;
	}
}
section.req .inner dl dd{
	font-size:16px;
	background:#FFF;
	padding:10px 20px 10px 170px;
	margin:0 0px 10px 0px;
}
@media screen and (max-width: 680px){
	section.req .inner dl dd{
		padding:10px 20px 10px;
		margin:0 0px 10px 0px;
	}
}
section.req .inner dl dd p{
	font-weight: normal;
}
section.req .inner dl dd.btn{
	padding:10px 20px;
	background: none;
}
section.req .inner dl dd.btn a{
	display: block;
	background:url('../img/icon_img01.png') no-repeat scroll right 30px center #004098;
	color:#FFF;
	font-size:24px;
	font-weight: bold;
    width: 220px;
    text-align: center;
    margin:0 auto;
    padding: 15px 10px 15px 0px;
}
@media screen and (max-width: 680px){
	section.req .inner dl dd.btn a{
		background:#004098;
		font-size:20px;
	    width: 200px;
	    text-align: center;
	    margin:0 auto;
	    padding: 15px 10px 15px;
	}
}
section.req .inner dl dd.btn a:hover{
     text-decoration:none;
}
section.interview-cont .inner{
	position:relative;
	padding: 0 0 40px;
}
section.interview-cont .inner.bg03{
	background:#F4F3F8;
	width:auto;
	padding:0;
	margin:0 0 60px;
}
section.interview-cont .inner h3{
	color:#004098;
	font-size:30px;
	font-weight: bold;
	margin:0 0 40px;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner h3{
		font-size:20px;
		margin:0 0 25px;
	}
}
section.interview-cont .inner .staff01{
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner .staff01{
		position: static;
		text-align:center;
		display: none;
	}
	section.interview-cont .inner .staff01 img{
		width:150px;
		height: auto;
	}
}
section.interview-cont .inner dl{
	margin:0 0 45px;
	width:620px;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner dl{
		margin:0 0 25px;
		width:auto
	}
}
section.interview-cont .inner dl dt{
	margin:0 0 20px;
	color:#004098;
	font-size:20px;
	font-weight: bold;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner dl dt{
		font-size:18px;
	}
}
section.interview-cont .inner dl dd{
	font-size:16px;
	font-weight: bold;
}
section.interview-cont .inner.bg03 .inner-box{
	width:1000px;
	margin:0 auto;
	position: relative;
	padding:60px 0;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner.bg03 .inner-box{
		width:auto;
		margin:0 15px;
		position: relative;
		padding:30px 0;
	}
}
section.interview-cont .inner.sensei{
	width:auto;
	padding:0;
}
section.interview-cont .inner.sensei .box-sensei{
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner.sensei .box-sensei{
		width:auto;
		margin:0 auto;
	}
}
section.interview-cont .inner.sensei h3{
	font-size:30px;
	font-weight: bold;
	color:#004098;
	margin:0 0 15px;
	text-align: center;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner.sensei h3{
		font-size:20px;
	}
}
section.interview-cont .inner.sensei h4{
	font-size:20px;
	font-weight: bold;
	color:#004098;
	margin:0 0 50px;
	text-align: center;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner.sensei h4{
		font-size:16px;
	}
}
section.interview-cont .inner.sensei .img-sensei{
	margin:0 0 40px;
}
section.interview-cont .inner.sensei .img-sensei img{
	width:100%;
	height: auto;
}
section.interview-cont .inner.sensei .box-sensei .img-soudan{
	float:right;
	margin:0 0 20px 20px;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner.sensei .box-sensei .img-soudan{
		width:45%;
	}
}
section.interview-cont .inner.sensei .box-sensei .pro{
	display: flex;
	margin: 50px 0 0;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner.sensei .box-sensei .pro{
		display: block;
		margin: 50px 0 0;
	}
}
section.interview-cont .inner.sensei .box-sensei .pro .box{
	border:1px solid #004098;
	padding:20px;
	width: 56%;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 680px){
	section.interview-cont .inner.sensei .box-sensei .pro .box{
		width: auto;
		margin:0 0 15px;
	}
}
section.interview-cont .inner.sensei .box-sensei .pro .box:last-child{
	margin:0 0 0 auto;
}
section.interview-cont .inner.sensei .box-sensei .pro .box h5{
	font-size:24px;
	font-weight: bold;
	color:#004098;
	margin:0 0 15px;
}
section.interview-cont .inner.sensei .box-sensei .pro .box dl dt{
	float:left;
	clear:left;
	color:#000;
	font-size:16px;
	margin:0;
}
section.interview-cont .inner.sensei .box-sensei .pro .box dl dd{
	color:#000;
	font-size:16px;
	padding:0 0 0 100px;
	margin:0 0 10px;
}
section.interview-cont .inner.sensei .box-sensei .pro .box ul li{
	font-size:16px;
	font-weight: bold;
	margin:0 0 10px;
}
section .inner .flow ul{
	display: flex;
	margin:0 0 40px;
}
section.interview-cont .inner .staffname:before{
	content:'髙橋歩美 (司法書士有資格者）';
}
@media screen and (max-width: 680px){
	section .inner .flow ul{
		display: block;
		margin:0 0 20px;
	}
}
section .inner .flow ul li{
	border:1px solid #004098;
	padding:30px;
	text-align: center;
	width:25%;
	margin:0 37px 0 0;
}
@media screen and (max-width: 680px){
	section .inner .flow ul li{
		width:auto;
		margin:0 0 15px;
		padding:15px;
	}
}
section .inner .flow ul li:last-child{
	margin:0;
}
section .inner .flow ul li .step{
	display: block;
	font-size:16px;
	font-weight: bold;
	color:#004098;
	margin:0 0 10px;
}
section .inner .flow ul li .step strong{
	font-size:24px;
}
section .inner .flow ul li img{
	display: block;
	margin:0 auto 10px;
	width:30px;
	height: auto;
}
section .inner .flow ul li .title{
	display: block;
	font-size:24px;
	font-weight: bold;
	color:#004098;
}
section .inner .contact{
	padding:10px 20px;
	background: none;
}
section .inner .contact a{
	display: block;
	background:url('../img/icon_img01.png') no-repeat scroll right 30px center #004098;
	color:#FFF;
	font-size:24px;
	font-weight: bold;
    width: 220px;
    text-align: center;
    margin:0 auto;
    padding: 15px 10px 15px 0px;
}
@media screen and (max-width: 680px){
	section .inner .contact a{
		background:#004098;
		font-size:20px;
		font-weight: bold;
	    width: 200px;
	    text-align: center;
	    margin:0 auto;
	    padding: 15px 10px 15px;
	}
}
section .inner .contact a:hover{
     background:url('../img/icon_img01.png') no-repeat scroll right 30px center #00275c;
     text-decoration:none;
}
@media screen and (max-width: 680px){
	section .inner .contact a:hover{
	     background:#00275c;
	}
}
section .inner p img.sp{
	display: none;
}
@media screen and (max-width: 680px){
	section .inner p img.sp{
		display: block;
	}
	section .inner p img.pc{
		display: none;
	}
	section .inner .spbr{
		display: block;
	}
}
section .inner table{
	width:100%;
	table-layout: fixed;
}
@media screen and (max-width: 680px){
	section .inner table{
		width:auto;
	}
}
section .inner table tr th{
	font-size:18px;
	font-weight: bold;
	padding:15px;
	width:27%;
}
@media screen and (max-width: 680px){
	section .inner table tr th{
		display: list-item;
	width:auto;
	}
}
section .inner table tr td{
	padding:15px;
}
section .inner table tr td .error{
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 680px){
	section .inner table tr td {
	    display: list-item;
	}
}
section .inner table tr th .red{
	    color: #FFF;
    font-size: 12px;
    background: #004098;
    padding: 2px 7px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}
section .inner table tr{
	background:#f4f6ff;
	border-bottom:4px solid #FFF;
}
@media screen and (max-width: 680px){
	section .inner table tr{
		display: list-item;
		list-style: none;
	}
}
section .inner input{
	font-size: 16px;
}
section .inner input[type="email"]{
	width:300px;
}
section .box09_03{
	text-align:center;
}
section .box09_03 input[type="submit"]{
	    text-align: center;
    display: inline-block;
    padding: 5px;
    width: 190px;
    font-size: 24px;
    font-weight: bold;
    background: #FFF;
    border: 2px solid #004098;
    color: #004098;
    margin: 24px auto 0;
}
section .box09_03 button{
	    text-align: center;
    display: inline-block;
    padding: 7px;
    width: 190px;
    font-size: 24px;
    font-weight: bold;
    background: #FFF;
    border: 2px solid #004098;
    color: #004098;
    margin: 24px 25px 0 0;
}
@media screen and (max-width: 680px){
.width100{
	width:100%;
}
section .box09_03 button{
    margin: 24px auto 0 ;
}
}