@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none; color: rgba(20,20,20,1);}
a:link {color: rgba(20,20,20,1);}
a:visited{ color: rgba(20,20,20,1);}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem; color:rgba(20,20,20,1);}
img {vertical-align: middle;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示
@media (min-width:1200px){
}
@media (min-width: 960px) and (max-width: 1200px) {
}

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/* 960はスマホなどの横向きの対応 */

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
	color: #FFF;
}
.scroll_right {
	background: rgba(193,39,45,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ */
.breadcrumb {
	margin: 20px auto;
	padding: 0 0 0 20px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
.breadcrumb a:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
#scroll a {
	color: #FFF;
}
.scroll_right {
	background: rgba(193,39,45,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ_tb */
.breadcrumb {
	margin: 20px auto;
	padding: 0 0 0 20px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}
.scroll_left {
	background: rgba(193,39,45,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(193,39,45,1);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
}
.scroll_right {
	background: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}
/* パンクズ_sp */
.breadcrumb {
	margin: 10px auto;
	padding: 0 0 0 15px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}


}

/*----------------------
▼ナビゲーション_ヘッダー▼
----------------------*/

@media (min-width:960px){
/*TOP_ヒーローイメージ*/
.top_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	height: 750px;
	overflow: hidden;
	width: 100%;
}
.top_wrap .main_txt {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.top_wrap .main_txt p:first-of-type {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.top_wrap .main_txt p:nth-of-type(2) {
	color: rgba(0,0,0,1);
	font-size: 5.5rem;
	font-weight: bold;
	line-height: 65px;
	margin: 0 0 10px;
}
.top_wrap .main_txt p:nth-of-type(3) {
	color: rgba(153,153,153,1);
	font-size: 1.5rem;
	margin: 0 0 0 10px;
}
.top_wrap .main_link {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
.top_wrap .main_link a {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 55px;
	transition: .4s;
}
.top_wrap .main_link a:hover {
	background: rgba(193,39,45,1);
	border: solid thin rgba(204,204,204,1);
	color: #FFF;
}
/*下層_ヒーローイメージ*/
.top_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) no-repeat top;
	background-size: cover;
	height: 350px;
	overflow: hidden;
	width: 100%;
}
.top_wrap_under .main_txt {
	position: absolute;
	top: 60%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.top_wrap_under .main_txt h2 {
	color: rgba(0,0,0,1);
	font-size: 4rem;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 10px;
}
.top_wrap_under .main_txt p {
	color: rgba(153,153,153,1);
	font-size: 1.5rem;
	margin: 0 0 0 10px;
}

/*ナビゲーション*/
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.8);
	height: 80px;
	padding: 0 0 0 20px;
}
.nav_box .logo_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.nav_box .logo_item img {
	height: 50px;
	transition: .4s;
	width: auto;
}
.nav_box .logo_item img:hover {
	opacity: .4;
}
.nav_box #global_nav {
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.5rem;
	height: 80px;
	max-width: 100%;
}
#global_nav ul li:first-of-type {
	display: none;
}
#global_nav ul li {
	height: 45px;
	text-align: center;
	width: 160px;
}
#global_nav ul li a {
	color: rgba(102,102,102,1);
	font-weight: bold;
}
#global_nav ul li a span {
	display: block;
	color: rgba(0,0,0,1);
	font-size: 1rem;
	font-weight: normal;
}
#global_nav ul li:last-of-type {
	background: rgba(193,39,45,1);
	border-left: none;
	height: 80px;
	padding: 18px 0 0;
}
#global_nav ul li:last-of-type a {
	color: rgba(255,255,255,1);
}
#global_nav ul li:last-of-type a span {
	color: rgba(255,255,255,1);
}
#global_nav ul li+li+li {
	border-left: 1px solid rgba(153,153,153,1);
	height: 45px;
}
/*ナビアクション [.nav_action=.nav_fixed]*/
.nav_fixed {
	position: fixed;
	top: 0%;
	left: 0%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	background: rgba(255,255,255,.7);
	width: 100%;
	z-index:1;
}
.nav_fixed .nav_box .logo_item {
	display: none;
}
.nav_fixed .nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
}
.nav_fixed #global_nav ul li:first-of-type {
	display: block;
	height: 45px;
	width: 192px;
}
.nav_fixed #global_nav ul li {
	height: 45px;
	width: 192px;
}
.nav_fixed #global_nav ul li:last-of-type {
	background: none;
	border-left: 1px solid rgba(153,153,153,1);
	height: 45px;
	padding: 0 0 0;
}
.nav_fixed #global_nav ul li:last-of-type a {
	color: rgba(102,102,102,1);
}
.nav_fixed #global_nav ul li:last-of-type a span {
	color: rgba(0,0,0,1);
	font-size: 1rem;
	font-weight: normal;
}
.nav_fixed #global_nav ul li+li {
	border-left: 1px solid rgba(153,153,153,1);
	height: 45px;
}
.nav_fixed #global_nav ul li a {
	color: #000;
	font-size: 1.3rem;
}
/*テキストアニメーション*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*TOP_ヒーローイメージ_tb*/
.top_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	height: 750px;
	overflow: hidden;
	width: 100%;
}
.top_wrap .main_txt {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.top_wrap .main_txt p:first-of-type {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.top_wrap .main_txt p:nth-of-type(2) {
	color: rgba(0,0,0,1);
	font-size: 5rem;
	font-weight: bold;
	line-height: 65px;
	margin: 0 0 10px;
}
.top_wrap .main_txt p:nth-of-type(3) {
	color: rgba(153,153,153,1);
	font-size: 1.5rem;
	margin: 0 0 0 10px;
}
.top_wrap .main_link {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
.top_wrap .main_link a {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 55px;
}
/*下層_ヒーローイメージ_tb*/
.top_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) no-repeat top;
	background-size: cover;
	height: 350px;
	overflow: hidden;
	width: 100%;
}
.top_wrap_under .main_txt {
	position: absolute;
	top: 60%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.top_wrap_under .main_txt h2 {
	color: rgba(0,0,0,1);
	font-size: 4rem;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 10px;
}
.top_wrap_under .main_txt p {
	color: rgba(153,153,153,1);
	font-size: 1.5rem;
	margin: 0 0 0 10px;
}

/*ナビゲーション_tb*/
.nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.8);
	height: 80px;
	padding: 0 0 0 20px;
	width: 100%;
}
.nav_box .logo_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 20%;
}
.nav_box .logo_item img {
	height: 50px;
	width: auto;
}
.nav_box #global_nav {
	width: 70%;
}
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.3rem;
	height: 80px;
	max-width: 100%;
}
#global_nav ul li:first-of-type {
	display: none;
}
#global_nav ul li {
	height: 45px;
	text-align: center;
	width: 25%;
}
#global_nav ul li a {
	color: rgba(102,102,102,1);
	font-weight: bold;
}
#global_nav ul li a span {
	display: block;
	color: rgba(0,0,0,1);
	font-size: 1rem;
	font-weight: normal;
}
#global_nav ul li:last-of-type {
	background: rgba(193,39,45,1);
	border-left: none;
	height: 80px;
	padding: 18px 0 0;
}
#global_nav ul li:last-of-type a {
	color: rgba(255,255,255,1);
}
#global_nav ul li:last-of-type a span {
	color: rgba(255,255,255,1);
}
#global_nav ul li+li+li {
	border-left: 1px solid rgba(153,153,153,1);
	height: 45px;
}
/*ナビアクション [.nav_action=.nav_fixed]_tb*/
.nav_fixed {
	position: fixed;
	top: 0%;
	left: 0%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	background: rgba(255,255,255,.7);
	height: 80px;
	width: 100%;
	z-index:1;
}
.nav_fixed .nav_box .logo_item {
	display: none;
}
.nav_fixed .nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	height: 80px;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
}
.nav_fixed #global_nav {
	width: 100%;
}
.nav_fixed #global_nav ul li:first-of-type {
	display: block;
	height: 45px;
	width: 25%;
}
.nav_fixed #global_nav ul li {
	height: 45px;
	width: 25%;
}
.nav_fixed #global_nav ul li:last-of-type {
	background: none;
	border-left: 1px solid rgba(153,153,153,1);
	height: 45px;
	padding: 0 0 0;
}
.nav_fixed #global_nav ul li:last-of-type a {
	color: rgba(102,102,102,1);
}
.nav_fixed #global_nav ul li:last-of-type a span {
	color: rgba(0,0,0,1);
	font-size: 1rem;
	font-weight: normal;
}
.nav_fixed #global_nav ul li+li {
	border-left: 1px solid rgba(153,153,153,1);
	height: 45px;
}
.nav_fixed #global_nav ul li a {
	color: #000;
	font-size: 1.3rem;
}
/*テキストアニメーション_tb*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (max-width:599px){
/*TOP_ヒーローイメージ_sp*/
.top_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	height: 350px;
	overflow: hidden;
	width: 100%;
}
.logo_item {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(0%);
	left: 15px;
	width: 25%;
}
.logo_item img {
	height: 30px;
	width: auto;
}
.top_wrap .main_txt {
	position: absolute;
	top: 75px;
	left: 15px;
	z-index: 1;
}
.top_wrap .main_txt p:first-of-type {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.top_wrap .main_txt p:nth-of-type(2) {
	color: rgba(0,0,0,1);
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 10px;
}
.top_wrap .main_txt p:nth-of-type(3) {
	color: rgba(153,153,153,1);
	font-size: 1rem;
	margin: 0 0 0 10px;
}
.top_wrap .main_link {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.top_wrap .main_link a {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 35px;
}
/*テキストアニメーション_sp*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*下層_ヒーローイメージ_sp*/
.top_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) no-repeat top;
	background-size: cover;
	height: 250px;
	overflow: hidden;
	width: 100%;
}
.top_wrap_under .main_txt {
	position: absolute;
	top: 60%;
	left: 15px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.top_wrap_under .main_txt h2 {
	color: rgba(0,0,0,1);
	font-size: 2rem;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0px;
}
.top_wrap_under .main_txt p {
	color: rgba(153,153,153,1);
	font-size: 1.3rem;
	margin: 0 0 0 0;
}

/*ナビゲーション*/
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.7);
	font-size: 1.3rem;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}

