@charset "utf-8";

/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0px;
  padding: 0px;
}
html {overflow:auto; height:100%;}
body{
	color: #000;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	/*	
	font: 14px/185% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
	overflow: hidden;
	font-weight:500;
	word-break: break-all;
}
fieldset,img {
  border: 0;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,em,var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
ol li {
	list-style-position: outside;
	list-style: decimal;
	margin-left: 25px;
	margin-bottom:5px;
}

caption,th {
	text-align: left;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

a{
	color: #333333;
	text-decoration: none;
}

img {
	max-width:100%;
	height:auto;
	padding: 0;
	margin: 0;
}
*:focus {
outline: none;
}
input[type=text],select {
 font-size: 16px;
 transform: scale(0.75);
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.ma_b5 {margin-bottom: 5px;}
.ma_b10 {margin-bottom: 10px;}
.ma_b15 {margin-bottom: 15px;}
.ma_b20 {margin-bottom: 20px;}
.ma_b21 {margin-bottom: 21px;}
.ma_b25 {margin-bottom: 25px;}
.ma_b30 {margin-bottom: 30px;}
table, tr, th, td {
    border-collapse: collapse;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

.sp {display:none;}

/*---- FOR SP ----*/
@media only screen and (max-width: 768px){
body{
	color: #000;
	font: 12px/165% "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.05em;
	line-height:160% !important;
	
}
body{
	color: #000;
	font: 12px/165% "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.05em;
	
}
.pc {display:none !important;}
.sp {display:block!important;}
.img100 {width:100%; height:auto;}
.img90 {width:90%; height:auto;}
.img80 {width:80%; height:auto;}
.img70 {width:70%; height:auto;}
}
.re { position:relative;}


/****************************************

HEADER

*****************************************/
header{
}
.header2{
	display:none;
}
.header .hd_sup {
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px 10px 20px;
}
.header .hd_sup h1 {
	margin: 55px 0px 0px;
	float: left;
	width: 15%;
}
.header .hd_sup .hd_sup_right {
	float: right;
	width: 75%;
	position: relative;
}
.header .hd_sup .hd_sup_right .link_area {
	float: left;
	width: 90%;
	padding: 23px 0px 0px;
}
.header .hd_sup .hd_sup_right .link_area .my_link {
	float: right;
	margin: 0px 0px 7px;
}
.header .hd_sup .hd_sup_right .link_area .my_link:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

.header .hd_sup .hd_sup_right .link_area .my_link ul li {
	float: left;
	text-align: center;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .access {
    margin: 0 20px 0 0;
    line-height: 25px;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .access a {
    color :#333;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .access a:hover {
    color :#CB2837;
}

.header .hd_sup .hd_sup_right .link_area .my_link ul .access i {
    color:#CB2837;
    margin: 0 5px 0 0;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .mypage {
	line-height: 21px;
	font-size: 11px;
	margin: 0px 15px 0px 0px;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .mypage a {
	color: #FFF;
	background: #CB2837;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0px 15px;
	border : solid 2px #CB2837;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .mypage a:hover {
	color: #CB2837;
	background: #fff;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0px 15px;
	border : solid 2px #CB2837;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .mypage a:after{
	margin: 0 0 0 6px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_w.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .mypage a:hover:after{
	margin: 0 0 0 6px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.header .hd_sup .hd_sup_right .link_area .my_link ul .shirabus {
	line-height: 21px;
	font-size: 11px;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .shirabus a {
	color: #FFF;
	background: #CB2837;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0px 15px;
	border : solid 2px #CB2837;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .shirabus a:hover {
	color: #CB2837;
	background: #fff;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0px 15px;
	border : solid 2px #CB2837;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .shirabus a:after{
	margin: 0 0 0 6px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_w.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .shirabus a:hover:after{
	margin: 0 0 0 6px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.header .hd_sup .hd_sup_right .link_area .my_link ul .lang {
	line-height: 25px;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .lang a {
	border-left: 1px dotted #CB2837;
	padding: 0px 20px;
	color: #CB2837;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .lang2 a {
	border-left: 1px dotted #CB2837;
	padding: 0px 20px;
	color: #CB2837;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .lang a:hover {
	color: #333;
}
.header .hd_sup .hd_sup_right .link_area .my_link ul .lang2 a:hover {
	color: #333;
}
.header .hd_sup .hd_sup_right .link_area .target_link {
	margin: 10px 0px 0px;
	font-size: 13px;
	line-height: 35px;
	float: right;
}
.header .hd_sup .hd_sup_right .link_area .target_link ul {
	text-align: center;
}
.header .hd_sup .hd_sup_right .link_area .target_link ul li {
	display: inline-block;
	text-align: center;
	margin: 0 0 0 15px;
	font-size: 12.5px;
}
.header .hd_sup .hd_sup_right .link_area .target_link ul li a {
	color: #333;
}
.header .hd_sup .hd_sup_right .link_area .target_link ul li a:hover {
	color: #CB2837;
}
.header .hd_sup .hd_sup_right .search {
	text-align: center;
	margin: 22px 0px 0px;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
}
.header .hd_sup .hd_sup_right .search a {
	display:block;
	color: #FFF;
}
/*#gnav {
	width: 100%;
	background: url(../images/common/gnav_bg.png) repeat-y left top;
	background-size: 50% auto;
}
#gnav ul:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#gnav ul {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 80px;
	background: #CB2837;
}
#gnav ul li {
	float: left;
	vertical-align: middle;
	padding: 0px 20px;
}
#gnav ul li:first-child {
	padding: 0px 15px 0px 60px;
}
#gnav ul li:last-child {
	padding: 0px 0px 0px 15px;
}
#gnav ul li a {
	display: block;
	color: #FFF;
}



@media only screen and (max-width: 1124px){
#gnav ul {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 80px;
	background: #CB2837;
}
#gnav ul li {
	float: none;
	vertical-align: middle;
	padding: 0px 1%;
	text-align:center;
	display:inline-block;
}
#gnav ul li:first-child {
	padding: 0px 1% 0px 0px;
}
#gnav ul li:last-child {
	padding: 0px 0px 0px 1%;
}
}*/

.triggerBtn  {
	display: none;
}

/*---- FOR SP ----*/
@media only screen and (max-width: 970px){
.header  {
}
/*.header2{
	display: block;
	height:55px;
}*/
.header .hd_sup .hd_sup_right {
	display: none;
}

.triggerBtn  {
	display: block;
}
}





/****************************************

footer

*****************************************/
footer{
	margin: 0;
}

footer .fgnav {
	background: #f5f5f5;
	font-size : 13px;
}
footer .fgnav ul {
	max-width:1080px;
	margin: 0 auto;
	padding: 25px 0;
}
footer .fgnav ul li {
	text-align: center;
	float: left;
	border-left: 1px solid #cccccc;
	padding: 0 35px;
}
footer .fgnav ul li:last-child {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

footer .fgnav ul li a {
}

footer .f_inner {
	max-width: 905px;
	margin: 0 auto;
	padding: 40px 0px 35px;
}

footer .f_inner .info {
	float: left;
	width: 44%;
}
footer .f_inner .info .box {
	margin: 0px 0px 15px;
}
footer .f_inner .info .box .logo {
	float: left;
	width: 33%;
	margin: 5px 0 0;
}
footer .f_inner .info .box .address {
	font-size: 11px;
	width: 60%;
	float: right;
	margin: 0;
}
footer .f_inner .info .btn {
	font-size: 13px;
}
footer .f_inner .info .btn ul li {
	line-height: 42px;
	text-align: center;
	width: 45%;
	float: left;
	margin: 0px 10px 0px 0px;
}
footer .f_inner .info .btn ul li:last-child {
	margin: 0px;
}
footer .f_inner .info .btn ul li a {
	color: #FFF;
	display: block;
	background: #cb2837;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

footer .f_inner .sitemap {
	float: right;
	width: 50%;
}
footer .f_inner .sitemap ul li {
	margin: 0px 0px 15px;
}
footer .f_inner .sitemap .link1 {
	float: left;
	width: 48%;
}
footer .f_inner .sitemap .link1 li a {
	color: #cb2837;
}
footer .f_inner .sitemap .link2 {
	float: right;
	width: 48%;
}
footer .f_inner .sitemap ul .blank a::after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
footer .flink {
	background: #666666;
	color: #FFF;
	line-height: 60px;
}
footer .flink .innar{
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px 10px;
}
footer .flink .innar #copyright {
	font-size: 11px;
	float: left;
}
footer .flink .innar ul {
	float: right;
	width: 62%;
	font-size: 12px;
}
footer .flink .innar ul li {
	float: left;
	margin: 0px 20px 0px 0px;
}
footer .flink .innar ul li:last-child {
	margin: 0;
}
footer .flink .innar ul li a {
	color: #FFF;
}
footer .flink:after{
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
footer .f_inner .info .btn ul li a:hover {
	background: #fff;
	color: #cb2837;
	opacity:1!important;
	border-radius: 6px;
	border : solid 2px #CB2837;
}
	


@media only screen and (max-width: 970px){
	
footer{
}
footer .fgnav {
	background: #f5f5f5;
}
footer .fgnav ul {
	margin: 0 3%;
	padding: 15px 0 0;
}
footer .fgnav ul li {
	padding: 0;
	width: 32%;
	margin: 0 0 15px;
	font-size:10px;
}
footer .fgnav ul li:first-child {
	border-left: none;
}
footer .fgnav ul li:last-child {
	border-right: none;
}
footer .fgnav ul li:nth-child(4) {
	border-left: none;
}

footer .fgnav ul li a {
}

footer .f_inner {
	padding: 15px 0px 15px;
}

footer .f_inner .info {
	float: none;
	width: auto;
	margin: 0 5%;
}
footer .f_inner .info .box {
	margin: 0px auto 15px;
	width: 65%;
}
footer .f_inner .info .box .logo {
	float: left;
	width: 40%;
}
footer .f_inner .info .box .address {
	width: 55%;
	display:table;
	margin:  0;
	min-height: 70px;
}
footer .f_inner .info .box .address p {
	display:table-cell;
	vertical-align:middle;	
}
footer .f_inner .info .btn {
	font-size: 13px;
	margin: 0 2% 15px;
}
footer .f_inner .info .btn ul li {
	line-height: 30px;
	width: 48%;
	margin: 0;
}
footer .f_inner .info .btn ul li:last-child {
	float:right;
	margin: 0px;
}
footer .f_inner .info .btn ul li a {
	color: #FFF;
	display: block;
}

footer .f_inner .sitemap {
	float: none;
	width: auto;
	padding: 0;
	margin: 0 5% 25px;
}
footer .f_inner .sitemap ul li {
	margin: 0px 0px 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ccc;
}
footer .f_inner .sitemap .link1 {
	float: none;
	width: auto;
}
footer .f_inner .sitemap .link1 li a {
	color: #cb2837;
}
footer .f_inner .sitemap .link2 {
	float: none;
	width: auto;
}
footer .f_inner .sitemap .link2 li:last-child {margin:  0;border:  none;padding:  0;}
footer .f_inner .sitemap ul .blank a::after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
footer .flink {
	line-height: 1.5em;
}
footer .flink .innar{
	margin: 0px 3%;
	padding: 25px 0 0;
}
footer .flink .innar #copyright {
	font-size: 11px;
	float: none;
	text-align: center;
	padding: 15px 0 20px;
}
footer .flink .innar ul {
	float: none;
	width: auto;
	text-align: center;
}
footer .flink .innar ul li {
	float: none;
	margin: 0px 10px 10px;
	display: inline-block;
	text-align: center;
}
footer .flink .innar ul li:first-child {
	margin: 0px 10px 10px 0px;
}
footer .flink .innar ul li:nth-child(3) {
	margin: 0px 10px 10px 0px;
}
footer .flink .innar ul li:last-child {
	margin: 0px 0px 10px 10px;
}
footer .flink .innar ul li a {
}
footer .flink:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
}


@media only screen and (max-width: 768px){
footer .f_inner .info {
	float: none;
	width: auto;
	margin: 0 5%;
}
footer .f_inner .info .box {
	margin: 0px auto;
	width: 65%;
}
footer .f_inner .info .box .logo {
	float: none;
	width: 30%;
	margin: 0 auto 10px;
}
footer .f_inner .info .box .address {
	width: auto;
	display: block;
	margin:  0;
	min-height: 100%;
	float:  none;
}
footer .f_inner .info .box .address p {
	display: block;
}
footer .flink {
	line-height: 1.5em;
}
footer .flink .innar{
	margin: 0px 5%;
	padding: 25px 0 0;
}
footer .flink .innar #copyright {
	font-size: 11px;
	float: none;
	text-align: center;
	padding: 15px 0 20px;
}
footer .flink .innar ul {
	float: none;
	width: auto;
	text-align: center;
	font-size : 10px;
}
footer .flink .innar ul li {
	margin: 0px 0px 10px;
	display: block;
	text-align: left;
	width:  48%;
	float:  left;
}
footer .flink .innar ul li:nth-child(odd) {
	width: 55%;
}
footer .flink .innar ul li:nth-child(even) {
	width: 45%;
	float:  right;
}
footer .flink .innar ul li:first-child {
	margin: 0px 0px 5px 0px;
}
footer .flink .innar ul li:nth-child(3) {
	margin: 0px 0px 5px 0px;
}
footer .flink .innar ul li:last-child {
	margin: 0px 0px 5px 0px;
}
footer .flink .innar ul li a {
}
footer .flink:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
}

@media only screen and (max-width: 320px){
footer .f_inner .info .box .logo {
	width: 70%;
}	
}	

/****************************************

wrapper

*****************************************/





.wrapper {
	background: #fffcd6;
	padding: 45px 0px 60px;
}
.w_wrapper {
	padding: 0px 0px 60px;
}
.wrapper_contents {
	max-width: 980px;
	margin: 0 auto;
}
.w_wrapper_contents {
	max-width: 980px;
	margin: 0 auto;
	background-color: #FFF;
}


@media only screen and (max-width: 768px){
.wrapper_contents {
	padding-top: 20px;
	width: auto;
	margin-right: 3%;
	margin-left: 3%;
}
.w_wrapper_contents {
	padding-top: 20px;
	width: auto;
	margin-right: 3%;
	margin-left: 3%;
}
.wrapper {
	padding-top: 20px;
}
}


.shadow {
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}






/* ----------------------------------------
 *  ページトップ
 * ---------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
}
#page-top a {
	background: #CB2837;
	text-decoration: none;
	width: 58px;
	padding: 15px 0;
	text-align: center;
	display: block;
	vertical-align: middle;
	/* border-radius */
	border-radius:6px 0px 0px 6px ;
	-moz-border-radius:6px 0px 0px 6px ;
	-webkit-border-radius:6px 0px 0px 6px ;
}
#page-top a:hover {
	opacity:0.7;
}

@media only screen and (max-width: 768px){
#page-top {
	display:none;
	bottom: 10px;
	right: 0px;
}
#page-top img {
	width:auto;
	height:15px;
}
#page-top a {
	width: 45px;
	padding: 10px 0 15px;
}

}






/* ===============================================
#header2
=============================================== */
#header2 {
	width: 100%;
	background-color: #FFF;
	left: 0px;
	bottom: 0px;
}
#header2 .inner {
}
#header2 #gnav  {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 600;
}
#header2 #gnav ul li {

}
#header2 #gnav li {
	float:left;
	line-height: 100%;
	width: 19.8%;
	border-left: 1px solid #C31A27;
}
#header2 .gnavi li:last-child {
	border-right: 1px solid #C31A27;
}
#header2 .gnavi {
	text-align: center;
	margin: 20px 0px;
}
#header2 .gnavi li a {
	display: block;
	color: #000;
}


@media only screen and (max-width: 1100px){
#header2 #gnav  {
	width: auto;
}
#header2 #gnav li {
}
#header2 .gnavi li a {
}
}
@media only screen and (max-width: 885px){
#header2 #gnav ul li img {
	width:auto;
	height: 13px;
}
}
/*#header2 .gnavi .gnavi1 a::before,
#header2 .gnavi .gnavi1 a::after {
	background-color: #e1e8ec;
}
#header2 .gnavi .gnavi2 a::before,
#header2 .gnavi .gnavi2 a::after {
	background-color: #e1e8ec;
}
#header2 .gnavi .gnavi3 a::before,
#header2 .gnavi .gnavi3 a::after {
	background-color: #e1e8ec;
}
#header2 .gnavi .gnavi4 a::before,
#header2 .gnavi .gnavi4 a::after {
	background-color: #e1e8ec;
}
#header2 .gnavi .gnavi5 a::before,
#header2 .gnavi .gnavi5 a::after {
	background-color: #e1e8ec;
}
#header2 .gnavi .gnavi6 a::before,
#header2 .gnavi .gnavi6 a::after {
	background-color: #e1e8ec;
}
#header2 .gnavi .gnavi7 a::before,
#header2 .gnavi .gnavi7 a::after {
	background-color: #e1e8ec;
}


#header2 .gnavi li a::before {
	top: 6px;
	left: 0;
}
#header2 .gnavi li a::after {
	bottom: 6px;
	left: 0;
}
#header2 .gnavi li a:hover::before,
#header2 .gnavi li a:hover::after {
	width: 100%;
}*/

