/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
main
===========================*/

 @media only screen and (max-width: 500px) {
.main-vis .catch .mainCatch {
	font-size: 6vw;
}
}

/*===========================
pickup
===========================*/
.pickupInner img {
	max-width:100%;
	height:auto;
}

.pickupInner ul.circle {
	position: relative;
}
.pickupInner ul.circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
.pickupInner ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}



/*===========================
list
===========================*/
.content ul.check li {
	padding: 0 0 0.5em 2em;
}

.content ul.nb_circle li {
	padding: 0 0 0 1.2em;
	margin-bottom: 0.2em;
}
.content ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
ul.nb_circle, ul.circle2, ul.circle3,, ul.circle6, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 4% 0.7em 0;
	width: 40%;
	border-bottom: 1px dashed #CCC;
}
ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle3 li {
	margin: 0.2em 35px 0.2em 20px;
	float: left;
	padding-bottom: 0.5em;
	width: 21em;
}
ul.check3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.8em;
	margin-right: 35px;
	width: 13em;
}
.content ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.circle6 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 4% 0.7em 0;
	width: 26%;
	border-bottom: 1px dashed #CCC;
}
ul.circle6 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.number-list2 {
	display: block;
	list-style-position: outside;
}
ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}
ul.point2 li{
	background: #409ACF;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 48%;
}
ul.point3 li{
	background: #409ACF;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 30%;
}
ol.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.num-list li{
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em .8em 30px;
}

ol.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #e0bc18;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 45%;
  -moz-transform: translateY(-45%);
  	-webkit-transform: translateY(-45%);
  	-o-transform: translateY(-45%);
  	-ms-transform: translateY(-45%);
  	transform: translateY(-45%);

}

 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0.7em;
	width: 90%;
}
.small-writeup ul.check2 li {
	float: none;
	position:relative;
	margin-left:10px;
	width: 90%;
	/* [disabled]overflow: hidden;
*/
}
ul.service li {
	float: none;
	width: auto;
}
}
/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
}
table th {
	vertical-align:middle;
	background-color: #ebf7fc;
	color:#666 ;
	text-align: center;
	border:1px #ccc solid;
}

table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}
table.table-various1 td {
	background-color: transparent;
}
table.table-various1 td.td_right {
	text-align:right;
}
.inquiry table {
	border: none;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
 @media only screen and (max-width: 768px) {

/*table {
	border-top: 1px #8c7656 solid;
}*/
table th {
	width: 100%;
	display: block;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #8c7656 solid;
	border-bottom: 1px #8c7656 solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
}
/*===========================
faq
===========================*/
.content .faq h3::before {
	font-weight: normal;
}

/*===========================
others
===========================*/

.small-writeup {
	border: 1px solid #cccccc;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
}
.small-writeup h3 {
	border: none;
	padding: 0;
}
.content h3.h3number {
	font-size: 1.4rem;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	border:none !important;
	padding: 0;
}

.content h4.various1 {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #7daee5;
}

.mb25 {
	margin-bottom:25px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.tx-right {
	text-align:right;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
.catchcopy {
	font-size:1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.3em;
	color: #E66700;
}
.catchcopy2 {
	font-size:1.2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.3em;
	color: #E66700;
}

.orange {
	color:#e66722;
}
.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
	box-sizing:border-box;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #F7F9FC;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #F7F9FC;
	padding: 2em;
	box-sizing:border-box;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	background:#FFF;
	padding: 2em;
		box-sizing:border-box;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box4 {
	background:#E6F3FB;
	padding: 2em;
		box-sizing:border-box;
		border-radius:15px;
}
.box4 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.box4 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.btn2 {
	margin-top:5px;
}
.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	background: #7295E0;
	border-radius: 0px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #edae48;
}
.btn3 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: .7em 2em;
	background: #e0bc18;
	font-size: 1.1rem;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #eed45d;
}

.pdf {
	background-color:#ffffff;
	display:block;
}
.pdf img:hover, .pdf 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;
}
.service {
	background: #8fafc3;
	padding: 0.4em 1em;
	margin-bottom:10px;
	font-size:1.1rem;
	color:#FFF;
	text-align:center;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}
/* 画像とテキストを交互に表示 */


.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: 2rem;
	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;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}

