<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);  */
/*
Theme Name: CLEANER
Theme URI: null
Description: Description
Author: 81bridge - LZJ
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-weight: 500;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	/* font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #231815;
	text-decoration: none;
}

a:visited {
	color: #231815;
}

a:hover {
	color: #231815;
}

a:active {
	color: #231815;
}

a,
a img{
	transition: 0.5s!important;
	-webkit-transition: 0.5s!important;
	-moz-transition: 0.5s!important;
	-o-transition: 0.5s!important;
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* .fadeinup {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
} */

#breadcrumb ul {
	margin: 0 auto;
	padding: 15px 10px 15px;
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
}
#breadcrumb ul li::after {
	content: " &gt; ";
	display: inline-block;
	margin: 0 5px;
}
#breadcrumb ul li:last-child::after {
	content: "";
}
@media all and (max-width: 767px) {
	#breadcrumb ul {
		padding: 10px;
	}
	#breadcrumb ul li {
		font-size: 10px;
	}
}

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
 
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
 
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1220px;
	color: #231815;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FCEA3F;
}

#container {
	padding-top: 136px;
	text-align: left;
	position: relative;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		padding-bottom: 86px;
		min-width: inherit;
		font-size: 1.2rem;
	}
	
	#container {
		padding-top: 53px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 18px 0 0;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #FCEA3F;
	z-index: 99;
}

#gHeader .hBox {
	position: relative;
    width: 1198px;
    margin: 0 auto 5px;
    padding-left: 15px;
    box-sizing: border-box;
}

#gHeader .hBox .sns_box {
	position: absolute;
	left: 645px;
	top: -5px;
}
#gHeader .hBox .sns_box a {
	display: inline-block;
}
@media all and (max-width: 767px) {

	#gHeader .hBox .sns_box {
		display: none;
	}
}

#gHeader .hBox h1 {
    width: 398px;
    float: left;
}

#gHeader .hBox .hyoutube {
	margin-left: 10px;
    width: 140px;
    float: left;
}

#gHeader .hBox .hLink {
    margin: 5px 0 0 16px;
    float: right;
    width: 189px;
}

#gHeader .hBox .hLink a:hover img {
    opacity: 0.7;
}

#gHeader .hBox .hTel {
    margin-top: 15px;
    float: right;
    text-align: right;
}

#gHeader .hBox .hTel span {
    margin: 3px -7px 0 0;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}

#gHeader .hBox .hTel img {
    width: 237px;
}

@media all and (min-width: 0) and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	#gHeader {
        padding: 0 15px;
    }

    #gHeader .hBox {
        width: auto;
        margin: 0 auto;
        padding-left: 0;
    }

    #gHeader .hBox h1 {
		padding-top: 7px;
		width: auto;
		height: 53px;
		float: none;
		box-sizing: border-box;
    }

	.sns_box_sp {
		padding: 10px 0;
		text-align: center;
		background-color: #fff;
	}
	.sns_box_sp a {
		margin: 0 5px;
	}

	#gHeader .hBox .hyoutube {
		position: absolute;
		left: 229px;
		top: 7px;
		margin-left: 0;
		width: 44px;
		float: none;
	}
	#gHeader .h_ihinseiri .hBox .hyoutube {
		left: 246px;
		top: 7px;
	}

    #gHeader .hBox .hLink {
        display: none;

    }

    #gHeader .hBox .hTel {
        display: none;
    }
    
    #gHeader .menu {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    #gHeader .menu img {
		width: 80px;
	}
    
    .menuBox {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background-color: #000;
        z-index: 999;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    
    .menuBox .menuInner {
        padding: 24px 0;
    }
    
    .menuBox .menuLogo {
        margin: 0 0 42px 23px;
        width: 75px;
    }
    
    .menuBox .close {
        position: absolute;
        right: 24px;
        top: 14px;
        width: 32px;
    }
    
    .menuBox .menuInner &gt; ul {
        border-bottom: 2px solid #FFFFFF;
    }
    
    .menuBox .menuInner &gt; ul &gt; li {
        position: relative;
    }
    
    .menuBox .menuInner &gt; ul &gt; li span {
        display: block;
        width: 30px;
        height: 30px;
        top: 22px;
        right: 35px;
        position: absolute;
        background: url("img/common/icon08.png") no-repeat center center;
        background-size: 25px 19px;
    }
    
    .menuBox .menuInner &gt; ul &gt; li &gt; a,
    .menuBox .menuInner &gt; ul &gt; li &gt; p {
        padding: 20px 39px 22px;
        display: block;
        color: #fff;
        font-size: 2rem;
        background: url("img/common/icon09.png") no-repeat right 40px center;
        background-size: 20px auto;
        border-top: 2px solid #FFFFFF;
    }
    
    .menuBox .menuInner &gt; ul &gt; li &gt; p {
        background: url("img/common/icon08.png") no-repeat right 40px center;
        background-size: 25px 19px;
    }
    
    .menuBox .menuInner &gt; ul &gt; li.liStyle01 a,
    .menuBox .menuInner &gt; ul &gt; li.liStyle02 a {
        background: none;
    }
    
    .menuBox .menuInner .liStyle01 &gt; ul &gt; li &gt; a {
        padding: 18px 55px 18px 40px;
        display: block;
        font-weight: 700;
        color: #fff;
        font-size: 2.35rem;
        background: url("img/common/icon09.png") no-repeat right 40px center;
        background-size: 20px auto;
    }
    
    .menuBox .menuInner .liStyle01 &gt; ul {
        display: none;
    }
    
    .menuBox .menuInner .liStyle02 &gt; ul {
        display: none;
    }
    
    .menuBox .menuInner .liStyle01 &gt; ul ul {
        margin: 18px 34px 30px 43px;
    }
    
    .menuBox .menuInner .liStyle01 &gt; ul ul li:not(:last-child) {
        margin-bottom: 38px;
    }
    
    .menuBox .menuInner .liStyle01 &gt; ul ul a {
        display: table;
        width: 100%;
        background-color: #fff;
    }
    
    .menuBox .menuInner .liStyle01 &gt; ul div {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        width: 120px;
    }
    
    .menuBox .menuInner .liStyle01 &gt; ul p {
        padding-left: 13px;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        line-height: 1.6;
        font-size: 1.8rem;
        box-sizing: border-box;
    }
    
    .menuBox .menuInner .liStyle02 &gt; ul &gt; li &gt; a {
        padding: 17px 10px 20px 103px;
        display: block;
        color: #000;
        font-size: 2rem;
        background: url("img/common/icon07.png") no-repeat left 70px center #fff;
        background-size: 13px auto;
        border-bottom: 2px solid #000000;
    }
    
}

@media all and (max-width: 355px) {
    .menuBox .menuInner .liStyle01 &gt; ul p {
        padding-left: 8px;
    }
}

@media all and (max-width: 350px) {
    .menuBox .menuInner .liStyle01 &gt; ul p {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    background-color: #000;
}

#gNavi ul {
    width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}

#gNavi ul li {
    width: 16.65%;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

#gNavi ul li a {
    padding: 17px 0 12px;
    display: table;
    width: 100%;
    color: #fff;
    font-size: 1.65rem;
}

#gNavi ul li a:hover {
    opacity: 0.7;
}

#gNavi ul li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#gNavi ul li img {
    width: 32px;
}

@media all and (max-width: 767px) {
    #gNavi {
        display: none;
    }
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
    width: 1000px;
    margin: 0 auto;
    padding-top: 61px;
}

@media all and (max-width: 767px) {
    #main .mainBox {
        width: auto !important;
        padding-top: 0 !important;
    }
    
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
    width: 710px;
    padding-top: 12px;
    float: right;
}

@media all and (max-width: 767px) {
    #conts {
        width: auto !important;
        padding-top: 0 !important;
        float: none;
    }
    
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
    width: 249px;
    float: left;
}

#sideBar .sLink li:not(:last-child) a {
    margin-bottom: 11px;
}

#sideBar .sLink a {
    padding: 12px 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    background-color: #000;
}

#sideBar.sideBar01 .sLink a {
	padding: 13px 0;
}

#sideBar .sLink a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
    #sideBar {
        display: none;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 34px 0 23px;
    position: relative;
    background-color: #000;
}

.pageTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 39px;
}

.pageTop a:hover img {
    opacity: 0.7;
}

#gFooter .fBox {
    width: 1200px;
    margin: 0 auto;
}

#gFooter .fBox .fInner {
    float: left;
    width: 245px;
}

#gFooter .fBox .fInner .fLogo img {
    width: 224px;
}

#gFooter .fBox .fInner .fTxt {
    margin: 5px 0 3px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}

#gFooter .fBox .fInner dl {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
}

#gFooter .fBox .fInner dl dt {
    float: left;
}

#gFooter .fBox .fInner dl .dtStyle01 {
    font-size: 1.5rem;
}

#gFooter .fBox .fInner dl .ddStyle01 {
    font-size: 1.3rem;
    padding: 3px 0 0 4.6em;
}

#gFooter .fBox .fInner dl dd {
    padding: 0 0 0 2.9em;
}

#gFooter .fBox .fInner dl dd a {
    color: #fff;
}

#gFooter .fBox .fInner dl dd a:hover {
    text-decoration: underline;
}

#gFooter .fBox .fInner dl dd span {
    font-size: 1rem;
    vertical-align: middle;
}

#gFooter .fBox .fInner .sns {
	margin-top: 5px;
}

#gFooter .fBox .fInner .sns a {
    font-size: 1.4rem;
    color: #fff;
}

#gFooter .fBox .fInner .sns a img {
	margin-right: 5px;
	width: 16px;
	height: auto;
	vertical-align: middle;
}

#gFooter .fBox .fNavi {
    float: right;
    width: 720px;
    margin: -13px -6px 0 0;
}

#gFooter .fBox .fNavi &gt; li {
    float: left;
    font-size: 1.6rem;
}

#gFooter .fBox .fNavi &gt; li:first-child {
    width: 207px;
}

#gFooter .fBox .fNavi &gt; li:nth-child(2) {
    width: 193px;
}

#gFooter .fBox .fNavi &gt; li:nth-child(3) {
    width: 126px;
}

#gFooter .fBox .fNavi &gt; li:nth-child(4) {
    width: 94px;
}

#gFooter .fBox .fNavi &gt; li:nth-child(5) {
    width: 100px;
}

#gFooter .fBox .fNavi &gt; li a {
    color: #fff;
}

#gFooter .fBox .fNavi &gt; li a:hover {
    opacity: 0.7;
}

#gFooter .fBox .fNavi &gt; li li {
    font-size: 1.3rem;
}

#gFooter .fBox .fNavi &gt; li li:not(:last-child) {
    margin-bottom: 7px;
}

#gFooter .fBox .fNavi &gt; li ul {
    margin-top: 19px;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 47px 10px 42px 25px;
    }

    .pageTop {
        right: 10px;
        bottom: 86px;
		z-index: 3;
    }

    #gFooter .fBox {
        width: auto;
        text-align: center;
    }

    #gFooter .fBox .fInner {
        display: inline-block;
        text-align: left;
        float: none;
        width: auto;
    }

    #gFooter .fBox .fInner .fLogo img {
        width: 274px;
    }

    #gFooter .fBox .fInner .fTxt {
        margin: 10px 0 13px;
        font-size: 1.45rem;
    }

    #gFooter .fBox .fInner dl {
        font-size: 2.4rem;
    }

    #gFooter .fBox .fInner dl .dtStyle01 {
        font-size: 1.8rem;
    }

    #gFooter .fBox .fInner dl .ddStyle01 {
        font-size: 1.6rem;
        padding: 1px 0 7px 4.6em;
    }

    #gFooter .fBox .fInner dl dd {
        padding: 0 0 7px 3.2em;
    }

    #gFooter .fBox .fInner dl dd a:hover {
        text-decoration: none;
    }

    #gFooter .fBox .fInner dl dd span {
        font-size: 1.4rem;
    }

	#gFooter .fBox .fInner .sns a {
		font-size: 1.6rem;
	}

	#gFooter .fBox .fInner .sns a img {
		width: 20px;
	}

    #gFooter .fBox .fNavi {
        display: none;
    }
    
}

@media all and (max-width: 365px) {
    #gFooter {
        padding-left: 23px;
    }
    
    #gFooter .fBox .fInner dl dd {
        padding-left: 2.5em;
    }
    
    #gFooter .fBox .fInner dl .ddStyle01 {
        padding-left: 3.9em;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	padding: 23px 0 25px;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}
#main .jirei .headLine01 {
	padding: 40px 0;
	font-size: 5.5rem;
}
#main .jirei .headLine01 img {
	margin-left: 20px;
	vertical-align: middle;
}

@media all and (max-width: 767px) {
	#main .headLine01 {
		padding: 11px 0 12px;
		font-size: 2.2rem;
	}
	#main .jirei .headLine01 {
		padding: 11px 0 12px;
		font-size: 2.2rem;
	}
	#main .jirei .headLine01 img {
		margin-left: 20px;
		width: 50px;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 32px;
	padding: 0 0 0 120px;
	min-height: 104px;
	font-size: 5rem;
	font-weight: 700;
	color: #000;
	background: url("img/kigyoumuke/consul/icon01.png") no-repeat left center;
	background-size: 105px auto !important;
	box-sizing: border-box;
}

#main .headLine02 .txt {
	margin-top: -4px;
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
}

@media all and (max-width: 767px) {
	#main .headLine02 {
		margin: 0 13px 21px;
		padding: 0 0 0 56px;
		min-height: 55px;
		font-size: 2.5rem;
		background-image: url(img/kigyoumuke/consul/sp_icon01.png);
		background-size: 53px auto !important;
	}

	#main .headLine02 .txt {
		font-size: 2rem;
	}
	
}

/*------------------------------------------------------------
	comStep
------------------------------------------------------------*/
#main .comStep li {
    float: left;
    width: 103px;
    display: table;
    color: #fff;
    position: relative;
    font-weight: 500;
    line-height: 1.36;
    font-size: 1.5rem;
    background-color: #000;
}

#main .comStep li:before {
    margin-top: -14px;
    position: absolute;
    top: 50%;
    right: -28px;
    background: url("img/common/icon12.png") no-repeat;
    width: 22px;
    height: 28px;
    background-size: 22px auto;
    content: "";
}

#main .comStep li:last-child:before {
    display: none;
}

#main .comStep li:not(:last-child) {
    margin-right: 36px;
}

#main .comStep li p {
    padding: 14px 0 13px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#main .comStep li p span {
    display: block;
    font-size: 1.1rem;
}

@media all and (max-width: 767px) {
	#main .comStep li {
        padding: 8px 0 7px;
        float: none;
        width: auto;
        display: block;
        font-size: 1.95rem;
    }

    #main .comStep li:before {
        margin: 0 -13px 0 0;
        top: inherit;
        bottom: -30px;
        right: 50%;
        background: url("img/common/sp_icon12.png") no-repeat;
        width: 27px;
        height: 18px;
        background-size: 27px auto;
    }

    #main .comStep li:not(:last-child) {
        margin: 0 0 42px;
    }

    #main .comStep li p {
        padding: 0;
        display: block;
    }

    #main .comStep li p span {
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        font-size: 1.45rem;
    }
	
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
@media all and (max-width: 767px) {
    .comContact {
        padding-bottom: 24px;
        text-align: center;
    }
    
    .comContact .ttl {
        padding: 11px 0 20px;
        text-align: center;
        font-weight: 500;
        font-size: 2.4rem;
        color: #fff;
        background-color: #000;
    }
    
    .comContact dl {
        display: inline-block;
        margin: 11px 31px 0;
        line-height: 1.1;
    }
    
    .comContact dl dt {
        padding-top: 13px;
        float: left;
    }
    
    .comContact dl dt img {
        width: 38px;
    }
    
    .comContact dl dd {
        padding: 0 0 6px 1em;
        font-size: 4rem;
        font-weight: 700;
    }
    
    .comContact .txt {
        width: 320px;
        text-align: left;
        line-height: 1.33;
        font-weight: 500;
        margin: 0 auto 15px;
        font-size: 1.45rem;
        text-indent: -5.5em;
        padding-left: 5.5em;
        box-sizing: border-box;
    }
    
    .comContact .link {
        margin: 0 39px;
    }
    
    .comContact .link a {
        padding: 13px 0 19px;
        display: block;
        text-align: center;
        color: #000;
        font-weight: 500;
        font-size: 1.7rem;
        background-color: #fff;
    }
    
    .comContact .link a img {
        display: block;
        width: 94px;
        margin: 12px auto 0;
    }
}

@media all and (max-width: 365px) {
     .comContact dl {
         margin: 11px 20px 0;
     }

    .comContact .link {
        margin: 0 29px;
    }
    
    .comContact dl dd {
        letter-spacing: -1px;
    }
}

@media all and (max-width: 340px) {
    .comContact dl {
         margin: 11px 10px 0;
     }
     
     .comContact .txt {
         width: 310px;
     }
    
    .comContact .link {
        margin: 0 19px;
    }
    
}

.cashless {
	text-align: center;
	background-color: #E61212;
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .index {
    padding-bottom: 45px;
}

#main .index .mainVisual {
	text-align: center;
}

#main .index .mainVisual .inner {
    padding: 19px 26px 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

#main .index .mainVisual .inner .textImg img {
    width: 371px;
}

#main .index .mainVisual .inner .topUl {
    padding: 20px 19px 23px;
    width: 323px;
    position: absolute;
    right: 6px;
    top: 95px;
    background: rgba(255,255,255,0.4);
    box-sizing: border-box;
}

#main .index .mainVisual .topUl li:first-of-type  {
    margin-bottom: 19px;
}

#main .index .mainVisual .topUl li a {
    padding: 18px 5px 17px 85px;
    color: #000;
    font-size: 2rem;
    display: block;
    font-weight: 500;
    background: url("img/common/icon02.png") no-repeat left 24px center #FCEA3F;
    background-size: 51px 51px !important;
}

#main .index .mainVisual .topUl li a:hover {
    opacity: 0.7;
}

#main .index .mainVisual .topUl li:nth-child(2) a {
    background-image: url("img/common/icon03.png");
}

#main .index .mainVisual .topUl li:nth-child(3) a {
    background-image: url("img/common/icon04.png");
}

#main .index .topBnner {
    margin: 0 10px 20px 0;
    text-align: center;
}

#main .index .topBnner img {
    width: 988px;
}

#main .index .topBnner a:hover img {
    opacity: 0.7;
}

#main .inner .pctopbnr{
    width: 323px;
    position: absolute;
    right: 6px;
    top: 320px;
    box-sizing: border-box;
}

#main .inner .pctopbnr a:hover,
#main .topTtl a:hover
{
	opacity: 0.7;
}

#main .index .topTtl {
    margin-bottom: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
	background: white;
    padding: 20px;
}

#main .index .topTtl .ttlSpan {
    border-bottom: 3px solid #000;
}

#main .index .topTtl .link01 {
    margin: 0 5px 0 40px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

#main .index .topTtl .link02 {
    margin: 0 10px;
    width: 141px;
    display: inline-block;
    vertical-align: middle;
}

#main .index .topTtl a:hover img {
    opacity: 0.7;
}

#main .index .lmenu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 986px;
    margin: 45px auto 0;
}

#main .index .lmenu a:hover{
	opacity: 0.5!important;
}

#main .index .lmenu .cl {
	-webkit-flex: 0 0 342px;
	flex: 0 0 342px;
	max-width: 342px;
}

#main .index .lmenu .cl li:nth-child(2) {
	margin-top: 19px;
}

#main .index .lmenu .cr {
	-webkit-flex: 0 0 620px;
	flex: 0 0 620px;
	max-width: 620px;
}

#main .case_blk {
    width: 1000px;
    margin: 45px auto 0;
}

#main .case_blk .midashi {
	padding: 10px;
	text-align: center;
	background-color: #000;
	font-size: 24px;
	color: #fff;
}

#main .case_blk .midashi img {
	margin-right: 5px;
	width: 45px;
	vertical-align: bottom;
}

#main .case_blk .body {
	padding: 20px;
	background-color: #fff;
}

#main .case_blk .body .rows {
	display: -webkit-flex;
	display: flex;
}

#main .case_blk .body .rows .list {
	-webkit-flex: 0 0 23%;
	flex: 0 0 23%;
	margin-left: 2.5%;
}

#main .case_blk .body .rows .list:nth-child(4n+1) {
	margin-left: 0;
}

#main .case_blk .body .rows .list .text {
	margin-top: 5px;
	line-height: 1.4;
	font-size: 14px;
}

#main .case_blk .body .rows .list .date {
	margin-top: 5px;
	padding: 3px 10px;
	background-color: #e50012;
	font-size: 14px;
	color: #fff;
}

#main .case_blk .body .btn {
	margin-top: 25px;
	text-align: center;
}

#main .case_blk .body .btn a {
	position: relative;
	display: inline-block;
	padding: 15px 70px 15px 50px;
	text-align: left;
	background-color: #fff;
	border-radius: 8px;
	border: 3px solid #808080;
	font-size: 18px;
}

#main .case_blk .body .btn a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
	background-size: 24px 24px;
}

#main .index .photoUl {
    width: 986px;
    margin: 0 auto;
}

#main .index .photoUl:after {
	content: "";
	clear: both;
	display: block;
}

#main .index .photoUl li {
    width: 307px;
    margin: 45px 33px 0 0;
    float: left;
    position: relative;
    background-color: #fff;
}

#main .index .photoUl li:nth-child(3n) {
    margin-right: -7px;
}

#main .index .photoUl li .topTitle {
    display: table;
    width: 100%;
    background-color: #000;
}

#main .index .photoUl li .topTitle p {
    padding: 11px 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#main .index .photoUl li .topTitle p img {
    vertical-align: middle;
}

#main .index .photoUl li .topTitle p span {
    max-width: 240px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    line-height: 1.33;
    font-size: 1.65rem;
}

#main .index .photoUl li .photo {
	position: relative;
}

#main .index .photoUl li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

#main .index .photoUl li .photo:after {
	content: "";
	padding-bottom: 48%;
	display: block;
}

#main .index .photoUl li .link {
    width: 195px;
    margin: 23px auto 24px;
}

#main .index .photoUl li .link .btn {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 5px 0 6px;
    background: url("img/index/icon06.png") no-repeat center right 12px;
    background-size: 26px auto;
	background-color: #fff;
    border: 2px solid #281E1C;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .index .photoUl li:hover{
	opacity: 0.5!important;
}

#main .index .photoUl li:first-of-type:hover{
	opacity: 1!important;
}

#main .index .photoUl li .photo img {
    width: 100%;
}

#main .index .photoUl li:first-child {
    border-top: 22px solid #000;
}

#main .index .photoUl li .ttl {
    padding: 14px 15px 35px;
    margin-bottom: 16px;
    border-bottom: 2px solid #281E1C;
}

#main .index .photoUl li .ttl span {
    margin: 4px 0 0 2px;
    display: block;
    color: #000;
    font-size: 1.5rem;
}

#main .index .photoUl li dl {
    margin: 0 5px 8px 15px;
    font-size: 1.4rem;
}

#main .index .photoUl li dt {
    float: left;
}

#main .index .photoUl li dd {
    padding: 0 0 0 6.1em;
    letter-spacing: -1px;
    font-size: 1.3rem;
}

#main .index .photoUl li dd a:hover {
    text-decoration: underline;
}

#main .index .photoUl li .newsLink {
    overflow: hidden;
    position: absolute;
    right: 22px;
    bottom: 20px;
}

#main .index .photoUl li .newsLink a {
    display: block;
    padding: 1px 0 4px;
    float: right;
    width: 90px;
    text-align: center;
    font-size: 1.4rem;
    border: 2px solid #281E1C;
	background-color: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main .index .photoUl li .newsLink a:hover{
	background-color: #FCEA3F;
}
/*#main .index .photoUl li .newsLink a:hover,*/
#main .index .photoUl li .link a:hover {
    opacity: 0.7;
}

#main .index .area_blk {
	display: -webkit-flex;
	display: flex;
	margin: 50px auto 0;
	max-width: 1000px;
	background-color: #fff;
}

#main .index .area_blk .cl {
	-webkit-flex: 0 0 44%;
	flex: 0 0 44%;
	max-width: 440px;
}

#main .index .area_blk .cr {
	-webkit-flex: 0 0 52%;
	flex: 0 0 52%;
	padding: 15px;
}

#main .index .area_blk .cr .title {
	padding-bottom: 5px;
	line-height: 1.2;
	border-bottom: 2px solid #231815;
	font-size: 28px;
}

#main .index .area_blk .cr .text {
	margin-top: 5px;
	line-height: 1.4;
	font-size: 14px;
}

#main .index .area_blk .cr .text span {
	line-height: 1.8;
	font-size: 20px;
}

#main .index .btmBox {
    margin: 60px 0 0 30px;
    text-align: center;
}

#main .index .btmBox img {
    width: 946px;
}

#main .index .katazukedou {
	margin: -53px auto 0;
	max-width: 818px;
}

