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

body {
	margin: 0 auto;
}
body a,a:visited{
	color:  #333333;
	text-decoration:  none;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}
a:hover{
	color: #E96C0E;
}
a.visit {
	font-weight: 600;
}
a.visit:visited{
	color:  #E96C0E;
}
a.visit:hover{
	color:  #0C1D49;
}
.main{
	background-position: 50% 50%;
    animation: imganime1 1.5s ease-out;
}
p{
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	display: block;
	/*
	user-select:none;
	-webkit-user-select:none;
	-webkit-user-drag: none;
	-webkit-backface-visibility: hidden;
	*/
}

@media (min-width: 768px){
	.header img{
		width: 244px;
	}
	header .container{
		display: flex;
		justify-content: space-between;
	}
	.headerBtn{
		width: 450px;
	}
	.headC {
		display: none;
	}
	.headB {
		display: none;
	}
}
@media (max-width: 767px){
	.header img{
		width: 180px;
	}
	header .container{
		padding-left: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headerBtn {
		display: none;
	}
	.headC button{
		margin-right: 15px;
		padding: 0;
		border: 0;
		outline: none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
		display: block;
		background: #FFF;
	}
	.headC button:hover{
		opacity: 0.3;
	}
	.headB {
		display: none;
	}
}
header .container {
	max-width: 980px;
	margin: 15px auto;
}
@media (max-width:980px) {
	.header {
		margin: 0 0 0 15px;
		max-width: 244px;
	}
	.headerBtn {
		margin: 0 15px 0 0;
	}
}
.headerBtn .topBtn img{
	float: right;
	width: 100%;
	max-width: 323px;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	border-radius: 5px;
}
.headerBtn .topBtn::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.headerBtn .topBtn img:hover{
	opacity: 0.6;
}
.headerBtn .topBtnText img{
	width: 100%;
	max-width: 266px;
}
.shadow {
	position: absolute;
	box-shadow:0 5px 5px rgba(0,0,0,0.2) inset;
	width: 100%;
	height: 10px;
	z-index: 1;
}
.headerBtn ul.header_list{
	text-align: right;
	bottom: 0;
}
/*-- 英語・お問合せ・最新情報 --*/
.headerBtn.header_list {
	position: relative;
}
.headerBtn.header_list ul.header_list {
	position: absolute;
	bottom: 0;
	right: 0;
}
.headerBtn ul.header_list li{
	padding-left: 12px;
	font-size: 14px;	
	background: url(../../images/common/ar_black.png) no-repeat;
	background-position: 0 7px;
	line-height: 1.4;
	display: inline;
	margin-left: 15px;
	font-weight: 700;
	font-style: normal;
}
.headerBtn ul.header_list li a{
	color:  #343434;
	text-decoration:  none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	border-bottom: none;
}
.headerBtn ul.header_list li a:hover{
	color: #E96C0E;
}

.bg-mask {
  height: auto;
  background: rgba(255,255,255,0.5);
}
.center {
	margin-left: auto!important;
	margin-right: auto!important;
}
p.news_link {
	padding: 0 0 0 18px;
	background: url(../../images/common/btn1.jpg) no-repeat;
	background-position: 0 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

/*-- リンク --*/
.link_list_wrap {
	display: flex;
	flex-wrap: wrap;
}
.link_list a,
.link_list a:visited{
	font-size: 14px;
	font-weight: 700;
	color: #343434;
	line-height: 1.2;
	margin-top: 10px;
	border-bottom: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.link_list a:hover{
	color: #E96C0E;
}
.listmark_normal a {
	padding-left: 3px;
}
.listmark_normal:before { /*-- 「・」 --*/
	content: '・';
	width: 2em;
	height: 2em;
	position: relative;
	top: 1px;
}
.listmark_tri { /*-- 「▶」 --*/
	position: relative;
}
.listmark_tri a {
	padding-left: 20px;
}
.listmark_tri:before { 
	content: '';
	width: 18px;
	height: 7px;
	display: block;
	position: absolute;
	top: 11px;
	left: 7px;
	background:  url("../images/common/ar_black.png") no-repeat;
}


/*-- form --*/
#form02{
	margin-top: 15px;
    height: 30px;
}
#form02 input{
    vertical-align: top;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
@media (max-width: 980px) {
	#form02{
		margin: 15px 0 15px 0;
	}
	#input02{
		max-width: 200px;
	}
}
#input02{
    vertical-align: top;
    max-width: 260px;
	line-height: 28px;
	width: 100%;
    padding-left: 10px;
	border: 1px solid #333333;
	outline: 0;
}
#submit02{
	margin-left: -4px;
    width: 30px;
	height: 30px;
    border: 1px solid #343434;
    background: url("../../images/common/hatena.gif") no-repeat;
	background-position: left top;
}
adress {
	max-width: 980px;
	display: block;
	text-align: right;
	margin: 20px auto 10px auto;
	padding-bottom: 3px;
	font-size: 12px;
	font-style: normal;
	color: #777575;
}

