@media (max-width: 765px) {

	body {
		font-size: 100%;
		line-height: 1.5;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #222;
		text-align: center;
		background: #fff;
		padding: 0;
		margin: 0;
	}

	a:link { text-decoration: none; color: #009;}
	a:visited { text-decoration: none; color: #009;}
	a:active { text-decoration: none; color: #1453C0;}
	a:hover { text-decoration: none; color: #D67100;}

	.breadcrumbs {
		padding: 15px 10px;
		font-size: 0.7rem;
		color: #999;
	}

	.breadcrumbs i {
		display: inline-block;
		margin: 0 3px;
	}

	img,
	.img-block {
		display: block;
		width: 100%;
	}

	.wrap {
		width: 92%;
		margin: 0 auto;
	}

	.newsTable tr th,.newsTable tr td,
	.table-s1 th,.table-s1 td,
	.table-event-un th,.table-event-un td,
	.eventTable tr th,.eventTable tr td {
		display: list-item;
		border: none;
		list-style-type: none;
	}

	.newsTable tr th,
	.eventTable tr th {
		padding-top: 10px;
	}

	.newsTable tr td:last-child,
	.eventTable tr td:last-child {
		padding: 3px 0 10px;
		border-bottom: #D7EDF6 1px solid;
	}

	#pagetop {
		width: 38px;
		height: 38px;
		background: url(../images/common/pagetop2.png);
		background-size: contain;
		position: fixed;
		right: 8px;
		bottom: -50px;
		text-indent: -9999px;
		outline: none;
		opacity: 0.7;
		-moz-opacity: 0.7;
		filter: alpha(opacity=70);
	}

	#pagetop a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}


	.mf_table {
		width: 100%;
		margin-top: 15px;
	}

	.mf_table th {
		background: #404040;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: block;
		padding: 5px 8px;
		color: #FFF;
	}

	.mf_table td {
		display: list-item;
		border: none;
		list-style-type: none;
		padding: 8px 0;
	}

	.form-control {
		display: block;
		width: 92%;
		height: 30px;
		padding: 6px 10px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
						box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
						transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
						box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}
	.form-control::-moz-placeholder {
		color: #999;
		opacity: 1;
	}
	.form-control:-ms-input-placeholder {
		color: #999;
	}
	.form-control::-webkit-input-placeholder {
		color: #999;
	}
	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
		cursor: not-allowed;
		background-color: #eee;
		opacity: 1;
	}
	textarea.form-control {
		height: auto;
	}
	.form-group {
		margin-bottom: 15px;
	}
	.radio,
	.checkbox {
		display: block;
		min-height: 20px;
		padding-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.radio label,
	.checkbox label {
		display: inline;
		font-weight: normal;
		cursor: pointer;
	}
	.radio input[type="radio"],
	.radio-inline input[type="radio"],
	.checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
		float: left;
		margin-left: -20px;
	}
	.radio + .radio,
	.checkbox + .checkbox {
		margin-top: -5px;
	}
	.radio-inline,
	.checkbox-inline {
		display: inline-block;
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: normal;
		vertical-align: middle;
		cursor: pointer;
	}
	.radio-inline + .radio-inline,
	.checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 10px;
	}
	input.has-error {
		border: 2px solid #FF0004;
		background: #FDECEC;
	}
	div.mfp_err {
		margin-top: 5px;
		padding: 10px;
		background: #FFE6E7;
		color: #EA0003;
		font-size: 13px;
	}
	.mfp_err span {
		color: #F00;
		font-weight: bold;
	}
	.input-btn {
		padding: 20px 0 10px;
		width: 100%;
	}

	.input-btn li {
		display: block;
		width: 45%;
		float: left;
	}

	.input-btn li:first-child {
		margin-right: 5%;
	}

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

	.btn-f1 {
		-webkit-appearance: none;
		font-size: 12px;
		text-align: center;
		border: 2px #333 solid;
		display: inline-block;
		width: 45%;
		float: left;
		padding: 10px 0;
		background: -moz-linear-gradient(top, #FFF, #EEE);
		background: -webkit-linear-gradient(top, #FFF, #EEE);
		background: -o-linear-gradient(top, #FFF, #EEE);
		background: -webkit-gradient(linear, left top,  left bottom, from(#FFF), to(#EEE));
		background: linear-gradient(top, #FFF, #EEE);
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		color: #333!important;
	}

	.input-btn li .btn-f1 {
		width: 100%;
		float: none;
		display: block;
	}

	.btn-f1:first-child {
		margin-right: 5%;
	}

	.input-btn li:first-child .btn-f1:first-child {
		margin-right: 0;
	}

	.foot-sitemap {
		width: 100%;
		margin-top: 0px;
		text-align: left;
	}
	.foot-sitemap ul {
		width: 100%;
		float: none;
	}
	.foot-sitemap ul li.ttl.mb5 {
		margin-bottom: 0px;
	}
	.foot-sitemap ul li.ttl a {
		display: block;
		background: #F3F3F3;
		padding: 8px 15px;
		color: #333;
		border-top: 1px #FFF solid;
		border-bottom: 2px #CCC solid;
		font-weight: bold;
		font-size: 0.9rem;
	}
	.foot-sitemap ul li.ttl a i {
		display: inline-block;
		color: #AAA;
		float: right;
		font-size: 1.2rem;
	}
	.foot-sitemap ul li a,
	.foot-sitemap ul:last-child li.ttl a {
		display: none;
	}

	.foot-sitemap ul li a i {
		display: inline-block;
		color: #FF7100;
		margin-right: 3px;
	}

	.foot-sitemap .sitemaplink02 a i {
		display: inline-block;
		color: #0B6AE5;
		margin-right: 3px;
	}




	#header {
		height: 60px;
		position: inherit;
		top: 0;
	}
	#mainContents {
		margin-top: 0;
	}
	#headTop {
		display: none;
	}
	#header-inner {
		min-width: 320px;
	}
	#header-inner #header-logo {
		padding-top: 8px;
		padding-left: 10px;
		width: 120px;
	}
	#global_navi {
		display: none;
	}
	.headMenu {
		width: 50px;
		float: right;
		padding: 0;
		display: block;
	}
	.headMenu .color3 {
		text-align: center;
		font-size: 10px;
		display: block;
		padding: 12px 0 5px;
	}
	.headMenu span.menuClose { display: none; }
	.headMenu i {
		display: block;
		font-size: 20px;
		margin-bottom: 3px;
	}

	nav#dropNav {
		background: #D1D7E3;
		padding: 10px 12px 20px;
	}
	nav#dropNav ul li a {
		display: block;
		font-size: 13px;
		padding: 8px;
		background: #FFF;
		margin-bottom: 1px;
		color: #333;
		text-align: left;
	}

	nav#dropNav ul li ul li a {
		padding-left: 20px;
	}

	nav#dropNav ul li.dnHead a {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		-moz-border-top-left-radius: 4px;
		-moz-border-top-right-radius: 4px;
	}

	nav#dropNav ul li:last-child a,
	nav#dropNav ul li.bottomR a {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-bottom-left-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
	}

	nav#dropNav ul li.dnHead a {
		margin-top: 8px;
		font-size: 0.9rem;
	}

	nav#dropNav ul li.dnHead:first-child a {
		margin-top: 0;
	}

	nav#dropNav ul li a i {
		display: inline-block;
		font-size: 15px;
		width: 18px;
		color: #0D3AAB;
	}

	.slider-wrap {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.slider-wrap .main-text {
		top: 30%;
		left: 15%;
		right: 15%;
		width: 70%;
		font-size: 0.8rem;
	}
	.slider-wrap .main-text .main-num {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 0.7rem;
		margin: 0 auto 12px;
	}
	.swiper-button-next, .swiper-button-prev {
		background-size: 14px 22px!important;
		height: 22px!important;
		margin-top: -11px!important;
		width: 14px!important;
	}


	.top-section-title h2 {
		font-size: 1.6rem;
	}
	.top-section-title.wrap p {
		text-align: center;
	}
	.top-biz-text {
		width: 90%;
		margin: 20px auto;
	}
	.top_alumi {
		padding-top: 20px;
		margin-top: 20px;
	}
	.top_alumi h3 {
		font-size: 18px;
	}
	.top_alumi_subtitle {
		font-size: 12px;
	}
	.alumi-title-bg {
		background: #d6dce1;
		height: auto;
		margin-top: 20px;
	}
	.alumi_title_box {
		padding: 20px 5%;
		position: static;
		margin-right: 0;
		width: 90%;
		font-size: 0.9rem;
	}
	.alumi_title_box a.btn-s1 {
		display: none;
	}
	.alumi_title_box h4 {
		font-size: 20px;
	}
	.alumi-title-after {
		padding: 20px 12px;
		font-size: 0.9rem;
	}
	.biz-block li {
		display: block;
		float: none;
		background: -moz-linear-gradient(top, #FFF, #EEE);
		background: -webkit-linear-gradient(top, #FFF, #EEE);
		background: -o-linear-gradient(top, #FFF, #EEE);
		background: -webkit-gradient(linear, left top,  left bottom, from(#FFF), to(#EEE));
		background: linear-gradient(top, #FFF, #EEE);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px #CCC solid;
		padding: 15px 4%;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 0.8rem;
		margin-bottom: 15px;
	}
	.biz-block li:nth-child(odd) {
		padding-right: 4%;
	}
	.biz-block li:nth-child(even) {
		padding-left: 4%;
	}
	.biz-block li .biz-img {
		display: block;
		width: 40%;
		height: auto;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.biz-block li .biz-number {
		font-size: 11px;
		font-weight: bold;
		padding-top: 0px;
	}
	.biz-block li h4 {
		font-size: 1rem;
		margin-bottom: 10px;
		float: right;
		width: 55%;
	}
	.biz-block li p {
		width: 55%;
		float: right;
	}
	.biz-block li p br {
		display: none;
	}
	.micro-title-bg p.under {
		font-size: 0.9rem;
		margin: 30px auto 0;
		width: 90%;
	}

	.topContent {
		padding: 20px 0;
		margin-top: 40px;
	}
	.topContent .wrap {
		width: 100%;
	}
	.top_alumi_obj {
		display: block;
		max-width: 100%;
	}
	.topNews {
		width: 100%;
		float: none;
	}
	.top-news-head {
		padding-bottom: 8px;
	}
	.top_news_pagelink {
		display: block;
		float: inherit;
		text-align: center;
		padding-top: 6px;
	}
	.top-news-table tr {
		background: url(../icons/arrow-right.png) no-repeat center right;
		background-size: 20px 20px;
	}
	.top-news-table tr:hover {
		background: url(../icons/arrow-right.png) no-repeat center right #F3F3F3;
		background-size: 20px 20px;
	}
	.top-news-table tr th,
	.top-news-table tr td {
		display: block;
		text-align: left;
		font-size: 0.9rem;
	}
	.top-news-table tr th {
		padding: 10px 30px 5px 12px;
	}
	.top-news-table tr td {
		padding: 0 30px 10px 12px;
	}
	.topContent .movie {
		width: 80%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.contact-section {
		border-bottom: 0;
		padding-bottom: 10px;
		padding-top: 30px;
	}
	.contact-left {
		display: none;
	}
	.tel-btn {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	.tel-after {
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
	}
	.fu-btn {
		float: none;
	}

	.biz-block li .no-br br {
		display: block;
	}
	.banners {
		display: none;
	}
	.banners_sp {
		display:block;
		width: 100%;
		padding: 39px 0;
	}
	.banners_sp ul {
		display: table;
		margin: 0 auto;
	}
	.banners_sp ul li {
		display: table-cell;
		padding: 0 15px;
		vertical-align: middle;
	}
	#footer {
		margin-top: 20px;
	}
	.foot-menu {
		border-bottom: 0;
	}
	.foot-sitemap {
		border-top: 2px #CCC solid;
		padding: 0 0 10px 0;
	}
	.finish {
		text-align: center;
		padding: 10px 0;
		border-top: 2px #EEE solid;
	}
	.finish ul li {
		display: block;
		text-align: center;
		font-size: 0.7rem;
		padding: 5px 0;
	}
	.finish ul li.foot_name {
		padding-right: 0px;
	}
	.finish-logo {
		max-width: 200px;
		display: block;
		margin: 0 auto;
	}
	.foot_iso {
		max-width: 120px;
		display: block;
		margin: 0 auto;
	}
	.foot-info {
		font-size: 0.9rem;
	}
	.foot-info span {
		display: block;
		margin: 0 auto;
	}
	.copyright {
		font-size: 0.7rem;
		margin-top: 0;
		background: #232323;
		color: #FFF;
		padding: 10px 0;
	}


	.pageTitle {
		height: 260px;
		text-align: center;
	}
	.pageTitle-short {
		height: 100px;
		text-align: center;
	}
	.pageTitle.recruit,
	.pageTitle.alumi2 {
		height: 100px;
	}
	.pageTitle-short.recruit2,
	.pageTitle-short.alumi2,
	.pageTitle-short.bisai2,
	.pageTitle-short.bisai3,
	.pageTitle-short.bisai4,
	.pageTitle-short.bisai_kabe,
	.pageTitle-short.bisai_mizo,
	.pageTitle-short.tech,
	.pageTitle-short.rinen,
	.pageTitle-short.friction,
	.pageTitle-short.equip,
	.pageTitle-short.faq,
	.pageTitle-short.history,
	.pageTitle-short.media,
	.pageTitle-short.contact {
		height: 100px;
		float: inherit;
	}
	.pageTitle.alumi,
	.pageTitle.company {
		height: 150px;
		background-position: right;
	}
	.pageTitle.bisai,
	.pageTitle.tech {
    height: 150px;
	}
	.pageTitle h2 {
		font-size: 1.2rem;
		letter-spacing: 0;
		padding-top: 16px;
	}
	.pageTitle.bisai h2 {
		padding-top: 40px;
	}
	.pageTitle-short h2,
	.pageTitle-short.history h2, .pageTitle-short.rinen h2, .pageTitle-short.media h2 {
		font-size: 1.1rem;
		line-height: 100px;
		letter-spacing: 0;
	}
	.pageTitle-short h2.review  span {
	font-size: 0.5em;
	line-height:1.75em;
	}
	.pageTitle.company h2,
	.pageTitle.alumi h2,
	.pageTitle.tech h2 {
		padding-top: 40px;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	}
	.title-recruit .wrap .pagetitle-eng, .pageTitle.company .wrap .pagetitle-eng, .pageTitle.alumi .wrap .pagetitle-eng, .pageTitle.bisai .wrap {
    font-size: 12px;
		text-align: center;
	}
	.pageTitle .wrap p {
		text-align: center;
	}
	.title-recruit {
		height: 200px;
		background: url(../images/page/recruit/title_recruit_bg.jpg) repeat-x center top;
		background-size: cover;
	}
	.title-recruit .wrap h2 {
		font-size: 1.6rem;
		padding-top: 60px;
	}
	.pageTitle-short.recruit2 h2 {
		padding-top: 40px;
	}


	/* 微細加工 */
	.biz_panel_side .biz-number {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.biz_panel li {
		padding-bottom: 15px;
	}
	.biz_panel_side h4 {
		font-size: 1.2rem;
	}
	.left_block1 {
		width: 100%;
		float: none;
	}
	.right_block1 {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	.right_block1.pt10,
	.right_block1.pt0 {
		padding-top: 10px;
	}
	.right_block1 p {
		text-align: left;
	}

	.micro_wrap {
		height: 100%;;
		background: #232833;
		margin-top: 30px;
	}
	.micro_wrap .micro_img_01 {
		float: none;
		display: block;
		height: auto;
		margin: 20px auto;
	}
	.micro_wrap .micro_wrap_left {
		width: 100%;
		float: none;
		color: #FFF;
		padding-top: 30px;
	}
	.micro_wrap .micro_wrap_left p {
		text-align: left;
	}
	.micro_wrap .micro_wrap_left h3,
	.create_wrap_left h3 {
		font-size: 1.3rem;
		margin-bottom: 25px;
	}
	.bisai_box {
		border-top: 1px #DDD solid;
		padding: 25px 5px;
	}
	.bisai_box h3 {
		float: none;
		width: 96%;
		font-size: 1rem;
		background: #f3f3f3;
		padding: 5px 2%;
	}
	.bisai_box .bisai_box_right {
		float: none;
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}
	.bisai_faq {
		padding: 40px 0;
	}
	.bisai_faq dl {
		text-align: left;
	}
	.bisai_faq dl span {
		display: table-cell;
		width: 50px;
		padding-right: 0;
	}

	.create_wrap {
		background: #e2e7ea;
		padding: 30px 0;
	}
	.create_wrap .wrap {
		position: relative;
	}
	.create_wrap .create_wrap_left {
		width: 100%;
	}
	.create_wrap .create_wrap_left h3 {
		font-size: 1.2rem;
	}
	.create_wrap .create_wrap_left .white_text {
		padding: 5px 10px;
	}
	.create_wrap .create_wrap_left h3 br {
		display: none;
	}
	.create_wrap .create_img_01 {
		position: static;
		margin-top: 20px;
	}
	.create_wrap .create_wrap_left_02 {
		width: 100%;
		float: none;
	}
	.create_wrap .create_wrap_left_02 h3 {
		font-size: 1.2rem;
		margin-bottom: 25px;
	}
	.create_wrap .create_img_02 {
		float: none;
		width: 100%;
		margin-top: 20px;
	}



	/* テクノロジー */
	.wrap p {
		text-align: left;
	}
	.tech_box {
		width: 100%;
		float: inherit;
		margin-bottom: 25px;
	}
	.tech_box:nth-child(odd) {
		margin-right: 0;
	}
	.tech_box p {
    padding: 15px;
		text-align: left;
		font-size: 0.9rem;
	}
	.tech_box a.btn-s1 {
    width: 80%;
		margin: 0 auto;
		padding: 8px 10px 8px 0;
		font-size: 0.9rem;
	}
	.tech_box	a.btn-s1 i {
    top: 11px;
	}
	.alloy {
		width: 800px;
	}
	.scroll-x {
		overflow: auto;
	}
	.alloy tbody th {
		padding: 10px;
		font-size: 0.8rem;
	}
	.alloy thead th,
	.equip thead th {
		padding: 10px;
		font-size: 0.8rem;
	}
	.alloy td {
		padding: 10px;
		font-size: 0.8rem;
	}
	.alloy-center tbody th {
		padding: 10px;
	}

	.equip thead,
	.equip tbody td br {
		display: none;
	}
	.equip tbody th {
		display: block;
		width: 94%;
		padding: 10px 3%;
		border-bottom: 0;
		background: #F3F3F3;
		text-align: left;
		margin-top: 10px;
	}
	.equip tbody td {
		display: block;
		width: 94%;
		padding: 10px 3%;
		text-align: left;
	}

	.white_box {
		background: #FFF;
		padding: 20px;
		font-size: 0.9rem;
	}
	.fsw1 {
		float: inherit;
		width: 100%;
	}
	.fsw1 img {
		width: 70%;
		margin: 0 auto;
	}
	.fsw1_img {
		width: 80%;
		float: inherit;
		margin: 15px auto;
	}
	.fsw2in {
		float: inherit;
	}
	.fsw2right {
		float: inherit;
		background: #E7F0FF;
		width: 94%;
		padding: 15px 3%;
		margin-top: 18px;
	}
	.fsw3 {
		padding-bottom: 2px;
	}
	.fsw3 h4 {
		font-size: 1rem;
		padding: 5px;
	}
	.fsw3 dl {
		padding: 15px 3%;
		background: #FFF;
		width: 93%;
		margin: 0 auto;
	}
	.fsw3 dl dt {
		width: 100%;
		display: block;
		padding-left: 0;
		text-align: left;
	}
	.fsw3 dl dd {
		width: 100%;
		display: block;
		color: #FFF;
		font-weight: 700;
		padding-left: 0;
		margin-bottom: 8px;
	}
	.arrow_box {
		position: relative;
		background: #88b7d5;
		border: 1px solid #c2e1f5;
	}
	.arrow_box:after, .arrow_box:before {
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.arrow_box:after {
		border-width: 0;
		margin-top: 0;
	}
	.arrow_box:before {
		border-width: 0;
		margin-top: 0;
	}
	.fsw_table1 {
		width: 80%;
		margin: 30px auto 0;
	}
	p.icon_ok,
	p.icon_ng {
		margin: 0 auto 7px;
		text-align: center;
	}
	p.icon_ok i,
	p.icon_ng i {
		font-size: 15px;
	}
	p.icon_ng:after {
		border-top-color: #EEE;
	}
	.fsw5 {
		text-align: center;
		margin-top: 30px;
	}

	.fsw_table3 {
		width: 100%;
		margin-top: 30px;
	}
	.fsw_table3 td {
		padding: 5px;
		border: 1px #DDD solid;
		vertical-align: middle;
	}
	.fsw_table3 tr td:first-child {
		width: 70%;
		vertical-align: top;
	}
	.fsw_table3 td.img-double img {
		width: 50%;
		display: table-cell;
		vertical-align: top;
	}
	.fsw6 {
		background: #E7F3FF;
		border: 5px #0026A9 solid;
		color: #0026A9;
		padding: 15px 25px;
		margin-top: 20px;
	}



	/* 採用情報 */
	.rec-box {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 30px;
		padding: 30px 0;
	}
	.rec-box.rb1,.rec-box.rb2,.rec-box.rb3,.rec-box.rb4 {
		background-size: cover;
	}
	.rec-box h3 {
		padding-top: 0;
		font-size: 1.2rem;
	}
	.wrap .rec-box p {
		font-size: 0.8rem;
		text-align: center;
	}

	.shain-s {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.shain-s h4 {
		width: 100%;
		height: auto;
		font-size: 1rem;
		float: none;
		padding: 15px 0;
		line-height: normal;
	}

	.sya_img {
		display: block;
	}
	.sya_img a {
		display: block;
		width: 50%;
		height: auto;
		float: left;
	}
	.sya_img a span {
		width: 100%;
		height: 100%;
		font-size: 0.8rem;
		display: inline;
		vertical-align: middle;
		padding-top: 39%;
	}
	.sya_img a.selected span {
		padding-top: 45%;
	}
	.sya_img a.selected span i {
		display: none;
	}

	.recTopImg {
		width: 100%;
		float: none;
	}
	.rec_prof {
		float: none;
		width: 86%;
		height: auto;
		font-size: 0.9rem;
		text-align: center;
		padding: 20px 7%;
	}
	.wrap .rec_prof p {
		text-align: center;
	}
	.wrap p.pfile {
		font-size: 30px;
		background: url(../images/common/title1_border.png) no-repeat center bottom;
		display: block;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.wrap p.nyusya {
		position: static;
		text-align: center;
		width: 100%;
		font-size: 1rem;
		background: url(../images/common/title2_border.png) no-repeat center top;
		padding-top: 10px;
		margin-top: 20px;
	}
	.nyusya.bottom0 {
		bottom: 0;
	}
	.schedule {
		float: none;
		background: #F1F2FF;
		padding: 15px;
		width: 90%;
		text-align: left;
	}
	.rec-img-r,
	.rec-img-r2 {
		width: 100%;
		display: block;
		float: none;
		margin: 20px auto 0;
	}
	.rec-img-r2 {
		margin: 20px auto 20px;
	}
	.interview-wrap {
		text-align: left;
	}
	.interview-wrap h3 {
		font-size: 1rem;
		margin-top: 30px;
		text-align: center;
		background: url(../images/common/t_line.png) no-repeat center bottom;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.interview-wrap .jptitle {
		text-align: center;
		margin-bottom: 19px;
	}
	.interview-wrap h4 {
		font-size: 1rem;
		margin-top: 40px;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
	.rec-img-l {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.rec-img-l.w200 { width:100%; }
	.rec-img-l.w300 { width:100%; }
	.interview_right_style1 {
		width: 100%;
		float: none;
	}
	.saiyo_top_img {
		display: none;
	}

	table.recruit {
		width: 100%;
	}
	table.recruit.graduate {
		width: 100%;
		float: inherit;
	}
	table.recruit th {
		width: 100%;
		padding: 8px 0;
		background: #F3F3F3;
		border: 1px #DDD solid;
		display: block;
	}
	table.recruit td {
		display: block;
		padding: 10px 3%;
		width: 94%;
		background: #FFF;
		border: 1px #DDD solid;
		text-align: left;
		font-size: 0.8rem;
	}

	.gd_bottom {
		float: inherit;
		width: 100%;
		margin-top: 20px;
	}
	.gd_block{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.gd_img1 {
		margin: 0 auto;
		display: block;
		padding-left: 25px;
		width: 267px;
		float: inherit;
	}
	.gd_bottom_right {
		float: inherit;
		width: 100%;
	}
	.gd_bottom_right2 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.gd_bottom_left {
		float: inherit;
		text-align: center;	
		width: 100%;
	}
	.rec_guide {
		display: block;
	}
	.gd_top .orange_text {
		color: #ff7e00;
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
		font-weight: 700;
		text-align: left;
		margin: 25px 0 10 0;
	}
	.print_btn_box {
		display: block;
		margin: 0 auto;
		width: 212px;
		text-align: center;
		border: 0;
	}
	.print_size_guide {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		border: 1px #DDD solid;
		background: #f3f3f4;
		font-size: 14px;
	}
	.gd_bottom_right2 .btn-s2 {
		margin: 15px auto;
		width: 200px;
		color: #FFF;
		text-align: center;
	}
	.print_multiple {
		width: 100%;
		margin-top: 13px;
		background: #f3f3f4;
		padding-top: 7px;
		text-align: center;
	}
	.print_multiple img {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.hosoku {
		font-size: 0.7rem;
		line-height: 1.3;
		padding: 10px;
	}

	.overview {
		width: 100%;
		float: inherit;
	}
	.overview th {
		display: block;
		width: 94%;
		padding: 5px 3%;
		border: none;
		background: #EEE;
		border-radius: 4px;
	}
	.overview td {
		display: block;
		width: 94%;
		padding: 8px 3% 18px;
		text-align: left;
		border: none;
	}
	.about_left {
		float: inherit;
		width: 100%;
	}
	.gaikan {
		text-align: center;
	}
	.gaikan {
		float: inherit;
		width: 208px;
		text-align: center;
		margin: 20px auto 0;
	}
	.panph {
		display: block;
		width: 98%;
		padding: 3px;
		text-align: center;
	}
	.panph p {
		text-align: center;
	}
	.print_multiple,.hosoku {
		display: none;
	}


	.kikaku_box {
		width: 96%;
		padding: 20px 2%;
		float: none;
		margin-right: 0;
		background: #FFF;
		box-shadow: 1px 1px 3px rgba(74,74,74,.40);
	}
	.policy th {
    border-bottom: 0 none;
    display: block;
    padding: 5px 3%;
    width: 94%;
	}
	.policy th div {
    line-height: 1.5;
	}
	.policy td {
    display: block;
    padding: 5px 3%;
    width: 94%;
	}
	.wrap .policy td .kikaku p {
    display: block;
    height: auto;
		text-align: center;
		font-size: 0.8rem;
		margin-bottom: 10px;
	}
	.policy td .kikaku .iso {
    display: block;
		width: 120px;
		margin: 0 auto 10px;
    height: auto;
	}
	.access_wrap {
		padding-top: 30px;
	}


	.greet_box {
		margin: 0 auto;
		padding-bottom: 70px;
	}
	.policy_image,
	.policy_image_left {
		display: block;
		width: 70%;
		margin: 0 auto 30px;
		float: inherit;
	}
	.greet_box h3 {
		font-size: 1rem;
		margin-bottom: 40px;
	}
	.policy_message {
		font-size: 0.9rem;
		line-height: 1.6;
		height: auto;
		width: 100%;
		float: inherit;
	}
	.policy_message_right {
		float: right;
	}
	.policy_message h4 {
		font-size: 1.2rem;
		margin-bottom: 50px;
	}
	.pname {
		position: inherit;
		display: block;
		width: 100px;
		margin: 25px auto 0;
		right: auto;
	}

	.history {
		width: 100%;
		float: inherit;
	}

	.history th {
		width: 96%;
		padding: 5px 2%;
		border-bottom: 1px #ccc solid;
		text-align: center;
		font-size: 0.9rem;
		display: block;
	}

	.history td {
		padding: 8px 0 20px;
		border-bottom: 1px #ccc solid;
		font-size: 0.9rem;
		display: block;
	}

	#map {
		float: none;
		width: 100%;
		height: 300px;
	}
	.access {
		width: 100%;
		float: none;
		padding: 15px 0;;
	}

	.gallery {
		padding: 20px 0;
	}
	.imgList li {
		width: 47%;
		padding-bottom: 12px;
	}
	.imgList li:nth-child(odd) {
		margin-right: 6%;
	}
	.wrap .left_block1 p.text-center,
	.wrap p.caption {
		font-size: 0.7rem;
		text-align: center;
	}


	/* メディア掲載歴 */
	.media-list li {
		width: 100%;
		float: inherit;
		margin-right: 0;
		height: auto;
		margin-bottom: 30px;
		font-size: 0.8rem;
	}
	.order__number {
		font-size: 1rem;
	}
	.item__hdg {
		font-size: 0.9rem;
	}
	p.answer {
		background: #81B9E3;
		text-align: center;
		padding: 3px 0;
	}



	.contact_table {
		width: 100%;
		margin: 10px auto;
	}
	.contact_table th {
		padding: 7px 3%;
		width: 94%;
		border: 0;
		text-align: left;
		display: block;
	}
	.contact_table th .hissu_cell {
		position: relative;
	}
	.hissu {
		display: block;
		padding: 2px 0;
		line-height: 1.1;
		text-align: center;
		width: 50px;
		background: #009;
		position: static;
		margin: 0 auto;
		font-size: 0.7rem;
	}
	.entry-form {
		padding-bottom: 30px;
	}
	.entry-form .text-center .hissu {
		display: inline-block;
		margin-top: -3px;
	}
	.contact_table td {
		padding: 7px 0;
		border: 0;
		display: block;
		text-align: left;
	}
	.goyouken .radio {
		width: 100%;
		display: block;
	}



	.guide_sheet {
		margin-top: 30px;
	}
	.guide_tit {
		width: 40%;
		margin: 0 auto;
	}
	.guide_box {
		width: 100%;
		text-align: center;
	}
	.guide_box br {
		display: none;
	}
	.guide_box.left {
		float: inherit;
	}
	.guide_box.right {
		float: inherit;
	}
	.guide_box h4 {
		padding: 20px 0;
	}
	.guide_sheet .guide_box h4 {
		padding-top: 20px;
	}
	.recruit_btns {
		padding: 20px 4%;
		text-align: center;
	}
	.recruit_btns a {
		width: 100%;
		padding: 15px 0;
		float: inherit;
		margin-bottom: 10px;
		margin-right: 0;
		color: #0F39AA;
	}
	.recruit_btns a:last-child {
		margin-bottom: 0;
	}

	.schools {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		font-size: 0.8rem;
	}
	.from {
		width: 100%;
		margin-right: 0;
		float: inherit;
	}
	.from .sq1 {
		margin-top: 15px;
	}

	.item__pct img {
		width: auto;
	}


	.sitemap ul {
    display: block;
    float: inherit;
    height: auto;
    margin-right: 0;
		margin-bottom: 30px;
    width: 100%;
	}
	.sitemap ul li.ttl a {
		font-size: 1rem;
		font-weight: bold;
	}

	br.pc_hide {
		display: block;
	}

	img.emidas-bcon {
		display: inline;
    width: auto;
    z-index: 1;
	}


	.ctt {
		padding: 0;
	}
	.ctt_table {
		width: 100%;
		margin: 30px auto;
		font-size: 0.8rem;
	}
	.ctt_table td h4 {
		text-align: left;
		margin-bottom: 5px;
	}



	/* トップ お知らせ */
	.top-picknews a,
	.top-picknews p {
		width: 90%;
		margin: 30px auto;
		padding: 15px 3%;
		font-size: 1rem;
	}
	.top-picknews a:hover {
		background-color: #c6e2ff;
	}
	.top-picknews.red-topic a:hover {
	background: rgba(255,204,205,1.00);
	}


	.news_wrap {
		width: 98%;
		margin: 0 auto;
		min-height: 320px;
	}
	.news_heading {
		font-size: 1.3rem;
		border-bottom: 1px #DDD solid;
		padding-bottom: 5px;
	}
	.dates_of_news {
		background-color: #f3f3f3;
		padding: 3px 10px;
	}
	.news_content {
		line-height: 1.8;
		font-size: 0.9rem;
		padding-top: 26px;
		padding-bottom: 50px;
	}
	.border-box {
		border: 1px #DDD solid;
		background-color: #FFF;
		box-shadow: 0 2px 0 #f3f3f3;
		padding: 7px 10px;
	}

.top-message .wrap {
height: auto;
background: url(../images/page/recruit/ceo.jpg) no-repeat bottom center;
background-size: auto calc(600 / 768 * 100vw);
padding-bottom: calc(600 / 768 * 100vw);
}

.top-message-inner {

    width: 100%;
    padding: 20px 0;

}

.wrap p {

    text-align: left;
    font-size: 14px;

}

}