@media all and (max-width: 767px) {
    #main .index {
        padding-bottom: 32px;
    }
    
    #main .index .mainVisual {
        min-height: inherit;
        background: none;
        position: relative;
    }
    
    #main .index .mainVisual &gt; img {
        width: 100%;
    }

    #main .index .mainVisual .inner {
        padding: 0;
        width: auto;
        position: static;
    }
    
    #main .index .mainVisual .inner .textImg {
        position: absolute;
        top: 6.1%;
        left: 0;
        text-align: center;
        width: 100%;
    }

    #main .index .mainVisual .inner .textImg img {
        width: 186px;
    }

    #main .index .mainVisual .inner .topUl {
        padding: 21px 44px 20px;
        width: auto;
        position: static;
        background: #fff;
    }

    #main .index .mainVisual .topUl li:not(:last-child) {
        margin-bottom: 18px;
    }

    #main .index .mainVisual .topUl li a {
        padding: 18px 5px 17px 87px;
        font-size: 2.1rem;
        background: url("img/common/icon02.png") no-repeat left 26px center #FCEA3F;
        background-size: 52px auto !important;
    }

    #main .index .topBnner {
        margin: 0 25px 18px;
    }

    #main .index .topBnner img {
        width: 100%;
    }

    #main .index .topTtl {
        margin-bottom: 42px;
        font-size: 2.5rem;
    }

    #main .index .topTtl .ttlSpan {
        width: 260px;
        margin: 0 auto 17px;
        display: block;
        border-bottom: 4px solid #000;
    }

    #main .index .topTtl .link01 {
        margin: 0 9px 0 19px;
        width: 63px;
    }

    #main .index .topTtl .link02 {
        width: 202px;
    }

	#main .index .lmenu {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 25px 25px 0;
	}
	
	#main .index .lmenu .cl {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#main .index .lmenu .cl li:nth-child(2),
	#main .index .lmenu .cl li:nth-child(3) {
		margin-top: 20px;
	}
	
	#main .index .lmenu .cr {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
		max-width: 100%;
	}

	#main .case_blk {
		width: 100%;
		margin: 25px auto 0;
	}
	
	#main .case_blk .midashi {
		padding: 10px;
		font-size: 22px;
	}
	
	#main .case_blk .body {
		padding: 10px;
		background-color: transparent;
	}
	
	#main .case_blk .body .rows .list {
		-webkit-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-left: 4%;
	}
	
	#main .case_blk .body .rows .list:nth-child(3),
	#main .case_blk .body .rows .list:nth-child(4) {
		display: none;
	}
	
	#main .case_blk .body .rows .list:nth-child(2n+1) {
		margin-left: 0;
	}
	
	#main .case_blk .body .rows .list .text {
		margin-top: 5px;
		line-height: 1.4;
		font-size: 13px;
	}
	
	#main .case_blk .body .btn {
		margin-top: 25px;
	}
	
	#main .case_blk .body .btn a {
		position: relative;
		display: inline-block;
		padding: 15px 70px 15px 50px;
		text-align: left;
		background-color: #fff;
		border-radius: 8px;
		border: none;
		font-size: 16px;
	}
	
	#main .case_blk .body .btn a:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		display: block;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
		background-size: 24px 24px;
	}
    
    #main .index .photoUl {
        width: auto;
        margin: 25px 25px 0;
        display: flex;
        flex-wrap: wrap;
    }

    #main .index .photoUl li {
        width: 100%;
        height: auto !important;
        margin: 0 0 29px !important;
        float: none;
        text-align: center;
    }
    
    #main .index .photoUl li .topTitle {
        height: auto !important; 
    }

    #main .index .photoUl li .topTitle p {
        padding: 15px 25px 13px;
        text-align: left;
        background: url("img/common/icon09.png") no-repeat center right 17px;
        background-size: 20px auto;
    }

    #main .index .photoUl li .topTitle p img {
        width: 43px;
    }

    #main .index .photoUl li .topTitle p span {
        max-width: 78%;
        margin-left: 16px;
        font-size: 1.85rem;
        line-height: 1.25;
    }

    #main .index .photoUl li .link {
        width: auto;
        margin: 0;
    }

    #main .index .photoUl li .link a {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        padding: 0;
        border: none;
        background: none;
    }
    
    #main .index .photoUl li .link a span {
        display: none;
    }

    #main .index .photoUl li .photo {
        display: none;
    }

    #main .index .photoUl li:first-child {
        border-top: none;
        order: 1;
        text-align: left;
    }

    #main .index .photoUl li .ttl {
        padding: 25px 30px 23px;
        margin-bottom: 0;
        border-bottom: none;
        background: url("img/common/icon10.png") no-repeat center right 35px;
        background-size: 14px auto;
    }
    
    #main .index .photoUl li .ttl img {
        width: 140px;
    }

    #main .index .photoUl li .ttl span {
        margin: 4px 0 0 13px;
        display: inline-block;
        font-size: 1.9rem;
    }

    #main .index .photoUl li dl {
        display: none;
    }

    #main .index .photoUl li .newsLink {
        overflow: auto;
        position: static;
    }

    #main .index .photoUl li .newsLink a {
        padding: 0;
        float: none;
        width: auto;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
		background: transparent;
    }
    
    #main .index .photoUl li .newsLink a span {
        display: none;
    }
    
    #main .index .photoUl .liStyle01 {
        margin: -9px 48px 0 !important;
        order: 2;
        background: none;
    }
    
    #main .index .photoUl .liStyle01 .txt {
        display: inline-block;
        font-weight: 700;
        font-size: 1.9rem;
        text-align: left;
        margin: 0 -28px 11px -5px;
    }
    
    #main .index .photoUl .liStyle01 .topTitle {
        border: 1px solid #000;
    }
    
    #main .index .photoUl .liStyle01 .topTitle p {
        padding: 10px 5px 16px;
        background: #fff;
        text-align: center;
    }

    #main .index .photoUl li .topTitle p img {
        width: 43px;
    }

    #main .index .photoUl .liStyle01 .topTitle p span {
        margin-left: 9px;
        font-size: 2rem;
        color: #000;
    }

	#main .index .area_blk {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px auto 0;
		max-width: 100%;
		background-color: transparent;
	}
	
	#main .index .area_blk .cl {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#main .index .area_blk .cr {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0;
	}
	
	#main .index .area_blk .cr img {
		width: 100%;
	}
	
	#main .index .area_blk .cr .title {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		line-height: 1.4;
		background-color: #000;
		border-bottom: none;
		font-size: 22px;
		color: #fff;
	}
	
	#main .index .area_blk .cr .text {
		margin: 15px auto 0;
		padding: 10px;
		width: 90%;
		line-height: 1.4;
		background-color: #fff;
		border-radius: 8px;
		font-size: 12px;
	}
	
	#main .index .area_blk .cr .text span {
		line-height: 1.8;
		font-size: 18px;
	}

}

@media all and (max-width: 360px) {
    #main .index .photoUl {
        margin: 0 15px;
    }
    
    #main .index .photoUl li .topTitle p {
        padding: 15px 15px 13px;
    }
    
    #main .index .photoUl li .ttl {
        padding: 25px 15px 23px;
    }
    
    #main .index .photoUl li .ttl span {
        margin-left: 6px;
    }
    
}

 @media all and (max-width: 370px) {   
    #main .index .photoUl .liStyle01 {
        margin: -9px 14px 0 !important;
    }
     
    #main .index .photoUl li .topTitle p span {
        max-width: 76%;
    }
}

/*------------------------------------------------------------
	kigyoumuke
------------------------------------------------------------*/
#main .kigyoumuke {
    padding-bottom: 75px;
}

#main .kigyoumuke .mainImg {
    min-height: 640px;
    padding-top: 100px;
    background: url("img/kigyoumuke/main_img.jpg") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}

#main .kigyoumuke .mainImg .inner {
    width: 998px;
    margin: 0 auto;
    overflow: hidden;
}

#main .kigyoumuke .mainImg .inner .bgBox {
    padding: 26px 20px 20px;
    width: 320px;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
}

#main .kigyoumuke .mainImg .inner .textImg{
	float: left;
}


#main .kigyoumuke .mainImg .bgBox .textImg img {
    width: 248px;
}

#main .kigyoumuke .mainImg .bgBox .ttl {
    margin: -8px 0 13px;
    padding-bottom: 2px;
    font-weight: 900;
    font-size: 2.5rem;
    border-bottom: 3px solid #281E1C;
}

#main .kigyoumuke .mainImg .bgBox .txt01 {
    margin: 0 -15px 9px 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.65;
}

#main .kigyoumuke .mainImg .bgBox .txt02 {
    margin: 0 -15px 12px 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.55;
}

#main .kigyoumuke .mainImg .bgBox li:not(:last-child) {
    margin-bottom: 15px;
}

#main .kigyoumuke .mainImg .bgBox li .firstlink{
	line-height: 53px!important;
    height: 53px!important;
}

#main .kigyoumuke .mainImg .bgBox li a {
    padding: 5px 17px;
    display: block;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    background-color: #FCEA3F;
	background-image: url(img/common/icon10.png);
    background-size: 14px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
	border-radius: 3px;
	height: 53px;
	line-height: 1.3em;
	
}

#main .kigyoumuke .mainImg .bgBox li a:hover {
    opacity: 0.7;
}

#main .kigyoumuke h2 {
    margin-bottom: 39px;
    padding: 14px 0 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    background-color: #281E1C;
    border-top: 5px solid #fff;
}

#main .kigyoumuke .photoList {
    width: 988px;
    margin: 0 auto;
}

#main .kigyoumuke .photoList01 {
    margin-bottom: 76px;
}

#main .kigyoumuke .photoList li {
    background-color: #fff;
    overflow: hidden;
}

#main .kigyoumuke .photoList li:not(:last-child) {
    margin-bottom: 52px;
}

#main .kigyoumuke .photoList li .photo {
    float: left;
    width: 492px;
}

#main .kigyoumuke .photoList li .photo img {
    width: 100%;
}

#main .kigyoumuke .photoList li .txtBox {
    padding-top: 27px;
    float: right;
    width: 450px;
}

#main .kigyoumuke .photoList .txtBox .title {
    margin: 0 0 7px 2px;
}

#main .kigyoumuke .photoList .txtBox .title img {
    width: 52px;
    display: inline-block;
    vertical-align: middle;
}

#main .kigyoumuke .photoList li .title span {
    max-width: 300px;
    margin: -2px 0 0 6px;
    color: #000;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.17;
    display: inline-block;
    vertical-align: middle;
}

#main .kigyoumuke .photoList li .txt {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

#main .kigyoumuke .photoList li .txt span {
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.44;
}

#main .kigyoumuke .photoList li .link {
    margin: 0 53px 0 0;
}

#main .kigyoumuke .photoList li .link a {
    padding: 6px 15px 6px 0;
	width: 192px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    border: 2px solid #000;
    background: url("img/kigyoumuke/icon07.png") no-repeat right 8px center;
    background-size: 29px auto;
    box-sizing: border-box;
	background-color: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .kigyoumuke .photoList li .link a:hover {
	background-color: #FCEA3F;
}

#main .kigyoumuke .topTtl {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 2.35rem;
    line-height: 1.4;
    margin: -11px 0 33px;
}

@media all and (max-width: 767px) {
    #main .kigyoumuke {
        padding-bottom: 0;
    }

    #main .kigyoumuke .mainImg {
        min-height: inherit;
        padding-top: 0;
        background: none;
        position: relative;
    }
    
    #main .kigyoumuke .mainImg &gt; img {
        width: 100%;
    }

    #main .kigyoumuke .mainImg .inner {
        width: auto;
    }

    #main .kigyoumuke .mainImg .inner .bgBox {
        padding: 34px 24px 25px;
        width: auto;
        float: none;
        background: none;
    }
    
    #main .kigyoumuke .mainImg .bgBox .textImg {
        position: absolute;
        left: 0;
        top: 6.7%;
        width: 100%;
        text-align: center;
    }

    #main .kigyoumuke .mainImg .bgBox .textImg img {
        width: 186px;
    }

    #main .kigyoumuke .mainImg .bgBox .ttl {
        margin: 0 0 3px;
        padding-bottom: 6px;
        font-size: 3rem;
        letter-spacing: -1px;
        border-bottom: 4px solid #281E1C;
    }

    #main .kigyoumuke .mainImg .bgBox .txt01 {
        margin: 0 -15px 16px 3px;
        font-size: 1.8rem;
    }

    #main .kigyoumuke .mainImg .bgBox .txt02 {
        margin: 0 -15px 16px 3px;
        font-size: 2.1rem;
    }

    #main .kigyoumuke .mainImg .bgBox ul {
        display: none;
    }

    #main .kigyoumuke h2 {
        display: none;
    }

    #main .kigyoumuke .photoList {
        width: auto;
    }

    #main .kigyoumuke .photoList01 {
        margin-bottom: 0;
    }

    #main .kigyoumuke .photoList01 li:last-child {
        border-bottom: 10px solid #000 !important;
    }

    #main .kigyoumuke .photoList li:not(:last-child) {
        margin-bottom: 0;
        border-bottom: 10px solid #000;
    }

    #main .kigyoumuke .photoList li .photo {
        float: none;
        width: auto;
    }

    #main .kigyoumuke .photoList li .txtBox {
        padding: 24px 34px 69px;
        float: none;
        width: auto;
    }

    #main .kigyoumuke .photoList .txtBox .title {
        margin: 0 0 0 2px;
    }

    #main .kigyoumuke .photoList .txtBox .title img {
        width: 60px;
    }

    #main .kigyoumuke .photoList li .title span {
        width: 85%;
        margin: -1px -35px 0 10px;
        font-size: 2.6rem;
    }
    
    #main .kigyoumuke .photoList li .title span span {
        margin: 0;
        font-size: 2rem;
    }

    #main .kigyoumuke .photoList li .txt {
        margin-bottom: 15px;
    }

    #main .kigyoumuke .photoList li .txt span {
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.85;
    }

    #main .kigyoumuke .photoList li .link {
        margin: 0;
    }

    #main .kigyoumuke .photoList li .link a {
        padding: 6px 10px 5px 0;
        width: 286px;
        font-size: 2.1rem;
        border: 1px solid #000000;
        background: url("img/kigyoumuke/icon06.png") no-repeat right 8px center;
        background-size: 49px auto;
    }

    #main .kigyoumuke .topTtl {
        display: none;
    }
    
}

@media all and (max-width: 370px) {
    #main .kigyoumuke .photoList li .title span {
        font-size: 2.4rem;
        letter-spacing: -1px;
    }
}

@media all and (max-width: 340px) {
    #main .kigyoumuke .photoList li .title span {
        font-size: 2.2rem;
    }
    
    #main .kigyoumuke .photoList li .link a {
        width: auto;
    }
    
    #main .kigyoumuke .photoList li .title span span {
        font-size: 1.8rem;
    }
}

/*------------------------------------------------------------
	office
------------------------------------------------------------*/
#main .office {
    padding-bottom: 80px;
}

#main .office h2 {
    margin-bottom: 42px;
    padding: 13px 0 0 120px;
    min-height: 101px;
    font-size: 4.7rem;
    font-weight: 700;
    color: #000;
    background: url("img/kigyoumuke/office/icon01.png") no-repeat left center;
    background-size: 101px auto;
    box-sizing: border-box;
}

#main .office .topPhoto {
    margin: 0 0 29px 9px;
}

#main .office .topPhoto img {
    width: 100%;
}

#main .office h3 {
    margin-bottom: 29px;
    padding-left: 38px;
    line-height: 1.57;
    font-weight: 500;
    position: relative;
    font-size: 2.15rem;
}

#main .office h3:before {
    position: absolute;
    border-left: 12px solid #000;
    left: 11px;
    top: 3px;
    bottom: 0;
    width: 12px;
    content: "";
}

#main .office .whiteBox {
    margin: 0 0 33px 8px;
    padding: 14px 19px 29px;
    background-color: #fff;
}

#main .office .whiteBox .title {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 2.2rem;
}

#main .office .whiteBox li {
    float: left;
    width: 100px;
    display: table;
    color: #fff;
    position: relative;
    font-weight: 500;
    line-height: 1.36;
    font-size: 1.45rem;
    background-color: #000;
}

#main .office .whiteBox li:before {
    margin-top: -14px;
    position: absolute;
    top: 50%;
    right: -28px;
    background: url("img/kigyoumuke/office/icon02.png") no-repeat;
    width: 22px;
    height: 28px;
    background-size: 22px auto;
    content: "";
}

#main .office .whiteBox li:last-child:before {
    display: none;
}

#main .office .whiteBox li:not(:last-child) {
    margin-right: 35px;
}

#main .office .whiteBox li p {
    padding: 13px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#main .office .whiteBox li p span {
    display: block;
    font-size: 1.1rem;
}

#main .office .txtUl {
    margin-left: 8px;
}

#main .office .txtUl &gt; li {
    display: table;
    width: 100%;
}

#main .office .txtUl &gt; li:not(:last-child) {
     border-bottom: 2px solid #281E1C;
}

#main .office .txtUl &gt; li &gt; div {
    padding: 24px 0 23px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
}

#main .office .txtUl &gt; li .lBox {
    width: 175px;
    background-color: #E5E5E5;
}

#main .office .txtUl &gt; li .lBox p {
    width: 123px;
    margin: 0 auto;
    height: 123px;
    font-weight: 500;
    line-height: 1.32;
    font-size: 2.3rem;
    background-color: #fff;
    border: 6px solid #000;
    border-radius: 100px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#main .office .txtUl &gt; li .lBox p span span {
    display: block;
    font-size: 1.7rem;
}

#main .office .txtUl &gt; li .rBox {
    padding: 0 15px 0 22px;
    background-color: #fff;
}

#main .office .txtUl &gt; li .rBox .ttl {
    margin-bottom: 16px;
    color: #F15A24;
    font-weight: 500;
    font-size: 2.4rem;
}

#main .office .txtUl &gt; li .rBox li {
    font-size: 1.65rem;
    padding-left: 17px;
    line-height: 1.7;
    background: url("img/kigyoumuke/office/icon03.png") no-repeat left top 7px;
    background-size: 15px auto;
}

#main .office .btmImg {
    margin: 70px 37px 0 0;
    text-align: center;
}

#main .office .btmImg img {
    width: 894px;
}

@media all and (max-width: 767px) {
    #main .office {
        padding: 17px 0 53px;
    }

    #main .office h2 {
        margin: 0 0 20px 30px;
        padding: 6px 0 0 56px;
        min-height: 53px;
        font-size: 2.45rem;
        background-size: 53px auto;
    }

    #main .office .topPhoto {
        margin: 0 0 42px;
    }

    #main .office h3 {
        margin: 0 10px 47px 0;
        padding-left: 45px;
        line-height: 1.5;
        font-size: 1.85rem;
    }

    #main .office h3:before {
        left: 25px;
        top: 0;
    }

    #main .office .whiteBox {
        margin: 0 21px;
        padding: 0;
        background: none;
    }

    #main .office .whiteBox .title {
        margin-bottom: 8px;
        font-size: 2.5rem;
    }

    #main .office .whiteBox li {
        padding: 8px 0 7px;
        float: none;
        width: auto;
        display: block;
        font-size: 1.95rem;
    }

    #main .office .whiteBox li:before {
        margin: 0 -13px 0 0;
        top: inherit;
        bottom: -30px;
        right: 50%;
        background: url("img/kigyoumuke/office/sp_icon01.png") no-repeat;
        width: 27px;
        height: 18px;
        background-size: 27px auto;
    }

    #main .office .whiteBox li:not(:last-child) {
        margin: 0 0 42px;
    }

    #main .office .whiteBox li p {
        padding: 0;
        display: block;
    }

    #main .office .whiteBox li p span {
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        font-size: 1.45rem;
    }

    #main .office .txtUl {
        margin: 0 0 40px;
    }

    #main .office .txtUl &gt; li {
        display: block;
    }

    #main .office .txtUl &gt; li:not(:last-child) {
        margin-bottom: 34px;
        border-bottom: none;
    }

    #main .office .txtUl &gt; li &gt; div {
        padding: 0;
        display: block;
    }

    #main .office .txtUl &gt; li .lBox {
        margin: 0 29px 15px;
        width: auto;
        background: none;
    }

    #main .office .txtUl &gt; li .lBox p {
        padding: 9px 0 10px;
        width: auto;
        height: auto;
        font-size: 2.5rem;
        border: none;
        border-radius: 0;
        display: block;
        background: none;
        border-bottom: 5px solid white;    
	}

    #main .office .txtUl &gt; li .lBox p span span {
        display: inline-block;
        font-size: 2.5rem;
    }

    #main .office .txtUl &gt; li .rBox {
        padding: 0;
        margin: 0 28px;
        background: none;
    }

    #main .office .txtUl &gt; li .rBox .ttl {
        margin-bottom: 8px;
        color: #226DB6;
        font-size: 2.4rem;
    }

    #main .office .txtUl &gt; li .rBox li {
        font-size: 1.75rem;
        padding: 0 0 14px 18px;
        line-height: 1.73;
        background: url("img/kigyoumuke/office/icon03.png") no-repeat left top 8px;
        background-size: 16px auto;
    }

}

/*------------------------------------------------------------
	kaisha
------------------------------------------------------------*/
#main .kaisha {
	padding-bottom: 69px;
	background-color: #fff;
}

#main .kaisha .topBox {
	padding: 92px 0;
	margin-bottom: 76px;
	min-height: 705px;
	background: url(img/kaisha/bg01.jpg) no-repeat center bottom 50px;
	background-size: cover;
	box-sizing: border-box;
}

#main .kaisha .topBox p .copy_big {
	font-size: 5rem;
}

#main .kaisha .topBox p {
	width: 1150px;
	margin: 0 auto;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.66;
}

#main .kaisha .imgBox {
	width: 1000px;
	margin: 0 auto 124px;
}

#main .kaisha .imgBox h2 {
	margin-bottom: 61px;
}

#main .kaisha .imgBox h2 img {
	width: 422px;
}

#main .kaisha .imgBox .photo {
	margin-top: 144px;
	width: 258px;
	float: left;
}

#main .kaisha .imgBox .photo img {
	width: 100%;
}

#main .kaisha .imgBox .txtBox {
	width: 676px;
	float: right;
}

#main .kaisha .imgBox .txtBox p {
	margin-bottom: 34px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.85;
	letter-spacing: -0.2px;
}

#main .kaisha .imgBox .txtBox .name {
	text-align: right;
	letter-spacing: 0;
	margin: -10px 0 80px;
}

#main .kaisha .imgBox .txtBox .histoyText {
	margin-bottom: 0;
	padding: 3px 0 18px 41px;
	border-left: 19px solid #000;
}

#main .kaisha .imgBox .txtBox .histoyText .text {
	margin-bottom: 5px;
	display: block;
	font-size: 2.9rem;
	font-weight: 500;
}

#main .kaisha .imgBox .txtBox .histoyText .spTxt {
	display: block;
}

#main .kaisha .linkUl {
	width: 1198px;
	margin: -31px auto 0;
}

#main .kaisha .linkUl li {
	margin: 31px 38px 0 0;
	width: 374px;
	float: left;
}

#main .kaisha .linkUl li:nth-child(3n) {
	margin-right: 0;
}

#main .kaisha .linkUl a {
	padding: 13px 5px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	background-color: #000;
}

#main .kaisha .linkUl a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#main .kaisha {
		padding-bottom: 59px;
	}

	#main .kaisha .topBox {
    padding: 15px 15px 15px 37px;
    margin-bottom: 29px;
    min-height: 350px;
    background-image: url(img/kaisha/sp_photo01.jpg);
    background-position: -15px -96px;
    background-size: 150%;
}

	#main .kaisha .topBox p .copy_big{
		font-size: 3.5rem;
	}
	
	#main .kaisha .topBox p{
		width: auto;
		font-size: 2rem;
		line-height: 1.6;
	}

	#main .kaisha .imgBox h2 {
		margin-bottom: 18px;
		text-align: center;
	}

	#main .kaisha .imgBox h2 img {
		width: 222px;
	}

	#main .kaisha .imgBox {
		width: auto;
		margin: 0 25px;
	}

	#main .kaisha .imgBox .photo {
		margin: -4px auto 0;
		width: 50%;
		float: none;
	}

	#main .kaisha .imgBox .txtBox {
		width: auto;
		float: none;
	}

	#main .kaisha .imgBox .txtBox p {
		margin-bottom: 25px;
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0;
	}

	#main .kaisha .imgBox .txtBox .name {
		text-align: center;
		margin: 1px 0 36px;
		font-size: 1.6rem;
	}

	#main .kaisha .imgBox .txtBox .histoyText {
		margin: 0 0 0 6px;
		padding: 0 0 0 12px;
		border-left: 10px solid #000;
		font-size: 1.45rem;
	}

	#main .kaisha .imgBox .txtBox .histoyText .text {
		margin-bottom: 3px;
		font-size: 1.9rem;
		line-height: 1.3;
	}
	
	#main .kaisha .imgBox .txtBox .histoyText .spTxt {
		text-indent: -6em;
		padding-left: 6em;
	}
	#main .index .photoUl li .link .btn{
		display: none;
	}

}

@media all and (max-width: 412px) {
	#main .kaisha .topBox{
		background-position: -15px -120px;
	}
}

@media all and (max-width: 321px) {
	#main .kaisha .topBox{
		background-position: -15px;
	}
}
/*------------------------------------------------------------
	acces
------------------------------------------------------------*/
#main .acces {
	padding-top: 64px;
}