/*-- --*/
.content {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	max-width: 735px;
	width: 100%;
}
.main.web {
	max-width: 980px;
	width: 100%;
}
.main.all {
	max-width: 980px;
	width: 100%;
}
.shadowPage {
	position: absolute;
	box-shadow:0 5px 5px rgba(0,0,0,0.2) inset;
	width: 100%;
	height: 10px;
	z-index: 1;
}
.header_line {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 2px;
	z-index: 1;
}

@media (max-width: 767px) {
	.shadowPage {
		display: none;
	}
}
.pageImage img{
	width: 100%;
	max-width: 740px;
}
p.pageImageBack {
	position: absolute;
	height: 298px;
	width: 100%;
	top: 256px;
	background: #DFEFFF;
	z-index: -1;
}
@media (max-width: 979px) {
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	p.pageImageBack {
		display: none;
	}
}
@media (max-width: 767px) {
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.main h2.title {
	font-style: normal;
	font-size: 26px;
	border-left: 5px solid #E96C0E;
	padding: 5px 0 10px 10px;
	margin: 10px 0 15px 0;
	line-height: 1.4;
	background: linear-gradient(-135deg,#FFFFFF,#fff5e6);
}
.main h2.title p{
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (min-width: 768px) {
	.main h2.title p{
		height:48px;
	}
}
.main h2.title p img{
	width: 100%;
}

/*--  --*/
.mobileLink{
	margin: 0 10px 15px 10px;
}
.mobileLink h3{
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 2px;
	border-bottom: 2px solid #E96C0E;
	margin-bottom: 10px;
}
.mobileLink h3 p{
	height: 43px;
}
.mobileLink h3 img{
	margin-left: -10px;
}
.mobileLink h4 {
	padding-left: 18px;
	font-size: 16px;	
	background: url(../../images/common/btn1.jpg) no-repeat;
	background-position: 0 8px;
	font-style: normal;
	line-height: 1.6;
	margin-bottom: 10px;
}
.mobileLink h4.opacity {
	opacity: 0.8;
}
.mobileLink h4 a{
	font-weight: 700;
	padding-bottom: 1px;
	border-bottom: 1px solid #E96C0E;
	color: #E96C0E;
}
.mobileLink h4 a:visited{
	color:  #E96C0E;
}
.mobileLink h4 a:hover{
	border-bottom: 1px solid #00125B;
	color: #00125B;
}
.mobileLink ul li{
	margin-top: 10px;
	padding-left:18px;
	background: url(../../images/common/btn1.jpg) no-repeat;
	background-position: 0 8px;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.mobileLink ul li:hover{
	background: url(../../images/common/btn1_2.jpg) no-repeat;
	background-position: 0 8px;
}
.mobileLink ul li a{
	font-weight: 700;
	padding-bottom: 2px;
	border-bottom: 1px solid #E96C0E;
	color: #E96C0E;
}
.mobileLink ul li a:visited{
	font-weight: 700;
	color:  #E96C0E;
}
.mobileLink ul li a:hover{
	border-bottom: 1px solid #00125B;
	color: #00125B;
}

/**/
@media (min-width: 768px) {
   .mobileLink  { 
	   display: none;
	} 
}

/*-- --*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	transition: ease-in-out;
	z-index: 100;
}

.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*-- index時間差アニメーション --*/
@keyframes anime1 {
	0% {
		opacity: 0;/* 透明 */
		transform: translateY(50px);/* X軸方向に50px */
	}
	100% {
		opacity: 1;/* 不透明 */
		transform: translateY(0);/* X軸方向に0px */
	}
}
.container .anime1 {
animation-name: anime1;/* アニメーション名 */
animation-duration: 2s;/* アニメーション時間 */
animation-timing-function: ease;
animation-iteration-count: 1;
animation-delay: 0;
}
/*-- リンク・ＰＤＦ --*/
p.link {
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	background: url(../../images/common/btn1.jpg) no-repeat;
	background-position: 0 8px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}
_:lang(x)::-ms-backdrop, p.link{
	background-position: 0 5px;
}
p.link.inline {
	display: inline-block;
}
p.link_back_none{
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
p.link_back_none.left_space{
	padding-left: 18px;
}
p.link a,
p.link_back_none a,
span.a_list a{
	padding-bottom: 1px;
	border-bottom: 1px solid #E96C0E;
	color: #E96C0E;
	font-weight: 700;
	transition: 0.8s;
}
_:lang(x)::-ms-backdrop, p.link a,span.a_list a{
	padding-bottom: 0;
}
p.link a:hover,
span.a_list a:hover{
	border-bottom: 1px solid #00125B;
	color: #00125B;
}
p.pdf::after{
	content:" ";
	width: 15px;
	height: 19px;
	display: inline-block;
	background: url(../../images/common/pdf.png) no-repeat;
	margin-left: 3px;
	margin-bottom: -4px;
}
ul.list_space span.pdf a,
ul.list_space span.pdf a:visited {
	color: #E96C0E;
}
ul.list_space span.pdf a:hover,
ul.list_space span.pdf a:visited:hover {
	color: #00125B;
}

span.target_blank,
a.pdf,
span.pdf{
	font-weight: 500;
}
span.target_blank::after{
	content:" ";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/common/window_open.png") no-repeat;
	background-position: bottom;
	margin-left: 5px;
	margin-bottom: -3px;
}
span.target_blank_white::after{
	content:" ";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../images/common/windows_open.png") no-repeat;
	background-position: bottom;
	margin-left: 5px;
	margin-bottom: -1px;
}
span.pdf::after,
a.pdf::after{
	content:" ";
	width: 15px;
	height: 19px;
	display: inline-block;
	background: url(../../images/common/pdf.png) no-repeat;
	margin-left: 5px;
	margin-bottom: -4px;
}
span.pdf_white::after,
a.pdf_white::after{
	content:" ";
	width: 15px;
	height: 19px;
	display: inline-block;
	background: url("../images/common/pdf_white.png") no-repeat;
	margin-left: 5px;
	margin-bottom: -2px;
}

/*-- リンク集（p.pdf span.a_list a） --*/
span.a_list {
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	background: url(../../images/common/btn1.jpg) no-repeat;
	background-position: 0 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
/*-- ＰＣ表示・モバイル表示 --*/
@media (min-width: 768px){
	.pc{
		display: block;
	}
	.mobile{
		display: none;
	}
	.mobile320{
		display: none;
	}
	.mobile_all {
		display: none;
	}
}
@media (max-width: 767px){
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	.mobile320{
		display: none;
	}
	.mobile_all {
		display: block;
	}
}
@media (max-width: 321px){
	.pc{
		display: none;
	}
	.mobile{
		display: none;
	}
	.mobile320{
		display: block;
	}
	.mobile_all {
		display: block;
	}
}
/*--バナー枠＋シャドウ（width指定必須）--*/
p.banner {
	box-shadow: 0 5px 4px -4px #B2B2B2;
	vertical-align: bottom;
	border: 1px solid #666666;
}
p.banner img:hover{
	opacity: 0.6;
	transition-duration: 0.5s;
}

/*-- リスト --*/
ul.list_space {
    position: relative;
	margin-left: 15px;
}
ul.list_space.orange {
	color: #E96C0E;
}
ul.list_space.ma_left0 {
	margin-left: 0;
}
ul.list_space li span.list_space{
    position: absolute;
    left: 0;
    margin: 0;
}
ul.list_space li{
    list-style: none;
    list-style-position: outside;
    padding-left: 1.25em;
	line-height: 1.6;
}
ul.list_space.space15 li{
    padding-left: 1.5em;
}
ul.list_space.space20 li{
    padding-left: 2em;
}
ul.list_space.space25 li{
    padding-left: 2.5em;
}
ul.list_space.space30 li{
    padding-left: 3em;
}
ul.list_space.space45 li{
    padding-left: 4.5em;
}

li.bg_orange_op_r {
	padding: 5px;
	background: #FFDBC1;
	border: 1px solid #FFDBC1;
	border-radius: 10px;
}
ul.list_space li.bg_orange_op_r span.list_space{
	margin-left: 15px;
}
li.check {
	padding: 0 0 0 20px;
	background: url("../../images/common/btn_check_red.jpg") no-repeat;
	background-position: 0 5px;
	text-decoration: none;
	line-height: 1.5;
}
/*--  --*/
span.float_right {
	float: right;
}
p.clear::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.h_space30 {
	height: 30px;
}

.ma_double20 {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.ma_double30 {
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

.border_box.red{
	border: 1px solid;
	border-color: #FF0000;
}
.border_box h5 {
	background: #FF0000;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 10px 5px 13px;
	margin-bottom: 20px;
}
.border_box h6 {
	background: #6F6F6F;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 15px 5px 15px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
}
.border_box.orange{
	border: 1px solid;
	border-color: #ffad5c;
	background: #fff0e0;
}

span.red {
	color: #FF0000;
}
span.italic {
	font-style: italic;
}
.padding20 {
	padding: 20px;
}
.ma_top15 {
	margin-top: 15px!important;
}
.ma_top20 {
	margin-top: 20px!important;
}
.ma_top30 {
	margin-top: 30px!important
}
.ma_bottom20 {
	margin-bottom: 20px!important
}
.ma_bottom50 {
	margin-bottom: 50px!important
}


/*--  --*/
p.top_news span.pdf a{
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	padding-bottom: 1px;
	font-weight: normal;
	display:inline-block
}
p.top_news span.pdf a:hover{
	color: #343434;
	border-bottom: 1px solid #343434;
}
p.top_news.center {
	text-align: center;
}
/*-- --*/
.images.center img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*-- flexオプション --*/
.sp_around { /*-- 均等割り付け --*/
	justify-content: space-around;
}
.jc_center {
	justify-content: center;
}
.jc_start {
	justify-content: flex-start;
}
.flex_valign_bottom { /*-- 下揃え --*/
	align-items: flex-end;
}
.flex_valign_middle { /*-- 中揃え --*/
	align-items: center;
}

.btn_index_middle_box {
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}
a.btn_index_middle{
	display: inline-block;
	width: 40%;
	border: 2px solid;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 10px;
	transition: .4s;
	text-align: center;
	color: #343434;
	border-color: #343434;
	background-bolor: #FFFFFF;
}
a.btn_index_middle:hover {
  background-color: #E96C0E;
  border-color: #E96C0E;
  color: #FFF;
}

/*-- punch / brake list 共通 --*/
span.no_link {
	color: #494949; 
	opacity: 0.8;
}

section.news{
	margin: 20px 0;
}
@media (min-width: 768px) {
	section.news .container {
		width: 980px;
		margin: 0 auto;
	}
}
section.news .border_box {
	padding: 30px 20px 10px 20px;
}
section.news  h4, .news_list h4 {
	position: relative;
	left: 20px;
	top: 13px;
	background: #FFFFFF;
	display: inline-block;
	padding: 0 15px;
	color: #FF0000;
	font-size: 18px;
}
@media (max-width: 767px) {
	section.news .border_box, section.news_list .border_box {
		margin: 10px 20px 10px 20px;
		padding: 10px 20px 10px 20px;
	}
	section.news  h4, .news_list h4, section.news_list h4{
		position: static;
		left: 20px;
		top: 13px;
		background: #FFFFFF;
		display: block;
		padding: 0 15px;
		color: #FF0000;
		font-size: 18px;
	}
}
section.news .border_box a.news {
	border-bottom: 1px solid #343434;
}
section.news .border_box a.news:hover {
	border-bottom: 1px solid #E96C0E;
}

/*--footer --*/
footer {
	border-top: 2px solid #081135;
	margin-top: 15px;
	padding-top: 20px;
}
@media (max-width: 980px) {
	footer{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 768px) {
	footer div.container{
		display:  flex;
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	footer div.container div:first-of-type{
		margin-right: 15px;
	}
	footer div.container div {
		flex: 1;
	}
}
.footer_box{
	margin: 15px 0 15px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #343434;
}
.footer_box h3{
	margin-bottom: 10px;
	font-size: 20px;
	font-style: normal;
	color: #343434;
	padding-bottom: 2px;
	border-bottom: none;
}
.footer_box p {
	font-size: 16px;
}
.footer_button img{
	border-radius: 5px;
	box-shadow: 5px 5px 4px -2px #B2B2B2;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.footer_button a img{
	opacity: 1;
	transition: 0.3s ease-out;
}
.footer_button a:hover img{
	opacity: 0.8;
}
