/*common_css*/
@font-face {
  font-family: 'Romantically';
  src: url('https://tmcoworks-03.296.works/font/Romantically.otf') format('opentype');
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
  line-height: 1.7 !important;
  font-size: 16px;
  color: #333 !important;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}



#contents{
    word-wrap: break-word;
    padding-bottom: 90px;
}

/***幅指定***/


/*コンテンツ幅での設置*/
[data-w-width="1"] {
    width: 940px !important;
    width:940px;
    margin: 0 auto;
}
/*リソース設定無い場合とリソース設定がある場合。*/
/*margin設定はデザインによって変更OK*/

/*ウィンドウ幅での設置*/
[data-w-width="0"] {
    width: 100%;
}

/***基本設定***/
html {
    font-size: 62.5%;
}
/*パーツ内ではremで余白やフォントサイズの指定を行うため、この数値*/

body {
    background: #fff;
    
    color: #000;
    
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/***色指定***/
.-w-txt.-w-background {
    color: #fff;
    
}
.-w-txt.-w-background-r {
    color: #000;
    
}
.-w-txt.-w-main {
    color: #001754;
    
}
.-w-txt.-w-main-r {
    color: #fff;
    
}
.-w-txt.-w-accent {
    color: #4f0506;
    
}
.-w-txt.-w-accent-r {
    color: #fff;
    
}
/*背景色＋テキスト色*/
.-w-bg.-w-background {
    background: #fff;
    
    color: #000;
    
}
.-w-bg.-w-main {
    background: #001754;
    
    color: #fff;
    
}
.-w-bg.-w-accent {
    background: #4f0506;
    
    color: #fff;
    
}
/*反転ver*/
.-w-bg.-w-background-r {
    background: #000;
    
    color: #fff;
    
}
.-w-bg.-w-main-r {
    background: #fff;
    
    color: #001754;
    
}
.-w-bg.-w-accent-r {
    background: #fff;
    
    color: #4f0506;
    
}
/*hover時背景色指定*/
a.-w-bg.-w-background:hover {
    background: #000;
    
    color: #fff;
    
}
a.-w-bg.-w-main:hover {
    background: #fff;
    
    color: #001754;
    
}
a.-w-bg.-w-accent:hover {
    background: #fff;
    
    color: #4f0506;
    
}
a.-w-bg.-w-background-r:hover {
    background: #fff;
    
    color: #000;
    
}
a.-w-bg.-w-main-r:hover {
    background: #001754;
    
    color: #fff;
    
}
a.-w-bg.-w-accent-r:hover {
    background: #4f0506;
    
    color: #fff;
    
}

/***ボーダー色指定***/
.-w-bd.-w-background {
    border-color: #fff;
    
}
.-w-bd.-w-main {
    border-color: #001754;
    
}
.-w-bd.-w-accent {
    border-color: #4f0506;
    
}
.-w-bd.-w-background-r {
    border-color: #000;
    
}
.-w-bd.-w-main-r {
    border-color: #fff;
    
}
.-w-bd.-w-accent-r {
    border-color: #fff;
    
}
/*hover時ボーダー色指定*/
a.-w-bd.-w-bg.-w-background-r:hover,
a.-w-bd.-w-background:hover {
    border-color: #000;
    
}
a.-w-bd.-w-bg.-w-main-r:hover,
a.-w-bd.-w-main:hover {
    border-color: #fff;
    
}
a.-w-bd.-w-bg.-w-accent-r:hover,
a.-w-bd.-w-accent:hover {
    border-color: #fff;
    
}
a.-w-bd.-w-bg.-w-background:hover,
a.-w-bd.-w-background-r:hover {
    border-color: #000;
    
}
a.-w-bd.-w-bg.-w-main:hover,
a.-w-bd.-w-main-r:hover {
    border-color: #001754;
    
}
a.-w-bd.-w-bg.-w-accent:hover,
a.-w-bd.-w-accent-r:hover {
    border-color: #4f0506;
    
}


/***見出し設定　※ここは案件個別で設定してOK！以下は例***/
.-w-general {
    position: relative;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin: 30px auto;
}
.-w-general:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #001754;
    
    bottom: -2px;
    left: 50%;
    margin-left: -25px;
}