#global_nav ul {
	z-index: 999;
}
#global_nav li {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
}
#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}
#global_nav span:before {
/* span活用持 */
	content:"/";
	margin: 0 10px;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

/*----------------------
▲ナビゲーション_ヘッダー▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){
/*パーツ*/
.midashi_txt p {
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 12px;
	letter-spacing: -.1rem;
	text-align: center;
}
.midashi_txt h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
	letter-spacing: .2rem;
	text-align: center;
}
.miadshi_line {
	background: rgba(193,39,45,1);
	height: 5px;
	margin: 0 auto;
	width: 80px;
}
/*topics*/
article {
	margin: 80px auto;
	width: 960px;
}
article dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	height: 300px;
	margin: 30px 0 0;
	overflow-y: scroll;
}
article dl::-webkit-scrollbar {
    width: 10px;
}
article dl::-webkit-scrollbar-thumb{
    background: rgba(193,39,45,1);
    border-radius: 10px;
}
article dl::-webkit-scrollbar-track-piece {
	background: rgba(240,240,240,1);
}
article dt {
	font-weight: bold;
	padding: 15px 0;
	width: 200px;
}
article dd {
	padding: 15px 0;
	width: 680px;
}
/*事業内容*/
.service_wrap {
	background: rgba(240,240,240,1);
	padding: 80px 0;
}
.service_content_wrap {
	margin: 50px 0 0;
}
.service_content_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.service_content_wrap .box .item {
	position: relative;
	margin: 0 0 50px;
	width: 450px;
}
.service_content_wrap .box .item .txt {
	position: absolute;
	top: 0;
	background: rgba(0,0,0,.5);
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.service_content_wrap .box .item .txt h3 {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.service_content_wrap .box .item img {
	margin: 0 0 10px;
}
.service_content_wrap .box .item p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
/*理念*/
.philosophy_wrap {
	margin: 80px 0; 
}
.philosophy_content {
	margin: 30px 0 0;
	text-align: center;
}
.philosophy_txt {
	margin: 0 0 40px;
}
.philosophy_txt p {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}
.philosophy_txt p span {
	display: block;
	margin: 0 0 20px;
}
.philosophy_content .name {
	text-align: center;
}
.philosophy_content .name p {
	color: rgba(130,130,130,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
}
.philosophy_content .name p span {
	display: block;
	font-size: 1.2rem;
	line-height: 20px;
	margin: 0 0 15px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*パーツ_tb*/
.midashi_txt p {
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 12px;
	letter-spacing: -.1rem;
	text-align: center;
}
.midashi_txt h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
	letter-spacing: .2rem;
	text-align: center;
}
.miadshi_line {
	background: rgba(193,39,45,1);
	height: 5px;
	margin: 0 auto;
	width: 80px;
}
/*topics_tb*/
article {
	margin: 80px auto;
	width: 95%;
}
article dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	height: 250px;
	margin: 30px 0 0;
	overflow-y: scroll;
}
article dl::-webkit-scrollbar {
    width: 10px;
}
article dl::-webkit-scrollbar-thumb{
    background: rgba(193,39,45,1);
    border-radius: 10px;
}
article dl::-webkit-scrollbar-track-piece {
	background: rgba(240,240,240,1);
}
article dt {
	font-weight: bold;
	padding: 15px 0;
	width: 20%;
}
article dd {
	padding: 15px 0;
	width: 75%;
}
/*事業内容_tb*/
.service_wrap {
	background: rgba(240,240,240,1);
	padding: 80px 0;
}
.service_content_wrap {
	margin: 50px 0 0;
}
.service_content_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
}
.service_content_wrap .box .item {
	position: relative;
	margin: 0 0 50px;
	width: 48%;
}
.service_content_wrap .box .item .txt {
	position: absolute;
	top: 0;
	background: rgba(0,0,0,.5);
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.service_content_wrap .box .item .txt h3 {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.service_content_wrap .box .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.service_content_wrap .box .item p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
/*理念_tb*/
.philosophy_wrap {
	margin: 80px 0; 
}
.philosophy_content {
	margin: 30px 0 0;
	text-align: center;
}
.philosophy_txt {
	margin: 0 0 40px;
}
.philosophy_txt p {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
}
.philosophy_txt p span {
	display: block;
	margin: 0 0 20px;
}
.philosophy_content .name {
	text-align: center;
}
.philosophy_content .name p {
	color: rgba(130,130,130,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
}
.philosophy_content .name p span {
	display: block;
	font-size: 1.2rem;
	line-height: 20px;
	margin: 0 0 15px;
}

}

@media (max-width:599px){
/*パーツ_sp*/
.midashi_txt p {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 12px;
	letter-spacing: -.1rem;
	text-align: center;
}
.midashi_txt h2 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
	letter-spacing: .2rem;
	text-align: center;
}
.miadshi_line {
	background: rgba(193,39,45,1);
	height: 5px;
	margin: 0 auto;
	width: 80px;
}
/*topics_sp*/
article {
	margin: 50px auto;
	width: 95%;
}
article dl {
	font-size: 1.3rem;
	height: 200px;
	margin: 30px 0 0;
	overflow-y: scroll;
}
article dl::-webkit-scrollbar {
    width: 7px;
}
article dl::-webkit-scrollbar-thumb{
    background: rgba(193,39,45,1);
    border-radius: 10px;
}
article dl::-webkit-scrollbar-track-piece {
	background: rgba(240,240,240,1);
}
article dt {
	font-weight: bold;
	padding: 10px 0 0;
	width: 100%;
}
article dd {
	padding: 0 0 10px;
	width: 100%;
}
/*事業内容_sp*/
.service_wrap {
	background: rgba(240,240,240,1);
	padding: 50px 0;
}
.service_content_wrap {
	margin: 50px 0 0;
}
.service_content_wrap .box {
	margin: 0 auto;
	width: 95%;
}
.service_content_wrap .box .item {
	position: relative;
	margin: 0 0 30px;
	width: 100%;
}
.service_content_wrap .box .item .txt {
	position: absolute;
	top: 0;
	background: rgba(0,0,0,.5);
	padding: 7px 0;
	text-align: center;
	width: 100%;
}
.service_content_wrap .box .item .txt h3 {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.service_content_wrap .box .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.service_content_wrap .box .item p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.8rem;
}
/*理念_sp*/
.philosophy_wrap {
	margin: 50px auto; 
	width: 90%;
}
.philosophy_content {
	margin: 30px 0 0;
}
.philosophy_txt {
	margin: 0 0 40px;
}
.philosophy_txt p {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
}
.philosophy_txt p span {
	display: block;
	margin: 0 0 20px;
}
.philosophy_content .name {
}
.philosophy_content .name p {
	color: rgba(130,130,130,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
}
.philosophy_content .name p span {
	display: block;
	font-size: 1.2rem;
	line-height: 20px;
	margin: 0 0 15px;
}


}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼下部コンタクト▼
----------------------*/

@media (min-width:960px){
aside {
	background: rgba(240,240,240,1);
	padding: 50px 0;
}
aside > p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
aside .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 800px;
}
aside .box .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(255,255,255,1);
	padding: 10px 0;
	width: 380px;
}
aside .box .item .left {
	margin: 0 15px 0 0;
}
aside .box .item .right a {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	transition: .4s;
}
aside .box .item .right a:hover {
	opacity: .4;
}
aside .box .item .right p {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
}
aside .box .item .right p span {
	display: block;
	font-size: 1.2rem;
}
aside .under_link {
	text-align: center;
}
aside .under_link a {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 55px;
	transition: .4s;
}
aside .under_link a:hover {
	opacity: .4;
}

}

@media (min-width: 600px) and (max-width: 959px) {
aside {
	background: rgba(240,240,240,1);
	padding: 50px 0;
}
aside > p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
aside .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 95%;
}
aside .box .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(255,255,255,1);
	padding: 10px 0;
	width: 48%;
}
aside .box .item .left {
	margin: 0 15px 0 0;
}
aside .box .item .right a {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
aside .box .item .right p {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
}
aside .box .item .right p span {
	display: block;
	font-size: 1.2rem;
}
aside .under_link {
	text-align: center;
}
aside .under_link a {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 55px;
}

}

