@charset "utf-8";
/* CSS Document */

/*style*/

a {
    color: #016999;
	text-decoration: underline;
}

.card a, .carousel-item a, .table-index-news td a, .subnav li a {
	text-decoration: none;
}

.text-red {
	color: #FF0004;
}

.text-blue {
	color: #016999;
}

.clear {
	clear: both;
}

.card-text {
	line-height: 1.5;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
}

.font18 {
	font-size: 18px !important;
}

.pl-15px {
	padding-left: 15px;
}

.pl-10px {
	padding-left: 10px;
}

.pr-15px {
	padding-right: 15px;
}

.pl-15px {
	padding-right: 15px;
}

.flex-ie-0 {
	height: 0%;
}

.flex-ie-auto {
	height: auto;
}

/*layout*/

body {
	background: url(../img/back-img.png) repeat;
	color: #222;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.8px;
}

.container {
	max-width: 1040px;
}

.wrapper {
	margin: 30px auto 50px auto;
	padding: 20px 15px;
	max-width: 90%;
	background: rgba(255,255,255,.9);
	border-radius: 2px;
	box-shadow:0px 0px 8px 3px rgba(0,0,0,0.03);
	position: relative;
}

.navbar-brand {
	padding-top: 0;
	width: 80%;
}
.logo {
	width: 100%;
}

.btn-std {
	padding: 5px 8px;
	border: 1px solid #c4d0d9;
	border-radius: 2px;
	color: #333;
	font-family: "fot-matisse-pron",sans-serif;
	font-size: 13px;
	text-align: center;
	transition: all .3s;
	position: relative;
	margin: 15px 25px;
}	


.btn-std:hover {
  text-decoration: none;
  color: #333;
}