/*add*/
.tx120{
	font-size:1.2em;
}
.comingsoon{
	border:#89A9E4 3px solid;
	padding:4em;
	font-size:2em;
	text-align:center;
}
.listbnr{
	text-align:center;
}
.listbnr li{
	float:left;
	width:25%;
	padding:0.2em 1em;
	background:#7295E0;
	color:#FFF ;
	margin:0 2% 10px;
}
.listbnr li a{
	text-decoration:none;
		color:#FFF !important;
}
.listbnr li:hover{
	opacity:0.6;
	transition: 1.0s ;
}
.tb1 th{
	width:20%;
}
.tb1 ul.circle3 li{
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0 0;
	width: 40%;
	border-bottom: none;
}
.tb2 th{
	width:30%;
}

/*レスポ時外す*/
/*
@media screen and (max-width: 768px) {
	 .tb1 th,.tb2 th{
	width: auto;
}
 }
 */
 
 
/*===========================
flow
===========================*/

/* フローSmall */

.area_flowS {
	padding:0 0px;
	width: 80%;
	margin: 0 auto;
}
.area_flowS .inner_flow {
	background-color:#fafafa;
	border:1px solid #D9D9D9;
	padding:4px;
	border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	min-height:1em;
}

.area_flowS .inner_flow .txtWrap {
}

.area_flowS .arrow {
	margin:0 auto 5px auto;
	display:block;
	width:40px;
	height:26px;
	background: url(../img/content/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
}
/*add*/
.ba{
	background:#668294;
	color:#FFF;
	text-align:center;
	border-radius:15px;
	width:60%;
	margin:auto;
	padding:3px;
}

.tx120{
	font-size:1.2em;
}
.tx140{
	font-size:1.4em;
}
.sns{
	font-size:2.5em;
}
 @media screen and (max-width: 768px) {

 }
 
@media only screen and (min-width: 480px) {
.footer_tel a,.footer_mail a {
    display: none;
}
}

@media only screen and (max-width: 736px) {
#totop a {
	bottom: 28vw;
}
footer .copyright2 {
	width: 150px;
	margin: 20px auto 60px;
}
.footer_tel a {
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: 50px;
    background-color:  #0d9bca;
	border-right:1px solid #fff;
    padding: 5px 10px 5px 0px;
    position: fixed;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1em;
    font-weight: 700;
    color: #FFF;
    text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans Japanese';
    /* border-right: 1px solid #E08601; */
}
.footer_mail a {
    bottom: 0px;
    left: 50%;
    width: 50%;
    height: 50px;
    background-color:  #0d9bca;
	border-left:1px solid #fff;
    padding: 5px 10px 5px 0px;
    position: fixed;
    z-index: 9999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1em;
    font-weight: 700;
    color: #FFF;
    text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans Japanese';
    /* border-right: 1px solid #E08601; */
}
.fa-phone {
	position:relative;
}
.fa-phone:before {
    position:absolute;
	top: -9px;
    left: -8px;
}
}
/*******************************
width
*******************************/
.w90{
	width:90%;
	margin:auto;
}

.w80{
	width:80%;
	margin:auto;
}
.w70{
	width:70%;
	margin:auto;
}
.w60{
	width:60%;
	margin:auto;
}
.w50{
	width:50%;
	margin:auto;
}
.w40{
	width:40%;
	margin:auto;
}

@media only screen and (max-width: 768px) {
	.w90,.w80,.w70,.w60,.w50,.w40{
	width: auto;
	margin:auto;
}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: inline-block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
.pc { display: none !important; }
.sp { display: inline-block !important; }
}

/* インラインレイアウト */

.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.lay2Inline {
	width:45%;
	display:inline-block;
	margin:0 2% 1em 2%;
	vertical-align:top;
	box-sizing: border-box;
}

.lay3Inline {
	width:28%;
	display:inline-block;
	margin:0 2% 30px 2%;
	vertical-align:top;
	box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
 
.lay2Inline , .lay3Inline , .lay4Inline  {
	 width:100%;
	 margin:0 0 2em 0;
}

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

}

@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.dataInner .data a {
    color: #333 !important;
    text-decoration: none;
}
.dataInner .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;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}.
column-layout03 {
    background: #f6f6f6;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.column-layout03-item {
    box-sizing: border-box;
    width: 50%;
    vertical-align: middle;
}
.column-layout03-title {
    font-size: 26px;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 426px;
    width: 96%;
    margin-top: 0.5em;
    font-weight: bolder;
	font-feature-settings: "palt" 1;
}
.column-layout03-text {
    margin: 0 auto;
    max-width: 430px;
    width: 96%;
}

