/*===========================
add
===========================*/
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}


.contPad6 {
	width:90%;
	margin:0 auto;
}


/* 見出し調整 */

h2.bnrContTit {
	font-size: 1.8em;
}

h3.h3small {
    font-size: 1.2em;
    font-weight: bold;
}
h4.various1 {
	font-size: 1.2em;
	color: #333;
	padding: .5em .75em;
	margin-bottom: 1em;
	background-color: #E4CDC3;
}
/* メールフォーム */

.contact input {
	vertical-align:middle;
}
/* テーブル */

table.table1 th {
	font-weight: bold;
}

table.table1 th span {
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
}


table.table2.table2_w70 {
	width:70% !important;
	margin: 0 auto;
}

table.table4 {
	border-collapse: collapse;
	border-top: 1px #999 solid;
}
table.table4 th {
	padding:7px;
	border-bottom: 1px #999 solid;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
}
table.table4 td {
	padding:7px 1em;
	border-bottom: 1px #999 solid;
	font-weight:normal;
}
/* フロー */

.area_flowS .inner_flow {
	padding: 0.5em 0;
}
.flow-right.end::before {
	content: none;
}
.flow-right, .flow-right.end {
	position: relative;
	display: inline-block;
	margin: 0 1.5em 0 0;
	min-width: 60px;
	max-width: 31%;
	color: #555;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #537ba4;
	width: 100%;
	padding: 30px 20px;
	border-radius: 10px;
	float: left;/* min-height: 300px; */
}
.flow-right.end {
	margin: 0 0 0 0;/* background-color: #ede9d9; */
}
.flow-right::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -14.5%;
	margin-top: -30px;
	border: 30px solid transparent;
	border-left: 20px solid #678cb2;
}
.flow-right p {
	text-align: center;
	font-size: 1.5em;
}
/* ボックス */

.Boxwrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Boxwrap .box {
	width: 44%;
	border: 4px solid #3BB3B3;
	/* background-color: #f9f9f9; */
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
}
.Boxwrap .first {
	margin-left: 0 !important;
}

.Boxwrap .box2 {
	width: 27.5%;
	border: 3px solid #3BB3B3;
	/* background-color: #f9f9f9; */
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:1.5%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
}
.Boxwrap .first {
	margin-left: 0 !important;
}
.Boxwrap .box2 h3 {
	font-size: 1.8em;
}


.box {
	border: 1px solid #bbb;
	padding: 30px;
}
.box h3 {
	font-size: 1.8em;
	border-bottom: none;
}
.outer {
	position: relative;
	display: -ms-flexbox; /* IE10 * */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex--align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.box2 {
	position: relative;
	/* margin: 0 auto; */
	padding: 1.2em;
	background-color: #fff; /* 背景色 */
	border: 1px solid #666; /* 枠線の太さ・色 */
}
.box2_title {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color: #fff;
	color: #555555;
}

.box3 {
	border: 4px double #F7BEA5;
	padding: 2em;
}


/* リスト */

ul.liCheck3 {
	margin-left:5px;
	padding-bottom:10px;
}

ul.liCheck3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0.2em 0 0.2em 30px;
	background-image:url(../img/common/icn_check.png);
	background-position:1px 2px;
	background-repeat:no-repeat;
	border-bottom: 1px dotted #CCC;
	line-height: 2em;
	float: left;
	width: 44%;
	margin: 0 1.5% 0.5em;
}

ul.liPDFFloat li a {
	color: #1A5A80;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.liPDFFloat li a:hover {
	opacity:0.6;
}

ul.voice {
	position: relative;
}
ul.voice li {
	position: relative;
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	float: left;
	width: 44%;
	margin: 0 1.5% 0.5em;
}
ul.sns li {
	display: inline-block;
	vertical-align:top;
	margin: 0 5px;
	background-color:#ffffff;
}
ul.sns img:hover, ul.sns a:hover {
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

ul.circle {
	position: relative;
}

ul.circle li {
	padding: 0.2em 0 0.2em 1.2em;
	/* margin-bottom: 0.2em; */
}
ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}

ul.liReseter1_2  {
	line-height:1.8em;
	margin-left:15px;
}
ul.liReseter1_2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float: left;
	width: 48%;
}


/* ボタン */

