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


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}


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

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

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

hr {
    display:block;
    height:1px;
    border-top:1px dotted #152632;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;/* 基本のフォントサイズ */
	line-height:185%;/* 基本の行間 */
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#152632;
	letter-spacing: 0.05em;
	background-color: #fff;
}

.en{
	font-family: 'Anton', sans-serif;
	font-weight: 400;
}
.en2{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
sup {font-size: 80%;}

header,
main,
footer{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#152632; }
/*.link_kon a:link,a:visited,a:hover,a:active{text-decoration:none; color:#f58599}*/


/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
	z-index: 100!important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
	position: relative;
	background: url("../images/bg_head.jpg") no-repeat left top;
	-moz-background-size:100% 100%;
	background-size:100% 100%; 
}
h1 {
	float: left;
}
h1 img{/*width: 130px; */padding-top: 5px; padding-bottom: 5px;}

@media only screen and (max-width: 991px) {
	header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	header.nakapage{
		position: fixed;
	}
}
@media print, screen and (min-width: 768px) {
	header{
		padding-top: 5px;
		padding-bottom: 15px;
	}
}
@media print, screen and (min-width: 992px) {
	header{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.nakapage{ position: relative;}
	h1 {margin-left: 5px; margin-top: 5px;}
	h1 img{width: 400px;}
}
@media print, screen and (min-width: 1200px) {
	h1 {margin-top: 0;}
	h1 img{width: 500px;}
}
@media print, screen and (min-width: 1600px) {
	header{
		position: absolute;
		/*position: absolute;*/
	}
}



.head_box {margin-top: 10px;}
.head_box .tel{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: right;
	font-size: 120%;
	line-height: 1.4em;
}
.head_box .tel .num{
	font-size: 160%;
	line-height: 1.4em;
}

/* navi
---------------------------------------------------- */
/*
.gNav a:hover {
  color: #999;
}
*/

/*.nav { display: none; }なぜかこの指定をしていた。何かに影響するかも*/
nav li a {
	font-size: 100%;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #e5edf3;
}
nav li a:link,
nav li a:visited{
	color: #152632;
}
nav li a:hover{color: #154f92; opacity: 1;}
nav li.navi-on a{color: #fff!important; opacity: 1; background-color: #154f92!important;}
nav li.navi-on li a{color: #212121; font-weight: normal;}

nav li.navi-on .sub-menu a:hover{color: #0f3876;}

.mean-container .mean-nav ul li.navi-on2 a{color: #154f92!important;}
.gNav .sub-menu li.navi-on2 a{color: #154f92!important;}

  nav li i {
    font-size: 12px;
    margin-left: 5px;
  }

@media only screen and (max-width: 767px) {
  .h_logo {
    /*width: 80px;*/
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
  }
  .gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	
	.mean-nav img.img-fluid{
		display: inline-block!important;
		width: 50px;
		vertical-align: middle;
		padding-right: 10px;
	}
	.mean-nav li{
		border-bottom: 1px solid #152632;
	}
	
}
@media only screen and (max-width: 991px) {
  .h_logo {
    width: 270px;
    position: absolute;
    top:3px;
    left: 10px;
    z-index: 100;
  }
	.h_logo img{
    width: 100%;
	}
	.mean-nav li{
		border-bottom: 1px solid #dadada;
	}
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
	
	.mean-container .mean-bar{
		background: #152632!important;
		-moz-background-size:100% 2px!important;
		background-size:100% 2px!important; 
	}
	.contact_mail .fa-envelope {display: none;}
}

@media print, screen and (min-width: 992px) {
  .h_logo img {  width: 20px;}
  .h_top {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
  }
  .gNav>ul {
    position: relative;
    /*display: flex;*/
	  display: table;
	  width: auto!important;
	  float: right;
  }
  .gNav li {
    position: relative;
    /*margin-right: 3em;*/
	  display: table-cell;
	  vertical-align: middle;
  }
  .gNav li:last-child {
    margin-right: 0;
  }
  .gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 80px;*/
	  padding: 10px 0 4px 0;
	  margin-left: 5px;
  }
  .gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 30px!important;
    left: 70%;
    margin-left: -110px;
    width: 170px;
    -webkit-transition: all .2s ease;
    /*transition: all .2s ease;*/
	  transition: opacity .2s ease;
  }
  .gNav .sub-menu.long_pc {
    width: 280px;
  }
  .gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 15px;
    line-height: 1.2em;
	border-bottom: 1px solid #152632;
	font-size: 95%;
  }
  .gNav .sub-menu a:hover:after {
    content: none;
  }
  .gNav .sub-menu li {
    display: block;
    /*font-size: 16px;*/
    padding: 0;
    margin: 0;
  }
  .gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  .gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .gNav li ul li:after {
    content: none;
  }
  .gNav .sub-menu li a{margin-left: 0;}
  .gNav .sub-menu li a:hover {
    background: #152632;
	  color: #0f3876!important;
  }
	
	nav li a {
		font-size: 80%;
	}
	nav li a:hover,
	nav li.navi-on a{
		color: #212121!important;
		background: url(../images/navi-on.png) repeat-x bottom;
		opacity: 1;
	}
	nav li.navi-on .sub-menu a::after{
		background: none;
	}
	nav li.navi-on .sub-menu a:hover{color: #fff!important;}
	nav li .en{
		display: block;
		font-size: 50%;
		line-height: 1.4em;
		margin-top: 3px;
	}
	nav li .en a{font-weight: normal;}
}
@media print, screen and (min-width: 992px) {
	nav {margin-right: 0;}
	.gNav>ul { margin-top: 5px;}
	nav li a { font-size:100%;	}
	.gNav li a { margin-left: 17px;}
	.gNav li a:link,
	.gNav li a:visited{
		color: #152632;
	}
	
	/*ホバー*/
	nav > ul > li a::after {
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #152632;
	transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
	nav > ul > li a:hover::after {
	  transform: scale(1, 1);
	}
	nav > ul > li.sen_none a::after {
	  background: none!important;
	}
	nav > ul > li.sen_none a:hover::after {
	  transform: 0!important;
	}
	nav > ul > li.navi-on a::after{
	  transform: scale(1, 1);
	}
	nav > ul > li a:hover,
	nav li.navi-on a{
		background: none!important;
		color: #152632!important;
	}
	
	nav .sub-menu,.mean-container .mean-nav ul ul {
		background: #152632;
	}
	.sub-menu {
	  border-top:none!important;
	}
	.gNav .sub-menu li a:hover,
	.gNav .sub-menu li.navi-on2 a{
		background: #152632!important;
		color: #fff !important;
	  }
}
@media print, screen and (min-width: 1200px) {
	nav li a { font-size: 105%;}
	.gNav li a { margin-left: 22px;}
	  .gNav .sub-menu {
		width: 190px;
		top: 33px!important;
	  }
	
	nav > ul > li.contact_mail a {
		padding: 10px 20px!important;
		font-size: 100%;
	}
}
@media print, screen and (min-width: 1600px) {
	nav li a { font-size: 110%;}
}
nav li.navi-on li a

.sub_navi{
	border-top: 2px solid #152632;
}
.sub_navi p{
	width: 50%;
	float: left;
	border-bottom: 1px solid #152632;
}
.sub_navi.long p{
	width: 100%;
	float: none;
	border-bottom: 1px solid #152632;
}
.sub_navi p a:link,
.sub_navi p a:visited{
	background-color: #e5edf3;
	padding: 12px 15px!important;
}
.sub_navi p:nth-of-type(2n+1) { clear: both;}

nav li.navi-on .sub_navi a{
	color: #212121!important;
}
nav li.navi-on .sub_navi a:hover{
	color: #212b5c!important;
}
@media print, screen and (min-width: 576px) {
	.sub_navi p{
		width: 25%;
	}
	.sub_navi p:nth-of-type(2n+1) { clear: none;}
	.sub_navi p:nth-of-type(4n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.sub_navi.long p{
		width: 50%;
		float: left;
	}
}


.mean-container .mean-nav ul li li{
	width: 50%!important;
	float: left;
}
.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
.mean-container .mean-nav ul li.navi-on a:hover{
	/*background: #0f3876!important;*/
	color: #0d396f;
}
@media print, screen and (min-width: 576px) {
	.mean-container .mean-nav ul li li{
		width: 33.3%!important;
	}
	.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: none;}
	.mean-container .mean-nav ul li li:nth-of-type(3n+1) { clear: both;}
}


.mean-container .mean-nav ul li .long_pc li{
	width: 100%!important;
	float: left;
}
.sub-menu{
	border-top: 1px solid #dadada;
}
.mean-container .mean-nav ul li li a {
  padding: 1em 15px!important;
}

.mean-container .mean-bar{background-color: #fff!important;}/*ナビの背景*/

.osu1 {position: relative; z-index: 1;}
.osu2 {position: relative; z-index: 2;}
.osu3 {position: relative; z-index: 3;}

.f-right {float: right;}


.nav { display: none; }/*一瞬ナビが開くのをやめる*/

#top03 .nav{display: flex;}

#blog .nav{display: flex;}


/*ナビ固定*/
.cb-header {
	position: fixed; /* ヘッダーバーを固定 */
	top: -145px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.cb-header header{
	padding: 5px 0;
	background-color: #fff;
	background-image: none;
}
@media print, screen and (min-width: 992px) {
	.cb-header h1 {margin-top: 3px;}
	.cb-header h1 img {padding-top: 0; width:300px;}
	.cb-header .gNav > ul {margin-top:5px;}
	/*
	.cb-header .gNav li a:link,
	.cb-header .gNav li a:visited{
		color: #152632;
	}
	.cb-header nav > ul > li a::after {
	  background: #152632;
	}
	.cb-header nav > ul > li a:hover::after {
	  transform: scale(1, 1);
	}
	.cb-header nav > ul > li a:hover,
	.cb-header nav li.navi-on a{ color: #152632!important;}
*/
	.cb-header .menu > ul > li a{font-size: 90%;}
	.cb-header .gNav>ul>li>a { margin-left: 10px;}
}
@media print, screen and (min-width: 1200px) {
	.cb-header .gNav > ul {margin-top:15px;}
	.cb-header .menu > ul > li a{font-size: 100%;}
	.cb-header .gNav>ul>li>a { margin-left: 20px;}
	.cb-header h1 img {padding-top: 0; width:425px;}
}

/*スマホ用TELとLINE*/
.sp_box{
	display: -webkit-flex;
    display: flex;
	padding: 15px 10px 15px 10px!important;
	align-items: center;
}
.sp_box .tel {
	text-align: left;
	line-height: 1.4em;
}
.sp_box .tel .num{
	font-size: 140%;
	line-height: 1.0em;
}
.sp_box .tel a:link,
.sp_box .tel a:visited{
	color: #152632!important;
	padding: 0;
}
.sp_box .tel .time{font-size: 80%;}


/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.fs80 {font-size:80%; line-height: 1.6em;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs110 {font-size:110%; line-height:1.6em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.6em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.fs250 {font-size:250%; line-height:1.4em;}

.fs100_sm90_md90_lg100 {font-size: 100%;}
@media print, screen and (min-width: 768px) {
	.fs100_sm90_md90_lg100 {font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs100_sm90_md90_lg100 {font-size: 100%;}
}

@media print, screen and (min-width: 768px){
	.fs90_smmd{ font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs90_smmd{ font-size: 100%;}
}

.fs60_sm80_md70{font-size: 80%;}
@media print, screen and (min-width: 992px){
	.fs60_sm80_md70{font-size: 70%;}
}
@media print, screen and (min-width: 1200px) {
	.fs60_sm80_md70{font-size: 60%;}
}

.fs160_sp140 {font-size: 140%;}
@media print, screen and (min-width: 768px) {
	.fs160_sp140 {font-size: 160%;}
}

.text_large{font-size: 110%; line-height: 1.8em;}
@media print, screen and (min-width: 768px){
	.text_large{font-size: 120%;line-height: 2.0em;}
}
@media print, screen and (min-width: 992px){
	.text_large{font-size: 130%;}
}
@media print, screen and (min-width: 1200px){
	.text_large{font-size: 140%;}
}
@media print, screen and (min-width: 1600px){
	.text_large{font-size: 150%;}
}


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

/*タイトルエフェクト*/
.title_waku {display: inline-block;}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #152632;
    pointer-events: none;
    opacity: 0;
}

/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}

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

.midashi_tate_area{
	position: relative;
	overflow: hidden;
}

.midashi_tate{display: none!important;}
@media print, screen and (min-width: 1600px) {
	.midashi_tate{
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
		font-size: 90%;
		margin-bottom: 0;
		display: inline-block!important;
		position: absolute;
		z-index: 1;
		left: 60px;
		top: 0;
		padding-top: 40px;
		color: #152632;
		background: url(../images/midashi_tate.gif) no-repeat center top;
		-moz-background-size:1px 32px;
		background-size:1px 32px; 
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
	}
	.midashi_tate.white{
		color: #fff;
		background: url(../images/midashi_tate_white.gif) no-repeat center top;
	}
	.midashi_tate.sen_none{
		background: none;
	}
	.midashi_tate.migi{
		left: auto;
		right: 60px;
	}
}


/**/

#midashi_h2_area{
	position: relative;
	overflow: hidden;
	z-index: 0;
	color: #fff;
}
#midashi_h2_area .photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#midashi_h2_area .photo2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#midashi_h2_area .photo img,
#midashi_h2_area .photo2 img{
	width: 100%;
	height: 100%;
}

/**/


#midashi_h2{ padding-top: 60px; color: #fff; margin-bottom: 10px; margin-top: 55px;}
#midashi_h2 .area{
	background-color: #09174e;
	padding: 20px 20px 10px 20px;
	width: 80%;
}
#midashi_h2 h2{
	line-height: 1.4em;
	margin-bottom: 30px;
	text-align: center; 
	font-size: 110%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-shadow : 0px 3px 5.6px rgba(0, 0, 0, 0.23) ;
}
#midashi_h2 h2 .en{
	display: block;
	font-size: 220%;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

.pankuzu{ font-size: 85%; font-family: 'Noto Sans JP', sans-serif; font-weight: 500;}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #fff;
}
@media print, screen and (min-width: 576px){
	#midashi_h2 h2{ font-size:120%;}
}
@media print, screen and (min-width: 768px){
	#midashi_h2{ padding: 70px 0 0 0;}
	#midashi_h2 h2{ margin-bottom: 50px; font-size:140%;}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{ padding: 80px 0 0 0; margin-top: 0;}
	#midashi_h2 h2{ margin-bottom: 50px;}
	#midashi_h2 h2 .en{ font-size: 250%;}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2{ padding: 100px 0 0 0;}
	#midashi_h2 h2{ margin-bottom: 70px;}
	#midashi_h2 h2 .en{ font-size: 280%;}
}
@media print, screen and (min-width: 1600px){
	#midashi_h2{ padding: 150px 0 0 0;}
	#midashi_h2 h2{ margin-bottom: 100px;}
	#midashi_h2 h2 .en{ font-size: 330%;}
}







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


.midashi1{
	font-size: 140%;
	line-height: 1.6em;
	font-weight: 700;
}
.midashi2{
	font-size: 120%;
	line-height: 1.4em;
}

.midashi3{
	font-size: 100%;
	line-height: 1.6em;
	font-weight: 700;
	text-align: center;
}
.midashi3 .en{
	display: block;
	font-size: 200%;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

.midashi4{
	font-size: 110%;
	line-height: 1.6em;
	font-weight: 700;
	color: #154f92;
}

.midashi5{
	font-size: 100%;
	line-height: 1.6em;
	font-weight: 700;
}

.midashi6{
	font-size: 100%;
	line-height: 1.6em;
	font-weight: 700;
	color: #154f92;
	border-collapse: collapse;
	border: 1px solid #154f92;
	border-radius: 50px;
	display: inline-block;
	padding: 5px 20px;
}


.midashi7{
	font-size: 100%;
	line-height: 1.6em;
	font-weight: 700;
}
.midashi7 .en{
	display: block;
	font-size: 250%;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

@media print, screen and (min-width: 576px) {
}
@media print, screen and (min-width: 768px) {
	.midashi1{ font-size: 150%;}
	.midashi2{ font-size: 130%;}
	.midashi3{ font-size: 110%;}
	.midashi3 .en{ font-size: 250%;}
}
@media print, screen and (min-width: 992px) {
	.midashi1{ font-size: 180%;}
	.midashi2{ font-size: 140%;}
	.midashi3 .en{ font-size: 300%;}
}
@media print, screen and (min-width: 1200px) {
	.midashi1{ font-size: 200%;}
	.midashi3{ font-size: 120%;}
	.midashi3 .en{ font-size: 350%;}
}
@media print, screen and (min-width: 1600px) {
	.midashi2{ font-size: 160%;}
	.midashi3 .en{ font-size: 400%;}
}


/*リンク・ボタン関係
---------------------------------------------------- */
a:hover{opacity:0.7;filter: alpha(opacity=70);/*transition: 0.5s;*/}

.btn{ padding-top:10px; padding-bottom:10px;}
@media print, screen and (min-width: 768px) {.btn{ padding:10px 25px;}}

.btn.dsb_sp {display: block;}
@media print, screen and (min-width: 768px) {.btn.dsb_sp {display: inline-block;}}



.more{
	display: table;
	margin: 0 auto;
	text-align: center;
}
.more .en,
.more .maru{
	display: table-cell;
	vertical-align: middle;
}
.more .en {padding-left: 20px;}
.more .maru{
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.more i{
	display: inline-block;
	max-width: 30px;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
}
.more a:link,
.more a:visited{
	color: #fff;
	text-decoration: none;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.more a:hover{
	line-height: 80px;
}
.more a:hover .maru{
	width: 80px;
	height: 80px;
	line-height: 80px;
}
@media print, screen and (min-width: 1200px) {
	.more .maru{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.more a:hover{
		line-height: 100px;
	}
	.more a:hover .maru{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
}





.btn1{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
}

.btn1:link,
.btn1:visited{
	color:#fff;
	padding:12px 50px;
	text-decoration: none;
	background:#1d5d9b;
	position: relative;
	z-index: 2;
	border: none;
}
.btn1:hover{
	opacity: 1;
	padding:20px 40px;
}
.btn1 img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: -1;
}
.btn1:link img,
.btn1:visited img{
	max-width: 20px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn1 i {margin-right: 10px;}
.btn1.btn {border-radius: 50px; }
@media print, screen and (min-width: 768px) {
	.btn1:link,
	.btn1:visited{
		padding: 20px 70px;
	}
	.btn1:hover{
		padding:30px 70px;
	}
}
@media print, screen and (min-width: 1200px) {
	.btn1:link,
	.btn1:visited{
		padding:20px 80px;
	}
	.btn1:hover{
		padding:30px 80px;
	}
}



.btn2{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
}

.btn2:link,
.btn2:visited{
	color:#152632;
	padding:12px 10px 12px 80px;
	text-decoration: none;
	border-bottom: 1px solid #152632;
	position: relative;
	z-index: 2;
}
.btn2:hover{
	opacity: 1;
	padding:20px 10px 20px 30px;
	color: #fff;
	border-bottom: none;
}
.btn2 img{
	position: absolute;
	left: 0;
	top: -10px;
	z-index: -1;
}
.btn2:link img,
.btn2:visited img{
	max-width: 65px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn2:hover img{
	max-width: 150px;
	top: -35px;
}

.btn2 i {margin-left: 15px; font-size: 80%;}

.btn2.btn {border-radius: 0; }
@media print, screen and (min-width: 1200px) {
	.btn2:hover{
		padding:20px 30px;
	}
}




.btn3{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
}
.btn3:link,
.btn3:visited{
	color:#fff;
	padding: 12px 60px 12px 40px;
	text-decoration: none;
	background:#1d5d9b;
	position: relative;
	z-index: 2;
	border: none;
}
.btn3:hover{
	opacity: 1;
	padding:20px 40px;
}
.btn3.hidari:link,
.btn3.hidari:visited{
	padding: 12px 40px 12px 60px;
}
.btn3.hidari:hover{
	padding:20px 40px;
}

.btn3 img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: -1;
}
.btn3.hidari img{
    position: absolute;
    top: 50%;
    right: 0;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: -1;
}
.btn3:link img,
.btn3:visited img{
	max-width: 20px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn3 i {margin-right: 10px;}
.btn3.btn {border-radius: 50px; }
@media print, screen and (min-width: 768px) {
	.btn3:link,
	.btn3:visited{
		padding: 20px 70px 20px 50px;
	}
	.btn3.hidari:link,
	.btn3.hidari:visited{
		padding: 20px 50px 20px 70px;
	}
	.btn3:hover,
	.btn3.hidari:hover{
		padding: 30px 50px;
	}
}
@media print, screen and (min-width: 1200px) {
	.btn3:link,
	.btn3:visited{
		padding: 20px 80px 20px 60px;
	}
	.btn3.hidari:link,
	.btn3.hidari:visited{
		padding: 20px 60px 20px 80px;
	}
	.btn3:hover,
	.btn3.hidari:hover{
		padding:30px 50px;
	}
}


.cl_btn{
	display: -webkit-flex;
    display: flex;
	align-items: center;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.cl_btn p:last-of-type {
    margin-left: auto;
}　

.btn_mail{
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	font-size: 90%;
}
.btn_mail:link,
.btn_mail:visited{
	color:#152632;
	background: #152632;
	padding:10px 20px;
	text-decoration: none;
}
.btn_mail:hover,
.navi-on .btn_mail{
	opacity: 1;
	color: #154f92;
}
.btn_mail.btn {border-radius: 50px; border: 0;}

.btn_mail i {color: #154f92; margin-right: 15px;}


.btn_head{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
}
.btn_head:link,
.btn_head:visited{
	color:#fff;
	padding:10px 30px;
	text-decoration: none;
	border: 1px solid #1d5d9b;
	background-color: #1d5d9b;
}
.btn_head:hover,
.navi-on .btn_head{
	opacity: 1;
	background-color: #fff;
	color: #1d5d9b;
	background-image: none;
}
.btn_head i {margin-right: 10px; vertical-align: middle; color: #f4d160;}
.btn_head.btn {border-radius: 50px;}




.btn_foot{
	font-size: 90%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
}
.btn_foot:link,
.btn_foot:visited{
	color:#152632;
	border: 1px solid #152632;
	padding:5px 15px;
	text-decoration: none;
}
.btn_foot:hover,
.navi-on .btn_foot{
	opacity: 1;
	background-color: #d4121c;
	border: 1px solid #d4121c;
	color: #152632;
	background-image: none;
}
.btn_foot i {margin-left: 5px;}
.btn_foot.btn {border-radius: 50px;}





.btn_pdf{
	font-size: 150%!important;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 10px;

}
.btn_pdf:link,
.btn_pdf:visited{
	color:#d4121c!important;
	text-decoration: none;
	vertical-align: middle;
}
.btn_pdf:hover{
	opacity: 1;
	color: #1d5d9b;
}
.btn_pdf.btn {border-radius: 50px; padding:0;}





.btn_detail{
	font-size: 80%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.btn_detail:link,
.btn_detail:visited{
	color:#fff;
	background-color: #f4d160;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
}
.btn_detail:hover{
	opacity: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.btn_detail.btn {border-radius: 50px; padding:0;}




.btn_map{
	font-size: 80%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.btn_map:link,
.btn_map:visited{
	color:#152632;
	background-color: #152632;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;	
}
.btn_map:hover{
	opacity: 1;
	background-color: #1e1e1e;
}
.btn_map.color:link,
.btn_map.color:visited{
	background-color: #1e1e1e;
}
.btn_map.color:hover{
	background-color: #152632;
}
.btn_map.btn {border-radius: 50px; padding:0;}




.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
	text-align: left;
	font-size: 90%;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 7px 35px 7px 15px;
	border: 1px solid #d4121c;
	color: #d4121c;
	display: block;
	position: relative;
	text-decoration: none;
	border-radius: 3px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.pdf_list li a:hover{
	background-color: #d4121c;
	color: #fff;
	opacity: 1;
}
.pdf_list li i {margin-left: 15px;}

.pdf_list li a i{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 130%;
	/*
	margin-left: 10px;
	padding-left: 15px;
	*/
	
}
@media print, screen and (min-width: 768px){
	.pdf_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
	
	.pdf_list.one li{
		width: 50%;
		margin: 0 auto;
		float: none;
	}
}

.text_link_area a {text-decoration: underline; color: #152632;}

a.text_link {text-decoration: underline; color: #152632;}
a.text_link2 {text-decoration: underline; color: #152632;}
a.text_link3 {text-decoration: underline; color: #039;}

.cate_text a:link,
.cate_text a:visited{
	text-decoration: underline;
	color: #00ac9a;
}
@media only screen and (max-width: 767px) {
	.text_link_sp {text-decoration: underline; color: #152632;}
	.text_link_sp2 {text-decoration: underline!important; color: #152632;}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
ul.list_ul .sub{
	font-size: 80%;
	line-height: 1.6em;
}

ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num> li {
	color: #152632;
}
ol.list_num.kon > li {
	color: #202f55;
}
ol.list_num > li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
	font-weight: 500;
}
ol.list_num > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #154f92;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
	margin-top: 5px;
	font-size: 80%;
}
@media print, screen and (min-width: 768px){
	ol.list_num.association_page> li {
		width: 48%;
		float: left;
	}
	ol.list_num.association_page> li:nth-of-type(2n+1) { clear: both;}
}





ul.list_check li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	line-height: 1.6em;
	font-size: 110%;
	margin-bottom: 5px;
	text-align: left;
}
ul.list_check li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #43b7cb;
}
ul.list_check.red li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #e24579;
}



ul.list_maru li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	padding-bottom: 5px;
	line-height: 1.6em;
}
ul.list_maru li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f28d";
	margin-right: 5px;
	color: #f4d160;
	font-size: 80%;
}


/* color
---------------------------------------------------- */
.red{color:#c33;}
.white{color:#fff;}
.black{color:#152632;}
.blue{color:#3976da;}
.pink{color:#f6266a;}

/* hanyo
---------------------------------------------------- */
.large{font-size:110%;line-height:1.7em}
.small{font-size:80%;line-height:1.5em; font-weight:normal}
.lsn{ list-style:none;}
.ln{ line-height:normal}
.dsb{ display:block}
.dsi{ display:inline}

.kome {text-indent:-1em; margin-left:1em;}
.kome_num {text-indent:-2.8em; margin-left:2.8em;}


.tal{ text-align:left}
.tac{ text-align:center}
.tar{ text-align:right}
.bold {font-weight:bold;}

.tar_sptac {text-align:center;}
@media print, screen and (min-width: 768px) {
.tar_sptac {text-align:right;}
.large{font-size:120%;}
}

.tar_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px) {
.tar_spsmtac {text-align:right;}
.large{font-size:130%;}
}

.tar_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tar_sptal {text-align:right;}
}

.tal_lgtar {text-align:left;}
@media print, screen and (min-width: 1200px){
.tal_lgtar {text-align:right;}
}

.tal_smtac {text-align:center;}
@media print, screen and (min-width: 576px){
.tal_smtac {text-align:left;}
}

.tal_sptac {text-align:center;}
@media print, screen and (min-width: 768px){
.tal_sptac {text-align:left;}
}

.tal_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px){
.tal_spsmtac {text-align:left;}
}

.tac_smtal {text-align:left;}
@media print, screen and (min-width: 576px){
.tac_smtal {text-align:center;}
}
.tac_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tac_sptal {text-align:center;}
}

.img_c img{
	margin: 0 auto;
}
.margin_auto{margin: 0 auto;}

/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	background: url(../images/dl_sen.jpg) no-repeat left center;
	padding: 3px 0 3px 25px;
}
.dl_list dd{
	line-height: 1.8em;
	padding-left: 25px;
}
*/

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
table ul.list_ul, table ol.list_ol{margin-left:20px;}

.nw {width:1%; white-space:nowrap;}
@media only screen and (max-width: 767px){
	.nw_sp {width:1%; white-space:nowrap;}
}
@media print, screen and (min-width: 768px){
	.nw_spnone {width:1%; white-space:nowrap;}
}

.table1{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #bfc3d0;
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #5a788d;
	font-weight: normal;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #bfc3d0;
}

@media print, screen and (min-width: 768px) {
	.table1 th{
		width:27%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #bfc3d0;
		font-weight: normal;
		color: #152632;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:35%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:30%;}
}



.table2{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #4b5a65;
}
.table2 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #fff;
	font-weight: normal;
}
.table2 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #4b5a65;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.table2 th{
		width:27%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #4b5a65;
		font-weight: normal;
		color: #fff;
	}
	.table2 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table2 th{ width:35%;}
}
@media print, screen and (min-width: 1200px) {
	.table2 th{ width:30%;}
}


.table3{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.table3 th,.table3 td{
	padding: 10px;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.6em;
}
.table3 td:last-child{
	text-align: left;
	font-size: 80%;
}
.table3 th{
	background-color: #efefef;
	font-weight: 700;
}
.table3 th.bg_blue{
	background-color: #3c475c;
	color: #fff;
	white-space: nowrap;
	padding: 20px;
}
@media print, screen and (min-width: 1200px) {
	.table3 th,.table3 td{
		font-size: 100%;
	}
}



.table4{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.table4 th,.table4 td{
	padding: 10px;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.6em;
}
.table4 th{
	background-color: #efefef;
	font-weight: 700;
}
.table4 th.bg_blue{
	background-color: #3c475c;
	color: #fff;
	white-space: nowrap;
	padding: 20px;
}
@media print, screen and (min-width: 768px) {
	.table4 th.bg_blue:first-child{width: 30%;}
}
@media print, screen and (min-width: 1200px) {
	.table4 th,.table4 td{
		font-size: 100%;
	}
}



/* サイズ指定
---------------------------------------------------- */
.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}
.mb60{ margin-bottom:60px}
.mb70{ margin-bottom:70px}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt40{ margin-top:40px}
.ml20{ margin-left:20px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}

.pl40 {padding-left: 40px;}
.mt10{ margin-top:10px}

@media print, screen and (min-width: 768px) {.pr30_sp0 {padding-right: 30px;}}

.mb10_sp {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb10_sp {margin-bottom:0;}}

.mb15_sp {margin-bottom:15px;}
@media print, screen and (min-width: 768px) {.mb15_sp {margin-bottom:0;}}

.mb20_sp {margin-bottom:20px;}
@media print, screen and (min-width: 768px) {.mb20_sp {margin-bottom:0;}}

.mb30_sp {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sp {margin-bottom:0;}}

.mb50_sp {margin-bottom:50px;}
@media print, screen and (min-width: 768px) {.mb50_sp {margin-bottom:0;}}

.mb50_lg0 {margin-bottom:50px;}
@media print, screen and (min-width: 992px) {.mb50_lg0 {margin-bottom:0;}}

.mb50_sp_sm0 {margin-bottom:50px;}
@media print, screen and (min-width: 576px) {.mb50_sp_sm0 {margin-bottom:0;}}

@media print, screen and (min-width: 768px) {.mb30_sp0 {margin-bottom:30px;}}

@media print, screen and (min-width: 992px) {.mb30_spsm0 {margin-bottom:0;}}

.mt10_sm20_md30 {margin-top: 10px;}
@media print, screen and (min-width: 768px) {.mt10_sm20_md30 {margin-top: 20px;}}
@media print, screen and (min-width: 992px) {.mt10_sm20_md30 {margin-top: 30px;}}

.mt20_sm40_md50 {margin-top: 20px;}
@media print, screen and (min-width: 768px) {.mt20_sm40_md50 {margin-top: 40px;}}
@media print, screen and (min-width: 992px) {.mt20_sm40_md50 {margin-top: 50px;}}

.mb10_md0 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md0 {margin-bottom: 0;}}

.mb10_lg0 {margin-bottom: 10px;}
@media print, screen and (min-width: 1200px) {.mb10_lg0 {margin-bottom: 0;}}

.mb10_sm30 {margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.mb10_sm30 {margin-bottom: 30px;}}

.mb10_md20 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md20 {margin-bottom: 20px;}}

@media print, screen and (min-width: 768px) {.mb20_sp0 {margin-bottom: 20px;}}

.mb20_md0 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md0 {margin-bottom: 0;}}

.mb20_sm30 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.mb20_sm30 {margin-bottom: 30px;}}

.mb20_md30 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md30 {margin-bottom: 30px;}}

.mb30_md0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_md0 {margin-bottom: 0;}}

.mb30_sm50 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm50 {margin-bottom:50px;}}

.mb30_md50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50 {margin-bottom:50px;}}

.mb30_lg40_xl50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_lg40_xl50 {margin-bottom:40px;}}
@media print, screen and (min-width: 1200px) {.mb30_lg40_xl50 {margin-bottom:50px;}}

.mb40_md50 {margin-bottom:40px;}
@media print, screen and (min-width: 992px) {.mb40_md50 {margin-bottom:50px;}}

.mb30_sm60 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm60 {margin-bottom:60px;}}

.mb30_sp10 {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb30_sp10 {margin-bottom:30px;}}

.pl50_sm0 {padding-left: 50px;}
@media print, screen and (min-width: 768px) {.pl50_sm0 {padding-left: 0;}}


@media print, screen and (min-width: 768px) {
	.mt20_sp0 {margin-top: 20px;}
}

@media print, screen and (min-width: 992px) {
	.mt40_sm0 {margin-top: 40px;}
	.mt40_md_20_sm0 {margin-top: 20px;}
}
@media print, screen and (min-width: 1200px) {
	.mt40_md_20_sm0 {margin-top: 40px;}
}

.mb_content {margin-bottom: 50px;}
.mt_content {margin-top: 50px;}
@media only screen and (max-width: 767px) {
	.mb_content.sp0 {margin-bottom: 0;}
}
@media print, screen and (min-width: 768px) {
	.mb_content {margin-bottom: 60px;}
	.mt_content {margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {
	.mb_content {margin-bottom: 80px;}
	.mt_content {margin-top: 80px;}
}
@media print, screen and (min-width: 1200px){
	.mb_content {margin-bottom: 100px;}
	.mt_content {margin-top: 100px;}
}


.lh160 {line-height: 160%;}
.lh200 {line-height: 200%;}

/* content
---------------------------------------------------- */
main { line-height: 2.0em; font-size: 105%;}

main a:link,
main a:visited{
	text-decoration: underline;
}


.content_pd {padding-top: 50px; padding-bottom: 50px;}
.content_pd2 {padding-top: 30px; padding-bottom: 30px;}
.pd20 { padding: 20px;}
.pd30 { padding: 30px;}
@media only screen and (max-width: 767px){
	.content_pd.pt0_sp {padding-top: 0;}
	.content_pd.pb0_sp {padding-bottom: 0;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 100%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
	.content_pd2 {padding-top: 50px; padding-bottom: 50px;}
}
@media print, screen and (min-width: 992px){
	main {font-size: 105%;}
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 115%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
	.content_pd.xl0 {padding-top: 0; padding-bottom: 0;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pt20{padding-top: 20px;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd2.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}


/* mainimage
---------------------------------------------------- */
/* 画面用 */
@media screen {
#main_print { display: none; }
}

/* 印刷用 */
@media print {
#main_print img { margin: 0 auto;}
}


.swiper-wrapper img{
	margin: 0 auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px!important;
}
@media print, screen and (min-width: 1200px) {
	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px!important;
	}
}


.swiper-button-next, .swiper-button-prev{ z-index: 200!important; position: absolute!important;}


#mainimage {
	position: relative;
	width:100%;
	margin-top: 50px;
}
#mainimage h2{
    position: absolute;
	z-index: 1;
	width: 100%;
	right: 5%;
	bottom: 3%;
	display: none;
}
#mainimage h2 img {width: 100%; max-width: 150px; float: right;}

#mainimage .moji{
	max-width: 1206px;
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 1;
}
#mainimage .moji img{
	width: 90%;
	height: auto;
	margin: 0;
}

.swiper-button-next, .swiper-button-prev{ z-index: 200!important; position: absolute!important;}
@media print, screen and (min-width: 576px){
	#mainimage h2 img {width: 30%;}
}
@media print, screen and (min-width: 768px){
	#mainimage h2 {display: block;}
	#mainimage h2 img {max-width: 250px;}
	#mainimage .moji img{ width: 60%;}
}
@media print, screen and (min-width: 992px){
	#mainimage {margin-top: 0;}
}
@media print, screen and (min-width: 1200px){
	#mainimage .moji img{ width: 70%;}
	#mainimage h2 img {width: 30%;}
}
@media print, screen and (min-width: 1600px){
	#mainimage .moji img{ width: 100%;}
	#mainimage h2 img {max-width: 390px;}
}




/*画像をトリミングして表示する方法*/
.swiper-slide .photo {
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 0 0;
}
.swiper-slide .photo img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	object-position: 50% 50%; /* 中央寄せ　横/縦 */ 
}


/* scroll */
.scroll {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
	font-family: 'Quicksand', sans-serif;
}

.scroll::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
.scroll::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #fff;
  animation: lineAnime 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



/*全画面表示*/
@media print, screen and (min-width: 1600px){
	.swiper-container {
		width: 100%;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		.swiper-wrapper {
			.swiper-slide {
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center;
			}
		}
	}
}



/* ヘッダー固定で上空ける
---------------------------------------------------- */


/* 背景
---------------------------------------------------- */
.bg_gray {
	background: url("../images/bg_gray.jpg") no-repeat scroll 50% 50% / cover;
	overflow: hidden;
}
.bg_gara {
	background: url("../images/bg_gara.jpg") no-repeat scroll 50% 50% / cover;
}
.bg_gray2 {
	background:#efefef;
}

/* 背景固定
---------------------------------------------------- */
.b_box {
    width: 100%;
    height: 100%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}

.b_fixed_bg {
    position: relative;
    /* min-height: 100%; */
    /*height: 100vh;*/
    height: 100vh;
    background-size: cover; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
	z-index: 2;
    pointer-events: none;
    transition : all 0.5s ease-in-out;
}

@media screen and (max-width: 1199px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        /*height: 500px;*/
        height: 350px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
    .b_fixed_bg.takame {
        height: 900px;
    }
}


.b_fixed_bg .img_c img{
	max-width: 178px;
	width: 40%;
}
@media print, screen and (min-width: 576px){
	.b_fixed_bg .img_c img{ width: 25%;}
}
@media print, screen and (min-width: 768px){
	.b_fixed_bg .img_c img{ width: 100%;}
}

/* 後ろの画像urlはプレロード */
.b_fixed_bg.b_bg1 {
    background-image: url("../images/kotei.jpg") , url(../images/kotei.jpg);
	position: relative;
	z-index: 0;
}


/* レイアウト
---------------------------------------------------- */

/* 共通
---------------------------------------------------- */
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

.close {
    float: none;
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #EFEFEF;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
	 max-width: inherit;
	 max-height: inherit;
	width: 100%;
	height: 100%;
	 object-fit: scale-down;
	 font-family: 'object-fit: scale-down;';
	 position: absolute;
	 left: 0;
	 top: 0;
}

.object-fit img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}


div.paging { text-align: center; font-size: 90%; margin-top: 20px; line-height: 1.4em;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#152632;
	border:1px solid #152632;
	display:inline;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
div.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #152632;
}
div.paging span.current{
	background: #152632;
	border:1px solid #152632;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
div.paging span.paging-text a:hover{
	background: #152632;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}


/*左右の余白*/
@media print, screen and (min-width: 576px){
	.yohaku2{
		margin-left: 16.596878667%;
		margin-right: 16.596878667%;
	}
}


@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.596878667%;
		margin-right: 16.596878667%;
	}
}


/* 01 index
---------------------------------------------------- */
#top01{overflow: hidden;}
.top01_bg{
	background: url("../images/top01_bg.jpg") no-repeat scroll 50% 50% / cover;
}

.main_kotei{
	max-width: 390px;
	margin: 0 auto;
}
.main_kotei img{
	width: 70%;
	height: auto;
	margin: 0 auto;
}


.top01_box {margin-bottom: 20px;}
.top01_box .box{
	text-align: center;
	background-color: #534dff;
	padding: 30px 10px;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 90%;
	line-height: 1.6em;
}
.top01_box .box:nth-child(2) {background-color: #4111ff;}
.top01_box .box:nth-child(3) {background-color: #4111ff;}
.top01_box .box img{
	max-width: 70px;
	margin: 0 auto 20px auto;
	width: 100%;
	height: auto;

}
.top01_box .box:nth-of-type(2n+1) { clear: both;}
@media print, screen and (min-width: 576px) {
	.top01_box .box{ font-size: 100%;}
}



#top02{position: relative; background: url(../images/top02_bg.jpg) no-repeat scroll 50% 50% / cover; overflow: hidden;}
.top_business .box {color: #fff; margin-bottom: 50px;}
@media print, screen and (min-width: 576px) {
	.top_business{
		margin-left: -1%;
		margin-right: -1%;
	}
	.top_business .box {
		width: 48%;
		float: left;
		margin: 0 1% 50px 1%;
	}
	.top_business .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.top_business .box {
		width: 23%;
		float: left;
		margin: 0 1%;
	}
	.top_business .box:nth-of-type(2n+1) { clear: none;}
	.top_business .box:nth-of-type(4n+1) { clear: both;}
}



.top_business .box a:link,
.top_business .box a:visited{
	color: #fff;
	text-decoration: none;
}
.top_business .box .image{
	position: relative;
	z-index: 0;
}
.top_business .box .image .more{
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 1;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.top_business .box .image a:hover .more .maru{
	width: 80px;
	height: 80px;
	line-height: 80px;
}
@media print, screen and (min-width: 1200px) {
	.top_business .box .image .more .maru{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.top_business .box .image a:hover .more{
		line-height: 100px;
	}
	.top_business .box .image a:hover .more .maru{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
}



#top03{position: relative; overflow: hidden;}

/*--------------------------------------
新着情報
--------------------------------------*/
.news_table{
	width:100%;
	border-collapse: collapse;
	line-height: 1.6em;
}
.news_table th{
	width:100%;
	padding:15px 10px 2px 10px;
	display: block;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-size: 90%;
}
.news_table td{
	width:100%;
	padding:0px 10px 15px 10px;
	display: block;
	word-break: break-all;
	border-bottom: 1px solid #dadada;
}
.new{
	margin-left: 10px;
	font-size: 70%;
	line-height: 1.4em;
	color: #f6266a;
	font-weight: 700;
}

.news_table td a:link,
.news_table td a:visited{
	text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
	.news_table th{
		width:20%;
		padding:25px 10px;
		vertical-align:top;
		text-align:left;
		display:table-cell;
		border-bottom: 1px solid #dadada;
	}
	.news_table td{
		width:100%;
		padding:25px 10px;
		display:table-cell;
	}
}
@media print, screen and (min-width: 992px) {
	.news_table th{width:15%;}
}




#top04{position: relative; background: url(../images/top04_bg.jpg) no-repeat scroll 50% 50% / cover; overflow: hidden; color: #fff;}

.top_kakou{
	border-collapse: collapse;
	border-top: 1px solid #4b5a65;
	padding: 15px 0;
}
.top_kakou .title{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.top_kakou .text li{
	list-style: none;
	width: 31.3%;
	float: left;
	margin: 1% 2% 1% 0;
	background-color: #344054;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
}
.top_kakou .text li:nth-of-type(3n+1) { clear: both;}
@media print, screen and (min-width: 768px) {
	.top_kakou{
		display: table;
		width: 100%;
	}
	.top_kakou .title,
	.top_kakou .text{
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		padding: 20px 10px;
	}
	.top_kakou .title{
		width: 200px;
		font-size: 150%;
	}
	.top_kakou .blue {font-size: 130%;}
}
@media print, screen and (min-width: 1200px) {
	.top_kakou .title,
	.top_kakou .text{
		padding: 30px 10px;
	}
	.top_kakou .title{
		width: 250px;
		font-size: 150%;
	}
	.top_kakou .text li{
		width: 14.6%;
	}
	.top_kakou .text li:nth-of-type(3n+1) { clear: none;}
	.top_kakou .text li:nth-of-type(6n+1) { clear: both;}
	.top_kakou .blue {font-size: 160%;}
}

/* 02 business
---------------------------------------------------- */
#business1,
#business2,
#business3,
#business4{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 992px) {
	#business1,
	#business2,
	#business3,
	#business4{
		margin-top:-66px;
		padding-top:66px;
	}
}
@media print, screen and (min-width: 1200px) {
	#business1,
	#business2,
	#business3,
	#business4{
		margin-top:-86px;
		padding-top:86px;
	}
}


.business04{position: relative; z-index: 0;}
.business04 .photo{
	position: absolute;
	max-width: 400px;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.business04 .photo img{
	width: 60%;
	height: auto;
	float: right;
}
@media print, screen and (min-width: 992px) {
	.business04 .photo img{ width: 70%;}
}
@media print, screen and (min-width: 1600px) {
	.business04 .photo img{ width: 100%;}
}



.business_partsu{
	margin-left: -1%;
	margin-right: -1%;
}
.business_partsu .box{
	width: 48%;
	float: left;
	margin: 0 1% 50px 1%;
	color: #fff;
}
.business_partsu .box:nth-of-type(2n+1) { clear: both;}

.business_partsu .midashi2 {font-size: 110%;}
@media print, screen and (min-width: 768px) {
	.business_partsu .box{
		width: 31.3%;
	}
	.business_partsu .box:nth-of-type(2n+1) { clear: none;}
	.business_partsu .box:nth-of-type(3n+1) { clear: both;}
	.business_partsu .midashi2 {font-size: 130%;}
}
@media print, screen and (min-width: 1600px) {
	.business_partsu .box{
		width: 18%;
	}
	.business_partsu .box:nth-of-type(3n+1) { clear: none;}
	.business_partsu .box:nth-of-type(5n+1) { clear: both;}
}

img.kadomaru{ border-radius: 10px;}
@media print, screen and (min-width: 768px) {
	img.kadomaru{ border-radius: 15px;}
}

/* 03 factory
---------------------------------------------------- */
.factory01{
	background: url("../images/factory01.jpg") no-repeat scroll 50% 50% / cover;
}



.factory_box {margin-bottom: 20px;}
.factory_box .box{
	text-align: center;
	background-color: #534dff;
	padding: 30px 10px;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 90%;
	line-height: 1.6em;
}
.factory_box .box:nth-child(2) {background-color: #4111ff;}
.factory_box .box:nth-child(3) {background-color: #4111ff;}
.factory_box .box img{
	max-width: 70px;
	margin: 0 auto 20px auto;
	width: 100%;
	height: auto;

}
.factory_box .box:nth-of-type(2n+1) { clear: both;}
@media print, screen and (min-width: 576px) {
	.factory_box .box{ font-size: 100%;}
}



.factory_equipment{
	margin-left: -1%;
	margin-right: -1%;
}
.factory_equipment .box{
	width: 48%;
	float: left;
	margin: 0 1% 50px 1%;
	color: #fff;
}
.factory_equipment .box:nth-of-type(2n+1) { clear: both;}

.factory_equipment .midashi2 {font-size: 110%;}
@media print, screen and (min-width: 768px) {
	.factory_equipment .midashi2 {font-size: 130%;}
}
@media print, screen and (min-width: 1200px) {
	.factory_equipment .box{
		width: 23%;
	}
	.factory_equipment .box:nth-of-type(2n+1) { clear: none;}
	.factory_equipment .box:nth-of-type(4n+1) { clear: both;}
}



/* 04 company
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.company01{
		display: -webkit-flex;
		display: flex;
	}
	.company01 .image{
		margin-left: auto;
	}
}
@media print, screen and (min-width: 1200px) {
	.company01{
		align-items: center;
	}
}


.company_list{
	display: table;
}
.company_list li{
	display: table-cell;
}
.company_list .title{
	width: 150px;
}


.company_list2{
	display: table;
}
.company_list2 li{
	display: table-cell;
}
.company_list2 .title{
	width: 70px;
}


/* 05 contact
---------------------------------------------------- */
#contact_tel .otoiawase_list {
	margin: 0 auto;
	text-align: center;
}
#contact_tel .otoiawase_list li{
	list-style: none;
	font-weight: 300;
	font-size: 130%;
	line-height: 1.4em;
	text-align: center;
	color: #fff;
	
}

#contact_tel .otoiawase_list a:link,
#contact_tel .otoiawase_list a:visited{
	text-decoration: none;
	color: #fff;
}

#contact_tel .otoiawase_list i{
	background-color: #3976da;
	border-radius: 3px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 15px;
	font-size: 70%;
	display: inline-block;
	vertical-align: middle;
}
#contact_tel .otoiawase_list .time{
	font-size: 13px;
	line-height: 1.4em;
	 margin-top: 10px;
}
#contact_tel .otoiawase_list .en{
	font-size: 130%;
	line-height: 40px;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
@media print, screen and (min-width: 576px) {
	#contact_tel .otoiawase_list{
		display: table;
	}
	#contact_tel .otoiawase_list li{
		display: table-cell;
		vertical-align: middle;
		padding-right: 40px;
		text-align: center;
	}
	#contact_tel .otoiawase_list li:last-child{padding-right: 0;}
	#contact_tel .otoiawase_list i{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 90%;
	}
}
@media print, screen and (min-width: 768px) {
	#contact_tel .otoiawase_list .en{ font-size: 150%;}
}
@media print, screen and (min-width: 1200px) {
	#contact_tel .otoiawase_list li{ font-size: 180%;}
	#contact_tel .otoiawase_list i{ font-size:60%;}
	#contact_tel .otoiawase_list .en{ font-size: 130%;}
}


.contact_qr{
	max-width: 314px;
	margin: 0 auto;
}
.contact_qr img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width: 576px) {
	.contact_qr img{ width: 80%;}
}
@media print, screen and (min-width: 992px) {
	.contact_qr img{ width: 100%;}
}


/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #bfc3d0;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #5a788d;
	font-weight: normal;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #bfc3d0;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:70%;
	color:#fff;
	padding:0px 6px;
	float:right;
	border-radius:3px; 
	font-weight: normal;
	background-color: #d4121c;
}
.table_form td.last {border-bottom:none;}


.table_form th.sen_none,
.table_form td.sen_none{
	border:0;
}

@media print, screen and (min-width: 768px) {
	.table_form th{
		width:35%;
		border-bottom:1px solid #bfc3d0;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #152632;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

}
@media print, screen and (min-width: 992px) {
	.table_form th{width:30%;}
}

/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:5px 5px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #152632;}
input[type="email"]{color: #152632;}

input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px; }
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
select {padding: 9px; color: #152632; }

.form-control {color: #152632;}
.form-control.w50 {width:100px; display: inline-block; margin-right: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	padding:30px 20px;
	font-size: 90%;
	background-color: #e6e9f5;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}


.privacy_scroll {
  max-height:200px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
	word-break: break-all;
}
@media print, screen and (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.midashi_box{
	border-collapse: collapse;
	border-left: 4px solid #c0c7e0;
	padding: 5px 0 5px 15px;
}

.midashi_waku{
	border-collapse: collapse;
	border: 2px solid #1d5d9b;
	padding: 30px 20px;
}



.btn-primary{
	border-radius:50px;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #152632;
	opacity: 1;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/*▼メールフォームの「例」のカラー変更*/
::placeholder {
  color: #959595!important;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #959595!important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #959595!important;
}


.privacy_text{
	border-collapse: collapse;
	border-left: 6px solid #dadada;
	padding: 10px 0 10px 15px;
}
.privacy_text .name{
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}


/* footer
---------------------------------------------------- */
footer {
	font-size: 100%;
	line-height: 1.6em;
	text-align: center;
}




footer .in {padding: 40px 0;}

.foot_name .image{
	max-width: 120px;
	margin: 0 auto 20px auto;
}
.foot_name .image img{
	width: 60%;
	height: auto;
	margin: 0 auto;
}
.foot_name li{list-style: none;}
.foot_name .name{
	font-weight: 700;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.foot_name .name span {font-size: 160%; display: block; line-height: 1.4em;}



footer a:link,
footer a:visited{
	color: #152632;
	text-decoration: underline;
}

.foot_link {
	text-align: center;
	margin-bottom: 20px;
}
.foot_link li{
	display: inline;
	padding: 2px 10px;
}
.foot_link li a:link,
.foot_link li a:visited{
	color: #152632;
	text-decoration: none;
}


@media print, screen and (min-width: 1200px) {
	footer{
		text-align: left;
	}
	footer .in {padding: 50px 0;}
	
	.foot_name{
		display: table;
	}
	.foot_name .image,
	.foot_name .text{
		display: table-cell;
		vertical-align: top;
	}
	.foot_name .text{
		padding-left: 20px;
		padding-top: 15px;
	}
	.foot_name .image{
		margin: 0;
	}
	.foot_name .image img{
		width: 100%;
		margin: 0;
	}
	
	.foot_link {
		text-align: right;
		margin-top: 15px;
		margin-bottom: 80px;
	}
}




/*copy*/
.copy {
	text-align: center;
	font-size: 80%;
	color: #5a788d;
}
@media print, screen and (min-width: 1200px) {
	.copy { text-align: right;}
}



/* pagetop
---------------------------------------------------- */
#pagetop { position: fixed; bottom:10px; right:10px; z-index: 100;}
#pagetop img {width: 30px; height: auto;}
@media (min-width: 768px) {
	#pagetop {bottom:10px;}
	#pagetop img {width: 40px; height: auto;}
}
@media (min-width: 1600px) {
	#pagetop { bottom:20px; right:20px;}
	#pagetop img {width: 50px; height: auto;}
}
