@charset "utf-8";


/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2.5rem;
	color: #555;
	color: rgba(0,0,0,0.75);
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

main {
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	line-height: 3rem;
	/*background-color: #f5f3f0;*/
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
	color: #000;
}

p,
td,
th,
blockquote {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}


strong,
em {
	color: #333;
	font-weight: 600;
}

a {
	color: #555;
	color: rgba(0,0,0,0.8);
	transition: all 0.1s ease;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-item {
	flex: 1 1 auto;
}


/* ============================================================================================== */
/* Layout / global-header                                                                         */
/* ============================================================================================== */

.fixed-gnav {
	position: absolute;
	top: 270px;
	left: 0;
	width: 250px;
}

#global-header {
	position: relative;
	z-index: 200;
	width: 250px;
	background: rgb(255,255,255);
	float: left;
}

#global-header .logo-container {
	display: table;
	width: 100%;
	height: 230px;
	background: #222;
	box-sizing: border-box;
}

#global-header .logo-anchor {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1rem;
}

#global-header .logo {
	width: 200px;
	display: inline-block;
}

#global-header .logo_logomark {
	display: block;
	width: 33%;
	margin: 0 auto 15px;
}

#global-header .logo_logotype1 {
	display: block;
	width: 100%;
	margin: auto;
}

#global-header .logo_logotype2 {
	display: block;
	width: 100%;
	margin: 2px auto 0;
}

#global-header .logo-container-sub {
	width: 100%;
	padding: 10px;
	background: #000;
	box-sizing: border-box;
}

#global-header .logo-sub img {
	display: block;
	height: 20px;
	width: auto;
	margin: 0 auto;
}


#gnav {
	z-index: 200;
	transition: all 0.2s ease 0s;
}

.global-navigation a {
	-webkit-transition: all 0.1s ease;
	        transition: all 0.1s ease;
}

.nav-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gnav-main li {
	display: table;
	width: 100%;
	height: 60px;
}

.gnav-main a {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 50px;
	color: #fff;
	font-weight: bold;
	outline: none;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px auto;
}

.gnav-main a:hover {
	background-position: 25px center;
	background-size: 20px auto;
}

.gnav-main .nav-about a {
	background-image: url(../images/common/icon_about_white.png);
	background-color: #44715e;
}
.gnav-main .nav-about a:hover {
	background-color: #468068;
}
.gnav-main .nav-about.current a {
	background-color: #468068;
}


.gnav-main .nav-type a {
	background-image: url(../images/common/icon_type_white.png);
	background-color: #bcac44;
}
.gnav-main .nav-type a:hover {
	background-color: #ccba47;
}
.gnav-main .nav-type.current a {
	background-color: #ccba47;
}


.gnav-main .nav-feature a {
	background-image: url(../images/common/icon_feature_white.png);
	background-color: #ae6f48;
}
.gnav-main .nav-feature a:hover {
	background-color: #bf7445;
}
.gnav-main .nav-feature.current a {
	background-color: #bf7445;
}


.gnav-main .nav-overview a {
	background-image: url(../images/common/icon_overview_white.png);
	background-color: #543869;
}
.gnav-main .nav-overview a:hover {
	background-color: #653e82;
}
.gnav-main .nav-overview.current a {
	background-color: #653e82;
}


.gnav-sub {
	margin-top: 10px;
}

.gnav-sub a {
	display: block;
	padding-left: 40px;
	font-size: 1.3rem;
	line-height: 3.0rem;
	font-weight: 600;
	text-decoration: none;
	background: url(../images/common/icon_arrow_circle_black.png) no-repeat 20px center;
	background-size: 15px auto;
}

.gnav-sub a:hover {
	background: url(../images/common/icon_arrow_circle_black.png) no-repeat 25px center;
	background-size: 15px auto;
}


.contact-info {
	padding: 10px 20px 20px 20px;
	box-sizing: bordr-box;
}

.contact-info .tel-title {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.0rem;
	margin-bottom: 5px;
}

.contact-info .tel-number {
	width: 200px;
}

.contact-info .tel-number img {
	width: 100%;
}

.contact-info .tel-time {
	font-size: 1.2rem;
	line-height: 1.8rem;
}


.doc-request-container {
	margin: 10px 0;
}

.doc-request-btn {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px 15px;
	border-radius: 6px;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	position: relative;
}

.doc-request-btn .doc-request-title {
	font-weight: 600;
	font-size: 1.6rem;
}

