@charset "UTF-8";
/**********************reset**********************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	font-weight: normal;
	box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/*clearfix--------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	width: 100%;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr{
	border:solid 0.5px #221815;
	margin:5px 0 20px;}	
	
table {
  border-collapse: collapse;
  border-spacing: 0;
}
	
/*font------------*/

html { font-size: 62.5%; }/*10px*/
body { font-size: 1.6rem;}


.lntgh {
	text-decoration: line-through;
}

small {
	font-size: 85%;
}
sup {
	font-size: 1.2rem;
}
.ftw-b,
strong {
	font-family: NotoSansCJKjp-Bold,Meiryo-Bold,Hiragino Kaku Gothic Pro;
    font-feature-settings: "pwid";
}

/*縦書き*/
.rl{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}

/*link------------*/
/*a:link, a:visited, a:active, a:hover { /* FireFox リンク選択時の点線を消す */
/*		opacity: .85!important;
	filter: alpha(opacity=85)!important;
	-ms-filter:"alpha(opacity=85)" !important;
}*/
a {
	/*-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
}

a:link {
	text-decoration: none;
	/*color: #;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);*/
}


a img {
	    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity  0.4s ease;
}

/*a img:hover {
		opacity: .85!important;
	filter: alpha(opacity=85)!important;
	-ms-filter:"alpha(opacity=85)" !important;
}

/*バックグラウンドカラー--------------*/

.bg_gray{
    background-color: #f4f6f8;
    
}



/*position--------------*/
.mgt0 {
	margin-top: 0 !important; 
}
.mg0 {
	margin: 0 !important; 
}
.mgb30 {
	margin-bottom: 3rem !important; 
}
.mgt10 {
	margin-top: 1rem !important; 
}
.mgb10 {
	margin-bottom: 1rem !important; 
}
.mgb0 {
	margin-bottom: 0 !important; 
}
.pdg10 {
	padding:1rem;
}
.pdg25 {
	padding:2.5rem;
}
.pdg60 {
	padding:60%;
}
.pdgb0{
	padding-bottom:0 !important; }
.pdg5p{
	padding:5%;}
.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}


/*img------------*/
img {
	border: 0;
	vertical-align: middle;
}

a img {
	border: none;
}

/*カラム------------*/
/*2カラム*/
.fl{
	float:left;
	width:47%;
	margin-right:6%;}
	
.fr{
	float:right;
	width:47%;}
		
/*3カラム*/
 ul.fl3 li{
	 float:left;
	 width:30%;
	 margin-right:5%;
	 }	
	
  ul.fl3 li:nth-child(3),
 ul.fl3 li:last-child{
	 margin-right:0;
	 }
	

/*4カラム*/
 ul.fl4 li{
	 float:left;
	 width:21.25%;
	 margin-right:5%;
	 }	
	
 ul.fl4 li:last-child{
	 margin-right:0;
	 }		

/*other------------*/

ul {
	list-style-type: none;
}

.sp {
	display: none !important;
}

/*今さんファイルとの調整スタイル*/

/*head*/




		



@media screen and (min-width : 1025px) {


}

@media screen and (max-width : 1024px) {

}


@media screen and (max-width : 768px) {
 
}



h2{
    font-family: 'Roboto Condensed', sans-serif;
	font-size:5.7rem;
    line-height: 3.6rem;
    color: #9d1d2b;
	margin:0 auto;
    position: relative;
    width:30%;
    text-align:center;
    
}

h2 span{
    font-family: NotoSansCJKjp-Bold;
	font-feature-settings: "pwid";
	-webkit-font-smoothing: antialiased;
    font-size:1.6rem;
    color: #282828;
}

h2:before{
    content: '';
  position: absolute;
  left: -20px;
  top: 15px;/*線の上下位置*/
  display: inline-block;
  width: 44px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  background-color: #9d1d2b;/*線の色*/
}

h2:after{
    content: '';
  position: absolute;
  right: -20px;
  top: 15px;/*線の上下位置*/
  display: inline-block;
  width: 44px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  background-color: #9d1d2b;/*線の色*/
}


#page-top {
	margin: 0 auto;
	position: fixed;
	right: 5%;
	bottom: 10px!important;
	display: none;
	z-index:100;
}

/*common*/
body {
	font-family:  "NotoSansCJKjp-Regular";
	/*height:100%;*/
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #221815;
	-webkit-text-size-adjust: 100% !important; /*タブレットフォントバグ対策*//* Better Font Rendering =========== 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-feature-settings: "pwid";
}
.safari & {
    font-feature-settings : "pkna"; // follow back -- ios10 safari10
  }
#wrapper {
	width: 100%;/*text-align: center;*/
}


 @keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

#headcommon{
border-bottom: solid 0.5px #9d1d2b;
}
#headcommon .headinner{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 15px;
}

#headcommon .logo{
    width: 170px;
}

#glonav{
border-bottom: solid 0.5px #cbcbcb;
}

#glonav ul{
    width: 1050px;
    max-width: 1050px;
    margin: 20px auto 25px;
}

#glonav ul li{
	position:relative;
    width: 25%;
    text-align: center;
    float: left;
    vertical-align:middle;
}

.rightline{
content: '';
  position: absolute;
  right: 0;
  top: 14px;/*線の上下位置*/
  display: inline-block;
  width: 1px;/*線の長さ*/
  height: 20px;/*線の太さ*/
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  background-color: #282828;/*線の色*/
}

#glonav ul li:after {
	position: absolute;
	top: 47%;
	right: 50px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #282828;
	border-right: 1px solid #282828;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right  0.3s ease;
}



#glonav ul li a{
    font-family: 'Roboto Condensed', sans-serif;
	font-size:1.4rem;
    color: #9d1d2b;
}

#glonav ul li a:hover{
    opacity: 0.7;
    filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#glonav ul li a span{
    font-family: NotoSansCJKjp-Bold;
	font-feature-settings: "pwid";
	-webkit-font-smoothing: antialiased;
    font-size:1.4rem;
    color: #282828;
}



.content-inner{
    width: 100%;
    position: relative;
    padding: 100px 0;
    }


footer{
    text-align: center;
    background-color: #9d1d2b;
}

footer .copyright{
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
}

.bktop{
    position: fixed;
    right: 0;
    bottom: 34px;
}

.bktop img{
    width: 50px;
}

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

/*@media screen and (min-width : 1025px)pc以上

-------------------------------*/
@media screen and (min-width : 1025px) {
}

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

/*@media screen and (min-width : 1024px)

-------------------------------*/
@media screen and (max-width : 1024px) {

}

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

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width : 768px) {
	

	 }

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

/*@media screen and (min-width : 640px)

-------------------------------*/
@media screen and (max-width : 640px) {
  
}

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

/*@media screen and (min-width : 414px)

-------------------------------*/
@media screen and (max-width : 414px) {

}

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

/*@media screen and (min-width : 320px)

-------------------------------*/
@media screen and (max-width : 360px) {

}