h2.-w-general {
    font-size:48px;
    font-weight:700;
    text-align:center;
    margin:0 auto 30px;
}
h2.toph2 {
    
}
h3.-w-general {
    font-size: 22px;
}
h3{
    
}
h4{
    
}
h5{
    
}
h5:after {
    
}
h6{
    
}
/* ----------------------------------- */
/* リンク付き画像 */
/* ----------------------------------- */
a img:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color:#426e86;
  transition: all ease-in-out .3s; }
  a:hover, a:focus {
    text-decoration: none;
    transition: all ease-in-out .3s; }
  a:focus, a:active, a:hover {
      color:#f9ba32;
    outline: 0;
    text-decoration: none; }
  a.underline {
    position: relative; }
    a.underline:hover, a.underline:focus, a.underline:active {
      cursor: pointer; }
    a.underline:after {
      /*疑似要素とアニメーション設定を加えてwidthを0にしておく*/
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      /*自由変更*/
      height: 1px;
      /*自由変更*/
      background-color: ;
      width: 0;
      transition: width .4s;
      /*自由変更*/ }
    a.underline:hover:after, a.underline:focus:after, a.underline:active:after {
      /*ホバーしたら100%の位置まで伸びる*/
      width: 100%; }
      
.pankuzu{
     margin-bottom:0 !important;
     min-width: auto !important;
     background: #fff;
     
}     
.pankuzu a{
     text-decoration: none !important;
}     

#mainC {
    padding-bottom: 0;
} 
      

/* ----------------------------------- */
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; 
    
}

.clearfix:after, .container:after {
  clear: both; 
    
}

span.green{
    color:#006666;
}


/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;}

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; 
  max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column2Wrap .columnBox .q_a {
        padding: 0 0 20px;
    }
.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    
}
  .column4Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  _overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%;
    padding: 0;}
  .column2Wrap .column2Wrap .columnBox {
    padding: 0;
    flex-basis: 45%; }
    
  .column3Wrap:after {
    content: "";
    width: 31%; }
  .column3Wrap .columnBox {
    flex-basis: 31%;
    width: 31%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; }
}
@media print, screen and (min-width: 992px) {
  

  }
      
.gray_bg{
    background: #EFEFEF;
        padding: 85px 15px 90px;
        margin-bottom: 50px;
}
.wrapper {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
.btn a{
    font-weight: normal !important;
}


.-w-item-image img {
    width: 100% !important;
}
.p1{
   line-height: 1.6 !important; 
}

/*余白指定*/

.padding_top60px_pc {
    margin-top: -37px;
}
@media print, screen and (min-width: 768px) {
    .padding_top60px_pc {
        padding-top: 77px;
        margin-top: 0;
    }
}
/*q&aの余白指定*/
.q_a2column_15px {
    padding: 0 15px;
}
/*q&aの余白指定*/


.padding_bottom_97px {
    padding-bottom: 97px;
}
.margin_top_-32px {
    margin-top: -32px;
}
.margin_top_-52px {
    margin-top: -52px;
}

.margin_top_-80px {
    margin-top: -80px;
}
.margin_top_-180px_pc {
    margin-top: -43px;
}
@media print, screen and (min-width: 768px) {
    .margin_top_-180px_pc {
        margin-top: -180px;
    }
}

/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc{
    display: none;
}
@media (min-width: 768px) {
.pc{
    display: block;
}
}
.sp{
    display: block;
}
@media (min-width: 768px) {
.sp{
    display: none;
}
}
/* ------------------------------------------ /
/ ボタン /
/ ------------------------------------------ */
.btn {
    padding: 0;
    
    
}
.btn_center {
    margin: 0 auto !important;
}
.btn_left {
    margin: 0 auto 0 0;
}
.btn_right {
    margin: 0 0 0 auto;
}

.btn-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    height: 55px;
    box-sizing: border-box;
    transition: .3s;
    border: 1px solid #1F518E;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #1F518E;
    z-index: 0;
    border-radius: 50px;
}
.btn-1:after {
    content: "";
    position: absolute;
    right: 14px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-1:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid;
    border-right: 50px solid transparent;
    border-bottom: 55px solid #fff;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
}
.btn-1:hover {
    color: #426E86;
}
.btn-1:hover:after {
    border-top: 1px solid #426E86;
    border-right: 1px solid #426E86;
}
.btn-1:hover:before {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
}