@media (max-width:599px){
aside {
	background: rgba(240,240,240,1);
	padding: 30px 0;
}
aside > p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 30px;
	width: 90%
}
aside .box {
	margin: 0 auto 40px;
	width: 90%;
}
aside .box .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(255,255,255,1);
	margin: 0 0 15px;
	padding: 10px 0;
	width: 100%;
}
aside .box .item .left {
	margin: 0 15px 0 0;
}
aside .box .item .right a {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
aside .box .item .right p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
}
aside .box .item .right p span {
	display: block;
	font-size: 1.2rem;
}
aside .under_link {
	text-align: center;
}
aside .under_link a {
	background: rgba(255,255,255,1);
	border: solid thin rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 35px;
}

}

/*----------------------
▲下部コンタクト▲
----------------------*/


/*----------------------
▼下層ページ▼
----------------------*/

@media (min-width:960px){
/*会社概要*/
.company_wrap {
}
.company_wrap .top_txt {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.company_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	margin: 0 auto;
	width: 960px;
}
.company_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 50px auto;
	width: 960px;
}
.company_wrap dt {
	padding: 10px 0 10px 30px;
	width: 250px;
}
.company_wrap dt:nth-of-type(even),
.company_wrap dd:nth-of-type(even) {
	background: rgba(240,240,240,1);
}
.company_wrap dd {
	padding: 10px 0 10px 0px;
	width: 710px;
}
/*個人情報保護方針*/
.pp_wrap {
	margin: 50px auto 80px;
	width: 960px;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*会社概要_tb*/
.company_wrap {
}
.company_wrap .top_txt {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.company_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	margin: 0 auto;
	width: 100%;
}
.company_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 50px auto;
	width: 95%;
}
.company_wrap dt {
	padding: 10px 0 10px 30px;
	width: 25%;
}
.company_wrap dt:nth-of-type(even),
.company_wrap dd:nth-of-type(even) {
	background: rgba(240,240,240,1);
}
.company_wrap dd {
	padding: 10px 0 10px 0px;
	width: 75%;
}
/*個人情報保護方針_tb*/
.pp_wrap {
	margin: 50px auto 80px;
	width: 95%;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}

}

