@charset "utf-8";
/*----------------------------
reset
----------------------------*/
abbr ,
address ,
article ,
aside ,
audio ,
b ,
blockquote ,
body ,
canvas ,
caption ,
cite ,
code ,
dd ,
del ,
details ,
dfn ,
div ,
dl ,
dt ,
em ,
fieldset ,
figcaption ,
figure ,
footer ,
form ,
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 ,
header ,
hgroup ,
html ,
i ,
iframe ,
img ,
ins ,
kbd ,
label ,
legend ,
li ,
mark ,
menu ,
nav ,
object ,
ol ,
p ,
pre ,
q ,
samp ,
section ,
small ,
span ,
strong ,
sub ,
summary ,
sup ,
table ,
tbody ,
td ,
tfoot ,
th ,
thead ,
time ,
tr ,
ul ,
var ,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
menu ,
nav ,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote ,
q {
	quotes: none;
}
blockquote:after ,
blockquote:before ,
q:after ,
q:before {
	content: "";
	content: none;
}
ins {
	text-decoration: none;
}
ins ,
mark {
	background-color: #ff9;
	color: #000;
}
mark {
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title] ,
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input ,
select {
	vertical-align: middle;
}
ol ,
ul {
	list-style: none;
}
*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  text-decoration: none;
  color: inherit;
}
img {
  height: auto;
	vertical-align: bottom;
}
html { font-size: 62.5%; }
body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック体","游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	background-color: #fff;
	letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
}

/* g_head
---------------------------- */
#g_head {
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
	z-index: 10;
	box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.2);
}
.global_head_logo .logo_s {
	display: none;
}
@media screen and (min-width:768px) {
	.global_head {
		position: relative;
	  max-width: 1400px;
	  margin: auto;
	  padding: 25px 2.5%;
	}
	.global_head_logo a {
	  display: block;
	  max-width: 241px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	.global_head_btn {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		width: 49em;
		margin: 20px 2.5% 0 0;
	}
	.global_btn_en a {
	  width: 12em;
	  line-height: 50px;
	  background-color: #fff100;
		color: #333;
		text-align: center;
	  border-radius: 25px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    float: left;
    margin-right: 1em;
	}
	.global_btn_en a span {
	  transform: scale(0.85,1);
	  display: inline-block;
	}
	.global_btn_association a {
	  width: 20em;
	  line-height: 50px;
		background: rgb(33,125,211);
		background: -moz-linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		background: linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		color: #fff;
		text-align: center;
	  border-radius: 25px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    float: left;
    margin-right: 1em;
	}
	.global_btn_kameda a {
	  width: 15em;
	  line-height: 50px;
		background: rgb(106,191,30);
		background: -moz-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		background: linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		color: #fff;
		text-align: center;
	  border-radius: 25px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    float: left;
	}
	.global_btn_en a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	.global_btn_association a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	.global_head a:hover {
	  opacity: .5
	}
	.global_btn_kameda a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11%;
    margin: auto;
    content: "";
		width: 21px;
		height: 21px;
		background: url('../img/common/icon_blank_02.png') 50% no-repeat;
		background-size: auto;
		background-size: contain;
	}
}
@media screen and (max-width:880px) {
	.global_head {
    font-size: 1.4rem;
	}
	.global_head_logo a {
	  max-width: 27%;
	}
	.global_btn_association a {
	  width: 20em;
    margin-right: 1em;
	}
	.global_btn_kameda a {
	  width: 15em;
	}
}
@media screen and (max-width:767px){
  .global_head {
    padding: 10px 0 0;
	  z-index: 100;
	  top: 0;
	  left: 0;
	  width: 100%;
	  background-color: #fff;
	}
	.global_head_logo a {
	  display: block;
	  max-width: 165px;
	  margin-left: 2.5%;
	}
	.global_head_btn {
		overflow: hidden;
    padding: 15px 0;
	}
	.global_head_btn {
		overflow: hidden;
    padding: 15px 0;
	}
	.global_head_btn .global_btn_association a,
	.global_head_btn .global_btn_kameda a {
		font-size: 3vw;
		padding-right: 2%;
	}
	.global_head_btn .global_btn_association a {
	  width: 57%;
	  line-height: 40px;
		background: rgb(33,125,211);
		background: -moz-linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		background: linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		color: #fff;
		text-align: center;
	  border-radius: 20px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    float: left;
    margin: 0 2% 0 2%;
	}
	.global_head_btn .global_btn_kameda a {
	  width: 37%;
	  line-height: 40px;
		background: rgb(106,191,30);
		background: -moz-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		background: linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		color: #fff;
		text-align: center;
	  border-radius: 20px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    float: left;
    margin: 0 2% 0 0;
	}
	.global_head_btn .global_btn_association a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	.global_head_btn .global_btn_kameda a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    content: "";
		width: 15px;
		height: 15px;
		background: url('../img/common/icon_blank_02.png') 50% no-repeat;
		background-size: auto;
		background-size: contain;
	}
}

