@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #2981c0;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #2981c0;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #36a0ec;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #36a0ec; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}


.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #EBC97A;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#e2f2fd;
	color:#333;
}

table.table2 th {
	background-color:#e2f2fd;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#2981c0;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#2981c0;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#2981c0;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#2981c0;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#2981c0;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#2981c0;
}

/* catch */

h3.h3Catch1 {
	color:#2981c0;
}

h3.h3Catch2 {
	color:#2981c0;
}

/* catchiphrase */

.catch1 {
	color:#2981c0;
}

.catch2 {
	color:#2981c0;
}

.catchS {
	color:#2981c0;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#2981c0;
	border-bottom:1px dotted #CCC;
}



.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.txtstyle3 {
	font-size: 1.6em;
	font-weight: bold;
}
.txtstyle4 {
	font-size: 0.8rem;
	font-weight: normal;
}
.lay22-1_2{
	float: left;
    width: 13%;
    margin: 0 2% 1em 2%;
}

.lay22-1_1{
	 float: left;
    width: 79%;
    margin: 0 2% 1em 2%;
	padding-top: 3em;
}
.lay222-1_2{
	float: left;
    width: 10%;
    margin: 0 2% 1em 2%;
}

.lay222-1_1{
	 float: left;
    width: 82%;
    margin: 0 2% 1em 2%;
	padding-top: 3em;
}
.ls{
	letter-spacing: -0.01em;
}
@media only screen and (max-width: 600px){
.lay22-1_1 ,.lay222-1_1{
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
	padding-top: 0;
	}
	.lay22-1_2{
    float: none;
    width: 50%;
    margin: 0 auto 1em auto;
}
	.lay222-1_2{
		float: none;
    width:30%;
    margin: 0 auto 1em auto;
		
	}
	.txtstyle3 {
	font-size: 1.2em;
	font-weight: bold;
}
}
.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% 2.5% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%;
}
.flex-2col > li.cnt {
  z-index:500;
}
.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:space-between;
  align-items:center;
  flex-wrap:wrap;
  width:100%;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 1.3%; 
}
.flex-3col > li:nth-of-type(1),.flex-3col > li:nth-of-type(3n+1){
  width:30%;
  margin:2% 0 0 0%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li,.flex-3col > li:nth-of-type(1),.flex-3col > li:nth-of-type(3n+1){
  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;  
}

}
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 {
    display:flex;
    justify-content:start;
    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:28%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col li.long {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    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;
}
ul.circle-4col {
    display:flex;
    justify-content:start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:20%;
    margin-right:2%;
    position: relative;
}
ul.circle-4col li.long {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    margin-right:2%;
    position: relative;
}

@media only screen and (max-width: 768px) {
  ul.circle-2col li,ul.circle-3col li,ul.circle-3col li.long,ul.circle-4col li,ul.circle-4col li.long {
    width:90%;
}
}
.wrap-h2 {
  width:96%;
  margin:6% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:4% auto 6%;
} 

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

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2rem;
    box-sizing: border-box;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}


}
/*===========================
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;
}
.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;
}	


}


@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;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.tbl-1 th {
    width:20%;
}
@media only screen and (max-width: 768px) {
table th ,table td,.tbl-1 th {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}
.p-ttl {
   font-size:1.3em;
   margin:30px auto 20px;
   text-align:center;
   font-weight:800;
}

.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;
}
}


.b-gd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin:6vw auto;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:0px;
	justify-content:space-between;
}
.b-gd02 {
	margin:6vw auto 0px !important;
}
@media (min-width: 768px) {
.b-gd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin:2vw auto 6vw;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
}
.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:640px;
	width:100%;
    height:400px;
	border: 1px solid #9da483;
}
.b-gd-image-r {
	margin-left: -3.78571vw !important;
	overflow: hidden;
	max-width:640px;
	width:100%;
	height:auto;
}
.b-gd-image-r p{
	    border:1px double #CCC;
		padding:7px;

}
.b-gd-image-l p{
	    border:1px double #CCC;
		padding:7px;

}
.b-gd-content-r {
    margin-top: 8.28571vw;
    margin-left: -2.78571vw !important;
    padding: 2vw 2vw 0 3vw;
	z-index: 100;
    background-color: white;
	max-width:640px;
	width:100%;
    height:400px;
    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;
	

}
/*
.b-gd-image-r img:hover,.b-gd-image-l img:hover {
  transform: scale(1.2);
  cursor: pointer;
  transition-duration: 0.6s;
  opacity: 0.6;
}
*/

@media (max-width: 768px) {
.catch-line .section-content .row .ex05 {
    width: 80%;
    margin: auto;
}
.b-gd {
	margin:6vw auto;
	flex-direction: column; 
	
}
.sitetop-heading {
    margin-bottom: 10vw;
	font-size: 2.6rem;
	margin-top:8vw;
	width:100%;
}
.sitetop-heading02 {
	font-size: 1.7rem;  
}

.newsWrap {
    padding-bottom:0px !important;
}
.site-section-title,.site-section-title02,.site-section-title05  {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 3vw;
}
.b-gd-content-l {
    margin-top: 0vw;
    margin-right: 0vw !important;
    padding: 2vw;
	order:2;
	-webkit-order:2;
	height:auto;
}
.b-gd-image-r {
	margin-left: 0vw !important;
	order:1;
	-webkit-order:1;
}
.b-gd-content-r {
    margin-top: 0vw;
    margin-left: 0vw !important;
    padding: 2vw;
	z-index: 100;
    background-color: white;
	order:2;
	-webkit-order:2;
	height:auto;
}
.b-gd-image-l {
	    margin-right: 0vw !important;
		order:1;
		-webkit-order:1;

}
ul {
    padding-left: 10px;
}
.site-section-title,.site-section-title05 {
    text-align:center;
}
ul li .btn-b,ul li .btn-b a {
    text-align: right;
}
}
.img-frame {
    padding: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 9px -4px rgba(0, 0, 0, 0.8);
}

