@charset "utf-8";

/*
Theme Name: コーポレートサイトテンプレート
Author: Catwork Co., Ltd.
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
p{max-height:100%;}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table, th, td{table-layout:fixed;}
caption, th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align: bottom;
	height:auto;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
a{
	text-decoration: none;
}
strong{
	font-weight: normal;
}
ul,ol{
	list-style-type: none;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
h2,h3,h4,h5{
	font-weight: bold;
}

/*===============================================
画面の横幅が1100px以下 421px以上
===============================================*/
@media screen and (max-width: 1280px) and (min-width: 431px){
.wrap{
	width: 1280px;
}
}


/*===============================================
画面の横幅が421px以上
===============================================*/
@media screen and (min-width: 431px){
.inner{
	margin:0 auto;
	width: 1080px;
}
.sp{
	display:none !important;
}


/*header
----------------------------------------------------------*/
header{
	position: relative;
	width:100%;
	z-index: 2;
}
header h1{
	color:#333;
	position: absolute;
	top:10px;
	left:20px;
	font-size:14px;
	font-weight: bold;
}
header .logo{
	color:#fff;
	position: absolute;
	top:40px;
	left:20px;
}
header .tel_box{
	color:#fff;
	position: absolute;
	top:15px;
	right:270px;
	text-align: center;
}
header .tel_box .tel a{
	font-size:28px;
	color:#fff;
	line-height: 1;
}
header .tel_box .tel a:before{
	display: inline-block;
	content: url(img/header_tel.png);
	padding-right: 5px;
}
header .tel_box .time{
	font-size:14px;
}

header .mail{
	color:#fff;
	position: absolute;
	top:20px;
	right:20px;
	text-align: center;
	width:220px;
}
header .mail a{
	width:218px;
	display: block;
	border:1px solid #fff;
	font-size:16px;
	color:#fff;
	padding: 7px 0;
}
header .mail a:before{
	display: inline-block;
	content: url(img/header_mail.png);
	padding-right: 5px;
}


/*nav
----------------------------------------------------------*/
nav #nav-btn{
	display: none;
}
nav{
	background:#000;
	padding: 15px 0;
	text-align: center;
}
nav.fixed{
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index: 9999;
}
nav li{
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
nav li:before,
nav li:after{
  position: absolute;
  top: 25px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: .2s;
}
nav li:before{
  left: 50%;
}
nav li:after{
  right: 50%;
}
nav li:hover:before,
nav li:hover:after{
  width: 50%;
}
nav a{
	color:#fff;
}
nav a:hover{
	opacity: 1;
}



/*index
----------------------------------------------------------*/
.index .key{
	background:url(img/index_key_bg.png) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 100vh;
}
.index .key p{
	text-align: center;
	width:100%;
	font-size:36px;
	color:#fff;
	height:160px;
	margin:auto 0;
	position: absolute;
	top:0;
	bottom:0;
	background:url(img/index_key_text.png) center bottom no-repeat;
}
.index .key:after{
	content:url(img/index_key_icon.png);
	display: inline-block;
	position: absolute;
	width:136px;
	margin:0 auto;
	bottom:20px;
	left:0;
	right:0;
}

.index .cont01{
	margin-bottom: 100px;
}
.index .cont01 h2{
	font-size:20px;
	text-align: center;
	margin:70px 0;
}
.index .cont01 h2:before{
	content: "SERVICE";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont01 .clearfix{
	margin-bottom: 50px;
}
.index .cont01 .clearfix .img{
	float: left;
	width:460px;
}
.index .cont01 .clearfix .text_box{
	float: right;
	width:580px;
}
.index .cont01 .clearfix:nth-of-type(2n) .img{
	float: right;
}
.index .cont01 .clearfix:nth-of-type(2n) .text_box{
	float: left;
}
.index .cont01 .clearfix .text_box h3{
	font-size:26px;
	padding: 10px 0 15px;
}
.index .cont01 .clearfix .text_box .button{
	margin-top: 20px;
	text-align: center;
}
.index .cont01 .clearfix .text_box .button a{
	display: block;
	font-weight: bold;
	width:400px;
	padding:15px 0;
	border:1px solid #333;
	transition: .5s;
}
.index .cont01 .clearfix .text_box .button a:hover{
	background:#000;
	color:#fff;
}

.index .cont02{
	background:url(img/physolophy_logo_02.png) center center no-repeat;
	background-size: 50%;
	padding: 40px 0 70px;
	text-align: center;
	color:#333;
}
.index .cont02 h2{
	font-size:20px;
	text-align: center;
	margin:50px 0;
}
.index .cont02 h2:before{
	content: "PHILOSOPHY";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont02 h3{
	font-size: 22px;
	margin-bottom: 50px;
}
.index .cont02 .text{
	font-size:16px;
	text-align: left;
	line-height: 2;
	width: 600px;
	margin: 0 auto;
	position: relative;
}
/* .index .cont02 .text::after{
	content:"";
	background: url(img/logo_02.png)no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 594px;
	height: 468px;
	background-size: 50%;
	z-index: -1;
} */
.index .cont02 .button a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	color: #333;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	margin:50px auto 0;
	line-height: 2;
	border: 1px solid #333;
}


/*contact_box
----------------------------------------------------------*/
.contact_box{
	margin-bottom: 130px;
}
.contact_box h2{
	font-size:20px;
	text-align: center;
	margin:80px 0 50px;
}
.contact_box h2:before{
	content: "CONTACT";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact_box .border{
	border:1px solid #2e2eb9;
	width:738px;
	padding: 60px 130px;
}
.contact_box .tel_box{
	width:380px;
	float: left;
	text-align: center;
}
.contact_box .tel_box .tel{
	font-size:36px;
	line-height: 1.2;
	position: relative;
	padding-left: 35px;
}
.contact_box .tel_box .tel a{
	font-weight: bold;
}
.contact_box .tel_box .tel a:before{
	content: "";
	background: url(img/index_icon01.png) left center no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 6px;
	left: 13px;
}
.contact_box .tel_box .time{
	font-size:14px;
}
.contact_box .mail{
	width:350px;
	float: right;
	text-align: center;
	margin-top: 7px;
}
.contact_box .mail a{
	background:#2e2eb9 url(img/index_icon02.png) 90px center no-repeat;
	color:#fff;
	display: block;
	padding: 15px 0 15px 30px;
}
.contact_box .text{
	text-align: center;
	margin-top: 15px;
}
/*map
----------------------------------------------------------*/
.map iframe{
	width:100%;
	height: 650px;
	display: block;
}

/*footer
----------------------------------------------------------*/
footer{
	border-top: 5px solid #000;
	padding:50px 0 0;
}
footer .left{
	width:539px;
	float: left;
	padding-left: 40px;
	border-right: 1px solid #333;
}
footer .left .name{
	font-weight: bold;
	font-size:18px;
	font-weight: bold;
	margin: 10px 0 15px;
}
footer .left .place{
	padding-left: 25px;
	background: url(img/footer_icon01.png) left top no-repeat;
	font-size:16px;
	margin-bottom: 7px;
}
footer .left .place span {
	display: inline-block;
    padding-right: 20px;
}
footer .left .place .span02 {
	display: inline-block;
    padding-left: 90px;
}
footer .left .place02 {
	padding-left: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}
footer .left .place02 span {
	display: inline-block;
    padding-right: 65px;
}
footer .left .tel{
	padding-left: 25px;
	background: url(img/footer_icon02.png) left center no-repeat;
	margin-bottom: 10px;
	font-size:16px;
}
footer .left .fax{
	padding-left: 25px;
	background: url(img/footer_icon03.png) left center no-repeat;
	margin-bottom: 10px;
	font-size:14px;
}
footer .left .mail{
	padding-left: 25px;
	background: url(img/footer_icon04.png) left center no-repeat;
	margin-bottom: 10px;
	font-size:16px;
}
footer .right{
	width:450px;
	float: right;
	list-style-type: disc;
	margin-top: 20px;
}
footer .right li{
	margin-bottom: 5px;
}
footer .right li a:hover{
	text-decoration: underline;
}

footer .copy{
	background:#000;
	color:#fff;
	font-size:14px;
	text-align: center;
	padding: 5px 0;
	margin-top: 50px;
}
footer .to_top{
	position: fixed;
	right:10px;
	bottom:10px;
}

/*common
----------------------------------------------------------*/
.common .key{
	height: 350px;
	background:url(img/common_key_bg.png) center center no-repeat;
	background-size: cover;
}
.common .key h2{
	padding-top: 120px;
	font-size:20px;
	text-align: center;
	color:#fff;
}
.common .pan{
	padding: 10px 0 50px;
}
.common .pan li{
	display: inline-block;
}
.common .pan li:after{
	display: inline-block;
	content: "＞";
	padding: 0 20px;
}
.common .pan li:last-of-type:after{
	content: "";
}

/*service
----------------------------------------------------------*/
.service .key h2:before{
	content: "SERVICE";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.service .cont01 .clearfix{
	margin-bottom: 50px;
}
.service .cont01 .clearfix .img{
	float: left;
	width:460px;
}

.service .cont01 .clearfix .text_box{
	float: right;
	width:580px;
}
.service .cont01 .clearfix:nth-of-type(2n) .img{
	float: right;
}
.service .cont01 .clearfix:nth-of-type(2n) .text_box{
	float: left;
}
.service .cont01 .clearfix .text_box h3{
	font-size:26px;
	padding: 10px 0 15px;
}

.service .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:50px 0 20px;
}
.service .cont02 h4{
	background:url(img/common_icon01.png) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
	font-size:20px;
}
.service .cont02 .text{
	margin-bottom: 30px;
	position: relative;
	margin-bottom: 350px;
}
.service .cont02 .text::after{
	content: "";
	background: url(img/service_img04.png)no-repeat;
	width: 598px;
	height: 615px;
	background-size: 50%;
	position: absolute;
	left: 0;
	top: 80px;
}

/*work
----------------------------------------------------------*/
.work .key h2:before{
	content: "work";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}

.work .cont01{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	gap: 30px 30px
}
.work .cont01 h3{
	font-size: 24px;
	margin-top: 10px;
}
.work .cont01 .clearfix:nth-of-type(7){
	 margin-right: 490px;
}

/*company
----------------------------------------------------------*/
.company .key h2:before{
	content: "COMPANY";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}

.company .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}
.company .cont01 .clearfix .text_box{
	float: left;
	width:580px;
}
.company .cont01 .clearfix .text_box .text01{
	font-size:20px;
	font-weight: bold;
	padding: 20px 0;
}
.company .cont01 .clearfix .text_box .name{
	text-align: right;
	font-size:20px;
	font-weight: bold;
	padding-top: 20px;
}
.company .cont01 .clearfix .img{
	float: right;
}

.company .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 0 20px;
}
.company .cont02 table{
	margin:50px 0;
	width:100%;
}
.company .cont02 tr:nth-of-type(2n-1){
	background: #efefef;
}
.company .cont02 th{
	padding: 10px 20px;
	font-weight: bold;
	width:100px;
}
.company .cont02 td{
	padding: 10px 20px;
}

/*recruit
----------------------------------------------------------*/
.recruit .link-area {
	display: flex;
	justify-content: center;
    gap: 30px;
    align-items: center;
	margin: 50px 0;
}
.recruit .link-area li {
	position: relative;
}
.recruit .link-area li a {
	display: inline-block;
    width: 150px;
    height: 150px;
    background: #063188;
    color: #fff;
	font-size: 18px;
    border-radius: 50%;
    line-height: 150px;
    text-align: center;
}
.recruit .link-area li:nth-of-type(3) a {
	line-height: 120px;
}
.recruit .link-area li a .text01 {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 150px;
	font-weight: bold;
	line-height: 1.5;
}
.recruit .link-area li a .text02 {
	font-weight: bold;
}
.recruit .link-area li:nth-of-type(2) a {
	background: #0c65d3;
}
.recruit .link-area li:nth-of-type(3) a {
	background: #07a6d9;
}
.recruit .link-area li a::before {
	content: "";
	background: url(img/recruit_arrow01.png) no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	margin: auto;
}
.recruit .link-area li:nth-of-type(2) a::before {
	background: url(img/recruit_arrow02.png) no-repeat;
	background-size: 24px;
}
.recruit .link-area li:nth-of-type(3) a::before {
	background: url(img/recruit_arrow03.png) no-repeat;
	background-size: 24px;
}
.recruit .key h2:before{
	content: "RECRUIT";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.recruit .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}
.recruit .cont01 h3:nth-of-type(2) {
	border-left:5px solid #0c65d3;
}
.recruit .cont01 h3:nth-of-type(3) {
	border-left:5px solid #07a6d9;
}
.recruit .cont01 table{
	margin:30px 0 50px;
	width:100%;
}
.recruit .cont01 tr:nth-of-type(2n-1){
	background: #efefef;
}
.recruit .cont01 th{
	padding: 10px 20px;
	font-weight: bold;
	width:150px;
}
.recruit .cont01 td{
	padding: 10px 20px;
}
.recruit .cont01 .button {
	width: 400px;
	margin: 30px 0 80px;
}
.recruit .cont01 .button a {
	display: block;
    font-weight: bold;
    width: 100%;
	background: #063188;
	color: #fff;
    margin: auto;
    padding: 15px 0;
    transition: .5s;
    text-align: center;
	position: relative;
}
.recruit .cont01 .button:nth-of-type(2) a {
	background: #0c65d3;
}
.recruit .cont01 .button a::before {
	content: "";
	background: url(img/recruit_icon.png) no-repeat;
	background-size: 34px;
	width: 34px;
	height: 44px;
	position: absolute;
	right: 20px;
	bottom: -8px;
}

/*contact
----------------------------------------------------------*/
.contact .key h2:before{
	content: "CONTACT";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}
.contact .cont01 .border{
	border:1px solid #ccc;
	background:url(img/contact_img01.png) right bottom no-repeat;
	height: 180px;
}
.contact .cont01 .tel{
	padding: 25px 0 0 100px;
}
.contact .cont01 .tel a{
	width:300px;
	font-size:36px;
	font-weight: bold;
	line-height: 1;
	background:url(img/index_icon01.png) 5px center no-repeat;
	padding-left: 50px;
}
.contact .cont01 .time{
	width:310px;
	font-size:14px;
	line-height: 1;
	text-align: center;
	padding:10px 0 20px 100px;
}
.contact .cont01 .text{
	margin-left: 100px;
}


.contact .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 0 20px;
}
.contact .cont02 table{
	margin:30px 0;
	width:100%;
}
.contact .cont02 tr:nth-of-type(2n-1){
	background: #efefef;
}
.contact .cont02 th{
	padding: 10px 0 10px 20px;
	font-weight: bold;
	width:200px;
}
.contact .cont02 th span{
	font-weight: bold;
	color:red;
	float: right;
	display: inline-block;
}
.contact .cont02 td{
	padding: 10px 20px;
}
.contact .cont02 td input[type="text"],
.contact .cont02 td input[type="email"],
.contact .cont02 td input[type="tel"]{
	padding: 9px;
	width:800px;
	border:1px solid #ccc;
}
.contact .cont02 td select{
	padding: 9px;
	border:1px solid #ccc;
}
.contact .cont02 td textarea{
	padding: 9px;
	min-width:800px;
	min-height: 100px;
	border:1px solid #ccc;
	display: block;
}
.contact .cont02 .button {
	text-align: center;
	margin:0 auto;
	width:250px;
}
.contact .cont02 .button input[type="submit"]{
	display: block;
	background:#2c4f98;
	width:250px;
	padding: 15px 0;
	font-weight: bold;
	color:#fff;
	border:none;
	border-radius: 5px;
	cursor:pointer;
}
.contact .cont02 .button input[type="submit"]:hover{
	opacity: 0.8;
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding-bottom: 20px;
}

