

*{
  margin:0;
  padding:0;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, Hiragino Sans, ヒラギノ角ゴシック;
  font-size: 14px;
  font-weight: 300;
  line-height:1.3em;
  background-color: #fffffc;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

.visible-hidden {
	visibility: hidden;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text-red {
	color: red;
}

.text-black {
	color: #000;
}

.text-margin-top {
	margin-top: 50px;
}

.contents {
	position: relative;
	width:100%;
	text-align: center;
	padding-left: 190px;
	margin-bottom: 50px;
}

.link-button {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	background-color: #000;
	color: #ffffff;
	padding: 10px 20px;
	width: 150px;
	margin: 20px 0px;
}


.inline-block-text-left {
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}

.inline-block-solid {
	display: inline-block;
	border-top: solid;
}

.border {
	border: 1px solid #000;
}

.page-top-link {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

.company-logo-text {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}

#top {
	width: 100%;
	height: 10px;
	transform: translateY(-100%);
}

@media (max-width: 750px) {
	.contents {
		padding-left: 0;
		padding-top: 50px;
	}

	.link-button {
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		background-color: #000;
		color: #ffffff;
		padding: 10px 5px;
		width: 100px;
		margin: auto 10px;
	}
}
.font_bold {
	font-weight: bold;
}
.padding_top_10 {
	padding-top: 10px;
}

/*===side-bar====================================================*/

.side-bar-icon {
	width: 135px;
	margin: 10px auto;
	background-color: #fffffc;
}
.side-bar-icon img {
	/* width: 135px; */
	width: 145px;
}

.side-bar-wrap {
	position: relative;
}

#side-bar{
	position: fixed;
	top: 0px;
	left: 0px;
	width:180px;
	height: 100%;
	max-height: 700px;
	min-height: 540px;
	z-index: 100;
}

#side-bar li {
	position: relative;
	list-style-type: none;
	padding: 10px 0;
}

#side-bar li a {
	padding: 10px;
	padding-left: 44px;
}

#side-bar .active-icon {
	position: absolute;
	width: 30px;
	height: 5px;
	background-color: #204a9e;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}

.side-bar-footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 750px) {
	.side-bar-icon {
		position: absolute;
		box-sizing: content-box;
		margin: 0px auto;
		background-color: #fffffc;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
		padding: 2px 5px;
		width: 50px;
		height: 45px;
	}

	.side-bar-icon img {
		width: 50px;
		position: absolute;
		top: 0%;
	}

	.side-bar-wrap {
		position: fixed;
		top: 60px;
		right: 0px;
		width:150px;
		height: 400px;
		z-index: 99;
		overflow: hidden;
		padding: 0px;
	}

	#side-bar{
		position: absolute;
		background-color: #fffffc;
		height: 100%;
		min-height: inherit;
		width: 100%;
	}

	#side-bar .link-button {
		width: 130px;
		padding: 5px;
		margin-top: 10px;
	}

	.side-bar-footer {
		bottom: 10px;
		left: inherit;
		right: 10px;
		transform: translateX(0%);
		text-align: right;
		font-size: 10px;
	}
}

/*===side-bar==================================================end==*/

/*===top====================================================*/
.top-img {
	position: relative;
	margin-top: -10px;
	margin-left: 180px;
	max-height: 700px;
	overflow: hidden;
}

.top-img img {
	position: absolute;
	width: 100%;
	min-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top-img img:first-child {
	position: relative;
	visibility: hidden;
}

.top-text {
	position: absolute;
	width: 90%;
	top: 90px;
	left: 50px;
	color: #ffffff;
}

.top-description {
	line-height: 1.5em;
}

.top-scroll-arrow {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../images/arrow_down.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 258px;
	height: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.img-header {
	max-height: inherit;
}

.img-header img:first-child {
	top: 0px;
	left: 0px;
	visibility: visible;
	min-width: inherit;
	transform: translate(0, 0);
}

.header {
	display: none;
}

@media (max-width: 750px) {

	.header {
		display: block;
		box-sizing: content-box;
		position: fixed;
		width: 100%;
		height: 60px;
		top: 0px;
		background-color: #fffffc;
		border-bottom: 1px solid #000;
		z-index: 100;
	}

	.menu-icon {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}

	.menu-icon img {
		width: 50px;
	}

	.top-img {
		margin-left: 0px;
		margin-top: 50px;
		background-position: 0 0;
	}

	.img-header {
		display: none;
	}

	.top-text {
		position: absolute;
		top: 10px;
		left: 5%;
		width: 90%;
		color: #ffffff;
	}

	.top-scroll-arrow {
		background-position: center bottom;
		width: inherit;
		padding-left: 0px;
	}
}
/*===top==================================================end==*/

/*===home-news====================================================*/
#home-news li{
	list-style-type: none;
	margin: 10px 0;
	position: relative;
}

.news-date {
	width: 100px;
	float:left;
}

.news-text {
	display: flex;
}

@media (max-width: 750px) {
	#home-news li{
		margin: 20px 0;
	}
	.news-date {
		float:none;
		margin-bottom: 5px;
	}
}

