*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: a-otf-ud-shin-go-pr6n,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #222222;
	font-size: 18px;
	line-height: 1.6em;

}

.sp-none{
	display: block;
}

.pc-none{
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

img{max-width: 100%;margin: 0 auto;display: block;}
.wrp{width: 1200px;margin: 0 auto}

.BG{background-image: url(../img/bg.jpg);padding: 3% 0}
.BG2{	background-color: #eee;;padding: 3% 0}


.globalMenuSp a:hover{
	color: #87bb00;
}

nav ul{
	width: 100%;
	display: flex;
	justify-content:space-evenly;
	align-items: center
}
nav li{
	display: block;
	width: 100%;
	text-align: center;
}
nav a{
	display: block;
	width: 100%;
	margin: 8% 0;
	border-right: 1px solid #000;
	font-weight: bold}


.f-wrp{display: flex;align-items: center;}
.f-Box{
	background-color: #fff;
	border-radius: 50px;
	padding: 3%;
}

/*midashi*/
h2{text-align: center;font-size: 50px;font-weight: bold;}
h2 span{
	display: block;
	font-weight: bold;
	font-size: 25px;
	line-height: 0.5em;
}
.ex{padding: 2% 0;justify-content: center}
.ex div:first-of-type img{
	margin-left: auto;
	display: block;
}
.ex div:last-of-type p{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

/*SERVICE-Point*/
.point{margin-bottom: 3%;justify-content: space-around;align-items: inherit;}
.point .f-Box{width: 45%}
.p-t{
	text-align: center;font-size: 30px;font-weight: bold;
}
h3{
text-align: center;
font-size: 25px;
font-weight: bold;
margin-bottom: 2%;
}
.point img{display: block;margin: 0 auto}
.ast{text-align: center;font-size: 25px;}

/*PURODACT*/
.list-wrp .f-wrp{flex-wrap: wrap;}

/*CONTACT-Link*/
.link_b{
	display: block;
	width: 100%;
	text-align: center;
	padding: 2% 0;
	background-color: #058dc5;
	color: #fff;
	margin: 3% 0;
	font-size: 25px;
}

.link_b:hover{
	background:#87bb00;
}

p.linkbkome {
    text-align: center;
    padding-bottom: 2%;
}


/*future*/
.future{align-items: inherit;justify-content: space-around;margin-top: 3%;}
.future .f-Box{width: 23%;display: flex;flex-direction: column;justify-content: space-between;padding: 2% 0 1%;}
.future .f-Box h3{line-height: 1.3em;}

/*FLOW*/
.flow{align-items: inherit;justify-content: space-around;}
.flow .f-Box{
width: 32%
}
.flowkome{
	padding: 2% 0;
	text-align: center;

}


/*PRODUCT*/
.list-wrp{
	background-color: #fff;
	flex-wrap: wrap;	
	border-radius: 50px;
}
.list-Box{
width: 25%;
padding: 3%;
}
.list-Box p{
text-align: center;
}
.list-wrp h3{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 3%;
	margin-bottom: 0;
}
.text-r{
	color: red;
	text-align: right;
	margin-top: -2%;
	padding-right: 3%;
}
.list-wrp h4{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

p.price {
    font-size: 25px;
}

a.popup-link002 {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #252525;
    color: #fff;
    width: 25%;
    padding: 1%;
    margin-top: 2%;
	border-radius: 10px;
	border: 2px solid #252525;
}

a.popup-link002:hover{
	background: #fff;
	color: #252525;
	border: 2px solid #252525;
}

/*form*/

/*#wpcf7-f5-p8-o1 {
    width: 50%;
    margin: 0 auto;
}*/

.formBox {
    width: 50%;
    margin: 0 auto;
}

input, textarea {
    width: 100%;
	margin-top: 1%;
}

#contact .wpcf7-submit {
    background: #058DC5;
    color: #fff;
    border: none;
    padding: 1.5% 0;
    margin-top: 5%;
}

#contact .wpcf7-submit:hover{
	cursor: pointer;
	
}

#contact p{
	margin-top: 1%;
}

#contact p#cnotice {
    text-align: center;
}


#contact .fBox{
margin-top: 8%;
}

#contact .fname{
    color: #058DC5;
    border-bottom: 1px solid;
    padding: 1% 0;
    font-size: 20px;
    margin-bottom: 5%;
    display: inline-block;
    text-align: left;
    width: 100%;
	font-weight: bold;

}