.doc-request-btn .doc-request-description {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.doc-request-btn .doc-request-img {
	position: absolute;
	right: 3px;
	top: 4px;
	width: 85px;
}

.doc-request-btn .doc-request-img img {
	width: 100%;
}

.doc-request-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	text-decoration: none;
}


.menu-button {
	display: none;
	position: fixed;
	top: 28px;
	right: 5px;
	z-index: 201;
}

.menu-button a {
	position: relative;
	height: 40px;
	width: 40px;
	display: block;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.menu-button a span,
.menu-button a span:before,
.menu-button a span:after {
	position: absolute;
	display: block;
	height: 2px;
	width: 20px;
	padding: 0;
	background: rgba(255, 255, 255, 1);
	text-indent: -200px;
	border-radius: 0;
	-webkit-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

.menu-button a span {
	top: 13px;
	margin-left: 10px;
	-webkit-transform-origin: center 15px;
	        transform-origin: center 15px;
}

.menu-button a span:before {
	top: 6px;
	content: "";
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.menu-button a span:after {
	top: 12px;
	content: "";
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.menu-button a:hover span,
.menu-button a:hover span:before,
.menu-button a:hover span:after {
	background: rgba(255,255,255,1);
}

.show .menu-button a span,
.show .menu-button a span:before,
.show .menu-button a span:after {
	background: rgba(255,255,255,1);
}

.show .menu-button a:hover span,
.show .menu-button a:hover span:before,
.show .menu-button a:hover span:after {
	background: rgba(255,255,255,1);
}

.show .menu-button a span {
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.2s ease 0.1s;
	        transition: all 0.2s ease 0.1s;
	-webkit-transform: rotate(45deg) translate(-6px, 8px);
	        transform: rotate(45deg) translate(-6px, 8px);
}

.show .menu-button a span:before {
	background: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: all 0.2s ease 0s;
	        transition: all 0.2s ease 0s;
}

.show .menu-button a span:after {
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.2s ease 0.1s;
	        transition: all 0.2s ease 0.1s;
	-webkit-transform: rotate(-90deg) translate(12px, 0px);
	        transform: rotate(-90deg) translate(12px, 0px);
}


/* ============================================================================================== */
/* Layout / main-wrapper                                                                          */
/* ============================================================================================== */

.content-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	position: relative;
}

.main-wrapper {
	float: right;
	width: calc(100% - 250px);
	background-color: #f5f3f0;
}

.main-wrapper .width-state-regular {
	width: calc(100% - 120px);
	margin: 0 auto;
}

.main-wrapper .width-state-max {
	width: 100%;
	max-width: auto;
}

.container-style-card {
	margin-bottom: 20px;
	background: #fff none repeat scroll 0% 0%;
	border-radius: 6px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.content-title-wrap {
	padding: 80px 0 40px;
	text-align: center;
}

.content-title {
	font-size: 2.5rem;
	font-weight: bold;
	border-bottom: solid 3px rgba(0,0,0,0.1);
}

.content-description {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: -15px;
}

.sub-title-l {
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	margin: 10px 0;
}

.sub-title-l:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 3px;
	display: block;
	background-color: rgba(0,0,0,1);
	width: 5px;
	height: calc(100% - 5px);
	border-radius: 3px;
}

.main-wrapper .height-state-regular {
	padding-bottom: 80px;
}

.bgcolor-white {
	background-color: rgba(255,255,255,0.5);
}


/* Desktop */
@media screen and (max-width: 1180px) {


}

/* iPad */
@media screen and (max-width: 768px) {
	
	.main-wrapper .width-state-regular {
		width: calc(100% - 60px);
	}
	
	.content-title-wrap {
		padding: 60px 0 30px;
	}
	
	.main-wrapper .height-state-regular {
		padding-bottom: 60px;
	}
	
}
/* iPhone 6 Plus */
@media screen and (max-width: 414px) {
	
	.main-wrapper .width-state-regular {
		width: calc(100% - 40px);
	}
	
	.content-title-wrap {
		padding: 50px 0 30px;
	}

	.content-title {
		font-size: 2.0rem;
	}
	
	.main-wrapper .height-state-regular {
		padding-bottom: 50px;
	}
	
}
/* iPhone 5 */
@media screen and (max-width: 374px) {
	
	.main-wrapper .width-state-regular {
		width: calc(100% - 30px);
	}

}


/* ============================================================================================== */
/* Layout / doc-request                                                                           */
/* ============================================================================================== */

.main-doc-request-container {
	background-color: rgba(0,0,0,0.1);
	padding: 30px;
}

.main-doc-request-container .container-style-card {
	margin-bottom: 0;
}

.main-doc-request {
	display: block;
	box-sizing: border-box;
	padding: 5px;
	text-decoration: none;
}

.main-doc-request-inner {
	border: solid 1px rgba(0,0,0,0.5);
	text-align: center;
}

.main-doc-request-inner-position {
	display: inline-block;
	position: relative;
}

.main-doc-request-img {
	width: 100%;
	max-width: 120px;
	position: absolute;
	top: -10px;
	left: 0;
}

.main-doc-request-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.8rem;
	font-weight: bold;
	margin: 20px 5px 20px 130px;
}

.main-doc-request-txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
}

.main-doc-request-container a:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
	text-decoration: none;
}