/* g_menu_toggle_button_sp
---------------------------- */
@media screen and (min-width:768px) {
	.g_menu_toggle_button_sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.g_menu_toggle_button_sp {
		position: fixed;
		top: 15px;
		right: 16px;
		z-index: 120;
	}
	.g_menu_toggle_button_sp div {
		cursor: pointer;
	}
	.g_menu_toggle_button_sp span {
		display: block;
		width: 20px;
		height: 1px;
		background: #000;
		margin: 7px 0 0 0;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	.g_menu_toggle_button_sp span:first-child {
		margin-top: 3px;
	}
	.g_menu_toggle_button_sp span.one {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.g_menu_toggle_button_sp span.three {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.g_menu_toggle_button_sp span.two {
		opacity: 1;
	}
	#g_menu_toggle.show .g_menu_toggle_button_sp span.one {
		-webkit-transform: translate(0px, 9px) rotate(-45deg);
		transform: translate(0px, 9px) rotate(-45deg);
	}
	#g_menu_toggle.show .g_menu_toggle_button_sp span.three {
		-webkit-transform: translate(0px, -9px) rotate(45deg);
		transform: translate(0px, -9px) rotate(45deg);
		margin: 9px 0 0 0;
	}
	#g_menu_toggle.show .g_menu_toggle_button_sp span.two {
		opacity: 0;
	}
}

/* global_navigation
---------------------------- */
.global_head_btn .global_btn_association a br {
	display: none;
}
@media screen and (min-width:768px) {
	#g_navi {
		text-align: center;
		padding: 15px 0 0;
	}
	#g_navi a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	#g_navi a:hover {
	  opacity: .5
	}
	#g_navi .g_navi_link_item {
		display: inline-block;
		position: relative;
	}
	#g_navi .g_navi_link_item > a {
		font-size: 1.6rem;
		margin: 0 32px;
		display: inline-block;
		line-height: 1.6;
		position: relative;
		padding: 0 0 30px;
	}
	#g_navi .g_navi_link_item > a::after {
	  content: "";
	  display: block;
	  width: 1px;
	  height: 2em;
	  position: absolute;
	  top: -2px;
	  margin: auto;
	  right: -33px;
	  background-color: #dadada;
	}
	#g_navi .g_navi_link_item:last-child a::after {
	  background-color: #fff;
	}
	#g_navi .g_navi_link_item a br {
		display: none;
	}
	#g_navi .g_navi_link_item .g_navi_link_sub {
		position: absolute;
		top: 57px;
		left: 0;
		background: rgba(251, 247, 232, 0.95);
		text-align: left;
		width: 15em;
		padding: 10px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;

		display: none;
	}
	#g_navi .g_navi_link_item_down:hover .g_navi_link_sub {
		display: block;
	}
	#g_navi .g_navi_link_item .g_navi_link_sub li a {
		margin: 0 0 0 32px;
		line-height: 2.5em;
		position: relative;
	}
	#g_navi .g_navi_link_item .g_navi_link_sub li a::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -14px;
	  margin: auto;
	  content: "";
	  width: 5px;
	  height: 5px;
	  border-top: 1px solid #fc7215;
	  border-right: 1px solid #fc7215;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
}
@media screen and (max-width:767px) {
	#g_navi {
		position: fixed;
		top: -150% !important;
		left: 0;
		z-index: 110;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	#g_navi.show {
		top: 0 !important;
		left: 0;
	}
	#g_navi .g_navi_logo {
		max-width: 45%;
		padding: 10px 0 0 2.5%;
	}
	#g_navi .g_navi_link {
		padding: 10% 10% 0;
	}
	#g_navi .g_navi_link li.g_navi_link_item {
		font-size: 1.6rem;
		padding: 0.8em 0;
		border-bottom: 1px solid #d6d6d6;
	}
	#g_navi .g_navi_link li.g_navi_link_item:first-child {
		border-top: 1px solid #d6d6d6; 
	}
	#g_navi .g_navi_link_item a br {
		display: none;
	}
	.g_navigation_btn {
		padding: 10% 13%;
	}
	.g_navigation_btn .global_btn_en a,
	.g_navigation_btn .global_btn_association a,
	.g_navigation_btn .global_btn_kameda a {
		font-size: 1.4rem;
		padding-right: 2%;
	}
	.g_navigation_btn .global_btn_en a {
		display: block;
		width: 100%;
	  line-height: 46px;
		background: #fff100;
		color: #333;
		text-align: center;
	  border-radius: 23px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
	}
	.g_navigation_btn .global_btn_en a span {
	  transform: scale(0.85,1);
	  display: inline-block;
	}
	.g_navigation_btn .global_btn_association a {
		display: block;
		width: 100%;
	  line-height: 46px;
		background: rgb(33,125,211);
		background: -moz-linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		background: linear-gradient(90deg, rgba(33,125,211,1) 0%, rgba(33,146,211,1) 100%);
		color: #fff;
		text-align: center;
	  border-radius: 23px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    margin-top: 4%;
	}
	.g_navigation_btn .global_btn_kameda a {
		display: block;
		width: 100%;
	  line-height: 46px;
		background: rgb(106,191,30);
		background: -moz-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		background: linear-gradient(90deg, rgba(106,191,30,1) 0%, rgba(147,191,30,1) 100%);
		color: #fff;
		text-align: center;
	  border-radius: 23px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    margin-top: 4%;
	}
	.g_navigation_btn .global_btn_en a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	.g_navigation_btn .global_btn_association a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	#g_navi .g_navi_link_item .g_navi_link_sub {
		padding-top: 10px;
	}
	#g_navi .g_navi_link_item .g_navi_link_sub li a {
		position: relative;
		font-size: 1.4rem;
		padding-left: 20px;
	}
	#g_navi .g_navi_link_item .g_navi_link_sub li a::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	  content: "";
	  width: 5px;
	  height: 5px;
	  border-top: 1px solid #fc7215;
	  border-right: 1px solid #fc7215;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
}