@media (max-width:599px){
/*会社概要_sp*/
.company_wrap {
}
.company_wrap .top_txt {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 30px 0;
}
.company_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}
.company_wrap dl {
	font-size: 1.3rem;
	margin: 50px auto;
	width: 95%;
}
.company_wrap dt {
	font-weight: bold;
	padding: 10px 0 0 10px;
	width: 100%;
}
.company_wrap dt:nth-of-type(even),
.company_wrap dd:nth-of-type(even) {
	background: rgba(240,240,240,1);
}
.company_wrap dd {
	padding: 0 0 10px 10px;
	width: 100%;
}
/*個人情報保護方針_sp*/
.pp_wrap {
	margin: 50px auto 50px;
	width: 95%;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 10px;
}

}

/*----------------------
▲下層ページ▲
----------------------*/

/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){
.contact_wrap {
	margin: 0 0 50px;
}
.contact_wrap .top_txt {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.contact_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	margin: 0 auto;
	width: 960px;
}
/*フォーム*/
.form_wrap {
	border-top: solid thin rgba(153,153,153,1);
	margin: 80px auto 50px;
	width: 960px;
}
.item_box,
.item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 30px 0;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	height: 40px;
	padding-left: 30px;
	width: 230px;
}
.item_box .item_right {
	height: 45px;
	width: 700px;
}
.item_box_message .item_right {
	width: 700px;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p,
.check_wrap .check_left_item p,
.date_wrap .date_left_item label {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.check_wrap label,
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}

.drop_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.txt_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 40px;
	width: 100%;
}
.item_box_message .message_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 130px;
	width: 100%;
}
input::placeholder{
	color: rgba(102,102,102,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	padding: 0 0 0 10px;
}
/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 700px;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(240,240,240,1);
	border: none;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 230px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

/*
※スマホでsubmit等をデフォルト表示させない
-webkit-appearance: none;
*/

/*
※スマホで枠をデフォルト表示させない
input,textarea {
	background: none;
	border: solid thin rgba(153,153,153,1);
}
*/

.under_txt {
	text-align: center;
}
.under_txt p {
	font-size: 1.5rem;
}
.under_txt a {
	text-decoration: underline;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 30px;
	margin: 0 auto 80px;
	width: 960px;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 30px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_wrap {
	margin: 0 0 50px;
}
.contact_wrap .top_txt {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.contact_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
	margin: 0 auto;
	width: 100%;
}
/*フォーム*/
.form_wrap {
	border-top: solid thin rgba(153,153,153,1);
	margin: 80px auto 50px;
	width: 95%;
}
.item_box,
.item_box_message {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 30px 0;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	height: 40px;
	padding-left: 30px;
	width: 30%;
}
.item_box .item_right {
	height: 45px;
	width: 65%;
}
.item_box_message .item_right {
	width: 65%;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p,
.check_wrap .check_left_item p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.check_wrap label,
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}

.drop_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.txt_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 40px;
	width: 100%;
}
.item_box_message .message_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 130px;
	width: 100%;
}
input::placeholder{
	color: rgba(102,102,102,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	padding: 0 0 0 10px;
}
/*送信系*/
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 65%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(240,240,240,1);
	border: none;
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 30%;
}