.column-layout03-text {
    line-height: 1.6em;
	
}
.column-layout03-text p {
    font-size: 14px;
    line-height: 2.1;
}
.column-layout03-image {
    height: auto;
    width: 100%;
}
.flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background:#f6f6f6;
}

@media only screen and (max-width: 768px){
	.column-layout03-wrapper {
		background: #f6f6f6;
		padding: 6.89655% 6.11111% 0;
	}
	.column-layout03:nth-of-type(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.column-layout03 {
		background: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	.column-layout03-wrapper .column-layout03-content {
		padding-left: 0;
		padding-right: 0;
	}
	.column-layout03-item:first-child {
		margin-right: 0;
	}
	.column-layout03-item{
		width: 100%;
	}
	.column-layout03-content {
		background: #f6f6f6;
		padding: 30px 6.11111%;
	}
	.column-layout03-title {
		font-size: 18px;
		margin-bottom: 0.77778em;
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text{
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text p {
		font-size: 13px;
		line-height: 2;
	}
	.w80{
		width: 100%;
		margin: 0 auto;
	}
	.vis3 .catch {
		margin-left: 0% !important;
	}
	.halfsz{
		width: 100%;
		display: block;
	}
	.scroll{
		overflow: auto;
    white-space: nowrap;
    width: 100% !important;
	box-sizing: border-box;
	overflow-x: scroll;
	}
	
}



.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;
  gap:5%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.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;
  gap:5%;
}
.flex-2col-start > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(1){
  width:47.5%;
  margin:0% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(2){
  width:47.5%;
  margin:0% 0% 0 0%; 
}
.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-3col > li{
  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 8% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 8% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 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; 
}
}
.wrap-h2 {
  width:96%;
  margin:2% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:2% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:2% auto 6%;
}
.wrap-h {
  width:96%;
  margin:2% auto 6%;
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-wk {
    padding: 2rem;
    background-color: #fff;
    border: 6px double #f4f6f6;
	border-radius:6px;
    box-sizing: border-box;
}
.box-dg {
    border: 6px double #ccc;
    padding: 2.5em 2.5em 2em;
    box-sizing: border-box;
	border-radius:10px;
	background:url(../img/content/box-bg01.jpg);
	background-size:cover;
}
@media only screen and (max-width: 768px) {
.wrap-h2 {
  width:100%;
  margin:auto;
}
.box-sd,.box-dg,.box-wk  {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
.p-ttl {
    font-size:1.3em;
	font-weight:800;
	line-height:1.2;
	text-align:center;
	color:#333;
	margin-top:1em;
	margin-bottom:1em;
}
.p-ttl03 {
    font-size:1.3em;
	font-weight:600;
	line-height:1.2;
	text-align:center;
	margin-top:1em;
	margin-bottom:2em;
}
.catch01 {
   font-size:1.2em;
   color:#F00;
   font-weight:300;
   margin-top:1em;
   margin-bottom:1em;
   text-align:center;
}
.catch-a {
   font-size:1.5em;
   color:#5fc2f5;
   font-weight:800;
   margin-top:1em;
   margin-bottom:1em;
   text-align:center;
}
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;
}
.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;
}
.p-ttl03 {
    font-size:1.1em;
	font-weight:600;
	line-height:1.2;
	text-align:left;
	margin-top:0.5em;
	margin-bottom:1em;
}
.catch01 {
   font-size:1.2em;
   color:#F00;
   font-weight:300;
   margin-top:1em;
   margin-bottom:1em;
   text-align:left;
}
.catch-a {
   font-size:1.2em;
   font-weight:800;
   text-align:left;
   margin-top:1em;
   margin-bottom:1em;
}
}



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:43%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li.long {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:70%;
    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: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:45%;
    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,ul.circle-2col li.long {
    width:90%;
}
}
.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: #f2ab1d;
    -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;
}

.box-wrap {
    margin: 0em 0 1em;
    background: rgba(241,241,241,0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}
.box-wrap .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;

}
.box-wrap div {
    padding: 15px 20px;
    margin: 0;
}




.box-wrap-02 {
    margin: 0em 0 3em;
    background: #f1f1f1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
	border-radius:10px;
	border:3px solid #b8e9f9;
}
.box-wrap-02.bo-ls {
    margin: 0em 0 0em !important;
}
.box-wrap-02 .box-title {
    font-size: 1.4em;
    padding: 40px 0 0.7em;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.05em;
	border:none;
	border-bottom:1px dotted #333;
	margin-bottom:0px;
		display:flex;
	align-items:center;
	justify-content:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.box-wrap-02 div {
    padding: 15px 30px 40px;
    margin: 0;
}

.box-point{
  border: 3px double #0094D6;
  position: relative;
  margin-top: 1em;
  border-radius:10px;
  height:100px;
}
.box-point h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1.9em;
  border:0px solid #fff !important;
}
.box-point span{
  padding: 0 .5em;
  background: #f9fbfc;
  color: #0094D6;
  font-size:1.2em;
}
.box-point .inner{
  padding: 2em;
  font-weight:800;
}
.h2-ttl {
    font-size: 2.6em;
    text-align: center;
    margin: 0.75em 0;
    margin-bottom: 2em;
}

.h2-ttl02 {
  font-size:2.2rem !important;
  position: relative;
  padding: 0.8rem 1.1rem;
  border-bottom: 3px solid #00bfff;
  text-align:left !important;
}

.h2-ttl02:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #8fe3ff;
}

.h4-ttl {
  padding: 0.5rem 1rem;
  border-left: 3px solid #0094D6;
}
.res-mt50 {
	margin-top:50px;
}
.res-mb50 {
	margin-bottom:50px;
}
@media only screen and (max-width: 768px) {
.box-wrap .box-title {
    font-size: 1.2em;
    padding: 10px;
    text-align: left;

}
.box-wrap-02 {
    margin: 0em 0 0em;
}
.box-wrap-02 .box-title {
    font-size: 1.1em;
    padding: 40px 0 0.7em;
}
.box-wrap-02 div {
    padding: 25px 30px 40px;
    margin: 0;
}
.h2-ttl {
    font-size: 1.6em;
    margin-bottom: 1em;
	width:90%;
	margin:0px auto 20px;
	text-align:left;
}
.h2-ttl02 {
    font-size: 1.6rem !important;
    position: relative;
    padding: 0.8rem 1.1rem;
    text-align: left !important;
}

.res-mt50 {
	margin-top:20px;
}
.res-mb50 {
	margin-bottom:20px;
}
.box-point{
  border: 3px double #0094D6;
  position: relative;
  margin-top: 1em;
  border-radius:10px;
  height:auto;
}
.box-point h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1.3em;
  border:0px solid #fff !important;
}
.box-point .inner{
  margin-top:-60px;
  padding: 2em;
  font-weight:800;
}
.content h3 {
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding: 1em 0;
}
.content h4 {
    font-size: 1.0rem;
    margin-bottom: 0.7em;
}
}
@media only screen and (max-width: 768px) {
.mainCatch-img img {
	width:100%;
	height:auto;
}
.pickupInner .pic img, .various3 .pic img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    width: 100%;
}
.pickupInner .pickup-half.various3 .pic {
    max-width: none;
    max-height: none;
    position: relative;
    overflow: hidden;
}
}
.tbl-1 th {
	width:30%;
}
@media only screen and (max-width: 768px) {
table th ,table td,.tbl-1 th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}
.main-nav{
    width: 100%;
	    
}
@media only screen and (min-width: 950px) {
.main-nav{
    width: 100%;
}

}
@media only screen and (max-width: 950px) {
.main-nav{
    width: 100%;
	min-width:100%;
}
.main-nav ul li a {
    display:block;
	width:150px;
}
.main-nav ul li.nav1 {
    margin: 0 0 0 0%;
}
.main-nav ul li.nav2 {
    margin: 0 2% 0 0%;
}
.main-nav ul li.nav3 {
    margin: 0 2% 0 20%;
}
.main-nav ul li {
    margin: 0 0%;
}
}
.content-wide {
	padding: 80px 0 70px 0;
}
@media screen and (max-width: 768px) {
.main-nav ul li.nav1 {
    margin: 5% 0 5% 0%;
}
.main-nav ul li.nav2, .main-nav ul li.nav3 {
    margin: 5% 0 5% 0% !important;
}
.main-nav ul li a {
    width: auto;
}
footer .copyright {
    padding: 30px 0 120px;
}
.content-wide {
	padding: 4.5em 0 2.6em 0;
}
}
.content.content-rp03 {
	padding: 45px 0em 50px;
}
@media screen and (max-width: 420px) {
.content.content-rp {
	padding: 3.9em 0 5em 0 !important;
}
.content.content-rp02 {
	padding: 3.9em 0em !important;
}
.content.content-rp03 {
	padding: 2em 0em 2.6em !important;
}
}