/* g_head fix
---------------------------- */
#g_head.fix {
	position: fixed;
	width: 100%;
	background-color: #fff;
}
#g_head.fix .global_head .global_head_logo .logo_l {
	display: none;
}
#g_head.fix .global_head .global_head_logo .logo_s {
	display: block;
}
@media screen and (min-width:768px) {
	#g_head.fix {
		top: -100px;
		left: 0;
	}
	#g_head.fix.fixshow {
		top: 0;
	}
	#g_head.fix .global_head{
	  max-width: 100%;
	  padding: 15px 20px;
	}
	#g_head.fix .global_head_logo a {
    max-width: 63px;
	}
	#g_head.fix .global_head_btn {
		width: 43em;
		margin: 16px 20px 0 0;
    font-size: 1.2rem;
	}
	#g_head.fix .global_btn_en a {
	  width: 11em;
	  padding-right: 0;
	  line-height: 42px;
	  border-radius: 21px;
	}
	#g_head.fix .global_btn_association a {
	  width: 18em;
	  padding-right: 0;
	  line-height: 42px;
	  border-radius: 21px;
	}
	#g_head.fix .global_btn_kameda a {
	  width: 12em;
	  padding-right: 0.5em;
	  line-height: 42px;
	  border-radius: 21px;
	}
	#g_head.fix .global_btn_en a::after {
		display: none;
	}
	#g_head.fix .global_btn_association a::after {
		display: none;
	}
	#g_head.fix .global_btn_kameda a::after {
    width: 16px;
    height: 16px;
    right: 5%;
	}
	#g_head.fix #g_navi {
		position: absolute;
		top: 0;
		left: 95px;
		padding: 0;
	}
	#g_head.fix #g_navi .g_navi_link_item > a {
    font-size: 1.3rem;
    margin: 0 1em;
    vertical-align: middle;
    line-height: 1.5;
    padding: 23px 0;
	}
	#g_head.fix #g_navi .g_navi_link_item > a::after {
	  right: -20px;
	  top: 0;
	  bottom: 0;
	}
	#g_head.fix #g_navi .g_navi_link_item > a br {
		display: inherit;
	}
	#g_head.fix #g_navi .g_navi_link_item .g_navi_link_sub {
		top: 60px;
		width: 13em;
	}
	#g_head.fix #g_navi .g_navi_link_item .g_navi_link_sub li a {
    font-size: 1.3rem;
	}
}
@media screen and (max-width:1300px) {
	#g_head.fix #g_navi .g_navi_link_item a {
    margin: 0 0.4em;
	}
	#g_head.fix #g_navi .g_navi_link_item a::after {
	  right: -8px;
	}
}
@media screen and (max-width:1170px) {
	#g_head.fix .global_head {
    padding: 15px 20px 70px;
	}
	#g_head.fix #g_navi {
    top: 60px;
    left: 0;
    right: 0;
    padding: 20px 0 0;
	}
	#g_head.fix #g_navi .g_navi_link_item a {
    margin: 0 1em;
	}
	#g_head.fix #g_navi .g_navi_link_item a br {
		display: none;
	}
	#g_head.fix #g_navi .g_navi_link_item a::after {
	  right: -14px;
	}
}
@media screen and (max-width:900px) {
	#g_head.fix #g_navi .g_navi_link_item a {
    margin: 0 0.6em;
    font-size: 1.5vw;
	}
}
@media screen and (max-width:767px){
	#g_head.fix {
		top: -100px;
		left: 0;
	}
	#g_head.fix.fixshow {
		top: 0;
	}
	#g_head.fix .global_head {
    padding: 12px 0 15px;
	}
	#g_head.fix .global_head_logo a {
	  max-width: 37px;
	}
	#g_head.fix .global_head_btn {
	  padding: 0;
	  position: absolute;
	  top: 8px;
	  left: 13%;
	  width: 75%;
	}
	#g_head.fix .global_head_btn .global_btn_association a,
	#g_head.fix .global_head_btn .global_btn_kameda a {
	  font-size: 1.1rem;
	}
	#g_head.fix .global_head_btn .global_btn_association a {
		width: 50%;
		line-height: 1.25;
		height: 36px;
		border-radius: 18px;
		padding-top: 0.4em;
	}
	#g_head.fix .global_head_btn .global_btn_kameda a {
		width: 44%;
		line-height: 36px;
		border-radius: 18px;
	}
	#g_head.fix .global_head_btn .global_btn_association a br {
		display: block;
	}
	#g_head.fix .global_head_btn .global_btn_kameda a {
	  margin: 0;
	}
	#g_head.fix .global_head_btn .global_btn_kameda a::after {
    right: 5%;
		width: 12px;
		height: 12px;
	}
	#g_head.fix #g_navi {
	  padding: 0;
	}
	#g_head.fix #g_navi .g_navi_link_item a {
    margin: 0;
    font-size: 1.6rem;
	}
}
/* head modal
---------------------------- */
.head_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 111;
}
.head_modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.head_modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
	width: 50%;
}
.head_modal_content_inner {
  position: relative;
  padding: 10% 5%;
}
.head_modal_content_inner .head_modal_btn {
	text-align: center;
}
.head_modal_content_inner .head_modal_btn a {
	width: 45%;
	max-width: 360px;
	display: inline-block;
	margin: 0 1%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.head_modal_content_inner .head_modal_btn a:hover {
  opacity: .5
}
.head_modal_content_inner .modal_btn_close {
	position: absolute;
	top: 6%;
	right: 3%;
}
.head_modal_content_inner .modal_btn_close img {
	width: 30px;
}
@media screen and (max-width:767px) {
	.head_modal_content {
		width: 70%;
	}
	.head_modal_content_inner {
	    padding: 10% 5% 15%;
	}
	.head_modal_content_inner .head_modal_btn a {
		width: 100%;
		margin: 0;
		margin-top: 5%;
	}
	.head_modal_content_inner .modal_btn_close {
		top: 0;
		right: 3%;
		width: 5%;
	}
	.head_modal_content_inner .modal_btn_close img {
		width: 100%;
	}
}

/* mainArea
---------------------------- */
@media screen and (min-width:768px) {
	.section_inner {
	  max-width: 1080px;
	  margin: auto;
	  padding: 0 2.5%;
	}
}
@media screen and (max-width:767px){
	#mainArea {
	}
	.section_inner {
	  padding: 0 4%;
	}
}