/*===home-news=============================================end=======*/

/*===menu-list====================================================*/
.menu-block {
	display: inline-block;
	position: relative;
	text-align: left;
	width:100%;
	padding: 10px;
}

.menu-block.half {
	width: 50%;
}

.menu-title {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000;
	font-size: 10px;
	margin-top: 10px;
}

.menu-link-btn {
	position: absolute;
	right: 0px;
	padding: 2px 5px;
	width: 110px;
	margin: 0px;
	font-size: 10px;
}

.menu-img-box {
	position: relative;
    overflow: hidden;
	margin: 20px 0px;
	cursor: pointer;
}

.menu-img {
	position: relative;
	width: 100%;
}

.menu-text {
	position: absolute;
	background-image: url('../images/white_clear.png');
	bottom: 0px;
	padding: 10px;
	width: 100%;
	height: 130px;
}

@media (max-width: 750px) {
	.menu-block {
		display: inline-block;
		position: relative;
		text-align: left;
		width:100%;
	}

	.menu-block.half {
		width: 100%;
		margin: 10px 0px;
	}

	.menu-link-btn {
		width: 100px;
	}
}
/*===menu-list====================================================*/


/*===h====================================================*/
h1 {
	color: #ffffff;
	font-family: "Roboto", Arial, Hiragino Sans, ヒラギノ角ゴシック;
	font-weight: 600;
	font-size: 60px;
	line-height: 85px;
	margin-bottom:20px;
}

h3 {
	font-family: "Roboto", Arial, Hiragino Sans, ヒラギノ角ゴシック;
	font-weight: 500;
	font-size: 20px;
	margin:0px;
	margin-right: 10px;
	position: relative;
	display: inline-block;
	text-align: center;
}

h4 {
	font-family: "Roboto", Arial, Hiragino Sans, ヒラギノ角ゴシック;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-top: 30px;
	border-left: 7px solid #000
}

@media (max-width: 750px) {
	h1 {
		font-size: 40px;
		line-height: 60px;
	}

	h3 {
		margin-right: 5px;
	}
}

/*===h==================================================end==*/

/*===news====================================================*/

#news .news-text {
	margin-right: 170px;
}

#news li {
	padding: 20px 0;
	border-bottom: 1px dashed #000;
}

#news .menu-link-btn {
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 750px) {
	#news .news-text {
		margin-right: 0px;
	}

	#news li {
		padding-bottom: 50px;
	}

	#news .menu-link-btn {
		display: block;
		top: inherit;
		bottom: 10px;
		right: 0px;
		transform: translateY(0%);
	}
}

/*===news==================================================end==*/


/*===products====================================================*/

.product-img {
	width: 270px;
}

.product-block{
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 270px;
	height: 650px;
	margin: 20px 10px;
}

.product-title {
	position: absolute;
	top: 160px;
	text-align: center;
	width: 100%;
}

.product-text {
	position: absolute;
	top: 200px;
	text-align: left;
	height: 170px;
	padding: 20px 0;
}
.product-credit {
	position: absolute;
	top: 370px;
	width: 100%;
	height: 150px;
	text-align: left;
	padding: 35px 0 10px 0;
	font-size: 10px;
	margin-bottom: 15px;
}

.product-line {
	border-bottom: 1px dashed #000;
	height: 480px;
}

.product-link {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 30px;
	margin: 0px;
	width: 130px;
}

.product-link-twitter {
	position: absolute;
	width: 100%;
	left: 140px;
	bottom: 30px;
	margin: 0px;
	width: 130px;
}

.store-buttons {
	position: absolute;
	top: 530px;
	width: 100%;
	height: 40px;
}

