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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color:#333;
	line-height:1.5rem;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height:1.5rem;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul,li{
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a{
	text-decoration:none;
	color:#3367c9;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
a:focus {
	
}

a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}

.both{
	clear:both;
}
.both hr{
	display:none;
}

p,li,a{
	font-size:1rem;
}
img {
	width:100%;
	display:block;
}
input[type="submit"]{
	border-radius:0;
	-webkit-appearance: none;
}
.site-inner{
	
}
.site-inner h2{
	border-bottom: 1px solid #036eb8;
	display: table;
	font-size: 2.125rem;
	line-height: 2.125rem;
	margin: 0 auto 21px;
	padding: 0 0 13px;
	text-align: center;	
}
#masthead{
	margin:0 0 34px;
}
#masthead .des{
	background-color:#036eb8;
	margin: 0 0 34px;
	padding:8px 0;
}
#masthead .des span{
	color:#fff;
	display:block;
	font-size:0.875rem;
	margin:0 auto;
	max-width:1020px;
}
#masthead .site-header-main{
	margin:0 auto;
	max-width:1020px;
}

#masthead .site-header-main .site-branding{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 21px;
}
#masthead .site-header-main .site-branding .site-title{
	max-width: 322px;
	width: 31.56862745098039%;
}
#masthead .site-header-main .site-branding .site-title a{
	background:transparent url(images/ikuei_logo.jpg) no-repeat scroll bottom left;
	background-size:contain;
	display: block;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
}
#masthead .site-header-main .site-branding .site-title a:hover{
	opacity:0.8;
}
#masthead .site-header-main .site-branding .right{
	
}
#masthead .site-header-main .site-branding .right .tel{
	
	margin:0 0 5px;
	
}
#masthead .site-header-main .site-branding .right .tel a{
	background:transparent url(images/tel_ic.jpg) no-repeat scroll top left;
	color: #036eb8;
	display:block;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 2rem;
	padding: 0 0 0 28px;
}
#masthead .site-header-main .site-branding .right .time{
	font-size:0.9375rem;
}
.nav-menu{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1020px;
}
.nav-menu > li{
	position:relative;
	width: 100%;
	z-index: 1;
}
.nav-menu > li::before{
	color: #036eb8;
	content: "|";
	font-size: 1.75rem;
	position: absolute;
}
.nav-menu > li:last-of-type::after{
	color: #036eb8;
	content: "|";
	font-size: 1.75rem;
	position: absolute;
	right:0;
	top: 0;
}
.nav-menu > li:last-of-type{
	margin:0;
}
.nav-menu > li a{
	display: block;
	text-align: center;
}
.nav-menu > li .sub-menu{
	left: -7px;
	position:absolute;
	transition: all 0.3s ease 0s;
	width: 220px;
}
.nav-menu > li:hover .sub-menu{
	opacity:1;
	visibility: visible;	
	top: 100%;
}
.nav-menu > li .sub-menu{
	background-color: #fff;
	top: 50%;
	opacity:0;
	visibility: hidden;		
	transition: .5s;
}
.nav-menu > li:hover .sub-menu li{
	
}
.nav-menu > li .sub-menu li{
	margin:8px 0 0 0;
}
.nav-menu> li .sub-menu li a{
	
}
.nav-menu li a{
	font-size:1.125rem;
}
.site-navigation .nav-menu > li:nth-of-type(2) > a,.site-navigation .nav-menu > li:nth-of-type(3) > a{
	cursor:default;
}
.site-navigation .nav-menu > li:nth-of-type(2) > a:hover,.site-navigation .nav-menu > li:nth-of-type(3) > a:hover{
	text-decoration:none;
}
#colophon{
	margin:89px 0 0 0;
}
#colophon h2{
	width: 175px;
}
#colophon .bn{
	display: flex;
	justify-content: space-between;
	margin:0 auto 34px;
	max-width:1020px;
}
#colophon .bn li{
	width:32%;
}
#colophon .bn li a{
	display:block;
}
#colophon .bn li a:hover{
	opacity:0.8;
}
#colophon .bn li a img{
	
}
#colophon .gmap{
	border-bottom:1px solid #036eb8;
	margin:0 0 21px;
	padding:0 0 34px;
}
#colophon .gmap iframe{
	display:block;
	width:100%;
}
#colophon .site-info{
	padding:0 0 13px;
}
#colophon .site-info .site-title{
	display: block;
	margin:55px auto 13px;
	max-width: 322px;
	width: 31.56862745098039%;
}
#colophon .site-info .site-title a{
	background:transparent url(images/ikuei_logo.jpg) no-repeat scroll bottom left;
	background-size:contain;
	display: block;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
}
#colophon .site-info .site-title a:hover{
	opacity:0.8;
}
#colophon .site-info p{
	margin:0 0 13px;
	text-align:center;
}
#colophon .site-info p span{
	display:block;
	font-size:1.125rem;
}
#colophon .site-info p span a{
	color:#333;
	font-size:1.125rem;
	text-align:center;
}
#colophon .site-info small{
	display:block;
	font-size:0.75rem;
	text-align:center;
}
.top-page_content{
	
}
.top-page_content .key{
	
}
.top-page_content .key_des{
	background:transparent url(images/sub_img.jpg) no-repeat scroll center center;
	background-size:cover;
	height:400px;
	margin:0 0 55px;
	position:relative;
}
.top-page_content .key_des h3{
	color: #fff;
	font-size: 2.25rem;	
	font-weight: bold;
	left: 0;
	line-height:2.25rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 20%;
}
.top-page_content .key_des p{
	color:#fff;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
}
.info_box{
	margin:0 auto 34px;
	max-width:1020px;
}
.info_box li{
	align-items: center;
	border-bottom: 1px solid #ccc;
	display: flex;
	margin: 0 0 13px;
	padding: 0 0 13px;
}
.info_box li:last-of-type{
	margin:0;
}
.info_box li .date{
	width:20%;
}
.info_box li .cat{
	background-color:#036eb8;
	color:#fff;
	padding:5px 8px;
	margin: 0 4% 0 0;
	max-width:150px;
	text-align:center;
	width:15%;
}
.info_box li .title{
	display:block;
}
.top-page_content .info_archive{
	margin:0 auto 55px;
	max-width:1020px;
}
.top-page_content .info_archive a{
	background-color:#036eb8;
	color:#fff;
	display:block;
	float:right;
	padding:5px 8px;
	text-align: center;
	width: 170px;
}
.top-page_content .info_archive a:hover{
	opacity:0.8;
	text-decoration:none;
}
.top-page_content .business_content{
	background-color: #036eb8;
	padding:34px 0;
}
.top-page_content .business_content h2{
	border-color:#fff;
	color:#fff;
	width: 180px;
}
.top-page_content .business_content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1020px;
}
.top-page_content .business_content ul li{
	background-color:#fff;
	margin:0 0 24px;
	width:31.76470588235294%;
}
.top-page_content .business_content ul li .box{
	padding:8px 8px 13px 8px;
}
.top-page_content .business_content ul li .box h3{
	color:#036eb8;
	font-size:1.5rem;
	margin:0 0 8px;
	text-align:center;
}
.top-page_content .business_content ul li .box p{
	
}
.page-content .key{
	height:200px;
	margin:0 0 34px;
	position:relative;
}
.page-content .key span{
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	height: 24px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.page-content .greeting{background:transparent url(images/company_top.jpg) repeat-x scroll center center;}
.page-content .permission{background:transparent url(images/business_top.jpg) repeat-x scroll center center;}
.page-content .careers{background:transparent url(images/job_top.jpg) repeat-x scroll center center;}
.page-content .contact{background:transparent url(images/contact_top.jpg) repeat-x scroll center center;}
.page-content .local{background-color:#036eb8;}


.page-content .content{
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	max-width:1020px;
}

.page-content .content > article{
	width:76.47058823529412%;
}
.page-content .content > article .entry-content h2{
	background:transparent url(images/title_ic.jpg) no-repeat scroll 13px 2px;
	border-bottom: 1px solid #036eb8;
	color: #036eb8;
	display: block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 0 0 55px;
	padding: 0 0 5px 40px;	
	text-align: left;
}
.page-content .content > article .entry-content{
	
}
.page-content .content > article .entry-content .greeting_box{
	
}
.page-content .content > article .entry-content .greeting_box p{
	
}
.page-content .content > article .entry-content .greeting_box p .right{
	display:block;
	text-align:right;
}
.page-content .content > .side{
	width:21.56862745098039%;
}
.page-content .content > .side > img{
	margin:0 0 13px;
}
.page-content .content > .side .side-menu{
	
}
.page-content .content > .side .side-menu > li{
	
}
.page-content .content > .side .side-menu > li > a{
	background-color:#036eb8;
	color:#fff;
	cursor:default;
	display:block;
	font-weight:bold;
	padding:8px 0;
	text-align:center;
}
.page-content .content > .side .side-menu > li > a:hover{
	text-decoration:none;
}
.page-content .content > .side .side-menu > li .sub-menu{
	
}
.page-content .content > .side .side-menu > li .sub-menu li{
	border-bottom:1px solid #036eb8;
	padding:13px 8px;
}
.page-content .content > .side .side-menu > li .sub-menu li.current_page_item a{
	text-decoration:underline;
}
.page-content .content > .side .side-menu > li .sub-menu li a{
	background:transparent url(images/title_ic.jpg) no-repeat scroll left 2px;
	padding: 0 0 0 30px;
}
.page-content .content > .side .info_box{
	padding: 21px 8px;
}
.page-content .content > .side .info_box li{
	align-items: left;
	flex-direction: column;
}
.page-content .content > .side .info_box li .cat{
	background-color: #036eb8;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	margin: 0 0 5px 0;
	padding: 5px 8px;
	text-align: center;
	width: 100px;
}
.page-content .content > .side .info_box li .title{
	font-size:0.875rem;
}
.page-content .content > article .entry-content .overview_content{
	
}
.page-content .content > article .entry-content .overview_content table{
	margin:0 0 34px;
	width:100%;
}
.page-content .content > article .entry-content .overview_content table th{
	width:34%;
}
.page-content .content > article .entry-content .overview_content table td{
	
}
.page-content .content > article .entry-content .overview_content table td a{
	color:#333;
}
.page-content .content > article .entry-content .overview_content table td,.page-content .content > article .entry-content .overview_content table th{
	border-bottom:1px solid #b5b5b6;
	padding:13px;
}
.page-content .content > article .entry-content .overview_content h3{
	border-bottom: 1px solid #036eb8;
	font-size:1.375rem;
	font-weight:bold;
	margin:0 0 34px;
	padding: 0 0 5px 21px;
}
.page-content .content > article .entry-content .history_content{
	
}
.page-content .content > article .entry-content .history_content table{
	margin:0 0 34px;
	width:100%;
}
.page-content .content > article .entry-content .history_content table th{
	width:22%;
}
.page-content .content > article .entry-content .history_content table td{
	
}
.page-content .content > article .entry-content .history_content table td,.page-content .content > article .entry-content .history_content table th{
	border-bottom:1px solid #b5b5b6;
	padding:13px;
}
.page-content .content > article .entry-content .permission_content{
	
}
.page-content .content > article .entry-content .permission_content ul{
	
}
.page-content .content > article .entry-content .permission_content ul li{
	margin:0 0 13px;
}
.page-content .content > article .entry-content .sales_content{
	
}
.page-content .content > article .entry-content .sales_content ul{
	
}
.page-content .content > article .entry-content .sales_content ul li{
	margin:0 0 13px;
}
.page-content .content > article .entry-content .salestype_content{
	
}
.page-content .content > article .entry-content .salestype_content h3{
	color: #036eb8;
	font-size:2.125rem;
	margin:0 0 42px;
	position:relative;
	text-align:center;
}
.page-content .content > article .entry-content .salestype_content h3::after {
    background-color:  #036eb8;
	bottom: -21px;
	content: "";
    height: 1px;
    left: 0;
    margin: auto;
	position: absolute;
	right: 0;
	width: 85px;
}
.page-content .content > article .entry-content .salestype_content .box{
	display: flex;
	justify-content: space-between;
	margin: 0 0 55px;
}
.page-content .content > article .entry-content .salestype_content .box img{
	height: 100%;
	width:41.53846153846154%;
}
.page-content .content > article .entry-content .salestype_content .box .right{
	width:56%;
}
.page-content .content > article .entry-content .license_content{
	
}
.page-content .content > article .entry-content .license_content h3{
	color: #036eb8;
	font-size:2.125rem;
	font-weight:bold;
	margin:0 0 42px;
	position:relative;
	text-align:center;
}
.page-content .content > article .entry-content .license_content h3::after {
    background-color:  #036eb8;
	bottom: -21px;
	content: "";
    height: 1px;
    left: 0;
    margin: auto;
	position: absolute;
	right: 0;
	width: 85px;
}
.page-content .content > article .entry-content .license_content ul{
	margin:0 0 55px;
}
.page-content .content > article .entry-content .license_content ul li{
	margin:0 0 13px;
}
.page-content .content > article .entry-content .careers_content{
	
}
.page-content .content > article .entry-content .careers_content .tel_box{
	margin:0 0 55px;
}
.page-content .content > article .entry-content .careers_content .tel_box .tel{
	display: table;
	margin: 0 auto 5px;
}
.page-content .content > article .entry-content .careers_content .tel_box .tel a{
	background:transparent url(images/tel_ic.jpg) no-repeat scroll left 3px;
	color: #036eb8;
	display:block;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.5rem;
	padding: 0 0 0 28px;
	text-align: center;
}
.page-content .content > article .entry-content .careers_content .tel_box .time{
	display: block;
	font-size: 1.3125rem;
	text-align: center;
}
.page-content .content > article .entry-content .careers_content h3{
	color: #036eb8;
	font-size:1.75rem;
	font-weight:bold;
	margin:0 0 42px;
	position:relative;
	text-align:center;
}
.page-content .content > article .entry-content .careers_content h3::after {
    background-color:  #036eb8;
	bottom: -21px;
	content: "";
    height: 1px;
    left: 0;
    margin: auto;
	position: absolute;
	right: 0;
	width: 85px;
}
.page-content .content > article .entry-content .careers_content .table_box{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 0 34px;
}
.page-content .content > article .entry-content .careers_content .table_box table{
	border-left:1px solid #b5b5b6;
	border-top:1px solid #b5b5b6;
	margin:0 0 34px;
	width:48%;
}
.page-content .content > article .entry-content .careers_content .table_box table th{
	text-align:center;
}
.page-content .content > article .entry-content .careers_content .table_box table td{
	
}
.page-content .content > article .entry-content .careers_content .table_box table td.b{
	font-weight:bold;
}
.page-content .content > article .entry-content .careers_content .table_box table td,.page-content .content > article .entry-content .careers_content .table_box table th{
	border-right:1px solid #b5b5b6;
	border-bottom:1px solid #b5b5b6;
	padding:8px;
}
.page-content .content > article .entry-content .contact_content{
	
}
.page-content .content > article .entry-content .contact_content h2{
	margin:0 0 34px;
}
.page-content .content > article .entry-content .contact_content .tel_box{
	margin:0 0 55px;
}
.page-content .content > article .entry-content .contact_content .tel_box .des{
	display:block;
	font-size: 1.125rem;
	margin:0 0 5px;
	text-align: center;
}
.page-content .content > article .entry-content .contact_content .tel_box .tel{
	display: table;
	margin: 0 auto 5px;
}
.page-content .content > article .entry-content .contact_content .tel_box .tel a{
	background:transparent url(images/tel_ic.jpg) no-repeat scroll left 3px;
	color: #036eb8;
	display:block;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.5rem;
	padding: 0 0 0 28px;
	text-align: center;
}
.page-content .content > article .entry-content .contact_content .tel_box .time{
	display: block;
	font-size: 1.3125rem;
	text-align: center;
}
.page-content .content > article .entry-content .contact_content > .des{
	margin:0 0 34px;
}
.page-content .content > article .entry-content .contact_content table{
	border-top:1px solid #b5b5b6;
	border-left:1px solid #b5b5b6;
	margin: 0 0 34px;
	width:100%;
}
.page-content .content > article .entry-content .contact_content table th{
	vertical-align:top;
	width:30%;
}
.page-content .content > article .entry-content .contact_content table th .req{
	background-color:#ff0000;
	color:#fff;
	margin:0 0 0 8px;
	padding:3px 8px;
}
.page-content .content > article .entry-content .contact_content table td{
	
}
.page-content .content > article .entry-content .contact_content table td,.page-content .content > article .entry-content .contact_content table th{
	border-right:1px solid #b5b5b6;
	border-bottom:1px solid #b5b5b6;
	padding:13px 8px;
}
.page-content .content > article .entry-content .contact_content table td input[type="text"],.page-content .content > article .entry-content .contact_content table td input[type="email"],.page-content .content > article .entry-content .contact_content table td input[type="tel"],.page-content .content > article .entry-content .contact_content table td textarea{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:1rem;
	width:100%;
}
.page-content .content > article .entry-content .contact_content .submit{
	display:table;
	margin: 0 auto;
}
.page-content .content > article .entry-content .contact_content .submit > div{
	display:flex
}
.page-content .content > article .entry-content .contact_content .submit > div input{
	border: none;
	color:#fff;
	cursor: pointer;
	font-weight:bold;
	display: block;	
	padding: 13px;
	width: 150px;
}
.page-content .content > article .entry-content .contact_content .submit > div input:hover{
	opacity:0.8;
}
.page-content .content > article .entry-content .contact_content .submit > div input.wpcf7-confirm{
	background-color:#B4B4B4;
}
.page-content .content > article .entry-content .contact_content .submit > div input.wpcf7-back{
	background-color:#B4B4B4;
	margin:0 13px 0 0;
}
.page-content .content > article .entry-content .contact_content .submit > div input.wpcf7-submit{
	background-color:#036eb8;
}
.page-content .content .post-password-protected .entry-content{
	
}
.page-content .content .post-password-protected .entry-content h3{
	color:#036eb8;
	font-size: 1.25rem;
    margin: 0 0 13px;
	padding:13px 0 0 0;
}
.page-content .content .post-password-protected .entry-content p{
	margin:0 0 13px;
}
.page-content .content .post-password-protected .entry-content img{
	margin:0 0 13px;
}
.page-content .content .post-password-protected .entry-content a{
	display:inline-block;
	margin:0 0 13px;
}
.page-content .content .post-password-protected .entry-content .sub-menu{
	
}
.page-content .content .post-password-protected .entry-content .sub-menu li{
	border-bottom:1px solid #036eb8;
	margin: 0 0 34px;
	padding: 0 0 13px;
}
.page-content .content .post-password-protected .entry-content .pdf_box{
	margin:0 0 13px;
}
.page-content .content .post-password-protected .entry-content .pdf_box p{
	margin:0 0 5px;
}
.page-content .content .post-password-protected .entry-content .pdf_box a{
	margin:0;
}
.info_single_content{
	margin:0 auto;
	max-width:1020px;
}
.info_single_content h2{
	font-size:1.5rem;
}
.info_single_content p{
	margin:0 0 21px;
}
.info_archive_content{
	margin:0 auto;
	max-width:1020px;
}
.smt_btn{
	display:none;
}
.smt-menu{
	display:none;
	margin: 0 0 21px;
}
@media screen and (max-width: 768px){
	#masthead {
		margin: 0 0 13px;
	}
	#masthead .des {
		padding: 8px 13px;
	}
	#masthead .site-header-main .site-navigation {
		display:none;
	}
	.smt_btn{
		background:transparent url(images/menu.jpeg) no-repeat scroll top left;
		background-size: 32px 32px;
		bottom: 0;
		cursor: pointer;
		display: block;
		height: 32px;
		margin: 0 13px 0 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		text-indent: -9999px;
		top: 48px;
		width: 32px;
	}
	.smt-menu ul{
		
	}
	.smt-menu ul li{
		border-top:2px solid #fff;
	}
	.smt-menu ul li.current-menu-item a{
		
	}
	.smt-menu ul li:last-of-type{
		
	}
	.smt-menu ul li a{
		background-color:#036eb8;
		color: #fff;
		display: block;
		font-weight: bold;
		padding: 13px;
		text-align: center;
		width: 100%;
	}
	.smt-menu ul li a:hover{
		
	}
	#masthead .site-header-main .site-branding {
		display: block;
		margin:0;
	}
	#masthead .site-header-main .site-branding .site-title {
		width: 322px;
		margin: 0 auto 13px;
	}
	#masthead .site-header-main .site-branding .right {
		display: table;
		margin: 0 auto 13px;
	}
	.top-page_content .key_des {
		height: 300px;
		margin: 0 0 34px;
	}
	.top-page_content .key_des h3 {
		font-size: 1.5rem;
		padding:0 13px;
	}
	.top-page_content .key_des p{
		padding:0 13px;
	}
	.site-inner h2 {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.info_box {
		padding: 0 13px;
	}
	.info_box li {
		flex-wrap: wrap;
	}
	.info_box li .date {
		width: 150px;
	}
	.info_box li .cat {
		width: 100px;
	}
	.info_box li .title {
		margin:5px 0 0 0;
		width: 100%;
	}
	.top-page_content .info_archive a {
		margin-right: 13px;
	}
	.top-page_content .business_content {
		padding: 34px 13px;
	}
	.top-page_content .business_content ul li {
		margin: 0 0 13px;
		width: 49%;
	}
	#colophon .bn {
		padding: 0 13px;
		flex-wrap: wrap;
	}
	#colophon .bn li {
		margin: 0 0 13px;
		width: 49%;
	}
	#colophon .nav-menu{
		display:none;
	}
	#colophon .site-info .site-title {
		margin: 21px auto 13px;
		width: 322px;
	}
	.page-content .key {
		height: 150px;
	}
	.page-content .content {
		display: block;
		padding: 0 13px;
	}
	.page-content .content > article {
		margin: 0 0 34px;
		width: 100%;
	}
	.page-content .content > article .entry-content h2 {
		background: transparent url(images/title_ic.jpg) no-repeat scroll 0px 2px;
		padding: 0 0 5px 26px;
		margin: 0 0 34px;
	}
	.page-content .content > .side {
		width: 100%;
	}
	.page-content .content > .side > img {
		margin: 0 auto 13px;
	}
	.page-content .content > article .entry-content .salestype_content h3 {
		font-size: 1.375rem;
		margin: 0 0 21px;
	}
	.page-content .content > article .entry-content .salestype_content h3::after {
		bottom: -5px;
	}
	.page-content .content > article .entry-content .license_content h3 {
		font-size: 1.375rem;
		margin: 0 0 21px;
	}
	.page-content .content > article .entry-content .license_content h3::after {
		bottom: -8px;
	}
	.page-content .content > article .entry-content h2 {
		font-size: 1.375rem;
		line-height: 1.375rem;
		margin: 0 0 34px;
	}
	.page-content .content > article .entry-content .careers_content .tel_box {
		margin: 0 0 34px;
	}
	.page-content .content > article .entry-content .careers_content .tel_box .tel {
		background: transparent url(images/tel_ic.jpg) no-repeat scroll left 0px;
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
	.page-content .content > article .entry-content .careers_content h3 {
		font-size: 1.375rem;
		margin: 0 0 21px;
	}
	.page-content .content > article .entry-content .careers_content h3::after {
		bottom: -5px;
	}
	.page-content .content > article .entry-content .contact_content .tel_box .tel {
		background: transparent url(images/tel_ic.jpg) no-repeat scroll left 0;
		font-size: 2rem;
		line-height: 2rem;
	}
}
@media screen and (max-width: 480px){
	.top-page_content .business_content ul li {
		width: 100%;
	}
	.top-page_content .business_content ul li img{
		width: 100%;
	}
	#colophon .bn li {
		width: 100%;
	}
	#colophon .bn li a img {
		margin: 0 auto;
	}
	.page-content .content > article .entry-content .overview_content table td, .page-content .content > article .entry-content .overview_content table th {
		display: block;
		padding: 13px 0;
		width: 100%;
	}
	.page-content .content > article .entry-content .history_content table td, .page-content .content > article .entry-content .history_content table th {
		padding: 13px 0;
		display: block;
		width: 100%;
	}
	.page-content .content > article .entry-content .salestype_content .box {
		display: block;
		margin: 0 0 34px;
	}
	.page-content .content > article .entry-content .salestype_content .box img {
		width: 100%;
		margin: 0 0 13px;
	}
	.page-content .content > article .entry-content .salestype_content .box .right {
		width: 100%;
	}
	.page-content .content > article .entry-content .careers_content h2{
		font-size:1.25rem;
	}
	
	.page-content .content > article .entry-content .careers_content .table_box {
		display: block;
		margin: 0 0 34px;
	}
	.page-content .content > article .entry-content .careers_content .tel_box .time {
		font-size: 1.25rem;
	}
	.page-content .content > article .entry-content .careers_content .table_box table {
		margin: 0 0 21px;
		width: 100%;
	}
	.page-content .content > article .entry-content .contact_content .tel_box .tel {
		font-size: 1.5rem;
	}
	.page-content .content > article .entry-content .contact_content .tel_box .time {
		font-size: 1.25rem;
	}
	.page-content .content > article .entry-content .contact_content table td, .page-content .content > article .entry-content .contact_content table th {
		display: block;
		width: 100%;
	}
}