#main .acces .mainBox {
	padding-top: 67px;
}

#main .acces #conts {
    padding-top: 1px;
}

#main .acces .topMap {
	margin-bottom: 26px;
}

#main .acces .topMap img {
	width: 100%;
}

#main .acces .topTxt {
	padding: 6px 0;
	margin: 0 -3px 52px;
	text-align: center;
	font-size: 2.7rem;
	color: #fff;
	font-weight: 700;
	background-color: #000;
	border: 8px solid #281E1C;
}

#main .acces .topTxt a {
	color: #fff;
}

#main .acces .topTxt span {
	font-size: 1.6rem;
	font-weight: 500;
}

#main .acces .topTxt .txt01 {
	margin-right: 35px;
	font-size: 1.7rem;
	display: inline-block;
	vertical-align: middle;
}

#main .acces .ulList &gt; li {
	position: relative;
	padding: 9px 9px 43px 188px;
}

#main .acces .ulList &gt; li h3 {
	width: 149px;
	height: 149px;
	padding-top: 38px;
	position: absolute;
	left: -3px;
	top: 0;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
	border: 9px solid #281E1C;
	border-radius: 100px;
	box-sizing: border-box;
}

#main .acces .ulList &gt; li &gt; p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.59;
	margin-bottom: 15px;
}

#main .acces .ulList &gt; li li {
	width: 245px;
	float: left;
}

#main .acces .ulList &gt; li li:nth-child(2n) {
	width: 238px;
	float: right;
}

#main .acces .ulList &gt; li li p {
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: 2px;
}

#main .acces .ulList &gt; li li p a:hover {
	text-decoration: underline;
}

#main .acces .ulList &gt; li img {
	width: 100%;
}

@media all and (max-width: 767px) {
	#main .acces {
		padding-top: 0;
	}

	#main .acces .topMap {
		margin-bottom: 21px;
	}
	
	#main .acces .topTxt {
		padding: 2px 0 4px;
		margin: 0 27px 19px;
		font-size: 2rem;
		border: 4px solid #281E1C;
	}

	#main .acces .topTxt span {
		font-size: 1.3rem;
	}

	#main .acces .topTxt .txt01 {
		margin-right: 10px;
		font-size: 1.3rem;
	}

	#main .acces .ulList &gt; li {
		padding: 0 0 16px;
	}

	#main .acces .ulList &gt; li h3 {
		margin-bottom: 5px;
		width: auto;
		height: auto;
		padding-top: 0;
		position: static;
		font-size: 3.4rem;
		border: none;
		background: none;
	}

	#main .acces .ulList &gt; li .text {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 7px 0;
		font-weight: 500;
		text-align: center;
	}

	#main .acces .ulList &gt; li li {
		margin: 0 52px;
		width: auto;
		float: none;
	}

	#main .acces .ulList &gt; li li:nth-child(2n) {
		width: auto;
		float: none;
	}

	#main .acces .ulList &gt; li li p a:hover {
		text-decoration: none;
	}
	
	#main .acces .ulList &gt; li .map {
		position: relative;
		padding-bottom: 47.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	#main .acces .ulList &gt; li .map iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

@media all and (max-width: 345px) {
	#main .acces .topTxt {
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	shikaku
------------------------------------------------------------*/
#main .shikaku {
	padding: 64px 0 189px;
}

#main .shikaku .mainBox {
	padding-top: 165px;
}

#main .shikaku #conts {
	margin-top: -117px;
}

#main .shikaku .topTtl {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 2.3rem;
	letter-spacing: -0.2px;
}

#main .shikaku .topTtl span {
	margin-top: 27px;
	font-weight: 400;
	display: block;
	font-size: 2rem;
}

#main .shikaku .bgBox {
	padding: 31px 40px 45px 65px;
	background-color: #E5E5E5;
}

#main .shikaku .bgBox ul {
	margin-top: -45px;
}

#main .shikaku .bgBox li {
	margin-top: 45px;
	width: 280px;
	display: inline-block;
	vertical-align: top;
}

#main .shikaku .bgBox li:nth-child(2n) {
	margin-left: 35px;
}

#main .shikaku .bgBox li a {
	display: block;
	text-align: center;
}

#main .shikaku .bgBox li a:hover {
	opacity: 0.7;
}

#main .shikaku .bgBox li p {
	margin-top: 15px;
	line-height: 1.33;
	font-size: 1.6rem;
}

#main .shikaku .bgBox li p span {
	text-align: left;
	display: inline-block;
}

#main .shikaku .bgBox li img {
	width: 147px;
}

@media all and (max-width: 767px) {
	#main .shikaku {
		padding: 0 0 41px;
	}

	#main .shikaku #conts {
		margin-top: 0;
	}

	#main .shikaku .topTtl {
		margin: 14px 30px 4px;
		font-size: 1.9rem;
		letter-spacing: 0;
		text-align: center;
	}

	#main .shikaku .topTtl span {
		margin-top: 25px;
		font-size: 1.4rem;
		text-align: left;
	}

	#main .shikaku .bgBox {
		margin: 0 25px;
		padding: 22px 20px 42px;
	}

	#main .shikaku .bgBox ul {
		margin-top: -40px;
	}

	#main .shikaku .bgBox li {
		margin-top: 40px;
		width: auto;
		display: block;
	}

	#main .shikaku .bgBox li:nth-child(2n) {
		margin-left: 0;
	}

	#main .shikaku .bgBox li p {
		margin-top: 11px;
	}
	
}

/*------------------------------------------------------------
	shitumon
------------------------------------------------------------*/
#main .shitumon {
	padding: 64px 0 143px;
}

#main .shitumon .mainBox {
	padding-top: 62px;
}

#main .shitumon #conts {
	padding-top: 1px;
}

#main .shitumon .inner {
	padding: 38px 29px 0 48px;
	background-color: #fff;
}

#main .shitumon .inner dt {
	padding: 11px 10px 11px 70px;
	font-weight: 500;
	font-size: 2.4rem;
	background: url("img/kaisha/shitumon/icon01.png") no-repeat left 15px top 13px #FCEA3F;
	background-size: 30px auto;
}

#main .shitumon .inner dd {
	padding: 14px 10px 26px 70px;
	line-height: 1.875;
	font-size: 1.6rem;
	background: url("img/kaisha/shitumon/icon02.png") no-repeat left 14px top 23px;
	background-size: 30px auto;
}

@media all and (max-width: 767px) {
	#main .shitumon {
		padding: 0 0 43px;
	}

	#main .shitumon .inner {
		margin: 19px 19px 0;
		padding: 27px 8px 0;
	}

	#main .shitumon .inner dt {
		padding: 9px 5px 11px 40px;;
		font-size: 1.95rem;
		line-height: 1.125;
		letter-spacing: -1px;
		background: url("img/kaisha/shitumon/icon01.png") no-repeat left 10px top 10px #FCEA3F;
		background-size: 21px auto;
	}

	#main .shitumon .inner dd {
		padding: 5px 5px 36px 40px;
		line-height: 1.66;
		font-size: 1.45rem;
		background: url("img/kaisha/shitumon/icon02.png") no-repeat left 10px top 16px;
		background-size: 21px auto;
	}

}

/*------------------------------------------------------------
	gaiyo
------------------------------------------------------------*/
#main .gaiyo {
	padding: 64px 0 160px;
}

#main .gaiyo .mainBox {
	padding-top: 61px;
	width: 1050px;
}

#main .gaiyo #conts {
	width: 735px;
    padding: 1px 25px 0 0;
	box-sizing: border-box;
}

#main .gaiyo .topUl {
	margin-bottom: 36px;
}

#main .gaiyo .topUl li {
	width: 343px;
	float: left;
}

#main .gaiyo .topUl li:nth-child(2n) {
	float: right;
}

#main .gaiyo .topUl li img {
	width: 100%;
}

#main .gaiyo .topUl li p {
	margin-top: 5px;
	line-height: 1.39;
	font-weight: 400;
	font-size: 1.55rem;
}

#main .gaiyo .txtBox {
	margin-bottom: 47px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #fff;
}

#main .gaiyo .txtBox .ttl {
	margin-bottom: 15px;
	font-size: 3.2rem;
	padding: 5px 0 8px;
	font-weight: 500;
	background-color: #E5E5E5;
}

#main .gaiyo .txtBox p{
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.79;
}

#main .gaiyo .txtBox .title {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 2.2rem;
}

#main .gaiyo .tableBox {
	padding: 32px 31px;
	background-color: #fff;
}

#main .gaiyo .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .gaiyo .tableBox table th,
#main .gaiyo .tableBox table td {
	padding: 11px 0 10px;
	font-size: 1.55rem;
	line-height: 1.6;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	letter-spacing: -0.5px;
	box-sizing: border-box;
	border-bottom: 2px solid #B2B2B2;
	border-top: 2px solid #B2B2B2;
}

#main .gaiyo .tableBox table tr:last-child th,
#main .gaiyo .tableBox table tr:last-child td {
	border: none;
}

#main .gaiyo .tableBox table td a{
	border-bottom: 1px solid #B2B2B2;
}

#main .gaiyo .tableBox table td a:hover{
	opacity: 0.5;
}

#main .gaiyo .tableBox table th {
	padding: 8px 20px 10px 17px;
	font-weight: 500;
	width: 19.4%;
	font-size: 1.8rem;
}

#main .gaiyo .tableBox table th p {
	position: relative;
	text-align: justify;
	height: 25px;
	text-justify: distribute-all-lines;
}

#main .gaiyo .tableBox table th p:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
}

#main .gaiyo .tableBox table li {
	padding-bottom: 12px;
	letter-spacing: 0;
}

#main .gaiyo .tableBox table li span {
	margin-right: 10px;
}

@media all and (max-width: 767px) {
	#main .gaiyo {
		padding: 0 0 46px;
	}
	
	#main .gaiyo #conts {
		padding: 0;
	}

	#main .gaiyo .topUl {
		margin: 17px 51px 19px 52px;
	}

	#main .gaiyo .topUl li {
		width: auto;
		float: none !important;
	}

	#main .gaiyo .topUl li:nth-child(2n) {
		margin-top: 24px;
	}

	#main .gaiyo .topUl li p {
		margin: 7px -20px 0;
		line-height: 1.15;
		text-align: center;
		font-size: 1.45rem;
	}

	#main .gaiyo .txtBox {
		margin: 0 19px 34px 20px;
		padding: 0 10px 17px;
	}

	#main .gaiyo .txtBox .ttl {
		margin: 0 -10px 15px;
		font-size: 2.2rem;
		padding: 3px 0 6px;
		text-align: center;
		background-color: #D3D3D5;
	}

	#main .gaiyo .txtBox p{
		font-size: 1.4rem;
		line-height: 1.83;
		text-align: left;
	}

	#main .gaiyo .txtBox .title {
		margin-bottom: 12px;
		font-size: 1.85rem;
		line-height: 1.375;
		text-align: center;
	}

	#main .gaiyo .tableBox {
		margin: 0 20px;
		padding: 0;
	}

	#main .gaiyo .tableBox table th,
	#main .gaiyo .tableBox table td {
		display: block;
		width: 100% !important;
		padding: 6px 12px 8px;
		font-size: 1.55rem;
		line-height: 1.6;
		letter-spacing: -0.5px;
		border: none;
	}

	#main .gaiyo .tableBox table th {
		padding: 2px 10px 4px;
		font-size: 1.6rem;
		background-color: #D3D3D5;
	}
	
	#main .gaiyo .tableBox table th p {
		width: 80px;
	}

	#main .gaiyo .tableBox table li {
		padding: 0 12px 10px;
		letter-spacing: 0;
		border-bottom: 2px solid #281E1C;
		line-height: 1.4;
		margin: 0 -12px 8px;
	}
	
	#main .gaiyo .tableBox table li:last-child {
		margin-bottom: 0;
		border: none;
	}

	#main .gaiyo .tableBox table li span {
		margin-right: 0;
		display: block;
	}

}

/*------------------------------------------------------------
	setubi
------------------------------------------------------------*/
#main .setubi {
	padding: 64px 0 104px;
}

#main .setubi .mainBox {
	padding-top: 111px;
}

#main .setubi #conts {;
    padding: 1px 0 0;
}

#main .setubi .photo img {
	width: 100%;
}

#main .setubi .bgBox {
	padding: 37px 32px 8px;
	background-color: #fff;
}

#main .setubi .bgBox dt {
	padding-top: 3px;
	width: 88px;
	float: left;
	letter-spacing: -1px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: justify;
	text-justify: distribute-all-lines;
}

#main .setubi .bgBox dt:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
}

#main .setubi .bgBox dd {
	padding: 0 0 19px 6.3em;
	font-size: 1.7rem;
	line-height: 1.96;
}

@media all and (max-width: 767px) {
	#main .setubi {
		padding: 0 0 20px;
	}

	#main .setubi .mainBox {
		padding-top: 0;
	}

	#main .setubi .bgBox {
		padding: 18px 20px 8px;
		background-color: transparent;
	}

	#main .setubi .bgBox dt {
		padding: 3px 10px 4px;
		width: auto;
		float: none;
		letter-spacing: 0;
		font-size: 1.6rem;
		background-color: #D3D3D5;
	}

	#main .setubi .bgBox dt:after {
		display: none;
	}

	#main .setubi .bgBox dd {
		padding: 8px 10px;
		font-size: 1.5rem;
		line-height: 1.39;
		background-color: #fff;
	}

}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main .news {
	padding-bottom: 90px;
}

#main .news h2 {
	margin-bottom: 97px;
	font-size: 3rem;
	font-weight: 500;
}

#main .news h2 img {
	margin-bottom: 6px;
	display: block;
	width: 288px;
}

#main .news .inner {
	padding: 78px 200px 80px;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
}

#main .wp-pagenavi {
	margin-top: 20px;
	text-align: center;
}

#main .wp-pagenavi .pages,
#main .wp-pagenavi .first,
#main .wp-pagenavi .last {
	display: none;
}

#main .news .inner ul {
	margin: 0 -23px;
	border-top: 2px solid #281E1C;
}

#main .news .inner ul li {
	border-bottom: 2px solid #281E1C;
}

#main .news .inner ul li a {
	padding: 21px 100px 20px 31px;
	display: block;
	color: #000;
	font-size: 2rem;
	background: url("img/common/icon11.png") no-repeat center right 75px;
	background-size: 19px 13px;
}

#main .news .inner ul li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#main .news {
		padding-bottom: 40px;
	}

	#main .news h2 {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	#main .news h2 img {
		margin-bottom: 0;
		width: 144px;
	}

	#main .news .inner {
		margin: 0 10px;
		padding: 15px 10px;
		width: auto;
	}

	#main .news .inner ul {
		margin: 0;
	}

	#main .news .inner ul li a {
		padding: 10px 30px 10px 10px;
		font-size: 1.5rem;
		background: url("img/common/icon11.png") no-repeat center right 5px;
		background-size: 19px 13px;
	}
	
}

/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
#main .news .subBox {
	padding: 44px 200px 79px;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
}

#main .news .subBox .txtBox {
	padding-bottom: 60px;
	margin: 0 -23px;
	text-align: center;
	border-bottom: 2px solid #281E1C;
	border-top: 2px solid #281E1C;
}

#main .news .subBox .txtBox .ttl {
	padding: 21px 100px 20px 31px;
	display: block;
	margin-bottom: 44px;
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	background: url("img/common/icon11.png") no-repeat center right 75px;
	background-size: 19px 13px;
}

#main .news .subBox .txtBox .img {
	margin-bottom: 34px;
	text-align: center;
}

#main .news .subBox .txtBox .img img {
	max-width: 100%;
	height: auto;
}

#main .news .subBox .txtBox p {
	display: block;
	text-align: left;
	line-height: 1.5;
	font-size: 1.8rem;
}

@media all and (max-width: 767px) {
	#main .news .subBox {
		margin: 0 10px;
		padding: 15px 10px;
		width: auto;
	}

	#main .news .subBox .txtBox {
		padding-bottom: 20px;
		margin: 0;
	}

	#main .news .subBox .txtBox .ttl {
		margin-bottom: 20px;
		padding: 10px 30px 10px 10px;
		font-size: 1.5rem;
		background: url("img/common/icon11.png") no-repeat center right 5px;
		background-size: 19px 13px;
	}

	#main .news .subBox .txtBox .img {
		margin-bottom: 20px;
	}

	#main .news .subBox .txtBox p {
		line-height: 1.5;
		font-size: 1.5rem;
	}
	
}

/*------------------------------------------------------------
	consul
------------------------------------------------------------*/
#main .consul {
	margin-bottom: 82px;
}

#main .consul #conts {
	padding-top: 0;
	margin-top: -7px;
}

#main .consul #conts .topText {
	margin-bottom: 43px;
	font-size: 3.2rem;
	font-weight: 700;
	color: #000;
	line-height: 1.35;
}

#main .consul #conts .h3Ttl {
	margin: 0 0 17px 2px;
	padding: 0 0 3px 13px;
	font-weight: 700;
	font-size: 2.38rem;
	line-height: 1;
	border-left: 7px solid #231815;
}

#main .consul #conts .sec01 {
	margin-bottom: 27px;
	padding: 25px 24px 29px;
	background-color: #fff;
}

#main .consul #conts .sec01 .inner {
	margin: 0 15px 41px;
}

#main .consul #conts .sec01 .ttl {
	margin-bottom: 22px;
	font-size: 2.7rem;
	line-height: 1.33;
	font-weight: 700;
}

#main .consul #conts .sec01 .text {
	margin-top: 15px;
	line-height: 1.89;
	font-size: 1.9rem;
}

#main .consul #conts .sec02 {
	margin-bottom: 114px;
	padding: 22px 24px 5px;
	background-color: #fff;
	position: relative;
}

#main .consul #conts .sec02:before {
	width: 135px;
	height: 56px;
	margin-left: -72px;
	position: absolute;
	left: 50%;
	bottom: -89px;
	background: url(img/kigyoumuke/consul/icon02.png) no-repeat;
	background-size: 135px 56px;
	content: "";
}

#main .consul #conts .sec02 .caseBox {
	width: 100%;
	display: table;
}

#main .consul #conts .sec02 .caseBox .txt01 {
	width: 18.8%;
	padding: 8px 5px 4px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 2.1rem;
	background-color: #231815;
	font-weight: 500;
	box-sizing: border-box;
	text-align: center;
}

#main .consul #conts .sec02 .caseBox .txt01 span {
	margin-top: -7px;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.8rem;
}

#main .consul #conts .sec02 .caseBox .txt02 {
	width: 81.2%;
	padding: 8px 10px 8px 52px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.9rem;
	line-height: 1.43;
	background-color: #CCC;
	font-weight: 500;
	box-sizing: border-box;
}

#main .consul #conts .sec02 .textA {
	padding: 6px 0 22px 44px;
	position: relative;
	font-size: 1.65rem;
	line-height: 1.7;
}

#main .consul #conts .sec02 .textA:before {
	position: absolute;
	left: 14px;
	top: 0;
	font-size: 3.2rem;
	content: "A";
}

#main .consul #conts .sec03 {
	padding: 30px 25px 36px;
	background-color: #fff;
}

#main .consul #conts .sec03 h3 {
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
	font-size: 2.65rem;
	background-color: #CCCCCC;
}

#main .consul #conts .sec03 .inner {
	margin: 0 6px;
}

#main .consul #conts .sec03 p {
	line-height: 1.6;
	font-size: 1.7rem;
}

#main .consul #conts .sec03 .ttl {
	margin-bottom: 13px;
	font-size: 2.9rem;
	line-height: 1.33;
	font-weight: 700;
}

#main .consul #conts .sec03 .ttl span {
	margin-bottom: 9px;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
}

#main .consul #conts .sec03 .photo01 {
	margin: 26px 0 12px;
}

#main .consul #conts .sec03 .photo02 {
	margin: 30px 0 11px;
}

#main .consul .btmImg {
	margin-top: 123px;
	text-align: center;
}

#main .consul .btmImg img {
    width: 894px;
}

@media all and (max-width: 767px) {
	#main .consul {
		padding: 14px 0 66px;
		margin: 0;
		background-color: #fff;
	}

	#main .consul #conts {
		padding-top: 0;
		margin-top: 0;
	}

	#main .consul #conts .topText {
		display: none;
	}

	#main .consul #conts .h3Ttl {
		margin: 0 0 11px;
		padding: 0;
		font-size: 2.1rem;
		line-height: 1.5;
		border-left: none;
	}

	#main .consul #conts .sec01 {
		margin-bottom: 29px;
		padding: 0 0 23px;
		background-color: #000;
	}
	
	#main .consul #conts .sec01 .photo img {
		width: 100%;
	}

	#main .consul #conts .sec01 .inner {
		margin: -66px 20px 0;
		padding: 16px 22px 23px;
		background-color: #fff;
		position: relative;
		z-index: 1;
	}

	#main .consul #conts .sec01 .ttl {
		margin-bottom: 12px;
		padding-bottom: 16px;
		font-size: 2.4rem;
		line-height: 1.4;
		border-bottom: 11px solid #0071BC;
	}

	#main .consul #conts .sec01 .text {
		margin-top: 0;
		line-height: 1.68;
		font-size: 1.7rem;
	}

	#main .consul #conts .sec02 {
		margin-bottom: 23px;
		padding: 0 40px 0 48px;
	}

	#main .consul #conts .sec02:before {
		width: 80px;
		height: 100px;
		margin-left: -40px;
		bottom: -86px;
		background: none;
		background-color: #FFE700;
	}
	
	#main .consul #conts .sec02 .spText {
		margin: 0 0 19px 12px;
	}
	
	#main .consul #conts .sec02 .spText span {
		min-width: 168px;
		padding: 14px 5px 11px;
		display: inline-block;
		color: #fff;
		text-align: center;
		line-height: 1.375;
		background-color: #000;
		box-sizing: border-box;
		font-size: 1.9rem;
	}

	#main .consul #conts .sec02 .caseBox {
		display: block;
	}

	#main .consul #conts .sec02 .caseBox .txt01 {
		width: auto;
		min-width: 145px;
		padding: 4px 21px 5px;
		display: inline-block;
		color: #231815;
		font-size: 2.2rem;
		background-color: #D3D3D4;
		text-align: left;
		font-weight: 400;
		border-radius: 30px 0 0 30px;
	}

	#main .consul #conts .sec02 .caseBox .txt01 span {
		margin: -5px 0 0 3px;
		width: 30px;
		height: 30px;
		font-size: 2rem;
		font-weight: 400;
		background-color: #fff;
		border-radius: 100%;
		border: 2px solid #000;
		box-sizing: border-box;
		text-align: center;
		line-height: 1.2;
	}

	#main .consul #conts .sec02 .caseBox .txt02 {
		width: auto;
		padding: 10px 0 0 6px;
		display: block;
		font-size: 2.2rem;
		line-height: 1.22;
		background-color: transparent;
	}

	#main .consul #conts .sec02 .textA {
		padding: 6px 0 39px 52px;
		font-size: 1.4rem;
		line-height: 1.66;
	}

	#main .consul #conts .sec02 .textA:before {
		width: 44px;
		height: 44px;
		left: 1px;
		top: 11px;
		font-size: 2.7rem;
		border: 2px solid #000;
		line-height: 1.4;
		box-sizing: border-box;
		text-align: center;
	}

	#main .consul #conts .sec03 {
		padding: 0;
	}

	#main .consul #conts .sec03 h3 {
		margin: 0 33px;
		padding: 0;
		font-size: 2.4rem;
		color: #fff;
		line-height: 1.3;
		text-align: right;
		background-color: transparent;
		position: relative;
		z-index: 3;
	}
	
	#main .consul #conts .sec03 h3 span {
		min-width: 169px;
		padding: 8px 5px 9px;
		display: inline-block;
		background-color: #000;
		text-align: center;
		box-sizing: border-box;
	}

	#main .consul #conts .sec03 .inner {
		margin: -20px 20px 0;
		padding: 14px 16px;
		position: relative;
		z-index: 2;
		background-color: #fff;
	}

	#main .consul #conts .sec03 p {
		line-height: 1.75;
		font-size: 1.5rem;
	}

	#main .consul #conts .sec03 .ttl {
		margin-bottom: 8px;
		font-size: 2.2rem;
		line-height: 1.44;
	}

	#main .consul #conts .sec03 .ttl span {
		margin-bottom: 4px;
		padding-bottom: 7px;
		font-size: 1.9rem;
		border-bottom: 9px solid #0071BC;
	}

	#main .consul #conts .sec03 .photo01 {
		margin: -48px 0 0;
		position: relative;
		z-index: 1;
	}
	
	#main .consul #conts .sec03 .photo01 img {
		width: 100%;
	}

	#main .consul #conts .sec03 .photo02 {
		margin: 18px 4px 11px;
	}
	
	#main .consul #conts .sec03 .photo02 img {
		width: 100%;
	}
	
	#main .consul #conts .spMove {
		margin: 47px 46px 0;
	}
	
	#main .consul #conts .spMove .comStep li {
		background-color: #0071BC;
	}
	
	#main .consul #conts .spMove .comStep li:before {
		width: 29px;
		height: 21px;
		margin: 0 -15px 0 0;
		background: url(img/kigyoumuke/consul/sp_icon02.png) no-repeat;
		background-size: 29px 21px;
	}

}