/* Toggle Button */
.header #nav-toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 17px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 101;
	background: #FFF;
	padding: 5px;
}
@media only screen and (max-width: 970px){
.header #nav-toggle {
	display: block;
	position: absolute;
	right: 60px;
	top: 5px;
	width: 60px;
	height: 55px;
	cursor: pointer;
	z-index: 101;
	padding:  0;
}
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	background-color: #CB2837;
}
#nav-toggle span:nth-child(1) {
	top: 9px;
}
#nav-toggle span:nth-child(2) {
	top: 17px;
}
#nav-toggle span:nth-child(3) {
	top: 25px;
}


#sp_navi {display:none;}


@media only screen and (max-width: 768px){
.pc {display:none !important;}
.sp {display:block!important;}
}

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

#nav-toggle , .header2 #nav-toggle {
	display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 17px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 17px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
#sp_navi{
	display: none;
	width: 100%;
	clear: both;
	position: absolute;
	top: 60px;
	background: #fff;
	box-sizing: content-box;
	z-index: 9997;
	padding: 10px 5%;
}
	#sp_navi li{
		width:50%;
		float:left;
		box-sizing: border-box;
		font-size: 11px;
}

	#sp_navi li:nth-child(odd){
		border-right:1px solid #dfdfdf;
		border-bottom:1px solid #dfdfdf;
}
	#sp_navi li:nth-child(even){
		border-bottom:1px solid #dfdfdf;
}