/* foot_cv
---------------------------- */
@media screen and (min-width:768px) {
	.foot_cv {
		padding: 80px 0 60px;
	}
	.foot_cv .section_inner a {
		width: 80%;
		max-width: 640px;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
	.foot_cv {
		padding: 10% 4% 6%;
	}
	.foot_cv .section_inner a {
		display: block;
		margin: 0 auto;
	}
}

/* foot
---------------------------- */
#foot {
  width: 100%;
  background: #f5f6f9;
}
@media screen and (min-width:768px) {
	#foot .section_inner {
	  max-width: 1380px;
	}
	#foot .foot_content {
		padding: 40px 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  align-items: center;
	}
	#foot .foot_content a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	#foot .foot_content a:hover {
	  opacity: .5
	}
	#foot .foot_content .foot_contact_logo {
		width: 20%;
		padding-right: 4.5%;
		box-sizing: border-box;
	}
	#foot .foot_content .foot_navi {
		font-size: 1.6rem;
		box-sizing: border-box;
		padding: 0 5%;
	}
	#foot .foot_content .foot_navi_01 {
		width: 50%;
		border-left: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
	}
	#foot .foot_content .foot_navi_02 {
		width: 30%;
	}
	#foot .foot_content .item_b {
		font-size: 1.6rem;
	}
	#foot .foot_content .item_b_last {
		font-size: 1.6rem;
		padding-bottom: 1em;
	}
	#foot .foot_content .foot_navi_02 {
		font-size: 1.4rem;
	}
	#foot .foot_content .foot_navi li a {
		padding: 3px 0;
		display: inline-block;
	}
	#foot .foot_content .foot_navi .list_s {
		padding-bottom: 8px;
	}
	#foot .foot_content .foot_navi .list_s li.list_s_item {
		font-size: 1.4rem;
		position: relative;
		padding-left: 18px;
	}
	#foot .foot_content .foot_navi .list_s li.list_s_item::after {
	  position: absolute;
	  top: 0.8em;
	  left: 2px;
	  margin: auto;
	  content: "";
	  width: 8px;
	  height: 1px;
	  background-color: #333;
	}
	#foot .foot_content .foot_navi .list_s li.list_s_item a {
		padding: 0;
	}
}
@media screen and (max-width:767px) {
	#foot .foot_content {
	  padding: 10% 0 0;
	}
	#foot .foot_content .foot_contact_logo {
		width: 50%;
    margin: 0 auto 10%;
	}
	#foot .foot_content .foot_navi {
		width: 100%;
		font-size: 1.4rem;
	}
	#foot .foot_content .foot_navi .g_navi_link_item_bottomspace {
		margin-bottom: 1em;
	}
	#foot .foot_content .foot_navi_01 {
		border-top: 1px solid #c9c9c9;
		border-bottom: 1px solid #c9c9c9;
		padding: 7% 0;
	}
	#foot .foot_content .foot_navi_02 {
		font-size: 1.2rem;
		padding: 7% 0;
	}
	#foot .foot_content .foot_navi li a {
		padding: 3px 0;
		display: inline-block;
	}
	#foot .foot_content .foot_navi .list_s {
		padding-bottom: 8px;
	}
	#foot .foot_content .foot_navi .list_s li.list_s_item {
		font-size: 1.2rem;
		position: relative;
		padding-left: 18px;
	}
	#foot .foot_content .foot_navi .list_s li.list_s_item::after {
	  position: absolute;
	  top: 1em;
	  left: 2px;
	  margin: auto;
	  content: "";
	  width: 8px;
	  height: 1px;
	  background-color: #333;
	}
	#foot .foot_content .foot_navi .list_s li.list_s_item a {
		padding: 3px 0;
	}
}
#foot .foot_copyright {
	background-color: #303030;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
@media screen and (min-width:768px) {
  #foot .foot_copyright {
		font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  #foot .foot_copyright {
		font-size: 1.1rem;
  }
}

/* breadcrumbs
---------------------------- */
.breadcrumbs {
	padding: 10px 0;
	line-height: 1.4;
}
.breadcrumbs ol li {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	padding-right: 20px;
	letter-spacing: 0;
}
.breadcrumbs ol li::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ol li:last-child::after {
  display: none;
}
.breadcrumbs ol li a {
	text-decoration: underline;
}
.breadcrumbs ol li a:hover {
	text-decoration: none;
}