/*------------------------------------------------------------
	otoiawase
------------------------------------------------------------*/
#main .otoiawase {
	padding: 55px 0 136px;
}

#main .otoiawase .headLine01 {
	margin-bottom: 50px;
}

#main .otoiawase .top_lead {
	width: 1000px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 22px;
}

#main .otoiawase .formBox {
	width: 1000px;
	margin: 0 auto;
	padding: 21px 65px 230px;
	background-color: #fff;
	background-color: #fff;
	box-sizing: border-box;
}

#main .otoiawase form table {
	width: 100%;
	border-collapse: collapse;
}

#main .otoiawase form table th,
#main .otoiawase form table td {
	padding: 31px 0 33px 64px;
	color: #000;
	font-size: 2.25rem;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 2px solid #9D9E9E;
	word-break: break-word;
}

#main .otoiawase form table th {
	padding: 0 0 0 35px;
	width: 25%;
}

#main .otoiawase.confirm form table th {
	padding: 20px 0 20px 35px;
}

#main .otoiawase form table .th01 {
	padding-top: 39px;
	vertical-align: top;
}

#main .otoiawase form table th .must {
	float: right;
	width: 55px;
	padding: 2px 0 4px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.7rem;
	background-color: #FF1D21;
}

#main .otoiawase form table .th01 .must {
	float: none;
}

#main .otoiawase form table th .txt01 {
	margin: 7px 0 18px;
	display: block;
	font-size: 1.5rem;
	line-height: 1.45;
}

#main .otoiawase form table dl {
	margin-bottom: -12px;
}

#main .otoiawase form table dt {
	float: left;
}

#main .otoiawase form table dd {
	padding: 1px 0 0 5em;
}

#main .otoiawase form table .pcSpan {
	display: block;
}

#main .otoiawase form table dd.ddStyle01 {
	padding-bottom: 60px;
}

#main .otoiawase form table dd ul {
	margin-top: -6px;
}

#main .otoiawase form table dd li {
	margin: 6px 15px 0 0;
	display: inline-block;
}

#main .otoiawase form table input[type="radio"] {
	display: none;
}

#main .otoiawase form table input[type="radio"] + label {
	padding-left: 28px;
	display: inline-block;
	background: url("img/otoiawase/radio_img01.png") no-repeat left top 5px;
	background-size: 21px auto;
}

#main .otoiawase form table input[type="radio"]:checked + label {
	background-image: url("img/otoiawase/radio_img02.png");
}

#main .otoiawase form table input[type="checkbox"] {
	display: none;
}

#main .otoiawase form table input[type="checkbox"] + label {
	padding-left: 25px;
	display: inline-block;
	background: url("img/otoiawase/check_img01.png") no-repeat left top 5px;
	background-size: 19px auto;
}

#main .otoiawase form table input[type="checkbox"]:checked + label {
	background-image: url("img/otoiawase/check_img02.png");
}

#main .otoiawase form table dd input,
#main .otoiawase form table dd label {
	pointer-events: none;
}

#main .otoiawase form table dd.on input,
#main .otoiawase form table dd.on label {
	pointer-events: auto;
}

#main .otoiawase form table input[type="text"] {
	width: 580px;
	height: 33px;
	padding: 0 5px;
	font-size: 2.25rem;
	border: 1px solid #9D9E9E;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

#main .otoiawase form table textarea {
	width: 580px;
	height: 185px;
	padding: 5px;
	font-size: 2.25rem;
	border: 1px solid #9D9E9E;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
}

#main .otoiawase form table .inputUl {
	overflow: hidden;
}

#main .otoiawase form table .inputUl li {
	float: left;
}

#main .otoiawase form table .inputUl li:first-child {
	margin-right: 63px;
}

#main .otoiawase form table .inputUl li span {
	display: inline-block;
	width: 51px;
}

#main .otoiawase form table .inputUl li input {
	width: 201px;
	display: inline-block;
	vertical-align: middle;
}
#main .otoiawase form table .t_red{
	color: red;
}
#main .otoiawase form table .text01 {
	margin: 6px 0 18px;
	display: block;
	color: #FF0000;
	line-height: 1.47;
	font-size: 1.6rem;
}

#main .otoiawase form table .listUl01 li:first-child {
	margin-bottom: 22px;
}

#main .otoiawase form table .listUl01 li span {
	display: inline-block;
	vertical-align: middle;
	width: 123px;
}

#main .otoiawase form table .listUl01 li input {
	width: 450px;
}

#main .otoiawase form table .listUl02 li:not(:last-child) {
	margin-bottom: 22px;
}

#main .otoiawase form table .listUl02 li span {
	display: inline-block;
	vertical-align: middle;
	width: 123px;
}

#main .otoiawase form table .listUl02 li input {
	width: 450px;
}

#main .otoiawase form table .listUl02 li input.wid01 {
	width: 100px;
}

#main .otoiawase form table .listUl02 li input.wid02 {
	width: 160px;
}

#main .otoiawase form table .listUl02 li input.wid03 {
	width: 225px;
}

#main .otoiawase form table .txt02 {
	display: block;
	color: #FF0000;
	line-height: 1.47;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
}

#main .otoiawase form .submit {
	margin: 68px -40px 0;
	text-align: center;
}

#main .otoiawase form .submit li {
	width: 350px;
	margin: 0 32px;
	display: inline-block;
}

#main .otoiawase form .submit li:not(:last-child) {
	margin-bottom: 20px;
}

#main .otoiawase form .submit li input {
	width: 350px;
	padding: 23px 0 25px;
	display: block;
	font-size: 3rem;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	background-color: #FCEA3F;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#main .otoiawase form .submit01 li:first-child input {
	color: #fff;
	background-color: #000000;
}

#main .otoiawase form .submit li input:hover {
	opacity: 0.7;
}

#main .otoiawase form .btmTxt {
	margin-top: 24px;
	text-align: center;
	line-height: 1.76;
	font-size: 1.6rem;
}

#main .otoiawase #thanks p {
	text-align: center;
	font-size: 3rem;
}

#main .otoiawase #thanks .link {
	margin-top: 40px;
}

#main .otoiawase #thanks .link a:hover {
	text-decoration: underline;
}

#main .otoiawase #thanks .headLine01 {
	margin-bottom: 55px;
}

#main .otoiawase #thanks .whiteBox {
	padding: 76px 57px 51px 60px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}

#main .otoiawase #thanks .whiteBox .img01 {
	margin-bottom: 82px;
}

#main .otoiawase .errorMsg {
	margin: 0 30px;
	font-size: 2rem;
	color: #f00;
}

#main .otoiawase.confirm form table .listUl02 li span {
	margin-top: -6px;
}

#main .otoiawase .formImg {
	margin: 80px -7px -205px;
	text-align: center;
}

#main .otoiawase .formImg img {
	width: 1080px;
}

@media all and (max-width: 767px) {
	#main .otoiawase {
		padding: 0 0 27px;
	}

	#main .otoiawase .headLine01 {
		margin-bottom: 17px;
	}

	#main .otoiawase .top_lead {
		width: 100%;
		margin: 0 auto 20px;
		padding: 0 27px;
		box-sizing: border-box;
		font-size: 14px;
	}

	#main .otoiawase .formBox {
		margin: 0 20px;
		width: auto;
		padding: 9px 0 27px;
	}

	#main .otoiawase form table th,
	#main .otoiawase form table td {
		display: block;
		width: 100% !important;
		padding: 4px 15px 23px;
		font-size: 1.55rem;
		border-width: 1px;
	}
	
	#main .otoiawase form table tr:last-child td {
		border-bottom: none;
	}

	#main .otoiawase form table th {
		padding: 25px 14px 0;
		border-bottom: none;
	}
	
	#main .otoiawase.confirm form table th {
		padding: 25px 14px 0;
	}

	#main .otoiawase form table .th01 {
		padding-top: 0 !important;
		font-size: 1.7rem;
	}

	#main .otoiawase form table th .must {
		margin: -6px 0 0 14px;
		float: none;
		width: 38px;
		line-height: 1;
		padding: 4px 0 5px;
		display: inline-block;
		vertical-align: middle;
		font-size: 1.3rem;
	}

	#main .otoiawase form table th .txt01 {
		margin: -5px 0 0 18px;
		display: inline-block;
		vertical-align: middle;
		font-size: 1.5rem;
	}

	#main .otoiawase form table dl {
		margin-bottom: 0;
	}

	#main .otoiawase form table dt {
		float: none;
	}

	#main .otoiawase form table dd {
		padding: 8px 0 0;
	}

	#main .otoiawase form table dd.ddStyle01 {
		padding-bottom: 18px;
	}

	#main .otoiawase form table dd ul {
		margin-top: -10px;
	}

	#main .otoiawase form table dd li {
		margin: 10px 15px 0 0;
	}

	#main .otoiawase form table input[type="radio"] + label {
		padding-left: 18px;
		background: url("img/otoiawase/radio_img01.png") no-repeat left top 6px;
		background-size: 14px auto;
	}

	#main .otoiawase form table input[type="checkbox"] + label {
		padding-left: 18px;
		background: url("img/otoiawase/check_img01.png") no-repeat left top 6px;
		background-size: 14px auto;
	}

	#main .otoiawase form table input[type="text"] {
		width: 100%;
		height: 30px;
		font-size: 1.55rem;
	}

	#main .otoiawase form table textarea {
		width: 100%;
		height: 136px;
		font-size: 1.55rem;
	}
	
	#main .otoiawase form table .inputUl {
		padding-top: 10px;
	}

	#main .otoiawase form table .inputUl li {
		width: 48%;
	}

	#main .otoiawase form table .inputUl li:first-child {
		margin-right: 2%;
	}

	#main .otoiawase form table .inputUl li span {
		width: 36px;
	}

	#main .otoiawase form table .inputUl li input {
		width: 72%;
		margin-top: 0;
	}

	#main .otoiawase form table .text01 {
		margin: 6px 0 10px;
		line-height: 1.4;
		font-size: 1.3rem;
	}

	#main .otoiawase form table .listUl01 li:first-child {
		margin-bottom: 10px;
	}

	#main .otoiawase form table .listUl01 li span {
		display: block;
		width: auto;
	}

	#main .otoiawase form table .listUl01 li input {
		width: 100%;
	}

	#main .otoiawase form table .listUl02 li:not(:last-child) {
		margin-bottom: 10px;
	}

	#main .otoiawase form table .listUl02 li span {
		width: 80px;
	}

	#main .otoiawase form table .listUl02 li input {
		width: 73%;
	}

	#main .otoiawase form table .listUl02 li input.wid01 {
		width: 80px;
	}

	#main .otoiawase form table .listUl02 li input.wid02 {
		width: 120px;
	}

	#main .otoiawase form table .listUl02 li input.wid03 {
		width: 165px;
	}

	#main .otoiawase form table .txt02 {
		font-size: 1.2rem;
	}

	#main .otoiawase form .submit {
		margin: 0 15px;
	}

	#main .otoiawase form .submit li {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	#main .otoiawase form .submit li:not(:last-child) {
		margin-bottom: 20px;
	}

	#main .otoiawase form .submit li input {
		width: 100%;
		padding: 20px 0 21px;
		font-size: 2.4rem;
	}
	
	#main .otoiawase form .submit li input:hover {
		opacity: 1;
	}
	
	#main .otoiawase form .btmTxt {
		margin: 6px 15px 0;
		text-align: left;
		line-height: 1.45;
		font-size: 1.3rem;
	}
	
	#main .otoiawase #thanks p {
		margin: 0 20px;
		font-size: 1.7rem;
	}

	#main .otoiawase #thanks .link {
		margin-top: 20px;
	}

	#main .otoiawase #thanks .link a:hover {
		text-decoration: none;
	}
	
	#main .otoiawase #thanks .headLine01 {
		margin-bottom: 17px;
	}

	#main .otoiawase #thanks .whiteBox {
		padding: 20px 15px 36px;
		width: auto;
		margin: 0 20px;
	}

	#main .otoiawase #thanks .whiteBox .img01 {
		margin-bottom: 0;
	}
	
	#main .otoiawase #thanks .whiteBox .img01 img {
		width: 100%;
	}
	
	#main .otoiawase .errorMsg {
		margin: 0 10px;
		font-size: 1.5rem;
	}
	
	#main .otoiawase.confirm form table .listUl02 li span {
		margin-top: -3px;
	}

}

@media all and (max-width: 340px) {
	#main .otoiawase form table th .txt01 {
		margin-left: 2px;
	}
}

@media all and (max-width: 370px) {
	#main .otoiawase form table .listUl02 li input.wid02 {
		width: 80px;
	}
	
	#main .otoiawase form table .listUl02 li input.wid01 {
		width: 70px;
	}
	
	#main .otoiawase form table .listUl02 li input {
		width: 66%;
	}
}

/*------------------------------------------------------------
	shougyou
------------------------------------------------------------*/
#main .shougyou {
	padding-bottom: 131px;
}

#main .shougyou .mainBox {
	padding-top: 67px;
}

#main .shougyou .mainBox #conts {
	padding-top: 0;
	margin-top: -2px;
}

#main .shougyou .headLine02 {
	margin-bottom: 33px;
	min-height: 105px;
	display: flex;
	align-items: center;
	background-image: url("img/kigyoumuke/shougyou/icon01.png");
}

#main .shougyou h3 {
    margin-bottom: 34px;
    padding-left: 35px;
    line-height: 1.45;
    font-weight: 500;
    position: relative;
    font-size: 2.15rem;
}

#main .shougyou h3:before {
    position: absolute;
    border-left: 16px solid #000;
    left: 5px;
    top: 6px;
    bottom: -2px;
    width: 16px;
    content: "";
}

#main .shougyou .photo {
	margin-bottom: 53px;
}

#main .shougyou .photo img {
	width: 100%;
}

#main .shougyou .txtBox {
	position: relative;
	margin-bottom: 120px;
}

#main .shougyou .txtBox:before {
	position: absolute;
	left: 50%;
	bottom: -65px;
	width: 51px;
	height: 33px;
	margin-left: -47px;
	background: url("img/kigyoumuke/shougyou/icon03.png") no-repeat left center;
	background-size: 51px 33px;
	content: "";
}

#main .shougyou .txtBox h3 {
    margin-bottom: 34px;
    padding-left: 35px;
    font-size: 2.9rem;
}

#main .shougyou .txtBox h3:before {
    top: -3px;
    bottom: -12px;
}

#main .shougyou .txtBox ul {
	padding: 22px 34px 13px;
	background-color: #fff;
}

#main .shougyou .txtBox ul li {
	padding: 0 0 7px 20px;
	font-size: 2.1rem;
	background: url("img/kigyoumuke/shougyou/icon02.png") no-repeat left top 8px;
	background-size: 18px auto;
}

#main .shougyou .bgBox {
	margin-bottom: 101px;
	padding: 33px 34px 20px;
	background-color: #fff;
	position: relative;
}

#main .shougyou .bgBox:before {
	position: absolute;
	left: 50%;
	bottom: -77px;
	width: 51px;
	height: 33px;
	margin-left: -47px;
	background: url("img/kigyoumuke/shougyou/icon03.png") no-repeat left center;
	background-size: 51px 33px;
	content: "";
}

#main .shougyou .bgBox li {
	padding: 0 0 15px;
}

#main .shougyou .bgBox li:first-child {
	padding: 0 0 15px;
	border-top: none;
}

#main .shougyou .bgBox li .photo {
	margin: 0 -34px 42px;
}

#main .shougyou .bgBox li .photo img {
	width: 100%;
}

#main .shougyou .bgBox li p {
	line-height: 2.08;
	font-size: 1.7rem;
}

#main .shougyou .bgBox li p span {
	font-weight: 700;
}

#main .shougyou .bgBox li .title {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 2.4rem;
	background-color: #126CB7;
	color: #fff;
	padding: 7px 15px 8px;
}

#main .shougyou .bgBox li .title img {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}

#main .shougyou .bgBox li .wpTitle {
	margin-bottom: 8px;
	text-align: center;
}

#main .shougyou .bgBox li .wpTitle span {
	font-weight: bold;
}

#main .shougyou .bgBox li .wpTitle .span01 {
	font-size: 2.5rem;
	margin-top: -10px;
	display: inline-block;
}

#main .shougyou .bgBox li .ttl {
	font-weight: 700;
	font-size: 3.4rem;
	text-align: center;
	color: #fff;
	margin: 0 -34px;
	padding: 4px 0 7px;
	background-color: #126CB7;
}

#main .shougyou .blueTxt {
	padding: 22px 10px 20px;
	margin-bottom: 46px;
	background-color: #126CB7;
}

#main .shougyou .blueTxt p {
	text-align: center;
	line-height: 1.54;
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
}

#main .shougyou .btmBox {
	padding: 31px 21px 14px;
	background-color: #fff;
}

#main .shougyou .btmBox h4 {
	margin-bottom: 20px;
	font-size: 2.35rem;
	font-weight: 500;
}

#main .shougyou .btmBox .comStep li:before {
	background-image: url("img/kigyoumuke/shougyou/icon04.png");
}

#main .shougyou .btmBox .moveBox {
	margin-bottom: 61px;
}

#main .shougyou .btmBox .btmUl {
	margin: 0 6px;
}

#main .shougyou .btmBox .btmUl &gt; li {
	width: 358px;
	float: left;
}

#main .shougyou .btmBox .btmUl &gt; li:last-child {
	width: 260px;
	float: right;
}

#main .shougyou .btmBox .btmUl &gt; li .ttl {
	margin-bottom: 10px;
	padding: 2px 0 4px;
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	border: 5px solid #281E1C;
}

#main .shougyou .btmBox .btmUl &gt; li li {
	padding: 0 0 4px 18px;
	font-size: 1.7rem;
	letter-spacing: -1px;
	display: inline-block;
	background: url("img/kigyoumuke/shougyou/icon02.png") no-repeat left 2px top 7px;
	background-size: 14px auto;
}

#main .shougyou .btmImg {
	margin-top: 104px;
	text-align: center;
}

#main .shougyou .btmImg img {
	width: 894px;
}

@media all and (max-width: 767px) {
	#main .shougyou {
		padding-bottom: 22px;
	}

	#main .shougyou .mainBox #conts {
		margin-top: 0;
	}
	
	#main .shougyou .topBox {
		padding: 20px 5px 20px 17px;
		background-color: #fff;
	}

	#main .shougyou .headLine02 {
		margin-bottom: 32px;
		min-height: 55px;
	}

	#main .shougyou h3 {
		margin-bottom: 0;
		padding-left: 35px;
		line-height: 1.52;
		font-size: 1.85rem;
	}

	#main .shougyou h3:before {
		border-left: 11px solid #000;
		left: 10px;
		top: 3px;
		bottom: 0;
		width: 11px;
	}

	#main .shougyou .photo {
		margin-bottom: 37px;
	}

	#main .shougyou .txtBox {
		margin: 0 20px 33px;
		padding: 19px 12px 12px;
		background-color: #fff;
	}

	#main .shougyou .txtBox:before {
		display: none;
	}

	#main .shougyou .txtBox h3 {
		margin-bottom: 7px;
		padding: 5px 0 11px;
		line-height: 1.2;
		font-size: 2.35rem;
		text-align: center;
		border: 7px solid #281E1C;
	}

	#main .shougyou .txtBox h3:before {
		display: none;
	}

	#main .shougyou .txtBox ul {
		padding: 0;
	}

	#main .shougyou .txtBox ul li {
		padding: 0 0 4px 18px;
		font-size: 1.4rem;
		line-height: 1.77;
		background: url("img/kigyoumuke/shougyou/icon02.png") no-repeat left 4px top 6px;
		background-size: 13px auto;
	}

	#main .shougyou .bgBox {
		margin-bottom: 55px;
		padding: 0 0 29px;
		background-color: #000;
	}

	#main .shougyou .bgBox:before {
		bottom: -37px;
		width: 34px;
		height: 21px;
		margin-left: -17px;
		background: url("img/kigyoumuke/shougyou/sp_icon01.png") no-repeat left center;
		background-size: 34px 21px;
	}
	
	#main .shougyou .bgBox ul {
		margin: 0 20px;
		position: relative;
		z-index: 1;
	}

	#main .shougyou .bgBox li {
		padding: 16px !important;
		border-top: none;
		background-color: #fff;
	}

	#main .shougyou .bgBox li:not(:last-child) {
		margin-bottom: 27px;
	}

	#main .shougyou .bgBox .photo img {
		margin-bottom: -103px;
		width: 100%;
	}

	#main .shougyou .bgBox li p {
		line-height: 1.69;
		font-size: 1.6rem;
	}
	
	#main .shougyou .bgBox li .wpTitle {
		margin-bottom: 8px;
	}

	#main .shougyou .bgBox li .wpTitle .span01 {
		font-size: 1.8rem;
		margin-top: -10px;
	}

	#main .shougyou .bgBox li .title {
		margin-bottom: 8px;
		font-size: 1.8rem;
		line-height: 1.27;
		padding: 4px 4px 3px;
		text-align: left;
	}
	
	#main .shougyou .bgBox li .title img {
		width: 40px;
		display: block;
		float: left;
		margin-top: 10px;
	}

	#main .shougyou .bgBox li .ttl {
		padding: 4px 4px 0;
		font-size: 2rem;
		line-height: 1.27;
		margin: 0 -16px 8px;
		padding-bottom: 7px;
	}

	#main .shougyou .blueTxt {
		padding: 14px 10px 14px;
		margin-bottom: 32px;
	}

	#main .shougyou .blueTxt p {
		line-height: 1.6;
		font-size: 1.8rem;
	}

	#main .shougyou .btmBox {
		padding: 0 22px 14px;
		background: none;
	}

	#main .shougyou .btmBox h4 {
		margin-bottom: 7px;
		font-size: 2.5rem;
	}

	#main .shougyou .btmBox .comStep li:before {
		background-image: url("img/kigyoumuke/shougyou/sp_icon02.png");
	}

	#main .shougyou .btmBox .moveBox {
		margin-bottom: 28px;
	}

	#main .shougyou .btmBox .btmUl {
		padding-bottom: 18px;
		margin: 0 -2px;
		background-color: #fff;
	}

	#main .shougyou .btmBox .btmUl &gt; li {
		padding: 13px 15px;
		width: auto !important;
		float: none !important;
	}

	#main .shougyou .btmBox .btmUl &gt; li:last-child {
		margin-top: -2px
	}

	#main .shougyou .btmBox .btmUl &gt; li .ttl {
		margin-bottom: 13px;
		padding: 2px 0 6px;
		font-size: 1.7rem;
		border: none;
		border-bottom: 5px solid #281E1C;
	}

	#main .shougyou .btmBox .btmUl &gt; li li {
		padding: 0 0 0 18px;
		font-size: 1.7rem;
	}

}

/*------------------------------------------------------------
	recrut
------------------------------------------------------------*/
#main .recrut .topBox {
    margin: 104px auto 110px;
    width: 1332px;
    box-sizing: border-box;
} 

#main .recrut .topBox .photo {
    margin-bottom: 37px;
    position: relative;
}

#main .recrut .topBox .photo p {
    right: 24.7%;
    top: 62.3%;
    width: 461px;
    position: absolute;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 700;
}

#main .recrut .topBox .photo p img {
    margin-top: 8px;
}

#main .recrut .topBox .imgBox {
    padding: 0 0 0 68px;
}

#main .recrut .topBox .imgBox .photoBox {
    margin-top: 10px;
    width: 588px;
    float: left;
}

#main .recrut .topBox .imgBox .textBox {
    width: 636px;
    float: right;
}

#main .recrut .topBox .imgBox .textBox p {
    margin-right: -10px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.95;
    letter-spacing: -1px;
}

#main .recrut .topBox .imgBox .textBox .ttl {
    margin-bottom: 17px;
    font-size: 4.2rem;
    line-height: 1.43;
}

#main .recrut h2 {
    margin-bottom: 55px;
    padding: 17px 0px 19px;
    font-size: 3.7rem;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    text-align: center;
}

#main .recrut .sec01 {
    padding-bottom: 95px;
    background-color: #fff;
}

#main .recrut .sec01 &gt; .listUl {
    margin: 0 auto 63px;
    width: 1196px;
}

#main .recrut .sec01 &gt; .listUl &gt; li {
    margin-bottom: 74px;
    text-align: right;
    width: 597px;
    float: left;
    box-sizing: border-box;
}

#main .recrut .sec01 &gt; .listUl &gt; li:last-child {
    margin-bottom: 0;
}

#main .recrut .sec01 &gt; .listUl &gt; li:nth-last-child(2) {
    margin-bottom: 0;
}

#main .recrut .sec01 &gt; .listUl &gt; li:nth-child(2n) {
    margin-right: 0;
    padding-left: 78px;
}

#main .recrut .sec01 &gt; .listUl &gt; li &gt; p {
    margin-left: 160px;
    text-align: left;
    position: relative;
    font-size: 4.0rem;
    font-weight: 700;
    letter-spacing: -3px;
}