/* ============================================================================================== */
/* Layout / page-header                                                                           */
/* ============================================================================================== */

.page-header {
	position: relative;
}

.page-header:before {
	content: "";
	width: 715px;
	height: 345px;
	position: absolute;
	right: -200px;
	top: -50px;
}

.page-header .page-header-title {
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	padding: 40px 0;
}

.txt-link {
	display: inline-block;
	margin: 10px 0;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/common/icon_arrow_circle_black.png) no-repeat left center;
	background-size: 15px auto;
}

.txt-regular {
	text-align: justify;
}

.txt-center {
	text-align: center;
}


.txt-small {
	font-size: 0.8em;
	font-weight: normal;
}

.txt-layout {
	overflow: hidden;
	position:relative;
	z-index: 100;
}

.txt-layout .txt-area-left {
	width: calc(100% - 260px);
	float: left;
	text-align: justify;
}

.txt-layout .txt-area-right {
	width: calc(100% - 260px);
	float: right;
	text-align: justify;
}

.txt-layout .img-area-left {
	width: 230px;
	float: left;
}

.txt-layout .img-area-right {
	width: 230px;
	float: right;
}

.txt-layout .img-area-left img,
.txt-layout .img-area-right img {
	width: 100%;
	border-radius: 6px;
	vertical-align: bottom;
}

.list-disc {
	list-style-type: disc;
	margin-left: 2.0rem;
}

.list-decimal {
	list-style-type: decimal;
	margin-left: 3.0rem;
}


/* ============================================================================================== */
/* Layout / global-footer                                                                         */
/* ============================================================================================== */

#global-footer {
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.5rem;
	position: relative;
	overflow: hidden;
}

#global-footer .footer-cloud-white img {
	position: absolute;
	right: -180px;
	bottom: 5%;
	width: 650px;
	opacity: 0.3;
}

.footer-main-wrapper {
	width: 100%;
	background: #5e5e5e;
	color: rgba(255,255,255,0.8);
}

.footer-main-wrapper a {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}

.footer-navigation {
	display: table;
}

.footer-nav-container {
	display: table-cell;
}

.footer-nav-container li {
	margin: 5px 0;
}

.footer-nav-container .main-nav,
.footer-nav-container .pickup-nav {
	padding: 30px;
}

.footer-nav-container .pickup-nav {
	font-size: 1.2rem;
}

.footer-nav-container .main-nav a {
	background: url(../images/common/icon_arrow_circle_white.png) no-repeat left center;
	background-size: 13px auto;
	padding-left: 25px;
}

.footer-nav-container .pickup-nav a {
	background: url(../images/common/icon_arrow_white.png) no-repeat left center;
	background-size: 15px auto;
	padding-left: 25px;
}

.footer-nav-container .main-nav a:hover {
	background: url(../images/common/icon_arrow_circle_white.png) no-repeat 5px center;
	background-size: 13px auto;
}

.footer-nav-container .pickup-nav a:hover {
	background: url(../images/common/icon_arrow_white.png) no-repeat 5px center;
	background-size: 15px auto;
}

.footer-company-info {
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding: 30px;
	box-sizing: border-box;
	background: #4b4b4b;
}

.footer-company-info p {
	margin: 7px 0;
}

.footer-company-info .company-name-container {
	display: block;
}

.footer-company-info .company-name {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 10px;
}

.footer-company-info .company-name-logotype {
	display: inline-block;
	vertical-align: middle;
}

.footer-company-info .company-name-logotype img {
	width: 100%;
	max-width: 125px;
}