.contact .cont03{
	margin-bottom: 100px;
}
.contact .cont03 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 0 20px;
}
.contact .cont03 .privacy_box{
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    overflow: auto;
    background: #fff;
}
.contact .cont03 .privacy_box .text01{
	padding: 5px 0 20px;
}

/*thanks
----------------------------------------------------------*/
.thanks .key h2:before{
	content: "THANKS";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.thanks .cont01{
	margin-bottom: 80px;
}
.thanks .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}

}
/*===============================================
画面の横幅が430px以下
===============================================*/
@media screen and (max-width: 431px){

html,
body,
.wrap{
	margin:0 auto;
	width: 430px;
}
.pc{
	display:none !important;
}
img{
	max-width: 430px;
}


/*header
----------------------------------------------------------*/
header{
	position: relative;
	width:100%;
	z-index: 2;
}
header h1{
	color:#333;
	position: fixed;
	top:5px;
	left:5px;
	font-size:10px;
	font-weight: bold;
}
header .logo{
	color:#fff;
	position: fixed;
	top:30px;
	left:20px;
}
header .logo img{
	width:150px;
}
header .tel_box{

}
header .tel_box .tel{
	position: fixed;
	top:0;
	right: 60px;
	width:60px;
}
header .tel_box .tel a{
	border:1px solid #fff;
	display: block;
	padding-top: 58px;
	height: 0;
	overflow: hidden;
}
header .tel_box .time{
	font-size:12px;
	position: fixed;
	color:#fff;
	top:65px;
	right:5px;
}

header .mail{
	position: fixed;
	top:0;
	right: 60px;
	width:60px;
}
header .mail a{
	border:1px solid #fff;
	display: block;
	padding-top: 58px;
	height: 0;
	overflow: hidden;
	background: url(img/header_mail.png) center center no-repeat;
}


/*nav
----------------------------------------------------------*/
nav{
	position: fixed;
	top: 0;
	right: 0;
	width:60px;
	height:60px;
	z-index: 10;
}
#nav-btn {
	width: 60px;
	height: 60px;
	background:#4a7be1;
	color: #fff;
	z-index: 1001;
	transition: all .5s;
}
.menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-btn {
	position: absolute;
	width: 30px;
	height: 23px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
}
.menu-btn span:nth-of-type(2) {
	top: 10px;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#nav-btn.active .menu-btn span:nth-of-type(2) {
	opacity: 0;
}
#nav-btn.active .menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#nav{
	display: none;
}
#nav-btn.active + #nav{
	display: block;
	position: absolute;
	z-index: 1001;
	top:60px;
	right: 0;
	background: rgba(256,256,256,0.9);
	width:430px;
	border-top: 1px dotted #555;
}
#nav-btn.active + #nav li a{
	display: block;
	color:#111;
	padding: 15px 0 15px 30px;
	border-bottom: 1px dotted #555;
	font-weight: bold;
}