#main .recrut .sec01 &gt; .listUl &gt; li &gt; p img {
    left: -155px;
    top: 5px;
    width: 131px;    
    position: absolute;
}

#main .recrut .sec01 &gt; .listUl &gt; li:nth-child(2n) p {
    margin-left: 173px;
}

#main .recrut .sec01 &gt; .listUl &gt; li:last-child &gt; p {
    margin: 0 -80px 0 92px;
}

#main .recrut .sec01 &gt; .listUl &gt; li:last-child .text {
    margin-left: 173px;
}

#main .recrut .sec01 .listUl li ul {
    padding: 22px 0 41px 165px;
}

#main .recrut .sec01 .listUl li li {
    margin-right: 16px;
    width: 169px;
    height: 169px;
    float: left;
    display: table;
    text-align: center;
    box-sizing: border-box;
    border: 10px solid #FF0000;
    border-radius: 85px;
}

#main .recrut .sec01 .listUl li li:nth-child(2) {
    margin-right: 0;
}

#main .recrut .sec01 .listUl li li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.25;
}

#main .recrut .sec01 &gt; .listUl &gt; li &gt; .text {
    margin-left: 206px;
    width: 341px;
    text-align: left;
}

#main .recrut .sec01 &gt; .listUl &gt; li &gt; .text p {
    margin-left: 0 !important;
    padding: 9px 5px 10px 33px;
    position: relative;
    font-size: 2.3rem;
    line-height: 1.55;
    letter-spacing: 0;
    border: 6px solid #898989;
    border-radius: 12px;
}

#main .recrut .sec01 &gt; .listUl &gt; li &gt; .text p:before {
    top: 60px;
    left: -35px;
    width: 29px;
    height: 29px;
    position: absolute;
    content: "";
    background: url("img/recrut/icon01.png") no-repeat left top;
    background-size: 29px auto;
}

#main .recrut .sec01 &gt; .listUl &gt; li &gt; .text .img02 {
    left: -239px;
    top: -51px;
    width: 204px;
    position: absolute;
}

#main .recrut .sec01 .imgBox {
    margin: 0 auto 93px;
    width: 1102px;
}

#main .recrut .sec01 .imgBox .photoBox {
    margin-right: 52px;
    width: 299px;
    float: left;
}

#main .recrut .sec01 .imgBox .textBox {
    margin-top: 30px;
    width: 660px;
    float: left;
}

#main .recrut .sec01 .imgBox .textBox p {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.72;
}

#main .recrut .sec01 .imgBox .textBox .ttl {
    margin-bottom: 9px;
    font-size: 3.9rem;
    font-weight: 900;
    line-height: 1.5;
}

#main .recrut .sec01 .textList {
    margin: 0 auto;
    width: 1086px;
}

#main .recrut .sec01 .textList li {
    width: 580px;
    float: left;
}

#main .recrut .sec01 .textList li:nth-child(2) {
    width: 448px;
    float: right;
}

#main .recrut .sec01 .textList li img {
    margin-right: 26px;
    width: 143px;
    float: left;
}

#main .recrut .sec01 .textList li &gt; span {
    display: table;
}

#main .recrut .sec01 .textList li &gt; span span {
    display: table-cell;
    vertical-align: middle;
    font-size: 3.9rem;
    font-weight: 700;
    line-height: 1.16;
}

#main .recrut .sec02 {
    padding-bottom: 66px;
    background-color: #fff;
}

#main .recrut .sec02 h2 {
    margin-bottom: 45px;
}

#main .recrut .sec02 .text {
    margin: 0 auto;
    padding: 0 0 27px 73px;
    width: 820px;
    box-sizing: border-box;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.94;
}

#main .recrut .sec02 .listUl {
    margin: 0 auto 48px;
    width: 970px;
}

#main .recrut .sec02 .listUl li {
    margin-right: 30px;
    width: 169px;
    height: 169px;
    float: left;
    box-sizing: border-box;
    border: 10px solid #FF0000;
    border-radius: 85px;
}

#main .recrut .sec02 .listUl li:last-child {
    margin-right: 0;
}

#main .recrut .sec02 .listUl li span {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

#main .recrut .sec02 .listUl li span span {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.3;
}

#main .recrut .sec02 .ttl {
    margin-bottom: 29px;
    text-align: center;
    font-size: 3.9rem;
    font-weight: 900;  
}

#main .recrut .sec02 .gray {
    margin: 0 auto;
    width: 900px;
    text-align: center;
    font-size: 0;    
}

#main .recrut .sec02 .gray li {
    margin: 0 15px 30px;
    padding: 2px 8px 4px 2px;
    width: 300px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 3.3rem;
    font-weight: 700;
    background-color: #CCC;
    border-radius: 30px;
}

#main .recrut .sec02 .gray li:last-child {
    width: 540px;
}

#main .recrut .sec03 {
    padding-bottom: 99px;
    background-color: #fff;
}

#main .recrut .sec03 h2 {
    margin-bottom: 62px;
}

#main .recrut .sec03 ul {
    margin: 0 auto 80px;
    padding-left: 48px;
    width: 1300px;
    box-sizing: border-box;
}

#main .recrut .sec03 ul li {
    margin-right: -79px;
    width: 650px;
    float: left;
}

#main .recrut .sec03 ul li:last-child {
    margin-right: 0;
}

#main .recrut .sec03 ul li .imgBox {
    margin-bottom: 24px;
}

#main .recrut .sec03 ul li .imgBox .photoBox {
    width: 231px;
    float: left;
}

#main .recrut .sec03 ul li .imgBox .textBox {
    padding: 20px 0 0 14px;
    width: 400px;
    float: left;
    box-sizing: border-box;
}

#main .recrut .sec03 ul li .imgBox .textBox p {
    font-size: 2.1rem;
    margin-right: -40px;
    letter-spacing: -1px;
}

#main .recrut .sec03 ul li .imgBox .textBox p span {
    margin-bottom: 6px;
    display: block;
    font-size: 3.9rem;
    font-weight: 700;
}

#main .recrut .sec03 ul li .btn {
    margin-left: 254px;
    width: 227px;
}

#main .recrut .sec03 ul li .btn a {
    padding: 17px 5px 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    background-color: #00A0EA;
    border-radius: 6px;
}

#main .recrut .sec03 ul li .btn a:hover {
    opacity: 0.7;
}

#main .recrut .sec03 .photo {
    margin: 0 auto;
    width: 1050px;
}

@media all and (max-width: 767px) {
    #main .recrut .topBox {
        margin: 16px auto 19px;
        width: auto;
    }
    
    #main .recrut .topBox .photo {
        margin-bottom: 5px;
    }
    
    #main .recrut .topBox .photo img {
        max-width: inherit;
        width: 100%;
    }
    
    #main .recrut .topBox .photo p {
        right: 19.9%;
        top: 58.4%;
        width: 50%;
        font-size: 1.6rem;
        font-weight: 500;
    }
    
    #main .recrut .topBox .photo p img {
        margin-top: 4px;
    }
    
    #main .recrut .topBox .imgBox {
        padding: 0;
    }
    
    #main .recrut .topBox .imgBox .photoBox {
        margin-top: 0;
        width: auto;
        float: none;
        display: none;
    }

    #main .recrut .topBox .imgBox .textBox {
        padding: 0 15px;
        width: auto;
        float: none;
    }
    
    #main .recrut .topBox .imgBox .textBox .ttl {
        margin: 0 0 10px;
        font-size: 2.6rem;
        line-height: 1.4;
        letter-spacing: -1px;
    }

    #main .recrut .topBox .imgBox .textBox p {
        margin: 0 0 0 2px;
        font-size: 1.4rem;
        letter-spacing: -0.5px;
    }
    
    #main .recrut h2 {
        margin-bottom: 21px;
        padding: 12px 0px 11px;
        font-size: 2.2rem;
    }

    #main .recrut .sec01 {
        padding-bottom: 18px;
    }
    
    #main .recrut .sec01 &gt; .listUl {
        margin-bottom: 3px;
        width: auto;
    }
    
    #main .recrut .sec01 &gt; .listUl &gt; li {
        margin: 0 13px 27px !important;
        padding: 0 !important;
        width: auto;
        float: none !important;
		text-align: center;
    }
    
    #main .recrut .sec01 &gt; .listUl &gt; li:last-child {
        margin-bottom: 20px !important;
    }
    
    #main .recrut .sec01 .listUl li ul {
        width: 220px;
        margin: -8px auto 0;
        padding: 0 0 25px 75px;
    }
    
    #main .recrut .sec01 .listUl li li {
        margin-right: 10px;
        width: 100px;
        height: 100px;
        border: 5px solid #FF0000;
    }
    
    #main .recrut .sec01 .listUl li li span {
        font-size: 1.5rem;
        line-height: 1.23;
    }
    
    #main .recrut .sec01 .listUl &gt; li p {
        font-size: 2.4rem;
        letter-spacing: -0.7px;
    }
	
	#main .recrut .sec01 &gt; .listUl &gt; li &gt; p {
		margin: 0 5px 0 11px !important;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		text-align: left;
	}

    #main .recrut .sec01 .listUl &gt; li &gt; .text {
        margin: 0 auto !important;
        padding-left: 30.5%;
        width: 203px;
    }
    
    #main .recrut .sec01 &gt; .listUl &gt; li &gt; .text p:before {
        top: 36px;
        left: -21px;
        width: 18px;
        height: 18px;
        background: url("img/recrut/icon01.png") no-repeat left top;
        background-size: 18px auto;
    }
    
    #main .recrut .sec01 &gt; .listUl &gt; li &gt; .text p {
        padding: 5px 5px 4px 20px;
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 0;
        text-align: left;
        border: 3px solid #898989;
        border-radius: 6px;
    }
    
    #main .recrut .sec01 &gt; .listUl &gt; li &gt; p img {
		margin-right: 5px;
        width: 79px;
		display: inline-block;
		vertical-align: middle;
		position: static;
     }
    
    #main .recrut .sec01 &gt; .listUl &gt; li &gt; .text .img02 {
        left: -137px;
        top: -26px;
        width: 122px;
    }

    #main .recrut .sec01 .imgBox {
        margin: 0 12px 8px;
        width: auto;
    }
    
    #main .recrut .sec01 .imgBox .photoBox {
        margin-right: 13px;
        width: 50%;
        text-align: right;
    }
    
    #main .recrut .sec01 .imgBox .photoBox img {
        width: 178px;
    }
    
    #main .recrut .sec01 .imgBox .textBox {
        margin-top: -8px;
        width: 41%;
    }
    
    #main .recrut .sec01 .imgBox .textBox .ttl {
        margin-bottom: 6px;
        font-size: 2.3rem;
        line-height: 1.4;
    }
    
    #main .recrut .sec01 .imgBox .textBox p {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    
    #main .recrut .sec01 .textList {
        margin: 0 20px;
        width: auto;
    }
    
    #main .recrut .sec01 .textList li {
        margin: 0 auto 15px;
        max-width: 380px;
        width: auto !important;
        float: none !important;
		display: flex;
		align-items: center;
    }
    
    #main .recrut .sec01 .textList li img {
        margin: 6px 14px 0 0;
        width: 86px;
        vertical-align: middle;
        display: inline-block;
    }
    
    #main .recrut .sec01 .textList li &gt; span span {
        font-size: 2.3rem;
    }
    
    #main .recrut .sec01 .textList li &gt; span {
        display: inline-block;
        vertical-align: middle;
    }
    
    #main .recrut .sec01 .textList li img {
        float: none;
        display: inline-block;
    }
    
    #main .recrut .sec02 {
        padding-bottom: 23px;
    }
    
    #main .recrut .sec02 h2 {
        margin-bottom: 12px;
    }
    
    #main .recrut .sec02 .text {
        padding: 0 20px 10px;
        width: auto;
        font-size: 1.4rem;
    }
    
    #main .recrut .sec02 .listUl {
        margin: 0;
        padding: 0 0 9px;
        width: auto;
        text-align: center;
    }
    
    #main .recrut .sec02 .listUl li {
        margin: 0 8px -8px;
        width: 100px;
        height: 100px;
        border: 5px solid #FF0000;
        float: none;
        display: inline-block;
    }
    
    #main .recrut .sec02 .listUl li span span {
        font-size: 1.4rem;
        line-height: 1.23;
    }
    
    #main .recrut .sec02 .ttl {
        margin-bottom: 18px;
        font-size: 2.3rem;
    }
    
    #main .recrut .sec02 .gray {
        width: auto;
    }
    
    #main .recrut .sec02 .gray li {
        margin: 0 1.2% 18px;
        padding: 0 0 3px;
        width: 47%;
        float: left;
        border-radius: 4px;
        font-size: 2.0rem;
    }
    
    #main .recrut .sec02 .gray li:last-child {
        margin: 0 auto;
        width: 84%;
        float: none;
    }
    
    #main .recrut .sec03 {
        padding-bottom: 10px;
    }
    
    #main .recrut .sec03 h2 {
        margin-bottom: 26px;
    }
    
    #main .recrut .sec03 ul {
        margin-bottom: 0;
        width: auto;
        padding: 0;
    }
    
    #main .recrut .sec03 ul li {
        margin: 0 0 26px;
        width: auto;
        float: none;
    }
    
    #main .recrut .sec03 ul li .imgBox {
        width: 73%;
        margin: 0 auto 12px;
    }
    
    #main .recrut .sec03 ul li .imgBox .photoBox {
        width: 50%;
        text-align: right;
    }
    
    #main .recrut .sec03 ul li .imgBox .photoBox img {
        width: 138px;
    }
    
    #main .recrut .sec03 ul li .imgBox .textBox {
        padding: 0 0 0 8px;
        width: 50%;
    }
    
    #main .recrut .sec03 ul li .imgBox .textBox p {
        margin-right: 0;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    
    #main .recrut .sec03 ul li .imgBox .textBox p span {
        margin-bottom: 7px;
        font-size: 2.4rem;
        line-height: 1;
    }
    
    #main .recrut .sec03 ul li .btn {
        margin: 0 auto;
        width: 136px;
    }
    
    #main .recrut .sec03 ul li .btn a {
        padding: 8px 5px 11px;
        font-size: 1.5rem;
        border-radius: 0;
    }
    
    #main .recrut .sec03 .photo {
		display: none;
    }
    
}

@media all and (min-width: 320px) and (max-width: 345px) {
    #main .recrut .sec02 .listUl li {
        margin-bottom: 8px;
    }
	
	#main .recrut .sec02 .gray li {
		font-size: 1.8rem;
	}
}

@media all and (min-width: 320px) and (max-width: 370px) {
	#main .recrut .sec01 .listUl li ul {
		margin-top: 0;
	}
	
	#main .recrut .sec01 &gt; .listUl &gt; li &gt; .text .img02 {
		left: -103px;
		top: -11px;
		width: 100px;
	}
	
	#main .recrut .sec01 .imgBox .photoBox {
		width: 46%;
	}
	
	#main .recrut .sec01 .imgBox .textBox {
		width: 47%;
	}
	
}

/*------------------------------------------------------------
	kojinmuke
------------------------------------------------------------*/
#main .kojinmuke .mainImg {
	padding: 81px 0;
	min-height: 518px;
	background: url("img/kojinmuke/main_img.jpg") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}

#main .kojinmuke .mainImg .inner {
	max-width: 1532px;
	margin: 0 auto;
	position: relative;
}

#main .kojinmuke .mainImg .inner h2 {
	padding: 15px 20px 15px 28px;
	width: 375px;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.36;
	background-color: #CD0077;
	box-sizing: border-box;
}

#main .kojinmuke .mainImg .inner p {
	padding: 12px 0 14px;
	margin-right: -390px;
	width: 285px;
	position: absolute;
	top: 145px;
	right: 50%;
	color: #fff;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	background-color: #000;
}

#main .kojinmuke .topTxt {
	padding: 45px 0;
	text-align: center;
	font-weight: 700;
	font-size: 6.2rem;
	background-color: #fff;
}

#main .kojinmuke .topTxt span {
	margin-top: -8px;
	display: block;
	color: #E50012;
	font-size: 5rem;
	font-weight: 700;
}

#main .kojinmuke .topBox {
	width: 988px;
	margin: 0 auto;
	padding: 75px 0 65px;
}

#main .kojinmuke .topBox .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 100px;
}

#main .kojinmuke .topBox .rows .list {
	-webkit-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 306px;
}

#main .kojinmuke .topBox .rows .list a {
	display: block;
}

#main .kojinmuke .topBox .rows .list .title {
	text-align: center;
	font-size: 15px;
}

#main .kojinmuke .topBox .rows .list .col {
	position: relative;
	margin-top: 5px;
	padding: 20px 20px 30px 20px;
	background-color: #fff;
	border-radius: 7px;
}

#main .kojinmuke .topBox .rows .list .col:after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 36px;
	display: block;
	width: 24px;
	height: 24px;
	background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
	background-size: 24px 24px;
}

#main .kojinmuke .topBox .rows .list .col .text {
	margin-top: 10px;
	height: 56px;
	line-height: 1.4;
	font-size: 24px;
}

#main .kojinmuke .topBox .txt {
    margin-bottom: 47px;
    text-align: center;
    font-weight: 500;
    font-size: 2.15rem;
}

#main .kojinmuke .topBox .txt .ttlSpan {
    border-bottom: 3px solid #000;
}

#main .kojinmuke .topBox .txt .link01 {
    margin: 0 5px 0 40px;
    display: inline-block;
    vertical-align: middle;
    width: 56px;
}

#main .kojinmuke .topBox .txt .link02 {
    margin: 0 10px;
    width: 153px;
    display: inline-block;
    vertical-align: middle;
}

#main .kojinmuke .topBox .txt a:hover img {
    opacity: 0.7;
}

#main .kojinmuke .topBox .textImg {
	margin: 0 -17px 0 -23px;
	text-align: center;
}

#main .kojinmuke .topBox .textImg img {
	width: 1024px;
}

#main .kojinmuke h3 {
	text-align: center;
	color: #fff;
	font-size: 5.1rem;
	padding: 13px 0 14px;
	font-weight: 500;
	background-color: #000;
}

#main .kojinmuke .sec01 {
	padding-bottom: 75px;
}

#main .kojinmuke .sec01 .whiteBox {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #fff;
}

#main .kojinmuke .sec01 .imgBox {
	padding: 73px 55px 22px;
}

#main .kojinmuke .sec01 .imgBox .img {
	float: left;
	width: 401px;
}

#main .kojinmuke .sec01 .imgBox .textBox {
	margin-top: -23px;
	width: 448px;
	float: right;
}

#main .kojinmuke .sec01 .textBox .ttl {
	margin-bottom: -2px;
	color: #E50012;
	font-size: 4.9rem;
	font-weight: 700;
}

#main .kojinmuke .sec01 .textBox .ttl span {
	display: block;
	font-size: 7.2rem;
	margin-top: -21px;
}

#main .kojinmuke .sec01 .textBox .txt01 {
	font-weight: 700;
	font-size: 2.3rem;
	margin: 0 0 18px 15px;
}

#main .kojinmuke .sec01 .textBox ul {
	margin: 0 -15px 27px 9px;
}

#main .kojinmuke .sec01 .textBox li {
	width: 143px;
    border: 10px solid #FF1D21;
    height: 143px;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.31;
    display: table;
	float: left;
}

#main .kojinmuke .sec01 .textBox li:not(:last-child) {
	margin-right: 12px;
}

#main .kojinmuke .sec01 .textBox li span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

#main .kojinmuke .sec01 .textBox .txt02 {
	font-weight: 700;
	font-size: 2.3rem;
	margin: 0 -56px 18px -12px;
}

#main .kojinmuke .sec01 .imgSub {
	margin-bottom: 36px;
	text-align: center;
}

#main .kojinmuke .sec01 .imgSub img {
	width: 915px;
}

#main .kojinmuke .sec01 .textImg {
	text-align: center;
}

#main .kojinmuke .sec01 .textImg img {
	width: 906px;
}

#main .kojinmuke .btmLink {
	margin: 35px 49px 0 0;
	text-align: center;
}

#main .kojinmuke .btmLink img {
	width: 909px;
}

#main .kojinmuke .sec02 {
	padding-bottom: 82px;
}

#main .kojinmuke .sec02 .whiteBox {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 46px;
	background-color: #fff;
}

#main .kojinmuke .sec02 .imgBox {
	padding: 75px 70px 38px;
}

#main .kojinmuke .sec02 .imgBox .photo {
	float: left;
	width: 400px;
}

#main .kojinmuke .sec02 .imgBox .textBox {
	width: 421px;
	float: right;
}

#main .kojinmuke .sec02 .textBox .ttl {
	margin-bottom: 14px;
	color: #E50012;
	font-size: 3.6rem;
	font-weight: 700;
}

#main .kojinmuke .sec02 .textBox .ttl span {
	display: block;
	font-size: 6.9rem;
	margin-top: 3px;
	line-height: 1.05;
}

#main .kojinmuke .sec02 .textBox ul {
	margin: 0px -31px 27px -2px;
}

#main .kojinmuke .sec02 .textBox li {
	width: 143px;
    border: 10px solid #FF1D21;
    height: 143px;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.31;
    display: table;
	float: left;
}

#main .kojinmuke .sec02 .textBox li:not(:last-child) {
	margin-right: 12px;
}

#main .kojinmuke .sec02 .textBox li span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

#main .kojinmuke .sec02 .imgSub {
	padding: 0 95px 18px;
}

#main .kojinmuke .sec02 .imgSub .img {
	margin: -58px 59px 0 0;
	float: right;
	width: 277px;
}

#main .kojinmuke .sec02 .imgSub .txtBox {
	float: left;
	width: 425px;
}

#main .kojinmuke .sec02 .imgSub .txtBox p {
	font-weight: 700;
	line-height: 1.64;
	font-size: 2.5rem;
}

#main .kojinmuke .sec02 .txtSub {
	padding: 0 83px;
}

#main .kojinmuke .sec02 .txtSub .lBox {
	float: left;
	width: 416px;
}

#main .kojinmuke .sec02 .txtSub .lBox p {
	font-weight: 500;
	margin: 0 0 3px 5px;
	font-size: 2.3rem;
}

#main .kojinmuke .sec02 .txtSub .rBox {
	float: right;
    width: 399px;
    margin: 40px -31px 0 0;
}

#main .kojinmuke .sec02 .txtSub .rBox p {
	line-height: 1.52;
	font-size: 1.7rem;
}

#main .kojinmuke .sec02 .txtSub .rBox .title {
	margin-bottom: 12px;
	padding: 11px 0 9px;
	text-align: center;
	font-size: 2.7rem;
	font-weight: 500;
	line-height: 1.5;
	background-color: #FDD33A;
}

#main .kojinmuke .sec02 .textImg {
	margin-top: 39px;
	text-align: center;
}

#main .kojinmuke .sec02 .textImg img {
	width: 906px;
}

#main .kojinmuke .sec02 .btmLink {
	margin: 42px 6px 0 0;
}

#main .kojinmuke .sec02 .btmLink img {
	width: 864px;
}

#main .kojinmuke .sec03 {
	padding-bottom: 98px;
}

#main .kojinmuke .sec03 .whiteBox {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 53px;
	background-color: #fff;
}

#main .kojinmuke .sec03 .imgBox {
	padding: 101px 47px 21px;
}

#main .kojinmuke .sec03 .imgBox .photo {
	float: left;
	width: 290px;
}

#main .kojinmuke .sec03 .imgBox .textBox {
	width: 573px;
	float: right;
	margin-top: -17px;
}

#main .kojinmuke .sec03 .textBox .ttl {
	margin: 0 -36px 15px 0;
	color: #E50012;
	font-size: 3.6rem;
	font-weight: 700;
}

#main .kojinmuke .sec03 .textBox .ttl span {
	display: block;
	font-size: 5.6rem;
	margin-top: -3px;
	line-height: 1.05;
}

#main .kojinmuke .sec03 .textBox .ttl span span {
	font-size: 2.5rem;
	display: inline-block;
}

#main .kojinmuke .sec03 .textBox .txt {
	padding: 10px 0 16px;
	font-weight: 700;
	line-height: 1.28;
	text-align: center;
	border: 10px solid #FF1D21;
	font-size: 2.3rem;
	margin: 0 29px 0 -1px;
}

#main .kojinmuke .sec03 .imgUl {
	margin: 0 51px 43px 72px;
}

#main .kojinmuke .sec03 .imgUl li {
	float: left;
	width: 272px;
	text-align: center;
}

#main .kojinmuke .sec03 .imgUl li:not(:last-child) {
	margin-right: 30px;
}

#main .kojinmuke .sec03 .imgUl li p {
	font-weight: 700;
	margin-top: 23px;
	font-size: 3rem;
	margin-right: 10px;
}

#main .kojinmuke .sec03 .imgUl li p span {
	padding: 10px 0 12px;
	width: 180px;
	margin: 0 auto 2px;
	text-align: center;
	border: 8px solid #FF1D21;
	display: block;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
}

#main .kojinmuke .sec03 .photoBox {
	padding: 0 59px 0 222px;
	position: relative;
}

#main .kojinmuke .sec03 .photoBox .lBox {
	float: left;
	width: 356px;
}

#main .kojinmuke .sec03 .photoBox .lBox p {
	font-weight: 500;
    font-size: 2.4rem;
    margin-top: 8px;
}