#sp_navi ul .link2 {
	background: #FFF;
}
#sp_navi ul .link3 a {
	color:#CB2837;
}
#sp_navi ul .link3 {
	background: #CB2837;
}
#sp_navi ul .link3 a {
	color:#FFF;
}
#sp_navi ul li a {
    display: block;
    padding: 12px 5px 12px 10px;
}
#sp_navi ul .blank::after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_w.png);
	background-size: contain;
	vertical-align: middle;
}
}



@media only screen and (max-width: 768px){
#gnav {
	display:none;
}

}



/****************************************
　メインイメージ
*****************************************/
h1.main_img {margin: 0;}
h1.main_img img {
	width:100%;
	height:auto;
}
h1.main_img2 {
	background: url(../images/common/main_bg.jpg) no-repeat center bottom;
	background-size:cover;
	height: 88px;
}
h1.main_img2 div {
	margin: 0px auto;
	padding: 25px 0 0;
	width: 40%;
}
@media only screen and (max-width: 768px){
h1.main_img {margin: 60px 0 0;}
h1.main_img2 {position: fixed;width: 100%;z-index: 9998;}
h1.main_img2 div {
	margin: 0 0 0 20px;
	padding: 20px 0 25px;
	width: 50%;
}
@media only screen and (orientation:landscape) {
h1.main_img2 div {
	margin: 0 0 0 20px;
	padding: 20px 0;
	width: 25%;
}
}

}


/*********************************************************************************************
  非表示項目を設定（0px - 768px）
*********************************************************************************************/
#subnavi {
	display:none;
}
/*********************************************************************************************/


/* サブナビ */
#subnavi{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background: #FFF;
	border-bottom: 5px solid #f2f2f2;
}
#subnavi .grid-12{
	width:960px;
}
#subnavi li{
	float:left;
}
#subnavi #snavi_request{
	float:right;
}
#subnavi #snavi_reserve{
	float:right;
}
#subnavi li.snavi_blank{
/*	width:356px;
	width:100px;
	width:189px;*/
	width:80px;
	height:40px;
	background:url(../../img/gnavi_bg.png) left top repeat-x;
}

#subnavi ul {
	text-align: center;
	-ms-transition: all;
	-o-transition: all;
	width: 1100px;
	margin: 0 auto;
}
#subnavi ul li.logo {
	width: 20%;
	text-align: center;
	border-left-style: none;
	margin: 0 40px 0 0;
}
#subnavi ul li.logo a.active    {
	background: none;
}


header h2.sp_logo {
	display:none;
}
#subnavi ul li {
	float: left;
	width: 16.5%;
	vertical-align: middle;
	background: url(../images/common/gnav_line.gif) no-repeat left center;
}
#subnavi ul li img {
	vertical-align:middle !important;
}
#subnavi ul li:last-child {
	background-image:url(../images/common/gnav_line.gif),url(../images/common/gnav_line.gif);
	background-repeat: no-repeat,no-repeat;
	background-position: right center,left center;
}
#subnavi ul li a {
	display: block;
	padding: 20px 0;
}
#subnavi ul li.logo a:hover {
	background: none;
}
#subnavi ul li:hover {
	background:#f5f4f2;
}
h3.title {
	color: #cb2837;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 55px;
	display: inline-block;
	position: relative;
	padding: 0 0 15px;
	width: 100%;
}
h3.title::after {
	width: 25px;
	height:2px;
	margin: 0px auto;
	background: #cb2837;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
}



@media only screen and (max-width: 768px){
h3.title {
	font-size: 18px;
	margin: 0px 0px 25px;
	display: block;
	padding: 0 0 10px;
	width: auto;
}
h3.title::after {
	width: 10%;
}
}




@media only screen and (max-width: 970px){
.header .hd_sup {
	margin: 0;
	padding: 0;
	display: block;
	height: 60px;
	width: 100%;
}
.header2:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
.header .hd_sup h1 {
	width: 100px;
	margin: 0;
	float: none;
	padding: 20px 0 0 10px;
	float:  left;
}
.header .search {
	float:left;
	margin: 0 0 0 10px;
}
.header .search_bnt {
	text-align: center;
	padding: 15px 0px;
	width: 60px;
	background-image: url(../images/common/search_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45% auto;
	text-indent: -9999px;
	display: block;
}
.header.open .search_bnt {
	text-align: center;
	padding: 15px 0px;
	width: 60px;
	background-image: url(../images/common/search_icon_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
}


.header .link_area {
	position: absolute;
	top: 15px;
	right: 80px;
}
.header .link_area .my_link {
	float: left;
	margin: 3px 0px 0px 0px;
}
.header .link_area .my_link:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

.header .link_area .my_link ul li {
	float: left;
	text-align: center;
}
.header .link_area .my_link ul .lang {
	line-height: 25px;
	font-size: 12px;
}
.header .link_area .my_link ul .lang a {
	border-left: 1px dotted #CB2837;
	padding: 0px 7px;
	color: #CB2837;
}
.header .link_area .my_link ul .lang2 {
	line-height: 25px;
}
.header .link_area .my_link ul .lang2 a {
	border-left: 1px dotted #CB2837;
	padding: 0px 7px;
	border-right: 1px dotted #CB2837;
	color: #CB2837;
}
.header .search {
	/* 50%でもOK */
	/* 円の色 */
	height: auto;
	text-align: center;
	float:  right;
	margin: 0 65px 0 0;
	width: 15%;
}
.header .search a {
	display:block;
	color: #FFF;
}

}






/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* mddNav（ドロップダウンメニュー全体とナビボタン）
------------------------------------- */
#mddNav {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 80px;
	background: url(../images/common/gnav_bg.png) no-repeat left top;
}
#mddNav > ul {
  display: flex; /*グローバルナビゲーションを横並びに*/
  margin: 0 auto;
  max-width:1100px;
  width: 100%;
  text-align: center;
  background: #CB2837;
}
#mddNav > ul > li {
	box-sizing: content-box;
	background: #CB2837;
	text-align: center;
}
#mddNav > ul > li:last-child {
	padding: 0px;
}
#mddNav > ul > li a {
	color: #ffffff;
}
#mddNav > ul > li:last-child {
}
#mddNav > ul > li > a {
  display: block;
  line-height:80px;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 14px;
}
#mddNav > ul > li:hover > a {
	background:#a6212d;
}
/* mddWrap
------------------------------------- */
#mddNav .mddWrap {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.9);
  padding: 30px 0;
}
#mddNav .mddWrap .mddInner {
	margin: 0 auto;
	max-width: 1080px;
	line-height: 1.5em;
	text-align: left;
}
#mddNav .mddWrap .mddInner > .dropContent {
  display: flex;
}
#mddNav .mddWrap .mddInner > .dropContent > div {
	padding: 0 10px;
	width: 33%;
	/*  float: left;*/
	border-right: 1px dashed #CB2837;
	color: #CB2837;
}
#mddNav .mddWrap .mddInner > .dropContent > div:last-child {
  margin-right: 0;
  border-right: none;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li {
	line-height: 40px;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a {
	color: #CB2837;
	text-decoration: none;
	display:block;
	padding: 0 10px;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
	color: #CB2837;
	background-color:#fff3f4;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li i {
	margin-right: 0.5em;
	font-size: 10px;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:link {
  text-decoration: none;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li.blank a:after{
	margin: 0 0 0 2%;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background: url(../images/common/blank_icon_r.png) no-repeat;
	background-size:12px 10px;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li.pdf a:after{
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 16px;
	color: #cb2837;
	background: none;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
  text-decoration: none;
}
#mddNav .mddWrap .mddInner p {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 1.6em;
  border-left: #cb2937 5px solid;
  font-size: 16px;
  font-weight:  bold;
  color:  #333;
}
#mddNav .mddWrap .mddInner p strong {
  font-size: 1.1em;
  display: block;
}
#mddNav .mddWrap .mddInner > div span {
  margin-bottom: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 1100px){
#mddNav {
	background: #CB2837;
	font-size: 13px;
}
#mddNav > ul > li {
	padding: 0;
	display:inline-block;
}
#mddNav > ul > li:last-child {
	font-size:13px;
	padding: 0px;
}
#mddNav > ul > li > a {
  padding: 0 10px;
}

}