#contact .popup-link{
	background: #484848;
    color: #fff;
	padding: 0.5% 5%;
	border-radius: 5%;
	margin: 0 0 1%;
	display: inline-block;
	font-size: 14px;
}


.f50 {
    display: flex;
    justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

/*.fflex {
    margin-top: 2%;
}*/

#mar0{
	margin-bottom: 0;
}

.fBox label{
/*	margin-bottom: 0.5%;
*/	display: block;
} 

#contact .f50chi {
    width: 49%;
}

.ftexta textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}




.ftanmatsu span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.ftanmatsu label {
    display: flex;
    align-items: center;
}

.ftanmatsu span.wpcf7-list-item-label {
    width: 70%;
}

.ftanmatsu span.wpcf7-list-item {
   
    width: 47%;
}

.ftanmatsu input, textarea {
    width: 20%;
    margin-top: 1%;
}

.fflex span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex;
    flex-flow: wrap;
}

.fflex label {
    display: flex;
    align-items: center;
	width: 120%;
}

.fflex span.wpcf7-list-item-label {
    width: 100%;
}

.fflex input, textarea {
    width: 60%;
}

.fflex span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    width: 25%;
}

#fflextop .wpcf7-list-item{
	width: 35%;
/*	margin-top: 5%;
*/}

#fflextop .wpcf7-list-item{
	width: 35%;
}

#contact .kome{
	font-size: 14px;
	margin-top: 0;
}

#contact input[type="submit"]:hover{
	background: #87bb00;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #C4C4C4;
	padding-left: 0.5em;
}
input:-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #C4C4C4;
	padding-left: 0.5em;
}
input::-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #C4C4C4;
	padding-left: 0.5em;
}
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #C4C4C4;
	padding-left: 0.5em;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}


#contact p#times2 {
    background: #ebf8ff;
    padding: 5% 0;
    text-align: center;
    margin-top: 10%;
    font-weight: bold;
}

/*		.fBox label,
	#mar9,
	#mar0,
	.mar9{
    margin-bottom: 5%;
}
	.ftanmatsu label{
		margin-bottom: 0;
	}*/

.fBox>div{
	margin-bottom: 5%;
}

#contact #cnotice{
	margin: 3% 0;
}

label.kana {
    margin-top: 2%;
}


.fileflex {
    display: flex;
    flex-wrap: wrap;
}

.fileflexchi {
    width: 50%;
}




/*INFORMATION*/

#info{
	margin: 3% 0;
}

.wrp ul {
    list-style: none;
    width: 50%;
    margin: 4% auto 0;
    height: 235px;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.wrp li{
	padding-bottom: 5%;
	display: flex;
}

a.infoa {
    padding-left: 1em;
}


/*footer*/

footer{
	    padding: 2% 0 0;
    background: #058DC5;
}

footer ul{
    display: flex;
    list-style: none;
    width: 60%;
    justify-content: space-around;
    margin: 0 auto;
}

footer a{
    color: #000;
    font-weight: bold;
}

footer a:hover{
    color: #fff;
}

footer small{
	margin-top: 7%;
    display: block;
    text-align: center;
	color: #000;
}


/*company*/
.companyBox{
	margin-top: 4%;
}

#company dl{
	
	display: flex;
    width: 60%;
    margin: 1.5% auto;
	
} 

#company dt{
       background: #058DC5;
    padding: 1%;
    width: 20%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
}


#company dd{
       padding: 1%;
    background: #fbfbfb;
    width: 80%;
}

#company{
	padding: 3% 0;
}

/*privacy-policy*/

.pplogo{
	    width: 35%;
    padding: 5% 0;
}

.pplogoarea {
    background: #e7f8ff;
}

.pparea{
	width: 75%;
	margin: 0 auto; 
}

.pparea ul{

    list-style: disc;
    width: 100%;
    margin: 0;
    height: 100%;
	overflow-y: hidden;
	webkit-overflow-scrolling: initial;
    overflow-scrolling: initial;
}

.pparea li {
     padding:0 0 0.5% 1em; 
     display: block; 
}

.pparea li::before {
     content: "●"; 
}

.pparea h3 {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    margin: 3% 0 0; 
	position: relative;
	padding-left: 1em;
	border-bottom: 1px solid #058dc5;
	width: 80%;
}

.pparea h3::before {
    content: "";
    position: absolute;
    top: 19%;
    left: 0;
    width: 0.5em;
    height: 1.3em;
    background: #058dc5;
}

.pp p{
	margin: 2% 0;
}

p.ppreed{
	text-align: center;
	margin: 4% 0
}