#main .kojinmuke .sec03 .photoBox .lBox p span {
	margin-top: -8px;
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
	color: #E50012;
}

#main .kojinmuke .sec03 .photoBox .rBox {
	float: right;
	width: 333px;
}

#main .kojinmuke .sec03 .photoBox .rBox p {
	line-height: 1.625;
	font-size: 1.6rem;
	margin: 14px -10px 0 0;
}

#main .kojinmuke .sec03 .photoBox .imgTxt {
	position: absolute;
	left: 52px;
	top: 30px;
	width: 143px;
    border: 10px solid #FF1D21;
    height: 143px;
    box-sizing: border-box;
    border-radius: 100px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.31;
    display: table;
}

#main .kojinmuke .sec03 .photoBox .imgTxt span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .kojinmuke .sec03 .textImg {
	margin-top: 40px;
	text-align: center;
}

#main .kojinmuke .sec03 .textImg img {
	width: 906px;
}

@media all and (max-width: 767px) {
	#main .kojinmuke .mainImg {
		margin-top: 0;
		padding: 44px 36px;
		min-height: 280px;
		background: url("img/kojinmuke/sp_main_img.jpg") no-repeat center center;
		background-size: cover;
	}

	#main .kojinmuke .mainImg .inner {
		max-width: inherit;
	}

	#main .kojinmuke .mainImg .inner h2 {
		padding: 7px 5px 5px 13px;
		width: 182px;
		font-size: 2rem;
	}

	#main .kojinmuke .mainImg .inner p {
		display: none;
	}

	#main .kojinmuke .topTxt {
		padding: 6px 0 13px;
		font-size: 2.9rem;
		line-height: 1.25;
	}

	#main .kojinmuke .topTxt span {
		margin-top: 3px;
		font-size: 2.4rem;
		font-weight: 900;
	}

	#main .kojinmuke .topBox {
		width: auto;
		margin: 0 auto;
		padding: 0 0 50px;
	}

	#main .kojinmuke .topBox .rows {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
		padding: 0 17px;
	}
	
	#main .kojinmuke .topBox .rows .list {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	
	#main .kojinmuke .topBox .rows .list .col:after {
		content: "";
		position: absolute;
		right: 10px;
		bottom: 50%;
		margin-bottom: -12px;
		width: 24px;
		height: 24px;
		background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
		background-size: 24px 24px;
	}
	
	#main .kojinmuke .topBox .rows .list .title {
		font-size: 16px;
	}
	
	#main .kojinmuke .topBox .rows .list .col {
		display: -webkit-flex;
		display: flex;
		margin-top: 5px;
		padding: 15px;
	}
	
	#main .kojinmuke .topBox .rows .list .col .img {
		-webkit-flex: 0 0 100px;
		flex: 0 0 100px;
		max-width: 100px;
	}
	
	#main .kojinmuke .topBox .rows .list .col .text {
		display: -webkit-flex;
		display: flex;
		-webkit-flex: 1;
		flex: 1;
		-webkit-align-items: center;
		align-items: center;
		margin-top: 0;
		padding-left: 10px;
		height: 67px;
		line-height: 1.3;
		font-size: 18px;
	}

	#main .kojinmuke .topBox .txt {
        margin-bottom: 0;
        font-size: 2.5rem;
    }

    #main .kojinmuke .topBox .txt .ttlSpan {
        width: 260px;
        margin: 0 auto 17px;
        display: block;
        border-bottom: 4px solid #000;
    }

    #main .kojinmuke .topBox .txt .link01 {
        margin: 0 9px 0 19px;
        width: 63px;
    }

    #main .kojinmuke .topBox .txt .link02 {
        width: 184px;
    }

	#main .kojinmuke .topBox .textImg {
		margin: 0 17px 0 28px;
	}

	#main .kojinmuke .topBox .textImg img {
		width: 100%;
	}

	#main .kojinmuke h3 {
		display: none;
	}

	#main .kojinmuke .sec01 {
		padding: 0 17px 29px;
	}

	#main .kojinmuke .sec01 .whiteBox {
		width: auto;
		padding: 3px 0 15px;
	}

	#main .kojinmuke .sec01 .imgBox {
		padding: 0 0 34px;
	}

	#main .kojinmuke .sec01 .imgBox .img {
		display: none;
	}

	#main .kojinmuke .sec01 .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}

	#main .kojinmuke .sec01 .textBox .ttl {
		margin-bottom: -2px;
		font-size: 3.5rem;
		text-align: center;
		font-weight: 900;
	}

	#main .kojinmuke .sec01 .textBox .ttl span {
		font-size: 5.1rem;
		margin-top: -17px;
		font-weight: 900;
	}

	#main .kojinmuke .sec01 .textBox .txt01 {
		font-size: 1.7rem;
		text-align: center;
		margin: 0 0 4px;
	}

	#main .kojinmuke .sec01 .textBox ul {
		margin: 0 0 29px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	#main .kojinmuke .sec01 .textBox li {
		margin: 0 6px !important;
		width: 100px;
		border: 5px solid #FF1D21;
		height: 100px;
		font-size: 1.7rem;
		float: none;
	}

	#main .kojinmuke .sec01 .textBox .txt02 {
		font-weight: 700;
		font-size: 1.7rem;
		position: relative;
		margin: 0 11px;
		line-height: 1.54;
	}
	
	#main .kojinmuke .sec01 .textBox .txt02 img {
		position: absolute;
		right: -1px;
		top: -28px;
		width: 119px;
	}
	
	#main .kojinmuke .sec01 .textBox .txt02 span {
		position: relative;
		z-index: 1;
		letter-spacing: -1.5px;
	}

	#main .kojinmuke .sec01 .imgSub {
		margin: 0 34px 22px;
	}

	#main .kojinmuke .sec01 .imgSub img {
		width: 100%;
	}

	#main .kojinmuke .sec01 .textImg {
		margin: 0 7px 0 11px;
	}

	#main .kojinmuke .sec01 .textImg img {
		width: 100%;
	}

	#main .kojinmuke .btmLink {
		display: none;
	}
	
	#main .kojinmuke .comContact {
		padding-bottom: 4px;
		background-color: #fff;
	}
	
	#main .kojinmuke .comContact .ttl {
		margin: 0 -17px;
		padding: 2px 0 3px;
		font-size: 1.9rem;
	}
	
	#main .kojinmuke .comContact dl {
		margin: 5px 19px 0;
	}
	
	#main .kojinmuke .comContact .txt {
		margin-top: -15px;
	}

	#main .kojinmuke .sec02 {
		padding: 0 17px 23px;
	}

	#main .kojinmuke .sec02 .whiteBox {
		width: auto;
		padding: 4px 0 15px;
	}

	#main .kojinmuke .sec02 .imgBox {
		padding: 0;
	}

	#main .kojinmuke .sec02 .imgBox .photo {
		float: none;
		width: 67%;
		margin: 0 auto;
	}
	
	#main .kojinmuke .sec02 .imgBox .photo img {
		width: 100%;
	}

	#main .kojinmuke .sec02 .imgBox .textBox {
		width: auto;
		float: none;
	}

	#main .kojinmuke .sec02 .textBox .ttl {
		margin-bottom: 8px;
		font-size: 2.5rem;
		text-align: center;
	}

	#main .kojinmuke .sec02 .textBox .ttl span {
		font-size: 5rem;
		margin-top: 0;
		line-height: 1.05;
		font-weight: 700;
	}

	#main .kojinmuke .sec02 .textBox ul {
		margin: 0 0 16px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	#main .kojinmuke .sec02 .textBox ul li {
		margin: 0 6px !important;
		width: 100px;
		border: 5px solid #FF1D21;
		height: 100px;
		font-size: 1.7rem;
		float: none;
	}

	#main .kojinmuke .sec02 .imgSub {
		padding: 0 0 7px;
	}

	#main .kojinmuke .sec02 .imgSub .img {
		display: none;
	}

	#main .kojinmuke .sec02 .imgSub .txtBox {
		margin: 12px 20px 0 33px;
		float: none;
		width: auto;
	}

	#main .kojinmuke .sec02 .imgSub .txtBox p {
		font-size: 1.7rem;
	}

	#main .kojinmuke .sec02 .txtSub {
		padding: 0 0 18px;
	}

	#main .kojinmuke .sec02 .txtSub .lBox {
		margin: 0 27px 15px;
		float: none;
		width: auto;
	}

	#main .kojinmuke .sec02 .txtSub .lBox p {
		margin: 0 0 5px 3px;
		font-size: 1.6rem;
	}

	#main .kojinmuke .sec02 .txtSub .rBox {
		float: none;
		width: auto;
		margin: 0 30px;
	}

	#main .kojinmuke .sec02 .txtSub .rBox p {
		line-height: 1.52;
		font-size: 1.5rem;
	}

	#main .kojinmuke .sec02 .txtSub .rBox .title {
		margin-bottom: 7px;
		padding: 8px 0 5px;
		font-size: 2rem;
		line-height: 1.5;
	}

	#main .kojinmuke .sec02 .textImg {
		margin: 0 7px 0 11px;
	}

	#main .kojinmuke .sec02 .textImg img {
		width: 100%;
	}

	#main .kojinmuke .sec03 {
		padding: 0 17px 44px;
	}

	#main .kojinmuke .sec03 .whiteBox {
		width: auto;
		padding: 5px 0 15px;
	}

	#main .kojinmuke .sec03 .imgBox {
		padding: 0 0 12px;
	}

	#main .kojinmuke .sec03 .imgBox .photo {
		display: none;
	}

	#main .kojinmuke .sec03 .imgBox .textBox {
		width: auto;
		float: none;
		margin-top: 0;
	}

	#main .kojinmuke .sec03 .textBox .ttl {
		margin: 0 0 11px;
		font-size: 2.5rem;
		text-align: center;
	}

	#main .kojinmuke .sec03 .textBox .ttl span {
		font-size: 4rem;
		margin-top: -2px;
		font-weight: 900;
	}

	#main .kojinmuke .sec03 .textBox .ttl span span {
		font-size: 2.1rem;
	}

	#main .kojinmuke .sec03 .textBox .txt {
		padding: 5px 0 6px;
		line-height: 1.31;
		border: 5px solid #FF1D21;
		font-size: 1.6rem;
		margin: 0 12px;
	}

	#main .kojinmuke .sec03 .imgUl {
		margin: 0 10px 30px;
	}

	#main .kojinmuke .sec03 .imgUl li {
		float: none;
		width: auto;
		overflow: hidden;
	}
	
	#main .kojinmuke .sec03 .imgUl li .img {
		float: left;
		width: 54.7%;
	}
	
	#main .kojinmuke .sec03 .imgUl li .img img {
		width: 100%;
	}

	#main .kojinmuke .sec03 .imgUl li:not(:last-child) {
		margin: 0 0 18px;
	}

	#main .kojinmuke .sec03 .imgUl li p {
		margin-top: 31px;
		float: right;
		width: 42.2%;
		font-size: 2rem;
		margin-right: 0;
	}

	#main .kojinmuke .sec03 .imgUl li p span {
		padding: 9px 0 10px;
		width: 100%;
		margin: 0 auto 2px;
		border: 4px solid #FF1D21;
		font-size: 2rem;
		box-sizing: border-box;
	}

	#main .kojinmuke .sec03 .photoBox {
		padding: 0 0 24px;
	}

	#main .kojinmuke .sec03 .photoBox .lBox {
		margin: 0 50px;
		float: none;
		width: auto;
	}
	
	#main .kojinmuke .sec03 .photoBox .lBox img,
	#main .kojinmuke .sec03 .photoBox .rBox img {
		width: 100%;
	}

	#main .kojinmuke .sec03 .photoBox .lBox p {
		font-size: 1.7rem;
	    margin-top: 2px;
	}

	#main .kojinmuke .sec03 .photoBox .lBox p span {
		margin-top: -4px;
		font-size: 1.8rem;
	}

	#main .kojinmuke .sec03 .photoBox .rBox {
		margin: 13px 50px 0;
		float: none;
		width: auto;
	}
	
	#main .kojinmuke .sec03 .photoBox .rBox .map {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}


	#main .kojinmuke .sec03 .photoBox .rBox .map iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#main .kojinmuke .sec03 .photoBox .rBox p {
		line-height: 1.625;
		font-size: 1.2rem;
		margin: 3px -10px 0 0;
	}

	#main .kojinmuke .sec03 .photoBox .imgTxt {
		position: static;
		width: 215px;
		margin: 0 auto 17px;
		padding: 5px 0 7px;
		border: none;
		height: inherit;
		border-radius: 3px;
		font-size: 2.2rem;
		display: inherit;
		color: #fff;
		background-color: #000;
	}

	#main .kojinmuke .sec03 .photoBox .imgTxt span {
		display: block;
	}

	#main .kojinmuke .sec03 .textImg {
		margin: 0 7px 0 11px;
	}

	#main .kojinmuke .sec03 .textImg img {
		width: 100%;
	}
	
	#main .kojinmuke .comContact dl dd {
		letter-spacing: -1.5px;
	}

}

@media all and (max-width: 379px) {
	#main .kojinmuke .topBox li .whiteBox p {
		font-size: 2.5rem;
		font-weight: 900;
		line-height: 1.3;
	}
}

@media all and (max-width: 350px) {
	#main .kojinmuke .comContact dl {
		margin: 5px 0 0;
	}
	
	#main .kojinmuke .comContact dl dd {
		font-size: 3.8rem;
	}
	
	#main .kojinmuke .sec02 .textBox .ttl span {
		font-size: 4.7rem;
	}
	
	#main .kojinmuke .comContact .txt {
		width: 290px;
	}
}

/*------------------------------------------------------------
	recycle
------------------------------------------------------------*/
#main .recycle #conts {
    padding: 0 0 178px;
}

#main .recycle h2 {
    margin-bottom: 56px;
    padding: 15px 0 0 120px;
    min-height: 106px;
    font-size: 5rem;
    font-weight: 700;
    color: #000;
    background: url("img/kigyoumuke/recycle/icon01.png") no-repeat left center;
    background-size: 105px auto;
    box-sizing: border-box;
}

#main .recycle .topTxt {
    margin-bottom: 23px;
    font-size: 3.2rem;
    text-align: center;
}

#main .recycle h3 {
    padding: 12px 10px 11px;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    background: #000;
}

#main .recycle .whiteBox {
    padding: 47px 29px 66px 34px;
    background: #fff;
}

#main .recycle .whiteBox .photoUl {
    margin-bottom: 31px;
}

#main .recycle .whiteBox .photoUl li {
    float: left;
    width: 316px;
    font-size: 3.3rem;
    text-align: center;
}

#main .recycle .whiteBox .photoUl li:nth-child(2n) {
    float: right;
}

#main .recycle .whiteBox .photoUl li span {
    display: block;
    margin-top: 3px;
}

#main .recycle .whiteBox .contactBox {
    margin: 0 0 0 6px;
    text-align: center;
}

#main .recycle .whiteBox .contactBox .grayTtl {
    margin-bottom: 18px;
    padding: 5px 5px 10px;
    color: #fff;
    font-size: 3rem;
    background: #808080;
}

#main .recycle .whiteBox .contactBox .txt {
    margin-bottom: 31px;
    font-size: 3rem;
}

#main .recycle .whiteBox .contactBox .tel {
    margin-bottom: 14px;
}

#main .recycle .whiteBox .contactBox .tel img {
    width: 629px;
}

#main .recycle .whiteBox .contactBox .fax {
    margin: 0 86px 11px 0;
}

#main .recycle .whiteBox .contactBox .fax img {
    width: 387px;
}

#main .recycle .whiteBox .contactBox p {
    font-size: 1.6rem;
}

#main .recycle .yellowTxt {
    margin: 35px 0 20px;
    text-align: center;
}

#main .recycle .yellowTxt span {
    padding: 1px 42px 4px;
    display: inline-block;
    font-size: 3.3rem;
    background: #FFE700;
    border-radius: 40px;
}

#main .recycle .arrow {
    margin-bottom: 32px;
    text-align: center;
}

#main .recycle .arrow img {
    width: 36px;
}

#main .recycle .bigPhoto {
    margin: 0 4px 38px 7px;
}

#main .recycle .bigPhoto span {
    margin-top: 3px;
    display: block;
    font-size: 2.4rem;
}

#main .recycle .mapUl {
    margin: 0 9px 0 5px;
}

#main .recycle .mapUl li {
    float: left;
    width: 294px;
}

#main .recycle .mapUl li:nth-child(2n) {
    float: right;
}

#main .recycle .mapUl li .map {
    margin: 27px 0 5px;
    position: relative;
    padding-bottom: 64%;
}

#main .recycle .mapUl li .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main .recycle .mapUl li p {
    font-size: 1.3rem;
    line-height: 1.55;
}

#main .recycle .mapUl li p span {
    margin-bottom: 2px;
    display: block;
    font-size: 2.5rem;
}

#main .recycle .whiteBox01 {
    padding: 32px 29px 39px 34px;
}

#main .recycle .whiteBox .bgTxt {
    margin-bottom: 21px;
    text-align: center;
}

#main .recycle .whiteBox .bgTxt span {
    padding-bottom: 1px;
    display: inline-block;
    font-size: 3.7rem;
    border-bottom: 14px solid #F7931E;
}

#main .recycle .whiteBox01 .arrow {
    margin-bottom: 2px;
}

#main .recycle .whiteBox .redTxt {
    margin-bottom: 17px;
    text-align: center;
    font-size: 2rem;
}

#main .recycle .whiteBox .redTxt span {
    color: #ED1C24;
    font-size: 3.6rem;
}

#main .recycle .whiteBox01 .contactBox .grayTtl {
    padding: 11px 5px 12px;
    font-size: 3rem;
    margin-bottom: 26px;
}

@media all and (max-width: 767px) {
    
    #main .recycle {
        margin-top: 20px;
    }

    #main .recycle #conts {
        padding-bottom: 28px;
    }
    
    #main .recycle h2 {
        margin: 0 0 75px 30px;
        padding: 6px 0 0 56px;
        min-height: 53px;
        font-size: 2.45rem;
        background-size: 53px auto;
    }

    #main .recycle .topTxt {
        display: none;
    }

    #main .recycle .inner {
        margin: 0 24px 85px;
        position: relative;
    }
 
    #main .recycle .inner01 {
        margin-bottom: 0;
    }
    
    #main .recycle h3 {
        padding: 14px 5px 18px;
        font-size: 1.8rem;
        position: absolute;
        width: 168px;
        top: -53px;
        left: 18px;
        box-sizing: border-box;
    }

    #main .recycle .whiteBox {
        padding: 57px 27px 18px 27px;
    }

    #main .recycle .whiteBox .photoUl {
        margin-bottom: 3px;
    }

    #main .recycle .whiteBox .photoUl li {
        float: none !important;
        width: auto;
        font-size: 2rem;
    }

    #main .recycle .whiteBox .photoUl li:not(:last-child) {
        margin-bottom: 8px;
    }

    #main .recycle .whiteBox .photoUl li span {
        margin-top: 0;
    }

    #main .recycle .whiteBox .contactBox {
        margin: 0 -27px;
    }

    #main .recycle .whiteBox .contactBox .grayTtl {
        margin: 0 0 11px;
        padding: 7px 5px 10px;
        font-size: 2.4rem;
        line-height: 1.3;
    }

    #main .recycle .whiteBox .contactBox .txt {
        margin: 0 2px 10px;
        font-size: 1.7rem;
        line-height: 1.5;
    }

    #main .recycle .whiteBox .contactBox .tel {
        margin: 0 15px 17px 6px;
    }

    #main .recycle .whiteBox .contactBox .tel img {
        width: 100%;
    }

    #main .recycle .whiteBox .contactBox .fax {
        margin: 0 15px 10px 6px;
    }

    #main .recycle .whiteBox .contactBox .fax img {
        width: 100%;
    }

    #main .recycle .whiteBox .contactBox p {
        margin: 0 12px;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    #main .recycle .yellowTxt {
        margin: 24px -14px 13px;
    }

    #main .recycle .yellowTxt span {
        padding: 1px 5px 4px;
        font-size: 2.3rem;
        display: block;
        border-radius: 4px;
    }

    #main .recycle .arrow {
        margin-bottom: 17px;
    }

    #main .recycle .arrow img {
        width: 25px;
    }

    #main .recycle .bigPhoto {
        margin: 0 -51px 20px;
    }

    #main .recycle .bigPhoto img {
        width: 100%;
    }
    
    #main .recycle .bigPhoto span {
        margin: 8px 24px 0;
        text-align: center;
        font-size: 1.7rem;
    }

    #main .recycle .mapUl {
        margin: 0 -10px 0;
    }

    #main .recycle .mapUl li {
        float: none !important;
        width: auto;
    }

    #main .recycle .mapUl li img {
        width: 100%;
    }
    
    #main .recycle .mapUl li:not(:last-child) {
        margin-bottom: 28px;
    }

    #main .recycle .mapUl li .map {
        margin: 10px 0 1px;
        padding-bottom: 53.14%;
    }

    #main .recycle .mapUl li p {
        font-size: 1.35rem;
        line-height: 1.45;
    }

    #main .recycle .mapUl li p span {
        margin-bottom: -2px;
        font-size: 1.9rem;
    }

    #main .recycle .whiteBox01 {
        padding: 67px 3px 21px;
    }

    #main .recycle .inner01 h3 {
        left: auto;
        top: -45px;
        right: 27px;
    }

    #main .recycle .whiteBox .bgTxt {
        margin-bottom: 16px;
    }

    #main .recycle .whiteBox .bgTxt span {
        padding-bottom: 3px;
        font-size: 2.5rem;
        border-bottom: 10px solid #F7931E;
    }

    #main .recycle .whiteBox01 .arrow {
        margin-bottom: 2px;
    }

    #main .recycle .whiteBox .redTxt {
        margin-bottom: 17px;
        font-size: 1.45rem;
    }

    #main .recycle .whiteBox .redTxt span {
        font-size: 2.5rem;
    }

    #main .recycle .whiteBox01 .contactBox .grayTtl {
        padding: 9px 5px;
        margin: 0 -27px;
        font-size: 1.95rem;
        margin-bottom: 26px;
    }

    #main .recycle .whiteBox01 .contactBox {
        margin: 0;
    }

    #main .recycle .whiteBox01 .contactBox p {
        margin-left: 5px;
        margin-right: 5px;
    }
    
}

/*------------------------------------------------------------
	koujyo.html
------------------------------------------------------------*/
#main .koujyo {
	padding-bottom: 107px;
}

#main .koujyo #conts {
    padding: 0;
    margin-top: -8px;
}

#main .koujyo .headLine02 {
    margin-bottom: 44px;
    line-height: 1.2;
    padding: 0 0 0 132px;
    background-image: url("img/kigyoumuke/koujyo/icon01.png");
}

#main .koujyo .topImg {
    margin: 0 0 65px 2px;
}

#main .koujyo h3 {
    margin: 0 0 27px 3px;
    padding-left: 20px;
    font-size: 3.9rem;
    line-height: 1.45;
	font-weight: 700;
    border-left: 17px solid #231815;
}

#main .koujyo .h3Ttl {
    margin: 0 0 27px 3px;
    padding-left: 20px;
    font-size: 2.4rem;
    line-height: 1.45;
    border-left: 17px solid #231815;
}

#main .koujyo .stepBox {
    margin-bottom: 33px;
    padding: 15px 20px 30px;
    background: #fff;
}

#main .koujyo .stepBox .ttl {
    margin-bottom: 15px;
    font-size: 2.3rem;
}

#main .koujyo .whiteBox {
    margin-bottom: 56px;
    padding: 34px 43px 30px 35px;
    background: #fff;
}

#main .koujyo .whiteBox .photo {
    margin-bottom: 22px;
}

#main .koujyo .whiteBox p {
    font-size: 1.7rem;
    line-height: 1.98;
}

#main .koujyo .whiteBox p:not(:last-child) {
    margin-bottom: 45px;
}

#main .koujyo .whiteBox p span {
    font-weight: 700;
}

#main .koujyo .txtUl &gt; li {
    display: table;
    width: 100%;
}

#main .koujyo .txtUl &gt; li:not(:last-child) {
     border-bottom: 2px solid #281E1C;
}

#main .koujyo .txtUl &gt; li &gt; div {
    padding: 24px 0 23px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}

#main .koujyo .txtUl &gt; li .lBox {
    padding-top: 21px;
    width: 192px;
    background-color: #E5E5E5;
}

#main .koujyo .txtUl &gt; li .lBox p {
    width: 131px;
    margin: 0 auto;
    height: 131px;
    font-weight: 500;
    line-height: 1.32;
    font-size: 2.4rem;
    background-color: #fff;
    border: 9px solid #000;
    border-radius: 100px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#main .koujyo .txtUl &gt; li .lBox p span span {
    display: block;
    font-size: 1.7rem;
}

#main .koujyo .txtUl &gt; li .rBox {
    padding: 19px 15px 6px 22px;
    background-color: #fff;
}

#main .koujyo .txtUl &gt; li .rBox .ttl {
    margin-bottom: 9px;
    color: #231815;
    font-weight: 700;
    font-size: 2.4rem;
}