@media only screen and (max-width: 970px){
#mddNav {
	display:none;
}
}



/* 下層ページ　メインイメージ
------------------------------------- */
#main .mainimg {
	margin: -3% 0 0;
}
#main .mainimg img {
	width:100%;
	height:auto;
}
@media only screen and (max-width: 970px){
#main .mainimg {
	margin: 0;
}
}
/* タイトル　パンくず
------------------------------------- */
#contents .innarWrap {
	max-width:1080px;
	margin: 0 auto;
	padding: 0 10px;
}
#titleNav {
	background-color:#eeeeee;
	line-height:1.5em;
	margin: 0 0 65px;
}
#titleNav:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#contents #titleNav .innarWrap {
	padding: 50px 10px;
}

#contents #titleNav .innarWrap:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#titleNav .title {
	float: left;
	font-size: 28px;
	line-height: 1;
}
#titleNav #pankuzu {
	float: right;
	font-size: 13px;
	text-align: right;
	/*margin: 10px 0;*/
	width: 62%;
}
#titleNav #pankuzu a:hover {
	color: #CB2837;	
}






/* サイドなび
------------------------------------- */
#sidenav {
	float: left;
	width: 22.222222222%;
	padding: 0 0 50px;
}
#sidenav .title {
	color: #FFF;
	background: #CB2837;
	font-weight: bold;
	font-size: 15px;
	line-height: 58px;
	padding: 0px 0px 0px 5%;
	margin: 0px 0px 10px;
}
#sidenav .title a {
	color: #FFF;
}
#sidenav ul {
	margin: 0px 0px 10px;
}
#sidenav .menu li {
	line-height: 1.3em;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
}
#sidenav .menu li:first-child {
	border-top: 1px solid #e0e0e0;
}
#sidenav .menu li a {
	display: block;
	padding: 15px 0px 15px 10px;
	background-color: #f3f3f3;
}
#sidenav .menu li a:hover {
	background-color: #e0e0e0;
}
#sidenav .mab20 {
	margin: 0px 0px 20px;
}
#sidenav .st  {
	margin: 0px 0px;
	width: 100%;
	height: 54px;
	min-height: 54px;
	display: table;
	table-layout: fixed;
}
#sidenav .st.ma0  {
	margin: 0px;
}
#sidenav .st a  {
	color: #000;
	display:table-cell;
	vertical-align:middle;
	background: #f3f3f3;
	border-top: 1px solid #e0e0e0;
	padding: 0px 0px 0px 5%;
}
#sidenav ul .subj {
	line-height: 1.5em;
	padding: 15px 0 0 1.5em;
	text-indent: -1.5em;
}
#sidenav ul .subj:last-child {
	padding: 15px 0 5px 1.5em;
}
#sidenav ul .subj:before{
	margin: 0 5% 0 1%;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/common/sn_point.gif);
	background-size: contain;
	vertical-align: middle;
}
#sidenav .st a:hover , #sidenav ul .subj a:hover  {
	color:#CB2837;
}

#sidenav .blank a:after{
	float:  right;
	margin: 0 5% 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background: url(../images/common/blank_icon_r.png) no-repeat;
	background-size:12px 10px;
}

.innar {
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px 10px;
}

@media only screen and (max-width: 768px){
/* 下層ページ　メインイメージ
------------------------------------- */
#main .mainimg {
	padding: 0;
	margin:  0;
}
#main .mainimg img {
}

/* タイトル　パンくず
------------------------------------- */
#contents .innarWrap {
	max-width:1080px;
	margin: 0 auto;
	padding: 0 5% 15px;
}
#titleNav {
	background-color:#eeeeee;
	line-height: 100%;
	margin: 0 0 20px;
}
#titleNav:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#contents #titleNav .innarWrap {
	padding: 10px 5% 15px;
}

#titleNav .title {float: none;font-size: 22px;line-height: 1.5em; width: auto;}
#titleNav #pankuzu {
	width: auto;
	text-align: left;
	float: none;
	line-height: 1.5em;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 5px 0px 0px;
}
#titleNav #pankuzu a:hover {
	color: #CB2837;	
}



/* サイドなび
------------------------------------- */
#sidenav {
	float: none;
	width: auto;
}
#sidenav .title {
	font-size: 14px;
	line-height: 45px;
	padding: 0px 0px 0px 3%;
}
#sidenav .title a {color:  #fff;}
#sidenav ul {
	margin: 0px 0px 10px;
}
#sidenav .mab20 {
	margin: 0px 0px 20px;
}
#sidenav .st  {
    min-height:  50px;
    display:  block;
}
#sidenav .st a  {
	display: block;
	padding: 15px 0px 15px 5%;
}
#sidenav ul:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#sidenav ul .subj {width: 48%;float: left;line-height:  1.5em;text-indent: 0em;padding:  10px 0;}
#sidenav ul .subj:nth-child(even) {float: right;}
#sidenav ul .subj:last-child {
	padding:  10px 0;
}
#sidenav ul .subj:before{
	margin: 0 3% 0 0;
	content: " ";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(../images/common/sn_point.gif);
	background-size: contain;
	vertical-align: middle;
}
#sidenav ul .st a:hover , #sidenav ul .subj a:hover {
	color: #CB2837;
}
.innar {
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px 10px;
}
}



/****************************************
　メイン部分
*****************************************/
#main {
	position: relative;
}
#main .header {
	left: 0px;
	top: 0px;
	width: 100%;
}

@media only screen and (max-width: 768px){
#main {
	position: static;
	margin: 0;
}
#main .header {
	position: static;
}
}



/* コンテンツ
------------------------------------- */
#contentR {
	float: right;
	width: 74.075%;
	padding: 0px 0px 130px;
}
@media only screen and (max-width: 768px){
#contentR {
	float: none;
	width: auto;
	padding: 0 0 50px;
}
}

h3.red_title {
	border-left: 5px solid #cb2837;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
h3.red_title_line {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0px 40px;
	border-bottom: 3px solid #f3f3f3;
	padding: 0px 0px 15px;
}
h3.red_title_line::before {
	margin: 0 15px 0 0;
	content: " ";
	display: inline-block;
	padding: 0px;
	vertical-align: middle;
	background: #cb2837;
	height: 30px;
	width: 5px;
}
h4.hoshin {
	background: #eeeeee;
	position: relative;
	border-top: 1px solid #dcdcdc;
	border-bottom: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0.7em 0px 0.7em 0.8em;
	margin: 0px 0px 15px;
}
h4.hoshin::before {
	margin: 0;
	content: " ";
	display: inline-block;
	width: 0px;
	height: 0px;
	background: none;
	vertical-align: middle;
}
h4.hoshin::after {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 13%;
	height: 1px;
	background-color: #c31a27;
}

h4 {
	font-size: 18px;
	border-bottom: 3px solid #e5e5e5;
	padding: 0.7em 0px 0.7em;
	margin: 0px 0px 15px;
}
h4::before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/common/title_icon.gif);
	background-size: contain;
	vertical-align: middle;
}

h5 {
	font-size: 18px;
	border-bottom: 3px solid #e5e5e5;
	padding: 0.7em 0px 0.7em;
	margin: 0px 0px 15px;
}
h5::before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/common/title_icon.gif);
	background-size: contain;
	vertical-align: middle;
}
h6 {
	font-weight: bold;
	margin: 0px 0px 10px;
}



@media only screen and (max-width: 768px){
h3.red_title {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
h3.red_title_line {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 20px;
}
h3.red_title_line p {
	padding: 0px 0px 0px 15px;
}
h4.hoshin {
	font-size: 14px;
	padding: 0.5em;
	margin: 0px 0px 10px;
	text-indent: 0;
}
h4.hoshin::after {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 13%;
	height: 1px;
	background-color: #c31a27;
}

h4 {
	font-size: 14px;
	margin: 0px 0px 10px;
	padding: 0.5em 0 0.5em 1.3em;
	text-indent: -1.3em;
}
h4::before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
}

h5 {
	font-size: 14px;
	margin: 0px 0px 10px;
	padding: 0.5em 0 0.5em 1.3em;
	text-indent: -1.3em;
}
h5::before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
}
}

.titleGray {
	background: #f3f3f3;
	line-height: 60px;
	padding: 0px 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px;
}

@media only screen and (max-width: 768px){
.titleGray {
	line-height: 1.5em;
	padding: 10px;
	font-size: 12px;
	margin: 0px 0px 10px;
}
}




