@charset "utf-8";
/* CSS Document */

@media screen and ( max-width: 1279px ){
	body{
		width: 1260px;
	}
}

@media screen and ( max-width: 767px ){
body{
	width: 100%;
	}
.pc_br{
	display: none;
	}
header{
	display: none;
	}

header h1{
	display: none;
	}
header li {
	margin: 10px 5px;
}
/* ==========================
共通パーツ
============================= */
.pc_br{
	display: none;
	}
.mail_form{
	display: none;
	}
.pc_img{
	display: none;
}
.sp_img{
	display:block;
}
.sp_br{
	display: block;
}
.form_btn {
	right:75px;
	}
.section {
    padding:30px 5%;
}
.item_menu li {
	width: 100%;
}
.table_outer{
	overflow-x: scroll;
}

/* ==========================
.mainvisual
============================= */
.mainvisual{
	padding: 50px 5%;
	}
.mainvisual h1 {
	padding: 45px 0 20px 0;
	}
/* ==========================
table
============================= */
table th,table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 5%;
	}
	
/* ==========================
======== スマホメニュー =======
============================= */
#sp_logo{
	display: block;
	position: relative;
	left: 10px;
	top: 25px;
	width: 145px;
	}
#sp_logo img{
	max-width: 100%;
	height: auto;
	}
.sp_mail_btn{
	width: 55px;
	position: absolute;
	right: 80px;
	top: 15px;
	}
.sp_mail_btn img{
	max-width: 100%;
	height: auto;
	}

.cp_cont {
	display: block;
	height:75px;
	overflow: hidden;
	background-color: #fff;
	z-index: 99999;
	border-top:3px solid #1854a5;
}
.cp_cont *,
.cp_cont *:before,
.cp_cont *:after {
	padding: 0;
	margin: 0;
}
.cp_cont a {
	text-decoration: none;
	color: inherit;
}
.cp_offcm01 {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	z-index: 99999;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.4s transform;
	        transition: 0.4s transform;
	background-color:#fff;
	opacity: 1;
}
.cp_offcm01 .cp_menu ul.ff_ul {
	margin-top: 75px;
	padding: 0;
	padding-bottom: 100px;
}
.cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    font-size: 22px;
    height: 33px;
}
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
  display: none;
}
	
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0s ease-in;
}
	
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
	max-height: 9999px;
	transition: max-height 1s ease-in;
}
	
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 10px 15px 10px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #9e9e9e;
}
.cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
}
	
.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
	overflow-y: auto;
	-webkit-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
	box-shadow: -8px 0px 8px -1px rgba(0,0,0,0.2);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	position: relative;
	z-index: 999999;
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	-webkit-transition: 0.4s transform;
	        transition: 0.4s transform;
	text-align: center;
	color: #fff;
	top: 0px;
	margin: 0 auto;
}
.cp_offcm01 #cp_toggle01 ~ label::before,
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 35px;
    height: 30px;
}
	
.cp_offcm01 #cp_toggle01 ~ label::before {
	background: url(../images/open.png)no-repeat center;
	background-size: contain;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	background: url(../images/close.png)no-repeat center;
	background-size: contain;
}

.cp_offcm01 #cp_toggle01 ~ label::after {
  position: absolute;
  left:0px;
  bottom:-10px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #fff;
  font-size:60%;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}

.cp_offcm01 #cp_toggle01:checked ~ label::after {
  content: 'CLOSE';
  bottom: -20px;
  color:#000;
  left: 0;
}


.cp_offcm01,
.cp_offcm01 span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.cp_offcm01{
  position:absolute;
  right: 10px;
  top: 15px;
  width:55px;
  height:46px;
    background-color:#1854a5;
    padding: 5px;
}
.cp_offcm01 span {
  position: absolute;
  right: 0px;
  width: 100%;
  border-radius: 1px;
  height: 3px;
  background-color: #fff;
}
.cp_offcm01 span:nth-of-type(1) {
  top: 4px;
}
.cp_offcm01 span:nth-of-type(2) {
  top:13px;
}
.cp_offcm01 span:nth-of-type(3) {
  bottom:5px;
}

.cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1){
  /*-webkit-transform: translateY(20px) rotate(-315deg) scale(.8);
  transform: translateY(20px) rotate(-315deg) scale(.8);*/
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
    background-color:#000;
    top: 0px;
}
.cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2){

    background-color:#000;
}
.cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3){
 -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
    background-color:#000;
    bottom: -13px;
}

/* ==========================
======== 下層ページ =======
============================= */
.pankuzu-outer {
	padding: 15px 5%;
	}
.side_menu{
	display: none;
	}
.page_inner {
	width: 100%;
	padding: 0 0 0 0;
	}
section {
	padding:30px 0;
}
section img{
	max-width: 100%;
	height: auto;
	}


/* ==========================
======== nav =======
============================= */
	nav.pc-nav{
		display: none;
	}
/* ==========================
======== right_wrap =======
============================= */
.right_wrap {
    padding: 50px 5%;
    max-width: 90%;
    margin: auto;
}
.item_wrap{
	display: block;
	}
.item_block{
	width: 90%;
	}
.item_block .item_img{
	text-align: center;
	}

	
/* ==========================
======== footer =======
============================= */
.logo{
	width: 100%;
	height: auto;
	}
footer {
	padding: 0 5%;
}
footer .ft_inner{
	display: block;
	padding: 40px 0 0 0;
	}
footer ul {
	margin: 0 15px 0 0;
}

footer ul:first-of-type {
	margin-left: 0px;
	margin-bottom: 30px;
}
footer .right{
	width: 100%;
	}
footer .container {
	display: block;
}
.ft_list {
	width: 100%;
}
.ft_list .top {
	width: auto;
	}
.form_box {
	width: 90%;
	padding: 5%;
	}

#copyright {
	width: 100%;
	position: static;
	text-align: center;
	}
.contact_area {
	background: url(../images/sp_contact_bg02.png) no-repeat 60%;
	background-size: cover;
	}
.contact_area .right_box {
	width: 100%;
	float: none;
	text-align: center;
	}

}