.box-broken {
    margin: 6em -17% 3em 0;
}

.box-broken2 {
    margin: 11em 0 9em -18%;
}
.box-broken3 {
    margin: 6em -17% 3em -10em;
}
.box-broken4 {
    margin: 10em -17% 3em 3em;
}
.box-broken5 {
    margin: 2em -17% 3em 3em;
}
.box-broken6 {
    margin: 9em -17% 3em 6em;
}
.box-broken7 {
    margin: 2em -17% 3em 3em;
}
.box-broken8 {
    margin: 2em -17% 3em 3em;
}
.box-broken9 {
    margin: 9em -17% 3em 6em;
}
.box-broken10 {
    margin: 2em -17% 3em 3em;
}
.box-broken11 {
    margin: 2em -30% 3em 1em;
}
.box-broken12 {
    margin: 6em -17% 3em 3em;
}
.box-broken13 {
    margin: 14em -17% 3em 0em;
}
.box-broken14 {
    margin: -1em -17% 3em 6em;
}
.box-broken15 {
    margin: 8em -17% 3em 3em;
}
.box-broken16 {
    margin: 6em -30% 3em 1em;
}
.box-broken17 {
    margin: 0em -17% 3em 3em;
}
.o-wrap {
	position:relativ;
}
.o-first {
	position:relative;
    z-index:1;
}
.o-second {
	position:relative;
    z-index:2;
}

@media only screen and (max-width: 1600px) {
.box-broken3,.box-broken4,.box-broken5,.box-broken6,.box-broken7,.box-broken8,.box-broken9,.box-broken10,.box-broken11  {
    margin: 0em 0% 0em 0em;
}
.flex-3col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
	gap:1%;
}
.box-broken4 {
    margin: 0em 0% 0em 0em;
}
}
@media only screen and (max-width: 768px) {
.box-broken,.box-broken2,.box-broken3,.box-broken4,.box-broken5,.box-broken6,.box-broken7,.box-broken8,.box-broken9,.box-broken10,.box-broken11,.box-broken12,.box-broken13,.box-broken14,.box-broken15,.box-broken16,.box-broken17 {
    margin: 0em 0% 0em 0;
}
.o-first {
    order:1;
}
.o-second {
    order:2;
}
.o-third {
    order:3;
}

}

.h2-ttl {
   border:none;
   font-size:2.4em;
   font-weight:400;
   margin-bottom:0.5em;
   position:relative;
   
}
.h2-ttl:first-letter {
   border:none;
   font-size:1.4em;
   font-weight:400;
   margin-bottom:0.5em;
}
.h2-ttl:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 35%;
    width: 30%;
    height: 2px;
    background: #2981c0;
    z-index: 100;
	margin:auto;
}
.h2-subtitle {
   border:none;
   font-size:1em;
   font-weight:600;
   text-align:center;
   margin-bottom:40px;
}
.h2-ttl small {
    display: block;
    font-size: 1.0rem;
	/*  letter-spacing: 0.22em; */
	letter-spacing: 0em;
}


.h3-ttl {
   border:none;
   font-size:2.1em;
   font-weight:800;
}
.h3-subtitle {
   border:none;
   font-size:0.9em;
   font-weight:600;
   text-align:center;
   margin-bottom:30px;
}
@media only screen and (max-width: 768px) {
.h2-ttl {
   border:none;
   font-size:1.6em;
   font-weight:800;
   margin-bottom:0.3em;
   position:relative;
   line-height: 1.6;
}
.h2-ttl:first-letter {
   border:none;
   font-size:1.2em;
   font-weight:800;
   margin-bottom:0.5em;
}
.h2-ttl:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #2981c0;
    z-index: 100;
	margin:auto;
}
.h2-ttl small {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.22em;
}
.h3-ttl {
   border:none;
   font-size:1.4em;
   font-weight:800;
   padding: 0 0.5em 0.3em 0.0em;
   margin: 1em 0 0.15em 0;
}
.h3-subtitle {
   border:none;
   font-size:0.8em;
   font-weight:600;
   text-align:left;
   margin-bottom:20px;
}


}


@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 {
    color:#fff !important;
	text-decoration:none;
}
.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;
}
.wrap-broken-img {
    position:relative;
}
.broken-img01 {
    position:absolute;
	top:25%;
	right:-40%;
	z-index:3;
}
.broken-img02 {
    position:absolute;
	top:-20%;
	left:-60%;
	z-index:2;
}
.broken-img03 {
    position:relative;
	z-index:1;
}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
.broken-img01,.broken-img02 {
    position:static;
}
}
.over-2 {
    position:relative;
	z-index:2;    
}
.over-1 {
    position:relative;
	z-index:1;    
}
.wrapper-wide {
	width: 1600px;
	max-width:100%;
	margin: 0 auto;
	box-sizing:border-box;

}
@media only screen and (max-width: 768px) {
.wrapper-wide {
	width: 100%;
	margin: 0 auto;
}
}
.wrap-wide {
	overflow:hidden;
}