/*++++++++++++++++++++++++++++++++++++
+
+　検索ボタンアコーディオン
+
+++++++++++++++++++++++++++++++++++++*/
.animate-toggle-title {
  float: right;
  position:relative;
  cursor:pointer;
}
#search {
	width: 65px;
	height: 70px;
	background-image: url(../images/common/search_icon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	text-indent: -9999px;
	display: block;
}
#square-button {
  width: 35px;
  height: 70px;
  background: #232323;
}
#square-button.blue {
  background: #21759b;
}

#search.active {
	background-image: url(../images/common/search_icon_batsu.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}

.animate-toggle-title img {
}
.animate-toggle-block {
  float: left;
  height: 70px;
  width: 660px;
  display:none;
  text-align: left;
}
.side_contact {
	font-weight:bold;
	color:#FFF;
}
.side_con_box {
	width: auto;
	z-index:1000;
	position:relative;
}
.animate-toggle-block .bt01 a,
.animate-toggle-block .bt02 a{
	display:block;
	color:#e60012;
}
.animate-toggle-block .bt01 a:hover,
.animate-toggle-block .bt02 a:hover {
	color:#000;
}
.animate-toggle-block .bt01 {
	margin: 5px 10px;
	background-color:#FFF;
	width: 500px;
	text-align:center;
}





.accordion_ul section .btn {
    background-color: #9CF;
    border-bottom: solid 1px #59ACFF;
    margin-bottom: 1px;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
 
.accordion_ul section .btn:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
.accordion_ul section .btn:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #9CF;
}
 
.accordion_ul section .btn.active:before {
  margin-top: -2px;
}
 
.accordion_ul section .btn.active:after {
  margin-top: 3px;
}
 
 
.accordion_ul section li a {
    position: relative;
    display: block;
}
 
.accordion_ul section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #9CF;
}
 
.accordion_ul section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}






/*　検索ボタン　*/
dl.search2{
	position:relative;
	height: 70px;
}
dl.search2 dt{
    background:  #eee;
}
dl.search2 dt input{
	width: 87%;
	height: 45px;
	line-height: 45px;
	background:none;
	border:none;
	padding:  10px;
	font-size: 18px;
}
dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search2 dd button{
	display:block;
	border:  none;
	padding: 20px;
	background:  none;
}
dl.search2 dd button span{
	display: block;
	width: 26px;
	height: 27px;
	background-attachment: scroll;
	background-image: url(../images/common/search_icon2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#sp_navi input {
	margin: 0 auto;
	height: 41px;
	background:#f3f3f3;
	border:none;
	width: 80%;
	float:  left;
}
#sp_navi .search_btn {
	border: none;
	padding: 12px;
	float: left;
	background: #f3f3f3;
	cursor: pointer;
}
#sp_navi .search_btn span{
	display: block;
	width: 17px;
	height: 17px;
	background-attachment: scroll;
	background-image: url(../images/common/search_icon2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}





/*　ワンクッション　アコーディオン　*/
.nav .content {
	padding: 0;
	z-index: 1000;
	position:relative;
}

.nav .content a {
    display: block;
    text-decoration: none;
    color: #000;
}


.nav .content .button {
	width: 50%;
	margin: 0 auto;
	background: #f0f0f0;
	line-height: 30px;
	text-align:center;
	font-size: 12px;
	border-radius: 6px;
}
.nav .content .button , .nav .content .close {
	cursor: pointer;
}

.nav .content .button:after{
	font-size:14px;
	margin: 0 10px 0 0;
	content: "+";
	display: inline-block;
	vertical-align: middle;
	color: #cb2837;
	float:right;
}
.nav .content .close {
	width: 50%;
	background: #f0f0f0;
	line-height: 30px;
	text-align:center;
	font-size: 12px;
	border-radius: 6px;
}
.nav .content .close:after{
	font-size: 20px;
	margin: 0 10px 0 0;
	content: "-";
	display: inline-block;
	vertical-align: middle;
	color: #cb2837;
	float:right;
	font-weight:  normal;
}


.nav .content ul {
    margin: 0 0 -15px;
    padding: 0;
    list-style: none;
}
.nav .content li {
	overflow-y: hidden;
	border-bottom: 1px solid #CCC;
	padding: 15px 10px;
	background-color: #FFF;
}
.nav .content li a:after{
	margin: 5px 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(../images/common/arrow_r.png);
	float:right;
}
.nav .content li:first-child {
	margin: 15px 0 0;
}
.nav .content li:last-child {
	padding: 15px 10px 20px;
}




/*　ワンクッション　ナビゲーション　*/
#nav_area .nav_box {
	margin: 0px 2% 100px 0px;
	float: left;
	width: 31.5%;
}
#nav_area .nav_box2 {
	margin: 0px 2% 0px 0px;
}
#nav_area .nav_box:nth-child(3n) {
	margin: 0px 0px 100px;
}
#nav_area .nav {
	margin: 0 0 45px;
	border: none;
}
#nav_area .nav2 {
	margin: 0 0 15px;
}
#nav_area .nav .into {
	padding: 0px 0px 15px;
	border-bottom: 1px solid #CCC;
	margin:0 0 -15px;
}
#nav_area .nav .into.h60 {
	min-height: 60px;
}
#nav_area .nav .into.h85 {
	min-height: 85px;
}
#nav_area .nav .st {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	background: #f3f3f3;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
	height: 60px;
}
#nav_area .nav .st a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px 0 20px;
  position:  relative;
  z-index:100;
    transition-delay: 0.7s;
  transition: 0.5s;
}

#nav_area .nav .st a::after {
  position: absolute;
  top: 0%;
  right: .15em;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/arrow_w.png) no-repeat center center;
  background-size: 18px 18px;
  height: 60px;
  width: 60px;
  float: right;
  transition: all .2s;
}

#nav_area .nav .st a:hover {
	color:#fff;
}
#nav_area .nav .pdf a:hover {
	color:#fff;
}
#nav_area .nav .st a:hover::after {
  right: -.2em;
}
#nav_area .nav .st a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  float: right;
  background: #cb2937;
}

#nav_area .nav .blank a:before{
	content: "";
	width:60px;
	height:60px;
	background-color: #a0a0a0;
	text-align:center;
	position: absolute;
	right: 0;
	top: 0;
	color:#FFF;
}
#nav_area .nav .blank a:after   {
	position: absolute;
	top: 0%;
	right: .15em;
	content: " ";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/common/blank_icon_w.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	height: 60px;
	width: 60px;
	float: right;
	transition: all .2s;
	background-position: center center;
	color:#FFF;
}
#nav_area .nav .pdf {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	background: #f3f3f3;
	margin: 0px 0px 15px;
	display: table;
	width: 100%;
	height: 60px;
}
#nav_area .nav .pdf a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  position:  relative;
}

#nav_area .nav .pdf a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  float: right;
}
#nav_area .nav .pdf a:after {
	background: none;
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #fff;
	height: 60px;
	width: 40px;
	position:  absolute;
	top: 0;
	right:  0;
	line-height:  60px;
	font-weight: normal;
}
#nav_area .nav .pdf a:hover:after {
	color: #fff;
}

/* Bounce To Left */
.hvr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CB2837;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr:hover, .hvr:focus, .hvr:active {
  color: #fff;
}
.hvr:hover:before, .hvr:focus:before, .hvr:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.st.hvr:before {
  background: #CB2837;
  z-index:1;
}
.blank.hvr:before {
  background: #a0a0a0;
  z-index:1;
}


#nav_area .nav .img {
	float: left;
	width: 20.588235294%;
}
#nav_area .nav .text {
	float: right;
	width: 76%;
}


@media only screen and (max-width: 768px){
#nav_area {
	margin: 0px 0px 50px;
}
#nav_area .nav_box {
	float:none;
	margin: 0px 0px 30px 0px;
	width: auto;
}
#nav_area .nav_box:nth-child(3n) {
	margin: 0px;
}
#nav_area .nav {
	margin: 0 0 15px;
	border: none;
	text-align: left;
}
#nav_area .nav2 {
	margin: 0 0 30px !important;
}
#nav_area .nav .into {
	padding: 0px;
	border-bottom: none;
	animation:;
	margin:  0 0 15px;
}
#nav_area .nav .into.h60 {
	min-height: auto;
}
#nav_area .nav .into.h85 {
	min-height: auto;
}
#nav_area .nav:nth-child(even){
	float: none;
}

#nav_area .nav .st {
	font-size: 14px;
	margin: 0px 0px 10px;
	height: 45px;
}
#nav_area .nav .st a {
  padding: 0 0 0 15px;
}

#nav_area .nav .st a::after {
  background-size: 15px 15px;
  height: 45px;
  width: 45px;
}

#nav_area .nav .st a:hover {
	color:#fff;
}
#nav_area .nav .st a:hover::after {
  right: -.2em;
}
#nav_area .nav .st a::before {
  height: 45px;
  width: 45px;
}