/* ------------------------------------------ /
/ 白枠ボタン /
/ ------------------------------------------ */
.btn-2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    height: 55px;
    box-sizing: border-box;
    transition: .3s;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border-radius: 50px;
    
}
.btn-2:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid;
    border-right: 50px solid transparent;
    border-bottom: 55px solid #fff;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
}
.btn-2:hover {
    color: #426E86;
}
.btn-2:hover:before {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
}
/* ------------------------------------------ / 
    <!-- アニメーション　js -->
/ ------------------------------------------ */
.animated {
    animation-duration: 3s;
    
}

.pm_90 {
    padding-top: 90px;
    margin-top: -90px;
}
.magin_50px {
    margin-top: -50px;
}




.-w-ctgr a {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
}/*widget:f9da5b64-bbd8-4fdc-97e1-ae9a713dbcca*/[data-lib="627"] .header_margin{width: 100%;}[data-lib="627"] .wrapper{width: auto;
	margin: 0px auto;
	box-sizing: border-box;
	display: block !important;}[data-lib="627"] #header{min-width: auto;
	margin: 0 auto;
	width: 100%;
	height: 70px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 3;
	background: #fff;}[data-lib="627"] .headerWrap{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100% !important;}[data-lib="627"] .header_left{width: 170px;
	height: 70px;}[data-lib="627"] .logo_box h1{text-align: right;
	padding-top: 8px;}[data-lib="627"] .logo_box h1 img{width: 140px;
	height: 52px;}[data-lib="627"] .header_right{width: calc( 100% - 195px);
	height: 70px;
	text-align: right;}[data-lib="627"] .header_right_pc{height: 70px;
	display: block;}[data-lib="627"] .header_right_sp{display: none;}[data-lib="627"] .contactBox{float: left;
	height: 70px;
	display: flex;
	align-items: center;
	margin-left: 20px;}[data-lib="627"] .Instagram_logo{display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	transition: all ease-in-out .3s;}[data-lib="627"] .Instagram_logo:hover #Icon_awesome-instagram{fill: #f9ba32;
	transition: all ease-in-out .3s;}[data-lib="627"] .facebook_logo{display: inline-block;
	width: 16px;
	height: 30px;
	margin: 0 10px;
	transition: all ease-in-out .3s;}[data-lib="627"] .facebook_logo:hover #Icon_awesome-facebook-f:hover{fill: #f9ba32;
	transition: all ease-in-out .3s;}[data-lib="627"] .mailBox{display: inline-block;
	width: 70px;
	height: 70px;}[data-lib="627"] .mail_logo{background: #1F518E url(/_img/ja/cms_parts_library/641/image/__1_/);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	padding: 24px 35px;
	display: inline-block;}[data-lib="627"] .pc_nav{text-align: right;
	width: calc( 100% - 210px);
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 70px;}[data-lib="627"] .pc_nav ul{margin: 0;
	padding: 0;}[data-lib="627"] .pc_nav ul li{list-style: none;
	display: inline-block;
	width: 108px;
	min-width: 90px;
	text-align: center;}[data-lib="627"] .pc_nav ul li a{text-decoration: none;
	color: #333;}[data-lib="627"] .pc_nav ul li.current a{color: #F33135;}[data-lib="627"] .pc_nav ul li a:hover{color: #E7DA66;}@media print, screen and (max-width: 1000px){[data-lib="627"]{min-width: 100%;}[data-lib="627"] .common_main .right{max-width: 0;
	margin-right: 0;}[data-lib="627"] .header_right_pc{display: none;}[data-lib="627"] .header_right_sp{display: block;}[data-lib="627"] .el_humburger{display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	padding: 12px 20px 20px;
	box-sizing: border-box;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
	background: #1F518E;}[data-lib="627"] .el_humburger:after{content: "MENU";
	position: absolute;
	bottom: 14px;
	left: 20px;
	font-size: 10px;
	font-family: "Noto Sans JP";
	font-weight: bold;
	color: #fff;}[data-lib="627"] .el_humburger:hover{opacity: 0.8;}[data-lib="627"] .js_humburgerOpen .spantop{background: #fff !important;}[data-lib="627"] .el_humburger > .spantop{display: block;
	width: 100%;
	margin: 4px auto 6px;
	height: 3px;
	background: #fff;
	transition: all 0.2s ease-in-out;}[data-lib="627"] .el_humburger > .spanmiddle{display: block;
	width: 100%;
	margin: 4px auto 6px;
	height: 3px;
	background: #fff;
	transition: all 0.2s ease-in-out;}[data-lib="627"] .el_humburger > .spanbottom{display: block;
	width: 100%;
	margin: 4px auto 6px;
	height: 3px;
	background: #fff;
	transition: all 0.2s ease-in-out;}[data-lib="627"] #navigation{display: none;}[data-lib="627"] #navigation.js_appear{position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 9999;
	width: 78%;
	margin: 0 0 0 auto;}[data-lib="627"] .navigation_screen{position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(31, 81, 142, 0.96);
	z-index: 0;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;}[data-lib="627"] .navigation_wrapper{padding: 80px 0 0 0;
	text-align: center;}[data-lib="627"] .navigation_wrapper i{margin-left: 5px;}[data-lib="627"] .navigation_item{font-ize: 18px;
	margin-bottom: 20px;}[data-lib="627"] .navigation_item > a{color: #fff;
	text-decoration: none;
	font-size: 20px;}[data-lib="627"] .navigation_item > a:hover{color: #a2dae2;
	text-decoration: none;
	font-size: 20px;}[data-lib="627"] .navsns{text-align: center;}[data-lib="627"] .Instagram_logo_w{background: url(/_img/ja/cms_parts_library/1327/image/__1_/);
	height: 29px;}[data-lib="627"] .Instagram_logo_w:hover{opacity: .8;}[data-lib="627"] .facebook_logo_w{background: url(/_img/ja/cms_parts_library/1326/image/__1_/);}[data-lib="627"] .facebook_logo_w:hover{opacity: .8;}[data-lib="627"] .js_fixed{position: fixed;
	width: 100%;
	background-color: #fff;}[data-lib="627"] .logo_box2{display: none;}[data-lib="627"] .js_fixed .logo_box{display: none;}[data-lib="627"] .js_fixed .logo_box2{display: block;}}@media print, screen and (max-width: 767px){[data-lib="627"] .header_left{width: 155px;}[data-lib="627"] .logo_box h1 img{width: 140px;}[data-lib="627"] .header_right{width: calc( 100% - 220px);}}@media print, screen and (max-width: 400px){[data-lib="627"] h1{font-size: 100%;
	font-weight: normal;}}/*widget:6e1d6878-b37e-4bab-ac99-ff2b96f84331*/[data-lib="327"]{padding-top: 70px;}[data-lib="327"] .bg{background: #F9BA32 url(/_img/ja/cms/82/bg_img/__1_/);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 250px;}[data-lib="327"] .bg::before{content: "";
	width: 100%;
	height: 250px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 70px;
	left: 0;}[data-lib="327"] .wrapper{max-width:940px;
	width: 100%;
	margin: 0 auto;
	height: 300px;
	position: relative;}[data-lib="327"] h2{font-size: 28px !important;
	color: #fff;
	font-weight: bold !important;
	display: flex;
	justify-content: center;
	height: 250px;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	line-height: 2.5;
	font-family: "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;}[data-lib="327"] h2 span{font-size: 14px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	font-family:  "Noto Sans JP";}[data-lib="327"] h2 span::before{content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background: #fff;}@media print, screen and (max-width: 1200px){}/*widget:4e98ac92-fe98-4d77-9467-395a7b87f358*/[data-lib="891"]{padding: 0 5%;}[data-lib="891"] .wrapper{max-width:940px;
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;}[data-lib="891"] .-w-ctgr a{color: #fff;
	text-decoration: none;
	text-align: center;
	height: 25px;
	width: 100px;
	background: #1F518E;
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
	line-height: 26px;}[data-lib="891"] .time_t{font-size: 16px;
	color: #426E86;
	padding-left: 20px;
	display: inline;}[data-lib="891"] h2{font-size: 32px !important;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
	margin-bottom: 30px;
	font-weight: bold !important;
	color: #333333;
	padding-left: 45px;
	position: relative;}[data-lib="891"] h2::before{content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 30px;
	height: 3px;
	background-color: #426E86;}[data-lib="891"] h4{font-size: 24px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
	color: #333333;
	margin-bottom: 30px;
	padding-left: 10px;
	position: relative;}[data-lib="891"] h4::before{content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 3px;
	height: 35px;
	background: #F9BA32;}[data-lib="891"] .text_wrap_n{margin-top: 60px;
	margin-bottom: 44px;}[data-lib="891"] table{width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 60px;}[data-lib="891"] tr th,[data-lib="891"] td{width: auto;
	display: table-cell;
	padding: 13px 20px 5.5px;
	border-bottom: 1px solid #426E86;}[data-lib="891"] tr th{font-size: 16px;
	font-weight: normal;
	color: #426E86;
	width: 280px;}[data-lib="891"] .btn{padding: 0;
	width: 250px;
	margin: 0 auto;}@media print, screen and (max-width: 768px){[data-lib="891"] table{margin: 0 0 30px;
	width: 100%;
	border-collapse: collapse;}[data-lib="891"] tr th,[data-lib="891"] td{text-align: left;
	display: block;
	width: auto;
	padding: 0 0 10px;}[data-lib="891"] tr th{border-bottom: none;}}/*widget:eb7be637-bf53-46e3-a227-cc96df68ff77*/[data-lib="179"] .section_wrapper{padding: 74px 15px 73px;
	background: url(/_img/ja/cms/197/bg_img/__1_/) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;}[data-lib="179"] .section_wrapper::before{position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 0;}[data-lib="179"] .wrapper{max-width:940px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;}[data-lib="179"] .con_h2{text-align: center;}[data-lib="179"] .con_h2 img{width: 308px;
	height: 120px;}[data-lib="179"] .con_text{color: #fff;
	text-align: center;
	margin-bottom: 42px;}[data-lib="179"] .btnWrap{display: flex;
	flex-wrap: wrap;
	max-width: 580px;
	width: 100%;
	margin: 0 auto;}[data-lib="179"] .btnbox{width: 50%;}[data-lib="179"] .bannerWrap{position: fixed;
	right: 0;
	bottom: 85px;
	z-index: 2;}[data-lib="179"] .btn-3{margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	max-width: 270px;
	height: 55px;
	box-sizing: border-box;
	transition: .3s;
	border: 1px solid #1F518E;
	color: #1F518E;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-radius: 50px;
	background: #fff;
	z-index: 0;}[data-lib="179"] .btn-3:before{content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 solid;
	border-right: 50px solid transparent;
	border-bottom: 55px solid #1F518E;
	transform: translateX(-100%);
	transition: 0.5s ease-in-out;}[data-lib="179"] .btn-3:hover:before{transform: translateX(0);
	transition: 0.5s ease-in-out;}[data-lib="179"] .btn-3:hover{color: #fff;}[data-lib="179"] .okichubanner{width: 90px;
	height: 170px;
	display: block;
	margin-bottom: 5px;}[data-lib="179"] .yamachubanner{width: 90px;
	height: 170px;
	display: inline-block;}[data-lib="179"] .swiper-container{width: calc( 100% - 322px);
	margin: 70px 0 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: -1;}@media print, screen and (max-width: 1122px){[data-lib="179"] h2{margin-bottom: 8px;}[data-lib="179"] .bannerWrap{display: none;}}@media print, screen and (max-width: 768px){[data-lib="179"] .section_wrapper{padding: 82px 15px 60px;}[data-lib="179"] .btnbox{width: 100%;}[data-lib="179"] .btn a{margin: 0 auto !important;}[data-lib="179"] .btn1{padding-bottom: 15px;}}/*widget:989524d3-c5f0-420a-a629-4cfbb97826af*/[data-lib="668"]{min-width: auto;
	margin: 0 auto;
	background: #1F518E;
	padding-top: 54px;}[data-lib="668"] .f_wrap{padding: 0 15px;}[data-lib="668"] .wrapper{max-width: 940px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 29px;
	border-bottom: 1px solid #fff;}[data-lib="668"] .page_top{height: 70px;
	padding-top: 0px;
	z-index: 2;
	position: absolute;
	top: 38px;
	right: 0;}[data-lib="668"] .page_top .inner{width: 100%;}[data-lib="668"] .page_top_img img{width: 80px;}[data-lib="668"] .clomn2{display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 4px;}[data-lib="668"] .img_logo_wrap{width: 257px;}[data-lib="668"] .img_logo_wrap img{max-width: 257px;
	width: 100%;}[data-lib="668"] .addressbox{width: calc( 100% - 287px);
	color: #fff;}[data-lib="668"] .ad_name{font-size: 20px;
	font-weight: bold;}[data-lib="668"] .linkbox{color: #fff;
	font-size: 14px;
	text-align: center;}[data-lib="668"] .linkbox a{text-decoration: none;
	color: #fff;
	font-size: 14px;}[data-lib="668"] .linkbox a:hover{opacity: .4;}[data-lib="668"] .wrapper2{max-width: 940px;
	width: 100%;
	margin: 0 auto;
	padding: 32px 0 29px;}[data-lib="668"] .Instagram_logo{display: inline-block;
	background: url(/_img/ja/cms_parts_library/678/image/__1_/);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 10px;}[data-lib="668"] .Instagram_logo:hover{opacity: .8;}[data-lib="668"] .facebook_logo{display: inline-block;
	background: url(/_img/ja/cms_parts_library/679/image/__1_/);
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	height: 30px;
	margin: 0 10px;}[data-lib="668"] .facebook_logo:hover{opacity: .8;}[data-lib="668"] .copyright{font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 20px;}[data-lib="668"] .fixedBtn ul{display: none;}@media print, screen and (max-width: 1122px){[data-lib="668"] .page_top{top: 38px;}[data-lib="668"] .clomn2{width: 100%;
	justify-content: flex-start;}[data-lib="668"] .img_logo_wrap{width: 100%;
	text-align: left;
	padding-bottom: 30px;}[data-lib="668"] .addressbox{width: 100%;}[data-lib="668"] .wrapper2{padding: 32px 0 114px;}[data-lib="668"] .fixedBtn{width: 100%;
	z-index: 8;
	position: fixed;
	bottom:0;}[data-lib="668"] .fixedBtn ul{display: flex;}[data-lib="668"] .fixedBtn ul li{list-style: none;
	flex-basis: 100%;
	border:1px solid #fff;
	background: linear-gradient(
#fff, #f0f0f0);}[data-lib="668"] .fixedBtn ul li a{display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 25px 10px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;}[data-lib="668"] .fixedBtn ul li a:hover{opacity: .8;}[data-lib="668"] .fixedBtn ul li img{width: 20px;}[data-lib="668"] .fixedBtn ul li:first-child{background: #F9BA32;
	color: #333;}[data-lib="668"] .fixedBtn ul li:first-child a{color: #333;}[data-lib="668"] .fixedBtn ul li:first-child a span{padding-left: 30px;
	background: url(/_img/ja/cms_parts_library/702/image/__1_/);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left top 2px;
	width: 110px;
	height: 17px;}[data-lib="668"] .fixedBtn ul li:nth-child(2){background: #DA091A;}[data-lib="668"] .fixedBtn ul li:nth-child(2) a{color: #fff;}[data-lib="668"] .fixedBtn ul li:nth-child(2) a span{padding-left: 30px;
	background: url(/_img/ja/cms_parts_library/1298/image/__1_/);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: left;
	width: 190px;
	height: 19px;}[data-lib="668"] .fixedBtn ul li:last-child{background: #011650;}[data-lib="668"] .fixedBtn ul li:last-child a{color: #fff;}[data-lib="668"] .fixedBtn ul li:last-child a span{padding-left: 30px;
	background: url(/_img/ja/cms_parts_library/1299/image/__1_/);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left;
	width: 190px;
	height: 19px;}}@media print, screen and (max-width: 768px){[data-lib="668"] .img_logo_wrap{width: 219px;}[data-lib="668"] .img_logo_wrap img{max-width: 219px;
	width: 100%;}[data-lib="668"] .page_top{top: 6px;}[data-lib="668"] .linkbox{display: none;}[data-lib="668"] .fixedBtn ul{display: flex;}[data-lib="668"] .fixedBtn ul li a{padding: 9px 4px;
	line-height: 14px;}[data-lib="668"] .fixedBtn ul li:first-child a span{padding-left: 0 !important;
	padding-top: 24px !important;
	background-position: center top 5px !important;
	width: 100%;
	height: 100%;
	line-height: 25px;}[data-lib="668"] .fixedBtn ul li:nth-child(2) a span{padding-left: 0;
	padding-top: 23px;
	background-position: center top;
	width: 100%;
	height: 100%;}[data-lib="668"] .fixedBtn ul li:last-child a span{padding-left: 0;
	padding-top: 23px;
	background-position: center top;
	width: 100%;
	height: 100%;}}/*layout:5*/.pankuzu {
	padding: 0 15px;
}
.pankuzu .wrapper{
    max-width: 940px;
	margin: 0 auto 90px;
	padding: 21px 0 5px;
	box-sizing:border-box;
	font-size: 12px;
	line-height: 1.0;
	color: #000;
}
.pankuzu ul{
	margin: 0px;
}
.pankuzu ul li:first-child {
	background: none;
	padding: 0;
	width: 35px;
}

.pankuzu ul li:first-child a:before{
    content: "HOME";
	position: absolute;
    top: -4px;
    left: 0;
    width: 48px;
    height: 19px;
    color: #000;
}

._pankuzu ul li:first-child a{
	display: block;
    position: absolute;
    width: 15px;
    height: 12px;
    top: 0;
    
}
.pankuzu ul li:first-child span{
	display: none;
}
.pankuzu ul li {
	margin: 0 25px 5px 0;
	padding: 0 0 0 5px;
	display: inline-block;
	position: relative;
}
.pankuzu ul li:after {
	content: '';
    position: absolute;
    top: 2px;
    right: -14px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #426E86;
    border-right: 2px solid #426E86;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.pankuzu ul li:first-child:after {
	content: '';
    position: absolute;
    top: -2px;
    left: 46px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #426E86;
    border-right: 2px solid #426E86;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pankuzu ul li:last-child:after {
	display: none;
}
.pankuzu ul li a {
	color: #000;
}
.pankuzu ul li a:hover {
	text-decoration: none;
}

@media (max-width: 736px) {
	.pankuzu {
		min-width: 100%;
	}
}
.sub_page{
    padding-bottom: 100px;
}
.sab_page_wraper {
    padding-bottom: 160px;
}
/*layout:14*/.text_wrap_n p {
  margin-bottom: 40px;
}