@charset "UTF-8";
/*
$width-pc_max: 770px;
$width-pc: 769px;
$width-sm1: 768px;
$width-sm2: 480px;
*/
/*mixin*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Merienda");
@media print, screen and (min-width: 769px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}

.col_white {
  color: #FFFFFF;
}

.Arrange {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 769px) {
  .tp_sml {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tp_sml {
    margin-top: 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .tp_mid {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tp_mid {
    margin-top: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .tp_und {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tp_und {
    margin-top: 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .tp_sund {
    margin-top: 85px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tp_sund {
    margin-top: 75px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .mid {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mid {
    margin-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .und {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .und {
    margin-bottom: 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sund {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sund {
    margin-bottom: 75px !important;
  }
}

@media only screen and (min-width: 1001px) {
  .pc01 {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .pc01 {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  .phone01 {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .phone01 {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .phone {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .phone {
    display: block;
  }
}

@media print, screen and (min-width: 1051px) {
  .pc00 {
    display: block !important;
  }
}
@media only screen and (max-width: 1050px) {
  .pc00 {
    display: none !important;
  }
}

@media print, screen and (min-width: 1051px) {
  .phone00 {
    display: none !important;
  }
}
@media only screen and (max-width: 1050px) {
  .phone00 {
    display: block !important;
  }
}

@media only screen and (min-width: 1001px) {
  .pc01 {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .pc01 {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  .phone01 {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .phone01 {
    display: block;
  }
}

.text_50 {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .text_50 {
    float: left;
    width: 48% !important;
    padding: 0% 2% 0% 0%;
  }
}
@media only screen and (max-width: 768px) {
  .text_50 {
    float: none;
    width: 100%;
    padding: 0%;
  }
}

.disnon {
  display: none;
}

.bg_c01 {
  background-color: #084097 !important;
  opacity: 0.5;
}

.bg_c02 {
  background-color: #B51D85 !important;
  opacity: 0.5;
}

.bg_c03 {
  background-color: #000000 !important;
  /*background-color: #9E9688!important;*/
}

/* CSS Document */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  /*vertical-align: baseline;*/
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------------------- */
img {
  margin: 0px !important;
  padding: 0px !important;
}

body {
  /*background-color: #000000;
  background-color: #6A5047;
  background-color: #F9F9F9;*/
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  color: #333;
  font: 12px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

html {
  overflow: auto;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* リンク設定
------------------------------------------------------------*/
a {
  color: #0072D0;
  text-decoration: underline;
}

a:hover {
  color: #0072D0;
  /*opacity: 0.8;*/
}

a:active, a:focus {
  outline: 0;
}

@media print, screen and (min-width: 1051px) {
  #pr_o_logo_pc {
    position: fixed;
    z-index: 100;
    top: 0px;
    right: 0px;
    width: 198px;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  #pr_o_logo_pc img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1050px) {
  #pr_o_logo_pc {
    display: none;
  }
}

header {
  background-color: #FFFFFF;
  display: block !important;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1051px) {
  header {
    padding: 12px 0px;
  }
}
header #hd_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in {
    width: 1000px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in {
    width: 100%;
  }
}
header #hd_in h1 {
  height: auto;
  float: left;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in h1 {
    height: 54px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in h1 {
    height: 34px;
  }
}
header #hd_in h1 svg {
  width: auto;
  height: 100%;
}
header #hd_in h1 img {
  width: auto;
  height: 100%;
}
header #hd_in #pr_o_logo {
  display: block;
  height: 100%;
  float: left;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #pr_o_logo {
    margin: 8px 0 8px 3px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #pr_o_logo {
    margin: 4px 0 4px 2px;
  }
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #pr_o_logo {
    height: 54px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #pr_o_logo {
    height: 34px;
  }
}
header #hd_in #pr_o_logo svg {
  width: auto;
  height: 100%;
}
header #hd_in #pr_o_logo img {
  width: auto;
  height: 100%;
}
header #hd_in #shp_o_logo {
  display: block;
  height: 100%;
  float: right;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #shp_o_logo {
    margin: 8px 3px 8px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #shp_o_logo {
    margin: 4px 2px 4px 0px;
  }
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #shp_o_logo {
    height: 54px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #shp_o_logo {
    height: 34px;
  }
}
header #hd_in #shp_o_logo svg {
  width: auto;
  height: 100%;
}
header #hd_in #shp_o_logo img {
  width: auto;
  height: 100%;
}
header #hd_in #shp_o_logo-lf {
  display: block;
  height: 100%;
  float: left;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #shp_o_logo-lf {
    margin: 8px 3px 8px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #shp_o_logo-lf {
    margin: 4px 2px 4px 0px;
  }
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #shp_o_logo-lf {
    height: 54px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #shp_o_logo-lf {
    height: 34px;
  }
}
header #hd_in #shp_o_logo-lf svg {
  width: auto;
  height: 100%;
}
header #hd_in #shp_o_logo-lf img {
  width: auto;
  height: 100%;
}
header #hd_in #hd_r_name {
  display: block;
  float: right;
  padding: 0px;
  font-weight: 700;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_r_name {
    margin: 20px 2% 20px 8px;
    height: 54px;
    /*line-height: 54px;*/
    font-size: 160%;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #hd_r_name {
    margin: 12px 1% 12px 5px;
    height: 14px;
    line-height: 14px;
    font-size: 95%;
  }
}
header #hd_in #hd_r_name h1 {
  width: 100%;
  height: auto !important;
  font-size: 46%;
  text-align: right;
  /*color: #2E2E2E;*/
  color: #FFFFFF;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_r_name h1 {
    display: block;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #hd_r_name h1 {
    display: none;
    margin-bottom: 4px;
  }
}
header #hd_in #hd_r_name p {
  display: block;
  width: 100%;
  height: auto !important;
}
header #hd_in #hd_ri_r {
  /*ul{
  	li{
  		height: auto;
  		float: right;
  		padding: 0px 1px;
  		@include sm_hdimg;
  		&#nav-drawer {
  			display: block;
  			width: 42px;
  			height: 55px;
  			padding:18px 9px;
  			margin: 0px 0px 0px 1px;
  			background: #eb5314;
  			position: relative;
  			#nav-open {
  				display: inline-block;
  				width: 100%;
  				height: 22px;
  				vertical-align: middle;
  				span{
  					position: absolute;
  					top: 1;
  					height: 3px;
  					width: 25px;
  					border-radius: 3px;
  					background: #FFFFFF;
  					display: block;
  					content: '';
  					cursor: pointer;
  					&:before{
  						position: absolute;
  						bottom: -8px;
  						height: 3px;
  						width: 25px;
  						border-radius: 3px;
  						background: #FFFFFF;
  						display: block;
  						content: '';
  						cursor: pointer;
  					}
  					&:after{
  						position: absolute;
  						bottom: -16px;
  						height: 3px;
  						width: 25px;
  						border-radius: 3px;
  						background: #FFFFFF;
  						display: block;
  						content: '';
  						cursor: pointer;
  					
  					}
  				}
  			}
  		}
  		
  	}
  }*/
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_ri_r {
    position: relative;
    height: auto;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #hd_ri_r {
    width: auto;
    height: auto;
    position: fixed;
    top: 43px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }
  header #hd_in #hd_ri_r.show {
    opacity: 1;
    visibility: visible;
    float: none;
    width: 100%;
    z-index: 100;
  }
  header #hd_in #hd_ri_r:target {
    top: 0px;
    left: 0px;
  }
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_ri_r ul#g-menu {
    float: right;
    /*width: 350px;*/
    width: 450px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #hd_ri_r ul#g-menu {
    width: 100%;
  }
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_ri_r ul#g-menu li:nth-child(3) a {
    border-right: solid 1px #FFFFFF;
  }
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_ri_r ul#g-menu li:nth-child(6) a {
    border-right: solid 1px #FFFFFF;
  }
}
header #hd_in #hd_ri_r ul#g-menu li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_ri_r ul#g-menu li a {
    font-size: 110%;
    float: left;
    padding: 2px 2%;
    margin: 3px 0px;
    border-left: solid 1px #FFFFFF;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #hd_ri_r ul#g-menu li a {
    width: 100%;
    padding: 18px 0;
    color: #2eaf9f;
    background-color: #F9F9F9;
    border-bottom: #2eaf9f solid 1px;
  }
}
header #hd_in #hd_ri_r #hd-cnt-btn a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  /*background-color: #6A5047;*/
  background-color: #6F8AA9;
}
@media print, screen and (min-width: 1051px) {
  header #hd_in #hd_ri_r #hd-cnt-btn a {
    position: absolute;
    right: 8px;
    top: 20px;
    border-radius: 50px;
    width: 190px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1050px) {
  header #hd_in #hd_ri_r #hd-cnt-btn a {
    width: 100%;
    line-height: 41px;
  }
}

@media print, screen and (min-width: 1051px) {
  .nav_toggle {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .nav_toggle {
    display: block;
    position: relative;
    float: right;
    width: 1.75rem;
    height: 1.5rem;
    margin: 6px 4px 0 0;
    width: 42px;
    height: 30px;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(12px) rotate(-40deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-14px) rotate(40deg);
  }
}

@media print, screen and (min-width: 1051px) {
  .nav.is-active {
    font-weight: 600 !important;
    text-decoration: underline;
    font-size: 16px;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
  }
}
@media only screen and (max-width: 1050px) {
  .nav.is-active {
    position: fixed;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }
}

.nv-sec {
  width: 100%;
}
@media print, screen and (min-width: 1051px) {
  .nv-sec {
    height: 210px;
  }
}
@media only screen and (max-width: 1050px) {
  .nv-sec {
    height: 104px;
  }
}

/*.nav{
	border: 1px solid #999999;
	position: relative;
	z-index: 6;
	@include wi-pc_max2{
	background-color: #FFFFFF;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0 80px;
	border-radius: 42px;
	}
	@include wi-pc_max1{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 12px 8%;
	border-radius: 42px;
	}
	&.is-fixed{
		@include wi-pc_max2{
		background-color: #FFFFFF;
		max-width: 230px;
		min-width: 230px;
		width: 230px;
		padding: 20px 1%;
		border: none;
		border-radius: 12px;
		.nav-in{
			position: relative;
			&:before{
				position: absolute;
				right: 8px;
				top: -65px;
				content: "";
				display: block;
				width: 45px;
				height: 45px;

				background-size: cover;
				background-repeat: no-repeat;
			}
		}
		}
		@include wi-pc_max1{
		background-color: rgba(255, 255, 255, 0.862);
		width: 98%;
		height: auto;
		padding: 12px 8%;
		border-radius: 42px;
		}
		.nav__lists{
			@include wi-pc_max2{
			display: block!important;
			width: 100%;
			}
			@include wi-pc_max1{
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-content: center;
			align-items: center;
			justify-content: space-between;
			}
			.nav__list{
				@include wi-pc_max2{
				margin-right: 0px;
				
				&:hover{
					animation: hurueru .1s;
					animation-iteration-count: 2.5;
				}
				
				}
				@include wi-pc_max1{
				}
				a{
					@include wi-pc_max2{
					position: relative;
					height: 32px;
					line-height: 32px;
					padding-left: 20px;
					font-size: 100%;
					display: block;
					
					}
					@include wi-pc_max1{
					display: block;
					}
					
					&:before{
						@include wi-pc_max2{
						position: absolute;
						left: 3%;
						top: 50%;
						transform: translateY(-50%);
						-webkit-transform: translateY(-50%);
						-ms-transform: translateY(-50%);
						content: "●";
						display: block;
						color: #e6e6e6;
						font-size: 46%;
						}
					}
					&.is-active {
						font-weight: 600!important;
						text-decoration: none;
						transition: top 1s;
						-webkit-transition: top 1s;
						-moz-transition: top 1s;
						&:before{
							color: #2174a3;
						}
						
					}
				}
				a.is-active {
					animation: hurueru .2s;
					animation-iteration-count: 2.5;
				}
				a::hover{
					&.is-active {
						animation: hurueru .1s;
						animation-iteration-count: 2.5;
					}
				}
			}
		}
	}
	.nav__lists{
		list-style: none;
		@include wi-pc_max2{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		justify-content: space-between;
		}
		@include wi-pc_max1{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		justify-content: space-between;
		}
		.nav__list{
			@include wi-pc_max2{
			&:hover{
				animation: hurueru .1s;
				animation-iteration-count: 2.5;
			}
			
			}
			@include wi-pc_max1{
			text-align: center!important;
			}
			a{
				@include wi-pc_max2{
				text-decoration: none;
				color: #000000;
				height: 90px;
				line-height: 90px;
					
				font-size: 120%;
				font-weight: 500;
				}
				@include wi-pc_max1{
				text-align: center!important;
				text-decoration: none;
				color: #000000;
				height: 32px;
				line-height: 1.2;
				font-size: 78%;
				}
				br{
					@include wi-pc_max2{
					display: none;
					}
					@include wi-pc_max1{
					display: block;
					}
				}
			}
			#nav-close a {
				@include wi-pc_max2{
    			display: none;
				}
				@include wi-pc_max1{
				}
			}
		}
		&.show {
			opacity: 1;
			visibility: visible;
			float: none;
			width: 100%;
			.nav__lists{
				list-style: none;
				border-bottom: solid #081C44 1px;
				a{
					text-decoration: none;
					display: block;
					width: 100%;
					font-size: 100%;
					background-color: #5A82E1;
					color: #FFFFFF;
					border-top: solid #081C44 1px;
					height: 36px;
					line-height: 36px;
					text-align: center;
				}
			}
		}
		&:target {
		    top: 0px;
			left: 0px;
		}
	}
}*/
.nav {
  position: relative;
  z-index: 6;
}
@media print, screen and (min-width: 1051px) {
  .nav {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0 80px;
    border-radius: 42px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav {
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 12px 2%;
    border-radius: 42px;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav.is-fixed {
    /*background-color: #FFFFFF;*/
    /*max-width: 98px;
    min-width: 98px;
    width: 98px;*/
    max-width: 120px;
    min-width: 120px;
    width: 120px;
    padding: 0px 0%;
    /**/
    border: none;
    border-radius: 0px;
  }
  .nav.is-fixed .nav-in {
    position: relative;
    /*&:before{
    	position: absolute;
    	right: 8px;
    	top: -65px;
    	content: "";
    	display: block;
    	width: 45px;
    	height: 45px;
    	background-size: cover;
    	background-repeat: no-repeat;
    }*/
  }
}
@media only screen and (max-width: 1050px) {
  .nav.is-fixed {
    /*background-color: rgba(255, 255, 255, 0.862);*/
    width: 98%;
    height: auto;
    padding: 4px 2%;
    /*border-radius: 42px;*/
  }
}
@media print, screen and (min-width: 1051px) {
  .nav.is-fixed .nav__lists {
    display: block !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .nav.is-fixed .nav__lists {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav.is-fixed .nav__lists .nav__list {
    /*margin-right: 0px;*/
    width: 98px;
    margin: 0 auto;
  }
  .nav.is-fixed .nav__lists .nav__list:hover {
    animation: hurueru .1s;
    animation-iteration-count: 2.5;
  }
}
.nav.is-fixed .nav__lists .nav__list a {
  /*&:before{
  	@include wi-pc_max2{
  	position: absolute;
  	left: 3%;
  	top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	content: "●";
  	display: block;
  	color: #e6e6e6;
  	font-size: 46%;
  	}
  }
  &.is-active {
  	font-weight: 600!important;
  	text-decoration: none;
  	transition: top 1s;
  	-webkit-transition: top 1s;
  	-moz-transition: top 1s;
  	&:before{
  		color: #2174a3;
  	}
  	
  }*/
}
@media print, screen and (min-width: 1051px) {
  .nav.is-fixed .nav__lists .nav__list a {
    position: relative;
    /*height: 32px;
    line-height: 32px;
    padding-left: 20px;
    font-size: 100%;*/
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  .nav.is-fixed .nav__lists .nav__list a {
    display: block;
  }
}
.nav.is-fixed .nav__lists .nav__list a.is-active {
  /*animation: hurueru .2s;
  animation-iteration-count: 2.5;*/
  /*-webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.15,1.15);
  -o-transform: scale(1.15,1.15);
  -ms-transform: scale(1.15,1.15);
  transform: scale(1.15,1.15);*/
}
@media print, screen and (min-width: 1051px) {
  .nav.is-fixed .nav__lists .nav__list a.is-active {
    width: 115px;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav.is-fixed .nav__lists .nav__list a.is-active {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
.nav.is-fixed .nav__lists .nav__list a::hover.is-active {
  animation: hurueru .1s;
  animation-iteration-count: 2.5;
}
.nav .nav__lists {
  list-style: none;
}
@media print, screen and (min-width: 1051px) {
  .nav .nav__lists {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1050px) {
  .nav .nav__lists {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav .nav__lists .nav__list:hover {
    animation: hurueru .1s;
    animation-iteration-count: 2.5;
  }
}
@media only screen and (max-width: 1050px) {
  .nav .nav__lists .nav__list {
    text-align: center !important;
  }
}
.nav .nav__lists .nav__list a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1051px) {
  .nav .nav__lists .nav__list a {
    text-decoration: none;
    color: #000000;
    height: auto;
    line-height: 0px;
    font-size: 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav .nav__lists .nav__list a {
    text-align: center !important;
    text-decoration: none;
    color: #000000;
    height: auto;
    line-height: 0;
    font-size: 0px;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav .nav__lists .nav__list a br {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .nav .nav__lists .nav__list a br {
    display: block;
  }
}
.nav .nav__lists .nav__list a img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1051px) {
  .nav .nav__lists .nav__list #nav-close a {
    display: none;
  }
}
.nav .nav__lists.show {
  opacity: 1;
  visibility: visible;
  float: none;
  width: 100%;
}
.nav .nav__lists.show .nav__lists {
  list-style: none;
  border-bottom: solid #081C44 1px;
}
.nav .nav__lists.show .nav__lists a {
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 100%;
  background-color: #5A82E1;
  color: #FFFFFF;
  border-top: solid #081C44 1px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.nav .nav__lists:target {
  top: 0px;
  left: 0px;
}

.nav-sub {
  position: fixed;
  z-index: 199;
  opacity: .9;
  display: none;
  /*box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);*/
}
@media print, screen and (min-width: 1051px) {
  .nav-sub {
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub {
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 1051px) {
  .nav-sub {
    max-width: 120px;
    min-width: 120px;
    width: 120px;
    padding: 0px 0%;
    border: none;
    border-radius: 0px;
  }
  .nav-sub .nav-in {
    position: relative;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub {
    width: 98%;
    height: auto;
    padding: 4px 2%;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists {
    display: block !important;
    /*width: 100%;*/
    width: 98px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub .nav__lists {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists .nav__list {
    margin-right: 0px;
  }
  .nav-sub .nav__lists .nav__list:hover {
    animation: hurueru .1s;
    animation-iteration-count: 2.5;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists .nav__list a {
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub .nav__lists .nav__list a {
    display: block;
  }
}
.nav-sub .nav__lists .nav__list a.is-active {
  /*animation: hurueru .2s;
  animation-iteration-count: 2.5;*/
  /*-webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.15,1.15);
  -o-transform: scale(1.15,1.15);
  -ms-transform: scale(1.15,1.15);
  transform: scale(1.15,1.15);*/
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists .nav__list a.is-active {
    width: 115px;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub .nav__lists .nav__list a.is-active {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
.nav-sub .nav__lists .nav__list a::hover.is-active {
  animation: hurueru .1s;
  animation-iteration-count: 2.5;
}
.nav-sub .nav__lists {
  /*list-style: none;
  @include wi-pc_max2{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  }
  @include wi-pc_max1{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  }*/
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists .nav__list:hover {
    animation: hurueru .1s;
    animation-iteration-count: 2.5;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub .nav__lists .nav__list {
    text-align: center !important;
  }
}
.nav-sub .nav__lists .nav__list a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists .nav__list a {
    text-decoration: none;
    color: #000000;
    height: auto;
    line-height: 0px;
    font-size: 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub .nav__lists .nav__list a {
    text-align: center !important;
    text-decoration: none;
    color: #000000;
    height: auto;
    line-height: 0;
    font-size: 0px;
  }
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists .nav__list a br {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .nav-sub .nav__lists .nav__list a br {
    display: block;
  }
}
.nav-sub .nav__lists .nav__list a img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1051px) {
  .nav-sub .nav__lists .nav__list #nav-close a {
    display: none;
  }
}
.nav-sub .nav__lists.show {
  opacity: 1;
  visibility: visible;
  float: none;
  width: 100%;
}
.nav-sub .nav__lists.show .nav__lists {
  list-style: none;
  border-bottom: solid #081C44 1px;
}
.nav-sub .nav__lists.show .nav__lists a {
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 100%;
  background-color: #5A82E1;
  color: #FFFFFF;
  border-top: solid #081C44 1px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.nav-sub .nav__lists:target {
  top: 0px;
  left: 0px;
}

/*▼ cssのみのバーガーメニュー ▼*/
a.js-scroll-trigger:active > nav#hd {
  top: -980px !important;
}

nav#hd #nav_in ol li a.js-scroll-trigger:active + nav#hd {
  top: -980px !important;
  opacity: 0;
}

nav#hd {
  background-repeat: repeat;
}
@media print, screen and (min-width: 1051px) {
  nav#hd {
    border-right: 5px solid #eb5314;
    width: 240px;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    height: 100%;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1050px) {
  nav#hd {
    width: 100%;
    height: auto;
    opacity: 0.9;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: -980px;
    z-index: 10001;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    text-align: center;
  }
  nav#hd:target {
    top: 0px;
  }
}
nav#hd #nav_in {
  margin: 0 auto;
}
@media print, screen and (min-width: 1051px) {
  nav#hd #nav_in {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: none;
  }
}
@media only screen and (max-width: 1050px) {
  nav#hd #nav_in {
    width: 80%;
    height: auto;
  }
}
@media print, screen and (min-width: 1051px) {
  nav#hd #nav_in h1 a {
    display: block;
    width: 80%;
    margin: 15px auto 25px;
    font-size: 0px;
    line-height: 0px;
  }
  nav#hd #nav_in h1 a img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1050px) {
  nav#hd #nav_in h1 a {
    display: none;
  }
}
nav#hd #nav_in #shop_ti {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  nav#hd #nav_in #shop_ti {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  nav#hd #nav_in #shop_ti {
    width: 100%;
    margin: 0px auto;
  }
}
nav#hd #nav_in #shop_ti img {
  width: 100%;
  height: auto;
}
nav#hd #nav_in #site_ti {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  nav#hd #nav_in #site_ti {
    display: block;
    width: 100%;
    margin: 0px auto 12px;
  }
}
@media only screen and (max-width: 1050px) {
  nav#hd #nav_in #site_ti {
    display: block;
    width: 80%;
    margin: 0px auto 8px;
  }
}
nav#hd #nav_in #site_ti img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1050px) {
  nav#hd #nav_in ol {
    margin-bottom: 20px;
  }
}
nav#hd #nav_in ol li a {
  text-align: left;
  text-decoration: none;
  font-weight: 500;
}
nav#hd #nav_in ol li a:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1051px) {
  nav#hd #nav_in ol li a {
    float: none;
    width: 100%;
    padding: 10px 0px 10px 0%;
    overflow: hidden;
    display: block;
    color: #FFFFFF;
    font-size: 100%;
    line-height: 1.5;
    text-decoration: none !important;
    display: block;
    box-sizing: border-box;
  }
  nav#hd #nav_in ol li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1050px) {
  nav#hd #nav_in ol li a {
    float: none;
    width: 80%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0%;
    display: block;
    color: #FFFFFF !important;
    font-size: 110%;
    line-height: 2.8;
  }
}
@media print, screen and (min-width: 1051px) {
  nav#hd #nav-close a {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  nav#hd #nav-close a {
    width: 100%;
    height: auto;
    display: block;
    padding: 8px 0;
    border-bottom: #B4B0B0 1px solid;
    color: #FFFFFF;
    background: #4F4D4D;
    text-decoration: none;
    margin-top: 0px;
    opacity: 1;
  }
}

/*▲ cssのみのバーガーメニュー ▲*/
/*▼ css・jQueryバーガーメニュー ▼*/
@media print, screen and (min-width: 769px) {
  #nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #nav-toggle {
    display: block;
    /**/
    position: fixed;
    top: 15px;
    right: 5px;
    z-index: 1000;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #eb5314;
    position: absolute;
    transition: transform .3s ease-in-out, top .5s ease;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
}

#gloval-nav {
  background-repeat: repeat;
}
@media print, screen and (min-width: 1051px) {
  #gloval-nav {
    border-right: 5px solid #eb5314;
    width: 240px;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    height: 100%;
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1050px) {
  #gloval-nav {
    /*background-image: linear-gradient(-45deg, #FF00BF, #FFEA00);*/
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
#gloval-nav #nav_in {
  margin: 0 auto;
}
@media print, screen and (min-width: 1051px) {
  #gloval-nav #nav_in {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: none;
  }
}
@media only screen and (max-width: 1050px) {
  #gloval-nav #nav_in {
    width: 80%;
    height: auto;
  }
}
@media print, screen and (min-width: 1051px) {
  #gloval-nav #nav_in h1 a {
    display: block;
    width: 80%;
    margin: 15px auto 25px;
    font-size: 0px;
    line-height: 0px;
  }
  #gloval-nav #nav_in h1 a img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1050px) {
  #gloval-nav #nav_in h1 a {
    display: none;
  }
}
#gloval-nav #nav_in #shop_ti {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  #gloval-nav #nav_in #shop_ti {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  #gloval-nav #nav_in #shop_ti {
    width: 100%;
    margin: 0px auto;
  }
}
#gloval-nav #nav_in #shop_ti img {
  width: 100%;
  height: auto;
}
#gloval-nav #nav_in #site_ti {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  #gloval-nav #nav_in #site_ti {
    display: block;
    width: 100%;
    margin: 0px auto 12px;
  }
}
@media only screen and (max-width: 1050px) {
  #gloval-nav #nav_in #site_ti {
    display: block;
    width: 80%;
    margin: 0px auto 8px;
  }
}
#gloval-nav #nav_in #site_ti img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1050px) {
  #gloval-nav #nav_in ol {
    margin-bottom: 20px;
  }
}
#gloval-nav #nav_in ol li a {
  text-align: left;
  text-decoration: none;
  font-weight: 500;
}
#gloval-nav #nav_in ol li a:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 1051px) {
  #gloval-nav #nav_in ol li a {
    float: none;
    width: 100%;
    padding: 10px 0px 10px 0%;
    overflow: hidden;
    display: block;
    color: #FFFFFF;
    font-size: 110%;
    line-height: 1.5;
    text-decoration: none !important;
    display: block;
    box-sizing: border-box;
  }
  #gloval-nav #nav_in ol li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1050px) {
  #gloval-nav #nav_in ol li a {
    float: none;
    width: 60%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0%;
    display: block;
    color: #FFFFFF !important;
    font-size: 120%;
    line-height: 2.8;
  }
}
@media only screen and (max-width: 768px) {
  #gloval-nav nav {
    z-index: 999;
  }
}
@media print, screen and (min-width: 769px) {
  #gloval-nav ul {
    width: 1000px;
    border-bottom: none;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #gloval-nav ul {
    list-style: none;
  }
}
@media only screen and (max-width: 768px) {
  #gloval-nav ul li {
    transform: translateX(-200px);
    transition: transform 1.3s ease;
    position: relative;
  }
  #gloval-nav ul li:after {
    content: "";
    display: block;
    width: 500px;
    height: 2px;
    background: #000;
    left: -600px;
    position: absolute;
    transform: translateX(0);
    transition: transform 1s ease;
  }
  #gloval-nav ul li:hover:after {
    transform: translateX(300px);
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: .45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: .6s;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: .75s;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: .9s;
  }
}
@media print, screen and (min-width: 769px) {
  #gloval-nav ul li a {
    font-weight: 500;
    text-align: center;
    float: left;
    width: 20%;
    height: 62px;
    padding: 0px 0px 0px 0%;
    overflow: hidden;
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 62px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    box-sizing: border-box;
    border-right: 1px #FFFFFF solid;
  }
  #gloval-nav ul li a:hover {
    opacity: 0.8;
  }
  #gloval-nav ul li a.lil {
    border-left: 1px #FFFFFF solid;
  }
}
@media only screen and (max-width: 768px) {
  #gloval-nav ul li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
  }
}