/*
※スマホでsubmit等をデフォルト表示させない
-webkit-appearance: none;
*/

/*
※スマホで枠をデフォルト表示させない
input,textarea {
	background: none;
	border: solid thin rgba(153,153,153,1);
}
*/

.under_txt {
	margin: 0 auto;
	width: 95%;
	text-align: center;
}
.under_txt p {
	font-size: 1.5rem;
}
.under_txt a {
	text-decoration: underline;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 30px;
	margin: 0 auto 80px;
	width: 95%;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 30px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

@media (max-width:599px){
.contact_wrap {
	margin: 0 0 50px;
}
.contact_wrap .top_txt {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 30px 0;
}
.contact_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}
/*フォーム*/
.form_wrap {
	border-top: solid thin rgba(153,153,153,1);
	margin: 50px auto 50px;
	width: 95%;
}
.item_box,
.item_box_message {
	border-bottom: solid thin rgba(153,153,153,1);
	padding: 5px 0 15px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	height: 35px;
	width: 100%;
}
.item_box .item_right {
	height: 40px;
	width: 100%;
}
.item_box_message .item_right {
	width: 100%;
}

.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p,
.check_wrap .check_left_item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 35px;
}
.check_wrap label,
.radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
}

.drop_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 40px;
	width: 300px;
}
.txt_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 40px;
	width: 100%;
}
.item_box_message .message_item {
	background: rgba(240,240,240,1);
	border: none;
	height: 130px;
	width: 100%;
}
input::placeholder{
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	padding: 0 0 0 10px;
	line-height: 1;
}
/*送信系*/
.sub_btn_wrap {
	margin: 50px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	-webkit-appearance: none;
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 100%;
}
.sub_btn2 {
	/*リセット*/
	-webkit-appearance: none;
	background: rgba(240,240,240,1);
	border: none;
	font-size: 1.3rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 45px;
	margin: 0 0 10px;
	width: 100%;
}