#main .koujyo .txtUl &gt; li .rBox ul {
	margin-bottom: 15px;
    overflow: hidden;
}

#main .koujyo .txtUl &gt; li .rBox li {
    font-size: 1.7rem;
    padding: 0 17px;
    line-height: 1.7;
    float: left;
    min-width: 107px;
    box-sizing: border-box;
    background: url("img/kigyoumuke/office/icon03.png") no-repeat left top 8px;
    background-size: 15px auto;
}

#main .koujyo .txtUl &gt; li .rBox li.wid01 {
    min-width: 161px;
}

#main .koujyo .txtUl &gt; li .rBox li.wid02 {
	margin-right: -45px;
}

#main .koujyo .txtUl &gt; li .rBox li.wid03 {
    width: 100%;
}

#main .koujyo .txtUl &gt; li .rBox li.wid04 {
    min-width: 68px;
}

#main .koujyo .txtUl &gt; li .rBox .borTxt {
    font-weight: 700;
	font-size: 2.35rem;
	border-top: 1px solid #281E14;
	padding: 15px 0 13px;
}

#main .koujyo .btmBox {
	margin-top: 58px;
}

#main .koujyo .btmBox .topTitle {
	padding: 34px 0 31px;
    background-color: #E5E5E5;
}

#main .koujyo .btmBox .topTitle span {
	padding: 10px 0;
	display: block;
	width: 480px;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.2;
	background-color: #fff;
	border: 9px solid #281E1C;
	box-sizing: border-box;
}

#main .koujyo .btmBox .txtUl {
	padding: 16px 41px 7px;
	background-color: #fff;
}

#main .koujyo .btmBox .txtUl &gt; li:not(:last-child) {
	border-bottom: 1px solid #281E1C;
}

#main .koujyo .btmBox .txtUl &gt; li &gt; div {
	vertical-align: middle;
}

#main .koujyo .btmBox .txtUl &gt; li .lBox {
	width: 94px;
	background: #fff;
}

#main .koujyo .btmBox .txtUl &gt; li .lBox01 {
	width: 200px;
	overflow: hidden;
}

#main .koujyo .btmBox .txtUl &gt; li .lBox p {
    width: 94px;
    height: 94px;
	color: #fff;
    line-height: 1.28;
    font-size: 1.9rem;
    border: none;
	background-color: #126CB7;
}

#main .koujyo .btmBox .txtUl &gt; li .lBox01 p {
	float: left;
}

#main .koujyo .btmBox .txtUl &gt; li .lBox01 p:last-child {
	float: right;
}

#main .koujyo .btmBox .txtUl &gt; li .rBox li {
	letter-spacing: -1px;
}

#main .koujyo .btmImg {
	margin-top: 99px;
	text-align: center;
}

#main .koujyo .btmImg img {
	width: 894px;
}

@media all and (max-width: 767px) {
	#main .koujyo {
		padding: 27px 0 22px;
	}

	#main .koujyo #conts {
		margin-top: 0;
	}

	#main .koujyo .headLine02 {
		margin: 0 30px 29px;
		padding: 0 0 0 57px;
	}

	#main .koujyo .topImg {
		margin: 0 0 39px;
	}
	
	#main .koujyo .topImg img {
		width: 100%;
	}

	#main .koujyo .h3Ttl {
		margin: 0 21px 18px;
		padding-left: 13px;
		font-size: 1.9rem;
		line-height: 1.45;
		border-left: 11px solid #231815;
	}

	#main .koujyo .stepBox {
		margin-bottom: 0;
		padding: 28px 22px 30px;
		background: #FCEA3F;
	}
	
	#main .koujyo .stepBox .comStep li:before {
		background-image: url("img/kigyoumuke/shougyou/sp_icon02.png");
	}

	#main .koujyo .stepBox .ttl {
		margin-bottom: 8px;
		font-size: 2.5rem;
	}
	
	#main .koujyo .inner {
		padding-bottom: 19px;
		background-color: #000;
	}
	
	#main .koujyo .inner h3 {
		margin: 0 20px 6px;
		font-size: 3.5rem;
		line-height: 1.1;
		border-left: none;
		border-bottom: 12px solid #126CB7;
		padding: 0 0 12px;
	}
	
	#main .koujyo .photo img {
		margin-bottom: -66px;
		width: 100%;
	}
	
	#main .koujyo .bgBox {
		margin: 0 20px;
		background-color: #fff;
		position: relative;
		z-index: 1;
	}

	#main .koujyo .whiteBox {
		margin-bottom: 0;
		padding: 0 17px 16px;
	}

	#main .koujyo .whiteBox p {
		font-size: 1.7rem;
		line-height: 1.71;
	}

	#main .koujyo .whiteBox p:not(:last-child) {
		margin-bottom: 25px;
	}

	#main .koujyo .whiteBox p span {
		font-weight: 700;
	}
	
	#main .koujyo .txtUl {
		margin: 0 20px;
	}

	#main .koujyo .txtUl &gt; li {
		display: inherit;
	}

	#main .koujyo .txtUl &gt; li:not(:last-child) {
		 border-bottom: 2px solid #281E1C;
	}

	#main .koujyo .txtUl &gt; li &gt; div {
		padding: 0;
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	#main .koujyo .txtUl &gt; li .lBox {
		padding: 18px 12px 9px;
		background-color: #fff;
	}

	#main .koujyo .txtUl &gt; li .lBox p {
		width: auto;
		height: inherit;
		line-height: 1.32;
		font-size: 2.4rem;
		padding: 6px 0 8px;
		border: 6px solid #000;
		border-radius: 0;
		display: block;
	}

	#main .koujyo .txtUl &gt; li .rBox {
		padding: 0 12px 2px;
	}

	#main .koujyo .txtUl &gt; li .rBox .ttl {
		margin-bottom: 1px;
		font-size: 1.7rem;
	}

	#main .koujyo .txtUl &gt; li .rBox ul {
		margin-bottom: 11px;
	}

	#main .koujyo .txtUl &gt; li .rBox li {
		min-width: 84px;
	}

	#main .koujyo .txtUl &gt; li .rBox li.wid01 {
		min-width: 84px;
	}

	#main .koujyo .txtUl &gt; li .rBox li.wid02 {
		margin-right: -45px;
	}

	#main .koujyo .txtUl &gt; li .rBox li.wid03 {
		width: 100%;
	}

	#main .koujyo .txtUl &gt; li .rBox li.wid04 {
		min-width: 68px;
	}

	#main .koujyo .txtUl &gt; li .rBox .borTxt {
		font-size: 1.7rem;
		padding: 7px 0;
	}

	#main .koujyo .btmBox {
		margin: 37px 0 28px;
	}

	#main .koujyo .btmBox .topTitle {
		padding: 15px 0 12px;
		margin: 0 20px;
		background-color: #fff;
	}

	#main .koujyo .btmBox .topTitle span {
		padding: 0;
		width: auto;
		font-size: 1.8rem;
		border: none;
	}

	#main .koujyo .btmBox .txtUl {
		padding: 0 21px 17px;
	}

	#main .koujyo .btmBox .txtUl &gt; li:not(:last-child) {
		border-bottom: none;
	}

	#main .koujyo .btmBox .txtUl &gt; li .lBox {
		padding: 0 0 8px;
	}

	#main .koujyo .btmBox .txtUl &gt; li .lBox p {
		width: 100%;
		height: inherit;
		font-size: 1.7rem;
		padding: 4px 0 6px;
	}

	#main .koujyo .btmBox .txtUl &gt; li .lBox01 p {
		float: none !important;
	}
	
	#main .koujyo .btmBox .txtUl &gt; li .rBox {
		padding: 0;
	}

	#main .koujyo .btmBox .txtUl &gt; li .rBox li {
		letter-spacing: 0;
	}

	#main .koujyo .btmImg {
		margin-top: 99px;
		text-align: center;
	}

	#main .koujyo .btmImg img {
		width: 894px;
	}
	
}

@media all and (-ms-high-contrast:none){
	#main .shougyou .headLine02 {
		padding-top: 10px;
	}
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
	list-style-type: none;
	padding-left: 0;
	padding: 70px 0;
}
  
  .pagination,
  .pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }

  .pagination li {
	  margin: 0 5px;
  }
  
  .pagination a {
	font-weight: 300;
	text-decoration:none;
	border-left-width: 0;
	min-width:63px;
	min-height:57px;
	background-color: #231815;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
  }
  
  .pagination li:not([class*="current"]) a:hover {
	background-color: #231815;
  }
  
  .pagination li:first-of-type a {
	border-left-width: 1px;
  }
  
  .pagination li.first span,
  .pagination li.last span,
  .pagination li.previous span,
  .pagination li.next span {
	/* screen readers only */
	/* position: absolute;
	top: -9999px;
	left: -9999px; */
  }
  
  .pagination li.first a::before,
  .pagination li.last a::after,
  .pagination li.previous a::before,
  .pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
  }
  
  .pagination li.current a {
   background-color: #e50012;
   cursor: default;
   pointer-events: none;
  }
  
  .pagination &gt; li:first-child &gt; a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
  }
  
  .pagination &gt; li:last-child &gt; a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
  }


  @media only screen and ( max-width: 768px ) {
	.pagination{
		padding: 40px 0;
	}
	.pagination a {
		min-width:40px;
		min-height:36px;
		font-size: 20px;
	}
	.pagination a img {
		width: 40px;
		height: auto;
	}
}
  
  @media only screen and ( max-width: 680px ) {
	.pagination li.first,
	.pagination li.last {
	  /* screen readers only */
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}
  
	.pagination li.previous a { border-left-width: 1px; }
  }
  
  @media only screen and ( max-width: 500px ) {
	.pagination li {
	  /* screen readers only */
	  /* position: absolute;
	  top: -9999px;
	  left: -9999px; */
	  margin-top: 10px;
	}
  
	.pagination li.current,
	.pagination li.first,
	.pagination li.last,
	.pagination li.previous,
	.pagination li.next{
	  position: initial;
	  top: initial;
	  left: initial;
	}
  
	.pagination li.previous a { border-left-width: 0; }
  }
  
  @media only screen and ( max-width: 400px ) {
	.pagination li.first,
	.pagination li.last {
	  /* screen readers only */
	  position: absolute;
	  top: -9999px;
	  left: -9999px;
	}
  
	.pagination li.previous a { border-left-width: 1px; }
  }
  
  @media only screen and ( max-width: 240px ) { /* For watches? */
	.pagination li { width: 50%;}
  
	.pagination li.current {
	  order: 2;
	  width: 100%;
	  border-left-width: 1px;
	}
  }

#main .jirei .contents {
	background-color: #fde6c2;
}

#main .jirei .contents .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 70px 0 30px;
	max-width: 1000px;
}

#main .jirei .contents .rows .list {
	-webkit-flex: 0 0 30%;
	flex: 0 0 30%;
	margin-left: 5%;
	margin-bottom: 50px;
	max-width: 300px;
}

#main .jirei .contents .rows .list:nth-child(3n+1) {
	margin-left: 0;
}

#main .jirei .contents .rows .list .img {
	height: 216px;
}

#main .jirei .contents .rows .list .date {
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #e50012;
	font-size: 18px;
	color: #fff;
}

#main .jirei .contents .rows .list .text {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 18px;
}

#main .jirei .contents .rows .list .btn {
	margin-top: 10px;
}

#main .jirei .contents .rows .list .btn a {
	position: relative;
	display: block;
	padding: 10px 70px 10px 20px;
	text-align: left;
	background-color: #fff;
	border-radius: 5px;
	font-size: 18px;
}

#main .jirei .contents .rows .list .btn a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
	background-size: 24px 24px;
}

@media all and (max-width: 767px) {
	#main .jirei .contents .rows {
		padding: 30px 10px 0;
		max-width: 100%;
	}
	
	#main .jirei .contents .rows .list {
		-webkit-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-left: 4%;
		margin-bottom: 20px;
		max-width: 100%;
	}

	#main .jirei .contents .rows .list .img {
		height: 120px;
	}
	
	#main .jirei .contents .rows .list:nth-child(3n+1) {
		margin-left: 4%;
	}
	
	#main .jirei .contents .rows .list:nth-child(2n+1) {
		margin-left: 0;
	}
	
	#main .jirei .contents .rows .list .date {
		margin-top: 5px;
		padding: 4px 10px;
		font-size: 14px;
	}
	
	#main .jirei .contents .rows .list .text {
		margin-top: 5px;
		font-size: 13px;
	}
	
	#main .jirei .contents .rows .list .btn {
		margin-top: 5px;
	}
	
	#main .jirei .contents .rows .list .btn a {
		padding: 10px 40px 10px 10px;
		font-size: 14px;
	}
	
	#main .jirei .contents .rows .list .btn a:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		display: block;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
		background-size: 24px 24px;
	}
}

#main .jirei .contents .single {
	margin: 0 auto;
	padding-bottom: 100px;
	max-width: 1000px;
	background-color: #fde6c2;
}

#main .jirei .contents .single .date {
	padding: 10px 30px;
	width: 100%;
	line-height: 1.2;
	background-color: #e50012;
	font-size: 28px;
	color: #fff;
}

#main .jirei .contents .single .area {
	margin-top: 20px;
	width: 100%;
	line-height: 1.2;
	font-size: 30px;
}

#main .jirei .contents .single .title {
	margin-top: 5px;
	width: 100%;
	line-height: 1.2;
	font-size: 30px;
}

#main .jirei .contents .single .ba {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}
#main .jirei .contents .single .ba:first-child {
	padding-top: 30px;
	border-top: 5px solid #e50012;
}

#main .jirei .contents .single .ba .img {
	margin-top: 25px;
}

#main .jirei .contents .single .ba .b {
	-webkit-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 450px;
	text-align: center;
}

#main .jirei .contents .single .ba .cursor {
	-webkit-flex: 0 0 45px;
	flex: 0 0 45px;
	padding-top: 160px;
	max-width: 45px;
}

#main .jirei .contents .single .ba .a {
	-webkit-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 450px;
	text-align: center;
}

#main .jirei .contents .single .row {
	margin: 30px auto 0;
	max-width: 706px;
}

#main .jirei .contents .single .row.w2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#main .jirei .contents .single .row .col {
	line-height: 1.4;
	font-size: 18px;
}

#main .jirei .contents .single .row.w2 .col {
	-webkit-flex: 0 0 47.8%;
	flex: 0 0 47.8%;
	max-width: 338px;
}

#main .jirei .contents .single .row .col .ctext {
	margin-top: 5px;
	padding: 7px 12px;
	border-radius: 5px;
	border: 3px solid #fff;
}

#main .jirei .contents .single .row.w2 .col .ctext {
	text-align: left;
}

#main .jirei .contents .single .brow {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 50px;
}

#main .jirei .contents .single .brow .col {
	-webkit-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 470px;
}

#main .jirei .contents .single .brow .col .ctitle {
	padding: 5px 10px;
	text-align: center;
	background-color: #e50012;
	font-size: 24px;
	color: #fff;
}

#main .jirei .contents .single .brow .col:nth-child(1) .cbody {
	padding: 10px 20px;
	line-height: 1.6;
	background-color: #fff;
	font-size: 15px;
}

#main .jirei .contents .single .brow .col:nth-child(2) .cbody {
	border: 3px solid #fff;
	border-top: none;
}

#main .jirei .contents .single .brow .col:nth-child(2) .cbody .bcrow {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 15px;
	min-height: 253px;
	line-height: 1.4;
	font-size: 15px;
}

#main .jirei .contents .single .brow .col:nth-child(2) .cbody .bcrow .icol {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}

#main .jirei .contents .single .back_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 50px;
}

#main .jirei .contents .single .back_btn .btn {
	-webkit-flex: 0 0 31.7%;
	flex: 0 0 31.7%;
	max-width: 317px;
}

#main .jirei .contents .single .back_btn .btn a {
	position: relative;
	display: block;
	padding: 15px 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	font-size: 22px;
}

#main .jirei .contents .single .back_btn .btn.prev a:after,
#main .jirei .contents .single .back_btn .btn.next a:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
	background-size: 24px 24px;
}
#main .jirei .contents .single .back_btn .btn.prev a:after {
	left: 15px;
	transform: rotate(180deg);
}
#main .jirei .contents .single .back_btn .btn.next a:after {
	right: 15px;
}

@media all and (max-width: 767px) {
	#main .jirei .contents .single {
		padding-bottom: 50px;
		max-width: 100%;
	}
	
	#main .jirei .contents .single .date {
		padding: 5px 10px;
		font-size: 14px;
	}
	
	#main .jirei .contents .single .area {
		margin-top: 10px;
		padding: 0 10px;
		font-size: 16px;
	}
	
	#main .jirei .contents .single .title {
		margin-top: 5px;
		padding: 0 10px;
		font-size: 16px;
	}
	
	#main .jirei .contents .single .ba {
		margin-top: 10px;
		padding: 0 10px 0;
	}
	#main .jirei .contents .single .ba:first-child {
		padding-top: 20px;
	}
	
	#main .jirei .contents .single .ba .img {
		margin-top: 15px;
	}
	
	#main .jirei .contents .single .ba .ba_title img {
		width: 85px;
	}
	#main .jirei .contents .single .ba .a .ba_title img {
		width: 70px;
	}
	
	#main .jirei .contents .single .ba .b {
		-webkit-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 100%;
		text-align: center;
	}
	
	#main .jirei .contents .single .ba .cursor {
		-webkit-flex: 0 0 30px;
		flex: 0 0 30px;
		padding-top: 63px;
		max-width: 30px;
		text-align: center;
	}
	
	#main .jirei .contents .single .ba .cursor img {
		width: 15px;
	}
	
	#main .jirei .contents .single .ba .a {
		-webkit-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 100%;
		text-align: center;
	}

	#main .jirei .contents .single .row {
		margin: 20px auto 0;
		padding: 0 10px;
		max-width: 100%;
	}
	
	#main .jirei .contents .single .row .col {
		line-height: 1.4;
		font-size: 14px;
	}
	
	#main .jirei .contents .single .row.w2 .col {
		-webkit-flex: 0 0 47.8%;
		flex: 0 0 47.8%;
		max-width: 100%;
	}
	
	#main .jirei .contents .single .row .col .ctext {
		padding: 7px 10px;
		border: 2px solid #fff;
	}

	#main .jirei .contents .single .brow {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		padding: 0 10px;
	}
	
	#main .jirei .contents .single .brow .col {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#main .jirei .contents .single .brow .col .ctitle {
		padding: 5px 10px;
		text-align: center;
		font-size: 20px;
	}
	
	#main .jirei .contents .single .brow .col:nth-child(1) .cbody {
		padding: 10px 20px;
		font-size: 14px;
	}
	
	#main .jirei .contents .single .brow .col:nth-child(2) .cbody {
		border: 2px solid #fff;
	}
	
	#main .jirei .contents .single .brow .col:nth-child(2) .cbody .bcrow {
		padding: 10px 15px;
		min-height: auto;
		font-size: 14px;
	}
	
	#main .jirei .contents .single .brow .col:nth-child(2) .cbody .bcrow .icol {
		-webkit-flex: 0 0 48%;
		flex: 0 0 48%;
	}

	#main .jirei .contents .single .back_btn {
		margin-top: 30px;
		padding: 0 10px;
	}
	
	#main .jirei .contents .single .back_btn .btn {
		-webkit-flex: 0 0 31.7%;
		flex: 0 0 31.7%;
		max-width: 317px;
	}
	
	#main .jirei .contents .single .back_btn .btn a {
		padding: 13px 5px;
		font-size: 14px;
	}

	#main .jirei .contents .single .back_btn .btn.prev a:after,
	#main .jirei .contents .single .back_btn .btn.next a:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		display: block;
		margin-top: -9px;
		width: 18px;
		height: 18px;
		background: transparent url(img/kojinmuke/icon_cursor.svg) no-repeat 0 0;
		background-size: 18px 18px;
	}
	#main .jirei .contents .single .back_btn .btn.prev a:after {
		left: 5px;
	}
	#main .jirei .contents .single .back_btn .btn.next a:after {
		right: 5px;
	}
}


#main .fuyouhin .mainVisual {
	padding: 45px 0;
	text-align: center;
}
#main .fuyouhin .page_title {
	padding: 45px 0;
	background-color: #fff;
}
#main .fuyouhin .page_title .in {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
#main .fuyouhin .page_title .top {
	font-size: 34px;
}
#main .fuyouhin .page_title .row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-top: -30px;
	font-weight: 900;
	font-size: 55px;
	color: #e50012;
}
#main .fuyouhin .page_title .row span {
	font-weight: 900;
	font-size: 76px;
}
#main .fuyouhin .page_title .row .img {
	margin-left: 20px;
}
@media all and (max-width: 767px) {
	#main .fuyouhin .mainVisual {
		padding: 0;
	}
	#main .fuyouhin .page_title {
		padding: 25px 0;
	}
	#main .fuyouhin .page_title .in {
		max-width: 100%;
		width: 100%;
	}
	#main .fuyouhin .page_title .top {
		padding-left: 0;
		text-align: center;
		font-size: 14px;
	}
	#main .fuyouhin .page_title .row {
		justify-content: center;
		margin-top: 0;
		font-size: 28px;
	}
	#main .fuyouhin .page_title .row span {
		display: block;
		font-size: 45px;
	}
	#main .fuyouhin .page_title .row .img {
		margin-left: 10px;
	}
	#main .fuyouhin .page_title .row .img img {
		width: 100px;
	}
}
#main .fuyouhin .sec .in {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}
#main .fuyouhin .cont_title {
	padding: 10px;
	text-align: center;
	background-color: #000;
	font-weight: 700px;
	font-size: 36px;
	color: #fff;
}
#main .fuyouhin .cont_title.mt {
	margin-top: 100px;
}
#main .fuyouhin .cont_title.red {
	background-color: #e50012;
}
#main .fuyouhin .cont_title span {
	font-weight: 900;
	font-size: 48px;
}
@media all and (max-width: 767px) {
	#main .fuyouhin .sec .in {
		max-width: 100%;
	}
	#main .fuyouhin .cont_title {
		padding: 10px;
		font-size: 18px;
	}
	#main .fuyouhin .cont_title.ex {
		margin: 0 20px;
	}
	#main .fuyouhin .cont_title.mt {
		margin-top: 50px;
	}
	#main .fuyouhin .cont_title span {
		display: block;
		font-size: 28px;
	}
}

#main .fuyouhin .sec .lmenu {
	margin-top: 50px;
}
#main .fuyouhin .sec .lmenu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#main .fuyouhin .sec .lmenu ul li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex: 0 0 14.5%;
	flex: 0 0 14.5%;
	-webkit-justify-content: center;
	justify-content: center;
	align-content: space-between;
	padding: 15px;
	max-width: 145px;
	background-color: #fff;
	box-sizing: border-box;
}
#main .fuyouhin .sec .lmenu ul li .img {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: center;
}
#main .fuyouhin #sec4 .lmenu ul li:nth-child(1) .img {
	padding-top: 30px;
}
#main .fuyouhin .sec .lmenu ul li .title {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
	font-size: 20px;
	color: #e50012;
}
@media all and (max-width: 767px) {
	#main .fuyouhin .sec .lmenu {
		margin: 10px 0 0;
		padding: 0 20px;
	}
	#main .fuyouhin .sec .lmenu ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .fuyouhin .sec .lmenu ul li {
		-webkit-flex: 0 0 31%;
		flex: 0 0 31%;
		margin-top: 20px;
		padding: 10px;
		max-width: 100%;
	}
	#main .fuyouhin .sec .lmenu ul li .img {
		padding: 15px;
	}
	#main .fuyouhin .sec .lmenu ul li .title {
		font-size: 16px;
	}
}