#nav_area .nav .blank a:after{
	content: " ";
	vertical-align: middle;
	background-size: 12px 10px;
	height: 45px;
	width: 45px;
	float: right;
	background-color: #a0a0a0;
	background-image: url(../images/common/blank_icon_w.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav_area .nav .st:after{
	height: 0px;
	width: 0px;
	float: none;
	background: none;
}
#nav_area .nav .blank:after{
	height: 0px;
	width: 0px;
	float: none;
	background: none;
}

#nav_area .nav .pdf {
	font-size:14px;
	height:  45px;
}
#nav_area .nav .pdf a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  position:  relative;
}

#nav_area .nav .pdf a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 45px;
  float: right;
  line-height:  45px;
}
#nav_area .nav .pdf a:after {
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 10px;
	font-size: 13px;
	color: #fff;
	height: 45px;
	width: 45px;
	position:  absolute;
	top: 0;
	right:  0;
	line-height: 45px;
	text-align: center;
}
#nav_area .nav .pdf a:hover:after {
	color: #fff;
}



#nav_area .nav .txt14 {
	font-size: 12px !important;
}
#nav_area .nav .img {
	width: 25%;
	margin: 0 3% 1% 0;
}
#nav_area .nav .text {
	float: none;
	width: auto;
}

}

#full img {
  display: none;
}

#full img:first-child  {
  display: inline;
}






.ma0 {margin: 0 !important;}
.ma_t5 {margin-top: 5px;}
.ma_t8 {margin-top: 8px;}
.ma_t10 {margin-top: 10px;}
.ma_t15 {margin-top: 15px;}
.ma_t20 {margin-top: 20px;}
.ma_t25 {margin-top: 25px;}
.ma_t30 {margin-top: 30px;}
.ma_t35 {margin-top: 35px;}
.ma_t40 {margin-top: 40px;}
.ma_t50 {
	margin-top: 50px;
}
.ma_t60 {
	margin-top: 60px;
}






/* ----------------------------------------
 *  Core Style:
 * ---------------------------------------- */
#slideMenu {
	display:none;
}
@media only screen and (max-width: 970px){
#slideMenu {
	display: block;
}
.lastSidebar {
	width: 85%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	overflow: scroll;
	background: #cb2938;
}
#lastOverlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(0, 0, 0, 0.5);
}
body.noscroll {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;
}








/*++++++++++++++++++++++++++++++++++++
+
+　スマホナビゲーション
+
+++++++++++++++++++++++++++++++++++++*/
#slideMenu h2 {
	margin: 0;
	padding: 24px 16px;
}
.globalNavi {
	margin: 0;
}
#slideMenu .title {
	line-height: 60px;
	color: #cb2938;
	background: #f5f5f5;
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}
.globalNavi .nav1 li {
	font-size: 14px;
}
.globalNavi .nav1 li .fa  {
	margin: 0px 5px 0px 0px;
	font-size: 10px;
}
.globalNavi .nav1 li a {
	padding: 0px 0px 0px 15px;
	display: block;
	line-height: 3em;
	color: #bb1425;
	text-decoration: none;
	background: #FFF;
}
.globalNavi .nav1 li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #bb1425;
}
.globalNavi .nav2 {
	background: #f5f5f5;
	font-size: 12px;
}
.globalNavi .nav2 ul {
	margin: 0px 5%;
}
.globalNavi .nav2 ul li {
	float: left;
	width: 48%;
	line-height: 35px;
	border-bottom: 1px dotted #bb1425;
}
.globalNavi .nav2 ul li:nth-child(5) , .globalNavi .nav2 ul li:nth-child(6) {
	border-bottom: none;
}
.globalNavi .nav2 ul li:nth-child(even) {
	float: right;
}
.globalNavi .nav2 ul li a {
	display: block;
	color: #bb1425;
}
.globalNavi .nav2 li .fa {
	margin: 13px 0px 0px 5px;
	font-size: 10px;
	float: right;
}
.globalNavi .nav3 {
	color: #FFF;
	padding: 0px 0px 30px;
}
.globalNavi .nav3 .sns_area {
	padding: 15px 0;
	background: #fff;
	margin:  0 0 20px;
}
.globalNavi .nav3 .sns_icon {
	text-align: center;
}
.globalNavi .nav3 .sns_icon li {
	display: inline-block;
	text-align: center;
	font-size: 35px;
	margin: 0px 10px;
	width: 10%;
}
.globalNavi .nav3 .sns_icon li a {
	color: #FFF;
}
.globalNavi .sns_title {
	font-size: 14px;
	display: inline-block;
	margin: auto auto 10px;
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	color: #cb2a38;
	font-weight:  bold;
}
.globalNavi .sns_title:before, .globalNavi .sns_title:after {
    content: '';
    position: absolute;
    top: 0;
    height: 25px;
    width: 1px;
    background: #cb2a38;
}
.globalNavi .sns_title:before {
    -webkit-transform: translate(-40px, 0) rotate(-25deg);
    transform: translate(-10px, 0) rotate(-25deg);
    margin: 0px 0 0 0px;
}
.globalNavi .sns_title:after {
    -webkit-transform: translate(40px, 0) rotate(25deg);
    transform: translate(0px, 0) rotate(25deg);
    margin: 0px 0px 0 10px;
}
.globalNavi .mykonan {
	border: 2px solid #FFF;
	background: #BB1924;
	text-align: center;
	margin: 0px 5% 20px;
	padding: 10px 0px;
}
.globalNavi .mykonan img {
	width:auto;
	height:30px;
}
.globalNavi .mykonan a {
	display:block;
}
.globalNavi .nav3 .btn {
	margin: 0px 5%;
	font-size: 12px;
}
.globalNavi .nav3 .btn li .fa {
	margin: 0px 5px 0px 0px;
}
.globalNavi .nav3 .btn ul li {
	float: left;
	width: 48%;
	text-align: center;
	line-height: 35px;
	background: #FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.globalNavi .nav3 .btn ul li:last-child {
	float: right;
}
.globalNavi .nav3 .btn ul li:last-child:before {
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/common/sp_nav_icon.png);
	background-size: contain;
	vertical-align: middle;
}
.globalNavi .nav3 .btn ul li a {
	color: #CB2938;
}
.my_link {
	width: 90%;
	margin: 20px auto 0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.my_link ul {text-align: center;}
.my_link ul li {
	line-height: 25px;
	text-align: center;
	display: inline-block;
	width: 48%;
	border-left: solid 1px #fff;
}
.my_link ul li:last-child {
	border-left: solid 1px #fff;
	border-right:  solid 1px #fff;
}
.my_link ul li a {
	color: #FFF;
	display:block;
}

.triggerBtn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	background: none;
}

#menuTrigger,
#menuTrigger span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .4s;
}
#menuTrigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	/* 50%でもOK */
	background-color: #cb2837;/* 円の色 */
	text-align: center;
}
#menuTrigger p {
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	right: 0px;
}
#menuTrigger.active {
	/* 円の色 */
}

#menuTrigger span {
	width: 20px;
	height: 2px;
	position: absolute;
	border-radius: 4px;
	background-color: #FFFFFF;
	left: 18px;
}

#menuTrigger span:nth-of-type(1) {
	top: 20px;
}
#menuTrigger span:nth-of-type(2) {
	top: 25px;
}
#menuTrigger span:nth-of-type(3) {
	top: 30px;
}
#menuTrigger.active span:nth-of-type(1) , #menuTrigger.active span:nth-of-type(2) , #menuTrigger.active span:nth-of-type(3) {
	background-color: #FFF;/* 円の色 */
}


#menuTrigger.active span:nth-of-type(1) {
}
#menuTrigger.active span:nth-of-type(2) {
	opacity: 0;
}
#menuTrigger.active span:nth-of-type(3) {
}
#menuTrigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2px) rotate(-45deg);
	transform: translateY(2px) rotate(-45deg);
}
#menuTrigger.active span:nth-of-type(2) {
	opacity: 0;
}
#menuTrigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#lastOverlay {
	background: rgba(0, 0, 0, 0.5);
}



}





/*++++++++++++++++++++++++++++++++++++
+
+　マージン
+
+++++++++++++++++++++++++++++++++++++*/
.ma_b5 {margin-bottom: 5px;}
.ma_b10 {margin-bottom: 10px !important;}
.ma_b15 {margin-bottom: 15px;}
.ma_b20 {margin-bottom: 20px;}
.ma_b21 {margin-bottom: 21px;}
.ma_b25 {margin-bottom: 25px;}
.ma_b30 {margin-bottom: 30px !important;}
.ma_b35 {margin-bottom: 35px;}
.ma_b40 {margin-bottom: 40px;}
.ma_b45 {margin-bottom: 45px;}
.ma_b50 {margin-bottom: 50px;}
.ma_b60 {margin-bottom: 60px;}
.ma_b80 {margin-bottom: 80px;}
.ma_b90 {margin-bottom: 90px;}
.ma_b100 {margin-bottom: 100px;}
.ma_b150 {margin-bottom: 150px;}