/*
※スマホで枠をデフォルト表示させない
input,textarea {
	background: none;
	border: solid thin rgba(153,153,153,1);
}
*/

.under_txt {
	margin: 0 auto;
	width: 95%;
}
.under_txt p {
	font-size: 1.3rem;
}
.under_txt a {
	font-size: 1.3rem;
	text-decoration: underline;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 10px;
	margin: 0 auto 80px;
	width: 95%;
}
.autoreply_txt .top_txt {
	background: #FFF;
	margin: 0 0 30px;
	padding: 10px;
}
.autoreply_txt .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

/*----------------------
▲お問い合わせ▲
----------------------*/


/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.footer_wrap {
	background: url(images/footer-img.jpg) bottom no-repeat;
	background-size: cover;
	padding: 40px 0 20px;
}
.footer_wrap address {
	text-align: center;
}
.footer_wrap address p {
	color: #FFF;
	font-style: normal;
	font-size: 1.5rem;
}
.footer_wrap address p span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 30px 0 20px;
}
.footer_wrap nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px auto 0;
	width: 750px;
}
.footer_wrap nav ul li a {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}
footer small {
	display: block;
	font-size: 1.3rem;
	margin: 10px 0;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: url(images/footer-img.jpg) bottom no-repeat;
	background-size: cover;
	padding: 40px 0 20px;
}
.footer_wrap address {
	text-align: center;
}
.footer_wrap address p {
	color: #FFF;
	font-style: normal;
	font-size: 1.5rem;
}
.footer_wrap address p span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 30px 0 20px;
}
.footer_wrap nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px auto 0;
	width: 90%;
}
.footer_wrap nav ul li a {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}
footer small {
	display: block;
	font-size: 1.3rem;
	margin: 10px 0;
	text-align: center;
}

}

@media (max-width:599px){
.footer_wrap {
	background: url(images/footer-img.jpg) bottom no-repeat;
	background-size: cover;
	padding: 40px 0 20px;
}
.footer_wrap address {
	text-align: center;
}
.footer_wrap address img {
	height: auto;
	width: 35%;
}
.footer_wrap address p {
	color: #FFF;
	font-style: normal;
	font-size: 1.3rem;
}
.footer_wrap address p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 30px 0 20px;
}
.footer_wrap nav ul {
	display: none;
}
footer small {
	display: block;
	font-size: 1.1rem;
	margin: 10px 0 70px;
	text-align: center;
}

}

/*----------------------
▲フッター▲
----------------------*/