.btn2 {
	margin-top:5px;
}
.btn2 a {
	text-align:center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #ed9818;
	-webkit-border-radius:2px;
  -moz-border-radius:2px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow:1px 1px 5px #333;
}
.btn2 a:hover {
	background: #efa638;
}
.txtBnr2, .txtBnr3 {
	margin-top:5px;
}

/* PDF */

.pdf2 {
	background-color:#ffffff;
	display:block;
	margin: 0 auto;
}
.pdf2 img:hover, .pdf2 a:hover {
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

/* テキスト */

.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.marker_y {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
.marker_b {
	background: linear-gradient(transparent 62%, rgba(0, 255, 255, 0.71) 0%);
}
.catch2DB2 {
	color:#B35336;
	font-size:1.4em;
	margin-bottom:0.5em;
	line-height:1.2em;
}

.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}

.mb40 {
	margin-bottom:40px;
}

/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height:1.1em;
	border: none;
	padding:0;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}
.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:48%;
  margin:2% 0 0 2%; 
}
.flex-2col > li:nth-of-type(1){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:48%;
  margin:2% 0 0 2%; 
}
.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 > li:nth-of-type(1){
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:48%;
  margin:2% 0 0 0%;
}
.flex-2col-start > li:nth-of-type(even){
  width:48%;
  margin:2% 0 0 2%;
}
.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:48% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:2% 0 0 2% !important;  
}
.flex-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1%; 
}
.flex-3col > li:nth-of-type(1){
  width:32%;
  margin:2% 0 0 0%; 
}
.flex-3col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col-start > li{
  width:32%;
  margin:2% 0 0 1%; 
}
.flex-3col-start > li:nth-of-type(1){
  width:32%;
  margin:2% 0 0 0%; 
}
.flex-4col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}

.flex-4col > li{
  width:23%;
  margin:2% 0 0 2.6%; 
}
.flex-4col > li:nth-of-type(1){
  width:23%;
  margin:2% 0 0 0%; 
}

.flex-5col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}

.flex-5col > li{
  width:18%;
  margin:2% 0 0 2.5%; 
}
.flex-5col > li:nth-of-type(1){
  width:18%;
  margin:2% 0 0 0%; 
}


.flex-5col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}

.flex-5col-start > li{
  width:18%;
  margin:2% 0 0 2.5%; 
}
.flex-5col-start > li:nth-of-type(1){
  width:18%;
  margin:2% 0 0 0%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li,.flex-2col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even){
  width:100% !important;
  margin:6% auto !important; 
}
.flex-3col > li,.flex-3col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even) ,.flex-3col-start > li,.flex-3col-start > li:nth-of-type(1) {
  width:100%;
  margin:6% auto !important; 
}
.flex-4col > li,.flex-4col > li:nth-of-type(1),.flex-4col-start > li,.flex-4col-start > li:nth-of-type(1)  {
  width:100%;
  margin:6% auto !important; 
}
.flex-5col > li,.flex-5col > li:nth-of-type(1),.flex-5col-start > li,.flex-5col-start > li:nth-of-type(1)   {
  width:100%;
  margin:6% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:6% auto !important;  
}
.order1 {
  order:1;
}
.order2 {
  order:2;
}
.order3 {
  order:3;
}
.order4 {
  order:4;
}

}
/* 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;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70%;
	letter-spacing:nomal;
}	
.tx-80p  {
	font-size:80%;
	letter-spacing:nomal;
}
.tx-90p  {
	font-size:90%;
	letter-spacing:nomal;
}
.tx100p    {
	font-size:100%;
	letter-spacing:nomal;
}
.tx-110p {
    font-size: 110%;
    letter-spacing: nomal;
}
.tx-120p    {
	font-size:120%;
	letter-spacing:nomal;
}
.tx-130p    {
	font-size:130%;
	letter-spacing:nomal;
}
.tx-140p    {
	font-size:140%;
	letter-spacing:nomal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150%;
	letter-spacing:nomal;
}
.tx-160p    {
	font-size:160%;
	letter-spacing:nomal;
}
.tx-170p    {
	font-size:170%;
	letter-spacing:nomal;
}
.tx-180p    {
	font-size:180%;
	letter-spacing:nomal;
}
.tx-230p    {
	font-size:230%;
	letter-spacing:nomal;
}
.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;
}
/*===========================
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:9% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:9% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
.tx-230p {
    font-size: 180%;
    letter-spacing: nomal;
}
}
@media screen and (max-width: 768px) {
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
}
.bnr-ist {
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bnr-ist li {
    margin-right:2%;
}
@media screen and (max-width: 768px) {
.bnr-ist li {
    margin:2% auto 0;
	width:96%;
}
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:2% auto;
}
.wrap-h4 {
  width:96%;
  margin:1% auto 6%;
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 2rem;
    background-color: #e3f1f8;
    border: 1px solid #999;
    box-sizing: border-box;
}
.t-01 {
    width:15%;
}
.t-02 {
    width:35%;
}
@media only screen and (max-width: 768px) {
table th ,table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.wrap-h2 {
  width:96%;
  margin:1% auto 9%;
}
.wrap-h3 {
  width:96%;
  margin:1% auto 9%;
}
.wrap-h4 {
  width:96%;
  margin:1% auto 9%;
}
.box-sd {
    padding: 1.2rem;
}


}
@media only screen and (max-width: 768px) {
.g-map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.g-map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
}

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;
}
@media only screen and (max-width: 768px) {
ul.circle-2col li {
    width:90%;
}
}

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

span.bikou {
    color: #e87400;
    margin-left: 20px;
    font-size: 12px;
}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}

#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#recruit {
    margin-top: -125px;
    padding-top: 125px;
}
#order {
    margin-top: -125px;
    padding-top: 125px;
}

.footDataArea a:hover {
    text-decoration: none;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #0181C0;
    -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: 2%;
    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;
}

/*.contact table th {
     width:40%;
}*/