.ma_l2 {margin-left: 2px;}
.ma_l5 {margin-left: 5px;}
.ma_l10 {margin-left: 10px;}
.ma_l15 {margin-left: 15px;}
.ma_l20 {margin-left: 20px;}
.ma_l25 {margin-left: 25px;}
.ma_l40 {margin-left: 40px;}
.ma_l60 {margin-left: 60px;}
.ma_l110 {margin-left: 110px;}

.ma_r2 {margin-right: 2px;}
.ma_r3 {margin-right: 3px;}
.ma_r5 {margin-right: 5px;}
.ma_r10 {margin-right: 10px;}
.ma_r12 {margin-right: 12px;}
.ma_r15 {margin-right: 15px;}
.ma_r16 {margin-right: 16px;}
.ma_r20 {margin-right: 20px;}
.ma_r25 {margin-right: 25px;}
.ma_r30 {margin-right: 30px;}
.ma_r40 {margin-right: 40px;}
.mr0 {margin-right:0 !important;}
.pd_t5 {padding-top: 5px;}
.pd_t10 {padding-top: 10px;}
.pd_t15 {padding-top: 15px;}
.pd_t20 {padding-top: 20px;}
.pd_t30 {padding-top: 30px;}
.pd_t40 {padding-top: 40px;}
.pd_t50 {padding-top: 50px;}
.pd_b5 {padding-bottom: 5px;}
.pd_b10 {padding-bottom: 10px;}
.pd_b15 {padding-bottom: 15px;}
.pd_b20 {padding-bottom: 20px;}
.pd_r5 {padding-right: 5px;}
.pd_r10 {padding-right: 10px;}
.pd_r15 {padding-right: 15px;}
.pd_r20 {padding-right: 20px;}
.pd_l30 {padding-left: 30px;}
.pd_l25 {padding-left: 25px;}
.pd_l20 {padding-left: 20px;}
.pd_l15 {padding-left: 15px;}
.pd_l11 {padding-left: 11px;}
.pd0 { padding: 0 !important;}


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

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

.txt_normal {font-weight:normal}

.txt_gray {color: #666666;}
.txt_pink {color: #FF3366;}
.txt_orange {color: #FF6600;}
.txt_blue {color: #0099FF;}
.txt_blue2 {
	color: #005DAA;
	font-weight: bold;
	font-size: 14px;
}
.txt_green {
	color: #80C005;
}
.txt_green2 {color: #336600;}
.txt_green3 {color: #179e5f;}

.txt_green14b {
	color: #00865D;
	font-size: 14px;
	font-weight: bold;
}
.txt_green14b2 {
	color: #336600;
	font-size: 14px;
	font-weight: bold;
}
.txt_green14b3 {
	color: #6C9B00;
	font-size: 14px;
	font-weight: bold;
}
.txt_red {
	color: #C31A27;
}
.txt_red14b {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.txt_gray {color: #888888;}
.txt_gray2 {
	color: #CCC;
}
.txt_white {
	color: #FFF;
}

.txt10 {font-size: 10px !important;}
.txt10_sup {
	font-size: 10px;
	line-height: 10px;
	padding-top: -10px;
}
.txt11 {font-size: 11px;}
.txt11fw_n {
	font-size: 11px;
	font-weight: normal;
}
.txt12 {font-size: 12px !important;}
.txt14 {font-size: 14px !important;}
.txt15 {font-size: 15px !important;}
.txt16 {font-size: 16px !important;}
.txt18 {font-size: 18px !important;}
.txt22 {font-size: 22px !important;}
.txt22b {
	font-size: 22px;
	font-weight: bold
}
.txt20b {
	font-size: 20px;
	font-weight: bold
}
p.indents {
	text-indent: -1em;
	padding-left: 1em;
}
p.indents2 {
	text-indent: -2em;
	padding-left: 2em;
}
p.indents3 {
	text-indent: -2.5em;
	padding-left: 2em;
}
.attention {

}


.view-first {
	overflow:hidden !important;
	height:250px;
}
.view-first.small {
	overflow:hidden !important;
	height:168px;
}
.view-first img {
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}

.view-first:hover img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   opacity:0.5;
}

/*---- FOR SP ----*/
@media only screen and (max-width: 768px){
.view-first {
	overflow:hidden;
	height:auto;
}
.view-first.small {
	overflow:hidden;
	height:auto;
}
.ma_b80 {margin-bottom: 40px;}
.ma_t88 {margin-top: 88px;}
.txt_pink {
	color: #ec7160;
}
.lineH_15 {
	line-height:1.5em !important;
}
}

.print_style .bg_gray {
	background: #f3f3f3;
}
.print_style .w20 {
	width:20%;
}
.print_style .tc {
	text-align:center;
}
.print_style .ttate {
	writing-mode: tb-rl; /* IE用 */
	writing-mode: vertical-rl; /* Chrome、Firefox用 */
	margin: 0 auto;
	white-space: nowrap;
	width: 1em; /* firefox対策 */
	line-height: 1em; /* firefox対策 */
	text-orientation: upright;
}
.icon_hissu {
	color: #FFF;
	background-color: #333333;
	padding: 3px 5px;
	margin: 0 0 0 4px;
	text-align: center;
	font-size: 12px;
}
.icon_sentaku {
	color: #FFF;
	background-color: #878787;
	padding: 3px 5px;
	text-align: center;
	font-size: 12px;
	margin:  0 0 0 4px;
}
/*++++++++++++++++++++++++++++++++++++*/
footer .sitemap .link2 li .sns {
}
footer .sitemap .link2 li .sns li {
	margin: 0px 15% 0px 0px;
	float: left;
	width: 15%;
}
footer .sitemap .link2 li .sns li:last-child {
	margin: 0;
}
@media only screen and (max-width: 970px){
footer .sitemap .link2 li .sns {text-align:  center;}
footer .sitemap .link2 li .sns li {
	margin: 0;
	float: none;
	display:  inline-block;
	border:  none;
	text-align:  center;
	margin:  0 10px;
	padding: 0;
	width: 10%;
}
footer .sitemap .link2 li .sns li:last-child {
	margin: 0 10px;
}
}
















/****************************************
　ニュース
*****************************************/
#news_area {
	float: right;
	width: 74.075%;
	padding: 0px 0px 100px;
}
#news_area .news {
	padding: 0px 0px 30px;
}
#news_area .title {
	margin: 0px 0px 30px;
}
#news_area .title .st {
	font-size: 22px;
	text-align: center;
	margin: 0px auto;
	width: 22%;
}
#news_area .title .st span::before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/index/icon_news.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .title .btn_area {
	float: right;
	width: 33%;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px;
}
#news_area .title .btn_area ul .rss_btn {
	width: 15%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
	background: #9a9a9a;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
	border: solid 2px #9a9a9a;
}
#news_area .title .btn_area ul .rss_btn a:hover {
	color:#9a9a9a;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
}
#news_area .title .btn_area ul .cate_btn {
	width: 38%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#news_area .title .btn_area ul .cate_btn a {
	color: #cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .cate_btn a:hover {
	color: #fff;
	background:#cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 10px 5px 0px 0px;
	float: right;
}
#news_area .title .btn_area ul .ichiran_btn {
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 36%;
	text-align: center;
	line-height: 32px;
}
#news_area .title .btn_area ul .ichiran_btn a {
	background: #cb2837;
	color: #FFF;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .ichiran_btn a:hover {
	background: #FFF;
	color: #cb2837;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 13px 5px 0px 0px;
	float: right;
}


#news_area .news ul{
	border-bottom: 1px solid #e0e0e0;
	padding: 0 3%;
}
#news_area .news ul:first-child {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#news_area .news ul:hover {
	background: #faf9f6;
}
#news_area .news ul:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#news_area .news .day {
	width: 13%;
	float: left;
	padding: 10px 0;
	line-height: 26px;
}
#news_area .news ul .day .date {
	margin: 0 10px 0 0;
}
#news_area .news .cate {
	width: 15%;
	float: left;
	padding: 10px 0px;
	line-height: 26px;
	/* text-align:center; */
}
#news_area .news .cont  {
	width: 70%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
}

#news_area .icon {
	font-size: 11px;
	color: #FFF;
	min-width: 110px;
	max-width: 110px;
	letter-spacing: -0.1em;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 26px;
	margin: 0px 0px 2px;
}