@media only screen and (max-width:1200px){
.wrp{width: 100%;padding: 0 5%;}

	
/*footer*/	
footer ul {
    width: 80%;
}	

footer li {
    padding-bottom: 5%
}	
	
/*add*/	
div#wpcf7-f5-p8-o1 {
    width: 70%;
    margin: 0 auto;
}
	
	
.formBox {
    width: 75%;
    margin: 0 auto;
}	

}

@media only screen and (max-width:640px){
.f-wrp{flex-direction:column}
.point .f-Box{width: 100%;margin-bottom: 5%;}

.future .f-Box{width: 100%;padding: 5% 5% 0;margin: 5% 0;}

.flow .f-Box{width: 100%;margin-bottom: 5%;}

.list-Box{width: 50%;}
.list-wrp .f-wrp{flex-direction: inherit;}
	
.sp-none{
	display: none;
}

.pc-none{
	display: block;
}
	
.mfp-iframe-holder .mfp-content{height: 80vh;}


/*footer*/	
footer ul {
	
	display: block;
	text-align: center;
	margin-top: 5%;
	
}	
	
	footer ul p{
		display: none;
	}

	
/*INFORMATION*/

.wrp ul{
    width: 100%;
	margin-top: 7%;
}	

a.infoa {
    padding-left: 0;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
	display: none;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;


}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
	display: block;

}
	
	
/*form*/
div#wpcf7-f5-p8-o1 {
    width: 100%;
}
	
.ftanmatsu span.wpcf7-list-item {
    width: 80%;
}
	
.fflex span.wpcf7-list-item {
    width: 40%;
}
	
	#contact label{
		display: block;
	} 
	
	.fflex input, textarea {
    width: 20%;
}
	
	.f50 {
    display: block;
	}
	
	#contact .f50chi {
    width: 100%;
}
	
.fBox>div{
	margin-bottom: 10%;
}
	
	#contact .kome {
    padding-left: 7%;
}
	
	
.fileflex {
    display: block;
    flex-wrap: wrap;
}

.fileflexchi {
    width: 100%;
}	
	

	
/*privacy-policy*/
	
.pplogo{
	    width: 50%;
    padding: 10% 0;
}
	
	
.pp p{
	margin: 5% auto;
	font-size: 14px;
}
	
p.ppreed{
	margin: 8% 0;
}
	
.pparea h3 {
    font-size: 18px;
    margin: 3% 0 0; 
	width: 100%;
	padding-left:0;
	color: #058dc5;
}
	
.pparea h3::before {
    content: "";
    background: none;
}

	.pparea li {
     padding:0 0 2% 0; 
     font-size: 12px;
}
	
	.pparea p,
	.pparea ul{
		width: 100%;
	}
	
	.pparea{
		width: 100%;
	}
	
	
/*add*/
h2{
	font-size: 30px;
	}
	
	h2 span{
		font-size: 20px;
	}
	
	br{
		display: none;
	}
	.ex div:last-of-type p {
    font-size: 18px;
    
}
	.p-t {
    font-size: 25px;
}
	h3 {
    font-size: 20px;
}

	.p-ttext{
		padding: 0 6% 3%;
		font-size: 16px;
	}
	
.link_b {
    margin: 10% 0 2%;
}
	
p.linkbkome {
    font-size: 14px;
}
	.f-wrp .f-wrpp{
		margin-bottom: 5%;
	}
	
	.formBox{
		    width: 90%;
    margin: 4% auto 0;
	}
	
	
	#company dl{
	
	display: block;
    width: 100%;
    margin: 8% auto;
	
} 

#company dt{
    width: 40%;
}


#company dd{
    width: 100%;
}
	
	#company dd br{
		display: block;
	}
	.ast {
    font-size: 20px;
	text-align: left;
}
	a.popup-link002 {
    width: 90%;
    font-size: 14px;
	margin: 5% auto;
	padding: 2% 0;
}
	#fflextop .wpcf7-list-item{
	width: 60%;
	margin-top: 2%;
}
	.fBox label,
	.fwb{
		font-weight: bold;
		display: block;
	}
	
	label.kana{
		font-weight: bold;
	}
	
	nav ul {
		display: block;
}
/*	.fBox label,
	#mar9,
	#mar0,
	.mar9{
    margin-bottom: 9%;
}*/
	
	
	.ftanmatsu label{
		margin-bottom: 0;
	}
	
	#career span.wpcf7-list-item {
    width: 43%;
}
	#career input, textarea {
    width: 14%;
}

	
}