@media only screen and (max-width: 768px) {
.contact table th {
     width:100%;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
img {
    width:100%;
	height:auto;
}
.res-img {
    width:auto;
	height:auto;
}
#top-head .logo img {
    width: auto;
    height: 40px;
}
.box {
    border: 1px solid #bbb;
    padding: 30px;
	box-sizing:border-box;
}
.footLogo  img{
	width:auto;
	height:60px;
}
.feature-img {
    width:100%;
	max-width:91px;
}
.contact table th {
    white-space: normal !important;
}
.bnr_details img {
    width:auto;
}
}
.small-img90 {
    width:90% !important;
	height:auto !important;
}
.small-img80 {
    width:80% !important;
	height:auto !important;
}
.small-img70 {
    width:70% !important;
	height:auto !important;
}
.small-img60 {
    width:60% !important;
	height:auto !important;
}
.small-img50 {
    width:50% !important;
	height:auto !important;
}
.small-img40 {
    width:40% !important;
	height:auto !important;
}
.small-img30 {
    width:30% !important;
	height:auto !important;
}
.small-img20 {
    width:20% !important;
	height:auto !important;
}

.bnr a:hover {
   opacity:0.7;
}

* {  
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.item-list {
  padding:0 10px 0 10px;
}

.item-list ul{
  margin-left:-10px;
  overflow:hidden;
  background-color:transparent;
}

.item-list ul li {
  list-style-type:none;
  float:left;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

@media only screen and (max-width: 767px) {
  ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
      width: 33%;
  }
  ul.cols-3 li{
      width:50%;
  } 
}

@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li{
      width: 100%;
  }
}
ol.num_order {
 padding-left:20px;
}
ol.num_order li {
    padding: 5px 0 4px 0;
    list-style-type: decimal;
}
ul.check {
    position: relative;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	width:98%;
	margin-right:2%;
    position: relative;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
.p-ttl {
    font-size:1.1em;
	font-weight:800;
	color:#999;
	text-align:center;
	
}

.p-ttl02 {
    font-size:1.1em;
	font-weight:800;
	color:#999;
}

.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;  
}
}
.tbl-2 th {
    width:30% ; 
	text-align:center !important;
	vertical-align:middle !important;
}
.tbl-1 th {
    width:40%; 
	text-align:center !important;
	vertical-align:middle !important;
}
.tbl-3 th,.tbl-3 td,.tbl-1 td {
    text-align:center;
	vertical-align:middle;
}
.td-01 {
    background:#75caf3 !important;
	color:#fff;
}
.th-02 {
    width:40%;
}
@media only screen and (max-width: 768px) {
table th ,table td,.tbl-2 th,.tbl-1 th,.th-02{
    display: block;
    width: 100% ;
    box-sizing: border-box;
}

}

