/* 
 * ------- 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.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.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:#333;
	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;
	border-radius:5px;
}
.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;
}
.tx120 {
	font-size:1.2em;
}
.tx140 {
	font-size:1.4em;
}
.pdflist {
	text-align:center;
}
.pdflist li {
	display:inline-block;
	width:22%;
	margin:0 1%;
	background:#70A0DC;
}
.pdflist li a {
	display:block;
	color:#FFF !important;
	padding:0.2em;
	text-decoration:none;
}
.pdflist li :hover {
	opacity:0.6;
}
/*******************************
width
*******************************/

.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) {
 .w80, .w70, .w60, .w50, .w40 {
 width: auto;
 margin:auto;
}
}
