/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
font-size:16px;
font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
	
.serif{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;}
p{
letter-spacing:1px;line-height:1.5;
}
section{padding:100px 0px 10px;}
.privacy,.his{padding:100px 0px 100px;}
.content section{padding:50px 0;}
a{color:#005bac;}
h1 {
    font-size: 3.2rem;
    padding: 100px 0;
	/*
	 text-shadow: 0 0 10px royalblue, 0 0 10px royalblue;
	 */
}
.single-slide{
	background-size:cover; 
	background-position: center;
	height:230px;
}
h2 {
    font-size: 2.5rem;
    line-height: 4rem;
    color: #89BDDE;
}
h3 {
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:20px;
  border-bottom: solid 1px #666666;
  position: relative;
}

h3.h3-ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #005bac;
  bottom: -1px;
  width: 30%;
}
.f-white{color:#fff;}
.center-line {
  overflow: hidden;
  text-align: center;
	margin-bottom:30px;
}
.center-line span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.center-line span::before,
.center-line span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #005bac;
}
.center-line span::before {
  right: 100%;
}
.center-line span::after {
  left: 100%;
}
small{font-size:50%;}
.mt30{margin-top:30px;}
ul{list-style:none;}
.houshin-list li{
	padding-bottom:20px; border-bottom:1px dotted #ccc; margin-bottom:20px;letter-spacing:2px;line-height:180%;
}
.table-record th, .table-record td{width:30%;}
input[type="text" i] {
    width:100%;
}
textarea{
	width:100%;
}
.font-large{font-size:24px;}
.font-exlarge{font-size:36px;}
.required{background-color:darkred;color:#fff;padding:0 5px;border-radius:5px;font-size:12px;margin-left:10px;}
.f-orange{color:#005bac;}
.f-200{font-size:180%;line-height:150%}
/* header */
header {padding:0;background:#fff;}
.row{margin:0;}
.logo-column a.logo img {max-height:55px;}
.logo{margin-top:15px;}
.nav-column {padding:0;}
#menu ul > li > a {padding:0 0 0 20px;line-height: 0px;vertical-align: middle;}
.mt55{margin-top:55px;}
.mt97{margin-top:70px;}
.mt140{margin-top:100px;}
.nav-column a, .nav-column span {color: #000;}
#menu ul > li > a:hover{color:#f19149;}
.slicknav_menu {
    background-color: #fff;
    border-bottom:0px;
}
.slicknav_btn {
    margin:10px;
    text-decoration: none;
    text-shadow:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
background-color: transparent;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow:none;
}
.bg-slider{height:100vh;width:100%;}
footer hr{border-top:1px solid #fff;}
footer li {
    border-bottom:0px solid #fff !important;
}
.btn-footer{
	padding:20px;
	width:100%;
	max-width:400px;
	border:1px solid #fff;
	margin:30px auto;
}
.btn-footer:hover{
	background:#fff;
	color:#1e8be5 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.catchcopy {
    position: absolute;
    top: 10rem;
    right: 10rem;
    max-width:250px;
    width: 100%;
	z-index: 9999;
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
	
	padding:1em 0.2em;
}
.catchcopy img{
	width:100%;
}
.sub-menu > li > a{
	line-height:180% !important;
	font-size:1.3rem !important;
}
.message{
	background-image: linear-gradient(rgba(255,255,255, 0.9), rgba(255,255,255, 0.8)),
                  url("../img/top-concept-bg.svg");
	background-repeat:no-repeat;
	background-size:80%;
	background-position: bottom -125px right -20px;
	
	visible:hidden;
}
.information-container{
	background:url("../img/top-information-bg.png")no-repeat center;
	background-size:auto;
}
.info-list{
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    margin-top: 50px;
    height: 300px;
	overflow-y:scroll;
	background:rgb(255,255,255,.75);
}
.info-list li{    padding-bottom: 10px;    margin-bottom: 10px;	 border-bottom: 1px dotted #ccc; display: grid;}
dl{margin-bottom:0;}
ul.info-list dt:nth-of-type(1),ul.info-list dd:nth-of-type(1){
   margin-top:30px;
  }

dt{
font-weight: 700;
    float: left;
    width: 20%;
    height: auto;
}
dd{
	margin-bottom: .5rem;
    margin-left: 0;
    width: 80%;
    float: left;	
}

th{width:20%;}
.table-type2 td{width:50%; text-align:center;}
.lh36{line-height: 36px;}
.mb30{margin-bottom:30px;}
.c3-bg, .bg1, .button, .hero-slider .owl-dots .owl-dot.active, .single-service-2:hover .inner, .single-portfolio .inner .portfolio-img .hover-content, .faq .single-item.active, .single-faq h2 span, .footer_widget .nw_form button, .tabs-area .tabs-nav li a.active, .single-team .inner .team-img::after, .single-pricing.active .inner, .active.single-pricing-2 .inner, .single-pricing-2.active .inner .title .price {
    background-color: #f19149;
}
.faq .single-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #999;
}
.faq .single-item .content {
    border-top: 1px solid #eee;
}
.logo-column a.logo {
    margin-left: 10px;
    margin-top: 30px;
    margin-left: 30px;
}
.col-ff3333{color:red;}
/* top-about */
#linkage{background:url("../img/bg-white-dot.png");padding:50px 0;}
.container-mini{width:100%;max-width:1200px;margin:0 auto;}

/* footer */
footer{background:#fff;}
footer a{color:#fff;}
footer a:hover{color:yellow;}
footer ul{color:#fff;list-style:none;}
footer li{padding-bottom:5px;margin-bottom:5px;}
.footer-sec{background:url("../img/footer-bg.jpg")no-repeat;background-size:cover;padding:50px 0;}
footer p{color:#fff;}
.copyright p{padding:10px;color:#000;}
.contact-text{display:none !important;}
.contact-btn-sp{display:none !important;}
.slicknav_nav {background: #fff;}
.m60{margin-top:60px;}
.btn-group-lg>.btn, .btn-lg {
    padding: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0rem;
    background-color: #89BDDE;
    color: #fff;
    width: 100%;
}
.modal-body {
    padding:0px;
}
.ekko-lightbox-nav-overlay{
	    background: #fff;
    text-align: center;
    padding: 5px;
}
.ekko-lightbox-nav-overlay a{padding:0 10px;}
.gallery-case a{display:none;}
.gallery-case a:first-child{display:block;}
@media screen and (max-width: 1270px) {
	.logo{padding:10px;}
	#menu{padding:10px;}
	.contact-btn{display:none !important;}
	.hero-slider .single-slide {height:auto;}
	.mt55 {margin-top: 25px;}
	#menu ul > li > a  {font-size:15px;}
	.contact-text{display:inline-block !important;}
}

@media screen and (max-width: 991px) {
	h1{padding:50px 0;color:#fff;}
	.mt140{margin-top:50px;}
	.mt97{margin-top:0px;}
	.fixed-top{position: inherit;}
	.slicknav_menu{position: fixed;z-index: 9998;width: 100vw;height: 80px;}
	.logo{position:fixed;z-index:9999;max-width: 60%;top: -17px;}
	.logo-column a.logo {padding-left:0px;margin-top: 25px;margin-left:0px;}
	.slicknav_nav li{border-bottom:1px solid #ccc;}
	.slicknav_nav a {color: #000;}
	.about{background:url("../img/bg-white-dot.png");padding:50px 0;}
	.contact-btn-sp{display:block !important;}
	.contact-text{display:none !important;}
	th,td{width:100%;float:left;}
	dt, dd {width:100%; float: inherit;}
	.pl-5{padding-left:0 !important;}
.catchcopy {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 180px;
}
}
@media screen and (max-width: 768px) {
ul.info-list dt:nth-of-type(1),ul.info-list dd:nth-of-type(1){
   margin-top:10px;
  }
}

@media screen and (max-width: 480px){
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {font-size: 14px;}
	.inner{padding:30px 0 30px;}
	h1{padding:0;font-size:2rem;}
	h2{font-size:1.5rem;line-height: 2rem;}
	section{padding:20px;}
	.slicknav_menu{height:60px;}
	.access .text-center{text-align:left !important;}
	.footer-sec { padding: 50px 0 120px;}
}
@media screen and (max-width: 400px){
.catchcopy {
    top:56%;
	left:74%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
	padding:0px;
}
.catchcopy img{
    width:80% !important;
}
}


@media all and (-ms-high-contrast: none){
.mt55{margin-top:0px;}
}

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
  　background:#fff;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius:0px;
  background:#fff;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color:#89BDDE;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	background:rgba(255,255,255,.75);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}
figure.effect-roxy figcaption p{
	padding-top:50px;
}
figure.effect-roxy figcaption p img{
	height:150px;
	width:auto;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure {
    margin: 0;
}
.grid a{
	display:block;
}
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;  //全画面表示
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media all and (-ms-high-contrast: none){
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
	#menu ul > li > a{padding-top:1.5rem;}	
	dt{float:inherit;}
	.info-list li{border-bottom:0;}
}

.gallery-case p{margin-top:1rem;}
.gallery-case p{margin-bottom:2rem;}

.ekko-lightbox-nav-overlay a span{font-size:3.5rem;}


.bnr-img {
 overflow:hidden;
 width:530px;
 max-width:530px;
 margin:0 auto;
 height:150px;
}
.bnr-img img{
    max-width: 530px;
    width:530px;
    height:150px;
    transition-duration: 0.3s;
	display: block;
}
.bnr-img img:hover{
  transform:scale(1.2);
  opacity:0.7;
  transition:1s all;
}
.flex-content {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
	width:40%;
}
.flex-title {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 800;
    text-shadow: 2px 2px 3px #969696;
	padding:0.7em 1em 0.8em;
	border:1px solid #192d65;
	font-size:1.0em;
	
}
.bnr-img .flex-title:hover{
  border:none !important;
  border:2px solid #fff !important;
  background:rgba(0,0,0,0.3);
  color:#fff;
  transition:0.1s all;
}

.flex-content p {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    text-shadow: 2px 2px 3px #969696;
}
.flex-title small {
    font-size: 0.8rem;
    color: #fff;
}
small {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.22em;
}

@media only screen and (max-width: 768px) {
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;  //全画面表示
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bnr-img {
 width:100%; 
 margin:0 auto;
 height:auto;
 overflow:hidden;
 position: relative;
}
.flex-content {
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
	width:90%;
}
.flex-title {
    font-size: 1.1em;
}
figure.effect-roxy p {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}
figure.effect-roxy img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-roxy figcaption::before,
figure.effect-roxy p {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

}

/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy4 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
	text-align:center;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	
.catchcopy4 {
    font-size: 1.2rem;
    font-weight: 600;
	text-align:left;
}

}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0075c0;
  z-index: 9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
  animation: shutterOpen 2.6s forwards;
}
.content {
  -webkit-animation: contentScale 2.6s forwards;
  animation: contentScale 2.6s forwards;
}
@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);
  }
}

.img-frame {
   border: 3px solid #e6e6fa;
   box-shadow: 0px 0px 15px -5px #777777;
   padding: 3px;
}
.img-frame02 {
    border: 1px solid #e8e8e8;
    background: #fff;
}
.footer-cnt {
   line-height:1.4;
   margin-top:10px;	
}
.cathcopy01 {
   font-size:2.2rem;
   text-align:center;
   line-height:2;
   margin-bottom:40px;
   font-weight:500;
   color:#F90;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1.3%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
.res-img {
   width:100%;
   height:auto;
}
.left-img {
   position:relative;
}

.left-img::before {
    content: '';
    position: absolute;
    top: 72px;
    left: 2px;
    width: 107%;
    height: 100%;
    background-color: #fff;
    background-image: -webkit-linear-gradient(
-45deg
,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-image: -moz-linear-gradient(-45deg,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-image: -o-linear-gradient(-45deg,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-image: linear-gradient(
-45deg
,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-size: 3px 3px;
    z-index: -1;
}

.right-img {
   position:relative;
}

.right-img::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 4px;
    width: 103%;
    height: 100%;
    background-color: #fff;
    background-image: -webkit-linear-gradient(
-45deg
,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-image: -moz-linear-gradient(-45deg,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-image: -o-linear-gradient(-45deg,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-image: linear-gradient(
-45deg
,transparent 25%,#e6e7e9 25%,#e6e7e9 50%,transparent 50%,transparent 75%,#e6e7e9 75%,#e6e7e9);
    background-size: 3px 3px;
    z-index: -1;
}

.sc-bg01 {
    padding:3em;
	background:url("../img/bg-white-dot.png");
	width:100%;
	
}

.pdt-f {
   padding-top: 2.5em;
}

.h2-ttl {
   font-size:2.5rem;
   margin-bottom:0px;
   line-height:1.4;
}
.sub-ttl {
   font-size:1.2rem;
   color:#89BDDE;
   text-align:center;
   margin-bottom:30px;
}

@media only screen and (max-width: 768px) {
.h2-ttl {
   font-size:2.0rem;
   line-height:1.2em;
   margin-bottom:0.5em;
}
.pdt-f {
    padding-top: 6em;
}
.single-slide {
    background-size: cover;
    background-position: center;
    height: 200px;
}
.sc-bg01 {
    padding:0em;
	
}
.cathcopy01 {
    font-size:1.4em;
	line-height:1.4;
	text-align:left;
}
.btn-footer {
    width: 96%;
}
}
@media only screen and (max-width: 480px) {
.h2-ttl {
   font-size:1.8rem;
   line-height:1.2em;
   margin-bottom:0.5em;
}
.center-line span {
    position: relative;
    display: inline-block;
    margin: 0 1.1em;
    padding: 0 0.5em;
    text-align: left;
}
.center-line span::before, .center-line span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 200%;
    height: 1px;
    background-color: #005bac;
}

/*
.center-line span::before {
    right: 30%;
}
.center-line span::after {
    left: 30%;
}
*/
.pdt-f {
    padding-top: 4em;
}

}

ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-3col {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
ul.circle-3col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width: 29.5%;
    margin-right: 2%;
    position: relative;
}
ul.circle-3col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
@media only screen and (max-width: 768px) {
ul.circle-2col li ,ul.circle-3col li {
    width: 90%;
}

}

.tbl-1 td:nth-of-type(1) {
   width:15%;
}
.tbl-1 td:nth-of-type(2) {
   width:10%;
}
.tbl-1 td:nth-of-type(3) {
   width:30%;
}
.tbl-1 td:nth-of-type(4) {
   width:15%;
}
.tbl-1 td:nth-of-type(5) {
   width:30%;
}

@media only screen and (max-width: 991px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 2px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 90px !important;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
	float:none;
}
.table-scroll table td:nth-of-type(3),.table-scroll table td:nth-of-type(5) {
    width: 200px !important;
    min-width: 230px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
	float:none;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}
.link_btn3{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #579A43;
	border-radius: 30px;
	color: #fff;
	width: 90%;
}
.flex_anchorlink_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_anchorlink_box a {
    display:inline-block;
	width:100%;
}
.flex_anchorlink_box .item_btn{
	width: 33.3%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.link_btn3{
	width: 100%;
}
.flex_anchorlink_box{
	display: block;
}
.flex_anchorlink_box .item_btn{
	width: 90%;
}
}

/*===========================
anchor
===========================*/


#anchor01,#anchor02,#anchor03,#anchor04,#anchor05,#anchor06,#anchor07 {
	margin-top:-110px;
	padding-top:110px;
}

.form-im input {
    width:auto;
}

ul.disc {
    list-style-type: disc;
	padding-left:40px;
}
.privacy h4 {
    font-weight:800;
}

@media screen and (max-width: 768px) {
.formBtn div {
    margin:10px auto;
}
}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
.tbl-3 th{
	width:30%;
}
.tbl-3 td {
	width:70%;
}
@media only screen and (max-width: 768px) {
.tbl-3 td,.tbl-3 th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}

.h3-ttl {
    font-weight:800;
}
.h4-ttl {
    font-weight:800;
	color:#5fabbe;
	padding: 0 20px;
	margin-bottom:3%;
	position: relative;
    text-align: left;
}
.h4-ttl:before {
width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #191919;
    position: absolute;
    content: '';
}
.wrap-h {
  width:96%;
    margin:4% auto 6%;
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:1% auto 5%;
}
@media only screen and (max-width: 768px) {
.wrap-h2 {
  width:96%;
  margin:4% auto 10%;
}
}

.checkList {
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
}
.checkList h4 {
  font-size:1.4em;
  margin-bottom: 20px;
  border-bottom: solid 1px #666666;
  padding: 0.4em 0 0.4em 1em;
  line-height: 1.5;
  font-weight: 700;
  position:relative;
  background:#89BDDE;
  color:#fff;
}
/*
.checkList h4:after, .checkList h4:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#ee8992; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.checkList h4:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}
*/
.checkList dt {
  font-size: 1.2em;
  margin-bottom: 0px;
  border-bottom: solid 0px #666666;
  position:relative;
  padding: 0.1em 0 0.3em 2em;
  line-height: 1.5;
  font-weight: 600;
  float: none;
  width: auto; 
  height: auto;
}
.checkList dd {
  position:relative;
  padding: 0.3em 0 0.3em 2.2em;
  line-height: 1.5;
  margin-bottom:2em;
  float: none;
  width: auto; 
  height: auto;
}

.checkList dt:after, .checkList dt:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#ee8992; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.checkList dt:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}
.h-ttl {
  position:relative;
      padding: 50px 0 50px;
	  text-shadow: 2px 2px 2px rgba(161,161,161,1);
}
/*
.h-ttl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #89BDDE;
    content: "";
    transform: translateX(-50%);
}
*/
.tx-flex {
    text-align:center;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.8em 1.6em 0.8em 1em;
    line-height: 30px;
    background: #005bac;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 6%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
.tx-fleright {
    text-align:right;
}
@media only screen and (max-width: 768px) {
.checkList dt {
  font-size: 1.2em;
  font-weight:500;
}
.checkList h4 {
  font-size:1.2em;
  margin-bottom: 20px;
  border-bottom: solid 1px #666666;
  padding: 0.4em 0 0.4em 1em;
  line-height: 1.5;
  font-weight: 700;
  position:relative;
  background:#89BDDE;
  color:#fff;
}
.h-ttl {
  font-size:1.8em;
  padding:0px 0px 10px;
}
.tbl-3 th{
	width:100%;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}
.tx-flex {
    text-align:left;
}
.tx-fleright {
    text-align:center;
}
}


.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

html, body{
  position: relative;
  width: 100%;
  overflow-x: hidden;
}


#page_top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #e4e3e3;
  text-align: center;
  border-radius: 160px;
}
#page_top a {
  color: #89BDDE;
  text-decoration: none;
  display: block;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page_top a::before {
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  top: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f106';
}
#page_top a:hover {
  width: 80px;
  height: 80px;
  background-color: #ccc;
  text-align: center;
  border-radius: 160px;
  text-decoration: none;
}


.contactTel {
    line-height: 1.4em;
    padding: 0 0 0 1.3em;
    margin: 20px auto;
	text-align:center;
}
.contactTel a{
	display: block;
    font-size: 2em !important;
	width:100%;
	color: #0d7e37;
}
.contactFax {
    color: #0d7e37;
    line-height: 1.2em;
    padding: 0 0 0 0.7em;
    margin:20px auto;
	text-align:center;
    font-size: 2em !important;
}
.contactTel a{
	display: block;
	width:100%;
}
.fas {
    position:relative;
}
.fas:before {
    position:absolute;
	top:-24px;
	left:-32px;
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
.privacy, .his {
    padding:30px 20px;
}
}
.h2-ttl02 {
	position: relative;
    font-weight: 500;
    margin: 0 0 1.88235vw;
    padding-bottom: 1vw;
    font-size: 1.85294vw;
}
.h2-ttl02:before {
    height: .22059vw;
	width: 100%;
    background: #dfdfdf;
}
.h2-ttl02:after {
	background: #005bac;
    width: 5.88235vw;
    height: .22059vw;
}
.h2-ttl02:before, .h2-ttl02:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0%;
    content: '';
}

.b-gd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3vw auto;
    padding: 0px;
}
.b-gd-content-l {
    margin-top: 5.28571vw;
    margin-right: -1.78571vw !important;
    padding: 2vw 2vw 0 3vw;
    z-index: 1;
    background-color: white;
    max-width: 800px;
    width: 100%;
    height: auto;
    border: 1px solid #9da483;
}
.b-gd-image-r {
    margin-left: -3.78571vw !important;
    overflow: hidden;
    max-width: 640px;
    width: 100%;
    height: auto;
}
.b-gd-content-r {
    margin-top: 2.28571vw;
    margin-left: -2.78571vw !important;
    padding: 2vw 2vw 0 3vw;
    z-index: 100;
    background-color: white;
    max-width: 800px;
    width: 100%;
    height: 320px;
    border: 1px solid #9da483;
}
.b-gd-image-l {
    margin-right: -1.78571vw !important;
    overflow: hidden;
    max-width: 640px;
    width: 100%;
    height: auto;
}
.b-gd-image-r img, .b-gd-image-l img {
    max-width: 640px;
    width: 100%;
    height: auto;
    transition-duration: 0.3s;
}
/*
@media (min-width: 1200px){
.container {
    max-width: 1400px;
}
}
*/
.sc-1 {
    padding:10px;
}

@media (max-width: 768px){
.b-gd-content-l {
    margin-top: 0vw;
    margin-right: 0vw !important;
	margin-bottom:5vw;
    padding: 4vw;
	order:1;
	-webkit-order:1;
	height:auto;
}
.b-gd-image-r {
	margin-left: 0vw !important;
	order:2;
	-webkit-order:2;
}
.b-gd-content-r {
    margin-top: 0vw;
    margin-left: 0vw !important;
	margin-bottom:5vw;
    padding: 4vw;
	z-index: 100;
    background-color: white;
	order:1;
	-webkit-order:1;
	height:auto;
}
.b-gd-image-l {
	    margin-right: 0vw !important;
		order:2;
		-webkit-order:2;

}
.tbl-fs {
    padding-top:0px !important;
	margin-top:0px !important;
}
}

.b-gd-image-r p {
    border: 1px double #CCC;
    padding: 7px;
}
.b-gd-image-l p {
    border: 1px double #CCC;
    padding: 7px;
}
.contact-btn-sp img {
    width:60%;
}
ul.check2,ul.check-2col  {
    position: relative;
}

ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:43%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}

}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
.catch01 {
    font-size: 1.05em;
    margin-bottom: 20px;
    border-bottom: solid 1px #666666;
    padding: 0.5em 0.5em;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    background: #89BDDE;
    color: #fff;
	text-align:center;
	font-feature-settings: "palt" 1;
}
.catch02 {
    font-size: 1.0em;
    margin-bottom: 20px;
    border-bottom: solid 1px #666666;
    padding: 0.4em 0.5em;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    background: #36C;
    color: #fff;
	text-align:center;
}
.box-wrap{
  margin: 1em 0;
  background-color: #fff;
  border: 2px solid #89BDDE;
  letter-spacing: .3px;
}

.box-title{

}

.box-wrap p{
  margin: 0;
  padding: 1em;
}
.h4-ttl {
  color:#89BDDE;
  font-weight:900;
}
.h3-ttl02 {
  margin-top:50px;
}