@media screen and (min-width: 668px), print{


/* ----------------------------------------
@”„‹p
---------------------------------------- */
body{
	background-color:#f5f3f1;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
	font-weight: 500;
}
.pc_off{
    display: none;
}
.baikyaku{
	width:100%;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
	font-weight: 500;
}
.baikyaku .baikyaku_main{
    background-image: url(/baikyaku/img/main_bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    overflow: hidden;
    height: 540px;
}
.baikyaku .baikyaku_main img{
	display:block;
	margin:105px auto 0px auto;
	
}

.baikyaku .nayami_warp{
    background: #042455;
    padding: 39px 0px 19px 0px;
    text-align: center;
	position:relative;
}
.baikyaku .nayami_warp::before{
    content: "";
    box-sizing: border-box;
    width: 1230px;
    height: 66px;
    border: 638px solid transparent;
    border-top: 66px solid #042455;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -704px;
    position: absolute;
}
.baikyaku .nayami_warp img{

}

.baikyaku .baikyaku_list_wrap{
    width: 1000px;
    margin: 151px auto 0px auto;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}
.baikyaku .baikyaku_list_wrap h2{
	text-align:center;
	margin:0px 0px 30px 0px;
}
.baikyaku .baikyaku_list_wrap h2 img{

}
.baikyaku .baikyaku_list_come{
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 24px;
}
.baikyaku .baikyaku_list_wrap h3{
	font-size:30px;
	line-height:60px;
	text-align:center;
	background-color:#ece891;
	color:#042455;
	margin:70px 0px 0px 0px;
}
.baikyaku .baikyaku_list_wrap ul{
	margin:32px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	overflow: hidden;
}
.baikyaku .baikyaku_list_wrap ul li{
	width:290px;
	float:left;
	margin-right:65px;
	margin-bottom:46px;
}
.baikyaku .baikyaku_list_wrap ul li:nth-child(4){
	margin-bottom:0px;
}
.baikyaku .baikyaku_list_wrap ul li:nth-child(5){
	margin-bottom:0px;
}
.baikyaku .baikyaku_list_wrap ul li:nth-child(6){
	margin-bottom:0px;
}
.baikyaku .baikyaku_list_wrap ul li:nth-child(3n){
	margin-right:0px;
}
.baikyaku .baikyaku_list_wrap ul li a{
	text-decoration:none;
	color:#333;
	display:block;
}
.baikyaku .baikyaku_list_wrap ul li a h4{
	line-height:60px;
	font-size:20px;
	padding-left:60px;
	background-color:#FFF;
	border: solid 1px #042455;
	position:relative;
	margin:0px 0px 14px 0px;
}
.baikyaku .baikyaku_list_wrap ul li a h4:hover{
	background-color:#042455;
	color:#fff;
}
.baikyaku .baikyaku_list_wrap ul li a h4::before{
    content: "";
    width: 25px;
    height: 25px;
    background: #042455;
    position: absolute;
    left: 19px;
    top: 15px;
}
.baikyaku .baikyaku_list_wrap ul li a h4:hover::before{
    background: #fff;
}
.baikyaku .baikyaku_list_wrap ul li a h4::after{
    content: "";
    left: 27px;
    top: 21px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 6px solid transparent;
    border-left: 10px solid #FFF;
    position: absolute;
}
.baikyaku .baikyaku_list_wrap ul li a h4:hover::after{
    border-left: 10px solid #042455;
}
.baikyaku .baikyaku_list_box{
    overflow: hidden;
}
.baikyaku .baikyaku_list_box img{
	width:125px;
	float:left;
	display:block;
}
.baikyaku .baikyaku_list_box p{
	float:right;
	font-size:13px;
	width:155px;

}

.baikyaku .baikyaku_inq_wrap{
    background-image: url(/baikyaku/img/baikyaku_inq_bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    overflow: hidden;
    height: 350px;
    margin: 100px 0px 0px 0px;
}
.baikyaku .baikyaku_inq{
	width:1000px;
	margin:auto;
	
}
.baikyaku .baikyaku_inq_l{
	float:left;
}
.baikyaku .baikyaku_inq_l h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
	margin:110px 0px 0px 0px;
}
.baikyaku .baikyaku_inq_r{
	float:right;
	width:465px;
}
.baikyaku .baikyaku_inq_r a{
    background-color: #ff5c00;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: solid 2px #ff5c00;
}
.baikyaku .baikyaku_inq_r a:hover{
	background-color:#FFF;
	color:#ff5c00;
	
}
.baikyaku .baikyaku_inq_r a::before{
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 45px;
}
.baikyaku .baikyaku_inq_r a:hover::before{
    background: #ff5c00;
}
.baikyaku .baikyaku_inq_r a::after{
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 40px;
}
.baikyaku .baikyaku_inq_r a:hover::after{
    border-top: 2px solid #ff5c00;
    border-right: 2px solid #ff5c00;
}
.baikyaku .baikyaku_inq_tel{
    margin: 82px 0px 20px 0px;
    color: #fff;
    font-size: 20px;
    color: #fff;
}
.baikyaku .baikyaku_inq_tel span{
    font-size: 35px;
    padding-left: 0px;
    width: 100%;
    text-align: right;
    display: block;
    line-height: 29px;
}
.baikyaku .baikyaku_inq_tel span a{
    background:none !important;
    font-size: 35px !important;
    text-align: left !important;
    line-height: 30px !important;
    display: inline-block !important;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0px 0px 0px 0px !important;
	position:relative !important;
	border:none !important;
}
.baikyaku .baikyaku_inq_tel span a:hover{
	background:none !important;
	color:#fff !important;
	
}
.baikyaku .baikyaku_inq_tel span a::before{
    content: "";
    width: 30px;
    height: 2px;
    background: none !important;
    position: absolute;
    right: 20px;
    top: 45px;
}
.baikyaku .baikyaku_inq_tel span a:hover::before{
    background: none !important;
}
.baikyaku .baikyaku_inq_tel span a::after{
    content: "";
    border-top: none !important;
    border-right: none !important;
}
.baikyaku .baikyaku_inq_r a:hover::after{
    border-top:none !important;
    border-right:none !important;
}
.baikyaku .baikyaku_inq_tel p{
    margin: 12px 0px 0px 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: right;
}

/* ----------------------------------------
@Ž‘ŽYŠˆ—p
---------------------------------------- */
.shisan{
	width:100%;

}
.shisan .shisan_main{
    background-image: url(/shisan/img/main_bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    overflow: hidden;
    height: 540px;
}
.shisan .shisan_main img{
	display:block;
	margin:105px auto 0px auto;
}

.shisan .nayami_wrap{
	background-color:#f3f0f3;
	background-image:url(/shisan/img/nayami_bg.png);
	background-position-y:bottom;
	background-position-x:center;
	background-repeat:no-repeat;
	padding:40px 0px 150px 0px;
}
.shisan .nayami_wrap h2{
	text-align:center;
}
.shisan .nayami_wrap h2 img{

}
.shisan .nayami_wrap ul{
    width: 586px;
    margin: 55px auto 0px auto;
    padding-left: 20px;
}
.shisan .nayami_wrap ul li{
	background-image: url(/shisan/img/nayami_icon.png);
	background-position-y: 1px;
	background-position-x: 1px;
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	padding-left: 35px;
	line-height: 27px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.shisan .nayami_wrap ul li span{
    background: linear-gradient(transparent 22%, #fff79a 60%);
}

.shisan .teian_wrap{

}
.shisan .teian_wrap h2{
    background-color: #042455;
    text-align: center;
    padding: 29px 0px 48px 0px;
    margin: 0px 0px 90px 0px;
}
.shisan .teian_wrap h2 img{

}
.shisan .teian_box{
    width: 1000px;
    margin: 0px auto 70px auto;
    overflow: hidden;
}
.shisan .teian_l{
	width:600px;
}
.shisan .teian_l h3{
    margin: 0px 0px 38px 0px;
}
.shisan .teian_l h3 img{

}
.shisan .teian_l ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
}
.shisan .teian_l ul li{
	margin-bottom:40px;
}
.shisan .teian_l ul li h4{
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    margin: 0px 0px 3px 0px;
    color: #042455;
    position: relative;
    line-height: 27px;
}
.shisan .teian_l ul li h4::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #042455;
    transform: rotate(45deg);
    left: 5px;
    top: 7px;
    position: absolute;
}
.shisan .teian_l ul li p{
    font-size: 15px;
    padding: 0px 0px 0px 8px;
    background: linear-gradient(#cccccc 2px, transparent 1px) #ffffff;
    background-size: auto 30.9px;
    line-height: 31px;
    border-bottom: 1.4px solid #ccc;
    overflow: hidden;
}
.shisan .teian_r{
	width:360px;
}
.shisan .teian_r img{
display: block;
    margin-top: 10px;
}

.shisan .teian_fl_r{
	float:right;
}
.shisan .teian_fl_l{
	float:left;
}

.shisan .shisan_inq_wrap{
    background-image: url(/shisan/img/shisan_inq_bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    overflow: hidden;
    height: 350px;
    margin: 85px 0px 0px 0px;
}
.shisan .shisan_inq{
    padding: 70px 0px 90px 0px;
    width: 1000px;
    margin: auto;
}
.shisan .shisan_inq_common{

}
.shisan .shisan_inq_common h2{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
}
.shisan .shisan_inq_common h2 span{
    display: block;
    font-size: 15px;
    margin-top: 15px;
}
.shisan .shisan_inq_tel{
    float: left;
    margin-left: 41px;
}
.shisan .shisan_inq_tel p{
    font-size: 37.5px;
    padding-left: 34px;
    line-height: 35px;
    letter-spacing: 1px;
    /* background-image: url(/shisan/img/jirei_tel_icon.png); */
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 2px;
    text-align: right;
}
.shisan .shisan_inq_tel span{
    font-size: 15px;
    font-weight: bold;
    margin-top: 13px;
    display: block;
    text-align: right;
}
.shisan .shisan_inq ul{

}
.shisan .shisan_inq ul li{
    width: 470px;
    float: left;
    margin-right: 60px;
    padding: 0px 4px 4px 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.shisan .shisan_inq ul li:hover{
    padding: 4px 0px 0px 4px;
}
.shisan .shisan_inq ul li:nth-child(2){
	margin-right:0px;
}
.shisan .shisan_inq ul li:nth-child(1) a{
	background-color: #fff;
	color: #042455;
	box-shadow: 4px 4px #eeeeee;
}
	.shisan .shisan_inq ul li:nth-child(2) a{
	background-color: #ff5c00;
	color:#fff;
	box-shadow: 4px 4px #fff;
}
.shisan .shisan_inq ul li a{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
    display: block;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    position: relative;
}

.shisan .shisan_inq ul li:nth-child(1) a::before{
    background: #042455;
}
.shisan .shisan_inq ul li:nth-child(1) a::after{
    border-top: 2px solid #042455;
    border-right: 2px solid #042455;
}
.shisan .shisan_inq ul li:nth-child(2) a::before{
    background: #fff;
}
.shisan .shisan_inq ul li:nth-child(2) a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.shisan .shisan_inq ul li a::before{
    content: "";
    width: 30px;
    height: 2px;

    position: absolute;
    right: 20px;
    top: 45px;
}
.shisan .shisan_inq ul li a::after{
    content: "";
    width: 9px;
    height: 9px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 40px;
}


/* ----------------------------------------
@Ì—p
---------------------------------------- */
.recruit{
    width: 100%;
    margin: 0px auto 0px auto;
}
.recruit_main{
	text-align:center;
}
.recruit_main img{

}

.recruit_title{
	margin:53px 0px 0px 0px;
	text-align:center;
}
.recruit_title h2{
	margin:0px 0px 0px 0px;
	text-align:center;
	color:#333;
}
.recruit_title h2 img{

}

.recruit_interview_wrap{
	position:relative;
}
.recruit_staff{
    text-align: right;
    text-align: center;
    background: #fbfbfb;
    height: 292px;
    position: relative;
    margin: 90px 0px 0px 0px;
}
.recruit_staff_img{
    width: 1060px;
    margin: auto;
	position:relative;
}
.recruit_staff img{
    display: block;
    position: absolute;
    top: -40px;
    right: 0px;
    margin: auto;
    z-index: 1000;
}

.recruit_interview_box{
    width: 100%;
    margin: -127px auto 0px auto;
    position: relative;
    overflow: hidden;
    width: 1000px;

}
.recruit_interview_l{
	width:357px;
	float:left;
}
.recruit_interview_staff_wrap{
    background-color: #fff;
    overflow: hidden;
    background: #fff;
    width: 344px;
    box-shadow: 13px 13px #eeeeee;
    margin: 0px 0px 34px 0px;
    padding: 30px 0px 15px 0px;
}
.recruit_interview_l_tenpo{
    width: 300px;
    margin: 0px auto 20px auto;
    background-color: #042455;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}
.recruit_interview_l h2{
    width: 300px;
    margin: 0px auto 0px auto;
    line-height: 23px;

}
.recruit_interview_l h2 .yaku{
    display: block;
    font-size: 20px;
    margin: 0px 0px 5px 0px;
    color: #333;
}
.recruit_interview_l h2 .neme{
    font-size: 40px;
    display: block;
    float: left;
    color: #333;
    line-height: 39px;
    font-weight: bold;
}
.recruit_interview_l h2 .nyusya{
    font-size: 20px;
    display: block;
    float: left;
    margin: 12px 0px 0px 28px;
    color: #333;
    font-weight: bold;
}
.recruit_interview_l h2 p{
	
}
.recruit_interview_l img{
	
}

.recruit_interview_r{
    float: left;
    width: 555px;
    left: 1px;
    margin: 132px 0px 0px 20px;
    padding: 20px 0px 0px 0px;
    background: #fff;
    position: relative;
    z-index: 2000;
}
.recruit_interview_r_come{
	margin:0px 0px 22px 0px;
}
.recruit_interview_r_come h3{
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    width: max-content;
    line-height: 17px;
    background: linear-gradient(transparent 63%, #ffff00 0%);
    display: block;
}
.recruit_interview_r_come p{
    font-size: 15px;
    color: #333;
    margin: 0px;
    padding: 0px;
    line-height: 23px;
}

.recruit_interview_cach{
    position: absolute;
    right: 0px;
    left: 1020px;
    top: 120px;
    margin: auto;
    font-size: 29px;
    font-weight: bold;
    padding-top: 39px;
    line-height: 40px;
    width: 40px;
    height: 131px;
    letter-spacing: 3px;
    height: auto;
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-rl;
    box-sizing: border-box;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #333;
    z-index: 3000;
}
.recruit_interview_cach span{
	font-size:45px;
	font-weight:bold;
	color:#e73a5f;
}

.recruit_tanto_wrap{
    width: 1000px;
    margin: 55px auto 0px auto;
}
.recruit_tanto_l{
	
}
.recruit_tanto_l h2{
    width: 561px;
}
.recruit_tanto_l h2 img{

}
.recruit_tanto_l h2 span{
    display: block;
    margin: 15px 0px 0px 0px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}
.recruit_tanto_title{
    font-size: 29px;
    color: #042455;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}
.recruit_tanto_l p{
    margin: 33px 0px 0px 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}

.recruit_tanto_r{
	float:right;
}
.recruit_tanto_r img{

}


.recruit_inq_wrap{
    background-image: url(/recruit/img/recruit_inq_bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    overflow: hidden;
    height: 350px;
    margin: 70px 0px 0px 0px;
}
.recruit_inq{
    padding: 70px 0px 90px 0px;
    width: 1000px;
    margin: auto;
}
.recruit_inq_common{

}
.recruit_inq_common h2{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    color: #fff;
    margin: 5px 0px 0px 0px;
}
.recruit_inq_common h2 span{
    display: block;
    font-size: 15px;
    margin-top: 15px;
}
.recruit_inq_tel{
    float: left;
    margin-left: 41px;
    width: 455px;
}
.recruit_inq_tel p{
    font-size: 37.5px;
    line-height: 35px;
    letter-spacing: 1px;
    /* background-image: url(/shisan/img/jirei_tel_icon.png); */
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 2px;
    text-align: right;
    color: #fff;
    width: 100%;
}
.recruit_inq_tel span{
    font-size: 15px;
    font-weight: bold;
    margin-top: 13px;
    display: block;
    text-align: right;
    color: #fff;
}
.recruit_inq ul{

}
.recruit_inq ul li{
    width: 470px;
    float: left;
    margin-right: 60px;
    padding: 0px 4px 4px 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.recruit_inq ul li:hover{
    padding: 4px 0px 0px 4px;
}
.recruit_inq ul li:nth-child(2){
	margin-right:0px;
}
.recruit_inq ul li:nth-child(1) a{
	background-color: #fff;
	color: #042455;
	box-shadow: 4px 4px #eeeeee;
}
	.recruit_inq ul li:nth-child(2) a{
	background-color: #ff5c00;
	color:#fff;
	box-shadow: 4px 4px #fff;
}
.recruit_inq ul li a{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
    display: block;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    position: relative;
}

.recruit_inq ul li:nth-child(1) a::before{
    background: #042455;
}
.recruit_inq ul li:nth-child(1) a::after{
    border-top: 2px solid #042455;
    border-right: 2px solid #042455;
}
.recruit_inq ul li:nth-child(2) a::before{
    background: #fff;
}
.recruit_inq ul li:nth-child(2) a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.recruit_inq ul li a::before{
    content: "";
    width: 30px;
    height: 2px;

    position: absolute;
    right: 20px;
    top: 45px;
}
.recruit_inq ul li a::after{
    content: "";
    width: 9px;
    height: 9px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 40px;
}

/* ----------------------------------------
@ŠÇ—
---------------------------------------- */
.kanri{
	width:100% !important;
	font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    font-weight: 500;
}
.kanri_main{
	width:1280px;
	margin:0px auto 0px auto;
	position:relative;
}
.kanri_main img{

}
.kanri_main a{
    position: absolute;
    top: 386px;
    left: 0px;
    right: 510px;
    margin: auto;
    color: #fff;
    text-align: center;
    background-color: #ff5c00;
    width: 400px;
    line-height: 70px;
    text-decoration: none;
    font-size: 18px;
    box-sizing: border-box;
    border: solid 2px #ff5c00;
}
.kanri_main a:hover{
	border: solid 2px #ff5c00;
	background-color:#FFF;
	color:#ff5c00;
}
.kanri_main a::before{
    content: "";
    top: 33px;
    right: 25px;
    width: 29px;
    height: 2px;
    background: #fff;
    position: absolute;
}
.kanri_main a:hover::before{
    background: #ff5c00;
}
.kanri_main a::after{
    content: "";
    top: 29px;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.kanri_main a:hover::after{
    border-top: 2px solid #ff5c00;
    border-right: 2px solid #ff5c00;
}
.kanri_riyu_wrap{
    width: 100%;
    margin: 60px auto 0px auto;
    background-image: url(/kanri/img/riyu_bg.png);
    background-position-y: 12px;
    background-position-x: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.kanri_riyu_wrap h2{
	text-align:center;
	font-size:38px;
	position:relative;
	padding:0px 0px 40px 0px;
}
.kanri_riyu_wrap h2::before{
    content: "";
    top: 92px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 50px;
    height: 3px;
    background: #333;
    position: absolute;
}
.kanri_riyu_wrap h2 span{
	font-size:50px;
}
.kanri_riyu_title_come{
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.kanri_riyu_wrap ul{
    width: 1000px;
    margin: 70px auto 0px auto;
}
.kanri_riyu_wrap ul li{
    width: 485px;
    box-shadow: 3px 3px 4px grey;
    padding: 25px;
    box-sizing: border-box;
    float: left;
    margin: 0px 30px 25px 0px;
}
.kanri_riyu_wrap ul li:nth-child(2){
	margin-right:0px;
}
.kanri_riyu_wrap ul li:nth-child(3){
    width: 310px;
    height: 406px;
    margin: 0px 35px 0px 0px;
}
.kanri_riyu_wrap ul li:nth-child(4){
    width: 310px;
    height: 406px;
    margin: 0px 35px 0px 0px;
}
.kanri_riyu_wrap ul li:nth-child(5){
	width: 310px;
	height: 406px;
	margin-right:0px;
}
.kanri_riyu_wrap ul li:nth-child(3) h3{
    margin:auto;
}
.kanri_riyu_wrap ul li:nth-child(4) h3{
    margin:auto;
}
.kanri_riyu_wrap ul li:nth-child(5) h3{
    margin:auto;
}
.kanri_riyu_wrap ul li:nth-child(3) .riyu_r{
    float: right;
    margin: 0px 0px 0px 0px;
}
.kanri_riyu_wrap ul li:nth-child(4) .riyu_r{
    float: right;
    margin: 0px 0px 0px 0px;
}
.kanri_riyu_wrap ul li:nth-child(5) .riyu_r{
    float: right;
    margin: 0px 0px 0px 0px;
}
.kanri_riyu_wrap ul li:nth-child(4) .riyu_l{
    margin: 24px 0px 0px 0px;
}
.kanri_riyu_wrap ul li:nth-child(5) .riyu_l{
    margin: 44px 0px 0px 0px;
}
.riyu_img{

}
.riyu_box{
    margin: 20px 0px 0px 0px;
}
.riyu_box .riyu_l{
    float: left;
    margin: 14px 0px 0px 0px;
}
.riyu_box .riyu_l img{

}
.riyu_box .riyu_r{
    float: left;
    margin: 0px 0px 0px 26px;
}
.kanri_riyu_wrap h3{
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    letter-spacing: 1px;
    width: max-content;
    color: #042455;
    line-height: 27px;
    background: linear-gradient(transparent 46%, #f2f4fb 0%);
    display: block;
}
.kanri_riyu_wrap h3 span{
    color: #ff5c00;
    font-size: 32px;
}
.riyu_box .riyu_r p{
    font-size: 15px;
    line-height: 24px;
    margin: 21px 0px 0px 0px;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}

.kanri_fliw_wrap{
    clear: both;
    width: 1000px;
    margin: 80px auto 0px auto;
}
.kanri_fliw_wrap h2{
    text-align: center;
    font-size: 38px;
    position: relative;
    padding: 0px 0px 55px 0px;
    float: left;
}
.kanri_fliw_wrap h2 span{
	font-size: 50px;
}
.kanri_fliw_wrap h2::before {
    content: "";
    top: 92px;
    left: 0px;
    margin: auto;
    width: 50px;
    height: 3px;
    background: #333;
    position: absolute;
}
.kanri_fliw_lonk{
	width:400px;
	margin:40px auto 0px auto;
}
.kanri_fliw_lonk a{
display: block;
    margin: auto;
    color: #fff;
    text-align: center;
    background-color: #ff5c00;
    width: 400px;
    line-height: 70px;
    text-decoration: none;
    font-size: 18px;
    box-sizing: border-box;
    border: solid 2px #ff5c00;
	position:relative;
}
.kanri_fliw_lonk a:hover{
	border: solid 2px #ff5c00;
	background-color:#FFF;
	color:#ff5c00;
}
.kanri_fliw_lonk a::before{
    content: "";
    top: 33px;
    right: 25px;
    width: 29px;
    height: 2px;
    background: #fff;
    position: absolute;
}
.kanri_fliw_lonk a:hover::before{
    background: #ff5c00;
}
.kanri_fliw_lonk a::after{
    content: "";
    top: 29px;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.kanri_fliw_lonk a:hover::after{
    border-top: 2px solid #ff5c00;
    border-right: 2px solid #ff5c00;
}
.kanri_fliw_wrap p{
    float: right;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 38px 0px 0px 0px;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.kanri_fliw_wrap ul{
    clear: both;
    height: 233px;
}
.kanri_fliw_wrap ul li{
    width: 310px;
    height: 228px;
    padding: 10px;
    margin: 0px 35px 0px 0px;
    float: left;
    background-color: #f4f4f4;
    box-shadow: 3px 3px 4px grey;
    box-sizing: border-box;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.kanri_fliw_wrap ul li:nth-child(3){
	margin-right:0px;
}
.kanri_fliw_wrap ul li h3{
    overflow: hidden;
}
.kanri_fliw_wrap ul li h3 span{
    font-size: 45px;
    display: block;
    width: 54px;
    line-height: 54px;
    background: #0b90ca;
    color: #fff;
    float: left;
    text-align: center;
    font-weight: normal;
}
.kanri_fliw_wrap ul li h3 p{
    float: left;
    text-align: left;
    font-size: 23px;
    line-height: 24px;
    margin: 18px 0px 0px 15px;
    font-weight: bold;
}
.kanri_fliw_wrap ul li p{
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    margin: 16px 0px 0px 0px;
    float: none;
    font-weight: normal;
}
.kanri_fliw_img{
    text-align: center;
    margin: 40px 0px 0px 0px;
}
.kanri_fliw_img img{

}
.kanri_nayo_wrap{
    clear: both;
    width: 1000px;
    margin: 80px auto 0px auto;
}
.kanri_nayo_wrap h2{
    text-align: center;
    font-size: 38px;
    position: relative;
    padding: 0px 0px 55px 0px;
    float: left;
}
.kanri_nayo_wrap h2 span{
	font-size: 50px;
}
.kanri_nayo_wrap h2::before {
    content: "";
    top: 92px;
    left: 0px;
    margin: auto;
    width: 50px;
    height: 3px;
    background: #333;
    position: absolute;
}
.kanri_nayo_wrap p{
    float: right;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 38px 0px 0px 0px;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}

.kanri_nayo_wrap ul{
    clear: both;
    height: 233px;
}
.kanri_nayo_wrap ul li{
    width: 310px;
    height: 228px;
    padding: 0px;
    margin: 0px 35px 0px 0px;
    float: left;
    background-color: #f4f4f4;
    box-shadow: 3px 3px 4px grey;
    box-sizing: border-box;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.kanri_nayo_wrap ul li:nth-child(3){
	margin-right:0px;
}
.kanri_nayo_wrap ul li:nth-child(1) h3{
    background-position-x: 45px;
    background-position-y: 20px;
}
.kanri_nayo_wrap ul li:nth-child(2) h3{
    background-position-x: 18px;
    background-position-y: 20px;
}
.kanri_nayo_wrap ul li:nth-child(3) h3{
	background-position-x:16px;
    background-position-y: 20px;
}
.kanri_nayo_wrap ul li h3{
    color: #042455;
    width: 250px;
    margin: auto;
    padding: 22px 0px 20px 0px;
    box-sizing: border-box;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    border-bottom: solid 1px #333333;
	background-image:url(/kanri/img/naiyo_icon.png);
	background-repeat:no-repeat;

}
.kanri_nayo_wrap ul li p{
    float: none;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    margin: 25px 0px 0px 0px;
}

.kanri_service_wrap{
    clear: both;
    margin: 70px 0px 0px 0px;
    overflow: hidden;
}
.kanri_service_wrap h2{
font-size: 32px;
    text-align: center;
    margin: auto;
    width: 827px;
    line-height: 70px;
    box-shadow: 0px 3px 6px #f5f5f5;
}
.kanri_service_wrap ul{
    width: 1000px;
    margin: 40px auto 0px auto;
}
.kanri_service_wrap ul li{
    width: 465px;
    float: left;
    margin: 0px 70px 0px 0px;
}
.kanri_service_wrap ul li:nth-child(2){
	margin-right:0px;
}
.kanri_service_wrap ul li h3{
    line-height: 50px;
    background-color: #042455;
    border-radius: 40px;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 24px 0px;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;

}
.kanri_service_box{
	
}

.kanri_service_box img{
	float:right;
}
.kanri_service_box p{
float: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    width: 228px;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}

.kanri_conts_wrap{
    clear: both;
    background: #f4f4f4;
    margin: 130px 0px 0px 0px;
    padding: 60px 0px;
}
.kanri_conts_wrap ul{
    width: 658px;
    margin: auto;
    overflow: hidden;
}
.kanri_conts_wrap ul li{
    width: 320px;
    overflow: hidden;
    float: left;
    margin: 0px 18px 0px 0px;
}
.kanri_conts_wrap ul li:nth-child(2){
	margin-right:0px;
}
.kanri_conts_wrap ul li:nth-child(1) a{
    background-image: url(/kanri/img/gallery_icon.png);
    background-position-x: 30px;
    background-position-y: 22px;
}
.kanri_conts_wrap ul li:nth-child(2) a{
    background-image: url(/kanri/img/reform_icon.png);
    background-position-x: 40px;
    background-position-y: 20px;
}
.kanri_conts_wrap ul li a{
	display: block;
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 70px;
	    box-sizing: border-box;
	border: solid 2px #fff;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
	border: solid 2px #333;
}
.kanri_conts_wrap ul li a:hover{
    background-color: #FFF;
    border: solid 2px #ff5c00;
}
.kanri_conts_wrap ul li a p{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;
    float: left;
    padding: 0px 0px 0px 75px;
}
.kanri_conts_wrap ul li a span{
    display: block;
    color: #aaaaaa;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 70px;
    padding: 0px 0px 0px 50px;
}



.kanri_inq_wrap{
    background-image: url(/kanri/img/kanri_inq.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    overflow: hidden;
    height: 350px;
    margin: 100px 0px 0px 0px;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.kanri_inq{
	width:1000px;
	margin:auto;
	
}
.kanri_inq_l{
	float:left;
}
.kanri_inq_l h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
	margin:110px 0px 0px 0px;
}
.kanri_inq_r{
	float:right;
	width:465px;
}
.kanri_inq_r a{
    background-color: #ff5c00;
    font-size: 20px;
    text-align: center;
    line-height: 90px;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: solid 2px #ff5c00;
}
.kanri_inq_r a:hover{
	background-color:#FFF;
	color:#ff5c00;
	
}
.kanri_inq_r a::before{
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 45px;
}
.kanri_inq_r a:hover::before{
    background: #ff5c00;
}
.kanri_inq_r a::after{
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 40px;
}
.kanri_inq_r a:hover::after{
    border-top: 2px solid #ff5c00;
    border-right: 2px solid #ff5c00;
}
.kanri_inq_tel{
    margin: 82px 0px 20px 0px;
    color: #fff;
    font-size: 20px;
    color: #fff;
}
.kanri_inq_tel span{
    font-size: 35px;
    padding-left: 0px;
    width: 100%;
    text-align: right;
    display: block;
    line-height: 29px;
}
.kanri_inq_tel span a{
    background:none !important;
    font-size: 35px !important;
    text-align: left !important;
    line-height: 30px !important;
    display: inline-block !important;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0px 0px 0px 0px !important;
	position:relative !important;
	border:none !important;
}
.kanri_inq_tel span a:hover{
	background:none !important;
	color:#fff !important;
	
}
.kanri_inq_tel span a::before{
    content: "";
    width: 30px;
    height: 2px;
    background: none !important;
    position: absolute;
    right: 20px;
    top: 45px;
}
.kanri_inq_tel span a:hover::before{
    background: none !important;
}
.kanri_inq_tel span a::after{
    content: "";
    border-top: none !important;
    border-right: none !important;
}
.kanri_inq_r a:hover::after{
    border-top:none !important;
    border-right:none !important;
}
.kanri_inq_tel p{
    margin: 12px 0px 0px 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: right;
}

/* ----------------------------------------
@“ü‹ŽÒŒü‚¯
---------------------------------------- */
.cust_inner{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.cust_inner a{
    display:block;
}
.cust_inner a:hover img {
    opacity: unset !important;
}
.cust_main{
    background: url(/nyukyo/img/cust_main_bg.jpg)no-repeat 50% 50%;
    background-size: cover;
    height: 540px;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
}
.cust_main p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 30px;
}
.cust_info_wrap {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
    margin-bottom: 20px;
}
.cust_info_wrap .cust_inner {
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cust_info_tl {
    position: relative;
    display: inline-block;
    padding: 14px 14px;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 14px;
    background: #042455;
}
.cust_info_tl:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 98%;
    margin-top: -13px;
    border: 13px solid transparent;
    border-left: 15px solid #042455;
}
.ticker {
    width: 100%;
    height: 50px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.cust_info_wrap iframe {
    width: 633px;
    height: 50px;
    margin: 0 30px;
    background-color: #e5e9ee;
    padding: 0 20px;
}
.cust_info_more a {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
.cust_info_more a:hover {
    background: #f7f7f7;
}
.cust_inq_tl,
.cust_sch_tl {
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
	font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    color: #042455;
}
.cust_inq_wrap {
    margin-bottom: 70px;
}
.cust_inq_wrap ul {
    display: flex;
    justify-content: space-between;
}
.cust_sch_half li {
    float: left;
    margin-right: 28px;
    margin-bottom:28px;
}
.cust_sch_half li:nth-child(even) {
    margin-right: 0;
}
.cust_sch_wide li {
    margin-bottom: 30px;
}
/* ----------------------------------------
@ƒŠƒtƒH[ƒ€
---------------------------------------- */
.reform_main_wrap{
	background-image:url(/smile-reform/img/main_bg.webp);
	background-repeat:no-repeat;
	background-position-x:center;
	height:540px;
	overflow:hidden;
}
.reform_main_wrap img{
	display:block;
	margin:120px auto 0px auto;
}

.reform_info_wrap{
	background-color:#f3f0f3;
	padding:0px 0px 40px 0px;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.reform_info{
	position:relative;
}
.reform_info h2{
    margin: 0px 0px 20px 0px;
    text-align: center;
    position: absolute;
    top: -30px;
    width: fit-content;
    margin: auto;
    left: 0px;
    right: 0px;
}
.reform_info iframe{
    width: 987px;
    padding: 100px 0px 0px 0px;
    margin: auto;
    display: block;
    height: 260px;
}
.reform_info h2 img{

}
.reform_info_box{
    width: 970px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.reform_info_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.reform_info_box ul li{
	
}
.reform_info_box ul li a{
	display:block;
	font-size:17px;
	font-weight:bold;
	border-bottom:solid 1px #333;
	padding:10px 0px;
	text-decoration:none;
	color:#333;
}
.reform_info_box ul li a:hover{
	background-color:#e9e9e9;
}
.reform_info_box ul li a span{
	display:inline-block;
	margin-right:20px;
}
.reform_info_inq{
    display: block;
    width: 350px;
    margin: 30px auto 0px auto;
    font-size: 17px;
    color: #fff;
    background-color: #042455;
    border: solid 2px #042455;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    position: relative;
}
.reform_info_inq:hover{
	color:#042455;
	background-color:#FFF;
}
.reform_info_inq::before{
    content: "";
    top: 23px;
    right: 26px;
    width: 18px;
    height: 1px;
    background: #fff;
    position: absolute;
}
.reform_info_inq:hover::before{
    background: #042455;
}
.reform_info_inq::after{
    content: "";
    right: 25px;
    top: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.reform_info_inq:hover::after{
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
}
.reform_strong_wrap{
	background-image:url(/smile-reform/img/strong_bg.webp);
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
	position:relative;
	padding:70px 0px;
}
.reform_strong_wrap::before{
    content: "";
    width: 157px;
    height: 163px;
    background-image: url(/smile-reform/img/strong_girl.webp);
    position: absolute;
    left: 810px;
    right: 0px;
    margin: auto;
    top: 90px;
}
.reform_strong_wrap h2{
	width:760px;
	font-size:35px;
	line-height:64px;
	text-align:center;
	background-color:#042455;
    border-radius: 50px;
	color:#fff;
	margin:0px auto 20px auto;
	font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}
.reform_strong_come{
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 34px;
    width: fit-content;
    padding: 0px 70px;
    margin:0px auto 30px auto;
    font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    position: relative;
}
.reform_strong_come::before {
    content: "";
    left: 0px;
    top: 34px;
    width: 68px;
    height: 2px;
    border-top: dotted 2px #042455;
    position: absolute;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}
.reform_strong_come::after {
    content: "";
    right: 10px;
    top: 34px;
    width: 68px;
    height: 2px;
    border-top: dotted 2px #042455;
    position: absolute;
    -webkit-transform: rotate(70deg);
    transform: rotate(110deg);
}
.reform_strong_come span{
	font-size:26px;
}
.reform_strong_wrap ul{
    margin: auto;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
}
.reform_strong_wrap ul li{
    width: 310px;
    height: 430px;
    margin: 0px 0px 30px 0px;
    border: solid 1px #333;
    background-color: #FFF;
    box-shadow: 2px 2px 4px #d1d1d1;
}
.reform_strong_wrap ul li h3{
background-color: #e5e8ed;
    font-size: 25px;
    text-align: center;
    line-height: 55px;
    font-weight: bold;

}
.reform_strong_wrap ul li h3 span{
	color:#ff5c00;
	font-size:30px;
	font-weight:bold;
}
.reform_strong_wrap ul li:nth-child(5) h3{
	font-size:18px;
}
.reform_strong_wrap ul li:nth-child(6) h3{
	font-size:18px;
}
.reform_strong_wrap ul li:nth-child(7) h3 span{
	font-size:28px;
}
.reform_strong_wrap ul li:nth-child(8) h3 span{
	font-size:28px;
}
.reform_strong_wrap ul li:nth-child(9) h3 span{
	font-size:20px;
}
.reform_strong_wrap ul li img{
	padding:13px 13px 0px 13px;
}
.reform_strong_wrap ul li ul{
    margin: 30px 0px 0px 0px;
    padding: 0px 13px 0px 13px;
    list-style-type: none;
    display: block;
    width: auto;
}
.reform_strong_wrap ul li ul li{
    width: auto;
    height: auto;
    border: none;
    background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 0px 27px;
    background-image: url(/smile-reform/img/strong_icon.webp);
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 0px;
    margin: 0px 0px 10px 0px;
    letter-spacing: -1px;
    box-shadow: none;
}

.reform_service_wrap{
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
}
.reform_service_wrap h2{
	font-weight:bold;
	font-size:40px;
	color:#042455;
	text-align:center;
	margin:0px 0px 50px 0px;
	font-family: "Ÿà–¾’©", YuMincho, "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}
.reform_service_wrap ul{
    margin: 0px auto 0px auto;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
}
.reform_service_wrap ul li{
width: 310px;
    height: 350px;
    background: #eeeeee;
    padding: 15px;
    box-sizing: border-box;
    margin: 0px 0px 40px 0px;
	position:relative;
    box-shadow: 2px 2px 4px #d1d1d1;

}
.reform_service_wrap ul li::before {
    content: "";
    right: -40px;
    top: 158px;
    box-sizing: border-box;
    width: 14px;
    height: 4px;
    border: 14px solid transparent;
    border-left: 16px solid #ff5c00;
    position: absolute;
}
.reform_service_wrap ul li:nth-child(3)::before {
    border-left:none;
}
.reform_service_wrap ul li:nth-child(6)::before {
    border-left:none;
}
.reform_service_wrap ul li:nth-child(8)::before {
    border-left:none;
}
.reform_service_wrap ul li:last-child{
	width:650px;
}
.reform_service_wrap ul li:last-child p{
	width:590px;
}
.reform_service_wrap ul li h3{
	font-size:22px;
	margin:0px 0px 10px 0px;
}
.reform_service_wrap ul li h3 span{
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin: 0px 15px 0px 0px;
    background: #042455;
    font-variant: no-common-ligatures;
    font-weight: normal;
    line-height: 52px;

}
.reform_service_wrap ul li img{
	display:block;
	margin:0px auto 25px auto;
}
.reform_service_wrap ul li p{
font-size: 15px;
    margin: 0px auto;
    line-height: 22px;
    width: 250px;
}

.reform_result_bn{
    width: 1000px;
    margin:0px auto 60px auto;
}
.reform_result_bn a{

}

.reform_inq_wrap{
    width: 1000px;
    border: solid 2px #333;
    margin: 0px auto;
	font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒƒCƒŠƒI", sans-serif;
	position:relative;
}
.reform_inq_wrap::before{
    content: "";
    width: 212px;
    height: 304px;
    background-image: url(/smile-reform/img/inq_girl.webp);
    position: absolute;
    right: 30px;
    margin: auto;
    top: -17px;
}
.reform_inq_wrap h2{
	font-size:26px;
	text-align:center;
	color:#fff;
	background-color:#5a5859;
	line-height:73px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
}
.reform_inq_box{
    display: flex;
    justify-content: space-between;
    padding: 30px 100px 40px 40px;
	position:relative;
}
.reform_inq_l{
    width: 470px;
}
.reform_inq_l h3{
    margin: 0px auto 15px auto;
    background-color: #e5e8ed;
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    line-height: 39px;
    width: 260px;
    font-weight: normal;
}
.reform_inq_tel{
    font-size: 40px;
    color: #042455;
    background-image: url(/smile-reform/img/inq_icon01.webp);
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-position-x: 0px;
    line-height: 40px;
    font-weight: bold;
    width: fit-content;
    padding: 0px 0px 0px 37px;
    margin: 0px auto 14px auto;
}
.reform_inq_l ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display: flex;
	justify-content: space-between;
}
.reform_inq_l ul li{
	display: flex;
	justify-content: center;
	    align-items:center;
}
.reform_inq_l ul li span{
    display: inline-block;
    background-color: #eeeeee;
    font-size: 15px;
    margin: 0px 10px 0px 0px;
    line-height: 23px;
    padding: 0px 12px;
    text-align: center;
}
.reform_inq_l ul li p{
	font-size:15px;
	margin:0px 0px 0px 0px;
}

.reform_inq_r{

}
.reform_inq_r h3{
    margin: 0px auto 0px auto;
    background-color: #e5e8ed;
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    line-height: 39px;
    width: 260px;
    font-weight: normal;
}
.reform_inq_r a{
	margin:15px 0px 0px 0px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 360px;
    background-color: #e1203d;
    border-radius: 5px;
    line-height: 80px;
    background-image: url(/smile-reform/img/inq_icon02.webp);
    background-repeat: no-repeat;
    background-position-y: 30px;
    background-position-x: 65px;
    box-sizing: border-box;
    border-bottom: solid 3px #c50b27;
    padding: 0px 0px 0px 100px;
    font-size: 20px;
}
.reform_inq_r a:hover{
	margin-top:18px;
	background-color:#c50b27;
}
.pamphlet_link{
        display: block;
        background-color: #042455;
        border: solid 2px #042455;
        line-height: 56px;
        font-size: 16px;
        color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 20px auto 0px auto;
        text-decoration: none;
        position: relative;
        letter-spacing: 2px;
        text-align: center;
        width: 430px;
}
.pamphlet_link:hover{
    background-color: #fff;
    color: #042455;
}

.pamphlet_link::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 27px;
}
.pamphlet_link:hover::before {
    background: #042455;
}
.pamphlet_link::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 22px;
}
.pamphlet_link:hover::after {
    border-top: 2px solid #042455;
    border-right: 2px solid #042455;
}












}/* media screen fin Á‚³‚È‚¢‚±‚Æ */