.btn-std-bgLeft {
    padding: 5px 8px;
    background-image: linear-gradient(to right, rgba(1,105,153,0) 50%, rgba(1,105,153,1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
	text-decoration: none;
}

.btn-std-bgLeft:hover {
	background-position: -100% 0;
	color: #fff;
 }
	
	.nenga-btn {
		margin: 10px 0;
		padding: 5px 30px;
		background: #016999;
		border: 2px solid #016999;
		border-radius: 2px;
		color: #fff !important;
		display: inline-block;
		font-family: "fot-matisse-pron",sans-serif;
		font-style: 16px;
		text-decoration: none;
		transition: .3s;
	}

    .nenga-btn:hover {
        background: #fff;
        color: #016999 !important;
        cursor: pointer;
    }
		
@media screen\0 {
	.btn-std-bgLeft {
		line-height: 1;
		padding: 18px 8px 10px 8px !important;
		}
	.nenga-btn {
		padding: 10px 30px 0px 30px !important;
	}
}
.table-std {
	margin: 0 auto;
	border-collapse: separate; border-spacing: 0;
	border-radius: 10px;
	box-shadow:0px 0px 8px 3px rgba(0,0,0,0.03);
}

.table-std th {
	padding: 10px;
	background: #e0edf7;
	color: #555;
	display: block;
	font-size: 13px;
	width: 100%;
}
.table-std tr:first-child th {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.table-std tr:last-child td {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.table-std td {
	padding: 10px;
	display: block;
	font-size: 14px;
	width: 100%;
}

/*nav*/

.navbar {
	padding: 10px;
}

.nav-link {
	padding: 5px 25px 5px 40px !important;
}

.navbar-nav li a {
	text-decoration: none;
}

.navbar-nav li:nth-of-type(1) a {
	background: url(../img/nav_01.png) left 10px top 5px no-repeat;
	background-size: 18px;
}

.navbar-nav li:nth-of-type(2) a {
	background: url(../img/nav_02.png) left 10px top 5px no-repeat;
	background-size: 18px;
}

.navbar-nav li:nth-of-type(3) a {
	background: url(../img/nav_03.png) left 10px top 5px no-repeat;
	background-size: 18px;
}

.navbar-nav li:nth-of-type(4) a {
	background: url(../img/nav_04.png) left 10px top 5px no-repeat;
	background-size: 18px;
}

.navbar-nav li:nth-of-type(5) a {
	background: url(../img/nav_05.png) left 10px top 5px no-repeat;
	background-size: 18px;
}

.navbar-light .navbar-toggler {
	padding: 5px;
	background: #e0edf7;
	border-color: #a5bbcc;
}

.navbar-light .navbar-toggler-icon {
	font-size: 16px;
}

.subnav {
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.subnav li {
	margin-right: 12px;
	font-size: 12px;
	list-style: none;
	display: inline-block;
	height: 40px;
}

.subnav li a {
	padding: 5px;
	border: 1px solid #c4d0d9;
	border-radius: 2px;
	color: #222;
	transition: .2s;
}

.subnav li a:hover {
	background: #0c6f9c;
	border: 1px solid #0c6f9c;
	color: #fff;
	text-decoration: none;
}

.subnav li a.subnav-active {
	background: #0c6f9c;
	border: 1px solid #0c6f9c;
	color: #fff;
}
@media screen\0 {
	.subnav li a {
		line-height: 1;
		padding: 8px 8px 4px 8px !important;
		}
}


/* main */

.h1-std {
	font-family: "fot-matisse-pron",sans-serif;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
}

.h1-normal {
	margin-bottom: 0;
	padding: 28px 0 0 0;
}

@media screen\0 {
	.h1-normal{
		line-height: 2;
		padding: 60px 0 0px 0 !important;
		}
}


.h1-area {
	position: relative;
	height: 130px;
	z-index: 30;
}

.h1-area:before {
	margin: 0 auto;
	background: url(../img/back-dot_mobile.png) repeat;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: auto;
	right: 0;
	left: -25px;
	bottom: -15px;
	width: 100%;
	z-index: 20;
}

.h1-area:after {
	margin: 0 auto;
	padding: 0 20px;
	background: #e1ebf3cf;
	content: "";
	display: block;
	height: 17px;
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: -17px;
	width: 100%;
	z-index: 10;
}

.h1-img {
	margin: 0 auto;
	font-size: 18px;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	z-index: 40;
}

.h1-company {
	background: url(../img/h1_company.jpg) center center no-repeat;
	background-size: cover;
}

.h1-message {
	background: url(../img/h1_message.jpg) center center no-repeat;
	background-size: cover;
}

.h1-business {
	background: url(../img/h1_business.jpg) center center no-repeat;
	background-size: cover;
}

.h1-guidelines {
	background: url(../img/h1_guidelines.jpg) center center no-repeat;
	background-size: cover;
}

.h1-news {
	background: url(../img/h1_news.jpg) bottom center no-repeat;
	background-size: cover;
}

.h1-works {
	background: url(../img/h1_works.jpg) center center no-repeat;
	background-size: cover;
}

.h1-contact {
	background: url(../img/h1_contact.jpg) center center no-repeat;
	background-size: cover;
}


.h1-img span {
	padding: 10px 25px;
	background: linear-gradient(to bottom, rgba(255,255,255,.8), #fff 100%);
	border-radius: 2px;
	display: inline-block;
}

@media screen\0 {
  .h1-img span, .h2-std {
    line-height: 2;
  }
}

.h2-std {
	margin: 10px 0 20px;
	padding: 12px 0 14px 0;
	clear: both;
	font-family: "fot-matisse-pron",sans-serif;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}

.h2-std:first-letter{
	color: #0c6f9c;
}

.h2-std:before {
	margin: 0 auto;
	background: #0c6f9c;
	content: "";
	display: block;
	width: 18px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 55px;
}

.h2-std:after {
	margin: 0 auto;
	background: #0c6f9c;
	content: "";
	display: block;
	width: 18px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.h2-normal {
	margin: 10px 0 15px 10px;
	padding: 10px 0 10px 0;
	border-bottom: 3px solid #e2e2e2;
	clear: both;
	font-family: "fot-matisse-pron",sans-serif;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.1em;
	position: relative;
}

.h2-normal:first-letter{
	color: #0c6f9c;
}

h4 {
	font-size: 18px;
	line-height: 1.5;
}

.h5-std {
	padding: 4px 10px;
	border: 1px solid #90b9d8;
	border-radius: 20px;
	display: inline-block;
}
/*footer*/
#footer {
	background: #c8d9e6;
}

.access {
	margin: 0 auto;
	padding: 50px 0;
}

.map {
	margin: 0 auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	height: 40vw;
	width: 90%;
}

.adress {
	margin: 0 auto;
	background:  #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	font-size: 14px;
	position: relative;
	width: 90%;
}

.adress h3 {
	font-family: "fot-matisse-pron",sans-serif;
	font-size: 16px;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	position: absolute;
	right: 15px;
	top: 25px;
}
.adress ul{
	margin-left: -25px;
	font-size: 13px;
}

.adress h3:first-letter{
	color: #0c6f9c;
}

@media screen\0 {
	.adress h3{
		right: 25px;
	}
}


/*fotter-link*/

#footer-link {
	padding-bottom: 10px;
}

.logo-link {
	margin: 10px 0 0 0;
	padding: 0;
}

.text-link {
	margin: 10px 0 0 0;
	float: right;
}

.logo-link li, .text-link li {
	padding: 0;
	list-style: none;
	float: left;
}

.logo-link li {
	margin: 0 5px;
	width: 12%;
}

.logo-link li a {
	margin-right: 20px;
}

.logo-link li a img {
	width: 100%;
}

.text-link li a{
	margin-left: 20px;
	color: #222;
}

#page-top img {
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 35px;
}

/* copy */
#copy {
	padding: 5px 0;
	background: #016999;
	color: #fff;
	font-family: "fot-matisse-pron",sans-serif;
	text-align: center;
}

/* INDEX */

.main-img-area {
	position: relative;
}

.vegas-slide {
	position: absolute;
	z-index: 20;
}

.main-img {
	margin: 4%;
	border-radius: 10px !important;
	box-shadow: 0px 6px 21px -9px rgba(0,0,0,0.3);
	width: 92%;
	min-height: 30vh;
}

.main-img div {
	border-radius: 10px !important;
}

.dot-bg {
	margin: 0 auto;
	content: "";
	height: 29vh;
	width: 92%;
	top: 7%;
	right: 2%;
	background: url(../img/back-dot_mobile.png) repeat;
	position: absolute;
	z-index: 10;
}

.gray-bg {
	margin: 0 auto;
	background: rgba(235,235,235,.8);
	content: "";
	height: 28vh;
	width: 92%;
	top: 7.4%;
	right: 3%;
	position: absolute;
	z-index: 1;
}

.pickup a {
	color: #333;	
}
.pickup h2 {
 	margin: 10px 0 0;
}
.pickup h2 span {
	padding: 20px 60px;
	background: url(../img/clover_left.png) left center no-repeat, url(../img/clover_right.png) right center no-repeat;
	background-size: 40px;
}

.pickup h2:after, .pickup h2:before {
	display: none;
}

.pickup h2:first-letter {
	color: #333;
}
/* carousel */

.carousel {
	margin: 0 20px;
}

.carousel-indicators {
	bottom: -45px;
}

#carouselOption1 .carousel-inner {
	width: 90%;
}

.carousel-inner {
	margin: 0 auto 50px auto;
}

.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    text-align: center;
    width: 100%;
    background: #fff;
}

.carousel-item img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.carousel-caption {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

.carousel-caption p {
	margin: 0;
}

.carousel-indicators li {
    background-color: #c8d9e6;
	border-radius: 10px;
	height: 10px;
	width: 10px;
}

.carousel-indicators .active {
	background: #016999;
}

.carousel-control-prev {
	left: -4%;
	top: 55px;
	opacity: 1;
}

.carousel-control-next {
	right: -4%;
	top: 55px;
	opacity: 1;
}

.carousel-control-prev-icon {
	background: url(../img/index_work_right.png) center center no-repeat;
	background-size: 50px;
}


.carousel-control-next-icon {
	background: url(../img/index_work_left.png) center center no-repeat;
	background-size: 50px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	height: 50px;
	width: 50px;
}



/* INDEX NEWS */

.index-news {
	background: url(../img/h1_indexnews.jpg) center center no-repeat;
	background-size: cover;
	min-height: auto;
    	padding-bottom: 30px;
}

.index-news h2 {
	padding: 20px 0 0 0;
	color: #E4ECF2;	
}
.index-news h2:first-letter{
	color: #E4ECF2;	
}

.index-news h2:before, .index-news h2:after {
	display: none;
}

.news-area {
	margin: 0 auto;
	background: rgba(255,255,255,.9);
	border: 1px solid #aaa;
	border-radius: 10px;
	width: 90%;
	position: relative;
}

.jp-title {
	margin: 0 0 0 5px;
	padding-bottom: 23px;
	background: url(../img/nav_01.png) center bottom no-repeat;
    background-size: 18px;
	color: #333;
	font-family: "fot-matisse-pron",sans-serif;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	letter-spacing: 2px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 12px;
}

.jp-title:first-letter{
	color: #0c6f9c;
}

@media screen\0 {
	.jp-title {
		background:  url(../img/nav_01.png) left 15px bottom no-repeat !important;
		background-size: 18px !important;
	}
}

.news-all {
	padding: 3px 0 8px 0;
	border: 1px solid #c4d0d9;
	border-radius: 2px;
	font-family: "fot-matisse-pron",sans-serif;
	font-size: 12px;
	line-height: 2;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	position: absolute;
	right: 14px;
	top: 14px;
	text-decoration: none;
}

.news-all:hover {
	background: #016999;
	color: #fff !important;
	text-decoration: none;
}

@media screen\0 {
	.news-all {
		padding: 8px 14px 15px  2px !important;
		line-height: 1 !important;
	}
}


.table-index-news {
	margin: 23px 35px 20px 32px;
	font-size: 13px;
}

.table-index-news th {
	padding: 5px 0 0 10px;
	display: block;
	width: 100%;	
}

.table-index-news  td {
    padding: 0;
	display: block;
	width: 100%;	
}

.table-index-news-title {
	padding: 0 0 5px 10px;
	color: #333;
	display: block;
}

.table-index-news td a {
	padding: 0 0 5px 10px;
	color: #333;
	display: block;
	transition: .2s;
	text-decoration: underline;
}

.table-index-news td a:hover {
	color: #016999;
}

.table-index-news .new {
	padding-left: 30px;
	display: inline-block;
	color: #FF0004;
}

/* COMPANY */

.history {
	width: 100%;
}
	
/*  WORK */

.work img {
	border: 10px solid #fff;
	border-radius: 15px;
}

.work h2 {
	margin: 20px 0 !important;
	padding: 0;
}

.work h2:first-letter{
	color: #333;	
}
.work h2:before, .work h2:after {
	display: none;
}

.work h4 {
	padding: 15px 0;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.work h4 span {
	padding: 0 60px;
	position: relative;
}
.work h4 span:before ,.work h4 span:after {
	content: "";
	position: absolute;
}

.work_01 span:before {
	background: url(../img/index_work_01.png) left center no-repeat;
	background-size: 25px;
	height: 25px;
	width: 25px;
	left: 15px;
	top: 0;
}

.work_01 span:after {
	background: url(../img/index_work_02.png) right center no-repeat;
	background-size: 40px;
	height: 40px;
	width: 40px;
	right: 0;
	top: -10px;
}

.work_02 span:before {
	background: url(../img/index_work_03.png) left center no-repeat;
	background-size: 30px;
	height: 30px;
	width: 30px;
	left: 10px;
	top: -5px;
}

.work_02 span:after {
	background: url(../img/index_work_04.png) right center no-repeat;
	background-size: 30px;
	height: 30px;
	width: 30px;
	right: 10px;
	top: -5px;
}

.work_03 span:before {
	background: url(../img/index_work_05.png) left center no-repeat;
	background-size: 40px;
	height: 40px;
	width: 40px;
	left: 0;
	top: -10px;
}

.work_03 span:after {
	background: url(../img/index_work_06.png) right center no-repeat;
	background-size: 40px;
	height: 45px;
	width: 40px;
	right: 0;
	top: -15px;
}

.work_04 span:before {
	background: url(../img/index_work_07.png) left center no-repeat;
	background-size: 30px;
	height: 50px;
	width: 45px;
	left: 15px;
	top: -15px;
}

.work_04 span:after {
	background: url(../img/index_work_08.png) right center no-repeat;
	background-size: 35px;
	height: 35px;
	width: 35px;
	right: 10px;
	top: -10px;
}


#carouselOption2 {
	margin: 0 auto;
	width: 90%
}

.work-p {
	margin: 0 0 25px 0;
	padding: 15px;
	background: #FFF;
	text-align: center;
	position: relative;
}

.work-p:before {
	margin: 0 auto;
	background: url(../img/back-dot.png) repeat;
	content: "";
	display: block;
	height: 13px;
	position: absolute;
	top: auto;
	right: 0;
	left: -25px;
	bottom: -13px;
	width: 100%;
	z-index: 20;
}

/* NEWS */

.table-news {
	margin: 0 auto;
	font-size: 14px;
}

.table-news th {
	padding: 5px 0 0 10px;
	display: block;
	width: 100%;	
}

.table-news td {
    padding: 0;
	border-bottom: 1px dashed #c4d0d9;
	display: block;
	width: 100%;	
}

.table-news-title {
	padding: 0 0 5px 10px;
	color: #333;
	display: inline-block;
}

.table-news td a {
	padding: 0 0 5px 10px;
	color: #333;
	display: block;
	transition: .2s;
}
.table-news td a:hover {
	color: #016999;
}

.table-news .new {
	padding-left: 30px;
	display: inline-block;
	color: #FF0004;
}

.article-published {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bolder;
	margin-bottom: 0.5rem;
}

/* QA */

.acMenu {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dashed #c4d0d9;
}

.acMenu dt {
	padding: 15px 10px 15px 10px;
	font-size: 14px;
}

.acMenu dt span {
	margin-right: 10px;
	padding: 0 10px;
	background: #016999;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	height: 30px;
	width: 30px;
}

.acMenu dt:hover {
	cursor: pointer;
}

.acMenu dd {
	padding: 15px 15px 15px 40px;
	background: #e4ecf2;
    border-radius: 10px;
    font-size: 14px;
	display: none;
	text-indent: -1.5em;
}

.acMenu dd span {
	margin: 0 10px 0 0;
	padding: 0 0 0 24px;
    width: 25px;
	background: #fff;
	border-radius: 30px;
	color: #016999;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

@media screen\0 {
	.acMenu dt span {
		line-height: 2.7;
	}
	.acMenu dd span {
		width: 40px !important;
		line-height: 2.5;
	}
	.acMenu dd {
		line-height: 2.3;
	}
}


/* guidelines */
.ol-compliance {
	padding: 0;
	margin:10px 0 0 0;
	list-style: none;
}

.ol-compliance li {
	line-height: 2;
	padding-left: 2.5em;
	text-indent: -2.5em
}

/* contact */
.phone-number {
	font-size: 16px;
}

/* PC */
@media (min-width: 960px) and (max-width: 1160px) {
	.navbar-brand {
		width: 29vw !important;
	}
}

/* PC */
@media (min-width: 576px) {
	body {
		font-size: 15px;
		line-height: 2.1;
	}
	/*style*/
	.mb-md-6 {
	margin-bottom: 4rem !important;
	}

	.mb-md-7 {
	margin-bottom: 5rem !important;
	}

	.mb-md-8 {
	margin-bottom: 6rem !important;
	}

	.ml-md-6 {
	margin-left: 4rem !important;
	}

	.ml-md-7 {
	margin-left: 5rem !important;
	}

	.navbar {
	padding: 18px 15px;
	}

	.navbar-brand {
		width: 400px;
	}
	
	.nav-link {
		padding: 0 25px 0 28px !important;
	}

	.navbar-nav li:nth-of-type(1) a {
		background: url(../img/nav_01.png) left top 5px no-repeat;
		background-size: 18px;
	}

	.navbar-nav li:nth-of-type(2) a {
		background: url(../img/nav_02.png) left top 5px no-repeat;
		background-size: 18px;
	}

	.navbar-nav li:nth-of-type(3) a {
		background: url(../img/nav_03.png) left top 5px no-repeat;
		background-size: 18px;
	}

	.navbar-nav li:nth-of-type(4) a {
		background: url(../img/nav_04.png) left top 5px no-repeat;
		background-size: 18px;
	}

	.navbar-nav li:nth-of-type(5) a {
		background: url(../img/nav_05.png) left top 5px no-repeat;
		background-size: 18px;
	}	
	
	.subnav {
		margin: 30px 0 40px 0; 
	}

	.subnav li {
		font-size: 15px;
		margin-right: 30px;	
	}

	.subnav li a {
		padding: 6px 15px;
	}
	
	.logo {
	}
	
	.wrapper {
		margin: 42px auto 50px auto;
		padding: 40px 50px 50px;
		max-width: 980px;
	}
	
	.h1-std {
		font-size: 38px;
	}
	
	.h1-normal {
		padding: 60px 0 10px 0;
	}

	.h1-area {
		height: 33vw;
		box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.03);
	}

	.h1-area:before {
		height: 25px;
		bottom: -25px;
		width: 90%;
		background: url(../img/back-dot.png) repeat;
	}

	.h1-area:after {
		height: 17px;
		bottom: -17px;
		width: 90%;
	}
	
	.h1-shadow {
		position: absolute;
		height: 100%;
		z-index: 30;
	}

	.h1-img {
		font-size: 36px;
		top: -73px;
	}
	.h1-img span {
		padding: 15px 50px;
	}
	.h2-std {
		font-size: 26px;
	}
	.h2-std:after {
		top: 65px;
	}
	
	.h2-normal {
		margin: 20px 0 25px 20px;
		padding: 15px 0 15px 0;
		font-size: 24px;
	}

	.table-std th {
		padding: 10px 30px;
		display: table-cell;
		font-size: 14px;
		width: auto;
	}
	
	.table-std td {
		padding: 10px 30px;
		display: table-cell;
		font-size: 15px;
		width: auto;
	}
	
	.table-std tr:first-child th {
		border-top-right-radius: 0;
	}

	.table-std tr:last-child th {
		border-bottom-left-radius: 10px;
	}
	.table-std tr:first-child td {
		border-top-right-radius: 10px;
	}
	
	.map {
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		height: 415px;
	}
	
	.adress {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		font-size: 15px;
		height: 415px;
	}
	.adress h3 {
		font-size: 18px;
	}

	.adress ul {
		margin: auto;
		font-size: 14px; 
	}
	
	.btn-std {
		padding: 8px 12px;
		font-size: 14px;
		min-width: 180px;
	}
	.btn-std-bgLeft {
		padding: 8px 12px;
	}
	
	.logo-link {
		margin: 0;
	}
	
	.logo-link li {
		width: auto;
	}
	
	.logo-link li a img {
		padding: 25px 0 10px 0;
		width: auto;
	}
	.text-link {
		margin: 45px 0 0 0; 
		float: none;
	}
	
	#page-top img {
	    right: 30px;
		bottom: 64px;
		width: 56px;
	}

	
	/* INDEX */
	.pickup h2 {
 	margin: 10px 0 25px;
	}

	.pickup h2 span {
		padding: 20px 90px;
		background-size: 65px;
	}

	.pickup-lg {
		margin: 36px auto 90px auto;
		width: 80%;
	}

	.pickup-lg .img-thumbnail {
		padding: 0;
		border-radius: 10px;
		box-shadow: 0px 6px 21px -9px rgba(0,0,0,0.2);
	}
	
	.pickup-lg .card-img-top {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.main-img-text {
		background: url(../img/main-img_text.png) no-repeat;	
		position: absolute;
		top: 4%;
		left: 5%;
		z-index: 30;
		width: 195px;
		height: 530px;
	}
	.main-img {
		margin: 3% 10% 5% auto;
		border-radius: 10px;
		box-shadow: 0px 6px 21px -9px rgba(0,0,0,0.3);
		width: 75%;
		min-height: 70vh;
	}

	.dot-bg {
		margin: 0 auto;
		content: "";
		height: 69vh;
		width: 75%;
		top: 7%;
		right: 7%;
		background: url(../img/back-dot.png) repeat;
		position: absolute;
		z-index: 10;
	}

	.gray-bg {
		margin: 0 auto;
		background: rgba(235,235,235,.8);
		content: "";
		height: 68vh;
		width: 75%;
		top: 7.4%;
		right: 8%;
		position: absolute;
		z-index: 1;
	}

	.carousel {
		margin: 20px;
	}

	/* INDEX NEWS */

	.jp-title {
		margin: 0 0 0 10px;
		font-size: 16px;
	}
	.index-news h2 {
	    padding: 35px 0 20px 0;
	}
	.index-news {
	   min-height: 50vh;
	}
	.news-area {
		width: 60vw;
	}
	
	.table-index-news {
		margin: 27px 50px;
		font-size: 15px;
	}

	.table-index-news th {
		padding: 15px; 
		display: table-cell;
		width: auto;
		vertical-align: top;
	}

	.table-index-news td {
		padding: 0; 
		display: table-cell;
		width: auto;	
	}
	
	.table-index-news-title {
		padding: 15px;
	}

	.table-index-news td a {
		padding: 0; 
	}
	
	.news-all {
		padding: 8px 0 15px 0;
		font-size: 14px;
		right: 30px;
		top: 20px;
	}
	
	.work h2 {
	    margin: 10px 0 25px;
	    padding: 15px 0 20px 0;
	}
	
	.work-p {
		margin: 0 0 70px 0;
	}
	.work_01 span:before {
		background-size: 50px;
		height: 60px;
		width: 55px;
		left: 40px;
		top: -20px;
	}

	.work_01 span:after {
		background-size: 80px;
		height: 60px;
		width: 80px;
		right: 0px;
		top: -20px;
	}

	.work_02 span:before {
		background-size: 60px;
		height: 60px;
		width: 60px;
		left: 25px;
		top: -20px;
	}

	.work_02 span:after {
		background-size: 55px;
		height: 55px;
		width: 55px;
		right: 25px;
		top: -15px;
	}

	.work_03 span:before {
		background-size: 80px;
		height: 80px;
		width: 80px;
		left: 10px;
		top: -30px;
	}

	.work_03 span:after {
		background-size: 80px;
		height: 85px;
		width: 80px;
		right: 15px;
		top: -35px;
	}

	.work_04 span:before {
		background-size: 53px;
		height: 90px;
		width: 80px;
		left: 25px;
		top: -30px;
	}

	.work_04 span:after {
		background-size: 60px;
		height: 65px;
		height: 80px;
		width: 80px;
		right: 20px;
		top: -20px;
	}


	/* WORK */
	.work h4 {
		padding: 15px 0 25px 0;
		font-size: 18px;
	}
	.work h4 span {
		padding: 0 120px;
		position: relative;
	}

	#carouselOption2 {
		width: 70vw
	}
	
	/* COMPANY */

	.history {
		width: auto;
	}

	/* NEWS */

	.table-news {
		margin: 0 auto;
		width: 80%;
		font-size: 15px;
	}

	.table-news th {
		padding: 15px; 
		border-bottom: 1px dashed #c4d0d9;
		display: table-cell;
		width: auto;	
	}

	.table-news td {
		padding: 0; 
		display: table-cell;
		width: auto;	
	}
	
	.table-news td a {
		padding: 15px; 
	}

	.table-news-title {
		padding: 15px;
	}
	
	/* guidance */
	.ol-compliance {
		margin:10px 20px 60px 20px;
	}
	
	/* QA */	
	.acMenu dt span {
		padding: 0 13px;
		height: 37px;
		width: 37px;
	}

	.acMenu dt {
		font-size: 16px;
	}
	
	.acMenu dd {
		padding: 15px 15px 15px 60px;
		font-size: 16px;
	}
	.acMenu dd span {
		width: 33px;
		font-size: 16px;
	}
	
	/* contact */
	.phone-number {
		font-size: 24px;
	}
	
	a[href^="tel:"] {
		cursor: default;
		color: #333;
	}

	a[href^="tel:"]:hover {
		text-decoration: none;

	}
	
	.nenga-btn-area {
		margin-left: 20px;
		width: 90%;
	}
	
	.nenga-btn {
		margin-right: 10px;
		padding: 5px 30px;
		font-size: 17px;
		text-decoration: none;
		transition: .3s;
	}

    .nenga-btn:hover {
        background: #fff;
        color: #016999 !important;
        cursor: pointer;
    }

}
@media screen\0 {
	.pickup h2 span {
		padding: 30px 90px 20px 90px;
	}
	.pickup-lg {
		margin: 15px auto 90px auto;
	}
	.work h2, .index-news h2 {
	 	margin: 25px 0 5px 0 !important;
	}
}
@media (min-width: 780px) and (max-width: 1160px) {
	.work h4 {
		font-size: 14px !important;
	}
	.work h4 span {
		padding:  0 70px;
	}
	.work h4 span:before, 	.work h4 span:after {
		background-size: 5vw;
	}
}