.footer-company-info .company-map {
	margin-left: 10px;
	text-decoration: underline;
	background: url(../images/common/icon_open_white.png) no-repeat right center;
	background-size: 15px auto;
	padding-right: 20px;
	display: inline-block;
}

.footer-company-info .copyright {
	color: rgba(255,255,255,0.4);
}


#global-footer .top-of-page {
	display: block;
	position: fixed;
	width: 25px;
	height: 25px;
	padding: 15px;
	background: #191919;
	cursor: pointer;
	z-index: 500;
	transition: all 0.15s ease-out;
}

#global-footer .top-of-page img {
	width: 25px;
}

#global-footer .top-of-page.bottom {
	right: 0;
	bottom: 0;
}

#global-footer .top-of-page.hide {
	bottom: -55px;
}

#global-footer .top-of-page:hover {
	background-color: rgba(0,0,0,1);
}


/* ============================================================================================== */
/* input                                                                                          */
/* ============================================================================================== */

.input-state-text,
.input-state-textarea,
.input-state-select,
.archive-select select {
	width: 100%;
	padding: 10px;
	font-family: inherit;
	font-size: 1.6rem;
	border: solid 1px rgba(0,0,0,0.1);
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.1s ease;
	outline: none;
	border-radius: 6px;
}

@-moz-document url-prefix() {
	.input-state-select,
	.archive-select select {
		background: none;
		background-color: #fff;
	}
}

.input-state-textarea {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.input-state-text:hover,
.input-state-textarea:hover,
.input-state-select:hover,
.archive-select select:hover {
	border: solid 1px rgba(0,0,0,0.3);
}

.input-state-text:focus,
.input-statetextarea:focus,
.input-state-select:focus,
.archive-select select:focus {
	border: solid 1px rgba(0,0,0,0.3);
}

.input-state-textarea::-webkit-input-placeholder,
.input-state-text::-webkit-input-placeholder {
	color: rgba(0,0,0,0.5);
}

.input-state-textarea::-moz-placeholder,
.input-state-text::-moz-placeholder {
	color: rgba(0,0,0,0.5);
}

.input-state-textarea::placeholder,
.input-state-text::placeholder {
	color: rgba(0,0,0,0.5);
}


@media screen and (max-width: 540px) {
	
	.input-state-text,
	.input-state-textarea,
	.input-state-select,
	.archive-select select {
		-webkit-appearance: button;
		   -moz-appearance: button;
		        appearance: button;
	}
	
	.input-state-select,
	.archive-select select {
		background-image: url(../images/common/ic_arrow_down_black.png);
		background-repeat: no-repeat;
		background-color: #fff;
		background-position: calc(100% - 9px) center;
		background-size: 10px auto;
	}

}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */


/* 1280以下のディスプレイ */
@media screen and (max-width: 1180px) {

	#global-header {
		width: 100%;
		height: auto;
		float: none;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
	}
	
	.global-navigation {
		width: 100%;
	}
	
	#global-header .logo-container {
		height: 55px;
	}
	
	#global-header .logo-container .logo-anchor {
		text-align: left;
		display: inline-block;
	}
	
	#global-header .logo {
		width: auto;
		padding: 10px;
	}
	
	#global-header .logo_logomark {
		display: inline-block;
		height: 35px;
		width: auto;
		margin: auto 10px 0 auto;
		vertical-align: middle;
	}
	
	#global-header .logo_logotype1 {
		display: inline-block;
		height: 30px;
		width: auto;
		margin: auto;
		vertical-align: middle;
	}
	
	#global-header .logo_logotype2 {
		display: inline-block;
		width: auto;
		height: 15px;
		margin: auto 0 auto 5px;
		vertical-align: middle;
	}
	
	#global-header .logo-container-sub {
		padding: 10px;
	}
	
	#global-header .logo-sub img {
		height: 15px;
		margin: 0;
	}
	
	
	.gnav-main {
		display: table;
		width: 100%;
	}
	
	.gnav-main li {
		display: table-cell;
		width: 25%;
		height: 40px;
	}
	
	.gnav-main a {
		display: block;
		text-align: center;
		padding: 50px 0 10px;
		background-position: center 14px;
		background-size: 35px auto;
	}
	
	.gnav-main a:hover {
		background-position: center 14px;
		background-size: 35px auto;
	}
	
	.gnav-sub {
		width: 100%;
		text-align: right;
		margin: 0;
		padding: 10px 0;
	}
	
	.gnav-sub li {
		display: inline-block;
		font-size: 1.2rem;
	}
	
	.gnav-sub a {
		display: inline-block;
		padding: 0 10px 0 20px;
		background: url(../images/common/icon_arrow_circle_black.png) no-repeat left center;
		background-size: 15px auto;
	}
	
	.gnav-sub a:hover {
		background: url(../images/common/icon_arrow_circle_black.png) no-repeat 5px center;
		background-size: 15px auto;
	}


	.contact-info {
		display: table;
		padding: 0;
		width: 100%;
		border-top: solid 1px rgba(0,0,0,0.1);
		line-height: 1rem;
	}
	
	.tel-container {
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
		border-right: solid 1px rgba(0,0,0,0.1);
	}
	
	.contact-info .tel-title {
		display: none;
	}
	
	.contact-info .tel-number {
		display: inline-block;
		margin: 0 5px;
	}
	
	.contact-info .tel-time {
		display: inline-block;
		line-height: 1.5rem;
		margin: 0 auto;
		text-align: left;
	}

	.doc-request-container {
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
		margin: 0;
	}
	
	.doc-request-btn {
		border: none;
		padding: 0;
	}
	
	.doc-request-btn .doc-request-title,
	.doc-request-btn .doc-request-description {
		display: inline-block;
		vertical-align: middle;
	}
	
	.doc-request-btn .doc-request-description br {
		display: none;
	}
	
	.doc-request-btn .doc-request-img {
		position: static;
		width: 50px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.doc-request-btn:hover {
		transform: none;
		box-shadow: none;
	}
	
	.main-wrapper {
		float: none;
		width: 100%;
	}
	
	.fixed-gnav {
		position: static;
		top: 0;
		left: 0;
		width: auto;
	}
	
}


