@charset "utf-8";
/*--------------------------------------------------

common

--------------------------------------------------*/
.wrap {
  min-width: 1064px;
}
@media screen and (max-width:767px) {
  .wrap {
    min-width: auto;
    overflow: hidden;
  }
}

/* header
-------------------------------------------------- */
#header .header_wrap {
  width: 100%;
  /* max-width: 1240px; */
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 95px;
}
#header .header_wrap .header_logo {
  margin: auto 0;
  padding: 0 20px;
}
#header .header_wrap .header_logo a{
  display: block;
}

@media screen and (max-width:767px) {
  #header .header_inner {
    height: 50px;
  }
  #header .header_wrap .header_logo{
    position: relative;
    padding: 0 15px;
    z-index: 1;
  }
  #header .header_wrap .header_logo img{
    width: 90px;
  }
}

/* page_top
-------------------------------------------------- */
#page_top{
  width: 54px;
  height: 54px;
  position: fixed;
  right: 20px;
  bottom: 20px;
	display: none;
  background: #d6dcdf;
	opacity: .7;
	z-index: 9;
}
#page_top a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#page_top a:before{
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	top: 23px;
	left: 18px;
	position: absolute;
	border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
	#page_top{
		width: 40px;
		height: 40px;
		right: 15px;
		bottom: 15px;
	}
	#page_top a:before{
		width: 12px;
		height: 12px;
    top: 17px;
    left: 14px;
	}
}

/* main
-------------------------------------------------- */
.content_inner {
  width: 1064px;
  padding: 50px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .content_inner {
    width: 100%;
    padding: 50px 20px;
  }
}
/* ttl */
.ttl_type1 {
  margin-bottom: 20px;
  font-size: 30px;
}
.ttl_type2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}
.ttl_type3{
  margin-bottom: 10px;
  font-size: 20px;
}
.ttl_type1 .sub{
	display: block;
  font-size: 20px;
}
@media screen and (max-width:767px)  {
	.ttl_type3{
		font-size: 18px;
	}
}
/* list */
.list_dot li{
	position: relative;
	margin-bottom: 5px;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.list_dot li:before{
	content: "*";
}
.list_dot li:last-child{
	margin-bottom: 0;
}
.list_dot li a{
	color: inherit;
	text-decoration: underline;
	transition: all .3s;
}
.list_dot li a:hover{
	opacity: .6;
}

/* footer
-------------------------------------------------- */
#footer {
  background-color: #7e7e7e;
}
#footer_copyright {
  color: #fff;
	font-size: 12px;
	text-align: center;
}
#footer .footer_inner{
  display: none;
  box-sizing: border-box;
}
@media print, screen and (min-width:768px) {
	#footer .footer_inner{
		width: 1064px;
		margin: 0 auto;
		padding: 20px;
	}
}

@media screen and (max-width:767px)  {
  #footer .footer_inner {
    padding: 30px 20px 20px;
  }
}


/*--------------------------------------------------

モジュールリスト

--------------------------------------------------*/
/* リンク（link）
-------------------------------------------------- */
/*link_arw_*/
a[class*="link_arw_"]{
	color: #333;
}

.link_arw_t_r:after,
.link_arw_t_l:before,
.link_arw_r_r:after,
.link_arw_r_l:before,
.link_arw_b_r:after,
.link_arw_b_l:before,
.link_arw_l_l:before{
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #f03;
	border-right: 1px solid #f03;
	display: inline-block;
	vertical-align: middle;
}

/*link_arw_t_r*/
.link_arw_t_r:after{
	width: 0.5em;
	margin-top: .2em;
	margin-right: .2em;
	margin-left: .5em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*link_arw_t_l*/
.link_arw_t_l:before{
	width: 0.5em;
	margin-top: .2em;
	margin-right: .5em;
	margin-left: .2em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*link_arw_r_r*/
.link_arw_r_r:after{
	margin-top: -0.2em;
	margin-right: .2em;
	margin-left: .25em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*link_arw_r_l*/
.link_arw_r_l:before{
	margin-top: -0.2em;
	margin-right: .5em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*link_arw_b_r*/
.link_arw_b_r:after{
	margin-top: -0.5em;
	margin-right: .25em;
	margin-left: .5em;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*link_arw_b_l*/
.link_arw_b_l:before{
	margin-top: -0.5em;
	margin-left: .25em;
	margin-right: .5em;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*link_arw_l_l*/
.link_arw_l_l:before{
	margin-top: -0.2em;
	margin-right: .25em;
	margin-left: .2em;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
