

/**********************************************************************
*
*　　 ■ボディレイアウト
*
**********************************************************************/

body {
	position: relative;
	color: #000;
	background: #FFF;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: left;
	line-height: 1.5;
}
html>/**/body {
	font-size: 10px; /* Except IE */
}

/**********************************************************************
*
*　　 ■default
*
**********************************************************************/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
fieldset img {
border: 0;
}
img {
vertical-align: bottom;
}
ol, ul, li {
list-style: none;
}
li {
	list-style-type: none;
}

/**********************************************************************
*
*　　 ■reset
*
**********************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**********************************************************************
*
*　　 ■parts
*
**********************************************************************/

.fl {
	float: left;
}
.fr {
	float: right;
}

.c_l {
	clear: left;
}

.c_b {
	clear: both;
}

.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}

/* End hide from IE-mac */


.cb {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1%;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mtb10 {
	margin: 10px 0;
}

.mtb20 {
	margin: 20px 0;
}

.mtb30 {
	margin: 30px 0;
}

.pt30 {
	padding-top: 30px;
}

img.w100 {
	width: 100%;
}
.notes {
	font-size: 12px !important;
	line-height: 16px;
	color: #666 !important;
	letter-spacing: 0em !important;
}

.notes span {
	color: #DD272D !important;
}


/**********************************************************************
*
*　　 ■リンク・透過変更
*
**********************************************************************/

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:link {
	color: #CC2728;
	text-decoration: none;
}

a:visited {
	color: #CC2728;
	text-decoration: none;
}

a:hover {
	 color: #CC2728;
	 text-decoration: none;
}

a img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	color: #ffffff;
	background: transparent;
		-webkit-transition: opacity 1.4s ease;
		-moz-transition: opacity 1.4s ease;
		transition: opacity 1.4s ease;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	background: transparent;
	vertical-align:bottom;
}

a:hover img,
a:active img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

header #logo_area ul li#free a,
header #logo_area ul li#request a {
	filter:  alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: opacity 1.4s ease;
	-moz-transition: opacity 1.4s ease;
	transition: opacity 1.4s ease;
	opacity: 1;
}

header #logo_area ul li#free a:hover,
header #logo_area ul li#request a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/**********************************************************************
*
*　　 ■外枠
*
**********************************************************************/

#head_tag {
	height:0;
	overflow:auto;
}

header,
footer {
	width: 100%;
	font-size: 14px;
}

header {
	border-top: 5px solid #DC262C;
	border-bottom: 3px solid #DCDCDC;
	position: fixed;
	z-index: 9999;
}

footer {
	padding-top: 50px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#container {
	padding-top:108px;
	width:100%;
}

#main-column {
	width: 740px;
	float: left;
	padding-bottom: 50px;
}

#right-column {
	width: 200px;
	float: right;
}

.a_container {
	width:100%;
}

.a_contents {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


/**********************************************************************
*
*　　 ■ヘッダー
*
**********************************************************************/

header #head_tit {
	width: 100%;
	background: #F6F6F6;
	color: #7F7F7F;
	height:30px;
	overflow: hidden;
}

header #head_tit div {
	width: 950px;
	margin: 0 auto;
}

header #head_tit div h1,
header #head_tit div p {
	float: left;
	line-height: 30px;
	font-size: 11px;
}

header #head_tit div h1 {
	margin-right:10px;
}

header #logo_area {
	background: #FFF;
}

header #logo_area #h_cnt  {
	width: 950px;
	height: 52px;
	margin: 0 auto;
	padding: 9px 0 9px;
}

header #logo_area #h_cnt p {
	color: #CC2728;
	width: 330px;
	float: left;
	font-size: 10px;
	text-align: center;
}

header #logo_area p img {
	width: 100%;
	margin-bottom: 4px;
}

header #logo_area #h_cnt #other_s {
	float: left;
	width: 280px;
	height: 50px;
	background: url(/img/h_site_bg.png) no-repeat left top;
	margin: 12px 0 10px 0;

}

header #logo_area #h_cnt #other_s p {
	float: left;
	width: 99px;
	height: 45px;
	margin: 0 0 0 24px;
}

header #logo_area #h_cnt #other_s p a {
	background: none;
}

header #logo_area #h_cnt

header #logo_area #h_cnt ul {
	clear: both;
}

header #logo_area #h_cnt ul li {
	float: right;
	width:523px;
}

header #logo_area #h_cnt ul li img {
	width: 100%;
}

/**********************************************************************
*
*　　 ■フッター
*
**********************************************************************/

#page-top {
	position: fixed;
	right: 60px;
	bottom: 60px;
}
#page-top a {
}

footer #f_nav {
	width: 100%;
	background: url(/img/header_bg.gif) repeat;
}

footer #f_nav div {
	width: 950px;
	margin: 30px auto 20px;
}

footer #f_nav div h4 {
	width: 366px;
	height: 24px;
	margin: 0 auto;
}

footer #f_nav div p {
	text-align: center;
	line-height:18px;
}

footer #f_nav div ul {
	text-align: center;
}

footer #f_nav div ul li {
	margin-bottom: 20px;
}

footer #f_nav div ul li img {
	text-align: center;
}

footer #f_nav div ul li ul li {
	float: left;
	height: 132px;
}

footer #f_cnt {
	width: 100%;
	background: #FFF;
	padding: 30px 0;
}

footer #f_cnt p {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #656565;
}

footer #f_cnt a {
	color: #FFF;
}

#copyright {
	margin-top: 30px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #FFF !important;
	background: #DC262C;
}

#ft_nav {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #F1F1F1;
}

#ft_nav ul {
	width: 200px;
	margin: 0 auto;
	padding: 23px 0;
}

#ft_nav ul li {
	float: left;
}

#ft_nav ul li a {
	color: #7F7F7F;
	line-height: 14px;
	border-right: 1px solid #7F7F7F;
	font-size: 12px;
	padding: 0 15px;
}

#ft_nav ul li a.b_n {
	border-right: none;
}

/**********************************************************************
*
*　　 ■パンくずリスト
*
**********************************************************************/

#breadcrumb {
	width: 100%;
	margin: 0 0 25px;
	background: #F2F2F2;
}

#breadcrumb div {
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
}

#breadcrumb h2 {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
}

#breadcrumb h2 img {
	height: 18px;
	margin-right: 8px;
}

#breadcrumb ul {
	float: left;
}

#breadcrumb ul li {
	float: left;
	margin-right: 4px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	letter-spacing: 0.1em;
}

#breadcrumb li a {
	color: #0071BC;
}
/**********************************************************************
*
*　　 ■cookie同意
*
**********************************************************************/

  .cookie-consent {
    display: flex;
   /* justify-content: space-between;*/
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 11px;
    color: #FFF;
    background: rgba(43,123,189,0.6);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #f2e268 !important;
  }
  .cookie-agree {
    color: #fff;
    background: #00CED1;
    padding: .5em 1.5em;
    border-radius:5px;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
      font-size: 0.8rem;
      padding: 0.5rem 0.8rem;

    }
    .cookie-text {
      margin-bottom: 0.2rem;
    }
    .cookie-agree {
    padding: 0.2rem 1rem;
    border-radius:5px;
  }

  }

/**********************************************************************
*
*　　 ■回り込み解除
*
**********************************************************************/

header:after,
#ft_nav ul:after,
#breadcrumb div:after,
#breadcrumb ul:after {
	content: "";
	display: block;
	clear: both;
}
