﻿@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align:center;
  font-size:100%;
 -webkit-text-size-adjust: none;
 	position:relative;
}
@media all and (-ms-high-contrast:none){
  body { 
      font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  } /* IE10 */
}


a { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	max-width: 100%;
}
a {
	outline:none;
	text-decoration:none;
	color:#212020;
}
.hover {
 	-webkit-transition: all 0.5s ease-out; 
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out; 
	transition: all 0.5s ease-out; 
}
.hover:hover {
	opacity:0.7;
}



/*
html ----------------------------------------------------------*/
/* font-family: 'Montserrat', sans-serif; */


/* body base
===============================================================*/
.l-wrap {

/* background: rgb(213,58,61); /* Old browsers */
/* background: -moz-linear-gradient(left, rgba(213,58,61,1) 0%, rgba(255,162,0,1) 100%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(left, rgba(213,58,61,1) 0%,rgba(255,162,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to right, rgba(213,58,61,1) 0%,rgba(255,162,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53a3d', endColorstr='#ffa200',GradientType=1 ); /* IE6-9 */
background: #1B3A69;
   padding: 15px;
  min-width: 768px;
  box-sizing: border-box;
}
.l-innerFrame {
  background: #FFF;
}

.l-inner {
  max-width: 980px;
  margin: 0 auto;
}

.l-layout {
  background: #eee;
  padding: 64px 10px 0 10px;
}

.c-header {
  background: #FFF;
}
.c-headerWrap {
  display: table;
  width: 100%;
}
.c-header-logo1 ,
.c-header-logo2 {
  display: table-cell;
  vertical-align: middle;
}
.c-header-logo1 {
  padding: 17px 16px 18px 18px;
  width: 174px;
}
.c-header-logo2 {
  text-align: left;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
  vertical-align: top;
  padding: 7px 0 0 0;
}

.c-header-caution {
  text-align: right;
  padding-right: 10px;
  position: absolute;
  top:50%;
  margin-top: -7px;
  right: 0;
}
.c-header-cautionText {
  font-size: 14px;
  line-height: 1;
}
.c-header-cautionText i ,
.c-header-cautionText svg {
  color: #c33131;
}
.c-header-cautionText a {
  text-decoration: underline;
  font-weight: bold;
}
.c-header-cautionText a:hover {
  text-decoration: none;
}

.c-pankuzu {
  background: rgb(205,205,205); /* Old browsers */
background: -moz-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(246,246,246,1) 37%, rgba(246,246,246,1) 64%, rgba(246,246,246,1) 64%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(205,205,205,1) 0%,rgba(246,246,246,1) 37%,rgba(246,246,246,1) 64%,rgba(246,246,246,1) 64%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(205,205,205,1) 0%,rgba(246,246,246,1) 37%,rgba(246,246,246,1) 64%,rgba(246,246,246,1) 64%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#cdcdcd',GradientType=1 ); /* IE6-9 */
}
.c-pankuzu .l-inner {
  position: relative;
  padding: 0 10px;
}
.c-pankuzuList {
  padding: 15px 170px 13px 0;
}
.c-pankuzuList li {
  float: left;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 20px;
  position: relative;
  font-weight: bold;
}
.c-pankuzuList li a {
  text-decoration: underline;
}
.c-pankuzuList li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  margin: auto;
  content: '';
  vertical-align: middle;  
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-pankuzuList li:last-child:before {
  display: none;
}
.c-pankuzuList li a:hover {
  text-decoration: none;
}



.c-footer {
}
.c-footerWrap {
  padding: 26px 0 30px 0;
}
.c-footerText ,
.c-footerCopy {
  font-size: 16px;
  line-height: 1.7;
  color: #6d6b6b;
  letter-spacing: 1px;
}
.c-footerText {
  margin-bottom: 8px;
  font-weight: bold;
}
.c-footerCopy {
  font-weight: 600;
}
.disable-pc {
  display: none;
}