/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

/* iPad */
@media screen and (max-width: 768px) {
	
	.gnav-sub a {
		font-size: 1.1rem;
	}
	
	.contact-info .tel-number {
		width: 180px;
	}
	
	.contact-info .tel-time {
		display: none;
	}

	.contact-info .doc-request-description {
		display: none;
	}
	
	#global-footer .footer-cloud-white img {
		position: absolute;
		right: -180px;
		bottom: 10%;
		width: 550px;
	}
	
	.main-doc-request-title {
		margin: 20px 10px 20px 130px;
	}
	
	.main-doc-request-txt {
		display: none;
	}
	
	.main-doc-request-container a:hover {
		transform: none;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	}
	
	.page-header:before {
		content: "";
		width: 600px;
		height: 290px;
		position: absolute;
		right: -200px;
		top: -40px;
	}
	
	.page-header .page-header-title {
		padding: 30px 0;
	}
	
	.txt-layout {
		margin-top: 10px;
	}
	
	.txt-layout .txt-area-left {
		width: calc(100% - 200px);
	}
	
	.txt-layout .txt-area-right {
		width: calc(100% - 200px);
	}
	
	.txt-layout .img-area-left {
		width: 180px;
	}
	
	.txt-layout .img-area-right {
		width: 180px;
	}

}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	
	main {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
	
	#global-header {
		position: fixed;
		overflow: visible;
	}
	
	#global-header .logo-container {
		height: 45px;
		position: relative;
		z-index: 201;
	}
	
	#global-header .logo {
		padding: 10px;
	}
	
	#global-header .logo_logomark {
		display: none;
	}
	
	#global-header .logo_logotype1 {
		height: 25px;
	}
	
	#global-header .logo_logotype2 {
		display: none;
	}
	
	#global-header .logo-container-sub {
		padding: 5px 10px;
		z-index: 201;
		position: relative;
	}

	.gnav-main {
		display: block;
	}
	
	.gnav-main li {
		display: table;
		width: 100%;
		height: 50px;
	}
	
	.gnav-main a {
		display: table-cell;
		vertical-align: middle;
		padding: 0 40px;
		text-align: left;
		background-position: 20px center;
		background-size: 15px auto;
		font-size: 1.6rem;
	}
	
	.gnav-main a:hover {
		background-position: 20px center;
		background-size: 15px auto;
	}
	
	.gnav-sub {
		text-align: left;
		padding: 0;
	}
	
	.gnav-sub li {
		display: table;
		width: 100%;
		height: 44px;
		border-top: solid 1px #d9d9d9;
	}
	.gnav-sub a {
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px 0 40px;
		font-weight: 600;
		text-decoration: none;
		background: url(../images/common/icon_arrow_circle_black.png) no-repeat 20px center #e5e5e5;
		background-size: 15px auto;
		font-size: 1.4rem;
	}
	
	.gnav-sub a:hover {
		background: url(../images/common/icon_arrow_circle_black.png) no-repeat 20px center #d9d9d9;
		background-size: 15px auto;
	}
	
	.menu-button {
		display: block;
	}
	
	#gnav {
		z-index: 200;
		transition: all 0.2s ease 0s;
	}
	
	#gnav .wrap {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 200;
		transition: transform 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0) 0s;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	
	#gnav.hide .wrap {
		visibility: hidden;
	}
	
	#gnav.show .wrap {
		-webkit-transform: translateY(70px);
		        transform: translateY(70px);
	}
	
	#gnav.show .wrap {
		visibility: visible;
	}
	
	#gnav .overlay {
		position: fixed;
		display: block;
		content: "";
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.8);
		opacity: 0;
		transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0) 0s;
		-webkit-backdrop-filter: blur(4px);
		        backdrop-filter: blur(4px);
	}
	
	#gnav.show .overlay {
		height: 100vh;
		opacity: 1;
	}
	
	#gnav.hide .overlay {
		height: 0;
	}
	
	.contact-info .tel-number {
		width: 150px;
	}
	
	
	.footer-navigation,
	.footer-nav-container {
		display: block;
		width: 100%;
	}
	
	.footer-nav-container .main-nav,
	.footer-nav-container .pickup-nav {
		padding: 20px;
	}
	
	.footer-nav-container .main-nav {
		padding-bottom: 0;
	}
	
	.footer-nav-container .pickup-nav {
		font-size: 1.4rem;
	}

	.footer-company-info {
		padding: 20px;
		font-size: 1.4rem;
	}
	
	#global-footer {
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	
	#global-footer .footer-cloud-white img {
		position: absolute;
		right: -180px;
		bottom: 30%;
		width: 450px;
	}
	
	#global-footer .top-of-page {
		width: 20px;
		height: 20px;
		padding: 10px;
	}
	
	#global-footer .top-of-page img {
		width: 20px;
	}
	
	.main-doc-request {
		padding: 3px;
	}
	
	.main-doc-request-img {
		max-width: 85px;
		top: -5px;
	}
	
	.main-doc-request-title {
		font-size: 2.2rem;
		margin: 15px 15px 15px 95px;
	}
	
	.page-header {
		padding-top: 112px;
	}
	
	.page-header .page-header-title {
		font-size: 2.0rem;
		padding: 25px 0;
	}
	
	.page-header:before {
		content: "";
		width: 420px;
		height: 203px;
		position: absolute;
		right: -130px;
		top: 94px;
	}
	
	.txt-layout {
		margin-top: 0;
	}
	
	.txt-layout .txt-area-left {
		width: 100%;
		float: none;
	}
	
	.txt-layout .txt-area-right {
		width: 100%;
		float: none;
	}
	
	.txt-layout .img-area-left {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.txt-layout .img-area-right {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.txt-layout .img-area-left img,
	.txt-layout .img-area-right img {
		width: 50%;
	}
	
	.main-doc-request-container {
		padding: 20px;
	}
	
}


/* iPhone 5 */
@media screen and (max-width: 374px) {
	
	.menu-button {
		top: 24px;
	}
	
	#global-header .logo-container {
		height: 40px;
	}

	#global-header .logo_logotype1 {
		height: 20px;
	}
	
	#gnav.show .wrap {
		-webkit-transform: translateY(65px);
		        transform: translateY(65px);
	}
	
	.tel-container,
	.doc-request-container {
		padding: 10px 0;
	}

	.contact-info .tel-number {
		width: 120px;
	}
	
	.doc-request-btn .doc-request-title {
		font-size: 1.4rem;
	}
	
	.doc-request-btn .doc-request-img {
		display: none;
	}
	
	#global-footer .footer-cloud-white img {
		position: absolute;
		right: -160px;
		bottom: 25%;
		width: 400px;
	}
	
	.main-doc-request-img {
		max-width: 75px;
		top: -5px;
	}
	
	.main-doc-request-title {
		font-size: 2.0rem;
		margin: 10px 15px 10px 85px;
	}
	
	.page-header {
		padding-top: 101px;
	}
	
	.page-header .page-header-title {
		padding: 20px 0;
	}
	
	.page-header:before {
		content: "";
		width: 360px;
		height: 174px;
		position: absolute;
		right: -160px;
		top: 85px;
	}
	
}