/*index
----------------------------------------------------------*/
.index .key{
	position: relative;
	width: 430px;
	height: 100vh;
}
.index .key::before{
	content: '';
	width: 430px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background:url(img/index_key_bg_sp.png) center center/cover no-repeat;
	z-index: -2;
}
.index .key p{
	text-align: center;
	width:100%;
	font-size:20px;
	color:#fff;
	height:100px;
	margin:auto 0;
	position: absolute;
	top:0;
	bottom:0;
	background:url(img/index_key_text.png) no-repeat bottom center / 400px;
}
.index .key:after{
	content:"";
	width:100px;
	height:100px;
	background:url(img/index_key_icon.png) center center no-repeat;
	background-size: 100px;
	display: block;
	position: absolute;
	width:136px;
	margin:0 auto;
	bottom:20px;
	left:0;
	right:0;
}

.index .cont01{
	background: #fff;
	padding: 70px 0 100px;
}
.index .cont01 h2{
	font-size:16px;
	text-align: center;
	margin:0 0 70px;
}
.index .cont01 h2:before{
	content: "SERVICE";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont01 .clearfix{
	margin-bottom: 50px;
}
.index .cont01 .clearfix .text_box{
	padding: 10px;
}
.index .cont01 .clearfix .text_box h3{
	font-size:20px;
	padding: 10px 0 15px;
}
.index .cont01 .clearfix .text_box .button{
	margin-top: 20px;
	text-align: center;
}
.index .cont01 .clearfix .text_box .button a{
	display: block;
	font-weight: bold;
	width:400px;
	padding:15px 0;
	border:1px solid #333;
	transition: .5s;
}
.index .cont01 .clearfix .text_box .button a:hover{
	background:#000;
	color:#fff;
}

.index .cont02{
	background:#fff url(img/physolophy_logo_02.png) center center no-repeat;
	background-size: contain;
	padding: 40px 0 70px;
	text-align: center;
	color:#333;
}
.index .cont02 h2{
	font-size:16px;
	text-align: center;
	margin:50px 0;
}
.index .cont02 h2:before{
	content:"PHILOSOPHY";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.index .cont02 h3{
	font-size: 20px;
	margin-bottom: 50px;
}
.index .cont02 .text{
	font-size:14px;
	padding: 0 10px;
	text-align: left;
	margin:0 0 50px;
}
.index .cont02 .button a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 402px;
	height: 50px;
	color: #333;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	margin:0 auto;
	line-height: 2;
	border: 1px solid #333;
}

/*contact_box
----------------------------------------------------------*/
.contact_box{
	background: #fff;
	padding: 80px 0;
}
.contact_box h2{
	font-size:16px;
	text-align: center;
	margin:0 0 30px;
}
.contact_box h2:before{
	content: "CONTACT";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact_box .border{
	border:1px solid #2e2eb9;
	padding: 30px 20px;
	margin:0 10px;
}
.contact_box .tel_box{
	text-align: center;
	margin-bottom: 10px;
}
.contact_box .tel_box .tel{
	font-size:36px;
	line-height: 1.2;
	position: relative;
	padding-left: 35px;
}
.contact_box .tel_box .tel a{
	font-weight: bold;
}
.contact_box .tel_box .tel a:before{
	content: "";
	background: url(img/index_icon01.png) left center no-repeat;
	background-size: 28px;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 13px;
	top: 6px;

}
.contact_box .tel_box .time{
	font-size:14px;
}
.contact_box .mail{
	width:350px;
	float: right;
	text-align: center;
	margin-top: 7px;
}
.contact_box .mail a{
	background:#2e2eb9 url(img/index_icon02.png) 90px center no-repeat;
	color:#fff;
	display: block;
	padding: 15px 0 15px 30px;
}
.contact_box .text{
	text-align: center;
	margin-top: 15px;
	font-size:14px;
}
/*map
----------------------------------------------------------*/
.map iframe{
	background: #fff;
	width:100%;
	height: 500px;
	display: block;
}

/*footer
----------------------------------------------------------*/
footer{
	background: #fff;
	border-top: 5px solid #000;
	padding:20px 0 0;
}
footer .left{
	margin:0 10px;
}
footer .left .name{
	font-weight: bold;
	font-size:18px;
	font-weight: bold;
	margin: 15px 0 20px;
}

footer .left .place{
	padding-left: 25px;
	background: url(img/footer_icon01.png) left top no-repeat;
	font-size:14px;
	margin-bottom: 7px;
	white-space: nowrap;
}
footer .left .place span {
	display: inline-block;
    padding-right: 10px;
}
footer .left .place .span02 {
	display: inline-block;
    padding-left: 90px;
}
footer .left .place02 {
	padding-left: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}
footer .left .place02 span {
	display: inline-block;
    padding-right: 57px;
}

footer .left .tel{
	padding-left: 25px;
	background: url(img/footer_icon02.png) left center no-repeat;
	margin-bottom: 20px;
	font-size:14px;
}
footer .left .fax{
	padding-left: 25px;
	background: url(img/footer_icon03.png) left center no-repeat;
	margin-bottom: 20px;
	font-size:14px;
}
footer .left .mail{
	padding-left: 25px;
	background: url(img/footer_icon04.png) left center no-repeat;
	margin-bottom: 20px;
	font-size:14px;
}
footer .right{
	margin: 20px 0 0;
}
footer .right li a{
	display: block;
	background:url(img/common_icon02.png) 400px center no-repeat;
	border-top: 1px solid #333;
	padding: 20px;
	font-weight: bold;
}
footer .copy{
	background:#000;
	color:#fff;
	font-size:14px;
	text-align: center;
	padding: 5px 0;
}
footer .to_top{
	position: fixed;
	right:10px;
	bottom:10px;
}
footer .to_top img{
	width:50px;
}

/*common
----------------------------------------------------------*/
.common .key{
	height: 350px;
	background:url(img/common_key_bg_sp.png) center center no-repeat;
	background-size: cover;
}
.common .key h2{
	padding-top: 145px;
	font-size:16px;
	text-align: center;
	color:#fff;
}
.common .pan{
	padding: 10px 10px 50px;
}
.common .pan li{
	display: inline-block;
}
.common .pan li:after{
	display: inline-block;
	content: "＞";
	padding: 0 20px;
}
.common .pan li:last-of-type:after{
	content: "";
}

/*service
----------------------------------------------------------*/
.service .key h2:before{
	content: "SERVICE";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.service .cont01 .clearfix{
	margin-bottom: 50px;
}
.service .cont01 .clearfix .text_box{
	padding: 0 10px;
}
.service .cont01 .clearfix .text_box h3{
	font-size:20px;
	padding: 10px 0 15px;
}
.service .cont01 .clearfix .text_box p{
	font-size:14px;
}

.service .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:20px;
	margin:50px 10px 20px;
}
.service .cont02 h4{
	background:url(img/common_icon01.png) left center no-repeat;
	padding-left: 20px;
	margin:0 10px 15px;
	font-size:16px;
}
.service .cont02 .text{
	margin:0 10px 30px;
	position: relative;
	margin-bottom: 300px;
}

.service .cont02 .text::after{
	content: "";
	background: url(img/service_img04.png) no-repeat;
	background-size: 300px;
	width: 300px;
	height: 310px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	margin: auto;
}

/*work
----------------------------------------------------------*/
.work .key h2:before{
	content: "work";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}

.work h3{
	font-size: 20px;
	margin: 10px 0 20px 10px;
}

/*company
----------------------------------------------------------*/
.company .key h2:before{
	content: "COMPANY";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}

.company .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:20px;
	margin:0 10px 20px;
}
.company .cont01 .clearfix .img {
	text-align: center;
}
.company .cont01 .clearfix .text_box .text01{
	font-size:16px;
	font-weight: bold;
	padding: 20px 10px;
}
.company .cont01 .clearfix .text_box .text02{
	padding: 0 10px;
}
.company .cont01 .clearfix .text_box .name{
	text-align: right;
	font-size:18px;
	font-weight: bold;
	padding: 20px 10px 0 0;
}

.company .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 10px 0;
}
.company .cont02 table{
	margin:30px 10px;
	width:400px;
}
.company .cont02 tr:nth-of-type(2n-1){
	background: #efefef;
}
.company .cont02 th{
	padding: 10px 15px;
	font-weight: bold;
	width:80px;
}
.company .cont02 td{
	padding: 10px 15px;
}