.product-ios {
	position: absolute;
	left: 0px;
}

.product-android {
	position: absolute;
	right: 0px;
}

/*===products==================================================end==*/


/*===recruit====================================================*/
#benefit {
	position: relative;
}

.message {
	line-height: 1.5;
}

.recruit-link-button {
	width: 300px;
	padding: 10px;
}

#recruit .benefit {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 30px;
	margin-right: 170px;
}

#recruit .benefit-button {
	position: absolute;
	top: 50%;
	right: 8px;
}

#recruit .recruit-top-benefit-link-btn {
	font-size: 13px;
	text-align:center;
	width: 150px;
	height: 30px;
	line-height:10px;
}

#recruit .recruit-process {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0;
}

#recruit .recruit-process img{
	margin: 5px;
}

@media (max-width: 750px) {
	#recruit .contents {
		margin-bottom: 0;
	}

	#recruit .message {
		margin-top: 20px;
		font-size: 15px;
	}

	#recruit .menu-block {
		padding: 10p;
		margin-top: 0px;
	}

	#recruit .recruit-link-button {
		width: 250px;
		display: block;
		margin: 0px auto;
	}

	#recruit .benefit {
		font-size: 15px;
		margin-top: 20px;
		margin-right: 0px;
	}

	#recruit .benefit-button {
		top: 13%;
	}

	#recruit .recruit-top-benefit-link-btn {
		width: 91px;
		height: 20px;
		font-size: 9px;
		padding: 4px 0;
	}

	#recruit .recruit-process {
		flex-direction: column;
		padding-top: 10px;
	}

	#recruit .recruit-process img{
		margin: 10px 5px 3px 5px;
		width: 203px;
		height: 68px;
	}

	#recruit #arrowImg {
		transform: rotate(90deg);
		width: 28px;
		height: 11px;
	}
}

/*===table===*/
table.type02 {
	text-align: left;
	line-height:1.5em;
	width:100%;
	margin:30px 0 50px 0;
}

table.type02 td {
	padding: 20px 0px;
	vertical-align: top;
	border-bottom: 1px dashed #000;
}

table.type02 .heading {
	width: 150px;
}

table.type02 ul {
	margin: 0px;
}

@media (max-width: 750px) {
	table.type02 .heading {
		width: 110px;
		padding-right: 10px;
	}
}

/*===table===end*/

/*===recruit-job===*/
#recruit-job .job-detail {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	white-space: pre-line;
}

#recruit-job .job-detail .job-detail-head::after {
	content: "";
	display: block;
	clear: both;
}

#recruit-job .job-tag-container {
	display: flex;
    gap: 7px;
}

#recruit-job .job-tag {
	background-color: #cfcfcf;
    padding: 5px 14px 5px 14px;
    text-align: center;
}

#recruit-job h1 {
	float:left;
}

#recruit-job h2 {
	margin: 30px 0px 0px 0px;
	float:left;
	font-weight: bold;
}

#recruit-job .category-title {
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #000;
	padding-left: 10px;
	margin-top: 30px;
	line-height: 18px;
}

#recruit-job .category-detail {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
}

.job-benefit{
	background-color: #000;
}

.job-detail .entry-btn {
	float: right;
	position: relative;
	bottom: 70px;

}

.job-detail .entry-btn .link-button {
	width: 180px;
	height: 40px;
	font-size: 18px;
}

#recruit-job .job-detail a .link-button::after{
	content: " ＞";
}

#recruit-job .job-detail h1 {
	font-size: 50px;
	text-align: left;
	color: #000;
}

#recruit-job .benefit {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 30px;
	margin-right: 170px;
}

#recruit-job .benefit-button {
	position: absolute;
	top: 60%;
	right: 8px;
}

#recruit-job .benefit .link-button {
	margin-right: 20px;
	width: 150px;
	padding: 10px;
}

#recruit-job-links {
	margin: 20px 0;
	width:650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#recruit-job-links a .link-button {
	text-align: left;
	padding: 20px 10px;
	margin: 10px 10px;
	font-size: 1.5em;
	width: 300px;
}

#recruit-job-links a .link-button::after {
	content: ">";
	float: right;
}