@media only screen and (max-width: 1000px){
#news_area {
	float: none;
	width: auto;
	padding: 0 0 50px;
}
#news_area .news {
	padding: 0px 0 15px;
}
#news_area.index .news {
	padding: 0px 5% 15px;
}
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 30px 5% 0px;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn_area ul {
	text-align:center;
}
#news_area .title .btn_area ul li {
	display:inline-block;
	text-align:center;
	font-size:10px !important;
}
#news_area .title .btn_area ul .rss_btn {
	width: 80px;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	float: none;
	font-size: 10px;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
}
#news_area .title .btn_area ul .cate_btn {
	width: 150px;
	line-height: 23px;
	margin: 0px;
	float: none;
	padding: 0;
}
#news_area .title .btn_area ul .cate_btn a {
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 5px 3px 0px 0px;
}
#news_area .title .btn_area ul .ichiran_btn {
	width: 150px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .ichiran_btn a {
	padding: 0;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 7px 3px 0px 0px;
}
}
@media only screen and (max-width: 768px){
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 30px 5% 0px;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn_area ul {
	text-align:center;
}
#news_area .title .btn_area ul li {
	display:inline-block;
	text-align:center;
	font-size:10px !important;
}
#news_area .title .btn_area ul .rss_btn {
	width: 15%;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	float: none;
	font-size: 10px;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
}
#news_area .title .btn_area ul .cate_btn {
	width: 40%;
	line-height: 23px;
	margin: 0px;
	float: none;
	padding: 0;
}
#news_area .title .btn_area ul .cate_btn a {
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 5px 3px 0px 0px;
}
#news_area .title .btn_area ul .ichiran_btn {
	width: 40%;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .ichiran_btn a {
	padding: 0;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 7px 3px 0px 0px;
}
}

@media only screen and (max-width: 768px){
#news_area {
	padding: 0px 0px 30px;
}
#news_area .title {
	margin: 0px 0px 15px;
}
#news_area .title .st {
	font-size: 18px;
	width: auto;
	margin: 0 0 15px;
}
#news_area .title .st span::before{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/index/icon_news.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 0px 5% 0px;
}

#news_area .news{
}
#news_area .news ul{padding: 0 3%;}
#news_area .news ul:first-child {
}
#news_area .news ul:hover {
}
#news_area .news ul:after{
}
#news_area .news .day {
	width: auto;
	float: left;
	padding: 15px 0px 5px;
	line-height: 20px;
}
#news_area .news ul .day p {
	float: left;
}

#news_area .news .day:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .news .cate {
	float: left;
	padding: 15px 0px;
	line-height: 26px;
	/* text-align:center; */
	width: 70%;
}
#news_area .news .cate .icon {
	float: left;
	margin: 0 1px 0 0;
}
#news_area .news .icon {
	margin: 0 0 0 10px;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 20px;
}

#news_area .news .cont  {
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	float: none;
}
#news_area .news .cont:before {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .icon_stu {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon_oshi {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon_topics {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon_media {
	font-size: 11px;
	margin: 0 0 0 10px;
	min-width: 90px;
	max-width: 90px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news_area .icon {
	margin: 0 0 0 10px;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 20px;
}
#news_area .icon {
	font-size: 12px;
	color: #FFF;
	min-width: 100px;
	max-width: 130px;
	letter-spacing: -0.1em;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 25px;
	margin: 0px 0px 2px;
}
}




/*++++++++++++++++++++++++++++++++++++
+
+　ニュースアイコン一覧
+
+++++++++++++++++++++++++++++++++++++*/


#news_area .news .pdf:before , #event_area .news .pdf:before{
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .blank:before , #event_area .news .blank:before{
	margin: 0 2% 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .news .excel:before , #event_area .news .excel:before{
	content: "\f1c3";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .word:before , #event_area .news .word:before{
	content: "\f1c2";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}

/*文学部*/
#news_area .icon_letters {
	background: #EC6E74;
}
/*法学部*/
#news_area .icon_law {
	background: #ce93c0;
}
/*経済学部*/
#news_area .icon_econ {
	background: #00ab84;
}
/*経営学部*/
#news_area .icon_bus {
	background: #f28f43;
}
/*理工学部*/
#news_area .icon-sci {
	background: #5fbcd1;
}
/*理工学部*/
#news_area .icon_comm {
	background: #CB2837;
}
/*理工学部　物理学科*/
#news_area .icon-sci-phy {
	background: #f36e11;
}
/*理工学部　生物学科*/
#news_area .icon-sci-bio {
	background: #59b73e;
}
/*理工学部　機能分子化学科*/
#news_area .icon-sci-chem {
	background: #7974b6;
}
/*知能情報学部*/
#news_area .icon_ii {
	background: #998dc2;
}
/*マネジメント創造学部*/
#news_area .icon_cube {
	background: #b02863;
}
/*フロンティアサイエンス学部*/
#news_area .icon_first {
	background: #78acdd;
}

/*お知らせ*/
#news_area .icon-info {
	background: #4daadf !important;
}
/*TOPICS*/
#news_area .icon-topics {
	background: #009900 !important;
}
/*イベント*/
#news_area .icon-event {
	background: #c089dc !important;
}
/*更新*/
#news_area .icon-update {
	background: #cb2837 !important;
}
/*その他*/
#news_area .icon-other {
	background: #a9a9a9 !important;
}
/*KONANスポーツクラブ*/
#news_area .icon-club {
	background: #46c3a7 !important;
}
/*施設関係*/
#news_area .icon-facility {
	background: #ee832c !important;
}
/*メディア*/
#news_area .icon-media {
	background: #e33d6b !important;
}
/*学生*/
#news_area .icon-student {
	background: #eba92a !important;
}
/*重要*/
#news_area .icon-emergency {
	background: #c80000 !important;
}
/*グループワーク*/
#news_area .icon-group {
	background: #257bcc !important;
}
/*講演会・シンポジウム*/
#news_area .icon-lecture {
	background: #737373 !important;
}
/*金曜Reアワー*/
#news_area .icon-friday {
	background: #CC9900 !important;
}

#event_area .icon-oka {
	background: #CB2837;
}
#event_area .icon-nishi {
	background: #fe6758;
}
#event_area .icon-port {
	background: #02a8cb;
}
#event_area .icon-net {
	background: #ff6c00;
}
#event_area .icon-out {
	background: #505050;
}
/*ジュニアスポーツクラブ*/
#news_area .icon_club {
	background: #01b04f;
}
/*お知らせ*/
#news_area .icon_oshirase {
	background: #4daadf;
}
/*トピックス*/
#news_area .icon_topice {
	background: #78c402;
}


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

	
#news_area .news .pdf:after , #event_area .news .pdf:after{
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 0 0 1%;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .blank:before , #event_area .news .blank:before{
	margin: 0 0 0 0;
	display: block;
	width: 0px;
	height: 0;
}
#news_area .news .blank:after , #event_area .news .blank:after{
	margin: 0 0 0 2%;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(../images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .news .excel:after , #event_area .news .excel:after{
	content: "\f1c3";
	font-family: FontAwesome;
	margin: 0 0 0 1%;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#news_area .news .word:after , #event_area .news .word:after{
	content: "\f1c2";
	font-family: FontAwesome;
	margin: 0 0 0 1%;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
}





/****************************************
　ページャー
*****************************************/
.wp-pagenavi {
    overflow: hidden;
    list-style: none;
    text-align:center;
}
 
.wp-pagenavi {
    margin: 0 0.1em;
}
 
.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
    margin: 0 0.1em;
}

.wp-pagenavi a {
display: inline-block;
}
 
.wp-pagenavi a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
 
.wp-pagenavi a:hover {
    background: #333;
    color: #FFF;
}

@media only screen and (max-width: 768px){
.wp-pagenavi {}
.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 12px;
    padding: 0.5em;
} 
.wp-pagenavi a:hover {
    background: #333;
    color: #FFF;
}


}







/*=======================================
+
+　イベントカレンダー　インフォメーション
+
=======================================*/
.evifo {
}
.evifo li {
	text-indent: -3.1em;
	margin-left: 3.1em;
}


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









/*=======================================
+
+　インクルード化共存
+
=======================================*/
#contents .innarWrap {
	max-width:1080px;
	margin: 0 auto;
	padding: 0 10px;
}
#titleNav {
	background-color:#eeeeee;
	line-height:1.5em;
	margin: 0 0 65px;
}
#titleNav .innarWrap {
	max-width:1080px;
	margin: 0 auto;
	padding: 0 10px;
}
#titleNav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#titleNav .innarWrap {
	padding: 57px 10px;
}

#titleNav .innarWrap:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

@media only screen and (max-width: 768px){
#contents .innarWrap {
	padding: 0 5% 15px;
}
#titleNav {
	line-height: 100%;
	margin: 0 0 20px;
}
#titleNav:after {}
#titleNav .innarWrap {
	padding: 10px 5% 15px;
}
}





/* ===============================================
404
=============================================== */
.p404_st {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	background-color: #CB2837;
	color: #FFF;
	text-align: center;
	margin: 30px 0px 60px;
}
.p404_textB {
	text-align: center;
	margin: 0px 0px 30px;
}
.p404_textB .text1 {
	font-size: 80px;
	line-height: 1.5em;
	font-weight: bold;
}
.p404_textB .text2 {
	font-size: 20px;
	line-height: 1.5em;
}
.p404_text {
	line-height: 1.5em;
	text-align: center;
	margin: 0px 0px 120px;
}
@media only screen and (max-width: 768px){
.p404_st {
	margin: 30px 0px;
}
.p404_text {
	text-align: left;
	margin: 0px 0px 60px;
}
}