/*recruit
----------------------------------------------------------*/
.recruit .link-area {
	display: flex;
	justify-content: center;
    gap: 15px;
    align-items: center;
	margin-top: 30px;
}
.recruit .link-area li {
	position: relative;
}
.recruit .link-area li a {
	display: inline-block;
    width: 120px;
    height: 120px;
    background: #063188;
    color: #fff;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
}
.recruit .link-area li:nth-of-type(3) a {
	line-height: 95px;
}
.recruit .link-area li a .text01 {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 38%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	font-weight: bold;
	line-height: 1.5;
}
.recruit .link-area li a .text02 {
	font-weight: bold;
}
.recruit .link-area li:nth-of-type(2) a {
	background: #0c65d3;
}
.recruit .link-area li:nth-of-type(3) a {
	background: #07a6d9;
}
.recruit .link-area li a::before {
	content: "";
	background: url(img/recruit_arrow01.png) no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 25px;
	right: 0;
	left: 0;
	margin: auto;
}
.recruit .link-area li:nth-of-type(2) a::before {
	background: url(img/recruit_arrow02.png) no-repeat;
	background-size: 24px;
}
.recruit .link-area li:nth-of-type(3) a::before {
	background: url(img/recruit_arrow03.png) no-repeat;
	background-size: 24px;
}
.recruit .key h2:before{
	content: "RECRUIT";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.recruit .cont01 {
	margin-top: 60px;
}
.recruit .cont01 h3{
	border-left:5px solid #063188;
	padding-left: 10px;
	font-size:20px;
	margin:0 10px 20px;
}
.recruit .cont01 h3:nth-of-type(2) {
	border-left:5px solid #0c65d3;
}
.recruit .cont01 h3:nth-of-type(3) {
	border-left:5px solid #07a6d9;
}
.recruit .cont01 table{
	margin:30px 10px 0;
}
.recruit .cont01 tr:nth-of-type(2n-1){
	background: #efefef;
}
.recruit .cont01 th{
	padding: 10px 20px;
	font-weight: bold;
	width:80px;
}
.recruit .cont01 td{
	padding: 10px 20px;
}
.recruit .cont01 .button {
	margin: 30px 0 80px;
}
.recruit .cont01 .button a {
	display: block;
    font-weight: bold;
    width: 95%;
	background: #063188;
	color: #fff;
    margin: auto;
    padding: 15px 0;
    transition: .5s;
    text-align: center;
	position: relative;
}
.recruit .cont01 .button:nth-of-type(2) a {
	background: #0c65d3;
}
.recruit .cont01 .button a::before {
	content: "";
	background: url(img/recruit_icon.png) no-repeat;
	background-size: 34px;
	width: 34px;
	height: 44px;
	position: absolute;
	right: 20px;
	bottom: -8px;
}

/*contact
----------------------------------------------------------*/
.contact .key h2:before{
	content: "CONTACT";
	font-size:30px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.contact .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:20px;
	margin:0 10px 20px;
}
.contact .cont01 .border{
	border:1px solid #ccc;
	margin:0 10px 20px;
}
.contact .cont01 .tel{
	padding: 25px 0 0;
	text-align: center;
}
.contact .cont01 .tel a{
	width:300px;
	font-size:36px;
	font-weight: bold;
	line-height: 1;
	background:url(img/index_icon01.png) 5px center no-repeat;
	padding-left: 50px;
}
.contact .cont01 .time{
	font-size:14px;
	line-height: 1;
	text-align: center;
	padding:10px 0 0;
}
.contact .cont01 .text{
	margin: 10px;
	font-size:14px;
	text-align: center;
}


.contact .cont02 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 10px 20px;
}
.contact .cont02 table{
	margin:30px 10px;
	width:400px;
	display: block;
}
.contact .cont02 tr{
	display: block;
}
.contact .cont02 th{
	display: block;
	padding: 10px 0 10px 20px;
	font-weight: bold;
	width:380px;
	background: #efefef;
}
.contact .cont02 th span{
	font-weight: bold;
	color:red;
	float: right;
	display: inline-block;
}
.contact .cont02 td{
	display: block;
	padding: 10px;
	border:1px solid #efefef;
}
.contact .cont02 td input[type="text"],
.contact .cont02 td input[type="email"],
.contact .cont02 td input[type="tel"]{
	padding: 10px;
	width:360px;
	border:1px solid #ccc;
}
.contact .cont02 td select{
	padding: 9px;
	border:1px solid #ccc;
}
.contact .cont02 td textarea{
	padding: 10px;
	width:360px!important;
	min-height: 200px;
	border:1px solid #ccc;
	display: block;
}
.contact .cont02 .button {
	text-align: center;
	margin:0 auto;
	width:250px;
}
.contact .cont02 .button input[type="submit"]{
	display: block;
	background:#2c4f98;
	width:250px;
	padding: 15px 0;
	font-weight: bold;
	color:#fff;
	border:none;
	border-radius: 5px;
	cursor:pointer;
}
.contact .cont02 .button input[type="submit"]:hover{
	opacity: 0.8;
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding-bottom: 20px;
}