@media (max-width: 750px) {
	#recruit-job h2 {
		margin: 10px 0px 5px 0px;
		float:left;
		font-size: 20px;
		font-weight: bold;
	}

	#recruit-job .job-detail .job-detail-head {
		font-size: 20px;
	}

	#recruit-job .job-tag {
		position: relative;
		padding: 2px 8px 2px 8px;
		bottom: 25px;
		font-size: 12px;
	}

	.job-detail .entry-btn {
		float: none;
		position: relative;
		top: 35px;
		text-align:center;
		line-height: 6px;
	}

	#recruit-job .job-detail a .link-button {
		width: 225px;
		height: 24px;
	}

	#recruit-job .job-detail {
		width: 90%;
		margin-left: 10px;
		margin-right: auto;
		text-align: left;
	}

	#recruit-job hr {
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		top: 30px
	}

	#recruit-job .category-title {
		font-size: 16px;
		margin-top: 0px;
		position: relative;
		top: 30px
	}

	#recruit-job .category-detail {
		font-size: 13px;
		position: relative;
		top: 30px
	}

	#under_entry-btn {
		float: none;
		position: relative;
		top: 50px;
		text-align:center;
		line-height: 6px;
		font-size: 16px;
	}

	#under_entry-btn_link-button {
		width: 225px;
		height: 24px;
	}

	#recruit-job .menu-block {
		position: relative;
		top: 60px;
		padding: 10px 10px 0 10px;
	}

	#recruit-job .menu-title {
		margin-top: 0px;
	}

	#recruit-job .benefit {
		font-size: 13px;
		margin: 20px 0px 20px 0px;
	}

	#recruit-job .benefit-button {
		top: 0%;
	}

	#recruit-job .benefit .link-button {
		width: 91px;
		height: 20px;
		font-size: 9px;
		padding: 4px 0;
		top: 10px;
	}

	#recruit-job-links {
		width: 100%;
		margin-left: 0px;
		margin: 10px 0 30px 0;
	}

	#recruit-job-links a .link-button {
		text-align: left;
		padding: 12px 10px;
		margin: 5px 10px;
		font-size: 1.5em;
		width: 90%;
		height: 40px;
		font-size: 16px;
	}
}

/*===recruit-entry===*/

#entry .entry-category-title {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
}

#entry select, textarea, input {
	border: none;
	background: none transparent;
	padding: 10px;
	height: 40px;
	width: 100%;
	max-width: 700px;
}

#entry textarea {
	height: 150px;
	resize: none;
	margin-bottom: -5px;
}

#entry .form-list {
	position: relative;
	margin: 0px 0px 55px 0px;
}

#entry ::placeholder {
	color: #d9d9d9;
}

#entry input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
	border-radius:4px;
}

#entry .entry-input-title {
	font-size: 16px;
	padding-left: 150px;
	padding-bottom: 3px;
}

#entry .entry-document-input-title {
	font-size: 16px;
	padding-left: 150px;
	padding-bottom: 15px;
}

#entry .entry-solid-box {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	left: 150px;
	right: 0px;
	max-width: 700px;
}

.opacity-50 {
	opacity: 0.5;
}

#entry .entry-left_text {
	line-height: 1.5;
	font-size: 15px;
	padding-left: 150px;
}

#entry .entry-required,.entry-document-required {
	padding: 0px 5px 0px 5px;
	border: 1px solid;
	opacity: 0.5;
	margin-left: 10px;
}

#entry .entry-form-after-text {
	margin-top: 170px;
	padding-left: 150px;
}

#entry .contact_btn {
	padding-left: 150px;
}

#entry .contact-button {
	width: 300px;
}

#entry .form-back {
	margin-right: 50px;
}

#entry label {
	padding-top: 10px;
	height: 40px;
	font-weight: inherit;
}

@media (max-width: 750px) {
	#entry .entry-category-title {
		font-size: 16px;
		border-left: 4px solid #000;
		padding: 0 0 0 10px;
		margin: 10px 0 20px 0;
	}

	#entry label {
		padding-top: 5px;
		width: 90px;
	}

	#entry .entry-input-title {
		padding-left: 0px;
	}

	#entry .entry-document-input-title {
		padding-left: 0px;
		margin-right: 50px;
	}

	#entry .entry-solid-box {
		left: 0px;
	}

	#entry .entry-left_text {
		padding-left: 0px;
	}

	#entry .entry-document-required {
		position: absolute;
		top: 0%;
		right: 0px;
		left: 300px;
	}

	#entry .entry-form-after-text {
		padding-top: 40px;
		padding-left: 0px;
	}

	#entry .contact_btn {
		padding-left: 0px;
	}

	#entry .contact-button {
		display: block;
		width: 250px;
		margin: 0 auto;
	}

	#entry .entry-contents-text {
		margin-bottom: 50px;
	}

	#entry .form-back {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	#entry .form-send {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
}