@media only screen and (max-width: 768px) {
  .open #gloval-nav {
    transform: translateX(0);
  }
  .open #gloval-nav li {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 768px) {
  .nav-bg {
    opacity: 0;
    background-image: linear-gradient(-45deg, #FF00BF, #FFEA00);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1s ease;
  }
  .nav-bg.active {
    opacity: 1;
  }
  .nav-bg.news {
    background-image: linear-gradient(-45deg, #4400FF, #FFEA00);
  }
  .nav-bg.about {
    background-image: linear-gradient(-45deg, #00FFCC, #FFEA00);
  }
  .nav-bg.works {
    background-image: linear-gradient(-45deg, #EB1405, #FFEA00);
  }
  .nav-bg.contact {
    background-image: linear-gradient(-45deg, #8B05EB, #FFEA00);
  }
}

/*▲ css・jQueryバーガーメニュー ▲*/
.is-fixed {
  position: fixed;
  z-index: 199;
  opacity: .9;
  /*box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);*/
}
@media print, screen and (min-width: 1051px) {
  .is-fixed {
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1050px) {
  .is-fixed {
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.btn.btn-01 a {
  display: block;
  background-color: #C3002F;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.btn.btn-01 a:hover {
  background-color: #990f34;
}

@media print, screen and (min-width: 769px) {
  .btn-zoom {
    transition: 1s all;
  }
  .btn-zoom:hover {
    /*transform:scale(1.2,1.2);*/
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.kuku-01 {
  animation: tilt-animation 2.2s infinite linear;
  /* linearを使用してカクカクした動きにする */
  animation-timing-function: steps(1, end);
}

@media print, screen and (min-width: 769px) {
  .kuku-02:hover {
    animation: tilt-animation 2.2s infinite linear;
    /* linearを使用してカクカクした動きにする */
    animation-timing-function: steps(1, end);
  }
}

@keyframes tilt-animation {
  0% {
    transform: rotate(0deg);
    /* 初期の中央位置 */
  }
  25% {
    transform: rotate(-5deg);
    /* 左に30度 */
  }
  50% {
    transform: rotate(0deg);
    /* 再び中央 */
  }
  75% {
    transform: rotate(5deg);
    /* 右に30度 */
  }
  100% {
    transform: rotate(0deg);
    /* 再び中央 */
  }
}
/* フェードイン */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn01;
  animation-name: fadeIn01;
}

@-webkit-keyframes fadeIn01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated01 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated01.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* フェードイン */
.cor01 {
  color: #6a5047 !important;
}

.cor02 {
  color: #84C0DA !important;
}

.cor03 {
  color: #6F8AA9 !important;
}

.cor04 {
  color: #96B4CE !important;
}

.cor05 {
  color: #95c682 !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.lead_fnt01 {
  font-family: "Noticia Text", serif;
  /*font-family: "Sora", sans-serif;*/
  /*font-weight: 400;*/
  font-style: normal;
  /*color: #DC000C;*/
}

.lead_fnt02 {
  font-family: "Lora", serif;
  /*font-family: "Sora", sans-serif;*/
  color: #312929;
}

.lead_fnt03 {
  /*font-family: "Archivo Black", sans-serif;*/
}
@media print, screen and (min-width: 769px) {
  .lead_fnt03 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .lead_fnt03 {
    font-size: 110%;
  }
}

.bodpd_pt01 {
  border-top: #337ADB 3px solid;
}
@media print, screen and (min-width: 769px) {
  .bodpd_pt01 {
    padding: 15px 0px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .bodpd_pt01 {
    padding: 10px 0px 10px 0px !important;
  }
}

span.sec_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  /*20190322 追加*/
  line-height: 18px;
  font-weight: 500;
  /*20190322 追加*/
  text-align: left;
  vertical-align: middle;
}
span.no_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  line-height: 18px;
  margin-right: 5px;
  background-color: #C81D1F;
  padding: 3px 5px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .tpmg_sm_spc {
    margin-top: 25px;
  }
}

.schedule_area {
  width: 100%;
  height: auto;
}
.schedule_area table {
  width: 100%;
  border: none;
}
.schedule_area table th {
  width: 96%;
  padding: 15px 2%;
  border: none;
  /*background:#BACEE4 url(../images/) repeat-y 5% top;*/
}
.schedule_area table th span {
  width: 45%;
  padding-left: 35px;
  display: block;
  float: left;
  padding-bottom: 12;
  /*background:url(../images/) no-repeat left top;*/
}
.schedule_area table th p {
  width: 50% !important;
  display: block !important;
  float: right !important;
  padding-bottom: 12 !important;
}
.schedule_area table td {
  padding: 18px 19px 18px 0;
  border: none;
  background: #BACEE4;
  word-break: break-all;
}
.schedule_area table tr:nth-child(2n-1) th {
  background-color: #ffffff;
}
.schedule_area table tr:nth-child(2n-1) td {
  background-color: #ffffff;
}
.schedule_area table tr:nth-child(2n-1) th {
  background-image: url(../images/);
  background-position: 5% top;
  background-repeat: repeat-y;
}
.schedule_area table tr:first-child th {
  background: #fff url(../images/) no-repeat 5% top;
}
.schedule_area table tr:last-child th {
  background-image: url(../images/);
  background-position: 5% top;
  background-repeat: no-repeat;
}

.two_li_ti01 {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .two_li_ti01 {
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .two_li_ti01 {
    padding: 15px 0 !important;
  }
}
.two_li_ti01:before, .two_li_ti01:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.two_li_ti01:before {
  top: 0;
  border-top: 2px solid #2372AB;
  border-bottom: 1px solid #8AB1D1;
}
.two_li_ti01:after {
  bottom: 0;
  border-top: 1px solid #8AB1D1;
  border-bottom: 2px solid #2372AB;
}

.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fukidashi:before, .fukidashi:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.fukidashi:before {
  border-top: 15px solid #ccc;
}
.fukidashi:after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

.tel_frame {
  position: relative;
  padding: 1em;
  background-color: #f6f6f6;
}
.tel_frame:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ddd #ddd;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .tel_frame span.tel_bl {
    display: block;
    text-align: center;
  }
}

hr {
  display: block;
  border-bottom: 1px solid #808080;
  border-bottom-width: 1px;
  border-width: 0 0 1px 0;
  line-height: 0px;
  height: 0px;
  padding: 0px;
  /*margin: 50px 0 40px 0;*/
  clear: both;
}

/*** サイト内検索-Lightbox- ***/
.lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 200;
  text-align: center;
  background-repeat: repeat;
}

.lb-overlay > div {
  position: relative;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
  height: auto;
  margin: 0px auto 0px auto;
  background-color: #FFFFFF;
  border: #2F6EA8 solid 1px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay > div {
    width: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay > div {
    width: 95%;
  }
}

.lb-overlay div h2 {
  font-size: 25px;
  line-height: 30px;
  width: 90%;
  margin: 10px auto;
  color: #FFFFFF;
  background-color: #174386;
  border-radius: 7px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay div h2 {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay div h2 {
    padding: 10px 0px;
  }
}

.lb-overlay div p {
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay div p {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay div p {
    padding: 15px 0px;
  }
}

/* 検索フォーム */
.search_form {
  width: 90%;
  margin: 0px auto 50px auto;
}

#form5 {
  margin-bottom: 20px;
}

#sbox5 {
  float: left;
  outline: 0;
  height: 50px;
  padding: 0 10px;
  width: 70%;
  border-radius: 2px;
  background: #eee;
}

#SearchIndexQ {
  float: left;
  outline: 0;
  height: 50px;
  padding: 0 10px;
  width: 70%;
  border-radius: 2px;
  background: #eee;
}

#sbtn5 {
  float: right;
  width: 28%;
  height: 50px;
  border-radius: 2px;
  background-color: #7fbfff !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

#submit {
  float: right;
  width: 28%;
  height: 50px;
  border-radius: 2px;
  background-color: #7fbfff !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* 検索フォーム */
.lb-overlay a.lb-close {
  background-color: #5B8ACB;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  width: 100%;
  height: 35px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
}

.lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
}
@media print, screen and (min-width: 769px) {
  .lb-overlay:target {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-overlay:target {
    padding-top: 20px;
  }
}

.lb-overlay:target img {
  -webkit-animation: fadeInScale 1.2s ease-in-out;
  -moz-animation: fadeInScale 1.2s ease-in-out;
  -o-animation: fadeInScale 1.2s ease-in-out;
  -ms-animation: fadeInScale 1.2s ease-in-out;
  animation: fadeInScale 1.2s ease-in-out;
}

.lb-overlay:target a.lb-close,
.lb-overlay:target > div {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes fadeInScale {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes fadeInScale {
  0% {
    -o-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes fadeInScale {
  0% {
    -ms-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
x:-o-prefocus, .lb-overlay img {
  height: 100%;
}

/*** サイト内検索-Lightbox- ***/
/*** 各種ブロック ***/
.left_block_01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_01 {
    float: left;
    width: 16%;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_01 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.right_block_01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_01 {
    float: right;
    width: 82%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_01 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_02 {
    float: left;
    width: 35%;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_02 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_02_sub {
  display: block;
  overflow: hidden;
  background-color: #DFDFDF;
  position: relative;
  /*canvas{
  	position: absolute;
  	top: 0;
  	left: 0;
  	@include wi-pc{
  	width: 100%!important;
  	height: 310px!important;
  	}
  	@include wi-sm1{
  	width: 100%!important;
  	height: 90px!important;
  	}
  }*/
}
@media print, screen and (min-width: 769px) {
  .left_block_02_sub {
    float: left;
    width: 35%;
    height: 310px;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_02_sub {
    float: none;
    width: 100%;
    height: 20px;
    margin: 0px;
  }
}

.right_block_02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_02 {
    float: right;
    width: 63%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_02 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_03 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_03 {
    float: left;
    width: 48%;
    /*width: 22%;*/
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_03 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_03 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_03 {
    float: right;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_03 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_04 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_04 {
    float: left;
    width: 56%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_04 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_04 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_04 {
    float: right;
    width: 42%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_04 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_05 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .left_block_05 {
    float: left;
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .left_block_05 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_05 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .right_block_05 {
    float: right;
    width: 28%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right_block_05 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

/*** 各種ブロック ***/
.intro_co01 {
  border: #9079b6 2px solid;
}

.intro_co02 {
  border: #8ec37a 2px solid;
}

.intro_co03 {
  border: #6884ba 2px solid;
}

.intro_co04 {
  border: #d5b445 2px solid;
}

.intro_co05 {
  border: #e28f91 2px solid;
}

.intro_co06 {
  border: #a4acb0 2px solid;
}

.st_mes_bod01 {
  border: #15A26B solid 1px;
}

.st_mes_bgcl01 {
  background-color: #15A26B;
}

.st_mes_fon01 {
  color: #15A26B;
}

.st_mes_bod02 {
  border: #A79537 solid 1px;
}

.st_mes_bgcl02 {
  background-color: #A79537;
}

.st_mes_fon02 {
  color: #A79537;
}

.st_mes_bod03 {
  border: #E4676A solid 1px;
}

.st_mes_bgcl03 {
  background-color: #E4676A;
}

.st_mes_fon03 {
  color: #E4676A;
}

.st_mes_bod04 {
  border: #499DCC solid 1px;
}

.st_mes_bgcl04 {
  background-color: #499DCC;
}

.st_mes_fon04 {
  color: #499DCC;
}

.st_mes_bod05 {
  border: #7352D1 solid 1px;
}

.st_mes_bgcl05 {
  background-color: #7352D1;
}

.st_mes_fon05 {
  color: #7352D1;
}

/*** line-height・font-size 0 ***/
.img_fl0 {
  font-size: 0px;
  line-height: 0px;
}

/*** line-height・font-size 0 ***/
@media print, screen and (min-width: 769px) {
  .indent-1 {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
  }
  .indent-1 span.ft_com {
    position: absolute;
    left: 10;
  }
}
@media only screen and (max-width: 768px) {
  .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
    /*padding-left:10px;
    text-indent:-10px;*/
  }
}

@media print, screen and (min-width: 769px) {
  .indent-2 {
    position: relative;
    padding-left: 3em;
    text-indent: -3em;
  }
  .indent-2 span.ft_com {
    position: absolute;
    left: 20;
  }
}

@media print, screen and (min-width: 769px) {
  .indent-3 {
    position: relative;
    padding-left: 5em;
    text-indent: -5em;
  }
  .indent-3 span.ft_com {
    position: absolute;
    left: 30;
  }
}

@media print, screen and (min-width: 769px) {
  .indent-4 {
    position: relative;
    padding-left: 4em;
    text-indent: -4em;
  }
  .indent-4 span.ft_com {
    position: absolute;
    left: 30;
  }
}

.sub_page_title {
  border-bottom: 1px dotted #464646;
}
@media print, screen and (min-width: 769px) {
  .sub_page_title {
    font-size: 16px !important;
    font-weight: bold !important;
  }
}
@media only screen and (max-width: 768px) {
  .sub_page_title {
    font-size: 14px !important;
    font-weight: bold !important;
  }
}

.sub_page_title01 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border: 3px double #5184A4;
}

.sub_page_title02 {
  position: relative;
  padding: .25em 0 .5em .95em;
  border-left: 6px solid #ccc;
}
.sub_page_title02:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #5F7FC0;
}
.sub_page_title02:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

/*** 画像　並び ***/
/*** 罫線 ***/
@media print, screen and (min-width: 769px) {
  .bd01 {
    border: solid 5px #e6e6e6;
  }
}
@media only screen and (max-width: 768px) {
  .bd01 {
    border: solid 3px #e6e6e6;
  }
}

@media print, screen and (min-width: 769px) {
  .bd02 {
    border: solid 5px #16619E;
  }
}
@media only screen and (max-width: 768px) {
  .bd02 {
    border: solid 3px #16619E;
  }
}

@media print, screen and (min-width: 769px) {
  .bdb01 {
    border-bottom: solid 2px #e6e6e6;
  }
}
@media only screen and (max-width: 768px) {
  .bdb01 {
    border-bottom: solid 2px #e6e6e6;
  }
}

@media print, screen and (min-width: 769px) {
  .bdb02 {
    border-bottom: solid 1px #eb5314;
  }
}
@media only screen and (max-width: 768px) {
  .bdb02 {
    border-bottom: solid 1px #eb5314;
  }
}

@media print, screen and (min-width: 769px) {
  .bd_tp01 {
    border-top: solid 5px #eb5314;
  }
}
@media only screen and (max-width: 768px) {
  .bd_tp01 {
    border-top: solid 3px #eb5314;
  }
}

/*** 罫線 ***/
.img_fl0 {
  font-size: 0px;
  line-height: 0px;
}

@media print, screen and (min-width: 769px) {
  .pc_bt20_sm_bt0 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pc_bt20_sm_bt0 {
    margin-bottom: 0px;
  }
}

/*** 1列 ***/
.block_PC1_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.block_PC1_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC1_sm2 li {
    width: 100%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC1_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC1_sm2 li img {
  width: 100%;
  height: auto;
}

/*** 2列 ***/
.block_PC2_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.block_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC2_sm1 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.block_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC2_sm1 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC2_sm1 li {
    width: 100%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC2_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
ul.img_wi100_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ol.img_wi100_PC2_sm2_sub {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ol.img_wi100_PC2_sm2_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ol.img_wi100_PC2_sm2_sub li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ol.img_wi100_PC2_sm2_sub li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ol.img_wi100_PC2_sm2_sub li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC2_sm1 {
  width: 100% !important;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC2_sm1 li {
    width: 50%;
    padding: 0px 1% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC2_sm1 li {
    width: 100%;
    padding: 0px 0px 0px;
  }
}
ul.img_wi100_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ol.img_wi100_PC2_sm1_sub {
  width: 100% !important;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ol.img_wi100_PC2_sm1_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ol.img_wi100_PC2_sm1_sub li {
    width: 50%;
    padding: 0px 1% 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  ol.img_wi100_PC2_sm1_sub li {
    width: 100%;
    padding: 0px 0px 0px;
  }
}
ol.img_wi100_PC2_sm1_sub li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi70_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi60_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi60_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi60_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm2 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm2 {
    width: 80%;
  }
}
ul.img_wi50_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi50_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm1 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm1 {
    width: 80%;
  }
}
ul.img_wi50_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi50_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 3列 ***/
.block_PC3_sm3 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm3 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm3 {
    width: 100%;
  }
}
.block_PC3_sm3 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm3 li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm2 {
    width: 100%;
  }
}
.block_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm2 li {
    width: 50%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1 {
    width: 100%;
  }
}
.block_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC3_sm1 li {
    width: 100%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi100_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi100_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm2 {
    width: 80%;
  }
}
ul.img_wi60_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm1 {
    width: 80%;
  }
}
ul.img_wi60_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 4列 ***/
.block_PC4_sm4 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm4 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm4 {
    width: 100%;
  }
}
.block_PC4_sm4 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm4 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm4 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
.block_PC4_sm4 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm3 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm3 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm3 {
    width: 100%;
  }
}
.block_PC4_sm3 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm3 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
.block_PC4_sm3 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm2 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm2 {
    width: 100%;
  }
}
.block_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
.block_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm1 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm1 {
    width: 100%;
  }
}
.block_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .block_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block_PC4_sm1 li {
    width: 100%;
    padding: 0px 2% 20px;
  }
}
.block_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC4_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi100_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi100_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi90_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi90_PC4_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi80_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi80_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi70_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi70_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi70_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi60_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm1 {
    width: 96%;
  }
}
ul.img_wi60_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi60_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi60_PC4_sm1 li {
    width: 100%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi60_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm2 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm2 {
    width: 80%;
  }
}
ul.img_wi50_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi50_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm1 {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm1 {
    width: 80%;
  }
}
ul.img_wi50_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  ul.img_wi50_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  ul.img_wi50_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi50_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 画像　並び ***/
/*** 表スクロール ***/
.ta_scl {
  display: block;
}
@media only screen and (max-width: 768px) {
  .ta_scl {
    overflow: auto;
    white-space: nowrap;
  }
  .ta_scl::-webkit-scrollbar {
    height: 5px;
  }
  .ta_scl::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .ta_scl::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

/*** 表スクロール ***/
table.ta_style01 {
  border: none;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 {
    width: 870px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 {
    width: 580px;
    font-size: 0.70em;
    line-height: 1.5em;
  }
}
table.ta_style01 th {
  vertical-align: middle;
  padding: 4px 4px;
  border: 1px solid #ddd;
  text-align: center;
  background: #efefef;
  font-weight: normal;
  width: auto;
  letter-spacing: -0.07em;
}
table.ta_style01 th.markup01 {
  background: #00308d;
  color: #FFFFFF;
}
table.ta_style01 th.markup02 {
  background: #4668AD;
  color: #FFFFFF;
}
table.ta_style01 td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 769px) {
  table.ta_style01 td {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style01 td {
    padding: 4px 4px;
  }
}
table.ta_style01 td.markup {
  background: #ffeeee;
  font-weight: bold;
  letter-spacing: 0em;
}
table.ta_style01 td.markup01 {
  background: #00308d;
  color: #FFFFFF;
}
table.ta_style01 td.ctr {
  text-align: center;
}
table.ta_style01 td.lt {
  text-align: left;
}
table.ta_style01 td.rt {
  text-align: right;
}

table.ta_style02 {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 {
    width: 100% !important;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 {
    width: 100% !important;
    font-size: 14px;
  }
}
table.ta_style02 th {
  vertical-align: middle;
  background-color: #D9E6F4;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 th {
    width: 20%;
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 th {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02 th.bg_blu {
  background-color: #0E4287;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style02 td {
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style02 td {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02 td.bg_gr01 {
  background-color: #D6E7F8;
}

table.ta_style03 {
  border: none;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style03 {
    width: 870px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style03 {
    width: 580px;
    font-size: 0.70em;
    line-height: 1.5em;
  }
}
table.ta_style03 th {
  vertical-align: top;
  padding: 4px 4px;
  border: 1px solid #ddd;
  text-align: center;
  background: #efefef;
  font-weight: normal;
  width: auto;
  letter-spacing: -0.07em;
}
table.ta_style03 td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 769px) {
  table.ta_style03 td {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style03 td {
    padding: 4px 4px;
  }
}
table.ta_style03 td.markup {
  background: #ffeeee;
  font-weight: bold;
  letter-spacing: 0em;
}
table.ta_style03 td.ctr {
  text-align: center;
}
table.ta_style03 td.lt {
  text-align: left;
}
table.ta_style03 td.rt {
  text-align: right;
}

table.ta_style04 {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  table.ta_style04 {
    width: 600px !important;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style04 {
    width: 75% !important;
    font-size: 14px;
  }
}
table.ta_style04 th {
  vertical-align: middle;
  background: #C5DFFF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style04 th {
    width: 20%;
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style04 th {
    text-align: center;
    padding: 10px 1% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style04 td {
  background: #EFEFEF;
}
@media print, screen and (min-width: 769px) {
  table.ta_style04 td {
    padding: 10px !important;
    border: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  table.ta_style04 td {
    text-align: center;
    padding: 10px 1% !important;
    width: 100% !important;
    display: block !important;
  }
}

.colored {
  color: #C3002F;
}

.colored01 {
  color: #DC146B;
}

.coloblue {
  color: #0B55C5;
}

.cologr {
  color: #108B35;
}

@media print, screen and (min-width: 769px) {
  .font-ll {
    font-size: 34px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-ll {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-l01 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-l01 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

.font-l {
  font-size: 20px !important;
  line-height: 26px !important;
}

@media print, screen and (min-width: 769px) {
  .font-m {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-m {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .font-s {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-s {
    font-size: 11px !important;
    line-height: 16px !important;
  }
}

/* 文字間隔 */
@media print, screen and (min-width: 769px) {
  .lsp_lrg {
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .lsp_lrg {
    letter-spacing: 7px;
  }
}

@media print, screen and (min-width: 769px) {
  .lsp_mid {
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .lsp_mid {
    letter-spacing: 3px;
  }
}

@media print, screen and (min-width: 769px) {
  .lsp_sml {
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .lsp_sml {
    letter-spacing: 2px;
  }
}

/* 文字間隔 */
@media print, screen and (min-width: 769px) {
  .headline {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .headline {
    margin-bottom: 5%;
    line-height: 1.4;
  }
}
.headline.large {
  margin-bottom: 3%;
}
@media print, screen and (min-width: 769px) {
  .headline.large {
    font-size: 31px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.large {
    font-size: 20px;
    margin-bottom: 5%;
  }
}
.headline.medium {
  font-size: 20px;
  margin-bottom: 1%;
}
.headline.small {
  font-size: 16px;
  margin-bottom: 1%;
}
.headline.colored {
  color: #C3002F;
}
.headline.gray {
  color: #999;
}
.headline.bold {
  font-weight: bold;
}
.headline.border-l {
  border-left: 6px solid #C3002F;
  padding-left: 15px;
}
@media print, screen and (min-width: 769px) {
  .headline.font-l {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.font-m {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.font-m {
    font-size: 13.5px;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.font-s {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.font-s {
    font-size: 11px;
  }
}
.headline.font-w-b {
  font-weight: bold;
}
.headline.l-border {
  border-left: 3px solid #c9c9c9;
  padding-left: 10px;
}
@media print, screen and (min-width: 769px) {
  .headline.mb-s {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.mb-s {
    margin-bottom: 3%;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.mb-m {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .headline.mb-m {
    margin-bottom: 5%;
  }
}
@media print, screen and (min-width: 769px) {
  .headline.mb-l {
    margin-bottom: 40px;
  }
}
.headline.boxDesign {
  background: #4c4c4c;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .headline.boxDesign {
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 14px;
  }
}

.img {
  margin-bottom: 3%;
}

.page_tit_01 {
  border-bottom: 1px solid #C3002F;
  border-top: 1px solid #C3002F;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_02 {
  background: #EEE;
  display: block;
  padding: 4px 10px;
  margin: 10px 0;
  font-size: 14px;
}

.page_tit_or {
  background: #ec5e2e;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_lb {
  background: #3399cc;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_bl {
  background: #08188e;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_pk {
  background: #cc3366;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.list {
  margin-bottom: 30px;
}
.list.list-01 {
  list-style-type: disc;
  margin-left: 20px;
}
.list.list-01 li {
  list-style-type: disc;
}
.list.list-02 {
  list-style-type: decimal;
  margin-left: 20px;
}
.list.list-02 li {
  margin: 1em 0;
  list-style-type: decimal;
}

.contentsLines {
  border-bottom: 1px #666 dotted;
}

.box {
  margin-bottom: 30px;
}
.box.box-01 {
  border: 1px solid #abaeb1;
  padding: 10px 20px 20px;
}
.box.box-01.paddingCtr20 {
  padding: 20px;
}
.box.box-01 .box-title {
  font-size: 20px;
  color: #C3002F;
  margin-top: -35px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 10px;
}

.table.table01 tr td, .table.table01 tr th {
  line-height: 1.4;
  display: block;
}

.table.table01 tr th {
  line-height: 1.4;
  font-weight: bold;
}

.table {
  width: 100%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 768px) {
  .table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table.table01 tr {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .table.table01 tr {
    padding: 2% 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table01 tr td {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .table.table01 tr td {
    line-height: 1.4;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table01 tr th {
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .table.table01 tr th {
    line-height: 1.4;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 tbody {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table02 th, .table.table02 td {
    padding: 10px 15px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 th, .table.table02 td {
    padding: 2% 0 2% 2%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .table.table02 th {
    background-color: #666;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .table.table02 th.space {
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 th {
    background-color: #666;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .table.table02 th.space {
    display: none;
  }
}
.table.table02 td {
  line-height: 1.4;
  min-height: 100px;
}
.table.table02 td.year {
  white-space: nowrap;
}
.table.table02 td.year-summary {
  width: 30%;
}
@media print, screen and (min-width: 769px) {
  .table.table02 td.space {
    width: 1em;
    padding: 0 !important;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 td.space {
    display: none;
  }
}
.table.table02 td img {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .table.table02 td img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .table.table02 tr {
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table.table02 tr.even {
  background-color: #eee;
}
@media print, screen and (min-width: 769px) {
  .table.table02 tr.even .space {
    background: #fff;
  }
}
.table.table03 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table.table03 td, .table.table03 th {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table.table03 th {
  text-align: center;
  background-color: #eee;
}
.table.table04 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table.table04 td, .table.table04 th {
  padding: 12px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .table.table04 td .ltSpace, .table.table04 th .ltSpace {
    letter-spacing: 0.3em;
  }
  .table.table04 td .ltSpace.leftSet, .table.table04 th .ltSpace.leftSet {
    padding-left: 5px;
  }
}
.table.table04 th {
  background-color: #eee;
  font-size: 100%;
}
.table.table04 th b {
  font-size: 120%;
}
.table.table04 td {
  font-size: 140%;
}
.table.table04 td small {
  font-size: 75% !important;
  padding-left: 2px;
}
@media only screen and (max-width: 768px) {
  .table.table04 {
    display: block;
    width: 100%;
  }
  .table.table04 thead {
    display: block;
    float: left;
  }
  .table.table04 tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table.table04 tbody tr {
    width: 100%;
    margin: 0 !important;
  }
  .table.table04 th {
    display: block;
    width: auto;
    font-size: 14px !important;
  }
  .table.table04 th b {
    font-size: 14px;
  }
  .table.table04 tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .table.table04 td {
    display: block;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 768px) {
  .img {
    margin-bottom: 0;
  }
  .img.no-requid img {
    width: auto;
    height: auto;
  }
  .img.imgfloats img {
    max-width: 48%;
  }
  .img.imgarightRight img {
    float: right;
    padding: 0 0 1em 1em;
  }
  .img .caption.cap-r {
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  .section {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section {
    margin-bottom: 5%;
  }
}
.section .catch {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section .txt {
  margin-bottom: 20px;
}
.section .txt p + p {
  margin-top: 1em;
}
.section .txt img {
  width: 100%;
}
.section .unit {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
.section .imgBoxItem img {
  width: auto;
}

/*----------------------------------------------

table

----------------------------------------------*/
.tableTypeB {
  width: 100%;
  margin-bottom: 24px;
}

.tableTypeB tr th,
.tableTypeB tr td {
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0 3px;
}

.tableTypeB tr td.holiday {
  background: #E7E6EB;
}

.tableTypeB tr th.sunday {
  color: #EE313F;
}

.tableTypeB tr th.saturday {
  color: #267CF3;
}

.month {
  background: #666;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 0 5px 1em;
}

.month .number {
  font-size: 18px;
  padding: 0 0 0 0.8em;
}

@media only screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .scroll:-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }

  .scroll:-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }

  .scroll:-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}
@media only screen and (max-width: 768px) {
  .tableCells {
    box-sizing: border-box;
    border-right: 1px solid #4f4d47;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .tableCells table {
    border-right: none;
  }
}
.block {
  display: block !important;
}

@media print, screen and (min-width: 769px) {
  .block-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .block-pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .block-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .block-sp {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .spBlock {
    display: block;
  }
}

/*------------------------------------------------

  youtube style

------------------------------------------------*/
.youtubeStyle {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .youtubeStyle {
    width: 100%;
  }
}

.youtubeStyle iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.popup-iframe {
  vertical-align: bottom;
}
.popup-iframe img {
  width: 100%;
  vertical-align: bottom;
}

.youtubeStyle .video-js {
  margin: 0 auto !important;
}

.accessGoogle {
  width: 100%;
  height: 566px;
}

/* グローバルナビ　チェック */
@media print, screen and (min-width: 769px) {
  body#top #nav_area02 ul li#nav01 a:after,
  body#info #nav_area02 ul li#nav02 a:after,
  body#dgs #nav_area02 ul li#nav03 a:after,
  body#exa #nav_area02 ul li#nav04 a:after,
  body#camp #nav_area02 ul li#nav05 a:after,
  body#orme #nav_area02 ul li#nav06 a:after {
    position: absolute !important;
    content: " " !important;
    display: block !important;
    border-bottom: solid 3px #053485 !important;
    bottom: 0px !important;
    width: 100% !important;
  }
}

/* グローバルナビ　チェック */
/* エリアサイズ */
.wi_pc100_sm100 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc100_sm100 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc100_sm100 {
    width: 100%;
  }
}

.wi_img_pc100_sm86 {
  display: block;
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .wi_img_pc100_sm86 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_img_pc100_sm86 {
    width: 86%;
  }
}
.wi_img_pc100_sm86 img {
  width: 100%;
  height: auto;
}

.wi_pc98_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 1001px) {
  .wi_pc98_sm98 {
    width: 98%;
  }
}
@media only screen and (max-width: 1000px) {
  .wi_pc98_sm98 {
    width: 98%;
  }
}

.wi_pc90_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc90_sm98 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc90_sm98 {
    width: 98%;
  }
}

.wi_pc80_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media only screen and (min-width: 1001px) {
  .wi_pc80_sm98 {
    width: 80%;
  }
}
@media only screen and (min-width: 1001px) {
  .wi_pc80_sm98 {
    width: 98%;
  }
}

.wi_pc80_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc80_sm80 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc80_sm80 {
    width: 80%;
  }
}

.wi_pc70_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc70_sm98 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc70_sm98 {
    width: 98%;
  }
}

.wi_pc60_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc60_sm98 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc60_sm98 {
    width: 98%;
  }
}

.wi_pc60_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .wi_pc60_sm80 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .wi_pc60_sm80 {
    width: 80%;
  }
}

/* エリアサイズ */
/* 枠の余白 */
@media print, screen and (min-width: 769px) {
  .pdtpbt_pc10_sm5 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc10_sm5 {
    padding: 5px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc10_sm10 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc10_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm10 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm15 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc20_sm20 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc20_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc30_sm10 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc30_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc30_sm15 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc30_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc30_sm20 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc30_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc40_sm10 {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc40_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc40_sm15 {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc40_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc40_sm20 {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc40_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc50_sm10 {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc50_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc50_sm15 {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc50_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc50_sm20 {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc50_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc60_sm10 {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc60_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc60_sm15 {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc60_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtpbt_pc60_sm20 {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtpbt_pc60_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdl_pc10_sm0 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdl_pc10_sm0 {
    padding: 0px 0px 0px 0px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdl_pc10_sm5 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdl_pc10_sm5 {
    padding: 0px 0px 0px 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .pdtp_pc10_sm10 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pdtp_pc10_sm10 {
    padding: 0px 0px 0px 10px;
  }
}

/* 枠の余白 */
@media print, screen and (min-width: 769px) {
  .navi_und_b {
    /*▼▼▼ホバーアニメーション▼▼▼*/
    transition: all .3s;
    background-position: 0 0;
    background-size: 201% auto;
    /*▲▲▲ホバーアニメーション▲▲▲*/
  }
  .navi_und_b:hover {
    text-decoration: none;
  }
  .navi_und_b:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #053485;
    transition: .3s;
    transform: translateX(-50%);
  }
  .navi_und_b:hover:after {
    width: 100%;
  }
}

/*g#my-path01 path,g#my-path02 path {
	stroke: transparent;
	-webkit-animation: stroke 2s ease-in-out forwards; 
	animation: stroke 2s ease-in-out forwards; 
	stroke: rgba(5, 92, 92, 0.5);
	stroke-dasharray: 1800;
	stroke-dashoffset: 0;
	stroke-width: 1;
}*/
g#my-path01 path#my-path_a01 {
  stroke: transparent;
  -webkit-animation: stroke 2s ease-in-out forwards;
  animation: stroke01 2s ease-in-out forwards;
  stroke: #dc000c;
  stroke-dasharray: 1800;
  stroke-dashoffset: 0;
  stroke-width: 1;
}

@-webkit-keyframes stroke01 {
  0% {
    fill: #eee;
    stroke-dashoffset: 1800;
  }
  10% {
    fill: transparent;
  }
  80% {
    fill: transparent;
  }
  100% {
    fill: #dc000c;
    stroke-dashoffset: 0;
  }
}
@keyframes stroke01 {
  0% {
    fill: #eee;
    stroke-dashoffset: 1800;
  }
  10% {
    fill: transparent;
  }
  80% {
    fill: transparent;
  }
  100% {
    fill: #dc000c;
    stroke-dashoffset: 0;
  }
}
g#my-path01 path.my-path,
g#my-path02 path.my-path {
  stroke: transparent;
  -webkit-animation: stroke 2s ease-in-out forwards;
  animation: stroke02 2s ease-in-out forwards;
  stroke: #6a5047;
  stroke-dasharray: 1800;
  stroke-dashoffset: 0;
  stroke-width: 1;
}

@-webkit-keyframes stroke02 {
  0% {
    fill: #eee;
    stroke-dashoffset: 1800;
  }
  10% {
    fill: transparent;
  }
  80% {
    fill: transparent;
  }
  100% {
    fill: #6a5047;
    stroke-dashoffset: 0;
  }
}
@keyframes stroke02 {
  0% {
    fill: #eee;
    stroke-dashoffset: 1800;
  }
  10% {
    fill: transparent;
  }
  80% {
    fill: transparent;
  }
  100% {
    fill: #6a5047;
    stroke-dashoffset: 0;
  }
}
#my-element {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #FFFFFF;
}

#my-element #my-element_in {
  position: relative;
  width: 100%;
  height: 100%;
}

#first-element_in {
  position: relative;
  width: 100%;
  height: 100%;
}

#op_logo {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
  margin: auto;
}
@media only screen and (min-width: 1001px) {
  #op_logo {
    /*width: 40%;*/
    width: 26%;
  }
}
@media only screen and (max-width: 1000px) {
  #op_logo {
    height: auto;
    width: 62%;
  }
}

body {
  /*
  background-repeat: no-repeat;
  background-size: cover;*/
  width: 100%;
  height: 100%;
  /*@include wi-pc{
  position: relative;
  cursor: none;
  }*/
}
body.bg-main {
  background-repeat: no-repeat;
  background-position: center top;
}
@media print, screen and (min-width: 769px) {
  body.bg-main {
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.bg-main {
    background-size: 140%;
  }
}

.sec_shine {
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.sec_shine:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.sec_shine:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
.sec_shine:after {
  content: '';
  position: absolute;
  transition: 0.3s ease-in-out;
}

.btn_shine {
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .btn_shine:hover {
    opacity: 0.8;
  }
}
.btn_shine:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn_shine:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
.btn_shine:after {
  content: '';
  position: absolute;
  transition: 0.3s ease-in-out;
}

.btn_shine_pg {
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .btn_shine_pg:hover {
    opacity: 0.8;
    overflow: visible !important;
    transition: 0.8s ease-in-out;
  }
  .btn_shine_pg:hover:active {
    transform: translateY(0px);
    box-shadow: 0px 0px 0px transparent;
    border-bottom: none;
  }
  .btn_shine_pg:hover:before {
    content: '';
    display: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 0s infinite;
  }
  .btn_shine_pg:hover:after {
    content: '';
    position: absolute;
    transition: 1.0s ease-in-out;
  }
}
.btn_shine_pg:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn_shine_pg:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}
.btn_shine_pg:after {
  content: '';
  position: absolute;
  transition: 0.3s ease-in-out;
}

@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.sc01 {
  animation: size01 3s ease-in-out infinite;
  -webkit-animation: size01 3s ease-in-out infinite;
  -moz-animation: size01 3s ease-in-out infinite;
}

@keyframes size01 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.sc02 {
  animation: size02 3s ease-in-out infinite;
  -webkit-animation: size02 3s ease-in-out infinite;
  -moz-animation: size02 3s ease-in-out infinite;
}

@keyframes size02 {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*** 検証用 ***/
.slider .slick-slide {
  width: 10%;
  /* 通常の画像サイズ */
  transition: all 0.3s ease;
}

/* 左端のスライドを大きく表示 */
.slider .slick-slide:first-child {
  width: 60%;
}

.myswiper-wrapper {
  /*ウィンドウ幅からはみ出さないようにする*/
  overflow: hidden;
}

.swiper {
  width: 10%;
  /*max-width: 640px;*/
  /*アクティブなスライド以外も見えるように*/
  overflow: visible !important;
}

.card.swiper-slide {
  width: 431.69px !important;
  height: 445px;
  margin: 0;
  -webkit-transition: width .8s ease,height .8s ease;
  transition: width .8s ease,height .8s ease;
}

.card.swiper-slide.swiper-slide-active {
  width: 655.59px !important;
  height: 578px;
  margin-top: 0;
}

.swiper {
  width: 100%;
  height: 450px;
  overflow: hidden !important;
}

.swiper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  width: 10% !important;
  height: 450px;
  margin: 0;
  -webkit-transition: width .8s ease,height .8s ease;
  transition: width .8s ease,height .8s ease;
}

.swiper-slide.swiper-slide-active {
  width: 70% !important;
  height: 450px;
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .slider-container {
    width: 100%;
    margin: 0 auto;
  }
}

.slick-slide {
  padding: 2px;
}

.slick-prev, .slick-next {
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .slick-prev {
    left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 0% !important;
    /*left: -6%!important;*/
  }
}

@media print, screen and (min-width: 769px) {
  .slick-next {
    right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 0% !important;
    /*right: -6%!important;*/
  }
}

/*** 検証用 ***/
@keyframes hurueru {
  /*0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}*/
  0% {
    transform: translateX(0);
  }
  7% {
    transform: translateX(-10px);
  }
  14% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(-10px);
  }
  32% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0px);
  }
}
.sp-gr {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sp-gr {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .sp-gr {
    /*height: 32px;*/
    height: 18px;
  }
}

.info-area {
  width: 100%;
  position: relative;
  z-index: 0;
  /*@include wi-pc{
  padding: 82px 0;
  }
  @include wi-sm1{
  padding: 42px 0;
  }*/
}
@media print, screen and (min-width: 769px) {
  .info-area {
    padding: 42px 0;
  }
}
@media only screen and (max-width: 768px) {
  .info-area {
    padding: 22px 0;
  }
}
.info-area .ti-area01 {
  position: relative;
  z-index: 5;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area01 {
    width: 1000px;
    margin: 40px auto 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area01 {
    width: 96%;
    margin: 23px auto 0px auto;
  }
}
.info-area .ti-area01 h2 {
  text-align: center;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area01 h2 {
    /*font-size: 310%;*/
    font-size: 420%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area01 h2 {
    /*font-size: 240%;*/
    font-size: 260%;
    line-height: 1.2;
  }
}
.info-area .ti-area02-area {
  position: relative;
  z-index: 5;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area02-area {
    width: 1000px;
    max-width: 100%;
    margin: 10px auto 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area02-area {
    width: 96%;
    max-width: 100%;
    margin: 6px auto 26px;
  }
}
.info-area .ti-area02-area .ti-area02 {
  padding: 4px 0px;
  /*width: 100vw;*/
  width: 100%;
  background-repeat: repeat-x;
  background-size: contain;
}
.info-area .ti-area02-area .ti-area02 h3 {
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area02-area .ti-area02 h3 {
    font-size: 136%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area02-area .ti-area02 h3 {
    font-size: 116%;
    line-height: 1.2;
  }
}
.info-area .ti-area02-area .ti-area02 h3 span {
  /*display: block;*/
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area02-area .ti-area02 h3 span {
    padding: 0px 12px;
    /*padding-right: 12px;*/
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area02-area .ti-area02 h3 span {
    padding: 0px 8px;
    /*padding-right: 8px;*/
  }
}
.info-area .ti-area02-area .ti-area02 h3 span.bgcol-01 {
  /*width: 8vw;*/
  background-color: #2174a3;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-01 {
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-01 {
    width: 83%;
  }
}
.info-area .ti-area02-area .ti-area02 h3 span.bgcol-02 {
  /*width: 8vw;*/
  background-color: #ffb0a1;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-02 {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-02 {
    width: 83%;
  }
}
.info-area .ti-area02-area .ti-area02 h3 span.bgcol-03 {
  /*width: 8vw;*/
  background-color: #79bb78;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-03 {
    width: 31%;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-03 {
    width: 83%;
  }
}
.info-area .ti-area02-area .ti-area02 h3 span.bgcol-04 {
  /*width: 8vw;*/
  background-color: #df6742;
}
@media print, screen and (min-width: 769px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-04 {
    width: 21%;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .ti-area02-area .ti-area02 h3 span.bgcol-04 {
    width: 73%;
  }
}
.info-area .ti-area02-area .ti-area02 h3 span i {
  text-decoration: none;
  font-style: normal;
}
.info-area .info-area-in {
  position: relative;
  z-index: 5;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .info-area .info-area-in {
    width: 1000px;
    margin: 0px auto 40px auto;
    padding: 15px 28px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .info-area-in {
    width: 96%;
    margin: 0px auto 23px auto;
    padding: 15px 1%;
    border-radius: 8px;
  }
}
.info-area .info-area-in.bg-wh {
  background-color: #FFFFFF;
}
.info-area .info-area-in h4 {
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .info-area .info-area-in h4 {
    font-size: 140%;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .info-area .info-area-in h4 {
    font-size: 132%;
    margin-bottom: 12px;
  }
}
.info-area .cp-bg-01 {
  position: absolute;
  z-index: 2;
  background-color: #2174a3;
  right: 0;
  /*bottom: 0;*/
  top: 0;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-01 {
    width: 100%;
    height: 100%;
    /*width: 90%;*/
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-01 {
    width: 100%;
    height: 100%;
    border-top-left-radius: 55px;
  }
}
.info-area .cp-bg-01:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-01:before {
    width: 86px;
    height: 86px;
    right: 8%;
    top: -84px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-01:before {
    width: 46px;
    height: 46px;
    right: 2%;
    top: -42px;
  }
}
.info-area .cp-bg-01.is-show:before {
  animation: hurueru .1s;
  animation-iteration-count: 6.5;
}
.info-area .cp-bg-02 {
  position: absolute;
  z-index: 2;
  background-color: #ffb0a1;
  right: 0;
  /*bottom: 0;*/
  top: 0;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-02 {
    width: 100%;
    height: 100%;
    /*width: 90%;
    height: 94%;*/
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-02 {
    width: 100%;
    height: 100%;
    border-top-left-radius: 55px;
  }
}
.info-area .cp-bg-02:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-02:before {
    width: 86px;
    height: 86px;
    right: 8%;
    top: -84px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-02:before {
    width: 46px;
    height: 46px;
    right: 2%;
    top: -42px;
  }
}
.info-area .cp-bg-02.is-show:before {
  animation: hurueru .1s;
  animation-iteration-count: 6.5;
}
.info-area .cp-bg-02-sub {
  position: absolute;
  z-index: 1;
  background-color: #2174a3;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-02-sub {
    width: 100%;
    /*width: 90%;*/
    height: 50%;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-02-sub {
    width: 100%;
    height: 43%;
  }
}
.info-area .cp-bg-03 {
  position: absolute;
  z-index: 2;
  background-color: #79bb78;
  right: 0;
  /*bottom: 0;*/
  top: 0;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-03 {
    width: 100%;
    height: 100%;
    /*width: 90%;
    height: 94%;*/
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-03 {
    width: 100%;
    height: 100%;
    border-top-left-radius: 55px;
  }
}
.info-area .cp-bg-03:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-03:before {
    width: 86px;
    height: 86px;
    right: 8%;
    top: -84px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-03:before {
    width: 46px;
    height: 46px;
    right: 2%;
    top: -42px;
  }
}
.info-area .cp-bg-03.is-show:before {
  animation: hurueru .1s;
  animation-iteration-count: 6.5;
}
.info-area .cp-bg-03-sub {
  position: absolute;
  z-index: 1;
  background-color: #ffb0a1;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-03-sub {
    width: 100%;
    /*width: 90%;*/
    height: 50%;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-03-sub {
    width: 100%;
    height: 43%;
  }
}
.info-area .cp-bg-04 {
  position: absolute;
  z-index: 2;
  background-color: #df6742;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-04 {
    width: 100%;
    height: 100%;
    /*width: 90%;
    height: 94%;*/
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-04 {
    width: 100%;
    height: 100%;
    /*width: 100%;
    height: 98%;*/
    border-bottom-left-radius: 55px;
  }
}
.info-area .cp-bg-04:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-04:before {
    width: 86px;
    height: 86px;
    right: 8%;
    top: -84px;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-04:before {
    width: 46px;
    height: 46px;
    right: 2%;
    top: -42px;
  }
}
.info-area .cp-bg-04.is-show:before {
  animation: hurueru .1s;
  animation-iteration-count: 6.5;
}
.info-area .cp-bg-04-sub {
  position: absolute;
  z-index: 1;
  background-color: #79bb78;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1212px) {
  .info-area .cp-bg-04-sub {
    width: 100%;
    /*width: 90%;*/
    height: 50%;
  }
}
@media only screen and (max-width: 1211px) {
  .info-area .cp-bg-04-sub {
    width: 100%;
    height: 43%;
  }
}

.semi-mv {
  width: 100%;
  height: auto;
  line-height: 0px;
  font-size: 0px;
  margin: 0 auto;
}
.semi-mv img {
  width: 100%;
  height: auto;
}

.cms_tast {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}
.cms_tast .cms_blk {
  width: 31%;
  height: auto;
  text-align: center;
  /*background-color: #F7F7F7;
  border: solid #6F8AA9 2px;*/
  background-color: #DBE4EF;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .cms_tast .cms_blk {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .cms_tast .cms_blk {
    /*font-size: 76%;*/
    line-height: 1.4;
    padding: 2% 1%;
  }
}
@media print, screen and (min-width: 1051px) {
  .cms_tast .cms_blk {
    font-size: 110%;
  }
}
@media only screen and (max-width: 1050px) {
  .cms_tast .cms_blk {
    font-size: 68%;
  }
}
.cms_tast .cms_blk.wdpr {
  /*border: solid 2px #0D79DD;*/
}
.cms_tast .cms_blk.mvtp {
  /*border: solid 2px #103790;*/
}
.cms_tast .cms_blk.bsrcms {
  /*border: solid 2px #2B9606;*/
}

.bg-ani01 {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-40deg, #e7d4ce 50%, #f8f4f4 50%);
  bottom: 0;
  left: -50%;
  opacity: .1;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 0;
}

.bg-ani02_sub {
  animation: slide 3s ease-in-out infinite alternate;
  /*background-image: linear-gradient(-40deg, #D0DEEA 50%, #f8f4f4 50%);*/
  background-image: linear-gradient(-40deg, #eee5e5 50%, #f8f4f4 50%);
  bottom: 0;
  left: -50%;
  opacity: .1;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 0;
}

.bg-ani02 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg-ani03 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.sec-box {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*========= ページネーションCSS ===============*/
.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  z-index: 100;
  list-style: none;
}
.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #6A5047;
  position: relative;
  padding: 4px;
}
.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}
.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}
.pagination a:hover .hover-text {
  opacity: 1;
}
.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

/*@media screen and (max-width:768px) { 
  .pagination a .hover-text{
    display: none;
  } 
}*/
.btn-wrap {
  margin-bottom: 20px;
  padding: 30px 10px;
  text-align: center;
  border-radius: 10px;
}
.btn-wrap a.btn {
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .1em;
  color: #626568;
  border-radius: .5rem;
}
@media print, screen and (min-width: 769px) {
  .btn-wrap a.btn {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .btn-wrap a.btn {
    font-size: 96%;
  }
}
.btn-wrap a.btn-border {
  border-radius: 0;
}
@media print, screen and (min-width: 769px) {
  .btn-wrap a.btn-border:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #626568;
  }
  .btn-wrap a.btn-border:after {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #626568;
  }
  .btn-wrap a.btn-border:hover:before {
    width: 0;
  }
  .btn-wrap a.btn-border:hover:after {
    width: 0;
  }
}
@media only screen and (max-width: 768px) {
  .btn-wrap a.btn-border:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    background: #626568;
  }
  .btn-wrap a.btn-border:after {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    background: #626568;
  }
}

.ft-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .ft-btn-wrap {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .ft-btn-wrap {
    padding: 30px 20px;
  }
}
.ft-btn-wrap a.btn {
  font-family: "Raleway", sans-serif;
  text-decoration: none !important;
  font-weight: 200;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .1em;
  color: #FFFFFF;
  border-radius: .5rem;
}
@media print, screen and (min-width: 769px) {
  .ft-btn-wrap a.btn {
    font-size: 180%;
  }
}
@media only screen and (max-width: 768px) {
  .ft-btn-wrap a.btn {
    font-size: 112%;
  }
}
.ft-btn-wrap a.btn-border {
  border-radius: 0;
}
@media print, screen and (min-width: 769px) {
  .ft-btn-wrap a.btn-border:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #FFFFFF;
  }
  .ft-btn-wrap a.btn-border:after {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #FFFFFF;
  }
  .ft-btn-wrap a.btn-border:hover:before {
    width: 0;
  }
  .ft-btn-wrap a.btn-border:hover:after {
    width: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ft-btn-wrap a.btn-border:before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    background: #FFFFFF;
  }
  .ft-btn-wrap a.btn-border:after {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    background: #FFFFFF;
  }
}

.lead-area {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 1051px) {
  .lead-area {
    /*height: 650px;*/
    height: 331px;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area {
    height: 310px;
  }
}
.lead-area .lead-sec {
  width: 100%;
  height: 100vh;
}
@media print, screen and (min-width: 1051px) {
  .lead-area .lead-sec {
    position: fixed;
    top: 75px;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area .lead-sec {
    /*top:47px;*/
  }
}
.lead-area .lead-sec .lead-sec-in {
  width: 100%;
}
@media print, screen and (min-width: 1051px) {
  .lead-area .lead-sec .lead-sec-in {
    position: relative;
    /*height: 650px;*/
    height: 331px;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area .lead-sec .lead-sec-in {
    height: 310px;
  }
}
.lead-area #lead-tp01 {
  display: block;
  line-height: 1.2;
  position: absolute;
  z-index: 5;
  opacity: 0.9;
  overflow: hidden;
}
@media print, screen and (min-width: 1051px) {
  .lead-area #lead-tp01 {
    right: 1%;
    bottom: 38%;
    /*font-size: 128px;*/
    font-size: 78px;
    text-align: right;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area #lead-tp01 {
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.lead-area #lead-tp01 #mh-lead01 {
  opacity: 0;
}
.lead-area #lead-tp01 #mh-lead01.top-ani-in {
  animation-name: fadeInAnime;
  animation-duration: 3.8s;
  animation-fill-mode: forwards;
}
.lead-area #lead-tp01 #mh-lead01.top-ani-in:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background-color: #6A5047;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 99;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .lead-area #lead-tp01 #mh-lead01 {
    width: 100%;
    /*height: 68px;*/
    height: 48px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1051px) {
  .lead-area #lead-tp01 #mh-lead01 img {
    /*height: 140px;
    height: 102px;*/
    width: 517px;
    height: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area #lead-tp01 #mh-lead01 img {
    height: 100%;
  }
}
@media print, screen and (min-width: 1051px) {
  .lead-area #lead-tp01 #mh-lead01 svg {
    /*height: 140px;
    height: 102px;*/
    width: 517px;
    height: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area #lead-tp01 #mh-lead01 svg {
    width: 100%;
    /*height: 68px;*/
    height: 48px;
  }
}
.lead-area #lead-tp02 {
  display: block;
  line-height: 1.2;
  position: absolute;
  z-index: 5;
  opacity: 0.9;
  overflow: hidden;
}
@media print, screen and (min-width: 1051px) {
  .lead-area #lead-tp02 {
    right: 1%;
    bottom: 18%;
    font-size: 31px;
    text-align: right;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area #lead-tp02 {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 96%;
    /*font-size: 26px;*/
    font-size: 18px;
    /*margin: 6px auto 28px;*/
    text-align: center;
  }
}
@media print, screen and (min-width: 1051px) {
  .lead-area #lead-tp02 br {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .lead-area #lead-tp02 br {
    display: block;
  }
}
.lead-area #lead-tp02 #mh-lead02 {
  opacity: 0;
}
.lead-area #lead-tp02 #mh-lead02.top-ani-in-com {
  animation-name: fadeInAnime;
  animation-duration: 3.8s;
  animation-fill-mode: forwards;
}
.lead-area #lead-tp02 #mh-lead02.top-ani-in-com:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background-color: #312929;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 99;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .main-mv {
    float: none;
    width: 100%;
    height: 482px;
  }
}
@media only screen and (max-width: 768px) {
  .main-mv {
    float: none;
    width: 100%;
    height: 310px;
  }
}
.main-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
  filter: brightness(96%);
}

.ft-mv {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .ft-mv {
    float: none;
    width: 100%;
    height: 482px;
  }
}
@media only screen and (max-width: 768px) {
  .ft-mv {
    float: none;
    width: 100%;
    height: 310px;
  }
}
.ft-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
  filter: brightness(36%);
}

#main_wrk {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  #main_wrk {
    /*height: 950px;*/
    /*height: 382px;*/
    height: 482px;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk {
    height: 310px;
    /*height: 730px;
    margin-bottom: 65px;*/
  }
}
#main_wrk .bl_pic {
  display: block;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic {
    float: left;
    /*width: 50%;
    height: 50%;
    width: 33%;*/
    width: 50%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic {
    /*float: none;
    width: 100%;
    height: 33%;*/
    float: left;
    /*width: 33%;*/
    width: 50%;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic.last-wi {
    float: left;
    width: 34% !important;
    height: 100hv;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic.last-wi {
    /*float: none;
    width: 100%;
    height: 34%;*/
    float: left;
    width: 34%;
    height: 100%;
  }
}
#main_wrk .bl_pic span {
  width: 100%;
  height: 100%;
}
#main_wrk .bl_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*filter: brightness(58%);
  filter: blur(1.88px);*/
  /*filter: contrast(41%);*/
  /*background: rgba(14, 69, 112, 0.0);
  filter: brightness(76%);*/
  background: transparent;
  filter: brightness(76%);
}
#main_wrk .bl_pic .wrk_name {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic .wrk_name {
    width: 100%;
    height: 100%;
    padding: 5% 1.5%;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic .wrk_name {
    width: 100%;
    height: 100%;
    padding: 3% 1.5%;
  }
}
#main_wrk .bl_pic .wrk_name .wrk_name_in {
  position: relative;
  width: 100%;
  height: 100%;
}
#main_wrk .bl_pic .wrk_name .wrk_name_in p.wrk_name_info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
#main_wrk .bl_pic .wrk_name p {
  opacity: 0;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  line-height: 1.5;
  /*font-weight: 600;*/
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic .wrk_name p {
    /*font-size: 146%;*/
    font-size: 216%;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic .wrk_name p {
    /*font-size: 120%;*/
    font-size: 86%;
  }
}
#main_wrk .bl_pic .wrk_name p em {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.5;
  font-weight: 200;
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic .wrk_name p em {
    font-size: 80%;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic .wrk_name p em {
    font-size: 96%;
  }
}
#main_wrk .bl_pic .wrk_bg01 {
  /*background-color:rgba(238, 27, 132, 0.6);*/
  background-color: rgba(79, 79, 79, 0.93333);
}
#main_wrk .bl_pic .wrk_bg01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: rgba(238, 27, 132, 0.6);
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic .wrk_bg01:after {
    width: 40%;
    height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic .wrk_bg01:after {
    width: 40%;
    height: 8px;
  }
}
#main_wrk .bl_pic .wrk_bg02 {
  /*background-color:rgba(52, 165, 200, 0.6);*/
  background-color: rgba(100, 89, 89, 0.93333);
}
#main_wrk .bl_pic .wrk_bg02:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: rgba(52, 165, 200, 0.6);
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic .wrk_bg02:after {
    width: 40%;
    height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic .wrk_bg02:after {
    width: 40%;
    height: 8px;
  }
}
#main_wrk .bl_pic .wrk_bg03 {
  /*background-color:rgba(52, 165, 200, 0.6);*/
  background-color: rgba(132, 131, 131, 0.93333);
}
#main_wrk .bl_pic .wrk_bg03:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: rgba(52, 96, 200, 0.6);
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic .wrk_bg03:after {
    width: 40%;
    height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic .wrk_bg03:after {
    width: 40%;
    height: 8px;
  }
}
#main_wrk .bl_pic .wrk_bg04 {
  /*background-color:rgba(170, 151, 27, 0.6);*/
  background-color: rgba(109, 107, 107, 0.93333);
}
#main_wrk .bl_pic .wrk_bg04:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: rgba(170, 151, 27, 0.6);
}
@media print, screen and (min-width: 769px) {
  #main_wrk .bl_pic .wrk_bg04:after {
    width: 40%;
    height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #main_wrk .bl_pic .wrk_bg04:after {
    width: 40%;
    height: 8px;
  }
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
  animation-iteration-count: 0;
}

@media print, screen and (min-width: 769px) {
  .fadeIn_up-pc {
    opacity: 0;
    transform: translate(0, 20%);
    transition: 1.2s;
  }
}

@media print, screen and (min-width: 769px) {
  .fadeIn_up-pc.is-show {
    transform: translate(0, 0);
    opacity: 1;
    animation-iteration-count: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .fadeIn_up-slide {
    opacity: 0;
    transform: translate(0, 20%);
    transition: 1.2s;
  }
}
@media only screen and (max-width: 768px) {
  .fadeIn_up-slide {
    opacity: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .fadeIn_up-slide.is-show {
    transform: translate(0, 20%);
    opacity: 0;
    animation-iteration-count: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .slick-active .car-lp-area .fadeIn_up-slide.is-show {
    transform: translate(0, 0);
    opacity: 1;
    animation-iteration-count: 0;
  }
}

.fadeIn_right {
  opacity: 0;
  /*transform: translate(20%, 50%);*/
  transition: 1.5s;
  /*transform: scale(1.3, 1.3);*/
  transform: scale(1.1, 1.1);
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media print, screen and (min-width: 769px) {
  .fadeIn_right01 {
    opacity: 0;
    transition: 1.5s;
    transform: scale(1.1, 1.1);
    transform: translate(150px, 0%);
  }
}
@media only screen and (max-width: 768px) {
  .fadeIn_right01 {
    opacity: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .fadeIn_right01.is-show {
    opacity: 0;
    transition: 1.5s;
    transform: scale(1.1, 1.1);
    transform: translate(150px, 0%);
  }
}

@media print, screen and (min-width: 769px) {
  .slick-active .car-lp-area .fadeIn_right01.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fade_sl {
  opacity: 0;
  transition: 1.5s;
}

.fade_sl.is-show {
  opacity: 1;
  animation-name: fadeInAnime;
  animation-duration: 3.8s;
  animation-fill-mode: forwards;
  /*&:before {
  	width: 100%;
  	height: 100%;
  	content: "";
  	display: block;
  	position: absolute;
  	transform: scaleX(0);
  	background-color: #292323;
  	animation-name: PageAnime;
  	animation-duration: 1.2s;
  	animation-timing-function: ease-in-out;
  	animation-fill-mode: forwards;
  	z-index: 99;
  	top: 0;
  	left: 0;
  }*/
}

.fadeIn_pop {
  opacity: 0;
  transform: translate(20%, 50%);
  transition: 1.8s;
}

.fadeIn_pop.is-show {
  transform: translate(0, 0);
  opacity: 0;
  -webkit-animation: example 1.5s ease 1.8s 1 forwards;
  animation: example 1.5s ease 1.8s 1 forwards;
}

.fadeIn_pop01 {
  opacity: 0;
  transform: translate(20%, 50%);
  transition: 1.8s;
}

.fadeIn_pop01.is-show {
  transform: translate(0, 0);
  opacity: 0;
  -webkit-animation: example 2.2s ease 1.8s 1 forwards;
  animation: example 2.2s ease 1.8s 1 forwards;
}

.fadeIn_pop02 {
  opacity: 0;
  transform: translate(20%, 50%);
  transition: 2.8s;
}

.fadeIn_pop02.is-show {
  transform: translate(0, 0);
  opacity: 0;
  -webkit-animation: example 2.7s ease 1.8s 1 forwards;
  animation: example 2.7s ease 1.8s 1 forwards;
}

.fadeIn_pop03 {
  opacity: 0;
  transform: translate(20%, 50%);
  /*transition: 3.7s;*/
  transition: 0.7s;
}

.fadeIn_pop03.is-show {
  transform: translate(0, 0);
  opacity: 0;
  /*-webkit-animation: example 3.8s ease 1.8s 1 forwards;
  animation: example 3.8s ease 1.8s 1 forwards;*/
  -webkit-animation: example 0.8s ease 1.8s 1 forwards;
  animation: example 0.8s ease 1.8s 1 forwards;
}

/* フェードイン */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes example01 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes example01 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadein01 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
    transform: translateY(20px);
  }
}
@keyframes fadein02 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
    transform: translateY(-20px);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-fill-mode: backwards;
  animation-duration: 0.2s;
  animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-direction: normal;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scrl-01.scrl-01-active {
  animation-name: fadeInAnime;
  /*animation-duration:3.8s;*/
  animation-duration: 2.8s;
  animation-fill-mode: forwards;
}
.scrl-01.scrl-01-active:before {
  /*animation-delay: 4.2s;*/
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background-color: #312929;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 99;
  top: 0;
  left: 0;
}

.scrl-02.scrl-02-active {
  animation-name: fadeInAnime;
  /*animation-duration:4.8s;*/
  /*animation-duration:3.8s;*/
  animation-duration: 2.8s;
  animation-fill-mode: forwards;
}
.scrl-02.scrl-02-active:before {
  /*animation-delay: 4.8s;*/
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background-color: #312929;
  animation-name: PageAnime;
  /*animation-duration: 2.2s;*/
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 99;
  top: 0;
  left: 0;
}

.scrl-03.scrl-03-active {
  animation-name: fadeInAnime;
  animation-duration: 3.8s;
  animation-fill-mode: forwards;
}
.scrl-03.scrl-03-active:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background-color: #312929;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 99;
  top: 0;
  left: 0;
}

.scrl-04.scrl-04-active {
  animation-name: fadeInAnime;
  animation-duration: 4.8s;
  animation-fill-mode: forwards;
}
.scrl-04.scrl-04-active:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: scaleX(0);
  background-color: #312929;
  animation-name: PageAnime;
  animation-duration: 2.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 99;
  top: 0;
  left: 0;
}

#MH-SERVICE {
  /*background:linear-gradient(45deg, #3bade3,#9844b7,#44ea76);*/
  /*background: linear-gradient(45deg, #edf4f7, #fff, #fff4f4);
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;*/
}

#MH-COMPANY {
  /*background: linear-gradient(45deg, #6A5047, #fff, #918989)!important;
  background-size: 200% 200%!important;
  animation: bggradient 20s ease infinite!important;*/
}

@keyframes bggradient {
  0% {
    background-position: 0% 50% !important;
  }
  50% {
    background-position: 100% 50% !important;
  }
  100% {
    background-position: 0% 50% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sectop-area {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .sectop-area {
    width: 90%;
    /*margin: 64px auto 0;*/
    margin: 0 auto;
  }
}

.sns-info-area {
  position: relative;
}
@media print, screen and (min-width: 1051px) {
  .sns-info-area {
    width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-area {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1051px) {
  .sns-info-area .sns-info-right {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    width: 56%;
    max-width: 56%;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-area .sns-info-right {
    width: 90%;
    margin: 10px auto;
  }
}
.sns-info-area .sns-info-right .sns-info-subti {
  color: #1c1b18;
}
@media print, screen and (min-width: 1051px) {
  .sns-info-area .sns-info-right .sns-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 110%;
    margin-bottom: 165px;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-area .sns-info-right .sns-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
    margin-bottom: 26px;
  }
}
.sns-info-area .sns-info-right h2 {
  font-family: "Raleway", sans-serif;
}
@media print, screen and (min-width: 1051px) {
  .sns-info-area .sns-info-right h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 310%;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-area .sns-info-right h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 210%;
    font-weight: 500;
  }
}
.sns-info-area .sns-info-right .sns-info-data {
  color: #f34d35;
}
@media print, screen and (min-width: 1051px) {
  .sns-info-area .sns-info-right .sns-info-data {
    text-align: left;
    /*line-height: 1.5;
    font-size: 110%;*/
    line-height: 1.8;
    font-size: 100%;
    /*margin: 20px 0 45px;*/
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-area .sns-info-right .sns-info-data {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
    margin: 8px 0px;
  }
}
.sns-info-area .sns-info-left {
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  .sns-info-area .sns-info-left {
    flex: none;
    /*height: 610px;
    height: 86px;*/
    width: 42%;
    max-width: 42%;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-area .sns-info-left {
    width: 100%;
    height: auto;
  }
}
.sns-info-area .sns-info-left img {
  background: transparent;
  filter: brightness(96%);
}
@media print, screen and (min-width: 1051px) {
  .sns-info-area .sns-info-left img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-area .sns-info-left img {
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
  }
}

.sns-info-link-area {
  position: relative;
  background-color: #f34d35;
}
@media print, screen and (min-width: 1051px) {
  .sns-info-link-area {
    width: 1000px;
    	/*display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;*/
    margin: 0 auto;
    padding: 45px 0px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-link-area {
    width: 96%;
    margin: 0 auto;
    padding: 32px 0px;
    border-radius: 8px;
  }
}
.sns-info-link-area .sns-info-link-area-in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 1051px) {
  .sns-info-link-area .sns-info-link-area-in {
    width: 47%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1050px) {
  .sns-info-link-area .sns-info-link-area-in {
    width: 82%;
    margin: 0px auto;
  }
}
.sns-info-link-area .sns-info-link-area-in .sns-icon-link-data {
  width: 13%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
.sns-info-link-area .sns-info-link-area-in .sns-icon-link-data img {
  width: 100%;
  height: auto;
}

.work-info-area {
  position: relative;
}
@media print, screen and (min-width: 1051px) {
  .work-info-area {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1050px) {
  .work-info-area {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1051px) {
  .work-info-area .work-info-left {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    width: 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 1050px) {
  .work-info-area .work-info-left {
    width: 90%;
    margin: 10px auto;
  }
}
.work-info-area .work-info-left .work-info-subti {
  color: #1c1b18;
}
@media print, screen and (min-width: 1051px) {
  .work-info-area .work-info-left .work-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 110%;
    margin-bottom: 165px;
  }
}
@media only screen and (max-width: 1050px) {
  .work-info-area .work-info-left .work-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
    margin-bottom: 26px;
  }
}
.work-info-area .work-info-left h2 {
  font-family: "Raleway", sans-serif;
}
@media print, screen and (min-width: 1051px) {
  .work-info-area .work-info-left h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 310%;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1050px) {
  .work-info-area .work-info-left h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 210%;
    font-weight: 500;
  }
}
.work-info-area .work-info-left .wrk-info-data {
  color: #1a1515;
}
@media print, screen and (min-width: 1051px) {
  .work-info-area .work-info-left .wrk-info-data {
    text-align: left;
    /*line-height: 1.5;
    font-size: 110%;*/
    line-height: 1.8;
    font-size: 100%;
    margin: 20px 0 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .work-info-area .work-info-left .wrk-info-data {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
    margin: 16px 0 40px;
  }
}
.work-info-area .work-info-right {
  overflow: hidden;
}
@media print, screen and (min-width: 1051px) {
  .work-info-area .work-info-right {
    flex: none;
    /*height: 610px;*/
    height: 780px;
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1050px) {
  .work-info-area .work-info-right {
    width: 100%;
    height: 265px;
  }
}
.work-info-area .work-info-right img {
  background: transparent;
  filter: brightness(96%);
}
@media print, screen and (min-width: 1051px) {
  .work-info-area .work-info-right img {
    height: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .work-info-area .work-info-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-info-area {
  	/*position: absolute;
  	top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  	z-index: 1;*/
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1051px) {
  .about-info-area {
    /*max-width: 1200px;
    min-width: 1000px;
    margin: 20px auto;*/
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area {
    width: 100%;
    margin: 0px auto 0;
  }
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-left {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    width: 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-left {
    width: 90%;
    margin: 10px auto;
  }
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-left .about-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 110%;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-left .about-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
  }
}
.about-info-area .about-info-left h2 {
  font-family: "Raleway", sans-serif;
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-left h2 {
    text-align: left;
    line-height: 1.5;
    /*font-size: 240%;*/
    font-size: 310%;
    font-weight: 300;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-left h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 210%;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-left .abt-info-data {
    text-align: left;
    line-height: 1.5;
    font-size: 110%;
    margin: 20px 0 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-left .abt-info-data {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
    margin: 16px 0 40px;
  }
}
.about-info-area .about-info-right {
  overflow: hidden;
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-right {
    flex: none;
    height: auto;
    width: 50%;
    max-width: 50%;
    /*padding: 60px 0px;*/
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-right {
    width: 100%;
    height: auto;
  }
}
.about-info-area .about-info-right table {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-right table {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-right table {
    width: 95%;
    margin-bottom: 90px;
  }
}
.about-info-area .about-info-right table th {
  text-align: left;
  color: #494949;
  			/*@include wi-sm1{
  			width: 96%;
         		display: block;
  			border-top: none;
  			margin-left:auto; 
  			margin-right:auto;
  			padding: 12px 2%;
  			background-color: #E4E4E4;
  			}*/
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-right table th {
    font-size: 14px;
    width: 30%;
    padding: 30px 1%;
    border-bottom: 2px solid #C1C1C1;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-right table th {
    font-size: 76%;
    width: 30%;
    padding: 30px 1%;
    border-bottom: 2px solid #C1C1C1;
  }
}
.about-info-area .about-info-right table td {
  text-align: left;
  color: #494949;
  /*@include wi-sm1{
  width: 96%;
  display: block;
  border-top: none;
  margin-left:auto; 
  margin-right:auto;
  padding: 20px 2%;
  }*/
}
@media print, screen and (min-width: 1051px) {
  .about-info-area .about-info-right table td {
    font-size: 15px;
    padding: 30px 1%;
    width: 67%;
    border-bottom: 1px solid #C1C1C1;
  }
}
@media only screen and (max-width: 1050px) {
  .about-info-area .about-info-right table td {
    font-size: 76%;
    padding: 30px 1%;
    width: 67%;
    border-bottom: 1px solid #C1C1C1;
  }
}

.screen-reader-response p {
  display: block;
  color: #D02124;
}
@media print, screen and (min-width: 769px) {
  .screen-reader-response p {
    padding: 45px 0;
    font-size: 100%;
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .screen-reader-response p {
    padding: 22px 0;
    font-size: 90%;
    text-align: left !important;
  }
}

.screen-reader-response ul {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  .contact-info-area {
    /*max-width: 1200px;
    min-width: 1000px;*/
    width: 88%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info-area {
    width: 90%;
    margin: 0 auto;
  }
}
.contact-info-area table.cont-data {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .contact-info-area table.cont-data {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info-area table.cont-data {
    width: 95%;
    margin-bottom: 90px;
  }
}
.contact-info-area table.cont-data th {
  text-align: left;
  color: #494949;
}
@media print, screen and (min-width: 769px) {
  .contact-info-area table.cont-data th {
    font-size: 100%;
    width: 22%;
    padding: 22px 1%;
    border-bottom: 1px solid #565656;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info-area table.cont-data th {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 2%;
    background-color: #E4E4E4;
  }
}
.contact-info-area table.cont-data th em {
  color: #D02326;
}
@media print, screen and (min-width: 769px) {
  .contact-info-area table.cont-data th em {
    font-size: 64%;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info-area table.cont-data th em {
    font-size: 71%;
    margin-left: 6px;
  }
}
.contact-info-area table.cont-data td {
  text-align: left;
  color: #494949;
}
@media print, screen and (min-width: 769px) {
  .contact-info-area table.cont-data td {
    font-size: 100%;
    padding: 22px 1%;
    width: 78%;
    border-bottom: 1px solid #C1C1C1;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info-area table.cont-data td {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 2%;
  }
}
.contact-info-area table.cont-data td input, .contact-info-area table.cont-data td textarea {
  background: #FFFFFF;
  background-image: none;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border-radius: 2px;
  box-shadow: none inset;
  outline: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  padding: 5px 4px;
  font-size: 14px;
  width: 98%;
  margin-bottom: 10px;
}
.contact-info-area table.cont-data td input#MailMessageSankaNum, .contact-info-area table.cont-data td textarea#MailMessageSankaNum {
  width: 15%;
}
.contact-info-area table.cont-data td input#MailMessageZip, .contact-info-area table.cont-data td textarea#MailMessageZip {
  width: 45%;
}
.contact-info-area table.cont-data td .wpcf7-not-valid-tip {
  display: block;
  color: #D02326;
}
@media print, screen and (min-width: 769px) {
  .contact-info-area table.cont-data td .wpcf7-not-valid-tip {
    font-size: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info-area table.cont-data td .wpcf7-not-valid-tip {
    font-size: 82%;
  }
}

input[type=submit].wpcf7-submit {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  border: #a9a9a9 1px solid;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  color: #333;
  font-weight: bold;
  background: #f5f5f5;
  text-shadow: 1px 1px 0px #fff;
}
@media print, screen and (min-width: 769px) {
  input[type=submit].wpcf7-submit {
    width: 40%;
    margin: 58px 30% 18px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  input[type=submit].wpcf7-submit {
    width: 70%;
    margin: 24px 15% 18px;
  }
}

input[type=button].wpcf7-previous {
  border: #a9a9a9 1px solid;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  color: #F4F4F4;
  font-weight: bold;
  background: #A6A6A6;
  /*text-shadow:1px 1px 0px #fff;*/
}
@media print, screen and (min-width: 769px) {
  input[type=button].wpcf7-previous {
    width: 30%;
    margin: 0px 35% 18px;
    cursor: pointer;
    border-radius: 42px;
  }
}
@media only screen and (max-width: 768px) {
  input[type=button].wpcf7-previous {
    width: 70%;
    margin: 18px 15% 18px;
    border-radius: 48px;
  }
}

.p-rtb-area {
  /*position: relative;
  z-index: 5;*/
}
@media print, screen and (min-width: 769px) {
  .p-rtb-area {
    width: 1200px;
    margin: 0 auto;
    	/*display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;*/
  }
}
@media only screen and (max-width: 768px) {
  .p-rtb-area {
    width: 100%;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .p-rtb-area .sub-ti-data {
    float: left;
    width: 100px;
    display: block;
  }
}
.p-rtb-area .sub-ti-data span {
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .p-rtb-area .sub-ti-data span {
    width: 76px;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-rtb-area .sub-ti-data span {
    position: absolute;
    z-index: -1;
    transform: rotate(-30deg);
    width: 96%;
    top: 8%;
    left: 0;
    opacity: 0.3;
  }
}
@media print, screen and (min-width: 769px) {
  .p-rtb-area .sub-ti-data span img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-rtb-area .sub-ti-data span img {
    width: 100%;
    height: auto;
  }
}
.p-rtb-area .sub-ti-data01 {
  position: absolute;
  z-index: -1;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .p-rtb-area .sub-ti-data01 {
    transform: rotate(-90deg);
    height: 76px;
    top: 30%;
    left: -350px;
  }
}
@media only screen and (max-width: 768px) {
  .p-rtb-area .sub-ti-data01 {
    transform: rotate(-30deg);
    height: 96px;
    top: 30%;
    left: 0;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
    opacity: 0.3;
  }
}
@media print, screen and (min-width: 769px) {
  .p-rtb-area .sub-ti-data01 img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-rtb-area .sub-ti-data01 img {
    height: 100%;
    width: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-rtb-area .fl-main {
    float: left;
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-rtb-area .fl-main {
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .top-disc-in {
    float: none;
    width: 1000px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .top-disc-in {
    float: none;
    width: 96%;
    margin: 0px auto;
  }
}

.top-dic-area-abt {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
  /*&:before{
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	content: "";
  	display: block;
  	z-index: 0;
  	background-color: #fcf6ea;
  	width: 100%;
  	@include wi-pc{
  	height: 320px;
  	}
  	@include wi-sm1{
  	height: 386px;
  	}
  }*/
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt {
    padding: 40px 0 40px;
  }
}
.top-dic-area-abt .top-dic-area-in-abt {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt {
    /*max-width: 1200px;
    min-width: 1000px;
    padding: 170px 0px 160px;*/
    width: 90%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt {
    width: 90%;
    margin: 0px auto 120px;
    /*padding: 45px 0px;*/
  }
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-logo-abt {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-logo-abt {
    float: none;
    width: 100%;
  }
}
.top-dic-area-abt .top-dic-area-in-abt .top-disc-logo-abt .top-disc-logo-abt-in {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-logo-abt .top-disc-logo-abt-in {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-logo-abt .top-disc-logo-abt-in {
    width: 35%;
    margin: 0px auto 17px;
  }
}
.top-dic-area-abt .top-dic-area-in-abt .top-disc-logo-abt .top-disc-logo-abt-in img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-lead-abt {
    float: none;
    width: 1200px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-lead-abt {
    float: none;
    width: 96%;
    margin: 0px auto;
  }
}
.top-dic-area-abt .top-dic-area-in-abt .top-disc-lead-abt #top-disc-subti-abt {
  font-family: "Sawarabi Mincho" !important;
  /*color: #312929;*/
  color: #272525;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-lead-abt #top-disc-subti-abt {
    /*text-align: left;
    font-size: 160%;
    margin: 0 0 28px;
    height: 156px;
    display: table-cell;
    vertical-align: middle;*/
    /*text-align: right;*/
    text-align: left;
    font-size: 260%;
    margin: 0 0 85px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-lead-abt #top-disc-subti-abt {
    text-align: center;
    font-size: 140%;
    margin: 0 0 23px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt {
    /*float: right;*/
    float: none;
    width: 62%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt {
    float: none;
    width: 90%;
    margin: 0px auto;
  }
}
.top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt h2 {
  font-family: "Sawarabi Mincho" !important;
  color: #8F7C7C;
  line-height: 1.5;
  /*font-weight: 600;*/
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt h2 {
    text-align: left;
    font-size: 240%;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt h2 {
    text-align: center;
    font-size: 160%;
    margin: 0 0 28px;
  }
}
.top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt p {
  /*font-family: "Noticia Text", serif;*/
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  color: #272222;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt p {
    /*font-size: 98%;
    font-size: 120%;*/
    line-height: 2.1;
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt .top-dic-area-in-abt .top-disc-com-abt p {
    line-height: 1.8;
    font-size: 100%;
  }
}

.top-dic-area-abt01 {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  overflow: hidden !important;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt01 {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt01 {
    padding: 10px 0px;
  }
}
.top-dic-area-abt01 .top-dic-area-in-abt01 {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-abt01 .top-dic-area-in-abt01 {
    width: 90%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-abt01 .top-dic-area-in-abt01 {
    width: 90%;
    margin: 0px auto 20px;
  }
}

.mv-info-area {
  position: relative;
  /*.mv-info-right{
  	overflow: hidden;
  	@include wi-pc_max2{
  	flex: none;
  	
  	max-width: 50%;
  	}
  	@include wi-pc_max1{
  	width: 100%;
  	height: 265px;
  	}
  	
  	img{
  		@include wi-pc_max2{
  		height: 100%;
  		}
  		@include wi-pc_max1{
  		width: 100%;
  		height: 100%;
  		object-fit: cover;
  		}
  		background: rgba(0, 0, 0, 0.0);
  		filter: brightness(96%);
  	}
  	
  }*/
}
@media print, screen and (min-width: 1051px) {
  .mv-info-area {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1050px) {
  .mv-info-area {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1051px) {
  .mv-info-area .mv-info-right {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    width: 65%;
  }
}
@media only screen and (max-width: 1050px) {
  .mv-info-area .mv-info-right {
    width: 90%;
    margin: 10px auto;
  }
}
.mv-info-area .mv-info-right .mv-info-subti {
  color: #1c1b18;
}
@media print, screen and (min-width: 1051px) {
  .mv-info-area .mv-info-right .mv-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 110%;
    margin-bottom: 165px;
  }
}
@media only screen and (max-width: 1050px) {
  .mv-info-area .mv-info-right .mv-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
    margin-bottom: 26px;
  }
}
.mv-info-area .mv-info-right h2 {
  font-family: "Raleway", sans-serif;
}
@media print, screen and (min-width: 1051px) {
  .mv-info-area .mv-info-right h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 310%;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1050px) {
  .mv-info-area .mv-info-right h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 210%;
    font-weight: 500;
  }
}
.mv-info-area .mv-info-right .mv-info-data {
  color: #1a1515;
}
@media print, screen and (min-width: 1051px) {
  .mv-info-area .mv-info-right .mv-info-data {
    text-align: left;
    /*line-height: 1.5;
    font-size: 110%;*/
    line-height: 1.8;
    font-size: 100%;
    margin: 20px 0 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .mv-info-area .mv-info-right .mv-info-data {
    text-align: left;
    line-height: 1.5;
    font-size: 106%;
    margin: 16px 0 40px;
  }
}
.mv-info-area .mv-img-left {
  overflow: hidden;
}
@media print, screen and (min-width: 1051px) {
  .mv-info-area .mv-img-left {
    flex: none;
    width: 35%;
  }
}
@media only screen and (max-width: 1050px) {
  .mv-info-area .mv-img-left {
    width: 100%;
    height: 265px;
  }
}
.mv-info-area .mv-img-left .mv-img-left-in {
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 1051px) {
  .mv-info-area .mv-img-left .mv-img-left-in {
    width: 55%;
  }
}
@media only screen and (max-width: 1050px) {
  .mv-info-area .mv-img-left .mv-img-left-in {
    width: 80%;
  }
}
.mv-info-area .mv-img-left img {
  width: 100%;
  height: auto;
  /*@include wi-pc_max2{
  height: 100%;
  }
  @include wi-pc_max1{
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  background: rgba(0, 0, 0, 0.0);
  filter: brightness(96%);*/
}

.top-mv-area {
  width: 100%;
  height: auto;
  overflow: hidden !important;
}
@media print, screen and (min-width: 769px) {
  .top-mv-area {
    padding: 80px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area {
    padding: 40px 0 40px;
  }
}
.top-mv-area.tpdc-bg01 {
  background-color: #fcf6ea !important;
}
.top-mv-area.tpdc-bg02 {
  background-color: #F9F9F9 !important;
}
.top-mv-area .top-mv-area-in {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in {
    width: 90%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in {
    width: 90%;
    margin: 0px auto 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in .top-disc-logo {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in .top-disc-logo {
    float: none;
    width: 100%;
  }
}
.top-mv-area .top-mv-area-in .top-disc-logo .top-disc-logo-in {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in .top-disc-logo .top-disc-logo-in {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in .top-disc-logo .top-disc-logo-in {
    width: 35%;
    margin: 0px auto 17px;
  }
}
.top-mv-area .top-mv-area-in .top-disc-logo .top-disc-logo-in img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in .top-disc-lead {
    float: none;
    width: 100%;
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in .top-disc-lead {
    float: none;
    width: 96%;
    margin: 0px auto;
  }
}
.top-mv-area .top-mv-area-in .top-disc-lead #top-disc-subti {
  font-family: "Sawarabi Mincho" !important;
  color: #272525;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in .top-disc-lead #top-disc-subti {
    text-align: left;
    font-size: 260%;
    margin: 0 0 85px;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in .top-disc-lead #top-disc-subti {
    text-align: center;
    font-size: 140%;
    margin: 0 0 23px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in .top-disc-com {
    float: none;
    width: 62%;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in .top-disc-com {
    float: none;
    width: 90%;
    margin: 0px auto;
  }
}
.top-mv-area .top-mv-area-in .top-disc-com h2 {
  font-family: "Sawarabi Mincho" !important;
  color: #8F7C7C;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in .top-disc-com h2 {
    text-align: left;
    font-size: 240%;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in .top-disc-com h2 {
    text-align: center;
    font-size: 160%;
    margin: 0 0 28px;
  }
}
.top-mv-area .top-mv-area-in .top-disc-com p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.8;
  color: #272222;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-mv-area .top-mv-area-in .top-disc-com p {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .top-mv-area .top-mv-area-in .top-disc-com p {
    font-size: 100%;
  }
}

.top-dic-area {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  overflow: hidden !important;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area {
    padding: 110px 0 110px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area {
    padding: 20px 0px;
  }
}
.top-dic-area.tpdc-bg01 {
  background-color: #F5F5F5 !important;
}
.top-dic-area.tpdc-bg02 {
  background-color: #fcf6ea !important;
}
.top-dic-area .top-dic-area-in {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in {
    width: 90%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in {
    width: 90%;
    margin: 0px auto 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in .top-disc-logo {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in .top-disc-logo {
    float: none;
    width: 100%;
  }
}
.top-dic-area .top-dic-area-in .top-disc-logo .top-disc-logo-in {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in .top-disc-logo .top-disc-logo-in {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in .top-disc-logo .top-disc-logo-in {
    width: 35%;
    margin: 0px auto 17px;
  }
}
.top-dic-area .top-dic-area-in .top-disc-logo .top-disc-logo-in img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in .top-disc-lead {
    float: none;
    width: 100%;
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in .top-disc-lead {
    float: none;
    width: 96%;
    margin: 0px auto;
  }
}
.top-dic-area .top-dic-area-in .top-disc-lead #top-disc-subti {
  font-family: "Sawarabi Mincho" !important;
  color: #272525;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in .top-disc-lead #top-disc-subti {
    text-align: left;
    font-size: 260%;
    margin: 0 0 85px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in .top-disc-lead #top-disc-subti {
    text-align: center;
    font-size: 140%;
    margin: 0 0 23px;
  }
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in .top-disc-com {
    float: none;
    width: 62%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in .top-disc-com {
    float: none;
    width: 90%;
    margin: 0px auto;
  }
}
.top-dic-area .top-dic-area-in .top-disc-com h2 {
  font-family: "Sawarabi Mincho" !important;
  color: #8F7C7C;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in .top-disc-com h2 {
    text-align: left;
    font-size: 240%;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in .top-disc-com h2 {
    text-align: center;
    font-size: 160%;
    margin: 0 0 28px;
  }
}
.top-dic-area .top-dic-area-in .top-disc-com p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.8;
  color: #272222;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area .top-dic-area-in .top-disc-com p {
    font-size: 120%;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area .top-dic-area-in .top-disc-com p {
    font-size: 100%;
  }
}

.top-dic-area-ft {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  overflow: hidden !important;
  position: relative;
  /*@include wi-pc{
  padding: 110px 0 110px;
  }
  @include wi-sm1{
  padding: 20px 0px;
  }*/
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-ft {
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-ft {
    padding: 20px 0px 20px;
  }
}
.top-dic-area-ft.tpdc-bg01 {
  background-color: #F5F5F5 !important;
}
.top-dic-area-ft.tpdc-bg02 {
  background-color: #fcf6ea !important;
}
@media print, screen and (min-width: 769px) {
  .top-dic-area-ft .top-dic-area-ft-in {
    /*max-width: 80%;
    min-width: 1100px;*/
    width: 1100px;
    margin: 0px auto;
    padding: 10px 0px 80px;
    /*border-top: solid 2px #f34e30;
    border-left: solid 2px #f34e30;
    border-right: solid 2px #f34e30;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;*/
  }
}
@media only screen and (max-width: 768px) {
  .top-dic-area-ft .top-dic-area-ft-in {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px 32px;
  }
}

.shop-info-area {
  width: 100%;
  height: auto;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  /*justify-content: space-around;
  justify-content: space-evenly !important;*/
  align-items: baseline;
}
.shop-info-area .shop-info-data {
  color: #df6742;
}
@media print, screen and (min-width: 769px) {
  .shop-info-area .shop-info-data {
    width: 31%;
    margin: 0 1% 30px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-info-area .shop-info-data {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.shop-info-area .shop-info-data .shop-name {
  color: #df6742;
  width: 100%;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .shop-info-area .shop-info-data .shop-name {
    height: 42px;
    font-size: 140%;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-info-area .shop-info-data .shop-name {
    height: 28px;
    font-size: 110%;
    line-height: 28px;
  }
}
.shop-info-area .shop-info-data ul {
  width: 100%;
  border-top: 3px solid #df6742;
  border-bottom: 3px solid #df6742;
}
.shop-info-area .shop-info-data ul li {
  width: 100%;
  display: table;
}
.shop-info-area .shop-info-data ul li a {
  width: 100%;
  height: 100%;
  color: #df6742;
  display: block;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .shop-info-area .shop-info-data ul li a {
    padding-right: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .shop-info-area .shop-info-data ul li a {
    padding-right: 10%;
  }
}
.shop-info-area .shop-info-data ul li a:after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .shop-info-area .shop-info-data ul li a:after {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-info-area .shop-info-data ul li a:after {
    width: 12px;
    height: 12px;
  }
}
.shop-info-area .shop-info-data ul li span {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .shop-info-area .shop-info-data ul li span {
    font-size: 98%;
    height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-info-area .shop-info-data ul li span {
    font-size: 66%;
    height: 24px;
  }
}
.shop-info-area .shop-info-data ul li:nth-child(2) {
  border-top: dashed 1px #df6742;
}

.cset-ti {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  color: #df6742;
  /*&:before{
  	content: "";
  	display: inline-block;
  	@include wi-pc{
  	width: 8px;
  	height: 8px;
  	margin: 5px 6px 0 0;
  	}
  	@include wi-sm1{
  	width: 10px;
  	height: 10px;
  	margin: 3px 6px 0 0;
  	}
  }*/
}
@media print, screen and (min-width: 769px) {
  .cset-ti {
    font-size: 180%;
    padding: 9px 0px;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .cset-ti {
    font-size: 140%;
    padding: 7px 0px;
    margin-bottom: 34px;
  }
}
.cset-ti:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #df6742;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .cset-ti:after {
    width: 12%;
    height: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .cset-ti:after {
    width: 22%;
    height: 3px;
  }
}
.cset-ti.sec-ti-col01:before {
  background-color: #E80C10;
}
.cset-ti.sec-ti-col02:before {
  background-color: #84C0DA;
}
.cset-ti.sec-ti-col03:before {
  background-color: #6F8AA9;
}
.cset-ti.sec-ti-col04:before {
  background-color: #96B4CE;
}

#top-info-area {
  width: 100%;
  height: auto;
  /*background-color:rgba(143, 124, 124, 0.9);
  background-size: cover;
  background-position: top;*/
  /*background-color:#918989;*/
  /*background-color: #96B4CE;*/
  background-color: #FBFBFB;
}
@media print, screen and (min-width: 769px) {
  #top-info-area {
    padding: 45px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area {
    padding: 32px 0px;
  }
}
#top-info-area h2 {
  text-align: center;
  font-weight: 600;
  color: #CBCBCB;
}
@media print, screen and (min-width: 769px) {
  #top-info-area h2 {
    font-size: 230%;
    margin: 20px 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area h2 {
    font-size: 190%;
    margin: 17px 0 18px;
  }
}
#top-info-area #top-info-area-in {
  background-color: rgba(206, 198, 198, 0.1);
}
@media print, screen and (min-width: 769px) {
  #top-info-area #top-info-area-in {
    margin: 9px auto 20px;
    /*width: 1000px;
    max-width: 1200px;
    min-width: 1000px;*/
    width: 90%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area #top-info-area-in {
    margin: 6px auto 16px;
    width: 98%;
    padding: 2% 1.3%;
  }
}
#top-info-area #top-info-area-in .news-list {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  #top-info-area #top-info-area-in .news-list {
    width: 33%;
    padding: 16px;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area #top-info-area-in .news-list {
    width: 100%;
    padding: 12px;
    margin-bottom: 8px;
    opacity: 0.8;
    border-bottom: solid #4F4F4F 1px;
  }
}
#top-info-area #top-info-area-in .news-list a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
}
#top-info-area #top-info-area-in .news-list .news-list-img {
  border: 1px solid #ccc;
  overflow: hidden;
}
#top-info-area #top-info-area-in .news-list .news-list-img img {
  display: block;
  height: auto;
  object-fit: fill;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #top-info-area #top-info-area-in .news-list .news-list-img {
    width: 15%;
    height: 85px;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area #top-info-area-in .news-list .news-list-img {
    width: 20%;
    height: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #top-info-area #top-info-area-in .news-list .news-list-ti {
    width: 82%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area #top-info-area-in .news-list .news-list-ti {
    width: 77%;
    margin-right: 1%;
  }
}
#top-info-area #top-info-area-in .news-list .news-list-ti .news-day {
  color: #353535;
}
@media print, screen and (min-width: 769px) {
  #top-info-area #top-info-area-in .news-list .news-list-ti .news-day {
    margin: 0px 0px 8px;
    font-size: 92%;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area #top-info-area-in .news-list .news-list-ti .news-day {
    font-size: 96%;
    margin: 0px 0px 6px;
  }
}
#top-info-area #top-info-area-in .news-list .news-list-ti .news-ti {
  color: #3E3E3E;
}
@media print, screen and (min-width: 769px) {
  #top-info-area #top-info-area-in .news-list .news-list-ti .news-ti {
    margin: 0px 0px;
    font-size: 96%;
  }
}
@media only screen and (max-width: 768px) {
  #top-info-area #top-info-area-in .news-list .news-list-ti .news-ti {
    font-size: 98%;
    margin: 0px 0px;
  }
}

.background {
  font-family: 'Merienda', cursive;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.1 !important;
}

/**/
@media print, screen and (min-width: 769px) {
  #cop_inf {
    float: left;
    width: 300px;
    /*position:fixed;
    left: 3%;
    bottom: 48%;
    bottom: 8%;*/
  }
}
@media only screen and (max-width: 768px) {
  #cop_inf {
    height: auto;
    margin: 2% auto 4%;
    width: 92%;
    padding: 4px 1% 60px;
    /*background-color: #FFFFFF;*/
  }
}

@media print, screen and (min-width: 769px) {
  ul#g_btn {
    width: 100%;
    /*margin: 0 5% 0 70%;*/
    margin: 0 5% 0 0%;
    padding: 10px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  ul#g_btn {
    width: 98%;
    margin: 4% auto;
    padding: 45px 0px 25px;
  }
}
ul#g_btn li {
  display: block;
  /*float: left;
  text-align: left;*/
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  ul#g_btn li {
    text-align: right;
    width: 100%;
    /*width: 50%;*/
    font-size: 98%;
    /*font-size: 260%;*/
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  ul#g_btn li {
    text-align: center;
    width: 100%;
    /*width: 50%;*/
    font-size: 88%;
    /*font-size: 160%;*/
    margin-bottom: 20px;
  }
}

#ct_logo {
  /*height: auto;
  margin: 2% auto 8%;
  @include wi-pc_min2{
  width: 280px;
  }
  @include wi-pc_min1{
  width: 62%;
  }*/
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #ct_logo {
    /*width: 33%;*/
    width: 39%;
    /*position:fixed;
    left: 3%;
    bottom: 48%;
    bottom: 8%;*/
  }
}
@media only screen and (max-width: 768px) {
  #ct_logo {
    height: auto;
    margin: 2% auto 4%;
    padding: 40px 0 65px;
    width: 62%;
  }
}
#ct_logo img {
  width: 100%;
  height: auto;
}

#ct_ad {
  /*color: #6A5047;*/
  /*color: #15181E;*/
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  #ct_ad {
    /*font-size: 48%;*/
    font-size: 91%;
    line-height: 1.5;
    margin: 2% auto 8%;
    /*position:fixed;
    left: 3%;
    bottom: 38%;
    bottom: 7.8%;*/
  }
}
@media only screen and (max-width: 768px) {
  #ct_ad {
    text-align: center;
    width: 90%;
    font-size: 70%;
    line-height: 1.5;
    height: auto;
    margin: 2% auto 8%;
  }
}

dl.tel_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /**/
  /*position: fixed;
  left: 3%;
  bottom: 1%;*/
  line-height: 1.5;
  border-bottom: none;
}
@media only screen and (min-width: 1001px) {
  dl.tel_info {
    width: 100%;
    font-size: 90%;
  }
}
@media only screen and (max-width: 1000px) {
  dl.tel_info {
    width: 60%;
    margin: 0 auto;
    font-size: 86%;
  }
}
dl.tel_info dt {
  /*display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;*/
  text-align: center !important;
  /*background: #6A5047;*/
  background: #475566;
  color: #FFFFFF;
  width: 20%;
  padding: 1px 1%;
  margin-bottom: 8px;
  /*border-bottom: 1px solid #FFFFFF;*/
}
dl.tel_info dd {
  /*display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;*/
  /*background: #fff;*/
  /*color: #424242;*/
  color: #FFFFFF;
  width: 76%;
  /*width: calc(100% - 150px);
  border-bottom: 1px solid #FFFFFF;*/
}
@media only screen and (min-width: 1001px) {
  dl.tel_info dd {
    padding: 1px 3px 1px 5px;
  }
}
@media only screen and (max-width: 1000px) {
  dl.tel_info dd {
    padding: 1px 3px 1px 4px;
  }
}

#work_com {
  height: auto;
  margin: 8% auto 8%;
}
@media only screen and (min-width: 1001px) {
  #work_com {
    width: 750px;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  #work_com {
    width: 97%;
    text-align: left;
  }
}
#work_com p {
  font-size: 120%;
  line-height: 1.5;
  font-family: 'Dancing Script', cursive;
}
@media only screen and (max-width: 1000px) {
  #work_com p br {
    display: none;
  }
}

.workname {
  position: relative;
  padding-left: 0px;
  font-size: 36px;
  font-family: 'Dancing Script', cursive;
}
@media only screen and (min-width: 1001px) {
  .workname {
    padding-top: 10px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .workname {
    padding-top: 5px;
    margin-bottom: 20px;
  }
}

.workname span {
  position: relative;
  z-index: 2;
}

.workname::before {
  content: attr(data-en);
  position: absolute;
  /*transform: rotate(-5deg);*/
  color: #B9B9B9;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Dancing Script', cursive;
  font-style: italic;
}
@media only screen and (min-width: 1001px) {
  .workname::before {
    top: -10px;
    left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .workname::before {
    top: -18px;
    left: 0;
  }
}

.ft_area {
  width: 100%;
  height: auto;
  padding: 10px 0px;
}

.ft_ct_img {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .ft_ct_img {
    width: 380px;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 1000px) {
  .ft_ct_img {
    width: 70%;
    margin: 12px auto;
  }
}
.ft_ct_img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1001px) {
  #ft_area_fr {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

.ft_ad_area {
  color: #000000;
}

ul#top_main {
  display: block;
}
@media only screen and (min-width: 1001px) {
  ul#top_main {
    float: left;
    width: 100%;
    height: 96%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  ul#top_main {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
}
ul#top_main li {
  width: 100%;
  display: flex;
}
@media only screen and (min-width: 1001px) {
  ul#top_main li figure {
    order: 2;
    flex-basis: 1500px;
    font-size: 0px;
    line-height: 0px;
  }
  ul#top_main li figure img {
    width: 100%;
    text-align: center;
    height: 96%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1000px) {
  ul#top_main li figure {
    margin: 0px auto;
    font-size: 0px;
    line-height: 0px;
  }
  ul#top_main li figure img {
    width: 100%;
    height: auto;
  }
}

#main_area_mov {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  min-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .cursor,
  .follower {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: none;
    posinter-events: none;
  }

  .cursor {
    width: 8px;
    height: 8px;
    /*background-color: #161414;*/
    background-color: #05606F;
    z-index: 1001;
  }

  .follower {
    width: 40px;
    height: 40px;
    /*background-color: #77645d;*/
    /*background-color: #454545;
    background-color: #FFFFFF;*/
    background-color: #DBDBDB;
    z-indes: 1000;
  }

  .cursor,
  .follower {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  .cursor {
    width: 8px;
    height: 8px;
    /*background-color: #161414;*/
    background-color: #05606F;
    z-index: 1001;
  }

  .follower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    /*background-color: rgba(#77645d, .5);*/
    /*background-color: rgba(#454545, .5);*/
    background-color: rgba(219, 219, 219, 0.5);
    z-indes: 1000;
    transition: transform ease .1s;
    text-align: center;
  }
  .follower span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    transform: scale(0);
  }
  .follower.is-active {
    transform: scale(3);
  }
}
/**/
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
    transform: perspective(800px) scale(1) rotateX(0);
  }
}
.first {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #272C36;
  background-color: #000000;*/
  background-color: #FFFFFF;
  z-index: 9999;
  /*-webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;*/
  -webkit-animation: byeShutter 4.6s forwards;
  animation: byeShutter 4.6s forwards;
}
.first:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  /*background-color: #fff;
  background-color: #6A5047;
  background-color: #454545;
  background-color: #6a5047;*/
  background-color: #E4E4E4;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen 4.6s forwards;
  animation: shutterOpen 4.6s forwards;
  z-index: 10000;
}

@media only screen and (min-width: 1001px) {
  #pc_Risec {
    width: 15%;
    height: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #pc_Risec {
    width: 98%;
  }
}

.main_area {
  /*-webkit-animation: contentScale 2.6s forwards;
  animation: contentScale 2.6s forwards;*/
  -webkit-animation: contentScale 4.6s forwards;
  animation: contentScale 4.6s forwards;
  margin: 0px auto;
  /*.work_area{
  	display: block;
  	height: auto;
  	@include wi-pc_min2{
  	float: right;
  	margin: 45% 0px 15px 0%;
  	width: 100%;
  	}
  	@include wi-pc_min1{
  	margin: 0px auto 100px;
  	width: 90%;
  	}
  }*/
}
@media only screen and (min-width: 1001px) {
  .main_area {
    /*width: 1000px;*/
    display: block;
    width: 100%;
    height: 30%;
    /*height: 100%;*/
  }
}
@media only screen and (max-width: 1000px) {
  .main_area {
    width: 100%;
    height: auto;
  }
}
.main_area img {
  max-width: 100%;
}
.main_area main {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_area main {
    /*width: 642px;*/
    /*padding: 140px 0px 240px;*/
    /*margin: 40px 80% 30% 0px;*/
    /*float: left;
    margin: 42% 0% 10px 0px;
    width: 20%;*/
    text-align: center;
    margin: 20px 0px 190px 10%;
  }
}
@media only screen and (max-width: 1000px) {
  .main_area main {
    margin: 0px auto;
    width: 80%;
    padding: 30px 0px 80px;
  }
}
.main_area main img {
  width: 100%;
  height: auto;
}
.main_area .work_area {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_area .work_area {
    margin: 0px auto 10%;
    width: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .main_area .work_area {
    margin: 0px auto 30%;
    width: 90%;
  }
}
.main_area .mhad_area {
  display: block !important;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_area .mhad_area {
    margin: 0px auto 20px;
    width: 425px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_area .mhad_area {
    margin: 0px auto 10px;
    width: 70%;
  }
}
.main_area .mhad_area img {
  width: 100%;
  height: auto;
}

/*** TOPページコンテンツ ***/
@media print, screen and (min-width: 769px) {
  ul#top_main {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  ul#top_main li {
    width: 100%;
    height: auto;
    margin: 0px auto;
    font-size: 0px;
    line-height: 0px;
  }
  ul#top_main li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  ul#top_main {
    /*display: none;*/
  }
}

@media print, screen and (min-width: 769px) {
  ul#top_main_sm {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  ul#top_main_sm {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  ul#top_main_sm li {
    width: 100%;
    height: auto;
    margin: 0px auto;
    font-size: 0px;
    line-height: 0px;
  }
  ul#top_main_sm li img {
    width: 100%;
    height: auto;
  }
}

.pt_btn a {
  display: block;
  text-decoration: none !important;
  font-size: 110%;
  color: #eb5314;
}
@media only screen and (min-width: 1001px) {
  .pt_btn a {
    z-index: 5;
    right: 5%;
    bottom: 8px;
    text-align: right;
  }
}
@media only screen and (max-width: 1000px) {
  .pt_btn a {
    width: 96%;
    height: auto;
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
  }
}
.pt_btn a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.disnon {
  display: none;
}

#top_main_sub01 {
  width: 100%;
  height: auto;
  padding: 25px 0px;
}
#top_main_sub01 #top_main_sub01_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub01 #top_main_sub01_in {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub01 #top_main_sub01_in {
    width: 80%;
  }
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_left {
    float: left;
    width: 35%;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_left {
    float: none;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left ul li a {
  display: block;
  width: 100%;
  height: auto;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left ul li a img {
  width: 100%;
  height: auto;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_left ul li:first-child {
  margin-bottom: 13px;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_right {
    float: right;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub01 #top_main_sub01_in #top_main_sub01_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right .slider li {
  padding: 0 5px;
  position: relative;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right .slider li a {
  text-decoration: none;
}
#top_main_sub01 #top_main_sub01_in #top_main_sub01_right .slider img {
  width: 100%;
  height: auto;
}

#top_main_sub02 {
  width: 100%;
  height: auto;
  padding: 25px 0px;
}
#top_main_sub02 #top_main_sub02_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in {
    width: 83%;
  }
}
#top_main_sub02 #top_main_sub02_in #top_main_sub02_ti {
  height: auto;
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_ti {
    width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_ti {
    width: 45%;
  }
}
#top_main_sub02 #top_main_sub02_in #top_main_sub02_ti img {
  width: 100%;
  height: auto;
}
#top_main_sub02 #top_main_sub02_in #top_main_sub02_com {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #053485;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_com {
    margin: 10px 0px 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #top_main_sub02_com {
    margin: 10px 0px 20px 0px;
  }
}
#top_main_sub02 #top_main_sub02_in #newslist_btn {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn {
    width: 90%;
    font-weight: 600;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn {
    width: 98%;
    margin: 15px auto;
  }
}
#top_main_sub02 #top_main_sub02_in #newslist_btn li {
  float: left;
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #539CD8 !important;
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn li {
    border-radius: 20px;
    width: 23%;
    margin: 0 1%;
    font-size: 17px;
    line-height: 46px;
    cursor: pointer;
  }
  #top_main_sub02 #top_main_sub02_in #newslist_btn li:hover {
    color: #FFFFFF !important;
    background-color: #539CD8 !important;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in #newslist_btn li {
    border-radius: 5px;
    width: 48%;
    margin: 0 1% 1%;
    font-size: 12px;
    line-height: 25px;
  }
}
#top_main_sub02 #top_main_sub02_in #newslist_btn li.select {
  color: #FFFFFF !important;
  background-color: #539CD8 !important;
}
#top_main_sub02 #top_main_sub02_in .slider li {
  padding: 0 0 10px 0;
  margin: 0 10px;
  position: relative;
  background-color: #FFFFFF;
}
#top_main_sub02 #top_main_sub02_in .slider li a {
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in .slider li a {
    height: 292px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in .slider li a {
    height: auto;
  }
}
#top_main_sub02 #top_main_sub02_in .slider li span.day {
  display: block;
  width: 90%;
  /*height: 12px;
  font-size: 12px;
  line-height: 12px;*/
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  /*20190322 追加*/
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in .slider li span.blog_ti {
  display: block;
  width: 90%;
  height: auto;
  font-size: 15px;
  font-weight: 400;
  /*20190322 追加*/
  line-height: 22px;
  padding: 10px 0px;
  margin: 0px auto;
  color: #053485;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in .slider img {
  object-fit: contain;
  background-color: #1558a0;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in .slider img {
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in .slider img {
    width: 100%;
    height: 100px;
  }
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li,
#top_main_sub02 #top_main_sub02_in ul#slider01 li,
#top_main_sub02 #top_main_sub02_in ul#slider02 li,
#top_main_sub02 #top_main_sub02_in ul#slider03 li {
  padding: 0 0 10px 0;
  margin: 0 10px;
  position: relative;
  background-color: #FFFFFF;
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li a,
#top_main_sub02 #top_main_sub02_in ul#slider01 li a,
#top_main_sub02 #top_main_sub02_in ul#slider02 li a,
#top_main_sub02 #top_main_sub02_in ul#slider03 li a {
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider01 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider02 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider03 li a {
    width: 230px;
    /*height: 292px;*/
    height: 310px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider01 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider02 li a,
  #top_main_sub02 #top_main_sub02_in ul#slider03 li a {
    height: auto;
  }
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li span.day,
#top_main_sub02 #top_main_sub02_in ul#slider01 li span.day,
#top_main_sub02 #top_main_sub02_in ul#slider02 li span.day,
#top_main_sub02 #top_main_sub02_in ul#slider03 li span.day {
  display: block;
  width: 90%;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  /*20190322 追加*/
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in ul#slider00 li span.blog_ti,
#top_main_sub02 #top_main_sub02_in ul#slider01 li span.blog_ti,
#top_main_sub02 #top_main_sub02_in ul#slider02 li span.blog_ti,
#top_main_sub02 #top_main_sub02_in ul#slider03 li span.blog_ti {
  display: block;
  width: 90%;
  height: auto;
  font-size: 15px;
  font-weight: 400;
  /*20190322 追加*/
  line-height: 22px;
  /*20190322 追加*/
  padding: 10px 0px;
  margin: 0px auto;
  color: #053485;
  text-align: left;
}
#top_main_sub02 #top_main_sub02_in ul#slider00 img,
#top_main_sub02 #top_main_sub02_in ul#slider01 img,
#top_main_sub02 #top_main_sub02_in ul#slider02 img,
#top_main_sub02 #top_main_sub02_in ul#slider03 img {
  object-fit: contain;
  background-color: #f4f9fe;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 img,
  #top_main_sub02 #top_main_sub02_in ul#slider01 img,
  #top_main_sub02 #top_main_sub02_in ul#slider02 img,
  #top_main_sub02 #top_main_sub02_in ul#slider03 img {
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in ul#slider00 img,
  #top_main_sub02 #top_main_sub02_in ul#slider01 img,
  #top_main_sub02 #top_main_sub02_in ul#slider02 img,
  #top_main_sub02 #top_main_sub02_in ul#slider03 img {
    width: 100%;
    height: 112px;
  }
}
#top_main_sub02 #top_main_sub02_in .blog_link a {
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #053485;
  padding: 8px 0px;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub02 #top_main_sub02_in .blog_link a {
    width: 15%;
    margin: 30px auto 200px auto;
  }
  #top_main_sub02 #top_main_sub02_in .blog_link a:hover {
    background-color: #CDCDCD;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub02 #top_main_sub02_in .blog_link a {
    width: 45%;
    margin: 30px auto 80px auto;
  }
}
#top_main_sub02 #top_main_sub02_in .blog_link a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 2px 0px 0 15px;
  vertical-align: middle;
}

#top_main_sub03 {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 {
    padding: 35px 0px 0px 0px;
    margin: 0px 0px 45px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 {
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
  }
}
#top_main_sub03 #top_main_sub03_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in {
    width: 98%;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_ti {
  text-align: left;
  z-index: 10;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_ti {
    font-size: 40px;
    margin: 0 0 20px 350px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_ti {
    width: 95%;
    font-size: 20px;
    margin: 0 auto 18px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_com {
    z-index: 10;
    display: block;
    margin: 0px 0px 30px 590px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    /*20190322 追加*/
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_com {
    display: none;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_link a {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  background-color: #053485;
  color: #FFFFFF;
  padding: 8px 0px;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_link a {
    width: 15%;
    margin: 30px 0px 20px 670px;
  }
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_link a:hover {
    background-color: #CDCDCD;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_link a {
    width: 40%;
    margin: 30px 0px 20px 48%;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_link a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 2px 0px 0 15px;
  vertical-align: middle;
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_img {
  z-index: 0;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_img {
    width: 590px;
    height: 620px;
    overflow: hidden;
    margin: -600px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #top_main_sub03 #top_main_sub03_in #top_main_sub03_img {
    width: 100%;
    height: auto;
    margin: -20px 0px 0px 0px;
  }
}
#top_main_sub03 #top_main_sub03_in #top_main_sub03_img img {
  width: 100%;
  height: auto;
}

#sub_main {
  height: auto;
  margin: 0px auto;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  #sub_main {
    width: 100%;
    padding: 38px 0px;
    background-color: #f9f9f9;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main {
    width: 100%;
    padding: 12px 0px;
    background-color: #f9f9f9;
  }
}
#sub_main #sub_main_in {
  position: relative;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in {
    width: 98%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in .sub-area {
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    width: 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in .sub-area {
    width: 96%;
    margin: 20px auto 10px;
  }
}
#sub_main #sub_main_in h2 {
  font-family: "Raleway", sans-serif;
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in h2 {
    text-align: left;
    line-height: 1.5;
    font-size: 310%;
    font-weight: 100;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in h2 {
    text-align: center;
    line-height: 1.5;
    font-size: 210%;
    font-weight: 200;
  }
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in .sm-info-subti {
    text-align: left;
    line-height: 1.5;
    font-size: 110%;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in .sm-info-subti {
    text-align: center;
    line-height: 1.5;
    font-size: 106%;
  }
}
#sub_main #sub_main_in .breadcrumb_inner {
  padding: 0px 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in .breadcrumb_inner {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in .breadcrumb_inner {
    width: 100%;
    text-align: left;
  }
}
#sub_main #sub_main_in .breadcrumb_inner li {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in .breadcrumb_inner li {
    font-size: 86%;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in .breadcrumb_inner li {
    font-size: 82%;
    color: #8F8C8C;
  }
}
#sub_main #sub_main_in .breadcrumb_inner li:after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}
#sub_main #sub_main_in .breadcrumb_inner li:last-child:after {
  display: none;
}
#sub_main #sub_main_in .breadcrumb_inner li a {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #sub_main #sub_main_in .breadcrumb_inner li a {
    color: #333;
  }
}
@media only screen and (max-width: 768px) {
  #sub_main #sub_main_in .breadcrumb_inner li a {
    color: #8F8C8C;
  }
}

#breadcrumb {
  background-color: #FFFFFF;
}
#breadcrumb #breadcrumb_inner {
  padding: 5px 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #breadcrumb #breadcrumb_inner {
    width: 980px;
    /*max-width: 1050px;
    min-width: 1009px;*/
  }
}
@media only screen and (max-width: 768px) {
  #breadcrumb #breadcrumb_inner {
    width: 98%;
  }
}
#breadcrumb #breadcrumb_inner li {
  display: inline-block;
  font-size: 12px;
}
#breadcrumb #breadcrumb_inner li:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}
#breadcrumb #breadcrumb_inner li:last-child:after {
  display: none;
}
#breadcrumb #breadcrumb_inner li a {
  /*text-decoration: none;
  color: #333;*/
}

.scrImg {
  left: -100px;
  display: none;
  position: relative;
}

.scrImg_01 {
  right: -100px;
  display: none;
  position: relative;
}

.scrImg_02 {
  /*bottom: -100px;*/
  transform: translate(0, 20%);
  opacity: 0;
  transition: .8s;
}

.scrImg_02.active {
  opacity: 1;
  transform: translate(0, 0%);
}

.scrImg_02_sub {
  transform: translate(150px, 0%);
  opacity: 0;
  transition: .8s;
}

.scrImg_02_sub.active {
  opacity: 1;
  transform: translate(0px, 0%);
}

.sc-sec01 {
  transform: translate(0, 20%);
  opacity: 0;
  transition: .5s;
}

.sc-sec01.active {
  transform: translate(0, 20%);
  opacity: 0;
  transition: .5s;
}

.slick-active .car-lp-area .sc-sec01.active {
  opacity: 1;
  transform: translate(0px, 0%);
}

.sc-sec02 {
  transform: translate(150px, 0%);
  opacity: 0;
  transition: .5s;
}

.sc-sec02.active {
  transform: translate(150px, 0%);
  opacity: 0;
  transition: .5s;
}

.slick-active .car-lp-area .sc-sec02.active {
  opacity: 1;
  transform: translate(0px, 0%);
}

/*.scrImg_03 {
	bottom: -30px;
	display: none;
	position:relative;
}*/
/*.scrImg_02 {
	opacity: 0;
	transition:.5s;
}*/
.scrImg_02_sub {
  opacity: 0;
  transition: .5s;
}

.main_frame.bg01 {
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame.bg02 {
  background-color: #eb5314;
}

.main_frame.bg03 {
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame.bg04 {
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame.bg05 {
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame.bg06 {
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame.bg07 {
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame.bg08 {
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame.bgbk {
  background-color: #000000;
}

.link_btn_01 a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 110%;
}
@media print, screen and (min-width: 769px) {
  .link_btn_01 a {
    padding: 0px 0px 0px 27px;
    text-align: left;
  }
  .link_btn_01 a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_01 a {
    width: 90%;
    border: 1px solid #FFFFFF;
    text-align: center;
    margin: 0px auto 30px;
    padding: 10px 0px 10px 0px;
  }
}
.link_btn_01 a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.link_btn_02_a a {
  display: block;
  text-decoration: none;
  color: #e75514;
  font-size: 110%;
}
@media print, screen and (min-width: 769px) {
  .link_btn_02_a a {
    padding: 10px 0px 0px 0px;
    text-align: left;
  }
  .link_btn_02_a a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_02_a a {
    width: 90%;
    border: 1px solid #FFFFFF;
    text-align: center;
    margin: 10px auto 0px;
    padding: 10px 0px 10px 0px;
  }
}
.link_btn_02_a a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.link_btn_02_b a {
  display: block;
  text-decoration: none;
  color: #e75514;
  font-size: 110%;
}
@media print, screen and (min-width: 769px) {
  .link_btn_02_b a {
    padding: 10px 0px 0px 0px;
    text-align: right;
  }
  .link_btn_02_b a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .link_btn_02_b a {
    width: 90%;
    border: 1px solid #FFFFFF;
    text-align: center;
    margin: 10px auto 0px;
    padding: 10px 0px 10px 0px;
  }
}
.link_btn_02_b a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_frame {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame {
    width: 100%;
    margin: 0px auto;
    padding: 36px 0px 56px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame {
    width: 100%;
    margin: 0px auto;
    padding: 32px 0px 43px;
  }
}
.main_frame .main_frame_base {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1051px) {
  .main_frame .main_frame_base {
    padding-left: 240px;
  }
}
@media only screen and (max-width: 1050px) {
  .main_frame .main_frame_base {
    padding-left: 0px;
  }
}
.main_frame .main_frame_in {
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  /*** 旧サイトブログ ***/
  /*** 旧サイトブログ ***/
  /*** 新着情報一覧 ***/
  /*** 新着情報一覧 ***/
  /*** お問合せ ***/
  /*** お問合せ ***/
  /*** pickup用 ***/
  /*** pickup用 ***/
  /*** ポリシー ***/
  /* ファイルリンク */
  /* ファイルリンク */
  /*サブページTOP用レイアウト*/
  /*サブページボタン*/
  /*サブページボタン*/
  /*画像関連*/
  /*画像関連*/
  /*画像関連*/
  /*タイトル関連*/
  /*タイトル関連*/
  /*テキスト関連*/
  /*テキスト関連*/
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in {
    /*min-width: 800px;
    max-width: 1200px;*/
    width: 980px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in {
    float: none;
    width: 98%;
  }
}
.main_frame .main_frame_in ul.news-info-list {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.news-info-list {
    width: 85%;
    margin: 0px auto 25px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.news-info-list {
    width: 98%;
    margin: 0px auto 20px;
  }
}
.main_frame .main_frame_in ul.news-info-list li a {
  display: block;
  border-bottom: solid 1px #A2A2A2;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.news-info-list li a {
    width: 100%;
    padding: 0px 0% 0 0;
    line-height: 64px;
    position: relative;
  }
  .main_frame .main_frame_in ul.news-info-list li a:after {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #626568;
  }
  .main_frame .main_frame_in ul.news-info-list li a:hover:after {
    width: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.news-info-list li a {
    width: 100%;
    padding: 10px 1%;
    line-height: 26px;
  }
}
.main_frame .main_frame_in ul.news-info-list li a span {
  font-size: 14px;
  display: inline-block;
}
.main_frame .main_frame_in ul.news-info-list li a span.yday {
  color: #2B2B2B;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.news-info-list li a span.yday {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.news-info-list li a span.yday {
    width: 100%;
  }
}
.main_frame .main_frame_in ul.news-info-list li a span.news_ti {
  color: #2B2B2B;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.news-info-list li a span.news_ti {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.news-info-list li a span.news_ti {
    width: 100%;
  }
}
.main_frame .main_frame_in .pgr_flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_frame .main_frame_in .pgr_flex-container .pgr_nmb {
  text-decoration: none;
  display: block;
  border: solid 1px #3B3B3B;
  background-color: #FFFFFF;
  color: #3B3B3B;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .pgr_flex-container .pgr_nmb {
    width: 30px;
    height: 30px;
    margin: 0px 2%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .pgr_flex-container .pgr_nmb {
    width: 25px;
    height: 25px;
    margin: 0px 2%;
  }
}
.main_frame .main_frame_in .pgr_flex-container .pgr_nmb.current a {
  border: solid 1px #3B3B3B;
  background-color: #3B3B3B;
  color: #FFFFFF;
}
.main_frame .main_frame_in .pgr_flex-container .pgr_nmb.select {
  border: solid 1px #3B3B3B;
  background-color: #3B3B3B;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .pgr_flex-container .pgr_nmb {
    /*width: 30px;
    height: 30px;*/
    line-height: 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .pgr_flex-container .pgr_nmb {
    /*width: 25px;
    height: 25px;*/
    line-height: 23px;
    font-size: 8px;
  }
}
.main_frame .main_frame_in .info_btn a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .info_btn a {
    height: 52px;
    line-height: 52px;
    font-size: 150%;
    margin: 8px 0px;
  }
  .main_frame .main_frame_in .info_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .info_btn a {
    height: 40px;
    line-height: 40px;
    font-size: 110%;
    margin: 8px 0px;
  }
}
.main_frame .main_frame_in .info_btn a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .info_btn a:before {
    width: 20px;
    height: 20px;
    margin: 0px 8px -2px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .info_btn a:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -3px 0px;
  }
}
.main_frame .main_frame_in #mv_area {
  text-align: center;
  position: relative;
  width: 100% !important;
  height: auto !important;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in #mv_area img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in #mv_area #mv_01 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.main_frame .main_frame_in #mv_area #mv_02 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.main_frame .main_frame_in .img_area {
  text-align: center;
  position: relative;
  width: 100% !important;
  height: auto !important;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in .img_area img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_area .img_01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100% !important;
  z-index: 1;
}
.main_frame .main_frame_in .img_area .img_02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100% !important;
  z-index: 2;
}
.main_frame .main_frame_in #mv_03 {
  opacity: 0;
}
.main_frame .main_frame_in .voice_area01 {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 {
    position: relative;
    height: 620px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 {
    height: auto;
    padding: 20px 0px;
  }
}
.main_frame .main_frame_in .voice_area01 .vo_01 {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 .vo_01 {
    width: 80%;
    position: absolute;
    z-index: 1;
    left: 3%;
    top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 .vo_01 {
    width: 70%;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
  }
}
.main_frame .main_frame_in .voice_area01 .vo_01 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .voice_area01 .vo_02 {
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 .vo_02 {
    /*width: 38%;*/
    width: auto;
    height: 590px;
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
  }
  .main_frame .main_frame_in .voice_area01 .vo_02 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 .vo_02 {
    width: 65%;
    height: auto;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
  }
  .main_frame .main_frame_in .voice_area01 .vo_02 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 {
    width: 53%;
    position: absolute;
    z-index: 3;
    left: 5%;
    top: 230px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 {
    width: 96%;
    height: auto;
    padding: 10px 0px;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com01 {
  height: auto;
  position: relative;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com01 {
    width: 35%;
    margin-left: 65%;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com01 {
    width: 45%;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com01 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com01:before {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com01:before {
    top: 50%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #eb5314;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com01:before {
    top: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #eb5314;
  }
}
.main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com02 {
  height: auto;
  background-color: #FFFFFF;
  line-height: 1.5;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com02 {
    width: 100%;
    padding: 2%;
    font-size: 95%;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 .vo_03 .vo_03_com02 {
    width: 90%;
    padding: 2%;
    font-size: 100%;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in .voice_area01 .vo_04 a {
  display: block;
  text-decoration: none !important;
  font-size: 110%;
  color: #eb5314;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area01 .vo_04 a {
    width: 30%;
    position: absolute;
    z-index: 5;
    right: 5%;
    bottom: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area01 .vo_04 a {
    width: 96%;
    height: auto;
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
  }
}
.main_frame .main_frame_in .voice_area01 .vo_04 a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_frame .main_frame_in .voice_area02 {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 {
    position: relative;
    height: 620px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 {
    height: auto;
    padding: 20px 0px;
  }
}
.main_frame .main_frame_in .voice_area02 .vo_01 {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 .vo_01 {
    width: 80%;
    position: absolute;
    z-index: 1;
    right: 3%;
    top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 .vo_01 {
    width: 70%;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
  }
}
.main_frame .main_frame_in .voice_area02 .vo_01 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .voice_area02 .vo_02 {
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 .vo_02 {
    /*width: 38%;*/
    width: auto;
    height: 590px;
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
  }
  .main_frame .main_frame_in .voice_area02 .vo_02 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 .vo_02 {
    width: 65%;
    height: auto;
    margin: 10px auto 20px;
    padding: 0px;
  }
  .main_frame .main_frame_in .voice_area02 .vo_02 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 {
    width: 53%;
    position: absolute;
    z-index: 3;
    right: 5%;
    top: 230px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 {
    width: 96%;
    height: auto;
    padding: 10px 0px;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com01 {
  height: auto;
  position: relative;
  font-size: 0px;
  line-height: 0px;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com01 {
    width: 35%;
    margin-right: 65%;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com01 {
    width: 45%;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com01 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com01:before {
  content: "";
  position: absolute;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com01:before {
    top: 50%;
    left: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #eb5314;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com01:before {
    top: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #eb5314;
  }
}
.main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com02 {
  height: auto;
  background-color: #FFFFFF;
  line-height: 1.5;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com02 {
    width: 100%;
    padding: 2%;
    font-size: 95%;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 .vo_03 .vo_03_com02 {
    width: 90%;
    padding: 2%;
    font-size: 100%;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in .voice_area02 .vo_04 a {
  display: block;
  text-decoration: none !important;
  font-size: 110%;
  color: #eb5314;
}
@media only screen and (min-width: 1001px) {
  .main_frame .main_frame_in .voice_area02 .vo_04 a {
    width: 30%;
    position: absolute;
    z-index: 5;
    left: 5%;
    bottom: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .main_frame .main_frame_in .voice_area02 .vo_04 a {
    width: 96%;
    height: auto;
    padding: 10px 0px;
    margin: 0px auto;
    text-align: center;
  }
}
.main_frame .main_frame_in .voice_area02 .vo_04 a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 8px -3px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .tate01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_frame .main_frame_in .tate01 img {
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
    display: block;
    width: 100%;
    opacity: 1;
  }
  .main_frame .main_frame_in .tate01:hover img {
    transform: scale(1.15);
    opacity: 1;
  }
}
.main_frame .main_frame_in .mv_ply a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0px;
  line-height: 0px;
  /*@include wi-pc{
  transition: all 0.5s ease-out;
  transform: matrix3d(
  	1, 0, 0, 0,
  	0, 1, 0, 0,
  	0, 0, 1, 0,
  	0, 0, 0, 1
  );
  will-change: transform;
  &:hover {
  	transform: matrix3d(
  		1, 0, 0, 0,
  		0, 1, 0, 0,
  		0, 0, 1, 0,
  		0, 0, 0, 0.9
  	);
  	span.side_ply_icon{
  		background-color: #C90F12;
  	}
  }
  }*/
}
.main_frame .main_frame_in .mv_ply a img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .mv_ply a span.side_ply_icon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .mv_ply a span.side_ply_icon {
    background-color: #C0C0C0;
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .mv_ply a span.side_ply_icon {
    background-color: #C90F12;
    width: 55px;
    height: 55px;
  }
}
.main_frame .main_frame_in .mv_ply a span.side_ply_icon span.side_ply_icon_in {
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .mv_ply a span.side_ply_icon span.side_ply_icon_in {
    width: 28px;
    height: 28px;
    margin: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .mv_ply a span.side_ply_icon span.side_ply_icon_in {
    width: 28px;
    height: 28px;
    margin: 12px;
  }
}
.main_frame .main_frame_in .mv_ply a:hover span.side_ply_icon {
  background-color: #C90F12;
}
.main_frame .main_frame_in .slider {
  padding-bottom: 85px;
}
.main_frame .main_frame_in .news-more-txt {
  clear: both;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #565656;
  font-size: 1.1em;
}
.main_frame .main_frame_in .news-more-txt p span.kanren_link {
  display: block;
  font-weight: 600;
  margin: 20px 0px 5px 0px !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .news-more-txt p span.kanren_link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .news-more-txt p span.kanren_link {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .news-more-txt .ph {
    float: right;
    width: 250px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .news-more-txt .ph {
    float: right;
    /*float: none;*/
    width: 30%;
    /*margin: 0px auto;*/
    margin-left: 3%;
  }
}
.main_frame .main_frame_in .news-more-txt .ph img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.demae_koushi_li {
  width: 100%;
  padding: 0px !important;
}
.main_frame .main_frame_in ul.demae_koushi_li li a {
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
  border: #0A599A solid 1px;
  /*▼▼▼三角アイコン▼▼▼*/
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 18px;
  color: #000;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  /*▲▲▲三角アイコン▲▲▲*/
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.demae_koushi_li li a {
    margin: 0px 1% 10px;
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.demae_koushi_li li a {
    margin: 0px 1% 10px;
    width: 48%;
  }
}
.main_frame .main_frame_in ul.demae_koushi_li li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1153AB;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.demae_koushi_li li a:hover {
    left: 2px;
  }
}
.main_frame .main_frame_in ul.demae_koushi_li li a span {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.demae_koushi_li li a span {
    height: 50px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.demae_koushi_li li a span {
    height: 32px;
    font-size: 11px;
    line-height: 12px;
  }
}
.main_frame .main_frame_in .demae_shinryou_ti {
  height: auto;
  display: block;
  text-align: center;
  color: #FFFFFF;
  background-color: #11709E;
  font-weight: 600;
  line-height: 20px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .demae_shinryou_ti {
    width: 380px;
    font-size: 16px;
    padding: 20px 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .demae_shinryou_ti {
    width: 87%;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in ul.teacher_list_dk li {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 1% 1% 1% 1%;
  border: #C4C4C4 solid 1px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list_dk li {
    width: 31%;
    margin: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list_dk li {
    width: 48%;
    margin: 0px 1% 20px;
  }
}
.main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 20px;
  margin: 0px auto 10px;
  border-bottom: #3367CF dashed 1px;
  color: #221B1B;
  text-align: center;
  font-weight: 600;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name.ic01:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name.ic01:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name.ic01:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
.main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name.ic02:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name.ic02:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_name.ic02:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
.main_frame .main_frame_in ul.teacher_list_dk li span.teacher_ti {
  height: auto;
  font-weight: 100;
  color: #FFFFFF;
  background-color: #2188B9;
  text-align: center;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_ti {
    width: 35%;
    display: inline-block;
    margin: 0px 0px 10px;
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_ti {
    width: 100%;
    display: block;
    margin: 0px auto 5px;
    font-size: 11px;
    line-height: 22px;
  }
}
.main_frame .main_frame_in ul.teacher_list_dk li span.teacher_st {
  height: auto;
  color: #3F3F3F;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_st {
    width: 63%;
    display: inline-block;
    text-align: left;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 4%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list_dk li span.teacher_st {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
  }
}
.main_frame .main_frame_in .no_mid_area {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .no_mid_area {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .no_mid_area {
    width: 100%;
  }
}
.main_frame .main_frame_in .no_mid_area .no_mid {
  display: block;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .no_mid_area .no_mid {
    font-size: 16px;
    float: left;
    width: 50%;
    margin: 0px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .no_mid_area .no_mid {
    font-size: 13px;
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.main_frame .main_frame_in .no_mid_area .no_mid span {
  font-weight: 200;
  color: #3E3E3E;
  padding: 0px 0px 0px 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .no_mid_area .no_mid span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .no_mid_area .no_mid span {
    font-size: 13px;
  }
}
.main_frame .main_frame_in .no_mid_area .no_mid span.no_mid_n {
  margin-right: 5px;
  background: #0B6BB9;
  padding: 3px 5px;
  color: #fff;
  margin-right: 5px;
}
.main_frame .main_frame_in .no_mid_area .no_mid_one {
  display: block;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .no_mid_area .no_mid_one {
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .no_mid_area .no_mid_one {
    font-size: 13px;
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.main_frame .main_frame_in .no_mid_area .no_mid_one span {
  font-weight: 200;
  color: #3E3E3E;
  padding: 0px 0px 0px 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .no_mid_area .no_mid_one span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .no_mid_area .no_mid_one span {
    font-size: 13px;
  }
}
.main_frame .main_frame_in .no_mid_area .no_mid_one span.no_mid_n {
  margin-right: 5px;
  background: #0B6BB9;
  padding: 3px 5px;
  color: #fff;
  margin-right: 5px;
}
.main_frame .main_frame_in ul#kouza_link {
  width: 98%;
  height: auto;
  margin: 0px auto;
}
.main_frame .main_frame_in ul#kouza_link li {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #156396;
}
.main_frame .main_frame_in ul#kouza_link li a {
  display: block;
  text-decoration: none;
}
.main_frame .main_frame_in ul#kouza_link li a span {
  display: block;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}
.main_frame .main_frame_in ul#kouza_link li a span.kouza_left {
  text-align: center;
  box-sizing: border-box;
  padding: 0px 1%;
  border: #B6CEEC solid 1px;
  color: #353535;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#kouza_link li a span.kouza_left {
    float: left;
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#kouza_link li a span.kouza_left {
    float: none;
    width: 70%;
  }
}
.main_frame .main_frame_in ul#kouza_link li a span.kouza_right {
  padding: 0px 3%;
  color: #095682;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#kouza_link li a span.kouza_right {
    float: left;
    width: 70%;
  }
  .main_frame .main_frame_in ul#kouza_link li a span.kouza_right:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#kouza_link li a span.kouza_right {
    float: none;
    width: 100%;
  }
}
.main_frame .main_frame_in ul.kouza_link_end {
  width: 98%;
  height: auto;
  margin: 0px auto;
}
.main_frame .main_frame_in ul.kouza_link_end li {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #156396;
}
.main_frame .main_frame_in ul.kouza_link_end li a {
  display: block;
  text-decoration: none;
}
.main_frame .main_frame_in ul.kouza_link_end li a span {
  display: block;
  line-height: 30px;
  margin: 0px 0px 20px 0px;
}
.main_frame .main_frame_in ul.kouza_link_end li a span.kouza_left {
  text-align: center;
  box-sizing: border-box;
  padding: 0px 1%;
  border: #B6CEEC solid 1px;
  color: #353535;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.kouza_link_end li a span.kouza_left {
    float: left;
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.kouza_link_end li a span.kouza_left {
    float: none;
    width: 70%;
  }
}
.main_frame .main_frame_in ul.kouza_link_end li a span.kouza_right {
  color: #095682;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.kouza_link_end li a span.kouza_right {
    float: left;
    width: 70%;
    padding: 0px 6% 0px 3%;
  }
  .main_frame .main_frame_in ul.kouza_link_end li a span.kouza_right:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.kouza_link_end li a span.kouza_right {
    float: none;
    width: 100%;
    padding: 0px 8% 0px 3%;
  }
}
.main_frame .main_frame_in .teacher_hanrei_area {
  height: auto;
  margin: 0px auto;
  background-color: #FBFDFF;
  border: #8DB8F1 solid 1px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .teacher_hanrei_area {
    width: 90%;
    padding: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .teacher_hanrei_area {
    width: 96%;
    padding: 2%;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .teacher_hanrei_area ul li {
    float: left;
    width: 50%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .teacher_hanrei_area ul li {
    float: none;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.main_frame .main_frame_in .teacher_hanrei_area ul li.th_ico01:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .teacher_hanrei_area ul li.th_ico01:before {
    width: 25px;
    height: 25px;
    margin: -3px 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .teacher_hanrei_area ul li.th_ico01:before {
    width: 18px;
    height: 18px;
    margin: -2px 10px 0 0;
  }
}
.main_frame .main_frame_in .teacher_hanrei_area ul li.th_ico02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .teacher_hanrei_area ul li.th_ico02:before {
    width: 25px;
    height: 25px;
    margin: -3px 15px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .teacher_hanrei_area ul li.th_ico02:before {
    width: 18px;
    height: 18px;
    margin: -2px 15px 0 0;
  }
}
.main_frame .main_frame_in ul.teacher_list li {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 1% 1% 40px 1%;
  border: #C4C4C4 solid 1px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li {
    width: 31%;
    margin: 0px 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li {
    width: 48%;
    margin: 0px 1% 20px;
  }
}
.main_frame .main_frame_in ul.teacher_list li span.teacher_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 20px;
  margin: 0px auto 10px;
  border-bottom: #3367CF dashed 1px;
  color: #221B1B;
  text-align: center;
  font-weight: 600;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_name {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul.teacher_list li span.teacher_name.ic01:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_name.ic01:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_name.ic01:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
.main_frame .main_frame_in ul.teacher_list li span.teacher_name.ic02:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #0F59A7;
  padding: 1px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_name.ic02:after {
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_name.ic02:after {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }
}
.main_frame .main_frame_in ul.teacher_list li span.teacher_ti {
  height: auto;
  font-weight: 100;
  color: #FFFFFF;
  background-color: #2188B9;
  text-align: center;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_ti {
    width: 35%;
    display: inline-block;
    margin: 0px 0px 10px;
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_ti {
    width: 100%;
    display: block;
    margin: 0px auto 5px;
    font-size: 11px;
    line-height: 22px;
  }
}
.main_frame .main_frame_in ul.teacher_list li span.teacher_st_of {
  height: auto;
  color: #3F3F3F;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_st_of {
    width: 63%;
    display: inline-block;
    text-align: left;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 4%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_st_of {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
  }
}
.main_frame .main_frame_in ul.teacher_list li span.teacher_st {
  height: auto;
  color: #3F3F3F;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_st {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 8px;
    padding: 0px 0px 0px 4%;
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_st {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0px 0px 8px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
  }
}
.main_frame .main_frame_in ul.teacher_list li span.teacher_btn a {
  background-position: right 3% center;
  text-decoration: none !important;
  display: block;
  color: #FFFFFF;
  background-color: #DC49A0;
  border-radius: 15px;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: -50%;
  right: -50%;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_btn a {
    padding: 1% 3% 1% 3%;
    width: 60%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_list li span.teacher_btn a {
    width: 80%;
    padding: 1% 3% 1% 3%;
    font-size: 12px;
  }
}
.main_frame .main_frame_in ol.sitemap_list {
  width: 100% !important;
  margin: 0px 0px 40px;
}
.main_frame .main_frame_in ol.sitemap_list li {
  width: 100% !important;
  padding: 0px 0px 10px;
}
.main_frame .main_frame_in ol.sitemap_list li a {
  display: block;
  font-size: 14px !important;
  text-align: left;
  width: 100% !important;
  color: #171515;
  margin: 1px 1%;
  padding: 5px 0px 5px 18px;
  /*▼▼▼三角アイコン▼▼▼*/
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 18px;
  color: #000;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  /*▲▲▲三角アイコン▲▲▲*/
}
.main_frame .main_frame_in ol.sitemap_list li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1153AB;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ol.sitemap_list li a:hover {
    left: 2px;
  }
}
.main_frame .main_frame_in ol.sitemap_list li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
.main_frame .main_frame_in ol.sitemap_list li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop_st.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ol.sitemap_list li a span.link:after {
    width: 18px;
    height: 18px;
    margin: -3px 0px 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ol.sitemap_list li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
.main_frame .main_frame_in .search_area {
  position: relative;
  padding: .25em 0 .5em .85em;
  border-left: 2px solid #E4E4E4;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .search_area {
    width: 98%;
    height: auto;
    margin: 0px auto 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .search_area {
    width: 98%;
    margin: 0px auto 24px auto;
  }
}
.main_frame .main_frame_in .search_area:before {
  position: absolute;
  left: -2px;
  bottom: 0;
  content: '';
  width: 2px;
  height: 50%;
  background-color: #1184B4;
}
.main_frame .main_frame_in .search_area:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}
.main_frame .main_frame_in .search_area span {
  color: #A68849;
}
.main_frame .main_frame_in .search_area .search_ti a {
  text-decoration: none;
  color: #3D7DAB;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .search_area .search_ti a {
    font-size: 19px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .search_area .search_ti a {
    font-size: 16px;
    line-height: 20px;
  }
}
.main_frame .main_frame_in ul#blog-item_list li {
  background-color: #FFFFFF;
}
.main_frame .main_frame_in ul#blog-item_list li a {
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  border: solid #F0F0F0 1px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#blog-item_list li a {
    width: 23%;
    height: auto;
    padding: 2px 0 10px 0;
    margin: 0 1% 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#blog-item_list li a {
    width: 48%;
    height: auto;
    padding: 2px 0 10px 0;
    margin: 0 1% 20px;
  }
}
.main_frame .main_frame_in ul#blog-item_list li span.day {
  display: block;
  width: 90%;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  /*20190322 追加*/
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.main_frame .main_frame_in ul#blog-item_list li span.blog_ti {
  display: block;
  width: 90%;
  height: auto;
  font-size: 15px;
  font-weight: 400;
  /*20190322 追加*/
  line-height: 22px;
  padding: 10px 0px;
  margin: 0px auto;
  color: #053485;
  text-align: left;
}
.main_frame .main_frame_in ul#blog-item_list img {
  object-fit: contain;
  background-color: #f4f9fe;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#blog-item_list img {
    width: 100%;
    height: 182px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#blog-item_list img {
    width: 100%;
    height: 138px;
  }
}
.main_frame .main_frame_in .paginate.pag5 {
  font-size: 12px;
  padding: 9px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .paginate.pag5 {
    width: 335px;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in .paginate.pag5 li {
  font-weight: bold;
}
.main_frame .main_frame_in .paginate.pag5 li a {
  display: block;
  float: left;
  color: #0F59A7;
  text-decoration: none;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .paginate.pag5 li a :hover {
    color: #4f664e;
    background: #c9dec8;
  }
}
.main_frame .main_frame_in .paginate.pag5 li a :active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}
.main_frame .main_frame_in .paginate.pag5 li.navpage a {
  padding: 9px 13px;
  background: #B3C8E4;
  color: #153576;
}
.main_frame .main_frame_in .paginate.pag5 li.navpage a :hover {
  color: #414e40;
  background: #a4c6a2;
}
.main_frame .main_frame_in .paginate.pag5 li.current {
  background: #505362;
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  color: #fff;
}
.main_frame .main_frame_in .paginate.pag5 li.single {
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  color: #fff;
}
.main_frame .main_frame_in #newslist_btn_sub {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #newslist_btn_sub {
    width: 90%;
    font-weight: 600;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #newslist_btn_sub {
    width: 98%;
    margin: 15px auto;
  }
}
.main_frame .main_frame_in #newslist_btn_sub li a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #539CD8 !important;
  border: #4893C9 1px solid;
  background-color: #FFFFFF !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #newslist_btn_sub li a {
    border-radius: 20px;
    width: 23%;
    margin: 0 1%;
    font-size: 17px;
    line-height: 46px;
    cursor: pointer;
  }
  .main_frame .main_frame_in #newslist_btn_sub li a:hover {
    color: #FFFFFF !important;
    background-color: #539CD8 !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #newslist_btn_sub li a {
    border-radius: 5px;
    width: 48%;
    margin: 0 1% 1%;
    font-size: 12px;
    line-height: 25px;
  }
}
.main_frame .main_frame_in #newslist_btn_sub li a.select_on {
  color: #FFFFFF !important;
  background-color: #539CD8 !important;
}
.main_frame .main_frame_in .topics_list_link_btn a {
  text-decoration: none !important;
  display: block;
  background-color: #247ACB;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .topics_list_link_btn a {
    border-radius: 27px;
    padding: 0.5% 2% 0.5% 2%;
    width: 30%;
    margin: 20px auto 0px auto;
  }
  .main_frame .main_frame_in .topics_list_link_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .topics_list_link_btn a {
    border-radius: 22px;
    width: 48%;
    padding: 1% 2% 1% 2%;
    margin: 15px auto 0px auto;
  }
}
.main_frame .main_frame_in .topics_list_link_btn a .sub_mainli_ti01 {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .topics_list_link_btn a .sub_mainli_ti01 {
    height: 55px;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .topics_list_link_btn a .sub_mainli_ti01 {
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
}
.main_frame .main_frame_in .topics_list_link_btn a .sub_mainli_ti01_fob {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .topics_list_link_btn a .sub_mainli_ti01_fob {
    height: 55px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .topics_list_link_btn a .sub_mainli_ti01_fob {
    height: 50px;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
  }
}
.main_frame .main_frame_in #newslist_cate {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #newslist_cate {
    width: 60%;
    font-weight: 600;
    margin: 0px 0px 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #newslist_cate {
    width: 98%;
    margin: 0px auto 15px auto;
  }
}
.main_frame .main_frame_in #newslist_cate li {
  float: left;
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #FFFFFF !important;
  background-color: #2C9AD8;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #newslist_cate li {
    border-radius: 20px;
    width: 23%;
    margin: 0 1%;
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #newslist_cate li {
    border-radius: 5px;
    width: 48%;
    margin: 0 1% 1%;
    font-size: 12px;
    line-height: 20px;
  }
}
.main_frame .main_frame_in #surrounding_map_area {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #surrounding_map_area {
    border-radius: 20px;
    background-color: #B5DDFF;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.surrounding_map_list {
    width: 98%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.surrounding_map_list {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in ul.surrounding_map_list li {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: auto;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.surrounding_map_list li {
    float: left;
    width: 46%;
    margin: 1% 2%;
    /* 外側の余白 上下・左右 */
    padding: 2%;
    /* 内側の余白 */
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.surrounding_map_list li {
    float: none;
    width: 90%;
    margin: 1.5% auto;
    /* 外側の余白 上下・左右 */
    padding: 5%;
    /* 内側の余白 */
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.surrounding_map_list li.under_map {
    float: left;
    height: auto;
    width: 96%;
    margin: 1% 2%;
    /* 外側の余白 上下・左右 */
    padding: 2%;
    /* 内側の余白 */
  }
}
.main_frame .main_frame_in ul.surrounding_map_list li.map_ste01 :before {
  background: repeating-linear-gradient(-45deg, #c6dbf1, #c6dbf1 5px, #f0f8fc 0, #f0f8fc 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
.main_frame .main_frame_in ul.surrounding_map_list li.map_ste02 :before {
  background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
.main_frame .main_frame_in ul.surrounding_map_list li.map_ste03 :before {
  background: repeating-linear-gradient(-45deg, #c6f1e6, #c6f1e6 5px, #f0fcf8 0, #f0fcf8 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
.main_frame .main_frame_in ul.surrounding_map_list li.map_ste04 :before {
  background: repeating-linear-gradient(-45deg, #f1ebc6, #f1ebc6 5px, #fafcf0 0, #fafcf0 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
.main_frame .main_frame_in ul.surrounding_map_list li.map_ste05 :before {
  background: repeating-linear-gradient(-45deg, #f1c6d3, #f1c6d3 5px, #fcf0f4 0, #fcf0f4 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
.main_frame .main_frame_in ul.surrounding_map_list li :after {
  background: #fff;
  /* 背景色 */
  content: '';
  position: absolute;
  top: 10px;
  /* ストライプ部分の太さ・上 */
  bottom: 10px;
  /* ストライプ部分の太さ・下 */
  left: 10px;
  /* ストライプ部分の太さ・左 */
  right: 10px;
  /* ストライプ部分の太さ・右 */
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.surrounding_map_list img {
    width: 98%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.surrounding_map_list img {
    width: 90%;
    height: auto;
  }
}
.main_frame .main_frame_in ul.club_list li {
  background-color: #FFFFFF;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: auto;
  padding: 2%;
  border-bottom: #C4C4C4 solid 1px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.club_list li {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.club_list li {
    float: none;
    width: 100%;
  }
}
.main_frame .main_frame_in ul.club_list img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.club_list img {
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.club_list img {
    width: 100%;
    height: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.club_list li:nth-child(1) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(3) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(5) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(7) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(9) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(11) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(13) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(15) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(17) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(19) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(21) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(23) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(25) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(27) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(29) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(31) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(33) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(35) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(37) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(39) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(41) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(43) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(45) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(47) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(49) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(51) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(53) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(55) {
    border-right: 1px #C4C4C4 solid;
  }
  .main_frame .main_frame_in ul.club_list li:nth-child(57) {
    border-right: 1px #C4C4C4 solid;
  }
}
.main_frame .main_frame_in .event_area {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .event_area {
    width: 80%;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .event_area {
    width: 98%;
    padding: 15px 0px;
  }
}
.main_frame .main_frame_in .event_area .event_ti_new {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in {
  width: 100%;
  height: auto;
  font-weight: 600;
  font-size: 42px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in span {
  margin-right: 10px;
  font-size: 52px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: -15px 15px 0 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.ep {
  color: #AD207C;
  border-bottom: #BB4BA9 solid 1px;
  border-top: #BB4BA9 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.may {
  color: #20B142;
  border-bottom: #1B9816 solid 1px;
  border-top: #1B9816 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.jun {
  color: #1F4EAC;
  border-bottom: #2655A7 solid 1px;
  border-top: #2655A7 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.jul {
  color: #E53302;
  border-bottom: #D7640C solid 1px;
  border-top: #D7640C solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.aug {
  color: #146ECD;
  border-bottom: #2567CD solid 1px;
  border-top: #2567CD solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.sep {
  color: #081F46;
  border-bottom: #092356 solid 1px;
  border-top: #092356 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.oct {
  color: #532C06;
  border-bottom: #4A2305 solid 1px;
  border-top: #4A2305 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.nov {
  color: #2F2003;
  border-bottom: #2F2002 solid 1px;
  border-top: #2F2002 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.dec {
  color: #D91540;
  border-bottom: #D91541 solid 1px;
  border-top: #D91541 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.jan {
  color: #B802E0;
  border-bottom: #B802E3 solid 1px;
  border-top: #B802E3 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.feb {
  color: #AB0C2F;
  border-bottom: #AB0C2F solid 1px;
  border-top: #AB0C2F solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti_new .event_ti_new_in.mar {
  color: #1B65B4;
  border-bottom: #1B65B1 solid 1px;
  border-top: #1B65B1 solid 3px;
}
.main_frame .main_frame_in .event_area .event_ti {
  width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
}
.main_frame .main_frame_in .event_area .event_ti .event_ti_in {
  width: 162px;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in .event_area .event_ti .event_ti_in img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .event_area .event_left {
  float: left;
  width: 65%;
  height: auto;
}
.main_frame .main_frame_in .event_area .event_left .event_left_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .event_area .event_left .event_left_in {
    width: 100%;
    padding: 20px 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .event_area .event_left .event_left_in {
    width: 100%;
    padding: 15px 0px;
  }
}
.main_frame .main_frame_in .event_area .event_left .event_left_in .event_left_in_left {
  float: left;
  width: 18%;
  height: auto;
  font-weight: bold;
  color: #0B3F76;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .event_area .event_left .event_left_in .event_left_in_left {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .event_area .event_left .event_left_in .event_left_in_left {
    font-size: 14px;
  }
}
.main_frame .main_frame_in .event_area .event_left .event_left_in .event_left_in_right {
  float: right;
  width: 80%;
  height: auto;
  padding: 0 2%;
  border-left: #A8A8A8 dotted 1px;
}
.main_frame .main_frame_in .event_area .event_right {
  float: right;
  width: 34%;
  height: auto;
}
.main_frame .main_frame_in .gyouseki_btn a {
  display: block;
  color: #FFFFFF !important;
  background: #0A6DBD;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .gyouseki_btn a {
    width: 60%;
    padding: 20px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
  .main_frame .main_frame_in .gyouseki_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .gyouseki_btn a {
    float: none;
    width: 80%;
    padding: 10px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
}
.main_frame .main_frame_in #map_btn a {
  display: block;
  color: #FFFFFF !important;
  background: #DD1F78;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none !important;
}
.main_frame .main_frame_in #map_btn a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin: -3px 5px 0 0;
  background: url("../images/common/pl_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #map_btn a {
    width: 80%;
    padding: 20px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
  .main_frame .main_frame_in #map_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #map_btn a {
    float: none;
    width: 80%;
    padding: 10px 5%;
    margin: 0px auto 10px auto;
    border-radius: 6px;
  }
}
.main_frame .main_frame_in #MessageBox #flashMessage {
  margin-bottom: 20px;
}
.main_frame .main_frame_in section table {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in section table {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table {
    width: 95%;
  }
}
.main_frame .main_frame_in section table.data01 th {
  text-align: left;
  color: #494949;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in section table.data01 th {
    width: 30%;
    padding: 20px 1%;
    border-bottom: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table.data01 th {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 2%;
  }
}
.main_frame .main_frame_in section table.data01 th span.err_mes {
  color: #E30F13;
  font-size: 9px;
}
.main_frame .main_frame_in section table.data01 th span.mail-description {
  font-size: 12px;
  margin-bottom: 12px;
}
.main_frame .main_frame_in section table.data01 th .error-message {
  color: #E30F13;
  font-size: 12px;
}
.main_frame .main_frame_in section table.data01 th#block_dev_txt {
  text-align: center;
  background-color: #567EC4;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table.data01 th#block_dev_txt {
    font-size: 18px;
  }
}
.main_frame .main_frame_in section table.data01 td {
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  /*font-size: 12px;*/
  font-size: 15px;
  color: #494949;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in section table.data01 td {
    padding: 20px 1%;
    width: 67%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table.data01 td {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 2%;
  }
}
.main_frame .main_frame_in section table.data01 td span.err_mes {
  color: #E30F13;
  font-size: 9px;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table.data01 td span.mes_blo {
    display: block;
    margin: 0 0 10px 0;
  }
}
.main_frame .main_frame_in section table.data01 td span.mail-description {
  font-size: 12px;
  margin-bottom: 12px;
}
.main_frame .main_frame_in section table.data01 td .error-message {
  color: #E30F13;
  font-size: 15px;
  display: block;
  margin: 3px 0px 60px;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table.data01 td .error-message {
    margin: 3px 0px 30px;
  }
}
.main_frame .main_frame_in section table.data01 td input, .main_frame .main_frame_in section table.data01 td textarea {
  background: #FFFFFF;
  background-image: none;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border-radius: 6px;
  box-shadow: none inset;
  outline: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  padding: 1%;
  font-size: 14px;
  width: 98%;
  /**/
  margin-bottom: 10px;
}
.main_frame .main_frame_in section table.data01 td input#MailMessageSankaNum, .main_frame .main_frame_in section table.data01 td textarea#MailMessageSankaNum {
  width: 15%;
}
.main_frame .main_frame_in section table.data01 td input#MailMessageZip, .main_frame .main_frame_in section table.data01 td textarea#MailMessageZip {
  width: 45%;
}
.main_frame .main_frame_in section table.data01 td input[type="radio"] {
  width: 10%;
  margin-bottom: 10px;
}
.main_frame .main_frame_in section table.data01 td input[type="radio"] + label {
  font-size: 16px;
  color: #173262;
}
.main_frame .main_frame_in section table.data01 td select {
  margin: 0 2% 0 1%;
  padding: 2px 3px;
  color: #061B4D;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table.data01 td select {
    padding: 7px 2%;
  }
}
.main_frame .main_frame_in section table.data01 .mail-before-attachment {
  width: 100%;
  padding: 0.4em 0.5em;
  color: #07669B;
  border-left: solid 5px #7db4e6;
  margin: 8px 0px 3px 0px !important;
  display: block;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in section table.data01 .mail-before-attachment {
    display: block;
  }
}
.main_frame .main_frame_in section table.data01 .mail-after-attachment {
  width: 100%;
  font-size: 13px;
  margin: 3px 0px 3px;
}
.main_frame .main_frame_in section table.data01 span#FieldMessageZip {
  font-size: 14px;
}
.main_frame .main_frame_in #infonation_send_btn {
  height: auto;
  margin: 20px auto 20px auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #infonation_send_btn {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #infonation_send_btn {
    width: 80%;
  }
}
.main_frame .main_frame_in #infonation_send_btn input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  background: #103C94;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #infonation_send_btn input {
    margin: 0px auto 0px auto;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #infonation_send_btn input {
    margin: 5px auto;
    border-radius: 5px;
  }
}
.main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_left {
  float: left;
  text-align: right;
  width: 45%;
  height: auto;
  padding-right: 1%;
  border-radius: 5px;
}
.main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
  border: #a9a9a9 1px solid;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  margin: 5px;
  color: #333;
  font-weight: bold;
  background: #f5f5f5;
  text-shadow: 1px 1px 0px #fff;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    width: 100%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    width: 70%;
  }
}
.main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_right {
  float: right;
  text-align: left;
  width: 45%;
  height: auto;
  padding-left: 1%;
}
.main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  margin: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  background: #103C94;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    width: 100%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    width: 70%;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #infonation_send_btn_main {
    width: 466px;
    height: 89px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #infonation_send_btn_main {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
  .main_frame .main_frame_in #infonation_send_btn_main img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .obog_mes_area {
  height: auto;
  margin: 0px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area {
    width: 90%;
    padding: 3%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area {
    width: 95%;
    padding: 2%;
  }
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_lead {
  height: auto;
  text-align: center;
  color: #2c7bb2;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_lead {
    font-size: 24px;
    line-height: 35px;
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_lead {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0px;
  }
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_right {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_right {
    float: right;
    width: 50%;
    padding: 65px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_right {
    float: none;
    width: 100%;
    padding: 15px 0px;
  }
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img {
  height: auto;
  margin: 0px auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img {
    width: 70%;
  }
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_right .obog_mes_img img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left {
    float: none;
    width: 100%;
  }
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name {
  position: relative;
  padding: .75em 1em .75em 1.5em;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name {
    font-size: 22px;
  }
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_name:after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_year {
  font-size: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_year {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_year {
    padding: 15px 1%;
  }
}
.main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_com {
  font-size: 12px;
  line-height: 24px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_com {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .obog_mes_area .obog_mes_main .obog_mes_left .obog_mes_com {
    padding: 1%;
  }
}
.main_frame .main_frame_in .student_mes_area {
  height: auto;
  box-sizing: border-box;
  padding: 2%;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area {
    width: 100%;
    margin: 0px auto 35px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area {
    width: 98%;
    margin: 0px auto 25px;
  }
}
.main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_gakunen {
  float: left;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_gakunen {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0px 35px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_gakunen {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0px 15px 0px 0px;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_gakunen span {
    font-size: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_gakunen span {
    font-size: 43px;
  }
}
.main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_name {
  display: table-cell !important;
  font-weight: 400;
  text-align: left;
  vertical-align: middle !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_name {
    width: 750px;
    height: 150px;
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_name {
    width: 60%;
    height: 80px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_name span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_name span {
    font-size: 12px;
  }
}
.main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_lead {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_lead {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_lead {
    font-size: 22px;
  }
}
.main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_img {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_img {
    margin: 0px 0px 0px 20px;
    float: left;
    width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_img {
    margin: 0px auto;
    float: none;
    width: 80%;
  }
}
.main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_img img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_com {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_com {
    float: right;
    width: 450px;
    font-size: 16px;
    line-height: 28px;
    padding: 20px;
    margin: 20px 20px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .student_mes_area .student_mes_box .student_mes_com {
    margin: 15px auto 0px;
    float: none;
    width: 95%;
    font-size: 18px;
    line-height: 22px;
    padding: 3%;
  }
}
.main_frame .main_frame_in ol.intv_info_list {
  width: 100% !important;
}
.main_frame .main_frame_in ol.intv_info_list li {
  width: 100% !important;
  padding: 0px 0px 10px;
  display: block;
  font-size: 14px !important;
  text-align: left;
  width: 100% !important;
  color: #171515;
  margin: 1px 1%;
  padding: 5px 0px 5px 18px;
}
.main_frame .main_frame_in ol.intv_info_list li:before {
  content: "●";
  font-size: 6px;
  padding: 0 5px 0 2px;
  vertical-align: 1px;
}
.main_frame .main_frame_in ul.interview_list_pickup li {
  background-color: #FFFFFF;
}
.main_frame .main_frame_in ul.interview_list_pickup li a {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: auto;
  padding: 1%;
  border: #C4C4C4 solid 1px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup li a {
    float: left;
    width: 31%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup li a {
    float: none;
    width: 98%;
    margin: 0 auto 20px;
  }
}
.main_frame .main_frame_in ul.interview_list_pickup li span.intv_pu_ti {
  display: block;
  width: 100%;
  background-color: #1C64AF;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_pu_ti {
    font-size: 18px;
    line-height: 21px;
    padding: 25px 0px;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_pu_ti {
    font-size: 16px;
    line-height: 21px;
    padding: 25px 0px;
    margin: 0 auto 10px;
  }
}
.main_frame .main_frame_in ul.interview_list_pickup li span.day {
  display: block;
  width: 100%;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.main_frame .main_frame_in ul.interview_list_pickup li span.intv_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_name {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul.interview_list_pickup li span.intv_st {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 100;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_st {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_st {
    font-size: 12px;
  }
}
.main_frame .main_frame_in ul.interview_list_pickup li span.intv_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 100;
  padding: 10px 0px;
  /*margin: 0px auto 40px;*/
  margin: 0px auto 0px;
  color: #182E56;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_ti {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_ti {
    font-size: 14px;
    line-height: 18px;
  }
}
.main_frame .main_frame_in ul.interview_list_pickup li span.intv_com {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 10px;
  margin: 0px auto 60px;
  color: #221B1B;
  text-align: left;
  font-weight: 100;
  line-height: 18px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_com {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_com {
    font-size: 12px;
  }
}
.main_frame .main_frame_in ul.interview_list_pickup li span.intv_btn {
  background: url("../images/common/sm_li_icon01.png") no-repeat right center;
  background-position: right 3% center;
  text-decoration: none !important;
  display: block;
  color: #FFFFFF;
  background-color: #1C93B1;
  border-radius: 15px;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: -50%;
  right: -50%;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_btn {
    padding: 2% 3% 2% 3%;
    width: 60%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup li span.intv_btn {
    width: 80%;
    padding: 2% 3% 2% 3%;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.interview_list_pickup img {
    object-fit: contain;
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.interview_list_pickup img {
    width: 100%;
    height: auto;
    font-size: 0px;
    line-height: 0px;
  }
  .main_frame .main_frame_in ul.interview_list_pickup img img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in #two_cont {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in #two_cont #two_cont_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left {
    width: 70%;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left {
    width: 100%;
    float: none;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li {
  background-color: #FFFFFF;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li a {
  text-decoration: none;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: auto;
  padding: 2%;
  border-bottom: #C4C4C4 solid 1px;
  position: relative;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.day {
  display: block;
  width: 100%;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 400;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_name {
    font-size: 14px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_st {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px;
  margin: 10px auto 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 300;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_st {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_st {
    font-size: 12px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0px auto 40px;
  color: #182E56;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_ti {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_ti {
    font-size: 14px;
    line-height: 18px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_btn {
  background: url("../images/common/sm_li_icon01.png") no-repeat right center;
  background-position: right 3% center;
  text-decoration: none !important;
  display: block;
  color: #FFFFFF;
  background-color: #1C93B1;
  border-radius: 15px;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: -50%;
  right: -50%;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_btn {
    padding: 2% 3% 2% 3%;
    width: 60%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li span.intv_btn {
    width: 80%;
    padding: 2% 3% 2% 3%;
    font-size: 14px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list img {
    width: 100%;
    height: 188px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list img {
    width: 100%;
    height: 100px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(1) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(3) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(5) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(7) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(9) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(11) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(13) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(15) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(17) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(19) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(21) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(23) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(25) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(27) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(29) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(31) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(33) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(35) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(37) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(39) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(41) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(43) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(45) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(47) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(49) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(51) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(53) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(55) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left ul.interview_list li:nth-child(57) a {
  border-right: 1px #C4C4C4 solid;
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: #B4B4B4 solid 1px;
  padding: 2%;
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_img {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_img img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_day {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  color: #747474;
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_day {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_day {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0px 15px 0px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof {
  height: auto;
  padding: 0px 0px 20px;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof {
    width: 100%;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_st {
  display: block;
  height: auto;
  margin: 20px 0px;
  color: #252525;
  text-align: left;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_st {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_st {
    float: none;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_name {
  display: block;
  height: auto;
  margin: 0px;
  color: #262626;
  text-align: left;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_name {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_plof .interview_main_name {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 100;
  padding: 10px 0px;
  color: #182E56;
  text-align: left;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_ti {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_left .interview_main .interview_main_ti {
    font-size: 20px;
    line-height: 24px;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_right {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_right {
    width: 27%;
    float: right;
    background-color: #E8F6FF;
    padding: 25px 1%;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #two_cont #two_cont_right {
    width: 100%;
    float: none;
  }
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_ti {
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
  padding: 7px 0px;
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #1F5DB1;
  text-align: center;
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_ti:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1F5DB1;
}
.main_frame .main_frame_in #two_cont #two_cont_right ul.interview_serch_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_frame .main_frame_in #two_cont #two_cont_right ul.interview_serch_list li {
  border: solid 1px #3D6DC0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  width: 19%;
  height: auto;
  position: relative;
}
.main_frame .main_frame_in #two_cont #two_cont_right ul.interview_serch_list li:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ここを100％にすることで正方形になる */
}
.main_frame .main_frame_in #two_cont #two_cont_right ul.interview_serch_list li:hover {
  background-color: #DAF4FF;
}
.main_frame .main_frame_in #two_cont #two_cont_right ul.interview_serch_list li p {
  /* 正方形にするのに必要な部分 */
  font-size: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.main_frame .main_frame_in #two_cont #two_cont_right ul.interview_serch_list li p:before {
  content: "";
  /**/
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_mach {
  width: 100%;
  height: auto;
  padding: 15px 0px;
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_mach .intv_serch_mach_ti {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  color: #052F60;
  border-bottom: #13627F 1px solid;
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_mach .intv_serch_mach_ti span {
  font-size: 16px;
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li {
  width: 100%;
  padding: 5px 0px !important;
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li li a {
  display: block;
  font-family: Noto Sans JP, ヒラギノ角ゴ Pro, 游ゴシック, sans-serif !important;
  font-size: 12px !important;
  text-align: left;
  width: 98%;
  color: #171515;
  margin: 1px 1%;
  padding: 5px 0px 5px 18px;
  /*▼▼▼三角アイコン▼▼▼*/
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 18px;
  color: #000;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  /*▲▲▲三角アイコン▲▲▲*/
}
.main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1153AB;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #two_cont #two_cont_right .intv_serch_mach ul.intv_serch_mach_li li a:hover {
    left: 2px;
  }
}
.main_frame .main_frame_in #intro_area {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in #intro_area #intro_left {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #intro_area #intro_left {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #intro_area #intro_left {
    width: 100%;
  }
}
.main_frame .main_frame_in #intro_area #intro_left #intro_left_img {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in #intro_area #intro_left #intro_left_img img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in #intro_area #intro_right {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #intro_area #intro_right {
    width: 83%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #intro_area #intro_right {
    width: 100%;
  }
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list li {
  background-color: #FFFFFF;
  display: block;
  float: left;
  box-sizing: border-box;
  height: auto;
  padding: 1%;
  margin: 1%;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li {
    width: 29%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li {
    width: 46%;
  }
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.day {
  display: block;
  width: 100%;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_name {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px 10px;
  margin: 0px auto;
  color: #5eb7e8;
  text-align: center;
  font-weight: 100;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_name {
    font-size: 14px;
  }
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_st {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px;
  margin: 0px auto;
  color: #221B1B;
  text-align: center;
  font-weight: 100;
  line-height: 16px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_st {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_st {
    font-size: 12px;
  }
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_ti {
  display: block;
  width: 100%;
  height: auto;
  font-weight: 100;
  padding: 10px 0px;
  margin: 0px auto 40px;
  color: #182E56;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_ti {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_ti {
    font-size: 14px;
    line-height: 18px;
  }
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list li span.intro_com {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  margin: 0px auto 0px;
  color: #182E56;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list img {
  object-fit: contain;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in #intro_area #intro_right ul.intro_list img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in #intro_area #intro_right ul.intro_list img img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .spirit_area {
  height: auto;
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "serif";
  margin: 0px auto;
  /*background: linear-gradient(-45deg, rgba(27, 123, 149, .8), rgba(27, 90, 180, .8)) fixed, url("../images/") fixed;
  background-size: cover;*/
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .spirit_area {
    width: 900px;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .spirit_area {
    width: 96%;
    padding: 1%;
  }
}
.main_frame .main_frame_in .spirit_area .spirit_in {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #C8EBFF;
  padding: 2%;
}
.main_frame .main_frame_in .spirit_area .spirit_in .spirit_ti {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .spirit_area .spirit_in .spirit_ti {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .spirit_area .spirit_in .spirit_ti {
    font-size: 20px;
    line-height: 28px;
  }
}
.main_frame .main_frame_in .spirit_area .spirit_in .spirit_com {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .spirit_area .spirit_in .spirit_com {
    font-size: 22px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .spirit_area .spirit_in .spirit_com {
    font-size: 16px;
    line-height: 26px;
  }
}
.main_frame .main_frame_in .spirit_area .spirit_in .spirit_name {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .spirit_area .spirit_in .spirit_name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .spirit_area .spirit_in .spirit_name {
    font-size: 14px;
    line-height: 18px;
  }
}
.main_frame .main_frame_in .movie-area {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .movie-area {
    width: 520px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .movie-area {
    width: 86%;
  }
}
.main_frame .main_frame_in .movie-area .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.main_frame .main_frame_in .movie-area .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_frame .main_frame_in .enkaku_are {
  height: auto;
  border-top: 1px #1D55C5 dotted;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .enkaku_are {
    width: 80%;
    padding: 20px 0px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .enkaku_are {
    width: 100%;
    padding: 15px 0px;
  }
}
.main_frame .main_frame_in .enkaku_are .enkaku_left {
  float: left;
  width: 18%;
  height: auto;
  font-weight: 400;
  color: #0B3F76;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .enkaku_are .enkaku_left {
    font-size: 18px;
    /*20190322 追加*/
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .enkaku_are .enkaku_left {
    font-size: 14px;
    /*20190322 追加*/
  }
}
.main_frame .main_frame_in .enkaku_are .enkaku_right {
  float: right;
  width: 80%;
  height: auto;
  padding: 0 2%;
  border-left: #A8A8A8 dotted 1px;
}
.main_frame .main_frame_in .enkaku_are .enkaku_right .enkaku_right_left {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .enkaku_are .enkaku_right .enkaku_right_left {
    float: left;
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .enkaku_are .enkaku_right .enkaku_right_left {
    float: none;
    width: 98%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in .enkaku_are .enkaku_right .enkaku_right_right {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .enkaku_are .enkaku_right .enkaku_right_right {
    float: right;
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .enkaku_are .enkaku_right .enkaku_right_right {
    float: none;
    width: 30%;
    margin: 0px auto 0px auto;
  }
}
.main_frame .main_frame_in .enkaku_are .enkaku_right .enkaku_right_right img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .poli_com {
  width: 90%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.main_frame .main_frame_in .poli_com span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.main_frame .main_frame_in .poli_com span:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.main_frame .main_frame_in .poli_com span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.main_frame .main_frame_in .poli_com span:before {
  right: 100%;
}
.main_frame .main_frame_in .poli_com span:after {
  left: 100%;
}
.main_frame .main_frame_in .poli_com_sub {
  width: 90%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.main_frame .main_frame_in .poli_com_sub span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  border: #07498E solid 1px;
}
.main_frame .main_frame_in .poli_com_sub span:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.main_frame .main_frame_in .poli_com_sub span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.main_frame .main_frame_in .poli_com_sub span:before {
  right: 100%;
}
.main_frame .main_frame_in .poli_com_sub span:after {
  left: 100%;
}
.main_frame .main_frame_in .pdf {
  background: url(../images/common/link_icon_pdf.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .pdf:hover {
    text-decoration: underline;
  }
}
.main_frame .main_frame_in .word {
  background: url(../images/common/link_icon_word.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .word:hover {
    text-decoration: underline;
  }
}
.main_frame .main_frame_in .excel {
  background: url(../images/common/link_icon_excel.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .excel:hover {
    text-decoration: underline;
  }
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a {
  position: relative;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a {
    padding: 1% 1% 1% 2%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a {
    border: 1px solid #D9D9D9;
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 22px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a span.sub_mainli01_img {
  float: left;
  display: block;
  width: 22px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_btn_sub01 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_btn {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a {
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #ECECEC;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_btn li a {
    padding: 1% 2% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul#sub_mainli_btn li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_btn li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul#sub_mainli_btn li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_btn li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #ECECEC;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_two li a {
    padding: 1% 2% 1% 1%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul.sub_mainli_btn_two li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_two li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_two li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #ECECEC;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul li a {
    padding: 1% 2% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul.sub_mainli_btn_mul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a {
  position: relative;
  border-bottom: 1px solid #D7D7D7;
  /**/
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #ECECEC;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a {
    padding: 1% 2% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul01 li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02 {
    width: 33%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02 {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #ECECEC;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a {
    padding: 1% 3% 1% 3%;
    width: 97%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a span.sub_mainli01_img {
  float: right !important;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02 li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #ECECEC;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a {
    padding: 1% 3% 1% 3%;
    width: 97%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a {
  position: relative;
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #141F3A;
  display: block;
  background-color: #ECECEC;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a {
    padding: 1% 3% 1% 3%;
    width: 97%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.sub_mainli_btn_mul02_sub01 li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a {
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn li a {
    padding: 1% 1% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  .main_frame .main_frame_in ul#sub_mainli_fac_btn li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul.teacher_link_btn {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.teacher_link_btn li {
  border: #5187DB solid 1px;
  background-color: #F8FBFF;
  text-decoration: none !important;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_link_btn li {
    padding: 1% 1% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_link_btn li {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.teacher_link_btn li a {
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
.main_frame .main_frame_in ul.teacher_link_btn li a:hover {
  opacity: 0.8;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_link_btn li span.sub_mainli_ti01 {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul.teacher_link_btn li .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.teacher_link_btn li .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.teacher_link_btn li .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.teacher_link_btn li .sub_mainli_ti01 {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul.link_btn_p3_s1 {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.link_btn_p3_s1 li a {
  border: 1px solid #ddd;
  text-decoration: none !important;
  color: #082b88;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.link_btn_p3_s1 li a {
    padding: 1% 1% 1% 1%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  .main_frame .main_frame_in ul.link_btn_p3_s1 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.link_btn_p3_s1 li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.link_btn_p3_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.link_btn_p3_s1 li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.link_btn_p3_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.link_btn_p3_s1 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.link_btn_p3_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  /*20190322 追加*/
  line-height: 18px;
  font-weight: 500;
  /*20190322 追加*/
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.link_btn_p3_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.link_btn_p2_s1 {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in ul.link_btn_p2_s1 li a {
  border: 1px solid #ddd;
  text-decoration: none !important;
  color: #082b88;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.link_btn_p2_s1 li a {
    padding: 1% 1% 1% 1%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  .main_frame .main_frame_in ul.link_btn_p2_s1 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.link_btn_p2_s1 li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul.link_btn_p2_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.link_btn_p2_s1 li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.link_btn_p2_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul.link_btn_p2_s1 li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul.link_btn_p2_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  /*20190322 追加*/
  line-height: 18px;
  font-weight: 500;
  /*20190322 追加*/
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul.link_btn_p2_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one {
  margin: 0px auto;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn_one {
    width: 40%;
  }
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a {
  border: 1px solid #D7D7D7;
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a {
    padding: 2% 2% 2% 2%;
    width: 96%;
    margin: 0px 1% 10px 1%;
  }
  .main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a {
    float: none;
    width: 95%;
    padding: 1% 2% 1% 2%;
    margin: 0px auto 10px auto;
  }
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
.main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_fac_btn_one li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}
.main_frame .main_frame_in ul#sub_mainli_btn01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 {
    width: 800px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 {
    width: 96%;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in ul#sub_mainli_btn01 li a {
  background: url("../images/common/sm_li_icon01.png") no-repeat right 2% center;
  text-decoration: none !important;
  display: block;
  /*background-color: #1267A4;*/
  background-color: #247ACB;
  border-radius: 5px;
  float: left !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 li a {
    padding: 1% 2% 1% 2%;
    width: 30%;
    margin: 0px 1% 10px 1%;
  }
  .main_frame .main_frame_in ul#sub_mainli_btn01 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 li a {
    width: 48%;
    padding: 1% 2% 1% 2%;
    margin: 0px 1% 10px 1%;
  }
}
.main_frame .main_frame_in ul#sub_mainli_btn01 li a .sub_mainli_ti01 {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 li a .sub_mainli_ti01 {
    height: 55px;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 li a .sub_mainli_ti01 {
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
}
.main_frame .main_frame_in ul#sub_mainli_btn01 li a .sub_mainli_ti01_fob {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 li a .sub_mainli_ti01_fob {
    height: 55px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul#sub_mainli_btn01 li a .sub_mainli_ti01_fob {
    height: 50px;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn02 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 {
    width: 80%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 {
    width: 96%;
    margin: 0px auto;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn02 li a {
  background: url("../images/common/sm_li_icon01.png") no-repeat right 2% center;
  text-decoration: none !important;
  display: block;
  background-color: #136DCC;
  border-radius: 5px;
  float: left !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 li a {
    padding: 1% 2% 1% 2%;
    width: 48%;
    margin: 0px 1% 10px 1%;
  }
  .main_frame .main_frame_in ul.sub_mainli_btn02 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 li a {
    width: 48%;
    padding: 1% 2% 1% 2%;
    margin: 0px 1% 10px 1%;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn02 li a .sub_mainli_ti02 {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 li a .sub_mainli_ti02 {
    height: 55px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 li a .sub_mainli_ti02 {
    height: 50px;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
  }
}
.main_frame .main_frame_in ul.sub_mainli_btn02 li a .sub_mainli_ti02_fob {
  color: #FFFFFF;
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 li a .sub_mainli_ti02_fob {
    height: 55px;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in ul.sub_mainli_btn02 li a .sub_mainli_ti02_fob {
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
}
.main_frame .main_frame_in img {
  max-width: 100% !important;
}
.main_frame .main_frame_in .imgps_40 {
  height: auto;
  width: 40%;
}
.main_frame .main_frame_in .imgps_40 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_40 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_40 {
    width: 40%;
  }
  .main_frame .main_frame_in .img_40 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .imgps_50 {
  height: auto;
  width: 50%;
}
.main_frame .main_frame_in .imgps_50 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_50 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_50 {
    width: 50%;
  }
  .main_frame .main_frame_in .img_50 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .imgps_60 {
  height: auto;
  width: 60%;
}
.main_frame .main_frame_in .imgps_60 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_60 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_60 {
    width: 60%;
  }
  .main_frame .main_frame_in .img_60 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .imgps_70 {
  height: auto;
  width: 70%;
}
.main_frame .main_frame_in .imgps_70 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_70 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_70 {
    width: 70%;
  }
  .main_frame .main_frame_in .img_70 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .imgps_80 {
  height: auto;
  width: 80%;
}
.main_frame .main_frame_in .imgps_80 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_80 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_80 {
    width: 80%;
  }
  .main_frame .main_frame_in .img_80 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .imgps_90 {
  height: auto;
  width: 90%;
}
.main_frame .main_frame_in .imgps_90 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_90 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_90 {
    width: 90%;
  }
  .main_frame .main_frame_in .img_90 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .imgps_100 {
  height: auto;
  width: 100% !important;
}
.main_frame .main_frame_in .imgps_100 img {
  width: 100%;
  height: auto;
}
.main_frame .main_frame_in .img_100 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_100 {
    width: 100% !important;
  }
  .main_frame .main_frame_in .img_100 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_lf10 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_lf10 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_lf10 {
    width: 10%;
    margin: 0px 2em 1em 0px !important;
  }
  .main_frame .main_frame_in .img_lf10 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_lf20 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_lf20 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_lf20 {
    width: 20%;
    margin: 0px 2em 1em 0px !important;
  }
  .main_frame .main_frame_in .img_lf20 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_lf30 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_lf30 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_lf30 {
    width: 30%;
    margin: 0px 2em 1em 0px !important;
  }
  .main_frame .main_frame_in .img_lf30 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_lf40 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_lf40 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_lf40 {
    width: 40%;
    margin: 0px 2em 1em 0px !important;
  }
  .main_frame .main_frame_in .img_lf40 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_lf50 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_lf50 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_lf50 {
    width: 50%;
    margin: 0px 2em 1em 0px !important;
  }
  .main_frame .main_frame_in .img_lf50 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_ri10 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_ri10 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_ri10 {
    width: 10%;
    margin: 0px 0px 1em 2em !important;
  }
  .main_frame .main_frame_in .img_ri10 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_ri20 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_ri20 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_ri20 {
    width: 20%;
    margin: 0px 0px 1em 2em !important;
  }
  .main_frame .main_frame_in .img_ri20 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_ri30 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_ri30 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_ri30 {
    width: 30%;
    margin: 0px 0px 1em 2em !important;
  }
  .main_frame .main_frame_in .img_ri30 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .imgps_ri30 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .imgps_ri30 {
    width: 30%;
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .imgps_ri30 {
    width: 30%;
    margin: 0px 0px 1em 2em !important;
  }
  .main_frame .main_frame_in .imgps_ri30 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_ri40 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_ri40 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_ri40 {
    width: 40%;
    margin: 0px 0px 1em 2em !important;
  }
  .main_frame .main_frame_in .img_ri40 img {
    width: 100%;
    height: auto;
  }
}
.main_frame .main_frame_in .img_ri50 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .img_ri50 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .img_ri50 {
    width: 50%;
    margin: 0px 0px 1em 2em !important;
  }
  .main_frame .main_frame_in .img_ri50 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .pc_ct_sm_le {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .pc_ct_sm_le {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in .pc_le_sm_le {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in .pc_le_sm_le {
    text-align: left !important;
  }
}
.main_frame .main_frame_in h2 {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  font-weight: 600;
  color: #eb5314;
  font-style: italic;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h2 {
    font-size: 230%;
    padding: 10px 0px;
    margin: 0px 0px 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h2 {
    font-size: 160%;
    padding: 10px 0px;
    margin: 0px 0px 14px 0px;
  }
}
.main_frame .main_frame_in h2.ti_info {
  color: #000000;
  line-height: 1.5;
  text-align: center;
  font-weight: 800;
  font-style: normal;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h2.ti_info {
    font-size: 220%;
    padding: 12px 0px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h2.ti_info {
    font-size: 120%;
    padding: 8px 0px;
    letter-spacing: 2px;
  }
}
.main_frame .main_frame_in h2.ti_info span {
  display: block;
  margin-bottom: .2em;
  color: #aaa;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h2.ti_info span {
    font-size: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h2.ti_info span {
    font-size: 86%;
  }
}
.main_frame .main_frame_in h2.ti_info::before {
  content: "" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}
.main_frame .main_frame_in h3 {
  position: relative;
  font-weight: 200;
  height: auto;
  color: #222;
  /*position: relative;
  padding: .25em 0em .25em 1.15em;
  @include wi-pc{
  font-size:25px;
  line-height:32px;
  margin: 40px 0px 15px;
  }
  @include wi-sm1{
  font-size:20px;
  line-height:26px;
  margin: 35px 0px 15px;
  }*/
  /*&:after {
  	position: absolute;
  	top: .5em;
  	left: .3em;
  	content: '';
  	width: 6px;
  	height: -webkit-calc(100% - 1em);
  	height: calc(100% - 1em);
  	background-color:#145AA3;
  	border-radius: 4px;
  }
  &::before {
  	content:""!important;
  	font-family:"Icons"!important;
  	padding-right:0px!important;
  }
  &::before {
  	content:"●";
  	font-family:"Icons";
  	padding-right:3px;
  	color: #286CB3;
  }*/
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h3 {
    font-size: 25px;
    margin: 0px auto 20px auto;
    padding: .75em 1em .75em 1.5em;
    margin: 0px 0px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h3 {
    font-size: 20px;
    margin: 0px auto 15px auto;
    padding: .75em 1em .75em 1.5em;
    margin: 0px 0px 15px;
  }
}
.main_frame .main_frame_in h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 3px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  border-radius: 0px;
  background-color: #7E7E7E;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h3 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h3 span {
    font-size: 11px;
  }
}
.main_frame .main_frame_in h3.normal {
  text-align: left !important;
  font-weight: 600 !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h3.normal {
    font-size: 18px !important;
    margin: 0 auto 10px auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h3.normal {
    font-size: 14px !important;
    margin: 0 auto 10px auto !important;
  }
}
.main_frame .main_frame_in h3.normal::before {
  content: "";
  font-family: "";
  padding-right: 0px;
  color: #286CB3;
}
.main_frame .main_frame_in h3.ti_des01 {
  position: relative;
  padding: .55em 1em .55em 1.5em;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h3.ti_des01 {
    margin: 0px 0px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h3.ti_des01 {
    margin: 0px 0px 12px;
  }
}
.main_frame .main_frame_in h3.ti_des01:after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #145AA3;
  border-radius: 4px;
}
.main_frame .main_frame_in h3.ti_des01::before {
  content: "" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}
.main_frame .main_frame_in h3.ti_des02 {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.main_frame .main_frame_in h3.ti_des02 span {
  display: block;
  margin-bottom: .2em;
  color: #aaa;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h3.ti_des02 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h3.ti_des02 span {
    font-size: 12px;
  }
}
.main_frame .main_frame_in h3.ti_des02::before {
  content: "" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h3.ti_des03 {
    border: 1px solid #ccc;
    padding-bottom: 80px;
    padding-top: 80px;
    padding-left: 20px !important;
    font-size: 28px !important;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h3.ti_des03 {
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    font-size: 20px !important;
  }
}
.main_frame .main_frame_in h3.ti_des03 span {
  display: block;
  margin-bottom: .2em;
  color: #aaa;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h3.ti_des03 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h3.ti_des03 span {
    font-size: 12px;
  }
}
.main_frame .main_frame_in h3.ti_des03::before {
  content: "" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}
.main_frame .main_frame_in h4 {
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dotted #8A8A8A;
  /*font-weight:600;
  height:auto;
  @include wi-pc{
  width: 98%;
  font-size:17px;
  margin:0px auto 10px auto;
  padding:5px 0 5px 0px;
  }
  @include wi-sm1{
  font-size:15px;
  margin:0px auto 10px auto;
  padding:5px 0 5px 0px;
  width:98%;
  }*/
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h4 {
    font-size: 19px;
    padding: 8px 0px;
    margin: 0 auto 25px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h4 {
    font-size: 16px;
    padding: 6px 0px;
    margin: 0 auto 18px auto;
  }
}
.main_frame .main_frame_in h4::before {
  content: "●";
  font-family: "Icons";
  padding-right: 5px;
  color: #4F4F4F;
}
.main_frame .main_frame_in h5 {
  font-weight: 200;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h5 {
    width: 98%;
    font-size: 16px;
    margin: 0px auto 10px auto;
    padding: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h5 {
    font-size: 14px;
    margin: 0px auto 10px auto;
    padding: 5px 0 5px 1%;
    width: 96%;
  }
}
.main_frame .main_frame_in h6 {
  font-weight: 200;
  border-left: 2px solid #286CB3;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in h6 {
    width: 98%;
    font-size: 16px;
    margin: 0px auto 10px auto;
    padding: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in h6 {
    font-size: 14px;
    margin: 0px auto 10px auto;
    padding: 5px 0 5px 1%;
    width: 96%;
  }
}
.main_frame .main_frame_in p {
  text-align: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in p {
    width: 100%;
    margin: 0px auto;
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in p {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in p.com01 {
    width: 98%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in p.com01 {
    width: 98%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in p.com01_a {
    width: 80%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in p.com01_a {
    width: 95%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in p.com02 {
    width: 70%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in p.com02 {
    width: 93%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .main_frame .main_frame_in p.com03 {
    width: 60%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .main_frame .main_frame_in p.com03 {
    width: 90%;
    margin: 0px auto;
  }
}

#ft_link_area {
  width: 100%;
  height: auto;
  border-top: 1px #C4C4C4 solid;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area {
    margin: 0px auto 45px auto;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area {
    margin: 0px auto 25px auto;
  }
}
#ft_link_area #ft_link_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in {
    max-width: 1100px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in {
    width: 100%;
    margin: 0px auto;
  }
}
#ft_link_area #ft_link_in ul {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li:nth-child(1) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(29) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(33) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(37) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(41) a {
    border-left: 1px #C4C4C4 solid;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li:nth-child(1) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(3) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(7) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(11) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(15) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(19) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(23) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(27) a {
    border-left: 1px #C4C4C4 solid;
  }
}
#ft_link_area #ft_link_in ul li.ft_icon01 a {
  background: url("../images/common/ft_icon01.jpg") no-repeat right center;
}
#ft_link_area #ft_link_in ul li.ft_icon02 a {
  background: url("../images/common/ft_icon02.jpg") no-repeat right center;
}
#ft_link_area #ft_link_in ul li a {
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a {
    width: 25%;
    padding: 10px 3% 10px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a {
    width: 50%;
    padding: 5px 3% 5px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img {
    width: 34px;
    height: 32px;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img img {
    width: 34px;
    height: 32px;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_block {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block {
    height: 59px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block.smll_font {
    height: 32px;
    font-size: 9px;
  }
}
#ft_link_area #ft_link_in ul li a p {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a p {
    height: 59px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a p {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a p.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a p.smll_font {
    height: 32px;
    font-size: 9px;
  }
}

#ft_link_area {
  width: 100%;
  height: auto;
  border-top: 1px #C4C4C4 solid;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area {
    margin: 0px auto 45px auto;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area {
    margin: 0px auto 25px auto;
  }
}
#ft_link_area #ft_link_in {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in {
    max-width: 1100px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in {
    width: 100%;
    margin: 0px auto;
  }
}
#ft_link_area #ft_link_in ul {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li:nth-child(1) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(29) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(33) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(37) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(41) a {
    border-left: 1px #C4C4C4 solid;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li:nth-child(1) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(3) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(5) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(7) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(9) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(11) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(13) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(15) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(17) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(19) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(21) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(23) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(25) a {
    border-left: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li:nth-child(27) a {
    border-left: 1px #C4C4C4 solid;
  }
}
#ft_link_area #ft_link_in ul li.ft_icon01 a {
  background: url("../images/common/ft_icon01.jpg") no-repeat right center;
}
#ft_link_area #ft_link_in ul li.ft_icon02 a {
  background: url("../images/common/ft_icon02.jpg") no-repeat right center;
}
#ft_link_area #ft_link_in ul li a {
  float: left;
  display: block;
  height: auto;
  box-sizing: border-box;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a {
    width: 25%;
    padding: 10px 3% 10px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
  }
  #ft_link_area #ft_link_in ul li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a {
    width: 50%;
    padding: 5px 3% 5px 2%;
    border-bottom: 1px #C4C4C4 solid;
    border-right: 1px #C4C4C4 solid;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_img {
  float: left;
  display: block;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img {
    width: 34px;
    height: 32px;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_img img {
  object-fit: contain;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img img {
    width: 62px;
    height: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_img img {
    width: 34px;
    height: 32px;
  }
}
#ft_link_area #ft_link_in ul li a span.ft_li_block {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block {
    height: 59px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a span.ft_li_block.smll_font {
    height: 32px;
    font-size: 9px;
  }
}
#ft_link_area #ft_link_in ul li a p {
  display: table-cell !important;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #082b88;
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a p {
    height: 59px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a p {
    height: 32px;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #ft_link_area #ft_link_in ul li a p.smll_font {
    height: 59px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #ft_link_area #ft_link_in ul li a p.smll_font {
    height: 32px;
    font-size: 9px;
  }
}

.sd-menu-area {
  position: fixed;
  z-index: 100;
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .sd-menu-area {
    width: 134px;
    /*width: 172px;*/
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .sd-menu-area {
    width: 100%;
    padding: 4px 0px 0px 0px;
    left: 0;
    bottom: 0;
    background-image: url("../images/sm-fl-bg.png");
    background-repeat: repeat;
  }
}
@media print, screen and (min-width: 769px) {
  .sd-menu-area .sd-menu-in {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sd-menu-area .sd-menu-in {
    width: 98%;
    margin: 0 auto;
  }
}
.sd-menu-area.transparent .sd-menu-in {
  opacity: 0.6;
}

.sd-menu-area-pt01 {
  position: fixed;
  z-index: 100;
  opacity: 1;
  width: 100%;
  padding: 4px 0px 0px 0px;
  left: 0;
  bottom: 0;
  background-image: url("../images/sm-fl-bg.png");
  background-repeat: repeat;
  /*@include wi-pc{
  width: 172px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  }
  @include wi-sm1{
  
  }*/
}
@media print, screen and (min-width: 769px) {
  .sd-menu-area-pt01 .sd-menu-in {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sd-menu-area-pt01 .sd-menu-in {
    width: 98%;
    margin: 0 auto;
  }
}
.sd-menu-area-pt01.transparent .sd-menu-in {
  opacity: 0.6;
}

footer {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  /*background-color: #4a4947;*/
}
@media print, screen and (min-width: 769px) {
  footer {
    padding: 32px 0px;
    /*margin-bottom: 186px;*/
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 137px;
    padding: 16px 0px;
  }
}
footer .ft-in {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  footer .ft-in {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft-in {
    width: 96%;
  }
}
footer .ft-in .ft-data-left {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  footer .ft-in .ft-data-left {
    width: 260px;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft-in .ft-data-left {
    width: 86%;
    float: none;
  }
}
footer .ft-in .ft-data-right {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  footer .ft-in .ft-data-right {
    width: 320px;
    margin-top: 8px;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft-in .ft-data-right {
    width: 96%;
    margin-top: 14px;
    float: none;
  }
}
footer .ft-in img {
  width: 100%;
  height: auto;
}
footer .ft-ni-logo {
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  footer .ft-ni-logo {
    width: 360px;
  }
}
@media only screen and (max-width: 768px) {
  footer .ft-ni-logo {
    width: 72%;
  }
}
footer .ft-ni-logo img {
  width: 100%;
  height: auto;
}
footer #footer_site_map {
  width: 100%;
  height: auto;
  background-color: #063385;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map {
    padding: 35px 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map {
    padding: 0px;
  }
}
footer #footer_site_map #footer_site_map_in01 {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 {
    max-width: 1100px;
    min-width: 1009px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 {
    width: 100%;
    padding: 10px 0px 0px;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area {
    float: left;
    width: 25%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area {
    float: none;
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo {
    width: 80%;
    margin: 0px 0px 12px 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo {
    width: 65%;
    margin: 0px auto 20px auto;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_logo img {
  width: 100%;
  height: auto;
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_ad_com {
  display: block !important;
  width: 100%;
  height: auto;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0px auto 20px auto;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_ad_com {
    width: 85%;
    margin: 0px auto 20px auto;
    text-align: center;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #footer_ad_com span {
  font-size: 12px;
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns {
  display: block !important;
  float: none;
  width: 80%;
  height: auto;
  border: none !important;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns {
    margin: 0px auto 20px auto;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic {
  display: block !important;
  float: left;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic {
    width: 20%;
    margin: 0 12% 0 0;
  }
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic :hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic {
    width: 27%;
    margin: 0 3% 0 3%;
  }
}
footer #footer_site_map #footer_site_map_in01 #footer_ad_area #ft_sns .ft_sns_ic img {
  width: 100%;
  height: auto;
}
footer #footer_site_map #footer_site_map_in01 ul {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul {
    float: right;
    width: 75%;
    padding: 0 0 0 1%;
    border-left: #FDFDFD solid 1px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul {
    float: none;
    width: 100%;
    background-color: #1960AC;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li {
    float: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01 {
    width: 64%;
    padding: 0px 0px 30px 2%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01 {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01_sub {
    width: 30%;
    padding: 0px 0px 30px 2%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area01_sub {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area02 {
    width: 45%;
    padding: 0px 0px 0px 2%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li.area02 {
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li span {
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: 100%;
  font-size: 16px;
  padding: 5px 0px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li span {
    display: none;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li a {
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: 100%;
  font-size: 18px;
  padding: 5px 0px;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li a {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li label {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li label {
    float: none;
    width: 96%;
    display: block;
    font-size: 15px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 15px 2%;
    margin: 0px auto;
    background-color: #1960AC;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li label:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

footer #footer_site_map #footer_site_map_in01 ul li input {
  display: none;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a {
    font-size: 12px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01:checked + .accshow01 + label {
  color: #1A5EB0 !important;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow01_sub ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a {
    font-size: 12px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc01_sub:checked + .accshow01_sub + label {
  color: #1A5EB0 !important;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a {
    font-size: 12px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc02:checked + .accshow02 + label {
  color: #1A5EB0 !important;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .accshow03 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a {
    font-size: 12px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in01 ul li .cssacc03:checked + .accshow03 + label {
  color: #1A5EB0 !important;
}
footer #footer_site_map #footer_site_map_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in {
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in ul {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li {
    float: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li.area01 {
    width: 38%;
    padding: 0px 2%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li.area01 {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li.area02 {
    width: 20%;
    padding: 0px 2%;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li.area02 {
    width: 100%;
  }
}
footer #footer_site_map #footer_site_map_in ul li a {
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: 100%;
  font-size: 18px;
  padding: 5px 0px;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li a {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li label {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li label {
    float: none;
    width: 96%;
    display: block;
    font-size: 15px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 15px 2%;
    margin: 0px auto;
    border-bottom: #FFFFFF 1px solid;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li label:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

footer #footer_site_map #footer_site_map_in ul li input {
  display: none;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a {
    font-size: 14px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc01:checked + .accshow01 + label {
  color: #1A5EB0 !important;
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 {
    width: 100%;
    opacity: 0;
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 0;
  }
}
footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a {
    font-size: 12px;
    padding: 5px 0px 5px 18px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 {
    width: 100%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol {
    width: 98%;
    padding: 0px 0px !important;
    margin: 0px auto;
    opacity: 1;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li {
  float: none;
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a {
  width: 98%;
  margin: 2px 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left;
  float: left;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a {
    font-size: 14px;
    /*▼▼▼三角アイコン▼▼▼*/
    position: relative;
    display: inline-block;
    /*padding: 5px 0px 5px 18px;*/
    vertical-align: middle;
    text-decoration: none;
    /*▲▲▲三角アイコン▲▲▲*/
  }
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    /*border-left: 4px solid #1153AB;*/
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a:hover {
    left: 2px;
  }
}

footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 14px;
    height: 14px;
    margin: -3px 0px 0 2px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 ol li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}
footer #footer_site_map #footer_site_map_in ul li .cssacc02:checked + .accshow02 + label {
  color: #1A5EB0 !important;
}
footer #ft_ad_tx {
  width: 100%;
  height: auto;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  footer #ft_ad_tx {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  footer #ft_ad_tx {
    font-size: 8px;
  }
}

.os-item a {
  text-decoration: none;
  padding: 0 1%;
  display: block;
  position: relative;
  /*.os-img img{
  	border-radius: 8px;
  	width: 100%;
  	height: 290px;
  	object-fit: cover;
  }*/
}
.os-item a .os-img {
  width: 100%;
  height: auto;
  line-height: 0px;
  font-size: 0px;
  border-radius: 8px;
}
.os-item a .os-img img {
  width: 100%;
  height: auto;
}
.os-item a .os-ti {
  display: table;
  width: 100%;
  color: #1B1B1B;
  padding: 0 22% 0 0;
}
.os-item a .os-ti span {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
  height: 52px;
  line-height: 1.6;
  font-size: 120%;
  text-align: left;
}
.os-item a .circle_btn01_arrow {
  position: absolute;
  right: 1%;
  bottom: 8px;
  width: 32px;
  height: 32px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.os-item a .circle_btn02_arrow {
  position: absolute;
  right: 1%;
  bottom: 8px;
  width: 32px;
  height: 32px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

.WRK-CASE-area {
  /*background-color: #FBFBFB;
  border: 1px solid #CDCDCD;*/
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area {
    width: 100%;
    padding: 12px 2%;
    margin: 15px auto 0px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area {
    width: 94%;
    padding: 11px 1%;
    margin: 12px auto 0px;
    border-radius: 12px;
  }
}
.WRK-CASE-area .WRK-CASE-data {
  color: #6C5F5F;
  line-height: 1.9;
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area .WRK-CASE-data {
    font-size: 66%;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area .WRK-CASE-data {
    font-size: 62%;
  }
}
.WRK-CASE-area .WRK-CASE-ti {
  color: #332A2A;
  line-height: 1.2;
  border-bottom: #CCCCCC solid 1px;
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area .WRK-CASE-ti {
    font-size: 96%;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area .WRK-CASE-ti {
    font-size: 92%;
    padding-bottom: 26px;
  }
}
.WRK-CASE-area .WRK-CASE-info {
  /*display: flex;
  flex-wrap: wrap;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  /*@include wi-pc{
  margin: 16px 0 0;
  }
  @include wi-sm1{
  margin: 12px 0 0;
  }*/
  border-bottom: #CCCCCC solid 1px;
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area .WRK-CASE-info {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area .WRK-CASE-info {
    padding: 20px 0;
  }
}
.WRK-CASE-area .WRK-CASE-info:first-child {
  border-top: #CCCCCC solid 1px;
}
.WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 {
  /*color: #6a7d88;*/
  color: #141D31;
  /*@include wi-pc{
  width: 100%;
  }
  @include wi-sm1{
  width: 100%;
  }*/
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 {
    /*width: 23%;*/
    width: 36%;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 {
    /*width: 30%;*/
    width: 42%;
  }
}
.WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 span {
  /*display: block;
  background-color: #F9ECEC;
  border-radius: 50px;
  text-align: center;*/
  width: 100%;
  line-height: 1.8;
  text-align: left;
  /*@include wi-pc{
  font-size: 48%;
  }
  @include wi-sm1{
  font-size: 46%;
  }*/
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 span {
    font-size: 92%;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 span {
    /*font-size: 86%;*/
    font-size: 76%;
    font-weight: 400;
  }
}
.WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 span:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 span:before {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 6px -8px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-01 span:before {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px 0px 7px;
  }
}
.WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-02 {
  text-align: left;
  line-height: 1.8;
  /*color: #848484;*/
  color: #1c1919;
}
@media print, screen and (min-width: 769px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-02 {
    width: 60%;
    margin: 0 1%;
    /*width: 100%;*/
    font-size: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .WRK-CASE-area .WRK-CASE-info .WRK-CASE-info-02 {
    /*width: 62%;*/
    width: 56%;
    margin: 0 1%;
    /*width: 100%;*/
    font-size: 72%;
  }
}

.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn.btn_sub01 {
  background-color: #FFFFFF;
  color: #f48c7a;
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn.btn_sub01::before {
  background: #f48c7a;
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn.btn_sub01::after {
  border-left: 6px solid #FFFFFF;
}

.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn.btn_sub02 {
  background-color: #FFFFFF;
  color: #03a7d0;
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn.btn_sub02::before {
  background: #03a7d0;
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn.btn_sub02::after {
  border-left: 6px solid #FFFFFF;
}

/*#sakurainfo .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn a{
	&:after{
	}
	&:hover{
		@include wi-pc{
		background-color: #e5bdb7;
		color: #FFFFFF;
		.info-bana-btn-in{
			span{
				color: #FFFFFF;
				&:after{
					color: #FFFFFF;
				}
			}
		}
		&:after{
			right: 1%;
		}
		}
	}
}
#evinfo .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn a{
	&:after{

	}
	&:hover{
		@include wi-pc{
		background-color: #85aa83;
		color: #FFFFFF;
		.info-bana-btn-in{
			span{
				color: #FFFFFF;
				&:after{
					color: #FFFFFF;
				}
			}
		}
		&:after{
			right: 1%;
		}
		}
		
	}
}*/
.info-bana-area {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .info-bana-area {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info-bana-area {
    border-radius: 12px;
  }
}
.info-bana-area .info-bana-area-in {
  width: 100%;
  height: auto;
}
.info-bana-area .info-bana-area-in .info-bana-data {
  height: auto;
  position: relative;
  /*.info-bana-btn{
  	a{
  		text-decoration: none;
  		color: #1B1B1B;
  		position: absolute;
  		display: block;
  		background-color: #FFFFFF;
  		transition-duration: 0.3s;
  		@include wi-pc{
  		border-radius: 42px;
  		width: 276px;
  		padding: 8px 4%;
  		right: -136px;
  		bottom: -26px;
  		}
  		@include wi-sm1{
  		border-radius: 42px;
  		width: 66%;
  		padding: 8px 4%;
  		bottom: -41px;
  		left: 50%;
  		transform: translateX(-50%);
  		-webkit-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		}
  		&:after{
  			position: absolute;
  			content: "";
  			display: block;
  			background-repeat: no-repeat;
  			background-size: cover;
  			top: 50%;
  			transform: translateY(-50%);
  			-webkit-transform: translateY(-50%);
  			-ms-transform: translateY(-50%);
  			@include wi-pc{
  			right: 4%;
  			width: 57px;
  			height: 57px;
  			}
  			@include wi-sm1{
  			right: 3%;
  			width: 51px;
  			height: 51px;
  			}
  		}
  		.info-bana-btn-in{
  			display: table;
  			width: 87%;
  			span{
  				display: table-cell;
  				vertical-align: middle;
  				line-height: 1.2;
  				color: #1A1A1A;
  				@include wi-pc{
  				font-size: 98%;
  				height: 62px;
  				&:after{
  					content: "・・・・";
  					display: inline-block;
  					color: #1A1A1A;
  				}
  				}
  				@include wi-sm1{
  				font-size: 72%;
  				height: 55px;
  				}
  			}
  		}
  	}
  }*/
}
@media print, screen and (min-width: 769px) {
  .info-bana-area .info-bana-area-in .info-bana-data {
    /*width: 80%;*/
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .info-bana-area .info-bana-area-in .info-bana-data {
    width: 100%;
    margin: 0px auto;
  }
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-img {
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  height: auto;
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-img img {
  width: 100%;
  height: auto;
  transform: 0.8s;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all  0.8s ease;
}
@media print, screen and (min-width: 769px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-img:hover ~ .info-bana-btn {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn {
  text-decoration: none;
  color: #FFFFFF;
  position: absolute;
  display: block;
  background-color: #f34d35;
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 769px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn {
    text-align: center;
    font-size: 120%;
    width: 276px;
    padding: 16px 4%;
    right: 0;
    bottom: 0;
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 85% 100%, 0 100%, 0 100%);
    transform: 0.8s;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
  }
}
@media only screen and (max-width: 768px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn {
    text-align: center;
    font-size: 92%;
    width: 48%;
    padding: 12px 4%;
    right: 0;
    bottom: 0;
    clip-path: polygon(9% 0, 100% 0%, 100% 100%, 85% 100%, 0 100%, 0 100%);
    /*left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
  }
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn::before {
    right: 20px;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn::before {
    right: 12px;
    width: 18px;
    height: 18px;
  }
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn::after {
    right: 22px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #f34d35;
  }
}
@media only screen and (max-width: 768px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn::after {
    right: 16px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #f34d35;
  }
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn .info-bana-btn-in {
  display: table;
  width: 87%;
}
.info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn .info-bana-btn-in span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  color: #1A1A1A;
}
@media print, screen and (min-width: 769px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn .info-bana-btn-in span {
    font-size: 98%;
    height: 62px;
  }
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn .info-bana-btn-in span:after {
    content: "・・・・";
    display: inline-block;
    color: #1A1A1A;
  }
}
@media only screen and (max-width: 768px) {
  .info-bana-area .info-bana-area-in .info-bana-data .info-bana-btn .info-bana-btn-in span {
    font-size: 72%;
    height: 55px;
  }
}

@media print, screen and (min-width: 769px) {
  .event-pc-ti-area {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0px;
  }
}
@media only screen and (max-width: 768px) {
  .event-pc-ti-area {
    display: none;
  }
}
.event-pc-ti-area .event-pc-ti01 {
  	/*align-content: flex-start;
      align-items: flex-start;
      flex: none;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;*/
  display: table;
  font-size: 100%;
  font-weight: 600;
  width: 28%;
  background-color: #f34d35;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2px;
  margin-right: 1%;
}
.event-pc-ti-area .event-pc-ti01 span {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  line-height: 1.8;
}
.event-pc-ti-area .event-pc-ti02 {
  	/*align-content: flex-start;
      align-items: flex-start;
      flex: none;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;*/
  display: table;
  font-size: 100%;
  font-weight: 600;
  width: 33%;
  background-color: #f34d35;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2px;
  margin-right: 1%;
}
.event-pc-ti-area .event-pc-ti02 span {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  line-height: 1.8;
}
.event-pc-ti-area .event-pc-ti03 {
  	/*align-content: flex-start;
      align-items: flex-start;
      flex: none;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;*/
  display: table;
  font-size: 100%;
  font-weight: 600;
  width: 37%;
  background-color: #f34d35;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2px;
  margin-right: 1%;
}
.event-pc-ti-area .event-pc-ti03 span {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  line-height: 1.8;
}
.event-pc-ti-area .event-pc-ti04 {
  	/*align-content: flex-start;
      align-items: flex-start;
      flex: none;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;*/
  display: table;
  font-size: 120%;
  font-weight: 600;
  width: 19%;
  background-color: #f34d35;
  text-align: center;
  color: #FFFFFF;
  border-radius: 8px;
}
.event-pc-ti-area .event-pc-ti04 span {
  display: table-cell;
  vertical-align: middle;
  height: 62px;
  line-height: 1.8;
}

@media print, screen and (min-width: 769px) {
  .event-data-area {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 0 auto 0px;
    padding: 15px 0%;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area {
    width: 98%;
    margin: 0 auto 0px;
    border-radius: 12px;
    padding-bottom: 12px;
  }
}
.event-data-area .event-data {
  text-align: center;
  color: #191919;
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data {
    /*display: table;*/
    display: block;
    font-size: 100%;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data {
    display: block;
    width: 98%;
    height: auto;
    margin: 0 auto 14px;
    padding: 12px 1%;
    font-size: 100%;
    font-weight: 600;
  }
}
.event-data-area .event-data.s-01 {
  /**/
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-01 {
    width: 28%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-01 {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-01 br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-01 br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-01:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-01:before {
    content: "開催日";
    display: block;
    width: 100%;
    background-color: #df6742;
    color: #FFFFFF;
    font-size: 98%;
    line-height: 2.8;
    margin: 0 auto 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-02 {
    width: 33%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-02 {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-02 br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-02 br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-02:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-02:before {
    content: "主催";
    display: block;
    width: 100%;
    background-color: #df6742;
    color: #FFFFFF;
    font-size: 98%;
    line-height: 2.8;
    margin: 0 auto 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-img {
    width: 22%;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-img {
    width: 80%;
    margin: 0 auto 4px;
  }
}
.event-data-area .event-data.s-img img {
  height: 98px;
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-03 {
    width: 37%;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-03 {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-03:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-03:before {
    content: "場所";
    display: block;
    width: 100%;
    background-color: #df6742;
    color: #FFFFFF;
    font-size: 98%;
    line-height: 2.8;
    margin: 0 auto 8px;
  }
}
.event-data-area .event-data.s-04 {
  color: #f34d35;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-04 {
    width: 23%;
    font-size: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-04 {
    width: 100%;
    font-size: 110%;
    text-align: center;
  }
}
.event-data-area .event-data.s-04 a {
  text-decoration: none;
  color: #f34d35;
}
.event-data-area .event-data.s-04 a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-04 a:before {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0px auto 5px;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-04 a:before {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-04 a span.evnt-ic {
    display: block;
    width: 100%;
  }
  .event-data-area .event-data.s-04 a span.evnt-ic:after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -1px 0 -5px 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data.s-04 a span.evnt-d {
    display: block;
    vertical-align: middle;
    height: auto;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data.s-04 a span.evnt-d {
    display: block;
    line-height: 1.6;
  }
}
.event-data-area .event-data i {
  font-style: normal;
  display: block;
  color: #df6742;
  height: 32px;
  line-height: 32px;
  border-bottom: solid 3px #df6742;
}
.event-data-area .event-data .evevt-dic {
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data .evevt-dic {
    display: table;
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data .evevt-dic {
    display: block;
    width: 100%;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .event-data-area .event-data .evevt-dic span.evevt-dic-in {
    display: table-cell;
    vertical-align: middle;
    height: 62px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .event-data-area .event-data .evevt-dic span.evevt-dic-in {
    display: block;
    width: 100%;
    line-height: 1.6;
  }
}
.event-data-area .event-data span {
  /*@include wi-pc{
  display: block;
  vertical-align: middle;
  height: auto;
  line-height: 1.8;
  }
  @include wi-sm1{
  display: block;
  line-height: 1.6;
  }*/
}
.event-data-area .event-data span.fcol-bl {
  color: #0071bc !important;
}
.event-data-area .event-data span.fcol-red {
  color: #c1272d !important;
}

.evnt-btn a {
  display: block !important;
  background-color: #D3D3D3;
  border-radius: 50px;
  height: auto;
  line-height: 1;
  color: #312E2E;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .evnt-btn a {
    width: 82%;
    margin: 0 auto 6px;
    padding: 8px 0px;
    transform: 0.8s;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
  }
  .evnt-btn a:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
@media only screen and (max-width: 768px) {
  .evnt-btn a {
    width: 92%;
    margin: 0 auto 4px;
    padding: 6px 0px;
  }
}
.evnt-btn a:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 0 -5px 8px;
}

/*.event-data-area{
	background-color: #FFFFFF;
	@include wi-pc{
	width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 0 auto 21px;
	padding: 15px 0%;
	border-radius: 32px;
	}
	@include wi-sm1{
	width: 98%;
	margin: 0 auto 18px;
	border-radius: 12px;
	padding-bottom: 12px;
	}
	
	.event-data{
		@include wi-pc{
		display: block;
		font-size: 100%;
		font-weight: 600;
		}
		@include wi-sm1{
		display: block;
		width: 98%;
		height: auto;
		margin: 0 auto 14px;
		padding: 12px 1%;
		font-size: 100%;
		font-weight: 600;
		}
		text-align: center;
		color: #191919;
		&.s-01{
			@include wi-pc{
			width: 26%;
			}
			@include wi-sm1{
			width: 100%;
			margin-bottom: 4px;
			}
			br{
				@include wi-pc{
				display: block;
				}
				@include wi-sm1{
				display: none;
				}
			}
			&:before{
				@include wi-pc{
				display: none;
				}
				@include wi-sm1{
				content: "イベント名";
				display: block;
				width: 47%;
				background-color: #FFFFFF;
				color: #f34d35;
				font-size: 72%;
				line-height: 1.8;
				margin: 0 auto 12px;
				}
			}
		}
		&.s-02{
			@include wi-pc{
			width: 26%;
			}
			@include wi-sm1{
			width: 100%;
			margin-bottom: 4px;
			}
			br{
				@include wi-pc{
				display: block;
				}
				@include wi-sm1{
				display: none;
				}
			}
			
			&:before{
				@include wi-pc{
				display: none;
				}
				@include wi-sm1{
				content: "主催";
				display: block;
				width: 100%;
				background-color: #FFFFFF;
				color: #f34d35;
				font-size: 72%;
				line-height: 1.8;
				margin: 0 auto 12px;
				}
			}
		}
		
		&.s-img{
			@include wi-pc{
			width: 22%;
			margin: 0 2%;
			}
			@include wi-sm1{
			width: 80%;
			margin: 0 auto 4px;
			}
			img{
				height: 98px;
				width: 100%;
				object-fit: cover;
			}
		}
		
		&.s-03{
			@include wi-pc{
			width: 26%;
			}
			@include wi-sm1{
			width: 100%;
			margin-bottom: 4px;
			}
			&:before{
				@include wi-pc{
				display: none;
				}
				@include wi-sm1{
				content: "場所";
				display: block;
				width: 100%;
				background-color: #f34d35;
				color: #FFFFFF;
				font-size: 72%;
				line-height: 1.8;
				margin: 0 auto 12px;
				}
			}
		}
		&.s-04{
			@include wi-pc{
			width: 23%;
			font-size: 120%;
			text-align: center;
			}
			@include wi-sm1{
			width: 100%;
			font-size: 110%;
			text-align: center;
			}
			color: #f34d35;
			position: relative;
			a{
				text-decoration: none;
				color: #f34d35;
				&:before{
					
					
					content: "";

					background-repeat: no-repeat;
					background-size: cover;

					@include wi-pc{
					display: block;
					width: 72px;
					height: 72px;
					margin: 0px auto 5px;
					}
					@include wi-sm1{
					width: 22px;
					height: 22px;
					
					position: absolute;
					right: 2%;
					top: 50%;
					transform: translateY(-50%);
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					}
				}
				span{
					@include wi-sm1{
					display: block;
					width: 100%;
					&:after{
						content: "";
						background-repeat: no-repeat;
						background-size: cover;
						display: inline-block;
						width: 22px;
						height: 22px;
						margin: -1px 0 -5px 8px;
					}
					}
				}
			}
		}
		i{
			font-style: normal;
			display: block;
			color: #df6742;
			height: 32px;
			line-height: 32px;
			border-bottom: solid 3px #df6742;
		}
		
		.evevt-dic{
			margin: 0px auto;
			@include wi-pc{
			display: table;
			width: 98%;
			}
			@include wi-sm1{
			display: block;
			width: 100%;
			line-height: 1.6;
			}
			span.evevt-dic-in{
				@include wi-pc{
				display: table-cell;
				vertical-align: middle;
				height: 62px;
				line-height: 1.8;
				}
				@include wi-sm1{
				display: block;
				width: 100%;
				line-height: 1.6;
				}
			}
		}
		
		span{
			@include wi-pc{
			display: block;
			vertical-align: middle;
			height: auto;
			line-height: 1.8;
			}
			@include wi-sm1{
			display: block;
			line-height: 1.6;
			
			}
			
		}
	}
}*/
#rela-01 {
  width: 100%;
  height: auto;
  position: relative;
}
#rela-01 #ic-01 {
  position: absolute;
  width: 16%;
  height: auto;
  right: 2%;
  top: -1.5%;
  font-size: 0px;
  line-height: 0px;
}
#rela-01 #ic-01 img {
  width: 100%;
  height: auto;
}
#rela-01 #li-btn01-01 {
  position: absolute;
  width: 96%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 4.5%;
  font-size: 0px;
  line-height: 0px;
}
#rela-01 #li-btn01-01 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #rela-01 #li-btn01-01 img {
    transition: 1s all;
  }
  #rela-01 #li-btn01-01 img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}

#rela-02 {
  width: 100%;
  height: auto;
  position: relative;
}
#rela-02 #li-btn02-01 {
  position: absolute;
  width: 42%;
  height: auto;
  left: 5.8888%;
  bottom: 4.22222%;
  font-size: 0px;
  line-height: 0px;
}
#rela-02 #li-btn02-01 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #rela-02 #li-btn02-01 img {
    transition: 1s all;
  }
  #rela-02 #li-btn02-01 img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}
#rela-02 #li-btn02-02 {
  position: absolute;
  width: 42%;
  height: auto;
  right: 5.8888%;
  bottom: 4.22222%;
  font-size: 0px;
  line-height: 0px;
}
#rela-02 #li-btn02-02 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #rela-02 #li-btn02-02 img {
    transition: 1s all;
  }
  #rela-02 #li-btn02-02 img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

#rela-03 {
  width: 100%;
  height: auto;
  position: relative;
}
#rela-03 #li-btn03-01 {
  position: absolute;
  width: 86%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 8.22222%;
  font-size: 0px;
  line-height: 0px;
}
#rela-03 #li-btn03-01 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #rela-03 #li-btn03-01 img {
    transition: 1s all;
  }
  #rela-03 #li-btn03-01 img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}
#rela-03 #li-btn03-02 {
  position: absolute;
  width: 86%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 21.22222%;
  font-size: 0px;
  line-height: 0px;
}
#rela-03 #li-btn03-02 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #rela-03 #li-btn03-02 img {
    transition: 1s all;
  }
  #rela-03 #li-btn03-02 img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}

#rela-04 {
  width: 100%;
  height: auto;
  position: relative;
}
#rela-04 #li-btn04-01 {
  position: absolute;
  width: 86%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 2%;
  font-size: 0px;
  line-height: 0px;
}
#rela-04 #li-btn04-01 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #rela-04 #li-btn04-01 img {
    transition: 1s all;
  }
  #rela-04 #li-btn04-01 img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}

.rtb01 {
  position: relative;
  z-index: 10;
}

.abslt {
  position: absolute;
}

#btn-data01 {
  position: absolute;
  display: block;
  width: 82%;
  font-size: 0px;
  line-height: 0px;
  top: 20.444%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#btn-data01 img {
  width: 100%;
  height: auto;
}

#btn-data02 {
  position: absolute;
  display: block;
  width: 34%;
  font-size: 0px;
  line-height: 0px;
  top: 49.444%;
  left: 13.555%;
}
#btn-data02 img {
  width: 100%;
  height: auto;
}

#btn-data03 {
  position: absolute;
  display: block;
  width: 82%;
  font-size: 0px;
  line-height: 0px;
  bottom: 7.66666%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#btn-data03 img {
  width: 100%;
  height: auto;
}

#btn-data04 {
  position: absolute;
  display: block;
  width: 58%;
  font-size: 0px;
  line-height: 0px;
  bottom: 2.22222%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#btn-data04 img {
  width: 100%;
  height: auto;
}

#btn-data05 {
  position: absolute;
  display: block;
  width: 58%;
  font-size: 0px;
  line-height: 0px;
  bottom: 2.22222%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /*position: absolute;
  display: block;
  width: 26.44444%;
  font-size: 0px;
  line-height: 0px;
  bottom: 9.22222%;
  right: 6.5555%;
  img{
  	width: 100%;
  	height: auto;
  }*/
}
#btn-data05 img {
  width: 100%;
  height: auto;
}

.set-bg01 {
  background-image: url("../images/06_cp01/img01_bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  /*&:before{
  	content: "";
  	display: block;
  	width: 100%;
  	height: 33%;
  	position: absolute;
  	background-image: url("../images/06_cp01/img01_bg02.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
  	left: 0;
  	bottom: 0;
  }*/
}

.set-bg02 {
  background-image: url("../images/06_cp01/img02_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.set-bg02-01 {
  background-color: #FFFFFF;
  position: absolute;
}
.set-bg02-01:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/06_cp01/bg_gr.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.set-bg02-01-a {
  background-color: #006837;
}

.set-bg02-02 {
  background-image: url("../images/06_cp01/bg_car.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.set-bg02-03 {
  background-color: #A3BEDE;
}

.set-bg03 {
  background-image: url("../images/05_cp/bg_04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.set-bg03-in {
  background-repeat: repeat;
  background-size: cover;
}

.set-bg04 {
  background-image: url("../images/06_cp01/img01_bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.set-bg05 {
  background-size: cover;
  background-repeat: repeat;
}
@media print, screen and (min-width: 769px) {
  .set-bg05 {
    /*padding-bottom: 45px!important;*/
    padding: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .set-bg05 {
    /*padding-bottom: 23px!important;*/
    padding: 23px !important;
  }
}

.set-car-bg01 {
  width: 100%;
  background-color: #eceff1;
}

.set-car-bg02 {
  background-image: url("../images/06_cp01/sec05-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.set-bg06 {
  background-color: #C30D23;
}
@media print, screen and (min-width: 769px) {
  .set-bg06 {
    /*padding-bottom: 45px!important;*/
    padding: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .set-bg06 {
    /*padding-bottom: 23px!important;*/
    padding: 23px !important;
  }
}

.set-bg07 {
  background-color: #140A8C;
}

.set-bg08 {
  background-color: #4a4947;
}

.set-bg09 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media print, screen and (min-width: 769px) {
  .set-bg09 {
    padding-bottom: 45px !important;
  }
}
@media only screen and (max-width: 768px) {
  .set-bg09 {
    padding-bottom: 23px !important;
  }
}

.set-bg10 {
  background-color: #eee1e6;
}

.set-bg11 {
  background-color: #f65c8a;
}

.set-bg12 {
  background-color: #e5e5e5;
}

.slider_cp_wrap {
  width: 100%;
  max-width: 3600px;
  margin: 0 auto;
}

.slider_cp_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.slider_cp_box .slider_cp {
  text-align: center;
  width: 100%;
  /*max-width: 850px;*/
  max-width: 98%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .slider_cp_box .slider_cp .slick-slide {
    /*padding: 0 60px;*/
    padding: 0 20px;
  }
}
.slider_cp_box .slider_cp01 {
  text-align: center;
  width: 100%;
  /*max-width: 850px;*/
  max-width: 98%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .slider_cp_box .slider_cp01 .slick-slide {
    /*padding: 0 60px;*/
    padding: 0 20px;
  }
}
.slider_cp_box .slider_cp02 {
  text-align: center;
  width: 100%;
  /*max-width: 850px;*/
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .slider_cp_box .slider_cp02 .slick-slide {
    /*padding: 0 60px;*/
    padding: 0 0px;
  }
}

.slider_cp div img {
  background: transparent;
  /*padding: 0 1%;*/
  width: 100%;
}

.slider_cp01 div img {
  background: transparent;
  /*padding: 0 1%;*/
  width: 100%;
}

.slider_cp02 div img {
  background: transparent;
  /*padding: 0 1%;*/
  width: 100%;
}

.slick-slide img {
  background: #fff;
  margin: 0 auto;
}

.slick-slide img {
  display: block;
}

.slick-list {
  overflow: visible !important;
}

@media print, screen and (min-width: 769px) {
  .slick-prev,
  .slick-next {
    width: 95px !important;
    height: 95px !important;
  }
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    	/*width: 45px!important;
        height: 45px!important;*/
    width: 32px !important;
    height: 32px !important;
    opacity: 0.7 !important;
  }
}

.img-data-ti01 {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  position: relative;
}
.img-data-ti01 img {
  width: 100%;
  height: auto;
}
.img-data-ti01 img.tisec {
  position: absolute;
  z-index: 20;
}
@media print, screen and (min-width: 769px) {
  .img-data-ti01 img.tisec {
    left: 0;
    top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .img-data-ti01 img.tisec {
    left: 0;
    top: -15px;
  }
}

.img-data {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
.img-data img {
  width: 100%;
  height: auto;
}

.img-data-sub {
  width: 76%;
  height: auto;
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
.img-data-sub img {
  width: 100%;
  height: auto;
}

.img-data-onmg01 {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .img-data-onmg01 {
    margin-top: -146px;
  }
}
@media only screen and (max-width: 768px) {
  .img-data-onmg01 {
    margin-top: -80px;
  }
}
.img-data-onmg01 img {
  width: 100%;
  height: auto;
}

.cp-img {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .cp-img {
    position: absolute;
    z-index: 1;
    width: 43.444%;
    right: -0.22222%;
    bottom: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .cp-img {
    width: 98%;
    margin: 0px auto 0px;
  }
}
.cp-img img {
  width: 100%;
  height: auto;
}

.sec-main {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .sec-main {
    padding-bottom: 20px;
  }
}
.sec-main .sec-main-in {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-main .sec-main-in {
    width: 1000px;
    /*max-width: 1200px;
    min-width: 1000px;*/
    /*width: 100%;*/
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec-main .sec-main-in {
    width: 100%;
    height: auto;
  }
}
.sec-main .sec-main-in .mv-img-01 {
  opacity: 0;
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 6.11111%;
  z-index: 1;
}
.sec-main .sec-main-in .mv-img-01 img {
  width: 100%;
  height: auto;
}
.sec-main .sec-main-in .mv-img-01-sub {
  opacity: 0;
  -webkit-animation: example01 0.8s ease 0.5s 1 forwards;
  animation: example01 0.8s ease 0.5s 1 forwards;
  /**/
  /*opacity: 1;*/
  /*animation: poyopoyo 2s ease-out infinite;*/
  /*animation: poyon 1.2s infinite;*/
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 14.666%;
  left: 12%;
  top: 12.5555%;
  z-index: 1;
}
.sec-main .sec-main-in .mv-img-01-sub img {
  width: 100%;
  height: auto;
}
.sec-main .sec-main-in .mv-img-01-sub01 {
  opacity: 0;
  -webkit-animation: example01 1.2s ease 0.5s 1 forwards;
  animation: example01 1.2s ease 0.5s 1 forwards;
  /**/
  /*opacity: 1;
  animation: poyopoyo 2s ease-out infinite;*/
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 26.5555%;
  z-index: 1;
}
.sec-main .sec-main-in .mv-img-01-sub01 img {
  width: 100%;
  height: auto;
}
.sec-main .sec-main-in .mv-img-01-sub02 {
  /*opacity: 0;
  -webkit-animation: example 0.8s ease 0.5s 1 forwards;
  animation: example 0.8s ease 0.5s 1 forwards;*/
  opacity: 1;
  animation: poyopoyo 2s ease-out infinite;
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 48.333333%;
  z-index: 1;
}
.sec-main .sec-main-in .mv-img-01-sub02 img {
  width: 100%;
  height: auto;
}
.sec-main .sec-main-in .mv-img-01-sub03 {
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 32%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 26.5555%;
  z-index: 1;
}
.sec-main .sec-main-in .mv-img-01-sub03 img {
  width: 100%;
  height: auto;
}
.sec-main .sec-main-in .mv-img-01-sub04 {
  opacity: 1;
  animation: tilt-animation 2.2s infinite linear;
  /* linearを使用してカクカクした動きにする */
  animation-timing-function: steps(1, end);
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 22%;
  right: 8.22222%;
  top: 17.333333%;
  z-index: 1;
}
.sec-main .sec-main-in .mv-img-01-sub04 img {
  width: 100%;
  height: auto;
}
.sec-main .sec-main-in .mv-img-02 {
  opacity: 1;
  -webkit-animation: fadein01 0.5s ease 1.8s 1 forwards;
  animation: fadein01 0.5s ease 1.8s 1 forwards;
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 98%;
  left: 1%;
  bottom: 0.333333%;
  z-index: 2;
}
.sec-main .sec-main-in .mv-img-02 img {
  width: 100%;
  height: auto;
}
.sec-main .sec-main-in .mv-img-03 {
  /*opacity: 0;
  -webkit-animation: fadein02 0.5s ease 1.8s 1 forwards;
  animation: fadein02 0.5s ease 1.8s 1 forwards;*/
  display: block;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  width: 98%;
  left: 4%;
  bottom: 23.333333%;
  z-index: 2;
}
.sec-main .sec-main-in .mv-img-03 img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .mv-nav {
    position: absolute;
    width: 45%;
    height: auto;
    /*right: 1.2222%;
    top: 42.7777%;*/
    right: 0.2222%;
    top: 52.7777%;
    z-index: 3;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav {
    width: 98%;
    height: auto;
    margin: 7px auto 10px;
    position: relative;
    z-index: 2;
  }
}
.mv-nav .mv-nav-area01 {
  width: 100%;
  display: block;
}
.mv-nav .mv-nav-area01 .mv-nav-01 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-01 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-01 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-01:hover {
    opacity: 0.8;
  }
  .mv-nav .mv-nav-area01 .mv-nav-01:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-01 {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-01 {
    margin-left: 5%;
    margin-bottom: 6px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-01 a {
  color: #fff;
  text-decoration: none;
}
.mv-nav .mv-nav-area01 .mv-nav-02 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-02 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-02 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-02:hover {
    opacity: 0.8;
  }
  .mv-nav .mv-nav-area01 .mv-nav-02:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-02 {
    margin-right: 25%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-02 {
    margin-right: 10%;
    margin-bottom: 6px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-02 a {
  color: #fff;
  text-decoration: none;
}
.mv-nav .mv-nav-area01 .mv-nav-03 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-03 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-03 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-03:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-03:hover {
    opacity: 0.8;
  }
  .mv-nav .mv-nav-area01 .mv-nav-03:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-03 {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-03 {
    margin-left: 20%;
    margin-right: 10%;
    margin-bottom: 6px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-03 a {
  color: #fff;
  text-decoration: none;
}
.mv-nav .mv-nav-area01 .mv-nav-04 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-04 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-04 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-04:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-04:hover {
    opacity: 0.8;
  }
  .mv-nav .mv-nav-area01 .mv-nav-04:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-04 {
    margin-left: 20%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-04 {
    margin-left: 23%;
    margin-bottom: 6px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-04 a {
  color: #fff;
  text-decoration: none;
}
.mv-nav .mv-nav-area01 .mv-nav-05 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-05 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-05 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-05:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-05:hover {
    opacity: 0.8;
  }
  .mv-nav .mv-nav-area01 .mv-nav-05:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .mv-nav .mv-nav-area01 .mv-nav-05 {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .mv-nav .mv-nav-area01 .mv-nav-05 {
    margin-bottom: 6px;
  }
}
.mv-nav .mv-nav-area01 .mv-nav-05 a {
  color: #fff;
  text-decoration: none;
}

.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
.sec-sub {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub {
    padding: 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub {
    padding-bottom: 0px;
  }
}
.sec-sub .sec-sub-in {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-sub .sec-sub-in {
    width: 1000px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub .sec-sub-in {
    width: 98%;
    height: auto;
  }
}
.sec-sub .sec-sub-in .link-bana {
  /*opacity: 0;*/
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub .sec-sub-in .link-bana {
    width: 650px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub .sec-sub-in .link-bana {
    width: 86%;
    margin: 0 auto 26px;
  }
}
.sec-sub .sec-sub-in .link-bana img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub .sec-sub-in .link-bana img {
    transition: 1s all;
  }
  .sec-sub .sec-sub-in .link-bana img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}

.sec-sub01 {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub01 {
    padding: 140px 0px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub01 {
    padding-bottom: 20px;
  }
}
.sec-sub01 .sec-sub01-in {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-sub01 .sec-sub01-in {
    max-width: 1100px;
    min-width: 1000px;
    max-height: 1290px;
    min-height: 1080px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub01 .sec-sub01-in {
    width: 98%;
    height: auto;
  }
}
.sec-sub01 .sec-sub01-in .link-bana {
  /*opacity: 0;*/
  height: auto;
  font-size: 0px;
  line-height: 0px;
  /*&.is-show {
  	animation-name: flipLeftTopAnime;
  	animation-duration: 1s;
  	animation-fill-mode: forwards;
  }*/
}
@media print, screen and (min-width: 769px) {
  .sec-sub01 .sec-sub01-in .link-bana {
    width: 650px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub01 .sec-sub01-in .link-bana {
    width: 86%;
    margin: 0 auto 26px;
  }
}
.sec-sub01 .sec-sub01-in .link-bana img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub01 .sec-sub01-in .link-bana img {
    transition: 1s all;
  }
  .sec-sub01 .sec-sub01-in .link-bana img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}
.sec-sub01 .sec-sub01-in .test_dr_ti {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub01 .sec-sub01-in .test_dr_ti {
    width: 182px;
    margin: 48px 0 22px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub01 .sec-sub01-in .test_dr_ti {
    width: 64%;
    margin: 28px auto 18px;
  }
}
.sec-sub01 .sec-sub01-in .test_dr_ti img {
  width: 100%;
  height: auto;
}
.sec-sub01 .sec-sub01-in .test_dr_mnm01 {
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .sec-sub01 .sec-sub01-in .test_dr_mnm01 {
    width: 28%;
    right: 0.444%;
    top: 7.88888%;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub01 .sec-sub01-in .test_dr_mnm01 {
    width: 23%;
    /*margin: 0px 2% 20px 62%;*/
    right: 1.444%;
    top: 8.11111%;
    z-index: 1;
  }
}
.sec-sub01 .sec-sub01-in .test_dr_mnm01 img {
  width: 100%;
  height: auto;
}
.sec-sub01 .sec-sub01-in .test_dr_mnm02 {
  opacity: 0;
  display: block;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub01 .sec-sub01-in .test_dr_mnm02 {
    position: absolute;
    width: 30%;
    left: 0.444%;
    bottom: 0.44444%;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub01 .sec-sub01-in .test_dr_mnm02 {
    width: 23%;
    /*margin: 0px 2% 20px 62%;*/
  }
}
.sec-sub01 .sec-sub01-in .test_dr_mnm02 img {
  width: 100%;
  height: auto;
}
.sec-sub01 .sec-sub01-in .test_dr_mnm02.is-show {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.sec-sub02 {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 {
    padding: 40px 0px 0px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 {
    padding: 20px 0px 0px;
  }
}
.sec-sub02 .sec-sub02-in {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in {
    width: 1000px;
    height: 482px;
    transition: 1s all;
  }
  .sec-sub02 .sec-sub02-in:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in {
    width: 98%;
    height: auto;
  }
}
.sec-sub02 .sec-sub02-in .ev-ti01 {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-ti01 {
    width: 220px;
    margin: 0 0 12px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-ti01 {
    width: 42%;
    margin: 0 0 8px 0;
  }
}
.sec-sub02 .sec-sub02-in .ev-ti01 img {
  width: 100%;
  height: auto;
}
.sec-sub02 .sec-sub02-in .ev-ti02-area {
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-ti02-area {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-ti02-area {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-ti02-area .ev-ti02-in {
    width: 1000px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-ti02-area .ev-ti02-in {
    width: 98%;
    margin: 0px auto;
  }
}
.sec-sub02 .sec-sub02-in .ev-ti02-area .ev-ti02-in .ev-ti02 {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-ti02-area .ev-ti02-in .ev-ti02 {
    width: 640px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-ti02-area .ev-ti02-in .ev-ti02 {
    width: 100%;
    margin: 0 auto;
  }
}
.sec-sub02 .sec-sub02-in .ev-ti02-area .ev-ti02-in .ev-ti02 img {
  width: 100%;
  height: auto;
}
.sec-sub02 .sec-sub02-in .ev-ti03 {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-ti03 {
    width: 620px;
    margin: 8px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-ti03 {
    width: 70%;
    margin: 10px auto 0;
  }
}
.sec-sub02 .sec-sub02-in .ev-ti03 img {
  width: 100%;
  height: auto;
}
.sec-sub02 .sec-sub02-in .ambsd-ev-img {
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ambsd-ev-img {
    position: absolute;
    z-index: 1;
    width: 43.444%;
    right: -0.22222%;
    bottom: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ambsd-ev-img {
    width: 82%;
    margin: -8px auto 0px;
  }
}
.sec-sub02 .sec-sub02-in .ambsd-ev-img img {
  width: 100%;
  height: auto;
}
.sec-sub02 .sec-sub02-in .ev-car {
  position: absolute;
  z-index: 2;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-car {
    width: 62.444%;
    left: 0.22222%;
    bottom: 21%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-car {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0.888%;
  }
}
.sec-sub02 .sec-sub02-in .ev-car img {
  width: 100%;
  height: auto;
}
.sec-sub02 .sec-sub02-in .ev-car01 {
  position: absolute;
  z-index: 1;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-car01 {
    width: 28.444%;
    left: 0.22222%;
    bottom: 21%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-car01 {
    width: 32%;
    left: 0.5555%;
    bottom: 25%;
  }
}
.sec-sub02 .sec-sub02-in .ev-car01 img {
  width: 100%;
  height: auto;
}
.sec-sub02 .sec-sub02-in .ev-car02 {
  position: absolute;
  z-index: 3;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-car02 {
    width: 25.111%;
    left: 23.5555%;
    bottom: 21%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-car02 {
    width: 32%;
    left: 38%;
    bottom: 26%;
  }
}
.sec-sub02 .sec-sub02-in .ev-car02 img {
  width: 100%;
  height: auto;
}
.sec-sub02 .sec-sub02-in .ev-car03 {
  position: absolute;
  z-index: 2;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub02 .sec-sub02-in .ev-car03 {
    width: 24.333%;
    left: 45.555%;
    bottom: 21%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub02 .sec-sub02-in .ev-car03 {
    width: 32%;
    left: 58.2222%;
    bottom: 24%;
  }
}
.sec-sub02 .sec-sub02-in .ev-car03 img {
  width: 100%;
  height: auto;
}

.tp-mv-nav {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav {
    width: 100%;
    height: auto;
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav {
    width: 100%;
    height: auto;
    margin: 0px auto 10px;
  }
}
.tp-mv-nav .tp-mv-nav-area {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area {
    /*width: 1000px;*/
    width: 98%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area {
    width: 98%;
    margin: 0px auto;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01:hover {
    opacity: 0.8;
  }
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01 {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01 {
    margin-left: 5%;
    margin-bottom: 6px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-01 a {
  color: #fff;
  text-decoration: none;
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02:hover {
    opacity: 0.8;
  }
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02 {
    margin-right: 25%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02 {
    margin-right: 10%;
    margin-bottom: 6px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-02 a {
  color: #fff;
  text-decoration: none;
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03:hover {
    opacity: 0.8;
  }
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03 {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03 {
    margin-left: 20%;
    margin-right: 10%;
    margin-bottom: 6px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-03 a {
  color: #fff;
  text-decoration: none;
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04:hover {
    opacity: 0.8;
  }
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04 {
    margin-left: 20%;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04 {
    margin-left: 23%;
    margin-bottom: 6px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-04 a {
  color: #fff;
  text-decoration: none;
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05 {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.3em;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05 {
    padding: 8px 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05 {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #3e3a39;
  transform: skewX(-15deg);
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05:hover {
    opacity: 0.8;
  }
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05:hover:before {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05 {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05 {
    margin-bottom: 6px;
  }
}
.tp-mv-nav .tp-mv-nav-area .tp-mv-nav-05 a {
  color: #fff;
  text-decoration: none;
}

.sec-sub03 {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub03 {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub03 {
    padding: 12px 0;
  }
}
.sec-sub03 .sec-sub03-in {
  margin: 0 auto;
  position: relative;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub03 .sec-sub03-in {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub03 .sec-sub03-in {
    width: 98%;
  }
}
.sec-sub03 .sec-sub03-in .sec-sub03-com {
  width: 100%;
  height: auto;
  text-align: center;
}
.sec-sub03 .sec-sub03-in .sec-sub03-com p {
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .sec-sub03 .sec-sub03-in .sec-sub03-com p {
    font-size: 160%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub03 .sec-sub03-in .sec-sub03-com p {
    font-size: 110%;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-sub03 .sec-sub03-in .sec-sub03-com p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub03 .sec-sub03-in .sec-sub03-com p br {
    display: block;
  }
}
.sec-sub03 .sec-sub03-in ul {
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub03 .sec-sub03-in ul {
    width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub03 .sec-sub03-in ul {
    width: 90%;
  }
}
.sec-sub03 .sec-sub03-in ul li {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-sub03 .sec-sub03-in ul li {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-sub03 .sec-sub03-in ul li {
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }
}
.sec-sub03 .sec-sub03-in ul li img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-sub03 .sec-sub03-in ul li img {
    transition: 1s all;
  }
  .sec-sub03 .sec-sub03-in ul li img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.mv-link-ic li.mv_ply {
  position: relative;
}
.mv-link-ic li.mv_ply a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  width: 11.71875%;
  padding-top: 11.71875%;
  margin-left: -5.85938%;
  margin-top: -9.375%;
  background: #808080 url(../images/btn_play.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  opacity: 0.6;
  transition: 1s all;
}
@media print, screen and (min-width: 769px) {
  .mv-link-ic li.mv_ply:hover a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    width: 11.71875%;
    padding-top: 11.71875%;
    margin-left: -5.85938%;
    margin-top: -9.375%;
    background: #A70104 url(../images/btn_play.png) no-repeat center center;
    background-size: contain;
    border-radius: 50%;
    opacity: 0.8;
    transition: 1s all;
  }
}

@media print, screen and (min-width: 769px) {
  .slider.center-item .slick-slide {
    /*width: 480px!important;
    margin-left: 10px;
    margin-right: 10px;*/
    margin-top: 185px;
    transition: 1s all;
    /*&:hover{
    	opacity: 0.6;
    	transition:1s all;
    }*/
  }
}
@media print, screen and (min-width: 769px) {
  .slider.center-item .slick-slide.slick-active {
    margin-top: 185px;
    transition: 1s all;
  }
}
@media print, screen and (min-width: 769px) {
  .slider.center-item .slick-slide.slick-current.slick-active {
    margin-top: 0px;
    transition: 1s all;
  }
}
.slider.center-item .slick-prev, .slider.center-item .slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  border: 3px solid #009de3;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .slider.center-item .slick-prev, .slider.center-item .slick-next {
    bottom: -68px;
  }
}
@media only screen and (max-width: 768px) {
  .slider.center-item .slick-prev, .slider.center-item .slick-next {
    bottom: -84px;
  }
}
.slider.center-item .slick-prev {
  background: transparent url(../images/common/btn_selection_prv.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
  background-color: #FFFFFF;
  /*-webkit-transform: rotate(180deg);
  transform: rotate(180deg);*/
}
@media print, screen and (min-width: 769px) {
  .slider.center-item .slick-prev {
    left: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .slider.center-item .slick-prev {
    left: 50%;
    margin-left: 30%;
  }
}
.slider.center-item .slick-prev:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider.center-item .slick-prev:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider.center-item .slick-next {
  background: transparent url(../images/common/btn_selection.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
  background-color: #FFFFFF;
  /*-webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);*/
}
@media print, screen and (min-width: 769px) {
  .slider.center-item .slick-next {
    right: 50%;
    margin-right: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .slider.center-item .slick-next {
    right: 50%;
    margin-right: 30%;
  }
}
.slider.center-item .slick-next:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider.center-item .slick-next:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .pc_le_sm_le {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc_le_sm_le {
    text-align: left !important;
  }
}

.sec-pof {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-pof {
    padding: 80px 0px 80px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof {
    padding: 12px 0px 12px;
  }
}
.sec-pof .sec-pof-in {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in {
    width: 1000px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in {
    width: 98%;
    height: auto;
  }
}
.sec-pof .sec-pof-in .anbsd-name {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .anbsd-name {
    width: 720px;
    margin: 20px 0 14px 280px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .anbsd-name {
    width: 96%;
    margin: 18px auto 12px;
  }
}
.sec-pof .sec-pof-in .anbsd-name img {
  width: 100%;
  height: auto;
}
.sec-pof .sec-pof-in .anbsd-img01 {
  font-size: 0px;
  line-height: 0px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .anbsd-img01 {
    position: absolute;
    width: 46%;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .anbsd-img01 {
    width: 92%;
    margin: 2px auto 6px;
  }
}
.sec-pof .sec-pof-in .anbsd-img01 img {
  width: 100%;
  height: auto;
}
.sec-pof .sec-pof-in .prof-info-data {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data {
    width: 540px;
    margin: 0px 0 0px 460px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data {
    width: 98%;
    margin: 0px auto 0;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-ti {
  font-size: 0px;
  line-height: 0px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-ti {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-ti {
    width: 100%;
    margin-bottom: 8px;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-ti img {
  width: 100%;
  height: auto;
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-01 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 {
    width: 96%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 {
    width: 98%;
    margin: 0 auto 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-content: center;*/
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area {
    display: block;
    margin-bottom: 16px;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-ti {
  height: auto;
  display: block;
  color: #1d2088;
  border: solid 1px #1d2088;
  background-image: url("../images/prof/prof-ti-bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-ti {
    line-height: 2.2;
    width: 18%;
    font-size: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-ti {
    line-height: 2.3;
    width: 100%;
    font-size: 82%;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-ti.font-mini {
    line-height: 3.2;
    font-size: 60%;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-data {
  height: auto;
  display: block;
  color: #252525;
  line-height: 1.6;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-data {
    width: 80%;
    font-size: 82%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-data {
    background-color: #FDFDFD;
    width: 98%;
    text-align: center;
    padding: 8px 1%;
    font-size: 100%;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-data span {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-data span {
    padding: 0 8px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-01 .prof01-info-area .prof01-info-data span {
    padding: 0 6px 0 0;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-02 {
  height: auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 {
    width: 96%;
    padding: 18px 0;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 {
    width: 98%;
    padding: 15px 0;
    margin: 0 auto 16px;
    background-color: #E9E9E9;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-02:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  background-image: url("../images/ambsd/ft-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-02:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-image: url("../images/ambsd/ft-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*align-content: center;*/
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area {
    display: block;
    margin-bottom: 16px;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-ti {
  height: auto;
  display: block;
  color: #1E1E1E;
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-ti {
    line-height: 2.2;
    width: 26%;
    font-size: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-ti {
    line-height: 2.3;
    width: 100%;
    font-size: 92%;
    margin-bottom: 12px;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-ti span:before {
  content: "";
  display: inline-block;
  background-image: url("../images/prof/insta-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-ti span:before {
    width: 23px;
    height: 23px;
    margin: 0 6px -6px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-ti span:before {
    width: 26px;
    height: 26px;
    margin: 0 5px -8px 0;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-data {
  height: auto;
  display: block;
  color: #252525;
  line-height: 1.6;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-data {
    width: 72%;
    text-align: center;
    font-size: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-data {
    width: 98%;
    text-align: center;
    padding: 8px 1%;
    font-size: 100%;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-data span {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-data span {
    padding: 0 8px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-02 .prof02-info-area .prof02-info-data span {
    padding: 0 6px 0 0;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-03 {
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 {
    width: 96%;
    margin: 0 auto 20px;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 8px 4%;
    text-decoration: none;
  }
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: white;
    transform: skewX(-10deg);
    box-shadow: 5px 5px 2px 1px rgba(0, 160, 227, 0.7);
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 {
    width: 98%;
    margin: 0 auto 16px;
    background-color: #FFFFFF;
    box-shadow: 8px 8px 2px 1px rgba(0, 160, 227, 0.7);
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area {
    display: block;
    margin-bottom: 16px;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-ti {
  height: auto;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-ti {
    line-height: 2.2;
    width: 18%;
    font-size: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-ti {
    line-height: 2.3;
    width: 100%;
    font-size: 82%;
    margin-bottom: 12px;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-ti span {
  position: relative;
  display: block;
  padding: 2px 8px;
  text-decoration: none;
  color: #FFFFFF;
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-ti span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #4a4182;
  transform: skewX(-10deg);
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-ti span {
    line-height: 1.2;
    font-size: 90%;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-data {
  height: auto;
  display: block;
  color: #252525;
  line-height: 1.6;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-data {
    width: 80%;
    font-size: 82%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-data {
    width: 98%;
    text-align: center;
    padding: 8px 1%;
    font-size: 100%;
    margin: 0px auto;
  }
}
.sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-data span {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-data span {
    padding: 0 8px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .prof-info-data .prof-info-03 .prof03-info-area .prof03-info-data span {
    padding: 0 6px 0 0;
  }
}
.sec-pof .sec-pof-in .anbsd-img02 {
  font-size: 0px;
  line-height: 0px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sec-pof .sec-pof-in .anbsd-img02 {
    position: absolute;
    width: 24%;
    z-index: 1;
    left: 20.6666%;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-pof .sec-pof-in .anbsd-img02 {
    width: 86%;
    margin: 0px auto 0px;
  }
}
.sec-pof .sec-pof-in .anbsd-img02 img {
  width: 100%;
  height: auto;
}
.sec-pof .sec-pof-in .anbsd-img02.is-show {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.tw-btn {
  /*display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;*/
  margin: 0 auto;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .tw-btn {
    width: 82%;
  }
}
@media only screen and (max-width: 768px) {
  .tw-btn {
    width: 98%;
  }
}
.tw-btn .btn-data {
  float: left;
  /*flex: 1;*/
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
  width: 46% !important;
}
@media print, screen and (min-width: 769px) {
  .tw-btn .btn-data {
    margin: 0px 2% 8px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-btn .btn-data {
    margin: 0px 2% 6px;
  }
}
.tw-btn .btn-data img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .tw-btn .btn-data img:hover {
    opacity: 0.7;
  }
}
.tw-btn .btn-data-cp {
  float: none;
  /*flex: 1;*/
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
  width: 46% !important;
}
@media print, screen and (min-width: 769px) {
  .tw-btn .btn-data-cp {
    margin: 0px 2% 8px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-btn .btn-data-cp {
    margin: 0px 2% 6px;
  }
}
.tw-btn .btn-data-cp img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .tw-btn .btn-data-cp img:hover {
    opacity: 0.7;
  }
}

.th-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.th-btn .btn-data {
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
  width: 33%;
}
.th-btn .btn-data img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .th-btn .btn-data img:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 769px) {
  .sd-th-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 82%;
    margin: 0 auto;
  }
}
.sd-th-btn .btn-data {
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn .btn-data {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn .btn-data {
    width: 33%;
  }
}
.sd-th-btn .btn-data img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn .btn-data img:hover {
    opacity: 0.7;
  }
}
.sd-th-btn .btn-data-cp {
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn .btn-data-cp {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn .btn-data-cp {
    width: 96%;
    margin: 0 auto;
  }
}
.sd-th-btn .btn-data-cp img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn .btn-data-cp img:hover {
    opacity: 0.7;
  }
}

.sd-th-btn-pt01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-pt01 {
    width: 670px;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn-pt01 {
    width: 82%;
  }
}
.sd-th-btn-pt01 .btn-data {
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-pt01 .btn-data {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn-pt01 .btn-data {
    width: 23%;
  }
}
.sd-th-btn-pt01 .btn-data img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-pt01 .btn-data img:hover {
    opacity: 0.7;
  }
}
.sd-th-btn-pt01 .btn-data-cp {
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-pt01 .btn-data-cp {
    position: fixed;
    width: 176px;
    top: 8px;
    right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn-pt01 .btn-data-cp {
    width: 23%;
  }
}
.sd-th-btn-pt01 .btn-data-cp img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-pt01 .btn-data-cp img:hover {
    opacity: 0.7;
  }
}

.sd-th-btn-top {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-top {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn-top {
    margin-bottom: 5px;
  }
}
.sd-th-btn-top .btn-data-cp {
  height: auto;
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-top .btn-data-cp {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sd-th-btn-top .btn-data-cp {
    width: 96%;
    margin: 0 auto;
  }
}
.sd-th-btn-top .btn-data-cp img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .sd-th-btn-top .btn-data-cp img:hover {
    opacity: 0.7;
  }
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 101;
}
@media print, screen and (min-width: 769px) {
  .pagetop {
    bottom: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .pagetop {
    bottom: 136px;
    right: 19px;
  }
}
.pagetop a {
  display: block;
  background-image: url("../images/05_cp/page-top-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .pagetop a {
    width: 62px;
    height: 62px;
  }
}
@media only screen and (max-width: 768px) {
  .pagetop a {
    width: 42px;
    height: 42px;
  }
}

.car-lp-area {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
.car-lp-area img {
  width: 100%;
  height: auto;
}
.car-lp-area .car-lp00 {
  position: absolute;
  width: 72%;
  height: auto;
  top: 7%;
  left: 14%;
}
.car-lp-area .car-lp01 {
  position: absolute;
  width: 92%;
  height: auto;
  top: 35.7777%;
  left: 4%;
  animation: poyopoyo 2s ease-out infinite;
}
.car-lp-area .car-lp02 {
  position: absolute;
  width: 82%;
  height: auto;
  top: 46.222%;
  left: 9%;
}
.car-lp-area .car-lp03 {
  position: absolute;
  width: 82%;
  height: auto;
  top: 58.3333%;
  left: 9%;
}
.car-lp-area .car-lp04 {
  position: absolute;
  width: 82%;
  height: auto;
  top: 66.1111%;
  left: 9%;
}
.car-lp-area .car-lp05 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 8.666%;
  right: 0%;
}
.car-lp-area .car-lp05-sub {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 10.666%;
  right: 0%;
}

.re-data01 {
  position: relative;
  z-index: 3;
}

#ft-area {
  background-color: #3d3f44;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #ft-area {
    padding: 42px 2%;
  }
}
@media only screen and (max-width: 768px) {
  #ft-area {
    padding: 22px 2%;
  }
}
@media print, screen and (min-width: 769px) {
  #ft-area #ft-area-right {
    width: 250px;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  #ft-area #ft-area-right {
    width: 100%;
    float: none;
  }
}

adress {
  display: block;
  color: #EBEBEB;
  background-color: #df6742;
  font-size: 70%;
}
@media print, screen and (min-width: 769px) {
  adress {
    padding: 12px 2% 12px;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  adress {
    padding: 20px 0px 10px;
    text-align: center;
  }
}

.btn_area {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 769px) {
  .btn_area {
    padding: 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area {
    padding: 0px 0px 0px;
  }
}
.btn_area ul.two_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 769px) {
  .btn_area ul.two_btn {
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area ul.two_btn {
    width: 98%;
  }
}
.btn_area ul.two_btn li {
  width: 50%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
.btn_area ul.two_btn li a {
  width: 100%;
  height: auto;
  display: block;
}
.btn_area ul.two_btn li img {
  width: 100%;
  height: auto;
}

.prtv {
  position: relative;
}

.main-pt01 {
  position: absolute;
  font-size: 0px;
  line-height: 0px;
  width: 62%;
  height: auto;
  left: 19%;
  top: 1%;
  z-index: 1;
}
.main-pt01 img {
  width: 100%;
  height: auto;
}

.main-pt02 {
  position: absolute;
  font-size: 0px;
  line-height: 0px;
  width: 80.0%;
  height: auto;
  left: 10.0%;
  top: 17.6666666%;
  z-index: 2;
}
.main-pt02 img {
  width: 100%;
  height: auto;
}

.main-pt03 {
  position: absolute;
  font-size: 0px;
  line-height: 0px;
  width: 36.5555%;
  height: auto;
  right: 8.66666%;
  top: 32%;
  z-index: 1;
}
.main-pt03 img {
  width: 100%;
  height: auto;
}

.mv-btn-abslt {
  position: absolute;
  width: 44%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  display: block;
  left: 28%;
  top: 42.55555%;
}
.mv-btn-abslt img {
  width: 100%;
  height: auto;
}

.btn-abslt01 {
  position: absolute;
  width: 26%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  display: block;
  right: 8.555%;
  bottom: 14.22222%;
}
.btn-abslt01 img {
  width: 100%;
  height: auto;
}

.sec02-pt {
  position: absolute;
  width: 82%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  display: block;
  right: 9%;
  top: 49.22222%;
}
.sec02-pt img {
  width: 100%;
  height: auto;
}

.ic-it {
  position: absolute;
  width: 17%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
  display: block;
  left: 5%;
  top: 7.22222%;
}
.ic-it img {
  width: 100%;
  height: auto;
}