.contact .cont03{
	margin-bottom: 100px;
}
.contact .cont03 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:100px 10px 20px;
}
.contact .cont03 .privacy_box{
    border: 1px solid #ccc;
    padding: 20px;
    height: 310px;
    margin:0 10px;
    overflow: auto;
    background: #fff;
}
.contact .cont03 .privacy_box .text01{
	padding: 5px 0 20px;
}

/*thanks
----------------------------------------------------------*/
.thanks .key h2:before{
	content: "THANKS";
	font-size:60px;
	font-weight: bold;
	display: block;
	line-height: 1.4;
}
.thanks .cont01{
	margin-bottom: 80px;
}
.thanks .cont01 h3{
	border-left:5px solid #2e2eb9;
	padding-left: 10px;
	font-size:24px;
	margin:0 0 20px;
}


}
/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 160px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
	left:0;
	right:0;
	margin:0 auto;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
	width: 100% !important;
	height: 100% !important;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 0;
	width:248px;
	background-color: #000;
	border: 1px solid #000;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 0;
	width:248px;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #000;
	display: inline-block;
	padding: 1px 10px;
	margin: 5px 0 0 5px;
	color: #000;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}

@media screen and (max-width: 431px) {
div#mfp_overlay_background{
	width:430px !important;
	height: 100% !important;
}
div#mfp_overlay{
	width:430px !important;
}
div#mfp_overlay_inner{
	width:390px;
	max-width:none;
}
div.mfp_buttons button#mfp_button_send {
	display: block;
	padding: 10px 0;
	width:300px;
	margin:0 auto 10px;
}
div.mfp_buttons button#mfp_button_cancel {
	display: block;
	padding: 9px 0;
	width:300px;
	margin:-15px auto 0;
}
}