/*===recruit==================================================end==*/

/*===people====================================================*/

.job-list-button {
	display: inline-block;
	width: 130px;
	font-size: 10px;
	padding: 5px 10px;
	margin: 10px 5px;
}

.job-list-button.unselect {
	background-color: gray;
}

.people-list {
	position: relative;
	display: inline-block;
	width: 200px;
	margin: 10px 10px 20px 10px;
	cursor: pointer;
}

.people-img {
	width: 200px;
	height: 200px;
}

.people-job-category {
	position: relative;
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed #000;
	padding: 5px 0;
	text-align: left;
}

.people-job-jp {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.people-job-en {
	position: absolute;
	top: 5px;
	right: 0px;
}

.people-name {
	position: relative;
	width: 100%;
	text-align: left;
	padding: 5px 0;
}

.people-name-en {
	position: absolute;
	top: 5px;
	right: 0px;
}

@media (max-width: 460px) {
	.people-list {
		width: 50%;
		padding: 10px;
		margin: 0px;
	}
	.people-img {
		width: 100%;
		height: auto;
	}
	.people-job-category {
		height: 60px;
	}
	.people-name-en {
		position: relative;
	}
}

/*===detail===*/
.people-detail-back {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color: #000000aa;
	z-index: 200;
}

.people-detail-modal {
	box-sizing: border-box;
	position: absolute;
	padding: 20px;
	background-color: #fffffc;
	width: 450px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.people-detail-modal .people-list {
	width: 380px;
	cursor: default;
}

.people-detail-modal .people-img {
	width: 300px;
	height: 300px;
}

.people-detail-comment {
	display: inline-block;
	width: 380px;
	text-align: left;
}

.people-detail-close {
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url("../images/button_close.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.arrow {
	box-sizing: border-box;
	position: absolute;
	background-image: url("../images/arrow_right.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 40px;
	height: 80px;
	cursor: pointer;
}

.arrow.left {
	background-image: url("../images/arrow_left.png");
	top: 145px;
	/* transform: translateY(-50%); */
	left: 10px;
}

.arrow.right {
	top: 145px;
	/* transform: translateY(-50%); */
	right: 10px;
}


@media (max-width: 750px) {
	.people-detail-modal {
		width: 300px;
	}

	.people-detail-close {
		top: 5px;
		right: 5px;
	}

	.people-detail-modal .people-list {
		width: 250px;
	}

	.people-detail-modal .people-img {
		width: 200px;
		height: 200px;
	}

	.people-detail-comment {
		width: 230px;
	}

	.arrow.left {
		top: 95px;
		left: 0px;
	}

	.arrow.right {
		top: 95px;
		right: 0px;
	}
}

/*===detail==end=*/

/*===people==================================================end==*/



/*===company====================================================*/

.ceo-greeting {
	position: relative;
}

.ceo-img {
	position: absolute;
	right: 10px;
	top: 0px;
}

.signature {
	margin: 10px;
	text-align: right;
}

@media (max-width: 750px) {
	.ceo-text {
		margin-right: inherit;
		min-height: inherit;
		text-align: left;
	}

	.ceo-img {
		position: relative;
		right: inherit;
	}
}

/*===table===*/
table.type01 {
	text-align: left;
	line-height: 1.8;
	border-bottom: 1px solid #000;
	width:100%;
	margin:10px 0;
}

table.type01 td {
	width: 50px;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

table.type01 .heading {
	width: 40px;
}

.line_height2 {
	line-height:1.5em;
}

/*===table===end*/

.map{
	width: 100%;
	height: 352px;
	overflow: hidden;
	border:1px solid #000;
	margin-bottom: 50px;
}

/*===company==================================================end==*/


/*===contact====================================================*/


/*===form===*/

#contact select, textarea, input {
	border: none;
	background: none transparent;
	padding: 10px;
	height: 40px;
	width: 100%;
	max-width: 700px;
}

#contact textarea {
	height: 150px;
	resize: none;
	margin-bottom: -5px;
}

#contact .form-list {
	position: relative;
	margin: 0px 0px 55px 0px;
}

#contact .solid-box {
	position: absolute;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	left: 150px;
	right: 0px;
	max-width: 700px;
}

#contact .left_text {
	line-height: 1.5;
	font-size: 15px;
	padding-left: 150px;
}