#main .fuyouhin #sec1 {
	padding-bottom: 100px;
	background-color: #ffe700;
}
#main .fuyouhin #sec1 .body {
	padding: 40px;
	text-align: center;
	background-color: #fff;
}
#main .fuyouhin #sec1 .body .text {
	font-size: 25px;
}
#main .fuyouhin #sec1 .body .price_img {
	margin-top: 45px;
}
@media all and (max-width: 767px) {
	#main .fuyouhin #sec1 {
		padding-bottom: 30px;
	}
	#main .fuyouhin .sec .in {
		max-width: 100%;
		width: 100%;
	}
	#main .fuyouhin #sec1 .body {
		margin: 0 20px;
		padding: 20px;
	}
	#main .fuyouhin #sec1 .body .text {
		font-size: 16px;
	}
	#main .fuyouhin #sec1 .body .price_img {
		margin-top: 20px;
	}
}
#main .fuyouhin #sec2 {
	padding-bottom: 60px;
	background-color: #fff;
}
#main .fuyouhin #sec2 .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 50px;
}
#main .fuyouhin #sec2 .rows .tel {
	padding-top: 10px;
}
@media all and (max-width: 767px) {
	#main .fuyouhin #sec2 {
		padding-bottom: 20px;
		background-color: #ffe700;
	}
	#main .fuyouhin #sec2 .rows {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
		text-align: center;
	}
	#main .fuyouhin #sec2 .rows .tel {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-top: 0;
	}
	#main .fuyouhin #sec2 .rows .mail {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
	}
}
#main .fuyouhin #sec3 {
	padding-bottom: 60px;
	background-color: #fff;
}
#main .fuyouhin #sec3 .body .text {
	margin-top: 30px;
	text-align: center;
	font-size: 25px;
}
#main .fuyouhin #sec3 .body .rows {
	margin-top: 20px;
}
#main .fuyouhin #sec3 .body .rows .list {
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
	padding: 30px;
	background-color: rgba(255,231,0,0.5)
}
#main .fuyouhin #sec3 .body .rows .list .img {
	-webkit-flex: 0 0 280px;
	flex: 0 0 280px;
}
#main .fuyouhin #sec3 .body .rows .list.flow1 .contact {
	-webkit-flex: 0 0 353px;
	flex: 0 0 353px;
}
#main .fuyouhin #sec3 .body .rows .list.flow1 .contact .tel {
	margin-top: 10px;
	text-align: center;
}
#main .fuyouhin #sec3 .body .rows .list .info {
	padding-left: 15px;
}
#main .fuyouhin #sec3 .body .rows .list .info .ititle {
	line-height: 1.2;
	font-weight: 700;
	font-size: 42px;
	color: #e50012;
}
#main .fuyouhin #sec3 .body .rows .list .info .itext {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 20px;
}
#main .fuyouhin #sec3 .body .rows .cursor {
	text-align: center;
}
#main .fuyouhin #sec3 .banner {
	margin-top: 50px;
	text-align: center;
}
@media all and (max-width: 767px) {
	#main .fuyouhin #sec3 {
		padding-bottom: 30px;
	}
	#main .fuyouhin #sec3 .body {
		padding: 0 20px;
	}
	#main .fuyouhin #sec3 .body .text {
		margin-top: 10px;
		font-size: 16px;
	}
	#main .fuyouhin #sec3 .body .rows {
		margin-top: 0;
	}
	#main .fuyouhin #sec3 .body .rows .list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
		padding: 20px;
	}
	#main .fuyouhin #sec3 .body .rows .list .img {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	#main .fuyouhin #sec3 .body .rows .list.flow1 .contact {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 10px;
	}
	#main .fuyouhin #sec3 .body .rows .list.flow1 .contact .tel {
		margin-top: 10px;
	}
	#main .fuyouhin #sec3 .body .rows .list .info {
		margin-top: 15px;
		padding-left: 0;
	}
	#main .fuyouhin #sec3 .body .rows .list .info .ititle {
		font-size: 28px;
	}
	#main .fuyouhin #sec3 .body .rows .list .info .itext {
		margin-top: 10px;
		font-size: 16px;
	}
	#main .fuyouhin #sec3 .body .rows .cursor img {
		width: 73px;
	}
	#main .fuyouhin #sec3 .banner {
		margin-top: 20px;
	}
}
#main .fuyouhin .case_blk {
	margin-top: 0;
}
#main .fuyouhin #sec4 {
	margin-top: 50px;
	padding-bottom: 80px;
}
#main .fuyouhin #sec4 .cont_title2 {
	margin: 0 auto;
	padding: 10px;
	width: 540px;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #fff;
	font-size: 40px;
}
@media all and (max-width: 767px) {
	#main .fuyouhin #sec4 {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	#main .fuyouhin #sec4 .cont_title2 {
		padding: 10px;
		width: 290px;
		font-size: 20px;
	}
}

.lnavi ul {
    display: -webkit-flex;
    display: flex;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.lnavi ul li {
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
}
.lnavi ul li:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.lnavi ul li a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    background-color: #000;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.lnavi ul li a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    margin-top: -8px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.b_midashi {
    position: relative;
    padding: 10px 0;
    text-align: center;
	line-height: 1.2;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	font-size: 36px;
}
.b_midashi.mt {
	margin-top: 70px;
}
.b_midashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.b_midashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}

#main .ihinseiri .sec1_blk .text {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 16px;
}
#main .ihinseiri .sec1_blk .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
}
#main .ihinseiri .sec1_blk .rows .list {
    -webkit-flex: 0 0 14.4%;
    flex: 0 0 14.4%;
    padding: 8px;
    max-width: 144px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #000;
}
#main .ihinseiri .sec1_blk .rows .list .title {
    padding-bottom: 8px;
    line-height: 1.2;
    border-bottom: 2px solid #000;
    font-size: 18px;
}
#main .ihinseiri .sec1_blk .rows .list .img {
    margin-top: 13px;
    text-align: center;
}
@media all and (max-width: 767px) {
    #main .ihinseiri .sec1_blk .text {
        margin-top: 20px;
        font-size: 14px;
    }
    #main .ihinseiri .sec1_blk .rows {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    #main .ihinseiri .sec1_blk .rows .list {
        -webkit-flex: 0 0 31%;
        flex: 0 0 31%;
        margin-top: 10px;
        padding: 8px;
        max-width: 100%;
        border: 2px solid #000;
    }
    #main .ihinseiri .sec1_blk .rows .list .title {
        padding-bottom: 8px;
        font-size: 14px;
    }
    #main .ihinseiri .sec1_blk .rows .list .img {
        margin-top: 13px;
        box-sizing: border-box;
    }
	.b_midashi.mt {
		margin-top: 40px;
	}
}

#main .ihinseiri .sec2_blk .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
}
#main .ihinseiri .sec2_blk .rows .img {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 200px;
}
#main .ihinseiri .sec2_blk .rows .info {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 20px;
}
#main .ihinseiri .sec2_blk .rows .info .title {
    padding-bottom: 5px;
    line-height: 1.2;
    border-bottom: 3px solid #000;
    font-size: 34px;
}
#main .ihinseiri .sec2_blk .rows .info .text {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 33px;
}
#main .ihinseiri .sec2_blk .rows .info .text span {
    color: #e60012;
}
#main .ihinseiri .sec2_blk .rows .info .bt {
    text-align: right;
}
#main .ihinseiri .sec2_blk .rows .info .bt img {
    vertical-align: bottom;
}
#main .ihinseiri .sec2_blk .btn {
    margin-top: 20px;
}
#main .ihinseiri .sec2_blk .btn a {
    position: relative;
    display: block;
    padding: 7px 0;
    text-align: center;
    line-height: 1;
    background-color: #000;
    font-size: 24px;
    color: #fff;
}
#main .ihinseiri .sec2_blk .btn a span {
    line-height: 1.2;
    font-size: 13px;
    color: #fff;
}
#main .ihinseiri .sec2_blk .btn a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    margin-top: -12px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
@media all and (max-width: 767px) {
    #main .ihinseiri .sec2_blk .rows {
        margin-top: 30px;
    }
    #main .ihinseiri .sec2_blk .rows .img {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 100%;
    }
    #main .ihinseiri .sec2_blk .rows .info {
        padding-left: 20px;
    }
    #main .ihinseiri .sec2_blk .rows .info .title {
        padding-bottom: 5px;
        line-height: 1.2;
        border-bottom: 3px solid #000;
        font-size: 20px;
    }
    #main .ihinseiri .sec2_blk .rows .info .text {
        margin-top: 10px;
        line-height: 1.6;
        font-size: 14px;
    }
    #main .ihinseiri .sec2_blk .rows .info .bt {
        display: flex;
        margin-top: 5px;
        text-align: left;
    }
    #main .ihinseiri .sec2_blk .rows .info .bt img {
        display: block;
        margin-left: 5px;
        width: 40px;
    }
    #main .ihinseiri .sec2_blk .btn {
        margin-top: 10px;
    }
    #main .ihinseiri .sec2_blk .btn a {
        padding: 7px 5px;
        font-size: 16px;
    }
    #main .ihinseiri .sec2_blk .btn a span {
        font-size: 10px;
    }
    #main .ihinseiri .sec2_blk .btn a:after {
        right: 10px;
        margin-top: -6px;
        width: 10px;
        height: 10px;
    }
}
#main .ihinseiri .sec3_blk .text {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 19px;
}
#main .ihinseiri .sec3_blk .img {
    margin-top: 30px;
}
#main .ihin .exbtn {
    margin-top: 30px;
}
@media all and (max-width: 767px) {
    #main .ihinseiri .sec3_blk .text {
        margin-top: 20px;
        line-height: 1.6;
        font-size: 14px;
    }
    #main .ihinseiri .sec3_blk .img {
        margin-top: 20px;
    }
    #main .ihinseiri .sec3_blk .img img {
        width: 100%;
    }
    #main .ihinseiri .sec3_blk .exbtn {
        margin-top: 20px;
    }
}
#main .ihinseiri .sec4_blk .text {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 19px;
}
#main .ihinseiri .sec4_blk .b_midashi.mt {
    margin-top: 70px;
}
#main .ihinseiri .sec4_blk .exbtn {
    margin-top: 35px;
}
@media all and (max-width: 767px) {
    #main .ihinseiri .sec4_blk .text {
        margin-top: 20px;
        line-height: 1.6;
        font-size: 14px;
    }
    #main .ihinseiri .sec4_blk .img img {
        width: 100%;
    }
    #main .ihinseiri .sec4_blk .b_midashi.mt {
        margin-top: 50px;
    }
    #main .ihinseiri .sec4_blk .exbtn {
        margin-top: 25px;
    }
}
#main .ihinseiri .sec5_blk .rows {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}
#main .ihinseiri .sec5_blk .rows .list {
    -webkit-flex: 0 0 22.7%;
    flex: 0 0 22.7%;
    margin-left: 3%;
    padding: 5px;
    max-width: 227px;
    background-color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
}
#main .ihinseiri .sec5_blk .rows .list:nth-child(4n+1) {
    margin-left: 0;
}
#main .ihinseiri .sec5_blk .rows .list a {
    display: block;
}
#main .ihinseiri .sec5_blk .rows .list .img {
	width: 100%;
	height: 213px;
}
#main .ihinseiri .sec5_blk .rows .list .info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
}
#main .ihinseiri .sec5_blk .rows .list .price {
    margin-top: 5px;
    font-size: 14px;
}
#main .ihinseiri .sec5_blk .rows .list .price span {
    letter-spacing: -.5;
    font-size: 20px;
}
#main .ihinseiri .sec5_blk .rows .list .body {
    margin-top: 5px;
    font-size: 16px;
}
#main .ihinseiri .sec5_blk .exbtn {
    margin-top: 35px;
}
@media all and (max-width: 767px) {
    #main .ihinseiri .sec5_blk .rows {
        margin-top: 30px;
    }
    #main .ihinseiri .sec5_blk .rows .list {
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-left: 4%;
        padding: 5px;
        max-width: 100%;
    }
    #main .ihinseiri .sec5_blk .rows .list:nth-child(2n+1) {
        margin-left: 0;
    }
    #main .ihinseiri .sec5_blk .rows .list:nth-child(1),
    #main .ihinseiri .sec5_blk .rows .list:nth-child(2) {
        display: none;
    }
	#main .ihinseiri .sec5_blk .rows .list .img {
		height: 150px;
	}
    #main .ihinseiri .sec5_blk .rows .list .info {
        padding: 5px 0;
        font-size: 14px;
    }
    #main .ihinseiri .sec5_blk .rows .list .price {
        margin-top: 0;
        font-size: 10px;
    }
    #main .ihinseiri .sec5_blk .rows .list .price span {
        font-size: 14px;
    }
    #main .ihinseiri .sec5_blk .rows .list .body {
        margin-top: 5px;
        font-size: 10px;
    }
    #main .ihinseiri .sec5_blk .exbtn {
        margin-top: 25px;
    }
}
#main .ihinseiri .sec6_blk .text {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 19px;
}
#main .ihinseiri .sec6_blk .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#main .ihinseiri .sec6_blk .rows .list {
    -webkit-flex: 0 0 24.3%;
    flex: 0 0 24.3%;
    margin: 30px 15px 0;
    max-width: 243px;
    box-sizing: border-box;
}
#main .ihinseiri .sec6_blk .rows .list a {
    display: block;
}
#main .ihinseiri .sec6_blk .rows .list .img {
    padding: 3px;
    border: 2px solid #000;
    background-color: #fff;
    box-sizing: border-box;
}
#main .ihinseiri .sec6_blk .rows .list .title {
    position: relative;
    padding: 5px 10px;
    background-color: #000;
    font-size: 18px;
    color: #fff;
}
#main .ihinseiri .sec6_blk .rows .list .title:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    margin-top: -9px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fdd100;
    border-right: 3px solid #fdd100;
    transform: rotate(45deg);
}
@media all and (max-width: 767px) {
    #main .ihinseiri .sec6_blk .text {
        margin-top: 20px;
        line-height: 1.6;
        font-size: 14px;
    }
    #main .ihinseiri .sec6_blk .rows {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #main .ihinseiri .sec6_blk .rows .list {
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        margin: 20px 0 0;
        max-width: 100%;
    }
    #main .ihinseiri .sec6_blk .rows .list .title {
        padding: 5px 10px;
        font-size: 13px;
    }
    #main .ihinseiri .sec6_blk .rows .list .title:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        display: block;
        margin-top: -7px;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fdd100;
        border-right: 3px solid #fdd100;
        transform: rotate(45deg);
    }
}

#main .ihin {
    background-color: #fff;
}
#main .ihin .bg {
    background-color: #ffe700;
}
#main .ihin .bg .b_midashi:before {
    border-top: 12px solid #ffe700;
}
#main .ihin .exbtn a {
    position: relative;
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: #f00;
    font-size: 22px;
    color: #fff;
}
#main .ihin .exbtn a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    margin-top: -12px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
#main .ihin .area_blk {
	background-color: #fff;
}
#main .ihin .inner {
    margin: 0 auto;
    padding: 75px 0;
    max-width: 1000px;
}
#main .ihin .area_blk .inner {
    background: transparent url(/wp-content/themes/CLEANER/img/ihinseiri/area_bg.svg) no-repeat right top;
}
#main .ihin .area_blk .img {
    margin-top: 30px;
}
#main .ihin .area_blk .text {
	margin-top: 20px;
	line-height: 1.4;
	font-size: 18px;
}
#main .ihin .area_blk .text .ttl {
	margin-bottom: 10px;
    text-align: center;
	line-height: 1.8;
	font-size: 30px;
}
#main .ihin .pro_blk {
    background-color: #ffe700;
}
#main .ihin .pro_blk .inner {
    padding: 70px 0 10px;
}
.pro_blk .b_midashi:before {
    border-top: 12px solid #ffe700;
}
#main .ihin .pro_blk .rows {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}
#main .ihin .pro_blk .rows .text {
    padding-right: 20px;
    line-height: 1.6;
    font-size: 22px;
}
#main .ihin .banner_blk {
    background-color: #fff;
}
#main .ihin .banner_blk .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media all and (max-width: 767px) {
    .b_midashi {
        font-size: 16px;
    }
    #main .ihin .inner {
        padding: 30px 15px;
        max-width: 100%;
    }
    #main .ihin .exbtn a {
        padding: 10px 0;
        font-size: 16px;
    }
    #main .ihin .exbtn a:after {
        right: 10px;
        margin-top: -6px;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    #main .ihin .area_blk .inner {
        background: transparent url(/wp-content/themes/CLEANER/img/ihinseiri/area_bg.svg) no-repeat center top;
    }
    #main .ihin .area_blk .img {
        margin-top: 200px;
    }
    #main .ihin .area_blk .text {
	    margin-top: 0;
        font-size: 12px;
    }
    #main .ihin .area_blk .text .ttl {
        margin-bottom: 5px;
        font-size: 20px;
    }
    #main .ihin .pro_blk .inner {
        padding: 30px 15px 10px;
    }
    #main .ihin .pro_blk .rows {
        margin-top: 20px;
    }
    #main .ihin .pro_blk .rows .text {
        padding-right: 5px;
        line-height: 1.4;
        font-size: 14px;
    }
    #main .ihin .banner_blk .rows .img:nth-child(1) {
        margin-right: 5px;
    }
    #main .ihin .banner_blk .rows .img:nth-child(2) {
        margin-left: 5px;
    }
}

.contact_blk .exbtn {
	margin-top: 0 !important;
}

#main .price .sec1_blk .text {
	margin-top: 30px;
	line-height: 1.6;
	font-size: 16px;
}
#main .ihin .ptitle {
	padding: 10px 0;
	text-align: center;
	background-color: #000;
	font-size: 34px;
	color: #fff;
}
#main .ihin .ptitle.mt {
	margin-top: 50px;
}
#main .ihin .sec1_blk .list {
	margin-top: 20px;
}
#main .ihin .sec1_blk .list .sub {
	margin-top: 5px;
	text-align: right;
}
@media all and (max-width: 767px) {
	#main .ihin .ptitle.mt {
		margin-top: 30px;
	}
	#main .price .sec1_blk .text {
		margin-top: 20px;
		font-size: 14px;
	}
	#main .ihin .ptitle {
		padding: 10px 0;
		font-size: 18px;
	}
}
#main .price .sec2_blk .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
#main .price .sec2_blk .rows .list {
	-webkit-flex: 0 0 24.3%;
	flex: 0 0 24.3%;
	margin: 30px 15px 0;
	padding: 10px;
	max-width: 243px;
	box-sizing: border-box;
	border: 3px solid #000;
}
#main .price .sec2_blk .rows .list .title {
	padding: 0 0 8px 0;
	text-align: center;
	line-height: 1.2;
	border-bottom: 3px solid #000;
	font-size: 22px;
}
#main .price .sec2_blk .rows .list .img {
	margin-top: 15px;
}
@media all and (max-width: 767px) {
	#main .price .sec2_blk .text {
		margin-top: 20px;
		line-height: 1.6;
		font-size: 14px;
	}
	#main .price .sec2_blk .rows {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#main .price .sec2_blk .rows .list {
		-webkit-flex: 0 0 48%;
		flex: 0 0 48%;
		margin: 15px 0 0;
		padding: 8px;
		max-width: 100%;
	}
	#main .price .sec2_blk .rows .list .title {
		padding: 0 0 8px 0;
		border-bottom: 3px solid #000;
		font-size: 16px;
	}
}
#main .price .sec3_blk .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
}
#main .price .sec3_blk .rows .list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 0 48.5%;
	flex: 0 0 48.5%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 30px 0 0;
	padding: 5px 0 15px 15px;
	max-width: 485px;
	height: 85px;
	background-color: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
}
#main .price .sec3_blk .rows .list .title {
	padding-top: 10px;
	font-size: 23px;
}
#main .price .sec3_blk .rows .list .kakaku .kt {
	padding-right: 10px;
	font-size: 28px;
}
#main .price .sec3_blk .rows .list .kakaku .kt span {
	letter-spacing: -.5px;
	font-weight: bold;
	font-size: 49px;
	color: #e60012;
}
#main .price .sec3_blk .rows .list .kakaku .kb {
	margin-top: -20px;
	text-align: right;
	font-size: 11px;
}
@media all and (max-width: 767px) {
	#main .price .sec3_blk .rows .list {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 10px 0 0;
		padding: 5px 0 15px 15px;
		max-width: 485px;
		height: 60px;
	}
	#main .price .sec3_blk .rows .list .title {
		padding-top: 10px;
		font-size: 16px;
	}
	#main .price .sec3_blk .rows .list .kakaku .kt {
		padding-right: 18px;
		font-size: 18px;
	}
	#main .price .sec3_blk .rows .list .kakaku .kt span {
		font-size: 30px;
	}
	#main .price .sec3_blk .rows .list .kakaku .kb {
		margin-top: -14px;
		font-size: 10px;
	}
}
#main .price .sec4_blk .text {
	margin-top: 30px;
	line-height: 1.6;
	font-size: 16px;
}
@media all and (max-width: 767px) {
	#main .price .sec4_blk .text {
		margin-top: 20px;
		font-size: 14px;
	}
}
#main .price .sec5_blk .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main .price .sec5_blk .rows .list {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 485px;
}
#main .price .sec5_blk .text {
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
}
#main .price .sec5_blk .text span {
	color: #e60012;
}
#main .price .sec5_blk .img {
	margin-top: 20px;
	text-align: center;
}
@media all and (max-width: 767px) {
	#main .price .sec5_blk .rows .list {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#main .price .sec5_blk .rows .list:nth-child(2) {
		margin-top: 20px;
	}
	#main .price .sec5_blk .text {
		margin-top: 20px;
		font-size: 14px;
	}
	#main .price .sec5_blk .img {
		margin-top: 20px;
	}
	#main .price .sec5_blk .img img {
		width: 200px;
	}
}
.bmenu_blk .inner {
	padding-top: 0 !important;
}
.bmenu_blk ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bmenu_blk ul li {
	-webkit-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 320px;
}
.bmenu_blk ul li a {
	position: relative;
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #000;
	font-size: 22px;
	color: #fff;
}
.bmenu_blk ul li a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media all and (max-width: 767px) {
	.bmenu_blk {
		border-bottom: 2px solid #fff;
	}
	.bmenu_blk .inner {
		padding: 0 !important;
	}
	.bmenu_blk ul {
		flex-wrap: wrap;
	}
	.bmenu_blk ul li {
		-webkit-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 100%;
	}
	.bmenu_blk ul li a {
		padding: 10px 20px;
		text-align: left;
		font-size: 14px;
	}
	.bmenu_blk ul li a:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -9px;
		width: 16px;
		height: 16px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
}

#fixed_footer {
	display: none;
}
@media all and (max-width: 767px) {
	#fixed_footer {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: #ffe700;
		z-index: 2;
	}
	#fixed_footer img {
		margin: 0 auto;
		width: auto;
		height: 86px;
	}
}

#main .kojinmuke .photoUl {
    width: 986px;
    margin: 0 auto;
}

#main .kojinmuke .photoUl:after {
	content: "";
	clear: both;
	display: block;
}

#main .kojinmuke .photoUl li {
    width: 307px;
    margin: 0 33px 45px 0;
    float: left;
    position: relative;
	background-color: #fff;
	border-top: 7px solid #000;
}

#main .kojinmuke .photoUl li:nth-child(3n) {
    margin-right: -7px;
}

#main .kojinmuke .photoUl li a {
	display: block;
}

#main .kojinmuke .photoUl li .topTitle {
    width: 100%;
    background-color: #fff;
}

#main .kojinmuke .photoUl li .topTitle p {
	margin: 0 auto;
	padding: 15px 0 10px;
    width: 240px;
    vertical-align: middle;
}
#main .kojinmuke .photoUl li:nth-child(1) .topTitle p {
	width: 195px;
}

#main .kojinmuke .photoUl li .topTitle p img {
    vertical-align: middle;
}

#main .kojinmuke .photoUl li .topTitle p span {
    max-width: 240px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1.33;
    font-size: 2.4rem;
}

#main .kojinmuke .photoUl li .topTitle .text {
	margin: 0 auto;
	padding: 2px 0 10px;
	width: 195px;
	height: 46px;
    line-height: 1.33;
    font-size: 1.7rem;
}

#main .kojinmuke .photoUl li .photo {
	position: relative;
}

#main .kojinmuke .photoUl li .photo img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

#main .kojinmuke .photoUl li .photo:after {
	content: "";
	padding-bottom: 48%;
	display: block;
}

#main .kojinmuke .photoUl li .link {
    width: 195px;
    margin: 10px auto 20px;
}

#main .kojinmuke .photoUl li .link .btn {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 5px 0 6px;
    background: url("img/index/icon06.png") no-repeat center right 12px;
    background-size: 26px auto;
	background-color: #fff;
    border: 2px solid #281E1C;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .kojinmuke .photoUl li:hover{
	opacity: 0.8!important;
}

#main .kojinmuke .photoUl li .photo img {
    width: 100%;
}

#main .kojinmuke .photoUl li .ttl {
    padding: 14px 15px 35px;
    margin-bottom: 16px;
    border-bottom: 2px solid #281E1C;
}

#main .kojinmuke .photoUl li .ttl span {
    margin: 4px 0 0 2px;
    display: block;
    color: #000;
    font-size: 1.5rem;
}

#main .kojinmuke .photoUl li dl {
    margin: 0 5px 8px 15px;
    font-size: 1.4rem;
}

#main .kojinmuke .photoUl li dt {
    float: left;
}

#main .kojinmuke .photoUl li dd {
    padding: 0 0 0 6.1em;
    letter-spacing: -1px;
    font-size: 1.3rem;
}

#main .kojinmuke .photoUl li dd a:hover {
    text-decoration: underline;
}

#main .kojinmuke .photoUl li .newsLink {
    overflow: hidden;
    position: absolute;
    right: 22px;
    bottom: 20px;
}

#main .kojinmuke .photoUl li .newsLink a {
    display: block;
    padding: 1px 0 4px;
    float: right;
    width: 90px;
    text-align: center;
    font-size: 1.4rem;
    border: 2px solid #281E1C;
	background-color: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main .kojinmuke .photoUl li .newsLink a:hover{
	background-color: #FCEA3F;
}
/*#main .index .photoUl li .newsLink a:hover,*/
#main .kojinmuke .photoUl li .link a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
	#main .kojinmuke .photoUl {
		width: 100%;
	}
	
	#main .kojinmuke .photoUl li {
		width: 100%;
		margin: 0 33px 0 0;
		padding-bottom: 20px;
		float: none;
		border-top: 7px solid #000;
	}

	#main .kojinmuke .photoUl li .link {
		width: 195px;
		margin: 10px auto 0;
	}
}</pre></body></html>