.btn {
    text-align: center;
    background-color: #0181C0;
    /*font-size: 16px;*/
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 24px;
    border-radius: 4px;
    /*position: relative;*/
    margin-bottom: 10px;
    display: inline-block;
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-animation-02 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #0181C0;
  border: 2px solid #0181C0;
  font-size: 16px;
  color: #0181C0 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.button {
  background-color: #333;
  color: #fff;
}
.button:hover {
  background-color: #59b1eb;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF!important;
}

@media screen and (max-width: 768px) {
.btn-animation-02 {
  display: inline-block;
  width: 80%;
  text-align: center;
  background-color: #0181C0;
  border: 2px solid #0181C0;
  font-size: 16px;
  color: #0181C0 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 2% 10%;
  border-radius: 4px;
  position: relative;
  box-sizing:border-box;
}
}

.titleWrap a {
  text-decoration:none;
  color:#333;
}
.titleWrap a img{
  vertical-align: middle;
}
.top-bls li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
.title {
    margin-left: 0;
    display: block;
}
.data {
    margin-left: 0;
    display: block;
    margin-top: 15px;
}
.top-bls li {
    text-align:center;
}
}
@media only screen and (max-width: 768px) {
.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,.table-scroll table td.t-01,.table-scroll table td.t-02 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.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;
}

}

.h4-ttl {
    background-color:#0181C0;
	color:#fff;
	text-align:center;
	padding:0.4em;
}
.h4-ttl02 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 1px #7db4e6;/*左線*/
  margin-bottom:1em;
}
.catch01 {
	font-size:1.3em;
	color:#F00;
	text-align:center;
	padding:0.4em;
	font-weight:800;  
}
@media only screen and (max-width: 768px) {



.catch01 {
	font-size:1.3em;
	color:#F00;
	text-align:left;
	padding:0.4em;
	font-weight:800;  
}
}
.line-both {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	border-bottom: 0px dotted #c7bbad !important;
}

.line-both::before,
.line-both::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #7acaff;
}

.line-both::before {
	margin-right: 20px;
}
.line-both::after {
	margin-left: 20px;
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.line-both {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	text-align: center;
	border-bottom: 0px dotted #c7bbad !important;
		font-feature-settings: "palt" 1;
		margin-top:1em;
}
.line-both::before,
.line-both::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #7acaff;
}
.line-both::before {
	margin-right: 10px;
}
.line-both::after {
	margin-left: 10px;
}
.tx-flex {
    text-align:left;
}
#pageTitleTxt.h1-hd {
    bottom: 20px;
    height: 40px;
    background: none;
}
}
.h2-ttl-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
	margin-top:65px;
	border-bottom: 0px solid #0181C0 !important;
	margin-bottom: 25px;
}
.h2-ttl {
	font-size: 40px;
	    font-weight: 300;
		line-height: 1;
		font-feature-settings: "palt" 1;
		

}
.h2-subttl {
	font-feature-settings: "palt" 1;
    font-style: italic;
    letter-spacing: 0.15em;
	line-height: 1.5;
    font-family: 'Caveat', cursive;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    display: inline-block;
	margin-top: 20px;
    margin-bottom: 20px;
	font-size:15px;

}
.h2-ttl-wrap:afte {
    width: 72px;
    height: 3px;
	    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #273135;
    transition-property: all;
    transition-duration: .68s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: translate3d(-15%, 0, 0);
}
@media only screen and (max-width: 768px) {
h2 {
    font-size: 1.3em;
}
.h2-ttl-wrap {
    position: relative;
    overflow: hidden;
    text-align: center;
	border-bottom: 0px solid #0181C0 !important;
	margin-top:1em;
	margin-bottom: 0em;
}
.h2-ttl {
	font-size: 1.2em;
	    font-weight: 300;
		line-height: 1;
		font-feature-settings: "palt" 1;
		

}
.h2-subttl {
	margin-top: 10px;
    margin-bottom: 10px;
	font-size:0.7em;

}
}
.image {
	box-shadow: 20px 20px 0 #c3a400;
}
.effect {
	padding: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 9px -2px rgba(0, 0, 0, 0.8);
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}