#contact .form-after-text {
	margin-top: 170px;
	padding-left: 150px;
}

#contact .contact_btn {
	padding-left: 150px;
}

#contact .contact-button {
	width: 300px;
}

#contact .form-back {
	margin-right: 50px;
}

#contact label {
	padding-top: 10px;
	height: 40px;
	font-weight: inherit;
}

@media (max-width: 750px) {
	#contact label {
		padding-top: 5px;
		width: 90px;
	}

	#contact .input-title {
		padding-left: 100px;
	}

	#contact .solid-box {
		left: 100px;
	}

	#contact .left_text {
		padding-left: 100px;
	}

	#contact .form-after-text {
		padding-left: 100px;
	}

	#contact .contact_btn {
		padding-left: 0px;
	}

	#contact .contact-button {
		display: block;
		width: 250px;
		margin: 0 auto;
	}

	#contact .form-back {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	#contact .form-send {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
}

/*===form==end=*/

a.blue-link {
	text-decoration: underline solid #204a9e;
	color: #204a9e;
}


/*===contact==================================================end==*/


/*===animation====================================================*/
.fade-enter-active, .fade-leave-active {
	transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
	opacity: 0;
}

.slide-up-enter-active, .slide-up-leave-active {
	transition: all .5s;
}
.slide-up-enter, .slide-up-leave-to {
	transform: translateY(150%);
}

.slide-down-enter-active, .slide-down-leave-active {
	transition: all .5s;
}
.slide-down-enter, .slide-down-leave-to {
	transform: translateY(-150%);
}
/*===animation==================================================end==*/


/*===page-privacy-policy======================================start==*/
@media (min-width: 1250px) {
	/* 横幅が800px以上の場合に適用するスタイル */
	#privacy-policy #text_contents { width: 1000px; padding-left: 8%;}
 }

 #privacy-policy iframe[src$=".pdf#toolbar=0&navpanes=0"]{
    width:100%;
    height:100vh;
}

#privacy-policy #tab_menu {
	margin-top: 15px;
	list-style: none;
	overflow: hidden;
	cursor: pointer;
}

#privacy-policy #tab_menu li {
	width: 140px;
	text-align: center;
	float: left;
}

#privacy-policy  #tab_menu li a {
	text-decoration: none;
	font-weight: bold;
}

#privacy-policy .h3_center {
	font-family: "Roboto", Arial, Hiragino Sans, ヒラギノ角ゴシック;
	font-weight: 500;
	font-size: 20px;
	margin: 0px;
	margin-top: 20px;
	margin-right: 10px;
	position: relative;
	text-align: center;
}

#privacy-policy .text_right {
	margin-top: 10px;
	text-align: right;
}

#privacy-policy .contents-text {
	margin-top: 20px;
}

#privacy-policy .tab_contents ul{
	margin-top: 20px;
}

#privacy-policy .tab_contents li{
	list-style: decimal;
	margin-left: 20px;
}

/*===page-privacy-policy======================================end==*/


/*===benefit====================================================*/

#benefit .benefit-text {
	margin-right: 170px;
}

#benefit li {
	padding: 20px 0;
	border-bottom: 1px dashed #000;
}

#benefit .menu-link-btn {
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 750px) {
	#benefit .benefit-text {
		margin-right: 0px;
	}

	#benefit .menu-link-btn {
		display: block;
		top: inherit;
		bottom: 10px;
		right: 0px;
		transform: translateY(0%);
	}
}

/*===news==================================================end==*/

/*===page-benefit====================================================*/
#home-benefit li{
	list-style-type: none;
	margin: 10px 0;
	position: relative;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	white-space: pre-line;
	display: flex;
	justify-content: flex-start;
}

.benefit-img {
	float:left;
	padding-right: 20px;
	padding-bottom: auto;
}

.benefit-title {
	font-weight: bold;
}

.benefit-contents {
	padding-top: 10px;
	line-height: 1.6em;
}

#home-benefit li::after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 750px) {
	#home-benefit li{
		margin: 20px 0;
		width: 100%;
	}
	.benefit-img {
		width: 160px;
	}
	.benefit-date {
		float:none;
		margin-bottom: 5px;
	}
}
/*===page-benefit===============================================end==*/
