@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 1000px) {
.pc_only{ display: none }
.sp_only{ display: block }

.section_title {
	padding-top: 50px;
	padding-bottom: 0px;
}
.section_title img {
	width: 60%;
}
.bar {
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.w820 {
	width: 90%;
}
.w820_02 {
	width: 80%;
}
header {
	height: 60px;
	position: fixed;
	width: 100%;
	background-color: #FFF;
	padding-top: 15px;
	z-index: 99;
	top: 0px;
}
header .logo {
	margin-top: 0px;
	float: right;
	margin-right: 15px;
}
header .logo img {
	height: 30px;
}
header#home {
	height: 60px;
	position: fixed;
	width: 100%;
	padding-top: 15px;
	z-index: 9999;
	top: 0px;
	background-color: #FFF;
}
header#home .logo {
	margin-top: 0px;
	float: right;
	margin-right: 15px;
}
header#home .logo img {
	height: 30px;
}
#wrap {
	margin-top: 70px;
}
.breadcrumb {
	padding-left: 5%;
	padding-right: 5%;
}
.pagetop {
	right: 20px;
	bottom: 10px;
}
.pagetop img {
	width: 60px;
}
footer {
	padding-top: 100px;
	height: auto;
}
footer ul {
	display: block;
}
footer ul li.parent {
	width: 100%;
	height: auto;
	margin-top: 15px;
	background-image: none;
	padding-bottom: 15px;
}
footer ul li.parent.last {
	background-image: none;
}
footer ul li.parent ul {
	display: block;
	border-top-style: none;
	margin-top: 20px;
}
footer ul li.parent ul.child li {
	font-size: 12px;
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
}
footer ul li.parent ul.child li span {
	margin-left: 0px;
}
.copyright {
	padding-bottom: 100px;
	padding-top: 50px;
}



.recruit .part {
	margin-left: 30px;
}
.recruit h3 {
	font-size: 24px;
}
.acd-label{
	background-image: none;
}
.recruit .agree {
	display: block;
	width: 90%;
	text-align: center;
}
.recruit .agree .btn02{
	margin-top: 50px;
	margin-bottom: 50px;
}
.w820_02 p {
	margin-right: -5%;
	margin-left: -5%;
}
.recruit input {
	width: 90%;
}
.recruit textarea {
	width: 90%;
}
.recruit .sec.sec_submit .submit {
	height: auto;
	margin-left: 0px;
}
.recruit .radio_area .clearfix {
	width: 100%;
}
.recruit input.radio {
	width: 15px;
}
.recruit .title04 {
	width: 80%;
}
.bar02 {
	font-size: 20px;
}


* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: inherit;
}
.cp_fullscreenmenu {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
position: fixed;
top: 0;
left: 0;
display: flex;
visibility: hidden;
overflow: hidden;
width: 100%;
height: 100%;
pointer-events: none;
outline: 1px solid transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
align-items: center;
justify-content: center;
}
.cp_fullscreenmenu .menu > div {
display: flex;
overflow: hidden;
width: 200vw;
height: 200vw;
transition: all 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
text-align: center;
color: #fefefe;
border-radius: 50%;
background: rgba(0,126,195 ,0.8);
flex: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
align-items: center;
justify-content: center;
}
.cp_fullscreenmenu .menu > div > ul {
display: block;
max-height: 100vh;
margin: 0;
padding: 0 1em;
list-style: none;
transition: opacity 0.4s ease;
opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
	font-size: 16px;
	display: block;
	margin: 1em;
	padding: 0;
	line-height: 2;
	font-weight: bold;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
position: relative;
display: inline;
cursor: pointer;
transition: color 0.4s ease;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover {
color: #e5e5e5;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
width: 100%;
}
.cp_fullscreenmenu .menu > div > ul > li > a:after {
position: absolute;
z-index: 9999;
bottom: -0.15em;
left: 0;
width: 0;
height: 2px;
content: '';
transition: width 0.4s ease;
background: #e5e5e5;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
visibility: visible;
pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
transition-duration: 0.75s;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
opacity: 1;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
transition-delay: 1.0s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(5) {
transition-delay: 1.2s;
}
.cp_fullscreenmenu .toggle:hover + .hamburger {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: block;
width: 60px;
height: 60px;
padding: 0.5em 1em;
cursor: pointer;
transition: box-shadow 0.4s ease;
border-radius: 0 0.12em 0.12em 0;
background: rgba(0,126,195 ,0.7);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
position: relative;
top: 50%;
display: block;
width: 100%;
height: 2px;
transition: all 0.4s ease;
background: #fefefe;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
position: absolute;
z-index: 1;
top: -10px;
left: 0;
display: block;
width: 100%;
height: 2px;
content: '';
transition: all 0.4s ease;
background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
top: 10px;.product .section_title {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 14px;
}
.product .section_title img{
	width: 250px;
	margin-bottom: -5px;
}
.product .category_inner {
	display: block;
}
.product .box02 {
	width: 100%;
}
.product .category {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product .product_icon_title img {
	width: 80px;
}
.product .product_icon_title {
	text-align: left;
	font-size: 16px;
	justify-content: flex-start;
}
.product .hed{
	padding-bottom: 50px;
}
.product .b_tittle {
	font-size: 16px;
	margin-top: -10px;
	padding-left: 15px;
	padding-right: 15px;
}
.product .orangeline{
	background-color: #e99520;
	height: 12px;
	text-align: center;
}
.product .b2_title {
	font-size: 24px;
	padding-top: 30px;
}
.product .b2s_title {
	font-size: 18px;
	padding-top: 5px;
}
.product .kakomi {
	width: 90%;
	display: block;
	padding: 20px;
	height: auto;
}
.product .gyoukai {
	font-size: 24px;
	display: block;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 10px;
}
.product .naka {
	font-size: 16px;
}
.product .category .col{
	margin-top: 50px;
	margin-bottom:20px;
}
.product .category .col span{
	font-size: 20px;
	line-height: 1.2;
}
.product .category .col .maru{
	margin-right: 10px;
}
.product .category .link{
	font-size: 18px;
	width: 85%;
	line-height: 1.3;
}
.product .white_space {
	padding-top: 50px;
	margin-bottom: -50px;
}
.product .white_space .title{
	font-size: 20px;
	padding-bottom: 25px;
	line-height: 1.4;
}
.product .white_space .title_p-10{
	font-size: 20px;
	padding-bottom: 10px;
		line-height: 1.4;
}
.product .white_space .col{
	font-size: 16x;
	line-height: 1.5;
}
.product .aqua_space {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product .aqua_space_p75 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.product .aqua_space .box_01{
	display: block;
}
.product .aqua_space .box_01 .ss_box{
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.product .aqua_space .illust img{
	width: 80%;
	margin-top: -20px;
	margin-left: 10%;
}
.product .aqua_space .illust_title{
	font-size: 18px;
	height: 65px;
	width: 100%;
	display: flex;
	margin-top: 10px;
		transform: skewX(0deg);
}
.product .aqua_space .list{
	font-size: 18px;
	height: 250px;
	width: 300px;
}
.product .aqua_space .list_title{
	font-size: 18px;
	height: 65px;
	width: 100%;
	display: flex;
	padding-bottom: 5px;
	margin-top: 20px;
		transform: skewX(0deg);
}
.product .aqua_space .list_title span{
	font-size: 14px;
}

.product .aqua_space_p75 .box_03{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: space-around;
	align-content: center;
}
.product .aqua_space_p75 .s_box{
	height: 180px;
	width: 150px;
	padding-bottom: 10px;
	margin: 10px;
}
.product .aqua_space_p75 .s_box img{
	width: 140px;
}
.w1050 {
	width: 100%;
}
.product .aqua_space_p75 .s_box p{
	padding-top: 15px;
	line-height: 1.2;
	font-size: 16px;
}
.product .aqua_space_p75 .s_box_02{
	height: auto;
	width: 95%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product .aqua_space_p75 .s_box_02 img{
	width: 20%;
}
.product .aqua_space_p75 .s_box_02 .title{
	font-size: 16px;
	padding-left: 0px;
}
.product .aqua_space_p75 .s_box_02 .text{
	width: 120%;
}

.product .aqua_space_p75 .s_box_03{
	height: 100px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.product .aqua_space_p75 .s_box_03 img{
	width: 80px;
}
.product .aqua_space_p75 .s_box_03 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}
.product .category .box_05 {
	display: block;
	width: 85%;
	text-align: center;
}
.product .category .box_05 p{
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 30px;
}
.product .category .box_05 img{
	width: 250px;
}
.product .aqua_space .box_06 {
	display: block;
}
.product .aqua_space .box_06 .txt {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.product .aqua_space .box_06 p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}
.product .aqua_space .box_06 .list_02 {
	height: 200px;
	width: 100%;
	font-size: 18px;
	padding-left: 30px;
	line-height: 2;
	display: flex;
	align-items: center;
}
.product .aqua_space .box_06 .list_02 .orange {
	color: #e99520;
}
.product .white_space .tv_category .title{
	padding-bottom: -50px;
}
.product .b_tittle_tv{
	margin-top: -3px;
	font-size: 16px;
}
.product .category .tv img {
	width: 100%;
}
.product .category .box_07 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: space-around;
	align-content: center;
}
.product .category .box_07 .s_box_05 {
	margin-top: 10px;
	margin-left: 10px;
}
.product .category .box_07 .s_box_05 img{
	width: 220px;
}

.product .white_space .s_box_04 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-top: 0px;
	padding-bottom: 25px;
}
.product .white_space .s_box_04 img {
	width: 35px;
}
.product .white_space .s_box_04 div {
	margin-top:10px;
}
.product .white_space .s_box_04 .txt_03 {
	font-size: 20px;
	line-height: 0.5;
}
.product .white_space .s_box_04 p {
	padding-left: 16px;
	line-height: 1.4;
}
.w680 {
	width: 85%;
}

}

/*寺岡*/
/*製品ページ*/

.w1000 {
	width: 90%;
}

.hed .icon img{
	width: 200px;
}


.product .section_title {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 14px;
}
.product .section_title img{
	width: 250px;
	margin-bottom: -5px;
}
.product .category_inner {
	display: block;
}
.product .box02 {
	width: 100%;
}
.product .category {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product .product_icon_title img {
	width: 80px;
}
.product .product_icon_title {
	text-align: left;
	font-size: 16px;
	justify-content: flex-start;
}
.product .hed{
	padding-bottom: 50px;
}
.product .b_tittle {
	font-size: 16px;
	margin-top: -10px;
}
.product .orangeline{
	background-color: #e99520;
	height: 12px;
	text-align: center;
}
.product .b2_title {
	font-size: 24px;
	padding-top: 30px;
}
.product .b2s_title {
	font-size: 18px;
	padding-top: 5px;
}
.product .kakomi {
	width: 85%;
	display: block;
	padding: 20px;
	height: auto;
}
.product .gyoukai {
	font-size: 24px;
	display: block;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 10px;
}
.product .naka {
	font-size: 16px;
	line-height: 1.3;
}
.product .category .col{
	margin-top: 50px;
	margin-bottom:20px;
}
.product .category .col span{
	font-size: 20px;
	line-height: 1.3;
}
.product .category .col p{
	line-height: 1.3;
}
.product .category .col .maru{
	margin-right: 10px;
}
.product .category .link{
	font-size: 18px;
	width: 85%;
	line-height: 1.3;
}
.product .white_space {
	padding-top: 50px;
	margin-bottom: -50px;
}
.product .white_space .title{
	font-size: 20px;
	padding-bottom: 25px;
	line-height: 1.4;
}
.product .white_space .title_p-10{
	font-size: 20px;
	padding-bottom: 10px;
		line-height: 1.8;
}
.product .white_space .col{
	font-size: 16x;
	line-height: 1.8;
}
.product .aqua_space {
	padding-top: 50px;
	padding-bottom: 50px;
}
.product .aqua_space_p75 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.product .aqua_space .box_01{
	display: block;
}
.product .aqua_space .box_01 .ss_box{
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.product .aqua_space .illust img{
	width: 80%;
	margin-top: -20px;
	margin-left: 10%;
}
.product .aqua_space .illust_title{
	font-size: 18px;
	height: 65px;
	width: 100%;
	display: flex;
	margin-top: 10px;
		transform: skewX(0deg);
}
.product .aqua_space .list{
	font-size: 18px;
	height: 250px;
	width: 300px;
}
.product .aqua_space .list_title{
	font-size: 18px;
	height: 65px;
	width: 100%;
	display: flex;
	padding-bottom: 5px;
	margin-top: 20px;
		transform: skewX(0deg);
}
.product .aqua_space .list_title span{
	font-size: 14px;
}

.product .aqua_space_p75 .box_03{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: space-around;
	align-content: center;
}
.product .aqua_space_p75 .s_box{
	height: 180px;
	width: 150px;
	padding-bottom: 10px;
	margin: 10px;
}
.product .aqua_space_p75 .s_box img{
	width: 140px;
}
.w1050 {
	width: 100%;
}
.product .aqua_space_p75 .s_box p{
	padding-top: 15px;
	line-height: 1.3;
	font-size: 16px;
}


.product .aqua_space_p75 .s_box_02{
	height: auto;
	width: 95%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.product .aqua_space_p75 .s_box_02 img{
	width: 20%;
}
.product .aqua_space_p75 .s_box_02 .title{
	font-size: 16px;
	padding-left: 0px;
}
.product .aqua_space_p75 .s_box_02 .text{
	width: 120%;
}

.product .aqua_space_p75 .s_box_03{
	height: 100px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.product .aqua_space_p75 .s_box_03 img{
	width: 80px;
}
.product .aqua_space_p75 .s_box_03 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}


.product .category .box_05 {
	display: block;
	width: 85%;
	text-align: center;
}
.product .category .box_05 p{
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 30px;
}
.product .category .box_05 img{
	width: 250px;
}



.product .aqua_space .box_06 {
	display: block;
}
.product .aqua_space .box_06 .txt {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.product .aqua_space .box_06 p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}
.product .aqua_space .box_06 .list_02 {
	height: 200px;
	width: 100%;
	font-size: 18px;
	padding-left: 30px;
	line-height: 2;
	display: flex;
	align-items: center;
}
.product .aqua_space .box_06 .list_02 .orange {
	color: #e99520;
}


.product .white_space .tv_category .title{
	padding-bottom: -50px;
}
.product .b_tittle_tv{
	margin-top: -3px;
	font-size: 16px;
}
.product .category .tv img {
	width: 100%;
}
.product .category .box_07 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: space-around;
	align-content: center;
}
.product .category .box_07 .s_box_05 {
	margin-top: 10px;
	margin-left: 10px;
}
.product .category .box_07 .s_box_05 img{
	width: 220px;
}

.product .white_space .s_box_04 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-top: 0px;
	padding-bottom: 25px;
}
.product .white_space .s_box_04 img {
	width: 35px;
}
.product .white_space .s_box_04 div {
	margin-top:10px;
}
.product .white_space .s_box_04 .txt_03 {
	font-size: 20px;
	line-height: 0.5;
}
.product .white_space .s_box_04 p {
	padding-left: 16px;
	line-height: 1.3;
}
.w680 {
	width: 85%;
}

/*トップページ*/

#company .section_title {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 14px;
}
#product .section_title {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 14px;
}
#product .section_title img{
	width: 250px;
	margin-bottom: -5px;
}
#recruit .section_title {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 14px;
}
#callcenter .section_title {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 14px;
}
#company .section_title img{
	width: 250px;
	margin-bottom: -5px;
}
.company_list {
	display: block;
	line-height: 1.5;
	font-size: 13px;
}
.company_list .map {
	width: 100%;
}
.company_left .map iframe {
	margin-left: 0px;
}
.company_left {
	width: 100%;
}
.company_right {
	width: 100%;
	margin-top: -1px;
}
#company .icon_tittle img{
	width: 60px;
}
.product_category_box{
	background-color: #FFF;
	height: auto;
	width: 490px;
	margin-bottom: 20px;
	padding-bottom: 50px;
}
.company_left .box_ceo {
	display: flex;
	margin-top: 10px;
	width: 235px;
}
.company_left .box_ceo img{
  width: 100px;
}
.company_left .map iframe {
	height: 250px;
	width: 100%;
}
.product_category {
	line-height: 1.7;
}
#product .icon_tittle img{
	width: 80px;
}
#product .icon_tittle {
	text-align: left;
	font-size: 16px;
	justify-content: flex-start;
	margin-top: 30px;
}
#product .procuct_category_02inner{
	display: block;
}
#product .section_txt_procuct img{
	width: 200px;
}
#product .product_category_02_box{
	width: 100%;
}
#product .details_link{
	font-size: 16px;
}
#product .link_button img{
	margin-left: 0px;
	width: 23px;
	margin-bottom: 1px;
}
#product .contact {
	height: 60px;
	width: 100%;
	font-size: 18px;
	margin-top: 30px;
}
#product .contact img{
	width: 40px;
}
#product .product_category_03 {
	display: block;
}
.w790 {
	width: 90%;
}
#callcenter .details_link{
	font-size: 16px;
}
#callcenter .link_button img{
	margin-left: 0px;
	width: 23px;
	margin-bottom: 1px;
}

#callcenter .callcenter_category_title {
	font-size: 18px;
	width: 100%;
	height: 80px;
}
#callcenter .callcenter_category_box {
	height: 150px;
	width: 100%;
}
#company .section_img {
	width: 100%;
	margin-bottom: -50px;
}
#product .section_img {
	width: 100%;
	margin-bottom: -50px;
}
#callcenter .section_img {
	width: 100%;
	margin-bottom: -50px;
}

.company_list dl {
	display: flex;
	border-top: 1px solid #CCC;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.company_list dl dt{
	width: 100px;
}
.company_list dl dd{
	width: 95%;
}
#product .box_text{
	padding-right: 35px;
	padding-left: 35px;
}
#product .box_smoll{
	padding-right: 35px;
	padding-left: 35px;
	font-size: 10px;
}
section#company,section#product,section#callcenter {
	padding-bottom: 50px;
}
.company_list .last {
	border-bottom: 0px solid #CCC;
}
#company .company_list .company_right dd span {
	font-weight: bold;
}
  .main_imgBox {
	top: 0px;
}

.movie_btn {
	height: auto;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 10px;
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.topics a:link, .topics a:hover, .topics a:active, .topics a:visited {
	color: #FFF;
}

}
